/**
 * CHOP - PolicyLab Website Redesign
 */
/* grayscale */
/* core colors */
/* background colors */
/* misc colors */
@font-face {
  font-family: 'Chronicle-Text-G1-Roman';
  src: url("../fonts/chronicle-text/ChronicleTextG1-Roman.eot");
  src: url("../fonts/chronicle-text/ChronicleTextG1-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/chronicle-text/ChronicleTextG1-Roman.woff") format("woff"), url("../fonts/chronicle-text/ChronicleTextG1-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chronicle-Text-G1-Semi';
  src: url("../fonts/chronicle-text/ChronicleTextG1-Semi.eot");
  src: url("../fonts/chronicle-text/ChronicleTextG1-Semi.eot?#iefix") format("embedded-opentype"), url("../fonts/chronicle-text/ChronicleTextG1-Semi.woff") format("woff"), url("../fonts/chronicle-text/ChronicleTextG1-Semi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Chronicle-Text-G1-Italic';
  src: url("../fonts/chronicle-text/ChronicleTextG1-Italic.eot");
  src: url("../fonts/chronicle-text/ChronicleTextG1-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/chronicle-text/ChronicleTextG1-Italic.woff") format("woff"), url("../fonts/chronicle-text/ChronicleTextG1-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Chronicle-Text-G1-Bold';
  src: url("../fonts/chronicle-text/ChronicleTextG1-Bold.eot");
  src: url("../fonts/chronicle-text/ChronicleTextG1-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/chronicle-text/ChronicleTextG1-Bold.woff") format("woff"), url("../fonts/chronicle-text/ChronicleTextG1-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Rubrik-Regular';
  src: url("../fonts/rubrik/Rubrik-Regular.eot");
  src: url("../fonts/rubrik/Rubrik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rubrik/Rubrik-Regular.woff2") format("woff2"), url("../fonts/rubrik/Rubrik-Regular.woff") format("woff"), url("../fonts/rubrik/Rubrik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubrik-Light';
  src: url("../fonts/rubrik/Rubrik-Light.eot");
  src: url("../fonts/rubrik/Rubrik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/rubrik/Rubrik-Light.woff2") format("woff2"), url("../fonts/rubrik/Rubrik-Light.woff") format("woff"), url("../fonts/rubrik/Rubrik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Rubrik-SemiBold';
  src: url("../fonts/rubrik/Rubrik-SemiBold.eot");
  src: url("../fonts/rubrik/Rubrik-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/rubrik/Rubrik-SemiBold.woff2") format("woff2"), url("../fonts/rubrik/Rubrik-SemiBold.woff") format("woff"), url("../fonts/rubrik/Rubrik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Rubrik-Medium';
  src: url("../fonts/rubrik/Rubrik-Medium.eot");
  src: url("../fonts/rubrik/Rubrik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/rubrik/Rubrik-Medium.woff2") format("woff2"), url("../fonts/rubrik/Rubrik-Medium.woff") format("woff"), url("../fonts/rubrik/Rubrik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rubrik-Bold';
  src: url("../fonts/rubrik/Rubrik-Bold.eot");
  src: url("../fonts/rubrik/Rubrik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/rubrik/Rubrik-Bold.woff2") format("woff2"), url("../fonts/rubrik/Rubrik-Bold.woff") format("woff"), url("../fonts/rubrik/Rubrik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* font vars */
/**
 * functions
 */
/**
 * mixins
 */
* {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(204, 0, 0, 0.5);
  -moz-tap-highlight-color: rgba(204, 0, 0, 0.5);
  -o-tap-highlight-color: rgba(204, 0, 0, 0.5);
}

body {
  height: 100%;
  font-size: 16px;
  font-family: "Rubrik-Medium";
  color: #786452;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

input {
  font-family: "Rubrik-Regular";
}

a:link,
a:visited {
  color: #147398;
  font-size: 1em;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:active,
a:focus,
a:hover {
  color: #40b4e5;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

*:hover {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

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

.clearfix {
  display: block;
  zoom: 1;
  clear: both;
}

strong {
  font-weight: 700;
}

label {
  font-weight: 600;
}

.print-title {
  display: none;
}

/**
 * HTML5 reset
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

h1 {
  font-weight: 800;
}

@media (min-width: 20em) {
  h1 {
    font-size: 1.5em;
  }
}

@media (min-width: 48em) {
  h1 {
    font-size: 2.0625em;
  }
}

h2 {
  line-height: 1.625em;
  font-family: "Rubrik-Medium";
  color: #147398;
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 20em) {
  h2 {
    font-size: 1.375em;
  }
}

@media (min-width: 48em) {
  h2 {
    font-size: 2em;
    line-height: 2.5em;
  }
}

h3 {
  font-family: "Rubrik-Medium";
}

@media (min-width: 20em) {
  h3 {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}

@media (min-width: 48em) {
  h3 {
    font-size: 1.25em;
  }
}

h4 {
  font-family: "Rubrik-Medium";
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.75em;
  font-weight: 400;
}

.page-title {
  text-align: center;
}

.page-title h1 {
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 2.125em;
}

@media (min-width: 64em) {
  .page-title h1 {
    font-size: 2.875em;
  }
}

.center {
  text-align: center;
}

p {
  margin-bottom: 1.375rem;
  font-size: 0.9375em;
  line-height: 1.625em;
}

@media (min-width: 48em) {
  p {
    font-size: 1em;
    line-height: 1.75em;
  }
}

#footer p,
#header p,
p#skip-link {
  margin: 0;
  line-height: auto;
}

hr {
  border: 0;
  border-top: 1px dashed #dfdede;
}

/**
 * responsive container
 */
.container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 70rem;
}

@media (min-width: 48em) {
  .container {
    width: 92%;
  }
}

@media (min-width: 75em) {
  .container {
    width: 100%;
  }
}

/**
 * button styles
 */
/* set up a mixin to avoid repeating common styles */
a.button {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  color: #147398;
  border: 1px solid #147398;
}

@media (min-width: 64em) {
  a.button {
    padding: 0.75rem 1.875rem;
  }
}

a.button:hover {
  background-color: #147398;
  color: #ffffff;
}

a.button:hover {
  background-color: #147398;
  color: #ffffff;
}

a.button.button--white-outline {
  color: #ffffff;
  border-color: #ffffff;
}

a.button.button--white-outline:hover {
  background-color: #ffffff;
  color: #147398;
}

a.button.button--dark {
  color: #ffffff;
  background-color: #147398;
}

a.button.button--dark:hover {
  background-color: #40b4e5;
  border-color: #40b4e5;
}

a.button.button--download, a.button.button--link {
  color: #ffffff;
  background-color: #147398;
  background-position: 92% 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

a.button.button--download:hover, a.button.button--link:hover {
  background-color: #40b4e5;
  border-color: #40b4e5;
}

a.button.button--download {
  background-image: url("../images/ui/ico-download.png");
}

a.button.button--link {
  background-image: url("../images/ui/ico-download.png");
}

/**
 * will color code the buttons depending on primary bucket topic
 * used by featured projects / research blocks on homepage
 */
.color-coded-buttons .primary-bucket-53 a.button {
  border-color: #40b4e5;
  background-color: #40b4e5;
  color: #ffffff;
}

.color-coded-buttons .primary-bucket-53 a.button:hover,
.color-coded-buttons .primary-bucket-53 li:hover a.button {
  color: #ffffff;
  background: #147398;
  border-color: #147398;
}

.color-coded-buttons .primary-bucket-54 a.button {
  border-color: #91a01e;
  background-color: #91a01e;
  color: #ffffff;
}

.color-coded-buttons .primary-bucket-54 a.button:hover,
.color-coded-buttons .primary-bucket-54 li:hover a.button {
  color: #ffffff;
  border-color: #405812;
  background-color: #405812;
}

.color-coded-buttons .primary-bucket-55 a.button {
  border-color: #ed1f7f;
  background-color: #ed1f7f;
  color: #ffffff;
}

.color-coded-buttons .primary-bucket-55 a.button:hover,
.color-coded-buttons .primary-bucket-55 li:hover a.button {
  color: #ffffff;
  border-color: #b2015a;
  background-color: #b2015a;
}

.color-coded-buttons .primary-bucket-84 a.button {
  border-color: #786452;
  background-color: #786452;
  color: #ffffff;
}

.color-coded-buttons .primary-bucket-84 a.button:hover,
.color-coded-buttons .primary-bucket-84 li:hover a.button {
  color: #ffffff;
  border-color: #5c4a3f;
  background-color: #5c4a3f;
}

a.button-more {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  display: block;
  border: 1px solid #147398;
  color: #147398;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
}

@media (min-width: 64em) {
  a.button-more {
    padding: 0.75rem 1.875rem;
  }
}

a.button-more:hover {
  background-color: #147398;
  color: #ffffff;
}

a.button-more:hover {
  background-color: #147398;
  color: #ffffff;
}

.projects-list-block .research-block-item a.button {
  display: inline-block;
}

#views-exposed-form-publications-page .views-submit-button input {
  display: none;
}

a.btn-2 {
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}

#main .view-publications .views-exposed-widget.views-submit-button {
  margin: 0;
  padding: 0;
}

.page-search.page-views .views-submit-button {
  padding-top: 44px;
}

.slider-block .bottom .button {
  display: block;
}

/**
 * standard form button
 */
.block-webform input[type="submit"] {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  color: #147398;
  border: 1px solid #147398;
}

@media (min-width: 64em) {
  .block-webform input[type="submit"] {
    padding: 0.75rem 1.875rem;
  }
}

.block-webform input[type="submit"]:hover {
  background-color: #147398;
  color: #ffffff;
}

.block-webform input[type="submit"]:hover {
  background-color: #147398;
  color: #ffffff;
}

.page-printmail #content input.form-submit {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  color: #147398;
  border: 1px solid #147398;
}

@media (min-width: 64em) {
  .page-printmail #content input.form-submit {
    padding: 0.75rem 1.875rem;
  }
}

.page-printmail #content input.form-submit:hover {
  background-color: #147398;
  color: #ffffff;
}

.page-printmail #content input.form-submit:hover {
  background-color: #147398;
  color: #ffffff;
}

/**
 * special selectors for buttons
 * (custom blocks etc.)
 */
/* meet the experts section (homepage) */
.home-hero .cta--learn-more a {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Rubrik-SemiBold";
  font-size: 0.8125em;
  line-height: 1.5;
}

@media (min-width: 64em) {
  .home-hero .cta--learn-more a {
    padding: 0.75rem 1.875rem;
  }
}

.home-hero .cta--learn-more a:hover {
  background-color: #147398;
  color: #ffffff;
}

.home-hero .cta--learn-more a:hover {
  background-color: #ffffff;
  color: #147398;
}

/* support policylab block */
.block-support-policylab a.button {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  color: #ffffff;
  border: 1px solid #ffffff;
}

@media (min-width: 64em) {
  .block-support-policylab a.button {
    padding: 0.75rem 1.875rem;
  }
}

.block-support-policylab a.button:hover {
  background-color: #147398;
  color: #ffffff;
}

.block-support-policylab a.button:hover {
  background-color: #ffffff;
  color: #147398;
}

/* meet the experts section (homepage) */
.meet-experts-block a.button {
  color: #ffffff;
  border-color: #ffffff;
}

.meet-experts-block a.button:hover {
  background-color: #ffffff;
  color: #147398;
}

/**
 * blog teaser feed (blog landing and home page)
 */
.view-blog-new .item-list .pager a {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  display: inline-block;
  color: #ffffff;
  background-color: #147398;
  min-width: 14rem;
}

@media (min-width: 64em) {
  .view-blog-new .item-list .pager a {
    padding: 0.75rem 1.875rem;
  }
}

.view-blog-new .item-list .pager a:hover {
  background-color: #147398;
  color: #ffffff;
}

.view-blog-new .item-list .pager a:hover {
  background-color: #40b4e5;
  border-color: #40b4e5;
}

/* home blogs block */
#block-views-blog-new-home-blogs-block .btn-wrapper .button {
  display: inline-block;
  min-width: 14rem;
}

/**
 * header section + navigation
 */
#header {
  width: auto;
  position: relative;
  z-index: 401;
  padding: 0;
  background-color: #ffffff;
  min-height: 6rem;
}

@media (min-width: 48em) {
  #header {
    border-top: 3px solid #147398;
  }
}

/* nav wrapper */
#nav-wrapper {
  height: auto;
  position: absolute;
  top: -40rem;
  left: 0;
  z-index: 301;
  display: block;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 16px -8px rgba(153, 153, 153, 0.8);
  -moz-box-shadow: 0 8px 16px -8px rgba(153, 153, 153, 0.8);
  box-shadow: 0 8px 16px -8px rgba(153, 153, 153, 0.8);
}

@media (min-width: 48em) {
  #nav-wrapper {
    position: inherit;
    top: 0 !important;
  }
}

#nav-wrapper .container {
  display: table;
}

/* logo wrapper */
#logo-wrapper {
  vertical-align: middle;
  padding: 1rem 0;
  width: 13rem;
  display: none;
}

@media (min-width: 48em) {
  #logo-wrapper {
    display: table-cell;
  }
}

@media (min-width: 64em) {
  #logo-wrapper {
    width: 16rem;
  }
}

@media (min-width: 75em) {
  #logo-wrapper {
    width: 18rem;
  }
}

#logo-wrapper .logo {
  border-right: 2px solid #dfdede;
  display: block;
  padding-right: 0.5rem;
}

@media (min-width: 64em) {
  #logo-wrapper .logo {
    padding-right: 1rem;
  }
}

#logo-wrapper .logo h1 {
  background-image: url("../images/svg/logo-chop-policylab.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: transparent;
  text-indent: -9999px;
  display: block;
  width: 13rem;
  height: 4rem;
  background-size: 100%;
}

@media (min-width: 64em) {
  #logo-wrapper .logo h1 {
    width: 15rem;
    height: 5rem;
  }
}

@media (min-width: 75em) {
  #logo-wrapper .logo h1 {
    width: 17rem;
    height: 6rem;
  }
}

/* nav right wrapper (utility menu + main menu) */
#nav-right {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

/* utility menu */
.region-utility {
  height: auto;
  float: right;
  display: block;
  width: 100%;
}

@media (min-width: 48em) {
  .region-utility {
    width: 80%;
  }
}

@media (min-width: 64em) {
  .region-utility {
    width: 66%;
  }
}

.region-utility .utility-menu {
  vertical-align: top;
  font-family: "Rubrik-Medium";
  text-transform: uppercase;
  display: block;
  float: none;
  width: 100%;
}

@media (min-width: 48em) {
  .region-utility .utility-menu {
    display: inline-block;
    float: left;
    width: 40%;
  }
}

.region-utility .utility-menu ul.menu {
  width: 100%;
  display: table;
}

.region-utility .utility-menu ul.menu li {
  list-style: none;
  display: table-cell;
  font-size: 0.875em;
  max-width: 3rem;
  line-height: 2.7rem;
  padding: 1rem;
  background-color: #147398;
  width: 33%;
}

@media (min-width: 48em) {
  .region-utility .utility-menu ul.menu li {
    width: auto;
    background-color: transparent;
    padding: 0;
  }
}

.region-utility .utility-menu ul.menu li:hover {
  border-color: #ffffff;
}

@media (min-width: 48em) {
  .region-utility .utility-menu ul.menu li.blog {
    width: 40%;
  }
}

.region-utility .utility-menu ul.menu li a {
  display: block;
  color: #147398;
  text-align: center;
  font-weight: 400;
  padding: 0;
  background-position: 50% 50%;
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #ffffff;
}

@media (min-width: 48em) {
  .region-utility .utility-menu ul.menu li a {
    background-color: #ffffff;
    color: #40b4e5;
  }
  .region-utility .utility-menu ul.menu li a:hover {
    background-color: #40b4e5;
  }
}

.region-utility .utility-menu ul.menu li a:hover {
  background-color: #40b4e5;
}

.region-utility .utility-menu ul.menu li a.blog {
  background-color: #40b4e5;
  color: #ffffff;
  height: 2.4rem;
  border-bottom: 0.3rem solid #40b4e5;
}

.region-utility .utility-menu ul.menu li a.blog:hover {
  background-color: #40b4e5;
}

.region-utility .utility-menu ul.menu li a.twitter {
  text-indent: -9999px;
  background-image: url("../images/icons/icon-twitter.svg");
}

@media (min-width: 48em) {
  .region-utility .utility-menu ul.menu li a.twitter {
    background-image: url("../images/icons/icon-twitter-blue.svg");
  }
  .region-utility .utility-menu ul.menu li a.twitter:hover {
    background-image: url("../images/icons/icon-twitter.svg");
  }
}

.region-utility .utility-menu ul.menu li a.linkedin {
  text-indent: -9999px;
  background-image: url("../images/icons/icon-linkdin.svg");
}

@media (min-width: 48em) {
  .region-utility .utility-menu ul.menu li a.linkedin {
    background-image: url("../images/icons/icon-linkdin-blue.svg");
  }
  .region-utility .utility-menu ul.menu li a.linkedin:hover {
    background-image: url("../images/icons/icon-linkdin.svg");
  }
}

.region-utility .block-search {
  display: block;
  width: 100%;
  float: none;
}

@media (min-width: 48em) {
  .region-utility .block-search {
    display: inline-block;
    width: 56%;
    float: right;
  }
}

.region-utility .block-search .content {
  padding: 0.5rem 1rem;
}

@media (min-width: 48em) {
  .region-utility .block-search .content {
    padding: 0;
  }
}

.region-utility .block-search .content .container-inline {
  display: block;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 48em) {
  .region-utility .block-search .content .container-inline {
    border-bottom: 2px solid #dfdede;
  }
}

.region-utility .block-search .form-item-search-block-form {
  position: relative;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}

.region-utility .block-search label {
  position: absolute;
  top: 0;
  left: 0;
  color: #147398;
  font-weight: 600;
  z-index: 5;
  margin: 1rem 0 0;
  font-size: 1em;
}

.region-utility .block-search input[type="search"],
.region-utility .block-search input[type="text"] {
  border: 0;
  padding: 0;
  height: 2.25rem;
  font-family: "Rubrik-Medium";
  margin-top: 0.5rem;
  width: 80%;
  float: left;
}

.region-utility .block-search input[type="submit"] {
  text-indent: -9999px;
  float: right;
  display: block;
  height: 2.75rem;
  width: 20%;
  background-color: transparent;
  background-image: url("../images/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 98% 60%;
  background-size: 1.5rem;
}

.region-utility .block-search input[type="submit"]:hover {
  cursor: pointer;
}

/* main nav bar */
#main-nav {
  clear: both;
  position: relative;
  width: 100%;
  /* main nav links (inline in the nav bar) */
  /* for development - remove when done */
  /*
	li.last {
		ul.menu-lvl-2 {
			display:block;
		}
	}
	*/
  /* main menu - dropdown 1 level */
  /* about us dropdown menu */
  /* the hover effect to open submenu */
}

@media (min-width: 48em) {
  #main-nav {
    position: absolute;
    top: 3rem;
    right: 0;
    clear: both;
  }
}

@media (min-width: 64em) {
  #main-nav {
    top: 4rem;
  }
}

@media (min-width: 75em) {
  #main-nav {
    top: 5rem;
  }
}

#main-nav ul.menu-lvl-1 {
  margin: 0;
  padding: 0;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 {
    float: right;
  }
}

#main-nav ul.menu-lvl-1 > li {
  list-style: none;
  font-size: 0.875em;
  line-height: 4rem;
  margin: 0;
  border-bottom: 2px solid #dfdede;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 > li {
    line-height: 3rem;
    display: inline-block;
    font-size: 0.75em;
    border-bottom: 0;
    margin: 0 0.5rem;
  }
}

@media (min-width: 64em) {
  #main-nav ul.menu-lvl-1 > li {
    margin: 0 1.25rem;
  }
}

@media (min-width: 75em) {
  #main-nav ul.menu-lvl-1 > li {
    font-size: 0.9375em;
  }
}

#main-nav ul.menu-lvl-1 > li.last {
  margin-right: 0;
}

#main-nav ul.menu-lvl-1 > li.is-active-trail > a {
  position: relative;
  transition: none;
}

#main-nav ul.menu-lvl-1 > li.is-active-trail > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #147398;
  z-index: 500;
  position: absolute;
  bottom: 0;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 > li:hover > ul.menu-lvl-2 {
    display: block;
  }
}

#main-nav ul.menu-lvl-1 > li > a {
  background-color: #ffffff;
  color: #147398;
  font-family: "Rubrik-Medium";
  display: block;
  text-align: left;
  padding: 0.5rem 1rem;
  position: relative;
  font-size: 1.25em;
  font-weight: normal;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 > li > a {
    text-align: left;
    position: relative;
    padding: 0;
    text-align: center;
  }
}

#main-nav ul.menu-lvl-1 > li.dropdown > a {
  background-image: url("../images/svg/icon-arrowdown-navigation.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-color: transparent;
  background-size: 0.75rem;
  padding-right: 1rem;
}

@media (min-width: 64em) {
  #main-nav ul.menu-lvl-1 > li.dropdown > a {
    background-size: 1rem;
    padding-right: 1.5rem;
  }
}

#main-nav ul.menu-lvl-1.mobile > li.expanded {
  position: relative;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1.mobile > li.expanded {
    position: inherit;
  }
}

#main-nav ul.menu-lvl-1 a.mobile-menu-toggle {
  text-indent: -9999px;
  width: 20%;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 0;
  background-image: url("../images/svg/icon-arrowdown-navigation.svg");
  background-repeat: no-repeat;
  background-position: 50% 1em;
  background-color: transparent;
  background-size: 1.5rem;
  z-index: 50;
  padding: 0;
  border-left: 2px solid #dfdede;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 a.mobile-menu-toggle {
    display: none;
  }
}

#main-nav ul.menu-lvl-1 a.mobile-menu-toggle.open {
  background-image: url("../images/svg/icon-arrowup-navigation.svg");
}

#main-nav ul.menu-lvl-1 li:focus.dropdown > a,
#main-nav ul.menu-lvl-1 li:hover.dropdown > a,
#main-nav ul.menu-lvl-1 li:hover.dropdown > a.active,
#main-nav ul.menu-lvl-1 li:hover.dropdown > a.active-trail {
  position: relative;
  transition: none;
}

#main-nav ul.menu-lvl-1 li:focus.dropdown > a:after,
#main-nav ul.menu-lvl-1 li:hover.dropdown > a:after,
#main-nav ul.menu-lvl-1 li:hover.dropdown > a.active:after,
#main-nav ul.menu-lvl-1 li:hover.dropdown > a.active-trail:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #147398;
  z-index: 500;
  position: absolute;
  bottom: 0;
}

#main-nav ul.menu-lvl-2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 101;
  background: #f0eeec;
  position: relative;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-2 {
    position: absolute;
    left: -13rem;
    width: calc(100% + 13rem);
    padding: 1.5rem 0.5rem 1.5rem 1rem;
  }
}

@media (min-width: 64em) {
  #main-nav ul.menu-lvl-2 {
    left: -16rem;
    width: calc(100% + 16rem);
  }
}

@media (min-width: 75em) {
  #main-nav ul.menu-lvl-2 {
    left: -18rem;
    width: calc(100% + 18rem);
  }
}

#main-nav ul.menu-lvl-2 > li {
  display: block;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-2 > li {
    width: calc(25% - 1.75rem);
    display: inline-block;
    margin: 0 0 2rem;
    display: inline-block;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    border-right: 5px solid #ffffff;
    list-style-type: none;
    font-weight: normal;
    vertical-align: top;
  }
}

#main-nav ul.menu-lvl-2 > li > a {
  color: #ffffff;
  font-size: 1em;
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.625rem;
  min-height: 3.25rem;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-2 > li > a {
    padding: 0.5rem;
  }
}

#main-nav ul.menu-lvl-2 > li.bucket-1 > a {
  background-color: #40b4e5;
  border-right: 10px solid #147398;
}

#main-nav ul.menu-lvl-2 > li.bucket-2 > a {
  background-color: #91a01e;
  border-right: 10px solid #405812;
}

#main-nav ul.menu-lvl-2 > li.bucket-3 > a {
  background-color: #ed1f7f;
  border-right: 10px solid #b2015a;
}

#main-nav ul.menu-lvl-2 > li.bucket-4 {
  border-right: 0;
}

#main-nav ul.menu-lvl-2 > li.bucket-4 > a {
  background-color: #786452;
  border-right: 10px solid #5c4a3f;
}

#main-nav ul.menu-lvl-2 > li.callout-link {
  padding: 0;
  display: none;
  border-right: 0;
  margin: 0;
  width: 100%;
  /* style that overrides menu attach block module */
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-2 > li.callout-link {
    display: block;
  }
}

#main-nav ul.menu-lvl-2 > li.callout-link .menu-attach-block-wrapper {
  display: block;
  margin: 0 -0.5rem -1.5rem -1rem;
  background-color: #147398;
}

#main-nav ul.menu-lvl-2 > li.callout-link .menu-attach-block-wrapper .content {
  text-align: center;
}

#main-nav ul.menu-lvl-2 > li.callout-link .menu-attach-block-wrapper .content a {
  padding: 1.5rem 2rem 1.5rem 0;
  display: inline-block;
  font-size: 1.5em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
  background-image: url("../images/icons/icon-arrowright.svg");
  background-color: transparent;
  background-position: 100% 50%;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

#main-nav ul.menu-lvl-2 > li.callout-link > a.menu-attach-block-drop-link,
#main-nav ul.menu-lvl-2 > li.callout-link > a.callout-link {
  display: none;
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 {
  left: auto;
  right: 0;
  padding: 1rem;
  /* hide the level 3 links from Team Members / Experts module */
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 {
    width: 28rem;
  }
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px dashed #dfdede;
  border-right: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container.first {
  padding-top: 0;
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container.last-item {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container.last-item {
    padding-bottom: 2rem;
  }
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container .menu-link-wrapper {
  display: table;
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container a {
  color: #147398;
  text-align: left;
  display: table-cell;
  width: 85%;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.625rem;
  min-height: 3.25rem;
  padding-left: 1rem;
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container img {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container {
    font-size: 1.125em;
  }
}

@media (min-width: 64em) {
  #main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.image-menu-container {
    font-size: 1em;
  }
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.callout-link {
  width: 100%;
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 li.callout-link .menu-attach-block-wrapper {
  margin: 0 -1rem -1rem;
}

#main-nav ul.menu-lvl-1 > li.col-half > ul.menu-lvl-2 ul.menu-lvl-3 {
  display: none;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-1 li:hover > ul.menu-lvl-2 {
    display: block;
  }
}

#main-nav ul.menu-lvl-3 {
  width: 100%;
  position: relative;
  margin: 1rem 0;
  padding: 0;
  max-width: 100%;
  left: 0;
  float: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: auto;
  display: none;
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-3 {
    display: block;
  }
}

@media (min-width: 64em) {
  #main-nav ul.menu-lvl-3 {
    min-height: 15rem;
  }
}

#main-nav ul.menu-lvl-3 > li {
  width: 100%;
  line-height: 2.1875em;
  border-left: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px dashed #dfdede;
}

@media (min-width: 20em) {
  #main-nav ul.menu-lvl-3 > li {
    font-size: 1.125em;
    line-height: 2.8125em;
  }
}

@media (min-width: 48em) {
  #main-nav ul.menu-lvl-3 > li {
    font-size: 13px;
  }
}

@media (min-width: 64em) {
  #main-nav ul.menu-lvl-3 > li {
    line-height: 2.1875em;
    font-size: 0.9375em;
  }
}

#main-nav ul.menu-lvl-3 > li a {
  color: #147398;
  font-family: "Rubrik-Medium";
  text-transform: none;
  text-align: left;
  padding: 0.5rem 0;
  display: block;
  font-weight: normal;
  line-height: 1.625;
}

#main-nav ul.menu-lvl-3 > li a:before {
  content: "";
  display: none;
}

#main-nav ul.menu-lvl-3 > li.last {
  border-bottom: 0;
}

/* Mobile Nav Toggle - START
*********************************/
#mobile-nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 302;
  padding: 1rem 0;
  overflow: hidden;
  background-color: #ffffff;
  border-top: 3px solid #147398;
  -webkit-box-shadow: 0 8px 16px -8px rgba(153, 153, 153, 0.8);
  -moz-box-shadow: 0 8px 16px -8px rgba(153, 153, 153, 0.8);
  box-shadow: 0 8px 16px -8px rgba(153, 153, 153, 0.8);
}

@media (min-width: 48em) {
  #mobile-nav-toggle {
    display: none;
  }
}

#mobile-nav-toggle .container {
  width: 90%;
}

#mobile-nav-toggle .logo-pl {
  width: 100%;
  position: relative;
  display: block;
  float: left;
}

#mobile-nav-toggle .logo-pl a.logo {
  background-image: url("../images/svg/logo-chop-policylab.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: transparent;
  background-size: 100%;
  text-indent: -9999px;
  float: left;
  width: 14rem;
  height: 4rem;
  margin: 0;
}

#mobile-nav-toggle .logo-pl a.control {
  font-size: 0.8125em;
  right: 0;
  text-align: center;
  font-size: 0.75em;
  position: absolute;
  display: block;
  cursor: pointer;
  width: 6rem;
  height: 100%;
  background-image: url("../images/svg/icon-menu.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 40%;
  background-size: 25%;
  line-height: 7rem;
  font-size: 1.2rem;
  font-family: "Rubrik-Regular";
  color: #147398;
  border-left: 2px solid #dfdede;
}

#mobile-nav-toggle .logo-pl a.control.open {
  background-image: url("../images/svg/icon-close.svg");
}

.mobile-overlay {
  display: none;
  position: absolute;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  min-height: 100%;
  height: auto;
  top: 0;
  left: 0;
}

/* Task #19936 */
#anniversary-callout {
  background-color: #f0eeec;
  color: #147398;
  font-size: 1rem;
}

#anniversary-callout .container .entity-bean {
  padding: 5em 0 5em 0;
}

#anniversary-callout .container .entity-bean .content {
  padding: 0 0 0 15em;
  background: url("../images/logo/policylab-10-callout.png") left top no-repeat;
  background-size: 147px 150px;
}

#anniversary-callout .field-button a {
  padding: 0.75rem 3rem;
  font-size: 1rem;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #40b4e5;
  color: #fff;
}

#anniversary-callout .field-button a:hover {
  background-color: #147398;
}

#page {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}

/* Basic Page: Sidebar and Body - START
*****************************************/
.no-sidebars #main .content-body {
  width: 100%;
}

.sidebar-first .content-body {
  width: 100%;
}

.sidebar-first .content-body .title-bar {
  position: relative;
}

.sidebar-first .content-body .body-wrapper .body {
  padding: 1rem;
}

@media (min-width: 64em) {
  .sidebar-first .content-body {
    width: 66.66%;
    float: right;
  }
  .sidebar-first .content-body .body-wrapper {
    margin-top: 0;
  }
}

.sidebar-first .sidebars {
  float: left;
}

@media (min-width: 48em) {
  .sidebar-first .sidebars {
    margin-top: 2.5rem;
  }
}

@media (min-width: 64em) {
  .sidebar-first .sidebars {
    margin-top: 0;
  }
}

@media (min-width: 64em) {
  .sidebar-first.small-sidebar #main .content-body {
    width: 72%;
  }
}

.sidebar-first.front .sidebars {
  float: right;
}

.field-research-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.view-mode-block_teaser span.title a {
  font-size: 1em;
}

.view-mode-block_teaser .field-academic-title {
  display: inline-block;
}

.view-mode-block_teaser .field-policylab-title {
  display: block;
  font-size: 0.875em;
  line-height: 1.625em;
  margin-top: 5px;
  font-weight: normal;
  color: #147398;
  text-transform: capitalize;
}

.view-mode-block_teaser .teaser {
  display: none;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 0.875em;
  line-height: 1.625em;
}

.view-mode-block_teaser .teaser p {
  margin: 0;
}

.experts.flexslider ul > li {
  padding: 25px 0 30px;
  text-align: center;
  list-style: none;
}

@media (min-width: 20em) {
  .experts.flexslider ul > li {
    width: 100%;
    margin: -1px 0 0;
  }
}

@media (min-width: 48em) {
  .experts.flexslider ul > li {
    width: 33.1688%;
    float: left;
    margin: -1px 0 0 -1px;
  }
}

@media (min-width: 64em) {
  .experts.flexslider ul > li {
    width: 100%;
    float: none;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
    border-top: 0;
  }
  .experts.flexslider ul > li:last-child {
    border-bottom: 0;
  }
}

.principal-investigator-slide {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 64em) {
  .principal-investigator-slide {
    border-top: 0;
  }
}

.principal-investigator-slide h3 {
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 25px 0 15px;
  border-bottom: 2px solid #dfdede;
}

.principal-investigator-slide ul {
  margin-top: 10px;
}

.principal-investigator-slide ul > li {
  border-bottom: 0;
  border: 0;
  display: none;
}

.principal-investigator-slide .field-policylab-title {
  display: none;
}

.no-js .principal-investigator-slide ul > li {
  display: block;
}

@media (min-width: 20em) {
  .principal-investigator-slide ul > li .view-mode-block_teaser {
    min-height: 135px;
  }
}

@media (min-width: 64em) {
  .principal-investigator-slide ul > li .view-mode-block_teaser {
    min-height: inherit;
  }
}

/* Topics List on Buckets Landing page */
@media (min-width: 20em) {
  .block-topics-list .content {
    padding: 40px 0;
  }
  .block-topics-list .content .description {
    display: none;
  }
  .block-topics-list .content .field-icon-img img {
    width: 60px;
    height: auto;
  }
}

@media (min-width: 48em) {
  .block-topics-list .content .description {
    display: block;
  }
  .block-topics-list .content .field-icon-img {
    width: auto;
    height: auto;
    padding: 0 35%;
  }
  .block-topics-list .content .field-icon-img img {
    width: 80px;
    height: auto;
  }
}

.block-topics-list {
  margin: 30px 0 -35px;
}

.block-topics-list .content {
  border-top: 4px solid #f2f2ea;
  clear: both;
}

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

.block-topics-list .content h3 {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #eeeeee;
}

.block-topics-list .bottom {
  width: 63%;
  position: absolute;
  bottom: 5%;
  right: 25px;
}

@media (min-width: 20em) {
  .block-topics-list .bottom {
    display: none;
  }
}

@media (min-width: 64em) {
  .block-topics-list .bottom {
    display: block;
  }
}

/* Quotes - START
*********************************/
.callout.quotes {
  margin: 0 2.5rem;
}

.callout.quotes blockquote {
  font-style: normal;
  font-size: 1.125em;
  font-weight: 600;
  word-wrap: break-word;
  border-bottom: 2px solid #dfdede;
  margin-bottom: 25px;
}

.callout.quotes blockquote p {
  padding: 20px 0;
  margin-bottom: 0;
}

.callout.quotes .name {
  text-align: right;
  width: 86%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.callout.quotes .name a {
  font-size: 1.0625em;
}

.callout.quotes .name .pl-title {
  display: block;
  margin-top: 10px;
  font-style: italic;
  font-weight: 600;
  font-size: 0.8125em;
  color: #dfdede;
}

.callout.quotes .person {
  padding-left: 25px;
  background: url("../images/bg/bg-dotted-vertical.png") repeat-y top left;
  display: table-cell;
  text-align: right;
  width: 10%;
}

.callout.quotes .person img {
  width: 60px;
  height: 60px;
}

/* Publication Bar */
@media (min-width: 20em) {
  .publication-type-bar a {
    font-weight: 700;
    font-size: 0.875em;
    border-bottom: 1px solid #c3bea6;
    padding: 14px 30px 12px 55px;
    background: rgba(255, 255, 255, 0.4) url("../images/ui/ui-icons-sprites.png") no-repeat;
    background-position: 28px -293px;
    display: block;
  }
}

@media (min-width: 48em) {
  .publication-type-bar {
    padding: 40px 0 0;
  }
  .publication-type-bar a {
    border: 1px solid #c3bea6;
    margin-bottom: -1px;
    display: inline-block;
  }
}

/* Sidebar Menu - START
************************************************/
.block-menu-block {
  margin-bottom: 2.5rem;
}

.block-menu-block .content ul.menu-lvl-1 {
  background-color: #f0eeec;
  padding: 1rem 0;
}

.block-menu-block .content ul.menu-lvl-1 li {
  list-style: none;
  background-color: #f0eeec;
  padding: 0 1rem;
}

.block-menu-block .content ul.menu-lvl-1 li:hover {
  background-color: #ffffff;
}

.block-menu-block .content ul.menu-lvl-1 li a {
  padding: 1.25rem 0;
  display: block;
  margin: 0;
  z-index: 1;
  color: #147398;
  font-family: "Rubrik-Medium";
  font-weight: normal;
}

.block-menu-block .content ul.menu-lvl-1 li.callout-link, .block-menu-block .content ul.menu-lvl-1 li.featured-tool-block,
.block-menu-block .content ul.menu-lvl-1 li .menu-attach-block-wrapper {
  display: none;
}

.block-menu-block .content ul.menu-lvl-1 li.image-menu-container {
  margin: 0;
  border-right: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* menu links with circle images to the left */
}

@media (min-width: 48em) {
  .block-menu-block .content ul.menu-lvl-1 li.image-menu-container {
    font-size: 1.125em;
  }
}

@media (min-width: 64em) {
  .block-menu-block .content ul.menu-lvl-1 li.image-menu-container {
    font-size: 1em;
  }
}

.block-menu-block .content ul.menu-lvl-1 li.image-menu-container a {
  color: #147398;
  text-align: left;
  font-weight: normal;
}

.block-menu-block .content ul.menu-lvl-1 li.image-menu-container .menu-link-wrapper {
  display: table;
  border-top: 1px dashed #dfdede;
  padding: 1rem 0;
}

.block-menu-block .content ul.menu-lvl-1 li.image-menu-container .menu-link-wrapper a {
  text-transform: uppercase;
  display: table-cell;
  width: 85%;
  vertical-align: middle;
  line-height: 1.625rem;
  min-height: 3.25rem;
  font-size: 0.9375em;
  padding-left: 1rem;
}

.block-menu-block .content ul.menu-lvl-1 li.image-menu-container .menu-link-wrapper img {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.block-menu-block .content ul.menu-lvl-1 li.image-menu-container.first {
  padding-top: 0;
}

.block-menu-block .content ul.menu-lvl-1 li.image-menu-container.first .menu-link-wrapper {
  border-top: 0;
}

.block-menu-block .content ul.menu-lvl-1 li.image-menu-container.last-item {
  border-bottom: 0;
  padding-bottom: 0;
}

.block-menu-block .content ul.menu-lvl-1 li > ul {
  background-color: #ffffff;
  padding-bottom: 1rem;
}

.block-menu-block .content ul.menu-lvl-1 li > ul li {
  padding: 0;
  background-color: #ffffff;
}

.block-menu-block .content ul.menu-lvl-1 li > ul li a {
  padding: 0.75rem 1rem;
  border: 0;
  font-size: 0.875em;
}

.block-menu-block .content ul.menu-lvl-1 li > ul li a:hover {
  background-color: inherit;
  color: #40b4e5;
}

.block-menu-block .content ul.menu-lvl-1 li > ul li.active {
  font-weight: bold;
}

.block-menu-block .content ul.menu-lvl-1 li > ul li.first a {
  padding-top: 0.25rem;
}

.block-menu-block .content ul.menu-lvl-1 li.is-active-trail {
  background-color: #ffffff;
}

/* Body Content Style - START
************************************************/
blockquote {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5rem 2rem 2rem;
  line-height: 1.75em;
  margin: 0 0 1.25rem;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #40b4e5;
  font-family: "Chronicle-Text-G1-Roman";
  font-size: 1.25em;
}

blockquote p {
  margin-bottom: 0;
}

blockquote:before {
  content: "";
  background-image: url("../images/icons/icon-quotemark.svg");
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 0 0;
  background-size: 80%;
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  padding: 0.7rem;
  top: -0.75rem;
  left: -0.75rem;
  background-position: 0 0;
}

.body {
  font-family: "Chronicle-Text-G1-Roman";
}

.body ol,
.body ul {
  margin: 0 0 20px 1.25rem;
}

.body ol li,
.body ul li {
  margin-bottom: 15px;
  line-height: 1.75em;
}

.body h1 {
  font-size: 1.75em;
  font-weight: 400;
  padding: 0 0 15px;
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #147398;
  font-family: "Rubrik-Medium";
}

.body h1 strong {
  font-weight: 800;
}

.body h2 {
  font-size: 1.375em;
  font-weight: 800;
  padding: 0 0 15px;
  font-family: "Rubrik-Medium";
}

.body h3 {
  font-size: 0.8125em;
  text-transform: uppercase;
  padding: 0 5px 0 0;
  font-weight: 700;
  font-family: "Rubrik-Medium";
}

.title-bar.hide {
  display: none;
}

/* Media Contact - Block */
.media-contact .content {
  padding: 25px 25px 0;
  font-size: 0.9375em;
}

/* All Topic Links */
.all-authors {
  margin-top: 15px;
  margin-bottom: 15px;
}

.all-authors h5 {
  font-weight: 700;
}

.all-topics h5 {
  font-weight: 600;
}

.all-authors,
.all-topics {
  color: #54575e;
}

.all-authors h5,
.all-topics h5 {
  font-family: "Rubrik-Medium";
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9375em;
  line-height: 1.5em;
  display: block;
  margin-right: 5px;
}

.all-authors p,
.all-topics p {
  display: inline;
  margin-bottom: 0;
}

.all-topics {
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.all-topics li,
.all-topics ul {
  list-style: none;
  display: inline;
}

.all-topics ul li {
  position: relative;
}

.all-topics ul li:after {
  content: ",";
}

.all-topics ul li:last-child:after {
  display: none;
}

.all-topics a {
  color: #ffffff;
  font-size: 0.9375em;
  line-height: 1.5em;
  font-weight: normal;
}

.all-topics a:hover {
  color: #ffffff;
}

/**
 * printmail
 */
.page-printmail .content-body {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-printmail .content-body label {
  font-size: 1.0625em;
  font-weight: 800;
  margin-bottom: 10px;
}

.page-printmail .content-body .form-item {
  margin: 30px 0;
}

/**
 * form styles
 */
#main .form-select,
#main .form-submit {
  cursor: pointer;
}

input[type="submit"],
input[type=email],
input[type=password],
input[type=text] {
  -webkit-appearance: none;
}

input[type='email']:focus,
input[type='password']:focus,
input[type='text']:focus,
textarea:focus {
  outline: 0;
  background-color: #ffffff;
}

#main input[type='email'],
#main input[type='password'],
#main input[type='text'],
#main textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #147398;
  border-radius: 0;
  display: inline-block;
  color: #147398;
  padding: 0.625rem 1.5rem;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  line-height: 2rem;
  height: 3rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main input[type='email']:hover,
#main input[type='password']:hover,
#main input[type='text']:hover,
#main textarea:hover {
  background-color: #ffffff;
  border-color: #40b4e5;
}

#main input[type='email']:focus,
#main input[type='password']:focus,
#main input[type='text']:focus,
#main textarea:focus {
  outline: 0;
  background-color: #ffffff;
  border-color: #40b4e5;
}

#main textarea {
  min-height: 100px;
}

#main form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #dfdede;
}

#main form tbody {
  border-top: 1px solid #dfdede;
}

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

#main form table .item-list ul {
  margin: 0;
}

#main .grippie {
  display: none;
}

.confirm-parent,
.password-parent {
  margin: 0;
}

td.menu-disabled {
  background: #dfdede;
}

.block-webform {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ffffff;
  padding: 1.5rem;
}

.block-webform label {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #147398;
}

.block-webform .form-item {
  margin: 2rem 0;
}

.block-webform .form-required {
  color: #147398;
}

/* printmail page */
.page-printmail #breadcrumb {
  display: none;
}

.page-printmail #content input.form-submit {
  margin-left: 0.625rem;
}

body.no-sidebars.page-printmail #main .content-body {
  width: auto;
}

@media (min-width: 48em) {
  body.no-sidebars.page-printmail #main .content-body {
    width: 66.66%;
    margin: 0 auto;
  }
}

/* Page Image Style - START
************************************************/
.no-js #page-image img {
  opacity: 1;
}

#page-image.no-image figcaption {
  position: relative;
}

#page-image figure {
  position: relative;
}

@media (min-width: 48em) {
  #page-image figure .image {
    height: auto;
  }
}

@media (min-width: 75em) {
  #page-image figure .image {
    min-height: 350px;
  }
}

@media (min-width: 20em) {
  #page-image figure {
    min-height: 355px;
    background-color: #ffffff;
    padding-bottom: 25px;
  }
}

@media (min-width: 48em) {
  #page-image figure {
    min-height: auto;
    line-height: 0;
    height: auto;
    margin: -5px 0 2.5rem;
    padding: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 4px solid #ffffff;
  }
}

@media (min-width: 64em) {
  #page-image figure {
    min-height: 350px;
  }
}

#page-image figure figcaption {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 20em) {
  #page-image figure figcaption {
    color: #2d2e32;
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  #page-image figure figcaption {
    position: absolute;
    width: 100%;
    padding: 26px 25px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.76);
    border-top: 1px solid #000;
    bottom: 0;
    margin: 0;
  }
}

#page-image figure figcaption .page-title {
  font-weight: normal;
}

@media (min-width: 20em) {
  #page-image figure figcaption .page-title {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 48em) {
  #page-image figure figcaption .page-title {
    display: table-cell;
    vertical-align: middle;
    background: none;
    text-align: center;
    padding: 0 20px 0 0;
    margin: 0;
  }
}

@media (min-width: 20em) {
  #page-image figure figcaption h2.page-title {
    font-size: 1.9375em;
  }
}

@media (min-width: 48em) {
  #page-image figure figcaption h2.page-title {
    font-size: 1.75em;
  }
}

#page-image figure figcaption .page-brief {
  font-size: 0.9375em;
  line-height: 1.8125em;
}

#page-image figure figcaption .page-brief p {
  margin-bottom: 0;
}

@media (min-width: 20em) {
  #page-image figure figcaption .page-brief {
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  #page-image figure figcaption .page-brief {
    width: 75%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 25px;
    margin: 0;
    background: url("../images/bg/bg-dotted-vertical.png") repeat-y left top;
  }
}

#page-image img {
  width: 100%;
  height: auto;
  line-height: 0;
  opacity: 0;
  -o-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

/* Tweet List - START
************************************************/
.tweets-list .col-profile {
  width: 10%;
  vertical-align: middle;
  background: url("../images/bg/bg-dotted-vertical.png") repeat-y right top;
}

@media (min-width: 20em) {
  .tweets-list .col-profile {
    display: none;
  }
}

@media (min-width: 48em) {
  .tweets-list .col-profile {
    display: table-cell;
  }
}

.tweets-list .col-text {
  width: 90%;
  display: table-cell;
  line-height: 1.875em;
}

@media (min-width: 48em) {
  .tweets-list .col-text {
    padding: 0 30px;
  }
}

.tweets-list .col-text a {
  color: #dfdede;
}

.tweets-list .col-text .placeholder {
  font-size: 0.875em;
  font-weight: 700;
  color: #dfdede;
}

.node-type-team-member .flex-direction-nav {
  position: absolute;
  right: 0;
  bottom: 32px;
}

.node-type-team-member .flex-direction-nav li {
  display: inline-block;
}

.node-type-team-member .flex-direction-nav li:last-child {
  margin-left: 6px;
}

.node-type-team-member .flex-direction-nav a {
  width: 35px;
  height: 35px;
  background: #ffffff url("../images/ui/ui-arrows-sprites.png") no-repeat 0 0;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.pl-title {
  font-weight: normal;
  vertical-align: middle;
  color: #dfdede;
}

@media (min-width: 20em) {
  .pl-title {
    font-size: 0.875em;
  }
}

@media (min-width: 48em) {
  .pl-title {
    font-size: 1.125em;
    display: inline-block;
    border-left: 1px solid #edebe0;
    padding-left: 0.875rem;
    margin-left: 10px;
  }
}

.title-wrapper h2 {
  display: inline-block;
}

.title-wrapper .sub-heading {
  vertical-align: middle;
}

@media (min-width: 20em) {
  .title-wrapper .sub-heading {
    margin-top: -25px;
    margin-bottom: 1.25rem;
    display: block;
  }
}

@media (min-width: 48em) {
  .title-wrapper .sub-heading {
    margin: 0 0 10px;
    display: inline-block;
  }
}

.node-type-team-member #content .main-content {
  padding: 20px 25px 35px;
}

@media (min-width: 64em) {
  .node-type-team-member #content .main-content {
    min-height: 650px;
    height: auto;
  }
}

/************************
 *** REFACTORED BELOW ***
 ************************/
/* overlay for the main nav dropdown */
#main-nav-overlay {
  background-color: #ffffff;
  display: block;
  top: 0;
  width: 100%;
  height: 9999px;
  position: fixed;
  opacity: 0.6;
  display: none;
  z-index: 302;
}

/**
 * breadcrumb
 */
#breadcrumb {
  display: none;
}

@media (min-width: 48em) {
  #breadcrumb {
    display: block;
    z-index: 5;
    position: relative;
    width: 100%;
    height: 4.5rem;
    background-color: #f0eeec;
    padding: 1.25rem 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#breadcrumb li {
  display: inline-block;
  list-style: none;
  margin-left: -1rem;
  text-transform: none;
  font-size: 0.8125em;
  color: #147398;
  padding: 0.5rem 1rem;
  position: relative;
}

#breadcrumb li:after, #breadcrumb li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 1rem;
  margin-top: -1rem;
  z-index: 2;
}

#breadcrumb li:before {
  border-top: 1.03125rem solid transparent;
  border-bottom: 1.03125rem solid transparent;
  border-right: 0.5rem solid #ffffff;
  left: 0.5rem;
}

#breadcrumb li:after {
  border-top: 1.03125rem solid white;
  border-bottom: 1.03125rem solid white;
  border-right: 0.5rem solid transparent;
  right: 0.5rem;
}

#breadcrumb li.front {
  margin-left: 0;
  padding-left: 0;
}

#breadcrumb li.front:before {
  display: none;
}

#breadcrumb li a {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
}

#breadcrumb li.current-page {
  position: relative;
  background-color: #ffffff;
  margin-left: 0;
}

#breadcrumb li.current-page:before {
  left: -0.5rem;
}

#breadcrumb li.current-page:after {
  display: none;
}

#breadcrumb.hero-overlap {
  position: absolute;
  top: 0;
  padding-top: 2rem;
  border-bottom: 0;
  background-color: transparent;
}

/**
 * hero
 */
#hero {
  position: relative;
}

@media (min-width: 48em) {
  #hero {
    margin-top: 0;
  }
}

#hero .field-hero-img {
  width: 100%;
  overflow: hidden;
  height: auto;
  min-height: 12.5rem;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

@media (min-width: 48em) {
  #hero .field-hero-img {
    height: 18rem;
    min-height: auto;
  }
}

@media (min-width: 64em) {
  #hero .field-hero-img {
    height: 20rem;
  }
}

@media (min-width: 75em) {
  #hero .field-hero-img {
    height: 25rem;
  }
}

@media (min-width: 100em) {
  #hero .field-hero-img {
    height: 30rem;
  }
}

#hero .field-hero-img img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  -o-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

@media (min-width: 64em) {
  #hero .field-hero-img img {
    position: absolute;
    margin-top: -3rem;
  }
}

/* no js fallback (no opacity animation) */
.no-js #hero .field-hero-img img {
  opacity: 1;
}

/**
 * main content area
 */
#main {
  position: relative;
  margin-top: -1px;
}

#content {
  padding: 1rem;
}

@media (min-width: 64em) {
  #content {
    padding: 4rem 0;
  }
}

#content .main-content {
  padding: 1.25rem 2rem 4.5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content .wrapper {
  padding: 0 2rem;
}

/**
 * sidebar
 */
@media (min-width: 64em) {
  .sidebar-first .sidebars.fixto-fixed,
  .sidebar-first .sidebars .fixto-fixed {
    margin-top: 25px;
  }
  .sidebar-first .project-content {
    float: right;
  }
}

/**
 * custom grid (legacy)
 */
.spans-12-cols .spans-1-cols,
.spans-12-cols .spans-10-cols,
.spans-12-cols .spans-11-cols,
.spans-12-cols .spans-12-cols,
.spans-12-cols .spans-2-cols,
.spans-12-cols .spans-3-cols,
.spans-12-cols .spans-4-cols,
.spans-12-cols .spans-5-cols,
.spans-12-cols .spans-6-cols,
.spans-12-cols .spans-7-cols,
.spans-12-cols .spans-8-cols,
.spans-12-cols .spans-9-cols {
  display: inline-block;
}

.spans-12-cols .bucket-item {
  width: 100%;
}

@media (min-width: 64em) {
  .spans-12-cols .bucket-item {
    width: 25%;
  }
}

.spans-12-cols .spans-2-cols {
  width: 100%;
}

@media (min-width: 48em) {
  .spans-12-cols .spans-2-cols {
    width: 20%;
  }
}

@media (min-width: 64em) {
  .spans-12-cols .spans-2-cols {
    width: 14%;
  }
}

.spans-12-cols .spans-4-cols {
  width: 100%;
}

@media (min-width: 64em) {
  .spans-12-cols .spans-4-cols {
    width: 30.33%;
  }
}

.spans-12-cols .spans-7-cols {
  width: 100%;
}

@media (min-width: 48em) {
  .spans-12-cols .spans-7-cols {
    width: 80%;
  }
}

@media (min-width: 64em) {
  .spans-12-cols .spans-7-cols {
    width: 53%;
  }
}

.spans-12-cols .spans-8-cols {
  width: 100%;
}

@media (min-width: 64em) {
  .spans-12-cols .spans-8-cols {
    width: 66.66%;
  }
}

.spans-12-cols .spans-9-cols {
  width: 100%;
}

@media (min-width: 64em) {
  .spans-12-cols .spans-9-cols {
    width: 72%;
  }
}

.spans-12-cols .spans-10-cols {
  width: 100%;
}

@media (min-width: 64em) {
  .spans-12-cols .spans-10-cols {
    width: 64.44%;
  }
}

@media (min-width: 64em) {
  body.small-sidebar .spans-12-cols .spans-4-cols {
    width: 25%;
  }
}

/**
 * topic pages
 */
.page-taxonomy-term {
  /* topic color styling */
}

.page-taxonomy-term #main {
  margin-top: -1px;
}

.page-taxonomy-term #main #content {
  padding: 0;
}

.page-taxonomy-term #main #content .term-listing-heading {
  display: block;
  padding: 1.5rem;
  background-color: #147398;
  background-image: url("../images/patterns/new-pattern-back-adolescent@2x.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-taxonomy-term #main #content .term-listing-heading .page-title {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2em;
  line-height: 1.3;
  font-family: "Rubrik-Medium";
  font-weight: normal;
}

@media (min-width: 48em) {
  .page-taxonomy-term #main #content .term-listing-heading .page-title {
    font-size: 2.5em;
  }
}

@media (min-width: 64em) {
  .page-taxonomy-term #main #content .term-listing-heading .page-title {
    font-size: 3.125em;
  }
}

.page-taxonomy-term #main #content .term-listing-heading .title-bar h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2em;
  line-height: 1.3;
  font-family: "Rubrik-Medium";
  font-weight: normal;
  text-align: center;
}

@media (min-width: 48em) {
  .page-taxonomy-term #main #content .term-listing-heading .title-bar h2 {
    font-size: 2.5em;
    text-align: left;
  }
}

@media (min-width: 64em) {
  .page-taxonomy-term #main #content .term-listing-heading .title-bar h2 {
    font-size: 3.125em;
  }
}

.page-taxonomy-term #main #content .term-listing-heading .page-intro {
  font-size: 1.25em;
  text-align: center;
  color: #ffffff;
  font-family: "Chronicle-Text-G1-Roman";
}

.page-taxonomy-term #main #content .term-listing-heading .page-intro p {
  margin-bottom: 0.5rem;
}

.page-taxonomy-term #main #content .term-listing-heading .page-intro p a {
  font-weight: 900;
  color: #ffffff;
  padding-bottom: 3px;
}

.page-taxonomy-term #main #content .term-listing-heading .page-intro p a:hover {
  border-bottom: 1px solid #ffffff;
}

.page-taxonomy-term #main #content .term-listing-heading .scroll-down-arrow {
  display: block;
  height: 1rem;
  background-image: url("../images/svg/icon-arrowdown.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: 1.5rem;
}

.page-taxonomy-term #content-bottom {
  padding: 1rem;
  background-color: transparent;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width: 48em) {
  .page-taxonomy-term #content-bottom {
    padding: 3rem 0;
    background-size: 125% auto;
  }
}

.page-taxonomy-term.page-taxonomy-term-53 #main #content .term-listing-heading {
  background-color: #40b4e5;
  background-image: url("../images/patterns/new-pattern-adolescent@2x.png");
}

.page-taxonomy-term.page-taxonomy-term-53 #content-bottom {
  background-image: url("../images/patterns/new-pattern-back-adolescent@2x.png");
}

.page-taxonomy-term.page-taxonomy-term-54 #main #content .term-listing-heading {
  background-color: #91a01e;
  background-image: url("../images/patterns/new-pattern-healthcare-coverage@2x.png");
}

.page-taxonomy-term.page-taxonomy-term-54 #content-bottom {
  background-image: url("../images/patterns/new-pattern-back-healthcare-coverage@2x.png");
}

.page-taxonomy-term.page-taxonomy-term-55 #main #content .term-listing-heading {
  background-color: #ed1f7f;
  background-image: url("../images/patterns/new-pattern-healthequity@2x.png");
}

.page-taxonomy-term.page-taxonomy-term-55 #content-bottom {
  background-image: url("../images/patterns/new-pattern-back-health-equity@2x.png");
}

.page-taxonomy-term.page-taxonomy-term-84 #main #content .term-listing-heading {
  background-color: #786452;
  background-image: url("../images/patterns/new-pattern-intergeneration@2x.png");
}

.page-taxonomy-term.page-taxonomy-term-84 #content-bottom {
  background-image: url("../images/patterns/new-pattern-back-intergen@2x.png");
}

/**
 * share bar (used on project detail, blog detail, etc.)
 */
.share-bar {
  padding: 0.5rem 0;
  margin: 1rem 0 2rem;
  border-top: 1px solid #dfdede;
  border-bottom: 1px solid #dfdede;
  display: block;
}

.share-bar .field-date {
  display: inline-block;
  line-height: 2.5rem;
  padding-right: 1rem;
  float: left;
}

.share-bar .field-date h3 {
  font-size: 0.875em;
  font-family: "Rubrik-Medium";
  text-transform: uppercase;
  display: inline-block;
  color: #979797;
}

.share-bar .field-date span {
  font-size: 0.875em;
  font-family: "Rubrik-Medium";
  font-weight: normal;
  display: inline-block;
  color: #979797;
}

.share-bar .col-left {
  display: inline-block;
  line-height: 2.5rem;
  float: left;
}

.share-bar .col-right {
  display: none;
}

@media (min-width: 48em) {
  .share-bar .col-right {
    display: inline-block;
    line-height: 2.5rem;
    float: left;
    border-left: 1px solid #dfdede;
    padding-left: 1rem;
  }
}

@media (min-width: 48em) and (min-width: 64em) {
  .share-bar .col-right {
    float: right;
  }
}

.share-bar ul {
  margin: 0;
}

.share-bar ul li {
  margin: 0;
  display: inline-block;
}

.share-bar ul li a {
  display: block;
  text-indent: -9999px;
  height: 2.5rem;
  width: 2.5rem;
  background-position: 0 50%;
  background-size: 2.5rem;
  background-repeat: no-repeat;
  padding-right: 1rem;
}

.share-bar ul li a.facebook {
  background-image: url("../images/icons/icon-fblike-blue.svg");
}

.share-bar ul li a.twitter {
  background-image: url("../images/icons/icon-twitter-blue.svg");
}

.share-bar ul li a.google-plus {
  background-image: url("../images/icons/icon-googleplus-blue.svg");
}

.share-bar ul li a.print {
  background-image: url("../images/icons/icon-print-blue.svg");
  padding-right: 1rem;
}

.share-bar ul li a.email {
  background-image: url("../images/icons/icon-email-blue.svg");
}

.share-bar.social-wrap-on .socialblock-wrap {
  display: block;
  float: none;
  width: 100%;
  clear: both;
}

@media (min-width: 64em) {
  .share-bar.social-wrap-on .socialblock-wrap {
    display: inline-block;
    float: right;
    clear: none;
    width: auto;
  }
}

/**
 * basic layout
 * used by blog, news, press item, project, publication, and team member detail pages)
 */
.node-basic-layout {
  /* policy tools detail page */
  /* news detail page */
  /* blog detail page */
  /* team member detail page */
}

.node-basic-layout #main #content {
  background-color: transparent;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-image: url("../images/patterns/new-pattern-back-general@2x.png");
  padding: 0 1rem 3rem;
}

@media (min-width: 48em) {
  .node-basic-layout #main #content {
    background-size: 150% auto;
  }
}

@media (min-width: 48em) {
  .node-basic-layout #main #content {
    background-size: 150% auto;
    padding: 0 0 6rem;
  }
}

.node-basic-layout #main #content .node.view-mode-full {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #f0eeec;
  border: 1px solid #dfdede;
}

@media (min-width: 48em) {
  .node-basic-layout #main #content .node.view-mode-full {
    display: table;
    width: 100%;
  }
}

.node-basic-layout #main #content .node.view-mode-full .main-content {
  display: block;
  background-color: #ffffff;
  height: auto;
  width: auto;
  padding: 2rem 2rem 4rem;
  font-family: "Chronicle-Text-G1-Roman";
  line-height: 1.625rem;
  /* publication fields */
  /* project fields */
}

@media (min-width: 48em) {
  .node-basic-layout #main #content .node.view-mode-full .main-content {
    width: 66.6666%;
    display: table-cell;
    vertical-align: top;
    margin: 0;
  }
}

.node-basic-layout #main #content .node.view-mode-full .main-content h2.title {
  margin: 0 0 0.5rem;
  width: 100%;
  text-transform: unset;
  font-size: 1.75em;
  line-height: 1.625;
}

@media (min-width: 48em) {
  .node-basic-layout #main #content .node.view-mode-full .main-content h2.title {
    font-size: 2.125em;
    line-height: 1.5;
  }
}

@media (min-width: 64em) {
  .node-basic-layout #main #content .node.view-mode-full .main-content h2.title {
    font-size: 2.5em;
    line-height: 1.25;
  }
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-policylab-title {
  color: #147398;
  font-family: "Rubrik-Medium";
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .article--body {
  margin-bottom: 2rem;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .article--body h2 {
  font-size: 1.75em;
  line-height: 2.125rem;
  margin-bottom: 1rem;
  color: #147398;
  font-weight: normal;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .article--body h3 {
  font-size: 1.625em;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #147398;
  font-weight: normal;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-source h3 {
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  font-family: "Rubrik-Medium";
  font-size: 1em;
  padding-right: 0.5rem;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-source a {
  font-size: 1em;
  color: #40b4e5;
  text-transform: uppercase;
  font-family: "Rubrik-Medium";
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-authors-wrapper {
  padding: 1rem 0;
  margin-top: 5rem;
  border-top: 1px dashed #dfdede;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-authors-wrapper .field-label {
  display: inline;
  float: left;
  font-size: 1em;
  padding-right: 0.5rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Rubrik-Medium";
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-authors-wrapper p {
  display: inline;
  float: left;
  font-family: "Rubrik-Medium";
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-statement-of-problem {
  margin-bottom: 2rem;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-suggest-citation-wrapper {
  padding: 1rem 0 0;
  margin-top: 1rem;
  clear: both;
  overflow: hidden;
  border-top: 1px dashed #dfdede;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-suggest-citation-wrapper h3 {
  font-size: 0.875em;
  color: #979797;
}

.node-basic-layout #main #content .node.view-mode-full .main-content .field-suggest-citation-wrapper .field-suggest-citation {
  font-size: 0.875em;
}

.node-basic-layout #main #content .node.view-mode-full.node-research-block {
  background-color: #ffffff;
  padding: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full.node-press .side-bar {
  padding-top: 2rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar {
  display: block;
  width: auto;
  padding: 0 1.5rem 2rem;
}

@media (min-width: 48em) {
  .node-basic-layout #main #content .node.view-mode-full .side-bar {
    width: 33.3333%;
    display: table-cell;
    vertical-align: top;
    margin: 0;
  }
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container {
  width: 100%;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container ul {
  width: 100%;
  list-style-type: none;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container ul li {
  list-style-type: none;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container h3.field-label {
  color: #147398;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Rubrik-Medium";
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top {
  padding: 2.5rem 0 2rem;
  border-bottom: 0.325rem solid #ffffff;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top h3.field-label {
  font-size: 2em;
  line-height: 2.5rem;
  text-align: center;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-team-member-image {
  text-align: center;
  padding: 1rem 0;
  width: 8.75rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-team-member-image img {
  width: 8.75rem;
  height: auto;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .team-member-block-info {
  text-align: center;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .team-member-block-info .team-member-title {
  color: #147398;
  font-size: 1.125em;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 1rem 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .team-member-block-info .team-member-title .title {
  font-weight: bold;
  display: inline-block;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .team-member-block-info .team-member-title .field-academic-title {
  display: inline-block;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .contact-section .contact-item {
  display: block;
  text-align: left;
  padding: 0.5rem 0;
  clear: both;
  overflow: hidden;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .contact-section .contact-item .label {
  display: inline-block;
  width: 5rem;
  font-size: 0.875em;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .contact-section .contact-item .value {
  display: inline-block;
  color: #40b4e5;
  font-size: 0.875em;
  text-transform: uppercase;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .contact-section .contact-item .value a {
  color: #40b4e5;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-principal-investigator {
  text-align: center;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-principal-investigator li {
  border-bottom: 1px dashed #dfdede;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-principal-investigator li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-principal-investigator .node-team-member {
  border-bottom: 1px dashed #dfdede;
  padding-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-principal-investigator .node-team-member:last-child {
  border-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-principal-investigator .node-team-member .title {
  text-transform: uppercase;
  color: #147398;
  font-size: 1.25em;
  line-height: 1.75rem;
  font-weight: normal;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-principal-investigator .node-team-member .field-academic-title {
  display: inline-block;
  padding-left: 0.3rem;
  text-transform: uppercase;
  color: #147398;
  font-family: "Rubrik-Regular";
  font-size: 1.25em;
  line-height: 1.75rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-none-policylab-pi {
  text-align: center;
  border-top: 1px dashed #dfdede;
  padding: 1rem 0 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .field-none-policylab-pi p {
  font-size: 1.25em;
  color: #147398;
  padding: 1rem 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--top .non-policylab-members {
  text-align: center;
  border-top: 1px dashed #dfdede;
  font-size: 1.25em;
  color: #147398;
  padding: 1rem 0 0;
  text-transform: uppercase;
  margin-top: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main {
  padding: 1rem 0;
  /* policy tools and publications fields */
  /* team member detail page */
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .sidebar--box {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 0.325rem solid #ffffff;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .sidebar--box:last-child {
  border-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .sidebar--box p {
  color: #147398;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .sidebar--box .sidebar--box__label {
  margin-bottom: 1rem;
  font-size: 1.25em;
  line-height: 1.75rem;
  margin: 0 0 1rem;
  color: #147398;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Rubrik-Medium";
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main h3.field-label {
  margin-bottom: 1rem;
  font-size: 1.25em;
  line-height: 1.75rem;
  margin: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main p {
  margin-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #dfdede;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main ul:last-child {
  border-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Rubrik-Medium";
  font-weight: normal;
  padding: 0.75rem 0;
  color: #147398;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-project-contact {
  text-transform: uppercase;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-funders-wrapper {
  text-transform: uppercase;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-funders-wrapper .field-label {
  padding-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-project-contact-wrapper .field-label {
  padding-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-publications-wrapper {
  border-bottom: 0.325rem solid #ffffff;
  padding-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-content-wrapper {
  border-bottom: 0.325rem solid #ffffff;
  padding-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-content-wrapper .view-related-content li {
  border-bottom: 1px dashed #dfdede;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-content-wrapper .view-related-content:last-child li:last-child {
  border-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-projects li,
.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-tools-publications li {
  border-bottom: 1px dashed #dfdede;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-projects li:last-child,
.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-tools-publications li:last-child {
  border-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-projects .node-publication .title,
.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-related-tools-publications .node-publication .title {
  margin-bottom: 0;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .node-publication .title {
  margin-bottom: 0.5rem;
  display: block;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-topics-wrapper {
  padding-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-topics-wrapper .field-label {
  display: none;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-topics-wrapper a {
  display: block;
  color: #147398;
  font-weight: 700;
  background: transparent;
  border: 1px solid #147398;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
}

@media (min-width: 64em) {
  .node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-topics-wrapper a {
    padding: 0.75rem 1.875rem;
  }
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-topics-wrapper a:hover {
  background-color: #147398;
  color: #ffffff;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .field-topics-wrapper > div {
  margin-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .research-interests-block .field-label {
  margin-bottom: 1rem;
}

.node-basic-layout #main #content .node.view-mode-full .side-bar .container .sidebar--main .research-interests-block .taxonomy-term {
  margin-bottom: 1rem;
}

.node-basic-layout.node-type-publication #breadcrumb {
  background-color: #0b4f6a;
}

.node-basic-layout.node-type-news #breadcrumb {
  background-color: #0b4f6a;
}

.node-basic-layout.node-type-blogs #breadcrumb {
  background-color: #0b4f6a;
}

.node-basic-layout.node-type-blogs #main #content {
  background-image: url("../images/patterns/new-pattern-blog-detail@2x.png");
  background-size: 330px 875px;
  background-repeat: repeat-x;
  background-position: 50% 0;
}

.node-basic-layout.node-type-team-member {
  /* lists on bottom of team member pages */
}

.node-basic-layout.node-type-team-member #breadcrumb {
  background-color: #147398;
}

.node-basic-layout.node-type-team-member #main #content .node.view-mode-full .main-content {
  padding-bottom: 1rem;
}

.node-basic-layout.node-type-team-member .expert-btn-wrapper {
  margin-top: 4rem;
  display: block;
  overflow: hidden;
  clear: both;
}

.node-basic-layout.node-type-team-member .expert-btn-wrapper .button {
  display: inline-block;
  clear: both;
}

.node-basic-layout.node-type-team-member #person-related-content {
  display: block;
  clear: both;
  margin-top: 3rem;
}

.node-basic-layout.node-type-team-member #person-related-content .grid {
  border-spacing: 2rem;
  margin: 0;
}

@media (min-width: 48em) {
  .node-basic-layout.node-type-team-member #person-related-content .grid {
    border-spacing: 2rem;
    margin: 0 -2rem;
  }
}

@media (min-width: 64em) {
  .node-basic-layout.node-type-team-member #person-related-content .grid {
    border-spacing: 3rem;
    margin: 0 -3rem;
  }
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 2rem;
}

@media (min-width: 48em) {
  .node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block {
    margin-bottom: 0;
  }
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .title-bar {
  display: block;
  background-image: none;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .title-bar h2 {
  padding: 1rem;
  display: block;
  min-height: 2rem;
}

@media (min-width: 48em) {
  .node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .title-bar h2 {
    min-height: 4rem;
  }
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .content .item-list .item {
  padding: 1rem 0;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  text-transform: capitalize;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager li {
  margin: 0;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-previous {
  display: table-cell;
  min-width: 50%;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-previous a {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  color: #147398;
  border: 1px solid #147398;
  min-width: 0;
}

@media (min-width: 64em) {
  .node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-previous a {
    padding: 0.75rem 1.875rem;
  }
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-previous a:hover {
  background-color: #147398;
  color: #ffffff;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-previous a:hover {
  background-color: #147398;
  color: #ffffff;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-current {
  display: none;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-next {
  display: table-cell;
  width: 50%;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-next a {
  display: block;
  /* let the parent el decide width */
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  color: #147398;
  border: 1px solid #147398;
}

@media (min-width: 64em) {
  .node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-next a {
    padding: 0.75rem 1.875rem;
  }
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-next a:hover {
  background-color: #147398;
  color: #ffffff;
}

.node-basic-layout.node-type-team-member #person-related-content .grid .row .light-block .pager .pager-next a:hover {
  background-color: #147398;
  color: #ffffff;
}

/**
 * content landing bar (dark blue w/ bubbles)
 * (used on Our Research landing, Policy Tools landing, About Us landing, etc.)
 */
#content-landing {
  padding: 1.25rem 0 1.4rem;
  background-color: #1a4e76;
  background-image: url("../images/patterns/new-pattern-back-general@2x.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  margin-top: -1px;
}

@media (min-width: 48em) {
  #content-landing {
    padding: 1rem 0 0;
  }
}

#content-landing .page-intro {
  padding-top: 1.25rem;
  color: #ffffff;
  font-family: "Chronicle-Text-G1-Roman";
  width: 90%;
  line-height: 1.875em;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 48em) {
  #content-landing .page-intro {
    padding-top: 0;
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  #content-landing .page-intro {
    font-size: 1.125em;
  }
}

#content-landing .page-intro p {
  margin-bottom: 0;
}

#content-landing .scroll-down-arrow {
  display: block;
  height: 4rem;
  background-image: url("../images/svg/icon-arrowdown.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: 1.5rem;
}

/**
 * grid (block teasers)
 */
.grid {
  margin: 0;
  padding: 0;
  display: block;
}

.grid .group-title {
  font-family: "Rubrik-Regular";
  color: #147398;
  font-size: 26px;
}

@media (min-width: 48em) {
  .grid {
    display: table;
    width: auto;
    border-spacing: 1rem;
    border-collapse: separate;
    margin: 0 -1rem;
  }
}

.grid .row {
  display: block;
}

@media (min-width: 48em) {
  .grid .row {
    display: table-row;
    border-spacing: 1rem;
    border-collapse: separate;
  }
}

.grid .row .block {
  border: 1px solid #dfdede;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

@media (min-width: 48em) {
  .grid .row .block {
    display: table-cell;
    width: 33.33333%;
    vertical-align: top;
  }
}

.grid .row .block .image {
  padding-top: 0.25rem;
  margin-bottom: 1rem;
}

.grid .row .block .image img {
  width: 100%;
  height: auto;
}

.grid .row .block .view-mode-block_teaser .field-policylab-title {
  font-family: "Rubrik-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #383b43;
}

@media (min-width: 48em) {
  .grid.execs {
    width: 70%;
  }
}

.grid.execs .row .block .view-mode-block_teaser .field-policylab-title {
  font-family: "Rubrik-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #383b43;
}

/**
 * term type links (icon links)
 */
.term-type {
  text-align: left;
  background-image: url("../images/icons/icon-reportsandtools-pubtools.svg");
  /* default icon */
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: 1.75rem;
  margin: 0;
  padding: 0 0 0 1.75rem;
  line-height: 2;
}

.term-type.no-icon {
  padding: 0;
  background: none;
}

.term-type span {
  color: #979797;
  font-size: 0.8125em;
  font-weight: normal;
}

.term-type a {
  text-transform: uppercase;
  font-size: 0.8125em;
  color: #40b4e5;
  padding: 0;
  margin: 0;
}

.term-type.article {
  background-image: url("../images/icons/icon-links-blue.svg");
}

.term-type.research-at-a-glance {
  background-image: url("../images/icons/icon-researchataglance-blue.svg");
}

.term-type.evidence-to-action-briefs {
  background-image: url("../images/icons/icon-evidencetoaction-blue.svg");
}

.term-type.reports-and-tools {
  background-image: url("../images/icons/icon-reportsandtools-pubtools-blue.svg");
}

.term-type.policy-briefs {
  background-image: url("../images/icons/icon-policybriefs-blue.svg");
}

.term-type.webinars {
  background-image: url("../images/icons/icon-webinars-blue.svg");
}

.term-type.news-icon {
  background-image: url("../images/icons/icon-inthemedia-pressreleases-blue.svg");
}

.term-type.blog-icon {
  background-image: url("../images/icons/icon-blog-blue.svg");
}

/**
 * topic tag links (displayed in teasers and list teasers)
 * projects, blogs, publications, etc.
 */
.node {
  /* topic-specific styles */
}

.node .tag-wrap {
  display: block;
  padding: 0 0 1rem;
  position: relative;
  font-family: "Rubrik-Medium";
}

.node .tag-wrap .tag-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 1.5rem;
  height: 1.5rem;
}

.node .tag-wrap .field-primary-bucket {
  display: inline-block;
  padding-left: 2rem;
  vertical-align: middle;
}

.node .tag-wrap .field-primary-bucket a {
  text-transform: uppercase;
  font-size: 0.875em;
}

.node.primary-bucket-53 .tag-wrap .tag-icon {
  background-image: url("../images/icons/icon-adolescent-blue.svg");
}

.node.primary-bucket-53 .tag-wrap .field-primary-bucket a {
  color: #40b4e5;
}

.node.primary-bucket-54 .tag-wrap .tag-icon {
  background-image: url("../images/icons/icon-healthcarecoverage-olive.svg");
}

.node.primary-bucket-54 .tag-wrap .field-primary-bucket a {
  color: #91a01e;
}

.node.primary-bucket-55 .tag-wrap .tag-icon {
  background-image: url("../images/icons/icon-healthequity-pink.svg");
}

.node.primary-bucket-55 .tag-wrap .field-primary-bucket a {
  color: #ed1f7f;
}

.node.primary-bucket-84 .tag-wrap .tag-icon {
  background-image: url("../images/icons/icon-intergenerational-brown.svg");
}

.node.primary-bucket-84 .tag-wrap .field-primary-bucket a {
  color: #786452;
}

/**
 * pager for grid and list pages
 */
.pager-publication {
  float: right;
}

ul.pager {
  padding: 2rem 0 1rem;
  margin: 0;
  display: block;
  text-transform: capitalize;
}

ul.pager li {
  list-style: none;
  padding: 0;
  margin: 2rem 0 1rem;
  font-size: 0.875em;
}

ul.pager li.pager-current {
  position: relative;
  background-color: #40b4e5;
  color: #ffffff;
  padding: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 48em) {
  ul.pager li.pager-current {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}

ul.pager li.pager-ellipsis {
  padding: 0;
  margin: 0;
}

ul.pager li a {
  position: relative;
  display: inline-block;
  color: #40b4e5;
  font-family: "Rubrik-Medium";
  font-weight: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.5rem;
}

/**
 * our research landing page
 */
.section-our-research #content-top {
  background-color: #f0eeec;
}

.section-our-research #content {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 48em) {
  .section-our-research #content {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-our-research #bottom {
  background-color: #40b4e5;
}

/**
 * policy tools landing page
 */
.section-policy-tools #content {
  padding: 0;
}

@media (min-width: 56em) {
  .section-policy-tools #content {
    padding: 4rem 0;
  }
}

.section-policy-tools .block-views-policy-tools {
  padding-bottom: 2rem;
  /* policy tools grid */
}

.section-policy-tools .block-views-policy-tools .view-filters {
  display: none;
}

.section-policy-tools .block-views-policy-tools #views-tabs {
  width: 100%;
  float: left;
  margin-bottom: 2.5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #40b4e5;
}

.section-policy-tools .block-views-policy-tools #views-tabs li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}

@media (min-width: 56em) {
  .section-policy-tools .block-views-policy-tools #views-tabs li {
    width: 16.66666%;
    border-bottom: 0.5rem solid #40b4e5;
  }
}

.section-policy-tools .block-views-policy-tools #views-tabs li a {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  display: block;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: 3rem;
  text-transform: uppercase;
  color: #40b4e5;
  border: 1px solid #dfdede;
  border-top: 0;
  font-size: 0.8125em;
  padding: 5rem 1rem 0;
  min-height: 3rem;
}

@media (min-width: 56em) {
  .section-policy-tools .block-views-policy-tools #views-tabs li a {
    border-bottom: 0;
    border-left: 0;
    border-top: 1px solid #dfdede;
  }
}

.section-policy-tools .block-views-policy-tools #views-tabs li:first-child a {
  border-top: 1px solid #dfdede;
}

@media (min-width: 56em) {
  .section-policy-tools .block-views-policy-tools #views-tabs li:first-child a {
    border-left: 1px solid #dfdede;
  }
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active a, .section-policy-tools .block-views-policy-tools #views-tabs li:hover a {
  background-color: #40b4e5;
  color: #ffffff;
  border-right: 1px solid #40b4e5;
  border-top: 1px solid #40b4e5;
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active a:first-child, .section-policy-tools .block-views-policy-tools #views-tabs li:hover a:first-child {
  border-left: 1px solid #40b4e5;
}

.section-policy-tools .block-views-policy-tools #views-tabs li.tab-featured a {
  background-image: url("../images/icons/icon-featured-blue.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.tab-research-at-a-glance a {
  background-image: url("../images/icons/icon-researchataglance-blue.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.tab-policy-briefs a {
  background-image: url("../images/icons/icon-policybriefs-blue.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.tab-reports-and-tools a {
  background-image: url("../images/icons/icon-reportsandtools-pubtools-blue.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.tab-evidence-to-action-briefs a {
  background-image: url("../images/icons/icon-evidencetoaction-blue.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.tab-webinars a {
  background-image: url("../images/icons/icon-webinars-blue.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active a, .section-policy-tools .block-views-policy-tools #views-tabs li:hover a {
  background-color: #40b4e5;
  color: #ffffff;
  border-right: 1px solid #40b4e5;
  border-top: 1px solid #40b4e5;
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active a:first-child, .section-policy-tools .block-views-policy-tools #views-tabs li:hover a:first-child {
  border-left: 1px solid #40b4e5;
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active.tab-featured a, .section-policy-tools .block-views-policy-tools #views-tabs li:hover.tab-featured a {
  background-image: url("../images/icons/icon-featured.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active.tab-research-at-a-glance a, .section-policy-tools .block-views-policy-tools #views-tabs li:hover.tab-research-at-a-glance a {
  background-image: url("../images/icons/icon-researchataglance.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active.tab-policy-briefs a, .section-policy-tools .block-views-policy-tools #views-tabs li:hover.tab-policy-briefs a {
  background-image: url("../images/icons/icon-policybriefs.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active.tab-reports-and-tools a, .section-policy-tools .block-views-policy-tools #views-tabs li:hover.tab-reports-and-tools a {
  background-image: url("../images/icons/icon-reportsandtools-pubtools.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active.tab-evidence-to-action-briefs a, .section-policy-tools .block-views-policy-tools #views-tabs li:hover.tab-evidence-to-action-briefs a {
  background-image: url("../images/icons/icon-evidencetoaction.svg");
}

.section-policy-tools .block-views-policy-tools #views-tabs li.active.tab-webinars a, .section-policy-tools .block-views-policy-tools #views-tabs li:hover.tab-webinars a {
  background-image: url("../images/icons/icon-webinars.svg");
}

.section-policy-tools .block-views-policy-tools .view-content {
  padding: 1rem;
}

@media (min-width: 56em) {
  .section-policy-tools .block-views-policy-tools .view-content {
    padding: 0;
  }
}

.section-policy-tools .block-views-policy-tools .view-content .grid .row .block {
  margin-bottom: 1rem;
}

@media (min-width: 56em) {
  .section-policy-tools .block-views-policy-tools .view-content .grid .row .block {
    margin-bottom: 0;
  }
}

.section-policy-tools .block-views-policy-tools .view-content .grid .row .block .node {
  margin: 0.5rem;
  position: static;
  /* needed to absolutely position btn-wrapper to .block, not .node */
}

.section-policy-tools .block-views-policy-tools .view-content .grid .row .block .node h3 {
  padding-bottom: 1rem;
}

.section-policy-tools .block-views-policy-tools h3 {
  font-size: 1.25em;
  padding-bottom: 1rem;
  line-height: 1.625rem;
}

.section-policy-tools .block-views-policy-tools #edit-submit-policy-tools-page {
  display: none;
}

.section-policy-tools .image.border {
  background-color: #ffffff;
  border: 4px solid #ffffff;
  line-height: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.section-policy-tools .image.border img {
  width: 100%;
  height: auto;
}

.section-policy-tools #views-tabs .view-tab-item.tab-article,
.section-policy-tools .view-policy-tools-page .views-exposed-widgets .form-item,
.section-policy-tools .view-team-members #views-tabs,
.section-policy-tools .view-team-members .view-filters {
  display: none;
}

.section-policy-tools .views-exposed-form .views-exposed-widget,
.section-policy-tools .views-exposed-widgets {
  padding: 0;
  margin: 0;
}

/**
 * about us pages
 */
.section-about-us #main #content {
  background-color: transparent;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-image: url("../images/patterns/new-pattern-back-general@2x.png");
  padding: 1rem;
}

@media (min-width: 48em) {
  .section-about-us #main #content {
    background-size: 150% auto;
  }
}

@media (min-width: 48em) {
  .section-about-us #main #content {
    background-size: 150% auto;
    padding: 4rem 0;
  }
}

.section-about-us #main #content .content-body .body-wrapper {
  border: 1px solid #dfdede;
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-top: 0.4rem solid #147398;
  padding: 1rem 1.5rem 2.5rem;
}

.section-about-us #main #content .content-body .body-wrapper .body {
  padding: 0;
}

.section-about-us #main #content .content-body .body-wrapper .body h1 {
  margin-bottom: 0;
}

.section-about-us #main #content .content-body .body-wrapper .body h2 {
  font-size: 1.75em;
  line-height: 1.5;
  color: #147398;
  text-transform: none;
}

.section-about-us #main #content .content-body .body-wrapper .body h3 {
  font-size: 1.25em;
  line-height: 1.625;
  color: #147398;
  text-transform: none;
  margin-bottom: 0.5rem;
}

.section-about-us #main #content .content-body .body-wrapper .body h4 {
  font-size: 1.125em;
  line-height: 1.625;
  color: #147398;
  text-transform: none;
  margin-bottom: 0.5rem;
}

/**
 * about contact us page
 */
.section-contact #content {
  background-color: transparent;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-image: url("../images/patterns/new-pattern-back-general@2x.png");
  padding: 1rem;
}

@media (min-width: 48em) {
  .section-contact #content {
    background-size: 150% auto;
  }
}

@media (min-width: 64em) {
  .section-contact #content {
    padding: 4rem 0;
  }
}

.section-contact .node-page {
  float: right;
  width: 100%;
}

@media (min-width: 64em) {
  .section-contact .node-page {
    width: 30.5%;
  }
}

.section-contact .block-webform {
  border: 1px solid #dfdede;
  margin: 2rem 0 4rem;
}

@media (min-width: 48em) {
  .section-contact .block-webform {
    margin: 0;
  }
}

.section-contact .block-webform .form-actions {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 2rem;
}

.section-contact .block-webform .form-actions input[type="submit"] {
  float: right;
  padding: 0.75rem 3rem;
}

.section-contact .block-contact {
  background-color: #ffffff;
  border: 1px solid #dfdede;
}

.section-contact .block-contact .col {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 1rem 0;
  border-bottom: 1px dashed #dfdede;
}

.section-contact .block-contact .col h3 {
  color: #147398;
  font-weight: normal;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.section-contact .block-contact .col p {
  font-family: "Rubrik-Medium";
  font-weight: normal;
  margin-bottom: 0;
  font-size: 0.875em;
}

.section-contact .block-contact .col:last-child {
  border-bottom: 0;
}

.section-contact .block-contact .col.top {
  background-color: #147398;
  color: #ffffff;
  padding: 1rem 1.25rem;
  margin: -1px -1px 0;
}

.section-contact .block-contact .col.top h3 {
  color: #ffffff;
}

.section-contact .block-contact .col.top a {
  color: #ffffff;
  font-weight: normal;
}

.section-contact .block-contact .col .phone {
  font-weight: 800;
  font-size: 1.625em;
  margin: 0.625rem 0;
}

.section-contact .block-contact .col .fax-number strong {
  font-weight: 800;
}

.section-contact .block-contact .col .contact-items .item {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  clear: both;
  font-size: 0.875em;
  font-family: "Rubrik-Medium";
}

.section-contact .block-contact .col .contact-items .item .label {
  display: inline-block;
  clear: left;
  float: left;
  width: 4rem;
}

.section-contact .block-contact .col .contact-items .item .value {
  display: inline-block;
  float: left;
  font-family: "Rubrik-Medium";
  color: #40b4e5;
  text-transform: uppercase;
}

.section-contact .block-contact .col .contact-items .item .value a {
  font-family: "Rubrik-Medium";
  color: #40b4e5;
  font-weight: normal;
}

.section-contact .block-contact .main-cols {
  padding: 0 1.25rem 1.5rem;
  overflow: hidden;
  clear: both;
}

/**
 * team members pages
 * - NOTE: node styling in _team-members.scss
 */
.section-about-us {
  /* team members grid view */
}

.section-about-us .view-team-members .border {
  width: 100%;
  border-bottom: 1px dashed #dfdede;
}

.section-about-us .view-team-members .views-exposed-form {
  display: none;
  /* we use to filter the team members, but not in the dropdown */
}

.section-about-us .view-team-members .group-header .group-title {
  line-height: 2.2;
}

.section-about-us .view-team-members .group-header .group-desc {
  font-family: "Chronicle-Text-G1-Roman";
  font-size: 1.125em;
  line-height: 1.5;
}

.section-about-us .view-team-members .grid .row .block {
  border: 0;
}

.section-about-us .view-team-members .grid .row .block .node {
  text-align: center;
  margin: 0;
  padding: 1rem;
}

/**
 * expert index
 * - NOTE: node styling in _team-members.scss
 */
.section-press-room {
  /* experts teaser view */
  /* media contact block */
  /* TEMP hiding filter; TODO: finish filters */
}

.section-press-room #main #content {
  background-color: transparent;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-image: url("../images/patterns/new-pattern-back-general@2x.png");
  padding: 1rem;
}

@media (min-width: 48em) {
  .section-press-room #main #content {
    background-size: 150% auto;
  }
}

@media (min-width: 64em) {
  .section-press-room #main #content {
    padding: 4rem 0;
  }
}

.section-press-room .experts-block .view-content {
  background: #ffffff;
  border: 1px solid #dfdede;
  border-top: 0.5rem solid #147398;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.section-press-room .experts-block .views-exposed-form {
  display: none;
  /* we use to filter the team members, but not in the dropdown */
}

.section-press-room .experts-block .title-bar {
  display: none;
}

.section-press-room .media-contact .content {
  padding: 1rem;
}

.section-press-room .media-contact .content h3 {
  text-transform: uppercase;
  color: #147398;
  line-height: 1.5;
  margin: 1rem 0 1.5rem;
  font-weight: normal;
  font-family: "Rubrik-Medium";
}

.section-press-room .media-contact .content .contact-item {
  display: block;
  clear: both;
  margin: 1rem 0;
}

.section-press-room .media-contact .content .contact-item .label {
  display: inline-block;
  width: 5rem;
  font-size: 1em;
}

.section-press-room .media-contact .content .contact-item .value {
  display: inline-block;
  font-size: 1em;
}

.section-press-room .media-contact .content .contact-item .value a {
  color: #40b4e5;
  text-transform: uppercase;
  font-weight: normal;
}

.section-press-room #block-pl-custom-experts-filter {
  display: none;
}

.section-press-room .content-body .taxonomy-body-wrapper {
  background: #ffffff;
  border: 1px solid #dfdede;
  border-top: 0.5rem solid #147398;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.section-press-room .content-body .taxonomy-body-wrapper .title-bar {
  margin-bottom: 1rem;
}

.section-press-room .content-body .taxonomy-body-wrapper .title-bar h2 {
  font-size: 1.75em;
  line-height: 1.5;
}

.section-press-room .content-body .taxonomy-body-wrapper .term-title-heading .taxonomy-term {
  width: 100%;
}

/**
 * topic landing and project detail page__user__login
 * colors and backgrounds
 */
#page {
  /* sub-topic pages */
}

#page ul.primary {
  margin-top: 0;
  clear: both;
  overflow: hidden;
  padding-top: 1rem;
}

#page.page-topic-53 #breadcrumb {
  background-color: #40b4e5;
}

#page.page-topic-53 #content {
  background-image: url("../images/patterns/new-pattern-back-adolescent@2x.png");
}

#page.page-topic-53 #block-title {
  background-color: #40b4e5;
}

#page.page-topic-54 #breadcrumb {
  background-color: #91a01e;
}

#page.page-topic-54 #content {
  background-image: url("../images/patterns/new-pattern-back-healthcare-coverage@2x.png");
}

#page.page-topic-54 #block-title {
  background-color: #91a01e;
}

#page.page-topic-55 #breadcrumb {
  background-color: #ed1f7f;
}

#page.page-topic-55 #content {
  background-image: url("../images/patterns/new-pattern-back-health-equity@2x.png");
}

#page.page-topic-55 #block-title {
  background-color: #ed1f7f;
}

#page.page-topic-84 #breadcrumb {
  background-color: #786452;
}

#page.page-topic-84 #content {
  background-image: url("../images/patterns/new-pattern-back-intergeneration@2x.png");
}

#page.page-topic-84 #block-title {
  background-color: #786452;
}

#page.page-topic-parent-3 #main #content .term-listing-heading {
  background-color: #40b4e5;
  background-image: url("../images/patterns/new-pattern-adolescent@2x.png");
}

#page.page-topic-parent-3 #content-bottom {
  background-image: url("../images/patterns/new-pattern-back-adolescent@2x.png");
}

#page.page-topic-parent-2 #main #content .term-listing-heading {
  background-color: #91a01e;
  background-image: url("../images/patterns/new-pattern-healthcare-coverage@2x.png");
}

#page.page-topic-parent-2 #content-bottom {
  background-image: url("../images/patterns/new-pattern-back-healthcare-coverage@2x.png");
}

#page.page-topic-parent-4 #main #content .term-listing-heading {
  background-color: #ed1f7f;
  background-image: url("../images/patterns/new-pattern-healthequity@2x.png");
}

#page.page-topic-parent-4 #content-bottom {
  background-image: url("../images/patterns/new-pattern-back-health-equity@2x.png");
}

#page.page-topic-parent-10 #main #content .term-listing-heading {
  background-color: #786452;
  background-image: url("../images/patterns/new-pattern-intergeneration@2x.png");
}

#page.page-topic-parent-10 #content-bottom {
  background-image: url("../images/patterns/new-pattern-back-intergeneration@2x.png");
}

/** quotes used on team member pages */
.no-js .field-quote li {
  display: block;
}

.field-quote {
  margin: 0 auto;
}

@media (min-width: 48em) {
  .field-quote {
    width: 85%;
  }
}

.field-quote li {
  display: none;
}

.field-quote li.flex-active-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
  line-height: 1.75em;
  margin: 0 0 1.25rem;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #40b4e5;
  font-family: "Chronicle-Text-G1-Roman";
}

.field-quote li.flex-active-slide:before {
  content: "";
  background-image: url("../images/icons/icon-quotemark.svg");
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 0 0;
  background-size: 80%;
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  padding: 0.7rem;
  top: -0.75rem;
  left: -0.75rem;
  background-position: 0 0;
}

.field-quote li p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  position: relative;
  font-size: 1em;
}

@media (min-width: 48em) {
  .field-quote li p {
    font-size: 1em;
  }
}

/* accordions (added to Employment opportunity page) */
.accordion-content {
  margin-top: 2rem;
  border-top: 1px dashed #dfdede;
}

.accordion-content .accordion-group {
  display: block;
  border-bottom: 1px dashed #dfdede;
  padding: 1rem 0;
  position: relative;
}

.accordion-content .accordion-group .accordion-toggle {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
  font-size: 1.5em !important;
  cursor: pointer;
  padding-right: 2rem;
  color: #147398;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.accordion-content .accordion-group .accordion-toggle:after {
  font-family: "Rubrik-Light";
  display: block;
  content: '\002b';
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 2.5rem;
  font-weight: normal;
}

.accordion-content .accordion-group .accordion-toggle:hover {
  color: #40b4e5 !important;
}

.accordion-content .accordion-group .accordion-target .accordion-inner {
  padding: 2rem 0;
}

.accordion-content .accordion-group .accordion-target .accordion-inner p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-content .accordion-group .accordion-target .accordion-inner h3 {
  font-weight: normal;
}

.accordion-content .accordion-group.show-target .accordion-toggle:after {
  content: '\2013';
  top: 0;
}

/**
 * user login page
 */
.user-login {
  position: relative;
  margin: 4rem auto;
  width: 90%;
  max-width: 30rem;
  border: 1px solid #dfdede;
}

.user-login .title-bar {
  background-color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #dfdede;
}

.user-login .title-bar .logo-wrap {
  background-color: #f0eeec;
}

.user-login .title-bar .logo-wrap a.logo {
  width: 14rem;
  height: 4rem;
  display: block;
  margin: 0 auto;
  padding: 1rem;
  background-image: url("../images/svg/logo-chop-policylab.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: transparent;
  text-indent: -9999px;
}

.user-login .title-bar .logo-wrap a.logo h2 {
  padding: 0;
}

.user-login .content {
  padding: 3rem 1.6rem 2rem;
}

.user-login .content ul.primary,
.user-login .content ul.secondary {
  margin: 0;
}

.user-login .content .form-item .description {
  margin-top: 0.75rem;
  text-align: left;
}

.user-login .content .form-item label {
  margin-top: 1.6rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  text-align: left;
}

.user-login .content .form-submit {
  display: inline-block;
  font-family: "Rubrik-Regular";
  color: #ffffff;
  font-weight: 700;
  background: #147398;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.75rem 1.375rem;
  font-size: 0.8125em;
  text-align: center;
}

@media (min-width: 64em) {
  .user-login .content .form-submit {
    padding: 0.75rem 1.875rem;
  }
}

/**
 * item lists
 * @description basic item list styles for teasers on index pages with dashed bottom borders
 */
.item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-list .item {
  padding: 1.25rem 0;
  list-style: none;
  border-bottom: 1px dashed #dfdede;
}

.item-list .item:last-child {
  border-bottom: none;
}

@media (min-width: 48em) {
  .item-list .item:last-child {
    padding-bottom: 1.25rem;
  }
}

/**
 * light blocks (sidebar)
 */
.light-block {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border: 1px solid #dfdede;
  /* updates block (What's New) */
  /* recent publications blocks */
  /* twitter block */
  /* webinars block */
}

.light-block .item-list {
  padding: 0 1.25rem;
}

.light-block .title-bar {
  display: table;
  width: 100%;
  border: 1px solid #147398;
  margin: -1px;
  background-color: #147398;
  background-image: none;
  /* set with selectors below */
  background-position: 96% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  height: auto;
}

.light-block .title-bar h2 {
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.625em;
  display: table-cell;
  padding: 1rem 5rem 1rem 1rem;
}

.light-block .content {
  padding: 0;
}

.light-block .view-mode-block_teaser {
  display: table;
  width: 100%;
}

.light-block .view-mode-block_teaser .informations {
  display: table-cell;
  vertical-align: top;
  width: 6.25rem;
}

.light-block .view-mode-block_teaser .informations span {
  color: #979797;
  font-size: 0.8125em;
  font-weight: normal;
  display: block;
}

.light-block .view-mode-block_teaser .informations .label {
  margin-top: 0.625rem;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 700;
  color: #555454;
}

.light-block .view-mode-block_teaser .title {
  display: table-cell;
  vertical-align: top;
  padding-left: 1rem;
  font-size: 0.875em;
  line-height: 1.625em;
  color: #147398;
}

.light-block .view-mode-block_teaser .title a {
  font-weight: 600;
}

.light-block .view-mode-block_teaser .title p {
  margin-bottom: 0;
}

.light-block .view-mode-block_teaser .title p a {
  color: #147398;
}

.light-block .view-mode-block_teaser .title p a:hover {
  color: #40b4e5;
}

.light-block .view-mode-block_teaser .teaser-image-wrap {
  display: table;
  width: 100%;
}

.light-block .view-mode-block_teaser .teaser-image-wrap .image {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 6.25rem;
  padding-right: 1rem;
}

.light-block .view-mode-block_teaser .teaser-image-wrap .image.circle img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: auto;
  position: relative;
}

.light-block .view-mode-block_teaser .teaser-image-wrap .image.blank {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #dfdede;
}

.light-block .view-mode-block_teaser .teaser-image-wrap .description {
  display: table-cell;
  vertical-align: top;
}

.light-block .view-mode-block_teaser .teaser-image-wrap .description h4 {
  color: #40b4e5;
  text-transform: uppercase;
  font-size: 0.8125em;
  padding-bottom: 3px;
}

.light-block .view-mode-block_teaser .teaser-image-wrap .description .title {
  color: #147398;
  padding: 0 0 0.25rem;
}

.light-block .view-mode-block_teaser .teaser-image-wrap .description .title a {
  color: #147398;
  font-size: 0.875rem;
  line-height: 1.625em;
}

.light-block .view-mode-block_teaser .teaser-image-wrap .description .title a:hover {
  color: #40b4e5;
}

.light-block .view-mode-block_teaser_extended {
  display: table;
  width: 100%;
}

.light-block .view-mode-block_teaser_extended .informations {
  display: table-cell;
  vertical-align: top;
  width: 6.25rem;
}

.light-block .view-mode-block_teaser_extended .informations span {
  color: #979797;
  font-size: 0.8125em;
  font-weight: normal;
  display: block;
}

.light-block .view-mode-block_teaser_extended .informations .label {
  margin-top: 0.625rem;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 700;
  color: #555454;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-text {
  display: table-cell;
  vertical-align: top;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-text .title {
  font-size: 0.875em;
  line-height: 1.625em;
  color: #147398;
  padding-bottom: 0.25rem;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-text .title a {
  font-weight: 600;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-text .title p {
  margin-bottom: 0;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-text .title p a {
  color: #147398;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-text .title p a:hover {
  color: #40b4e5;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap {
  display: table;
  width: 100%;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap .image {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 6.25rem;
  padding-right: 1rem;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap .image.circle img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: auto;
  position: relative;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap .image.blank {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #dfdede;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap .description {
  display: table-cell;
  vertical-align: top;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap .description h4 {
  color: #40b4e5;
  text-transform: uppercase;
  font-size: 0.8125em;
  padding-bottom: 3px;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap .description .title {
  color: #147398;
  padding: 0 0 0.25rem;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap .description .title a {
  color: #147398;
  font-size: 0.875rem;
  line-height: 1.625em;
}

.light-block .view-mode-block_teaser_extended .teaser-extended-wrap .description .title a:hover {
  color: #40b4e5;
}

.light-block .bottom {
  margin: 0 auto;
  padding: 0 1.25rem 1.25rem;
}

.light-block .bottom p {
  margin-bottom: 0;
  line-height: 1.125em;
}

.light-block#block-views-pl-updates-block .title-bar {
  background-image: url("../images/icons/icon-whatsnew.svg");
  background-size: 4rem;
}

.light-block#block-views-pl-updates-block .content .attachment .item-list .item:last-child {
  border-bottom: 1px dashed #dfdede;
}

.light-block#block-views-publications-block-block .title-bar, .light-block#block-views-publications-block-block-1 .title-bar, .light-block#block-views-publications-block-block-2 .title-bar, .light-block#block-views-publications-block-block-3 .title-bar, .light-block#block-views-publications-block-block-4 .title-bar, .light-block#block-views-publications-block-block-5 .title-bar {
  background-image: url("../images/icons/icon-reportsandtools-pubtools.svg");
  background-size: 3rem;
}

.light-block#block-views-latest-tweet-block .title-bar {
  background-image: url("../images/icons/icon-twitter.svg");
  background-size: 3rem;
}

.light-block#block-views-latest-tweet-block .node-tweet .informations .label {
  background-size: auto;
  background-image: url("../images/ui/ui-social-sprites.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -278px;
  display: block;
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

.light-block#block-views-latest-tweet-block .node-tweet .title p a {
  text-decoration: underline;
}

.light-block#block-views-webinars-webinars-block .title-bar {
  background-image: url("../images/icons/icon-webinars.svg");
  background-size: 3rem;
}

/**
 * support policylab block (donate)
 */
.block-support-policylab {
  border: 1px solid #dfdede;
  padding: 1rem 1rem 1.5rem;
  margin-bottom: 2rem;
  background-color: #1a4e76;
  background-image: url("../images/patterns/new-home-pattern-donateblock@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  text-align: center;
}

.block-support-policylab h2 {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.625em;
  margin-bottom: 1rem;
}

.block-support-policylab p {
  margin-bottom: 0;
}

.block-support-policylab .button {
  padding: 0.5rem 1rem;
  width: auto;
  display: block;
}

/**
 * project list block (teaser lists)
 */
.projects-list-block {
  background: #ffffff;
  border: 1px solid #dfdede;
  border-top: 0.5rem solid #147398;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.projects-list-block .title-bar {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  min-height: 3rem;
  height: auto;
  margin: 0 0 1rem;
}

.projects-list-block .title-bar h2 {
  line-height: 1.5;
  font-size: 2em;
  color: #147398;
  padding: 0;
}

.projects-list-block .title-bar h2 a {
  color: #ffffff;
  font-weight: normal;
}

.projects-list-block .title-bar h2 p {
  margin-bottom: 0;
  line-height: 1.375em;
}

.projects-list-block .title-bar .title-bar-icon {
  display: block;
  clear: both;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -2.5rem;
  height: 5rem;
  width: 5rem;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.projects-list-block .content {
  padding: 0;
}

.projects-list-block .bottom {
  margin: 0 auto;
  padding: 1.25rem;
}

.projects-list-block .bottom p {
  margin-bottom: 0;
  line-height: 1.125em;
}

/**
 * page callout block
 * (bottom bar on landing pages)
 */
.page-callout-block {
  display: none;
  background-color: #40b4e5;
  font-size: 1.25em;
  line-height: 1.75em;
}

@media (min-width: 48em) {
  .page-callout-block {
    display: block;
  }
}

.page-callout-block .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .page-callout-block .content {
    padding: 1.5rem 0;
    text-transform: uppercase;
  }
}

.page-callout-block .content a {
  font-size: 0.75em;
  border-color: #ffffff;
  color: #ffffff;
  margin-left: 2rem;
}

.page-callout-block .content a:hover {
  background-color: #147398;
}

.page-callout-block .content p {
  line-height: 1.375em;
  margin-bottom: 0;
}

.page-callout-block .content .button {
  padding-left: 4rem;
  padding-right: 4rem;
  display: inline-block;
}

/**
 * about us main menu box
 */
.menu-name-main-menu {
  border: 1px solid #dfdede;
}

.menu-name-main-menu .menu-lvl-3 .menu__link.active {
  text-decoration: underline;
}

/**
 * primary buckets block (w/ sub-topics)
 */
.block-buckets-list {
  background-color: #f0eeec;
  padding: 0;
  width: 100%;
}

@media (min-width: 64em) {
  .block-buckets-list {
    padding: 2rem 0;
  }
}

.block-buckets-list .container {
  width: 100%;
}

@media (min-width: 64em) {
  .block-buckets-list .container {
    width: 92%;
  }
}

.block-buckets-list .bucket-items {
  margin: 0;
}

@media (min-width: 64em) {
  .block-buckets-list .bucket-items {
    margin: 0 -1rem;
  }
}

.block-buckets-list .bucket-items .bucket-item {
  width: 100%;
  text-align: center;
  list-style-type: none;
  margin-bottom: 0;
  /* color styles */
}

@media (min-width: 64em) {
  .block-buckets-list .bucket-items .bucket-item {
    width: 25%;
    float: left;
    text-align: left;
  }
}

.block-buckets-list .bucket-items .bucket-item .wrapper {
  margin: 0;
  padding: 0;
}

@media (min-width: 64em) {
  .block-buckets-list .bucket-items .bucket-item .wrapper {
    padding: 1rem;
  }
}

.block-buckets-list .bucket-items .bucket-item .wrapper h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.block-buckets-list .bucket-items .bucket-item .wrapper h3 a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-top-width: 0.5rem;
  border-top-style: solid;
  position: relative;
  font-weight: normal;
  padding: 6rem 1.5rem 1rem;
  height: auto;
  position: relative;
  background-position: 50% 0.5rem;
  background-repeat: no-repeat;
  background-size: 5rem;
}

@media (min-width: 64em) {
  .block-buckets-list .bucket-items .bucket-item .wrapper h3 a {
    height: 3rem;
  }
}

.block-buckets-list .bucket-items .bucket-item .wrapper .content-wrap {
  background-color: #ffffff;
  border: 1px solid #dfdede;
}

.block-buckets-list .bucket-items .bucket-item .wrapper .content-wrap ul {
  min-height: auto;
  padding: 0;
}

@media (min-width: 64em) {
  .block-buckets-list .bucket-items .bucket-item .wrapper .content-wrap ul {
    min-height: 16rem;
  }
}

.block-buckets-list .bucket-items .bucket-item .wrapper .content-wrap ul li {
  padding: 0 1rem;
  margin: 0;
  list-style: none;
}

.block-buckets-list .bucket-items .bucket-item .wrapper .content-wrap ul li a {
  display: block;
  color: #147398;
  font-size: 0.9375em;
  line-height: 1.375em;
  font-weight: normal;
  padding: 0.75rem 0;
  border-top: 1px dashed #dfdede;
}

.block-buckets-list .bucket-items .bucket-item .wrapper .content-wrap ul li:first-child a {
  border-top: 0;
}

.block-buckets-list .bucket-items .bucket-item .wrapper .content-wrap .btn-wrap {
  padding: 1rem 1rem 2rem;
}

.block-buckets-list .bucket-items .bucket-item .wrapper .content-wrap .btn-wrap .button {
  padding: 0.75rem 0.5rem;
  font-weight: normal;
  display: block;
}

.block-buckets-list .bucket-items .bucket-item.bucket-1 h3 a {
  background-image: url("../images/icons/icon-adolescent-white.svg");
  border-color: #147398;
  background-color: #40b4e5;
}

.block-buckets-list .bucket-items .bucket-item.bucket-2 h3 a {
  background-image: url("../images/icons/icon-healthcarecoverage-white.svg");
  border-color: #405812;
  background-color: #91a01e;
}

.block-buckets-list .bucket-items .bucket-item.bucket-3 h3 a {
  background-image: url("../images/icons/icon-healthequity.svg");
  border-color: #b2015a;
  background-color: #ed1f7f;
}

.block-buckets-list .bucket-items .bucket-item.bucket-4 h3 a {
  background-image: url("../images/icons/icon-intergenerational.svg");
  border-color: #5c4a3f;
  background-color: #786452;
}

/**
 * primary buckets block (color boxes on bottom of topic landing pages)
 */
#block-views-buckets-taxonomy-block {
  background-color: #f0eeec;
  width: 100%;
  padding: 0;
}

@media (min-width: 48em) {
  #block-views-buckets-taxonomy-block {
    padding: 1rem 0;
  }
}

#block-views-buckets-taxonomy-block .item-list {
  margin: 0;
  list-style-type: none;
  display: block;
  overflow: hidden;
}

@media (min-width: 48em) {
  #block-views-buckets-taxonomy-block .item-list {
    margin: 0 -0.75rem;
  }
}

#block-views-buckets-taxonomy-block .item-list .item {
  width: 100%;
  text-align: center;
  list-style-type: none;
  overflow: hidden;
  display: block;
  width: auto;
  border-bottom: 0;
  padding: 0;
  /* color styles */
}

@media (min-width: 48em) {
  #block-views-buckets-taxonomy-block .item-list .item {
    width: 25%;
    float: left;
    margin-bottom: 0;
    text-align: left;
  }
}

#block-views-buckets-taxonomy-block .item-list .item .taxonomy-term {
  margin: 0;
  overflow: hidden;
  display: block;
  width: auto;
}

#block-views-buckets-taxonomy-block .item-list .item .taxonomy-term h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

#block-views-buckets-taxonomy-block .item-list .item .taxonomy-term h3 a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-top-width: 0.5rem;
  border-top-style: solid;
  position: relative;
  font-weight: normal;
  padding: 6rem 1.5rem 1rem;
  position: relative;
  background-position: 50% 0.5rem;
  background-repeat: no-repeat;
  background-size: 5rem;
  height: auto;
}

@media (min-width: 48em) {
  #block-views-buckets-taxonomy-block .item-list .item .taxonomy-term h3 a {
    height: 4rem;
  }
}

#block-views-buckets-taxonomy-block .item-list .item .taxonomy-term .border-wrap {
  padding: 0;
}

@media (min-width: 48em) {
  #block-views-buckets-taxonomy-block .item-list .item .taxonomy-term .border-wrap {
    padding: 0.625rem;
    border: 2px solid transparent;
  }
}

#block-views-buckets-taxonomy-block .item-list .item #taxonomy-term-53 h3 a {
  background-image: url("../images/icons/icon-adolescent-white.svg");
  border-color: #147398;
  background-color: #40b4e5;
}

#block-views-buckets-taxonomy-block .item-list .item #taxonomy-term-54 h3 a {
  background-image: url("../images/icons/icon-healthcarecoverage-white.svg");
  border-color: #405812;
  background-color: #91a01e;
}

#block-views-buckets-taxonomy-block .item-list .item #taxonomy-term-55 h3 a {
  background-image: url("../images/icons/icon-healthequity.svg");
  border-color: #b2015a;
  background-color: #ed1f7f;
}

#block-views-buckets-taxonomy-block .item-list .item #taxonomy-term-84 h3 a {
  background-image: url("../images/icons/icon-intergenerational.svg");
  border-color: #5c4a3f;
  background-color: #786452;
}

#block-views-buckets-taxonomy-block .item-list .item.active #taxonomy-term-53 .border-wrap {
  border-color: #40b4e5;
  background-color: #ffffff;
}

#block-views-buckets-taxonomy-block .item-list .item.active #taxonomy-term-54 .border-wrap {
  border-color: #91a01e;
  background-color: #ffffff;
}

#block-views-buckets-taxonomy-block .item-list .item.active #taxonomy-term-55 .border-wrap {
  border-color: #ed1f7f;
  background-color: #ffffff;
}

#block-views-buckets-taxonomy-block .item-list .item.active #taxonomy-term-84 .border-wrap {
  border-color: #786452;
  background-color: #ffffff;
}

/**
 * slider block (for Meet the Experts etc.)
 */
.slider-block {
  background: #ffffff;
  display: block;
  margin-bottom: 2rem;
  border: 1px solid #dfdede;
}

.slider-block .title-bar {
  display: block;
  height: 3.6rem;
  background: #147398;
  border: 1px solid #147398;
  margin: -1px;
}

.slider-block .title-bar h2 {
  font-size: 1.25em;
  padding: 0 1.5rem;
  color: #ffffff;
  line-height: 60px;
}

@media (min-width: 48em) {
  .slider-block .title-bar h2 {
    font-size: 1.25em;
  }
}

.slider-block .title-bar h2 span {
  font-weight: 400;
}

.slider-block .content {
  padding: 1.5rem;
  text-align: center;
  /* tweets slider block */
}

.slider-block .content .tweets {
  text-align: center;
}

.slider-block .content .tweets a {
  font-weight: bold;
}

.slider-block .content .tweets .flex-direction-nav {
  display: none;
}

.slider-block .content .tweets.flexslider {
  margin: 0 0 3rem;
}

.slider-block .content .tweets ul > li.item:last-child {
  padding-bottom: 0;
}

.slider-block .content .tweets p {
  margin-bottom: 0;
  font-size: 0.9375em;
}

.slider-block .content .tweets .created-time {
  font-size: 0.875em;
  color: #979797;
  margin-top: 0.625rem;
  margin-bottom: 1rem;
  display: block;
}

.slider-block .bottom {
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
}

.slider-block .bottom p {
  margin-bottom: 0;
  line-height: 1.125em;
}

.slider-block ul.slides > li {
  margin: 0;
  padding: 0;
}

.slider-block#block-views-principal-investigators-block .node-team-member .title {
  text-transform: uppercase;
}

.slider-block#block-views-principal-investigators-block .node-team-member .field-academic-title {
  text-transform: uppercase;
  color: #147398;
  padding-left: 0.3rem;
}

/**
 * projects slider block (bottom of Project detail pages)
 */
.block-views-projects {
  background-color: #f0eeec;
  border-bottom: 1px solid #dfdede;
}

.block-views-projects .content #block-title {
  display: block;
  color: #ffffff;
  background-color: #147398;
  padding: 1.5rem 0;
}

.block-views-projects .content #block-title .container {
  text-align: center;
}

.block-views-projects .content #block-title .container h3 {
  display: block;
  font-family: "Rubrik-Medium";
  font-weight: normal;
}

.block-views-projects .content #block-title .container h3 span {
  display: inline-block;
  padding: 0 1.5rem;
  text-transform: uppercase;
}

.block-views-projects .content #block-title .container h3 .button {
  display: inline-block;
  font-size: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .block-views-projects .content #block-title .container h3 .button {
    margin-top: 0;
  }
}

.block-views-projects .content .view-content {
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 70rem;
  display: block;
  width: auto;
}

.block-views-projects .content .view-content .carousel {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 64em) {
  .block-views-projects .content .view-content .carousel.no-nav .flex-direction-nav {
    display: none;
  }
}

.block-views-projects .content .view-content .carousel ul.slides {
  display: table;
}

.block-views-projects .content .view-content .carousel ul.slides > li {
  visibility: hidden;
  list-style: none;
  width: auto;
  height: 100%;
  min-height: 11rem;
  margin: 0;
  padding: 0 0.5rem;
  float: left;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-views-projects .content .view-content .carousel ul.slides > li:first-child {
  margin-left: 0;
}

.block-views-projects .content .view-content .carousel ul.slides > li .node {
  padding: 0;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #dfdede;
}

.block-views-projects .content .view-content .carousel ul.slides > li .node .title {
  display: table;
  overflow: hidden;
}

.block-views-projects .content .view-content .carousel ul.slides > li .node .title a {
  color: #147398;
  line-height: 1.5em;
  vertical-align: top;
  text-align: left;
  height: 11rem;
  display: table-cell;
  padding: 1rem;
}

.no-js .block-views-projects ul.slides > li {
  visibility: visible;
}

/**
 * node research blocks (infographic blocks)
 */
.node-research-block {
  padding: 0;
  /* full mode research block style */
  /* block teaser style for research block */
}

.node-research-block.view-mode-full .layout-content,
.node-research-block.view-mode-full .layout-left {
  padding: 0;
}

.node-research-block.view-mode-full .layout-center {
  padding: 0;
}

.node-research-block.view-mode-full .layout-center .description {
  border-top: 0;
  padding: 0;
}

.node-research-block.view-mode-full .layout-center .description .text {
  border-right: 0;
}

.node-research-block.view-mode-block_teaser .title-container {
  margin: 0 0 1rem;
}

.node-research-block.view-mode-block_teaser .title-container h2 {
  font-size: 1.375em;
  display: table-cell;
  vertical-align: top;
}

.node-research-block.view-mode-block_teaser .title-container h2 p {
  line-height: 1.375em;
}

.node-research-block.view-mode-block_teaser .title-container p {
  margin-bottom: 0;
}

/* research blocks (infographic blocks) */
.node-research-block {
  padding: 0;
}

.node-research-block .content .graphic-img .desktop {
  display: none;
}

@media (min-width: 38.75em) {
  .node-research-block .content .graphic-img .desktop {
    display: block;
  }
}

.node-research-block .content .graphic-img .mobile {
  display: block;
}

@media (min-width: 38.75em) {
  .node-research-block .content .graphic-img .mobile {
    display: none;
  }
}

.node-research-block .content .graphic-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.node-research-block .content .description {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.node-research-block .content .description .text {
  font-family: "Chronicle-Text-G1-Roman";
  margin-bottom: 1.5rem;
}

@media (min-width: 38.75em) {
  .node-research-block .content .description .text {
    margin-bottom: 0;
  }
}

.node-research-block .content .description .link {
  text-align: center;
  display: block;
  position: relative;
  clear: both;
}

@media (min-width: 38.75em) {
  .node-research-block .content .description .link {
    position: absolute;
    bottom: 2.5rem;
    right: 2rem;
  }
}

.node-research-block .content .description .link a {
  display: block;
  width: auto;
}

@media (min-width: 38.75em) {
  .node-research-block .content .description .link a {
    width: 7.125rem;
  }
}

.node-research-block .content.layout-center {
  padding: 1.5rem 1rem;
}

@media (min-width: 38.75em) {
  .node-research-block .content.layout-center {
    padding: 2.5rem 2rem 1rem;
  }
}

.node-research-block .content.layout-center .graphic-img {
  text-align: center;
  margin-bottom: 0.75rem;
}

.node-research-block .content.layout-center .graphic-img img {
  max-width: 100%;
}

@media (min-width: 70em) {
  .node-research-block .content.layout-center .graphic-img img {
    width: 40.625rem;
    height: auto;
  }
}

.node-research-block .content.layout-center .description {
  padding: 0;
  clear: both;
  display: block;
  margin-top: 1.25rem;
}

.node-research-block .content.layout-center .description p {
  margin-bottom: 0;
}

.node-research-block .content.layout-center .description .text {
  display: block;
  width: auto;
}

@media (min-width: 38.75em) {
  .node-research-block .content.layout-center .description .text {
    padding-right: 12rem;
  }
}

.node-research-block .content.layout-left {
  overflow: hidden;
  padding: 1.5rem 1rem;
}

@media (min-width: 38.75em) {
  .node-research-block .content.layout-left {
    padding: 2.5rem 1.5rem 1rem;
  }
}

.node-research-block .content.layout-left .graphic-img {
  display: block;
  width: 100%;
}

@media (min-width: 38.75em) {
  .node-research-block .content.layout-left .graphic-img {
    width: 50%;
    display: inline-block;
  }
}

.node-research-block .content.layout-left .graphic-img img {
  max-width: 100%;
}

@media (min-width: 70em) {
  .node-research-block .content.layout-left .graphic-img img {
    width: 21.25rem;
    height: auto;
  }
}

.node-research-block .content.layout-left .description {
  padding: 0;
}

@media (min-width: 38.75em) {
  .node-research-block .content.layout-left .description {
    padding: 0 0 6rem 1.5rem;
    width: 50%;
    display: inline-block;
    float: right;
  }
}

/**
 * featured project list blocks (homepage)
 * node teaser styles in _teasers.scss
 */
.block-research-section .title-bar {
  padding: 1rem 0 2rem;
}

.block-research-section .title-bar h2 {
  line-height: 1.5;
}

.block-research-section .research-list {
  float: left;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .block-research-section .research-list {
    margin: 0 auto;
  }
}

.block-research-section .research-list ul li.pl-block {
  list-style: none;
  margin-bottom: 1.875rem;
  border: 1px solid #dfdede;
}

@media (min-width: 48em) {
  .block-research-section .research-list ul li.pl-block {
    margin-bottom: 2.5rem;
  }
}

.block-research-section .research-list ul li.pl-block .content {
  position: relative;
}

.block-research-section .research-list ul li.pl-block .title-bar {
  background-color: #383b43;
  background-image: none;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #383b43;
  margin: -1px;
  position: relative;
  padding: 0;
  min-height: 5rem;
  height: auto;
  display: table;
  width: 100%;
}

.block-research-section .research-list ul li.pl-block .title-bar h2 {
  font-size: 1.25em;
  color: #ffffff;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  padding: 1rem 6rem 1rem 2rem;
}

@media (min-width: 48em) {
  .block-research-section .research-list ul li.pl-block .title-bar h2 {
    padding-right: 10rem;
  }
}

.block-research-section .research-list ul li.pl-block .title-bar h2 a {
  color: #ffffff;
  font-weight: normal;
}

.block-research-section .research-list ul li.pl-block .title-bar h2 p {
  margin-bottom: 0;
  line-height: 1.375em;
}

.block-research-section .research-list ul li.pl-block .title-bar .title-bar-icon {
  display: block;
  clear: both;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -2.2rem;
  height: 4.4rem;
  width: 4.4rem;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-research-section .research-list ul li.pl-block .primary-bucket-53 .title-bar {
  background-color: #40b4e5;
  background-image: url("../images/patterns/pattern-adolescent-featblock-2x.png");
  border: 1px solid #40b4e5;
}

.block-research-section .research-list ul li.pl-block .primary-bucket-53 .title-bar .title-bar-icon {
  background-image: url("../images/icons/icon-adolescent-white.svg");
}

.block-research-section .research-list ul li.pl-block .primary-bucket-54 .title-bar {
  background-color: #91a01e;
  background-image: url("../images/patterns/pattern-healthcarecoverage-featblock-2x.png");
  border: 1px solid #91a01e;
}

.block-research-section .research-list ul li.pl-block .primary-bucket-54 .title-bar .title-bar-icon {
  background-image: url("../images/icons/icon-healthcarecoverage-white.svg");
}

.block-research-section .research-list ul li.pl-block .primary-bucket-55 .title-bar {
  background-color: #ed1f7f;
  background-image: url("../images/patterns/pattern-healthequity-featblock-2x.png");
  border: 1px solid #ed1f7f;
}

.block-research-section .research-list ul li.pl-block .primary-bucket-55 .title-bar .title-bar-icon {
  background-image: url("../images/icons/icon-healthequity.svg");
}

.block-research-section .research-list ul li.pl-block .primary-bucket-84 .title-bar {
  background-color: #786452;
  background-image: url("../images/patterns/pattern-intergenerational-featblock-2x.png");
  border: 1px solid #786452;
}

.block-research-section .research-list ul li.pl-block .primary-bucket-84 .title-bar .title-bar-icon {
  background-image: url("../images/icons/icon-intergenerational.svg");
}

/**
 * node teasers (with content type modifier classes)
 */
.node-teaser {
  display: block;
  margin: 0;
  /* publication node teaser */
  /* teaser (experts) */
  /* press item */
}

@media (min-width: 48em) {
  .node-teaser {
    display: table;
  }
}

.node-teaser .col-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

@media (min-width: 48em) {
  .node-teaser .col-left {
    width: 80%;
    vertical-align: top;
    display: table-cell;
    padding: 0 1.5rem 0 0;
  }
}

@media (min-width: 64em) {
  .node-teaser .col-left {
    width: 75%;
  }
}

.node-teaser .col-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .node-teaser .col-right {
    margin-top: 0;
    text-align: right;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 64em) {
  .node-teaser .col-right {
    width: 25%;
  }
}

.node-teaser .field-date {
  display: inline-block;
  font-size: 0.8125em;
  margin-right: 0.5rem;
  color: #979797;
}

.node-teaser .title {
  margin-bottom: 1rem;
}

.node-teaser .title a {
  font-size: 1.25em;
  line-height: 1.4;
  display: block;
  margin: 0.3125rem 0 0.625rem;
  font-weight: normal;
}

.node-teaser .description {
  clear: both;
  margin: 0.625rem 0 1rem;
  font-family: "Chronicle-Text-G1-Roman";
}

.node-teaser .description p {
  margin-bottom: 0;
}

.node-teaser .person {
  margin-bottom: 0.625rem;
}

@media (min-width: 48em) {
  .node-teaser .person {
    padding-right: 1.25rem;
    margin-right: 1rem;
    margin-bottom: 1.25rem;
    display: inline-block;
    float: left;
  }
}

.node-teaser .circle img {
  width: 4.375rem;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.node-teaser .heading-wrapper {
  display: inline;
  vertical-align: top;
}

.node-teaser .author-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #979797;
  font-size: 0.875em;
  line-height: 1.625;
}

.node-teaser .author-wrap .author-label {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  padding: 0 0.5rem 0 0;
}

.node-teaser .author-wrap ul.field-principal-investigator {
  display: inline-block;
  float: left;
  margin: 0;
}

.node-teaser .author-wrap ul.field-principal-investigator li {
  list-style-type: none;
  text-align: center;
  list-style: none;
  margin: 0;
  border-right: 1px solid #40b4e5;
  float: left;
  display: inline-block;
}

.node-teaser .author-wrap ul.field-principal-investigator li:last-child, .node-teaser .author-wrap ul.field-principal-investigator li:nth-child(3) {
  border-right: 0;
}

.node-teaser .author-wrap ul.field-principal-investigator li a {
  display: block;
  padding: 0 0.5rem;
  font-size: 0.875em;
  color: #40b4e5;
  text-transform: uppercase;
}

.node-teaser .author-wrap p {
  display: inline;
  font-size: 0.875em;
  color: #979797;
}

.node-teaser.node-publication .col-left .all-topics {
  width: 85%;
  margin-top: 1rem;
  margin-bottom: 0;
  clear: both;
}

.node-teaser.node-team-member {
  padding: 0 0 1rem;
}

@media (min-width: 48em) {
  .node-teaser.node-team-member {
    padding: 1rem 0 1.5rem;
  }
}

.node-teaser.node-team-member .col-left {
  width: auto;
}

@media (min-width: 48em) {
  .node-teaser.node-team-member .col-left {
    width: 30%;
  }
}

.node-teaser.node-team-member .col-right {
  text-align: left;
  width: auto;
}

@media (min-width: 48em) {
  .node-teaser.node-team-member .col-right {
    width: 70%;
  }
}

.node-teaser.node-team-member .field-team-member-image {
  padding-top: 0.75rem;
}

.node-teaser.node-team-member .title {
  text-transform: uppercase;
  font-weight: normal;
}

.node-teaser.node-team-member .title a {
  font-family: "Rubrik-Medium";
  text-transform: uppercase;
}

.node-teaser.node-team-member .title a span {
  font-weight: normal;
}

.node-teaser.node-team-member .description {
  font-family: "Chronicle-Text-G1-Roman";
  line-height: 1.6;
}

.node-teaser.node-team-member .button {
  max-width: 8rem;
}

.node-teaser.node-press {
  border-bottom: 1px dashed #dfdede;
  padding: 2rem 0 3rem;
}

@media (min-width: 48em) {
  .node-teaser.node-press {
    padding: 1rem 0;
  }
}

.node-teaser.node-press .field-source {
  margin-bottom: 0.5rem;
  display: block;
  clear: both;
}

.node-teaser.node-press .field-source .field-source-label {
  padding-right: 0.25rem;
}

.node-teaser.node-press .field-source a {
  text-transform: uppercase;
  color: #40b4e5;
  font-weight: normal;
}

.node-teaser.node-press .description {
  padding-bottom: 1rem;
}

@media (min-width: 48em) {
  .node-teaser.node-press .description {
    padding-bottom: 0;
  }
}

#block-views-publications-block-1 .node-teaser .term-date-wrap {
  margin-bottom: 0.5rem;
  display: block;
  clear: both;
  overflow: hidden;
}

#block-views-publications-block-1 .node-teaser .term-type {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

#block-views-publications-block-1 .node-teaser .field-date {
  display: inline-block;
  float: left;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: 1px solid #979797;
  margin-top: 0.5rem;
}

.node-news-teaser {
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #dfdede;
}

/**
 * block teaser view mode for nodes (with content type modifier classes)
 */
.view-mode-block_teaser.node-publication {
  margin: 1rem;
  padding: 1rem 1rem 2rem;
  text-align: left;
  position: relative;
}

@media (min-width: 48em) {
  .view-mode-block_teaser.node-publication {
    padding: 1rem 1rem 5rem;
  }
}

.view-mode-block_teaser.node-publication h3 {
  line-height: 1.5;
  padding-bottom: 0.5rem;
  font-size: 1.125em;
}

.view-mode-block_teaser.node-publication h3 a {
  font-family: "Rubrik-Regular";
}

.view-mode-block_teaser.node-publication .term-date-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.view-mode-block_teaser.node-publication .term-type {
  margin-bottom: 0.5rem;
}

.view-mode-block_teaser.node-publication .node__date {
  font-family: "Rubrik-Medium";
  font-size: 0.8125em;
  color: #979797;
  display: block;
  line-height: 1;
}

.view-mode-block_teaser.node-publication .description {
  font-family: "Chronicle-Text-G1-Roman";
  line-height: 1.5;
}

.view-mode-block_teaser.node-publication .btn-wrapper {
  display: block;
  padding: 0;
  margin-top: 2rem;
  clear: both;
}

@media (min-width: 48em) {
  .view-mode-block_teaser.node-publication .btn-wrapper {
    text-align: center;
    position: absolute;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    bottom: 1.5rem;
  }
}

/* list items with dates inline with the term type field */
.view-policy-tools-page .view-mode-block_teaser .term-type {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

.view-policy-tools-page .view-mode-block_teaser .node__date {
  display: inline-block;
  float: left;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: 1px solid #979797;
  margin-top: 0.65rem;
}

/**
 * list item view mode for nodes (with content type modifier classes)
 */
.view-mode-list_item .title {
  margin-bottom: 0.5rem;
}

.view-mode-list_item .image-wrap {
  display: table;
  width: 100%;
  margin-bottom: 0.5rem;
  border-collapse: collapse;
}

.view-mode-list_item .image-wrap .image {
  display: table-cell;
  vertical-align: top;
  border-left: 0.5rem solid #40b4e5;
  padding-right: 1rem;
}

.view-mode-list_item .image-wrap .image img {
  width: 4rem;
  height: 4rem;
  display: block;
}

.view-mode-list_item .image-wrap .title {
  display: table-cell;
  vertical-align: top;
  display: block;
  margin-bottom: 0;
}

.view-mode-list_item .image-wrap .title a {
  font-size: 1rem;
  line-height: 1.625rem;
}

.view-mode-list_item .term-date-wrap {
  display: block;
  overflow: hidden;
}

.view-mode-list_item .term-type {
  margin-bottom: 0.5rem;
}

.view-mode-list_item .node__date {
  font-family: "Rubrik-Medium";
  font-size: 0.8125em;
  color: #979797;
  display: block;
  line-height: 1;
}

.view-mode-list_item.node-team-member .title {
  text-transform: uppercase;
}

.view-mode-list_item.node-team-member .title a {
  font-weight: normal;
}

.view-mode-list_item.node-team-member .title a .team-member__name {
  font-weight: bold;
}

.view-mode-list_item.node-team-member .title a .team-member__academic-title {
  font-weight: normal;
}

/* list items with dates inline with the term type field */
#block-views-publications-block-1 .view-mode-list_item .term-type,
#block-views-publications-block-block .view-mode-list_item .term-type,
#block-views-publications-block-block-1 .view-mode-list_item .term-type,
#block-views-publications-block-block-2 .view-mode-list_item .term-type,
#block-views-publications-block-block-3 .view-mode-list_item .term-type,
#block-views-publications-block-block-4 .view-mode-list_item .term-type,
#block-views-publications-block-block-5 .view-mode-list_item .term-type,
#block-views-webinars-webinars-block .view-mode-list_item .term-type,
.field-related-publications-wrapper .view-mode-list_item .term-type {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

#block-views-publications-block-1 .view-mode-list_item .node__date,
#block-views-publications-block-block .view-mode-list_item .node__date,
#block-views-publications-block-block-1 .view-mode-list_item .node__date,
#block-views-publications-block-block-2 .view-mode-list_item .node__date,
#block-views-publications-block-block-3 .view-mode-list_item .node__date,
#block-views-publications-block-block-4 .view-mode-list_item .node__date,
#block-views-publications-block-block-5 .view-mode-list_item .node__date,
#block-views-webinars-webinars-block .view-mode-list_item .node__date,
.field-related-publications-wrapper .view-mode-list_item .node__date {
  display: inline-block;
  float: left;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: 1px solid #979797;
  margin-top: 0.65rem;
}

/**
 * advanced search results (view mode)
 */
.view-mode-advanced_search_result {
  display: block;
  margin: 0;
}

@media (min-width: 48em) {
  .view-mode-advanced_search_result {
    display: table;
  }
}

.view-mode-advanced_search_result .col-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

@media (min-width: 48em) {
  .view-mode-advanced_search_result .col-left {
    width: 80%;
    vertical-align: top;
    display: table-cell;
    padding: 0 1.5rem 0 0;
  }
}

@media (min-width: 64em) {
  .view-mode-advanced_search_result .col-left {
    width: 75%;
  }
}

.view-mode-advanced_search_result .col-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .view-mode-advanced_search_result .col-right {
    margin-top: 0;
    text-align: right;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 64em) {
  .view-mode-advanced_search_result .col-right {
    width: 25%;
  }
}

.view-mode-advanced_search_result .field-date {
  display: inline-block;
  font-size: 0.8125em;
  margin-right: 0.5rem;
  color: #979797;
}

.view-mode-advanced_search_result .title {
  margin-bottom: 1rem;
}

.view-mode-advanced_search_result .title a {
  font-size: 1.25em;
  line-height: 1.4;
  display: block;
  margin: 0.3125rem 0 0.625rem;
  font-weight: normal;
}

.view-mode-advanced_search_result .description {
  clear: both;
  margin: 0.625rem 0 1rem;
  font-family: "Chronicle-Text-G1-Roman";
}

.view-mode-advanced_search_result .description p {
  margin-bottom: 0;
}

/**
 * homepage styles
 */
.front #content {
  padding: 1rem;
}

@media (min-width: 64em) {
  .front #content {
    padding: 5rem 0 4rem;
  }
}

.front .region-content-top {
  position: relative;
}

/**
 * home hero (replaces homepage slider)
 */
.no-js .home-hero {
  opacity: 1;
}

.no-js .block-home-buckets {
  opacity: 1;
}

.home-hero {
  opacity: 0;
  -o-transition: opacity 150ms ease-out;
  -moz-transition: opacity 150ms ease-out;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* hacky fix for IE10 / IE 11 issues with homepage hero space */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-hero {
    margin-top: -1.5rem;
  }
}

@media (min-width: 48em) {
  .home-hero ul > li {
    -o-transition: opacity 300ms ease-out, margin-left 500ms ease-out;
    -moz-transition: opacity 300ms ease-out, margin-left 500ms ease-out;
    -webkit-transition: opacity 300ms ease-out, margin-left 500ms ease-out;
    transition: opacity 300ms ease-out, margin-left 500ms ease-out;
  }
}

.home-hero ul > li img {
  width: 100%;
  height: auto;
  display: block;
}

.home-hero .field-hero-img {
  overflow: hidden;
}

@media (min-width: 64em) {
  .home-hero .field-hero-img {
    max-height: 54rem;
  }
}

.home-hero .caption {
  top: 20%;
  position: absolute;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding: 0 2rem;
}

@media (min-width: 48em) {
  .home-hero .caption {
    opacity: 1;
    padding: 0;
  }
}

@media (min-width: 64em) {
  .home-hero .caption {
    top: 10%;
  }
}

@media (min-width: 75em) {
  .home-hero .caption {
    top: 15%;
  }
}

@media (min-width: 87.5em) {
  .home-hero .caption {
    top: 20%;
  }
}

.home-hero .caption .align {
  width: 100%;
  position: relative;
}

@media (min-width: 48em) {
  .home-hero .caption .align {
    width: 75%;
  }
}

.home-hero .caption .align h1 {
  font-size: 1em;
  margin-bottom: 2rem;
  color: #ffffff;
  font-weight: normal;
}

@media (min-width: 33.75em) {
  .home-hero .caption .align h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 64em) {
  .home-hero .caption .align h1 {
    font-size: 2.5em;
    line-height: 1.3;
  }
}

.home-hero .caption .align h1 p {
  display: block;
  margin: 0;
  line-height: 1.5;
}

.home-hero .caption .align.right {
  float: right;
  text-align: right;
}

.home-hero .caption .align.left {
  float: left;
  text-align: left;
}

/**
 * homepage styles
 */
.front {
  /**
	 * homepage bucket block links
	 */
  /**
	 * meet our experts block
	 */
  /**
	 * bottom callout block
	 */
}

.front .block-home-buckets {
  margin-bottom: 1.875rem;
  opacity: 0;
  z-index: 25;
  width: 100%;
  -o-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  position: relative;
}

@media (min-width: 64em) {
  .front .block-home-buckets {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }
}

.front .block-home-buckets .container {
  width: 100%;
}

@media (min-width: 64em) {
  .front .block-home-buckets .container {
    width: 92%;
  }
}

.front .block-home-buckets .bucket-list li {
  width: 100%;
  text-align: center;
  list-style: none;
  display: inline-block;
  float: left;
  /* color styling */
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li {
    width: 25%;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term {
  padding: 0;
  position: relative;
  display: block;
}

.front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper {
  position: relative;
  display: table;
  width: 100%;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper {
    width: auto;
    display: block;
    height: 7rem;
    border-left: 1px solid #2d2e32;
    border-top-width: 0.4rem;
    border-top-style: solid;
    padding: 1rem 1rem 3rem;
    background-color: rgba(0, 0, 0, 0.65);
  }
}

@media (min-width: 81.25em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper {
    padding: 1rem 3rem 3rem;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper .bucket-icon-wrap {
  display: table-cell;
  width: 3rem;
  vertical-align: middle;
  padding: 1rem;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper .bucket-icon-wrap {
    padding: 0;
    height: 4.5rem;
    width: auto;
    display: block;
    overflow: hidden;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper .bucket-icon-wrap img {
  width: 3rem;
  height: auto;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper .bucket-icon-wrap img {
    height: 4rem;
    width: auto;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper .bucket-title {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  padding: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.25em;
  font-family: "Rubrik-Medium";
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term .content-wrapper .bucket-title {
    display: block;
    padding: 0;
    text-align: center;
    margin-top: 0;
    width: auto;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term .btn-wrapper {
  position: relative;
  display: none;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term .btn-wrapper {
    display: block;
    position: absolute;
    bottom: -1rem;
    text-align: center;
    width: 100%;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term .btn-wrapper .btn-2 {
  color: #ffffff;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term .btn-wrapper .btn-2 {
    padding: 0.75rem 2rem;
    width: 5rem;
    font-size: 0.8125em;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term .btn-wrapper .btn-2 {
    padding: 0.75rem 3rem;
  }
}

.front .block-home-buckets .bucket-list li:first-child .content-wrapper {
  border-left: 0;
}

.front .block-home-buckets .bucket-list li .taxonomy-term-53 .content-wrapper {
  background-color: #40b4e5;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term-53 .content-wrapper {
    background-color: rgba(0, 0, 0, 0.65);
    border-top-color: #40b4e5;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term-53 .btn-2 {
  background-color: #40b4e5;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term-53:hover .content-wrapper {
    background-color: #40b4e5;
    border-top-color: #147398;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term-53:hover .btn-2 {
  background-color: #147398;
}

.front .block-home-buckets .bucket-list li .taxonomy-term-54 .content-wrapper {
  background-color: #91a01e;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term-54 .content-wrapper {
    background-color: rgba(0, 0, 0, 0.65);
    border-top-color: #91a01e;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term-54 .btn-2 {
  background-color: #91a01e;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term-54:hover .content-wrapper {
    background-color: #91a01e;
    border-top-color: #405812;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term-54:hover .btn-2 {
  background-color: #405812;
}

.front .block-home-buckets .bucket-list li .taxonomy-term-55 .content-wrapper {
  background-color: #ed1f7f;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term-55 .content-wrapper {
    background-color: rgba(0, 0, 0, 0.65);
    border-top-color: #ed1f7f;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term-55 .btn-2 {
  background-color: #ed1f7f;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term-55:hover .content-wrapper {
    background-color: #ed1f7f;
    border-top-color: #b2015a;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term-55:hover .btn-2 {
  background-color: #b2015a;
}

.front .block-home-buckets .bucket-list li .taxonomy-term-84 .content-wrapper {
  background-color: #786452;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term-84 .content-wrapper {
    background-color: rgba(0, 0, 0, 0.65);
    border-top-color: #786452;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term-84 .btn-2 {
  background-color: #786452;
}

@media (min-width: 64em) {
  .front .block-home-buckets .bucket-list li .taxonomy-term-84:hover .content-wrapper {
    background-color: #786452;
    border-top-color: #5c4a3f;
  }
}

.front .block-home-buckets .bucket-list li .taxonomy-term-84:hover .btn-2 {
  background-color: #5c4a3f;
}

.front .meet-experts-block {
  background-color: #1a4e76;
  background-image: url("../images/patterns/new-home-pattern-experts@2x.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 267px 267px;
  padding: 2rem 0 1.25rem;
}

@media (min-width: 40em) {
  .front .meet-experts-block {
    border-top: 0;
    padding: 3rem 0 4rem;
  }
}

.front .meet-experts-block .title-bar {
  text-align: center;
}

.front .meet-experts-block .title-bar h2 {
  font-size: 1.875em;
  line-height: 3.72rem;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 0.75rem;
  display: inline-block;
}

@media (min-width: 40em) {
  .front .meet-experts-block .title-bar h2 {
    font-size: 3.125em;
  }
}

.front .meet-experts-block .title-bar h2 a {
  font-weight: normal;
  display: block;
  color: #ffffff;
}

.front .meet-experts-block .title-bar h2 a:hover {
  color: #ffffff;
}

.front .meet-experts-block .top {
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.front .meet-experts-block .top p {
  line-height: 1.5;
  font-family: "Rubrik-Light";
  font-size: 2em;
  font-weight: normal;
}

.front .meet-experts-block .top a {
  color: #ffffff;
  font-weight: normal;
}

.front .meet-experts-block .top a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.front .meet-experts-block .grid {
  display: block;
  width: auto;
  border-spacing: 0;
  margin: 0;
}

.front .meet-experts-block .grid .row {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  overflow: hidden;
}

@media (min-width: 48em) {
  .front .meet-experts-block .grid .row {
    margin: 0 -1rem;
  }
}

.front .meet-experts-block .grid .row .expert-item {
  display: block;
  margin-bottom: 1.875rem;
  width: 100%;
}

@media (min-width: 48em) {
  .front .meet-experts-block .grid .row .expert-item {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    width: 50%;
  }
}

.front .meet-experts-block .grid .row .expert-item .node {
  padding: 1rem;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 2rem 2rem 3rem;
  line-height: 1.75em;
  font-size: 0.875em;
  margin: 0 0 1.25rem;
  color: #ffffff;
  position: relative;
  background-color: #1a4e76;
  border: 1px solid #40b4e5;
  font-family: "Chronicle-Text-G1-Roman";
  font-size: 1.125em;
  line-height: 1.5;
}

@media (min-width: 64em) {
  .front .meet-experts-block .grid .row .expert-item .node .quote-box {
    padding: 1.875rem 50px;
  }
}

.front .meet-experts-block .grid .row .expert-item .node .quote-box p {
  margin-bottom: 0;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-box:before {
  content: "";
  background-image: url("../images/icons/icon-quotemark.svg");
  background-repeat: no-repeat;
  background-color: #1a4e76;
  background-position: 0 0;
  background-size: 80%;
  position: absolute;
  width: 1.5rem;
  height: 1rem;
  padding: 0.7rem;
  top: -3px;
  left: -1px;
  background-position: 0 0;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile {
  display: table;
  width: 100%;
  margin-bottom: 2rem;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .expert-image {
  display: table-cell;
  vertical-align: top;
  padding-right: 1rem;
  width: 7rem;
  height: auto;
}

@media (min-width: 64em) {
  .front .meet-experts-block .grid .row .expert-item .node .quote-profile .expert-image {
    width: 10rem;
    height: 10rem;
  }
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .expert-image img {
  width: 9rem;
  height: auto;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations {
  color: #ffffff;
  font-family: "Rubrik-Regular";
  font-weight: normal;
  display: table-cell;
  vertical-align: top;
  padding: 1.25rem 0 0;
  width: auto;
  overflow: hidden;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .title-wrap .all-topics {
  color: #ffffff;
  display: block;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .title-wrap .title {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.4em;
}

@media (min-width: 40em) {
  .front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .title-wrap .title {
    font-size: 1.25em;
    line-height: 1.75em;
    margin-bottom: 0.5rem;
  }
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .title-wrap .title a {
  font-family: "Rubrik-Medium";
  font-weight: normal;
  color: #ffffff;
  display: block;
  margin-right: 0.4rem;
}

@media (min-width: 40em) {
  .front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .title-wrap .title a {
    display: inline-block;
  }
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .all-topics .interest-item {
  display: inline-block;
  float: left;
  padding-right: 0.25rem;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .all-topics .interest-item .delimiter {
  display: inline;
  float: left;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .all-topics .interest-item a {
  display: inline;
  float: left;
}

.front .meet-experts-block .grid .row .expert-item .node .quote-profile .informations .btn-wrap .button {
  display: block;
  width: auto;
}

.front .node-callout-bottom {
  max-height: 32rem;
}

.front .callout-bottom-wrapper {
  position: relative;
}

.front .callout-bottom-wrapper .field-hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

.front .callout-bottom-wrapper .overlay-text {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media (min-width: 48em) {
  .front .callout-bottom-wrapper .overlay-text {
    bottom: unset;
    top: 50%;
    left: 0;
    width: 100%;
    height: 16rem;
    margin-top: -8rem;
  }
}

.front .callout-bottom-wrapper .overlay-text .align {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #147398;
  opacity: 0.8;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: auto;
  padding: 0;
}

@media (min-width: 48em) {
  .front .callout-bottom-wrapper .overlay-text .align {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 15.625rem;
    height: 15.625rem;
  }
}

.front .callout-bottom-wrapper .overlay-text .align.right {
  margin: 0;
}

@media (min-width: 48em) {
  .front .callout-bottom-wrapper .overlay-text .align.right {
    float: right;
    margin-right: 3rem;
  }
}

.front .callout-bottom-wrapper .overlay-text .align.left {
  margin: 0;
}

@media (min-width: 48em) {
  .front .callout-bottom-wrapper .overlay-text .align.left {
    float: left;
    margin-left: 3rem;
  }
}

.front .callout-bottom-wrapper .overlay-text .align.center {
  margin: 0;
}

@media (min-width: 48em) {
  .front .callout-bottom-wrapper .overlay-text .align.center {
    text-align: center;
    margin: 0 auto;
  }
}

.front .callout-bottom-wrapper .overlay-text .align .wrapper {
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 1rem 0;
}

@media (min-width: 48em) {
  .front .callout-bottom-wrapper .overlay-text .align .wrapper {
    padding: 3rem 0 0;
  }
}

.front .callout-bottom-wrapper .overlay-text .align .field-icon-transparent {
  display: none;
}

@media (min-width: 48em) {
  .front .callout-bottom-wrapper .overlay-text .align .field-icon-transparent {
    display: block;
    margin-bottom: 1rem;
  }
}

.front .callout-bottom-wrapper .overlay-text .align .sub-title {
  text-transform: uppercase;
  font-family: "Rubrik-Medium";
  font-size: 0.9375em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.front .callout-bottom-wrapper .overlay-text .align h2.node-title {
  font-size: 1.5em;
  line-height: 1.2;
}

@media (min-width: 64em) {
  .front .callout-bottom-wrapper .overlay-text .align h2.node-title {
    font-size: 1.875em;
  }
}

.front .callout-bottom-wrapper .overlay-text .align h2.node-title a {
  color: #ffffff;
  display: block;
  font-family: "Rubrik-Medium";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.front .callout-bottom-wrapper .cta-circle {
  position: relative;
  z-index: 25;
  text-indent: -9999px;
  background: transparent url("../images/ui/ui-arrows-sprites.png") no-repeat;
  background-position: 100% -339px;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.front .callout-bottom-wrapper .cta-circle:hover {
  background-color: #40b4e5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 48em) {
  .front .callout-bottom-wrapper .cta-circle {
    display: block;
  }
}

#footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  /**
	 * footer top (mailchimp signup and utility menu)
	 */
  /**
	 * footer region (middle between top and bottom)
	 */
  /**
	 * footer bottom (copyright line)
	 */
}

#footer .region-footer-top {
  position: relative;
  background-color: #ffffff;
}

@media (min-width: 48em) {
  #footer .region-footer-top {
    /*display: table;*/
  }
}

@media (min-width: 64em) {
  #footer .region-footer-top {
    display: block;
  }
}

#footer .region-footer-top:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media (min-width: 48em) {
  #footer .region-footer-top:before {
    display: block;
  }
}

@media (max-width: 48em) {
  #footer .region-footer-top #policylab_10 {
    display: none;
  }
}

#footer .region-footer-top .newsletter-signup {
  width: 100%;
  background-color: #40b4e5;
  border-top: 0.5625rem solid #147398;
  color: #ffffff;
  padding: 1.5625rem 1.5625rem 3.125rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*@media (min-width: em(768)) {
				width: 37%;
				max-width: 36rem;
				display: table-cell;
				vertical-align: top;
				padding: 2.5625rem 1.5625rem 3.125rem;
			}*/
}

#footer .region-footer-top .newsletter-signup .content {
  margin: 0;
  position: relative;
}

#footer .region-footer-top .newsletter-signup .content h2 {
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.75em;
}

#footer .region-footer-top .newsletter-signup .content .description {
  font-size: 1.25em;
  margin-bottom: 1.75rem;
  line-height: 1.5;
  font-weight: normal;
}

@media (min-width: 64em) {
  #footer .region-footer-top .newsletter-signup .content .description {
    display: block;
  }
}

#footer .region-footer-top .newsletter-signup .content .form-type-textfield {
  /*@media (min-width: em(320)) {
						width: 100%;
					}*/
}

@media (min-width: 20em) {
  #footer .region-footer-top .newsletter-signup .content .form-type-textfield {
    float: left;
    width: 76%;
  }
}

@media (min-width: 75em) {
  #footer .region-footer-top .newsletter-signup .content .form-type-textfield {
    width: 74%;
  }
}

#footer .region-footer-top .newsletter-signup .content .form-type-textfield label {
  position: absolute;
  z-index: 100;
  margin: 0.75rem 0 0 1.25rem;
  font-size: 1em;
  line-height: 1.25em;
  color: #147398;
  font-weight: normal;
}

#footer .region-footer-top .newsletter-signup .content input[type="email"],
#footer .region-footer-top .newsletter-signup .content input[type="text"] {
  padding: 0.625rem 1.25rem;
}

@media (min-width: 20em) {
  #footer .region-footer-top .newsletter-signup .content input[type="email"],
  #footer .region-footer-top .newsletter-signup .content input[type="text"] {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#footer .region-footer-top .newsletter-signup .content input[type="submit"] {
  cursor: pointer;
  background-color: #147398;
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  width: 100%;
  clear: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 20em) {
  #footer .region-footer-top .newsletter-signup .content input[type="submit"] {
    width: 24%;
  }
}

@media (min-width: 75em) {
  #footer .region-footer-top .newsletter-signup .content input[type="submit"] {
    width: 26%;
  }
}

#footer .region-footer-top .footer-utility-menu {
  position: relative;
  border-top: 1px solid #dfdede;
  width: 100%;
}

@media (min-width: 48em) {
  #footer .region-footer-top .footer-utility-menu {
    width: 60%;
    padding: 3.125rem 0 3.125rem 1.5625rem;
    border-top: 0;
    border-left: 1px solid #dfdede;
    display: table-cell;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (min-width: 64em) {
  #footer .region-footer-top .footer-utility-menu {
    padding: 3.125rem 0 3.125rem 3.75rem;
  }
}

#footer .region-footer-top .footer-utility-menu ul.menu li {
  width: auto;
  display: block;
  height: auto;
  list-style: none;
  border-bottom: 1px solid #dfdede;
  position: relative;
  line-height: 3.4375em;
  font-size: 0.875em;
}

@media (min-width: 48em) {
  #footer .region-footer-top .footer-utility-menu ul.menu li {
    width: 30%;
    float: left;
    border-bottom: 0;
    line-height: inherit;
    font-size: 1em;
  }
}

#footer .region-footer-top .footer-utility-menu ul.menu li.last {
  border-bottom: 0;
}

@media (min-width: 48em) {
  #footer .region-footer-top .footer-utility-menu ul.menu li.last {
    width: 40%;
  }
}

#footer .region-footer-top .footer-utility-menu ul.menu li a {
  padding: 0 1.5625rem;
  display: block;
  font-family: "Rubrik-Medium";
  font-weight: normal;
  font-size: 1.25em;
  color: #147398;
}

@media (min-width: 48em) {
  #footer .region-footer-top .footer-utility-menu ul.menu li a {
    padding: 0 0 0.625rem;
    display: inline-block;
    font-family: "Rubrik-Medium";
    font-size: 1.125em;
    line-height: 1.875em;
    text-transform: uppercase;
    font-weight: normal;
  }
}

#footer .region-footer-top .footer-utility-menu ul.menu li a:hover {
  color: #40b4e5;
}

#footer .region-footer-top .footer-utility-menu ul.menu li a.mobile-menu-toggle {
  background-image: url("../images/svg/icon-arrowdown-navigation.svg");
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  border-left: 1px solid #dfdede;
  top: 0.5rem;
  right: 0;
  width: 20%;
  height: 2rem;
  padding: 0;
  position: absolute;
}

@media (min-width: 48em) {
  #footer .region-footer-top .footer-utility-menu ul.menu li a.mobile-menu-toggle {
    display: none;
  }
}

#footer .region-footer-top .footer-utility-menu ul.menu li a.mobile-menu-toggle.open {
  background-image: url("../images/svg/icon-arrowdown-navigation.svg");
}

#footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 {
  display: none;
}

@media (min-width: 48em) {
  #footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 {
    display: block;
    margin: 0;
  }
}

#footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 li {
  padding: 0 1.5625rem;
  border: 0;
  background-color: #ffffff;
  line-height: 2.5em;
  font-size: 1em;
  background-color: #f0eeec;
}

@media (min-width: 48em) {
  #footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 li {
    background-color: inherit;
    line-height: inherit;
    font-size: 0.8125em;
    padding: 0;
    display: block;
    float: none;
    width: auto;
  }
}

@media (min-width: 64em) {
  #footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 li {
    font-size: 0.875em;
  }
}

#footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 li a {
  background-color: transparent;
  color: #147398;
  text-transform: none;
  font-weight: normal;
  border-bottom: 0;
  padding: 0.375rem 0;
  border-top: 2px dashed #dfdede;
  display: block;
  width: auto;
}

@media (min-width: 48em) {
  #footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 li a {
    background-color: transparent;
    border-top: 0;
  }
}

#footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 li a:hover {
  color: #40b4e5;
}

#footer .region-footer-top .footer-utility-menu ul.menu li ul.menu-lvl-2 li:first-child a {
  border-top: 0;
}

#footer .region-footer {
  background-color: #a5978a;
  display: block;
  padding-top: 2rem;
  /* footer logo */
  /* footer menu */
  /* mobile footer logo */
}

@media (min-width: 48em) {
  #footer .region-footer {
    display: table;
    width: 100%;
  }
}

@media (min-width: 75em) {
  #footer .region-footer {
    padding: 3rem 0 1rem;
  }
}

#footer .region-footer .footer-logo {
  width: 100%;
  float: none;
  clear: both;
  display: none;
  max-width: 36rem;
  border-top: 1px solid #2d2e32;
  background-color: #a5978a;
  height: 5rem;
}

@media (min-width: 48em) {
  #footer .region-footer .footer-logo {
    border-top: 0;
    background-color: #a5978a;
    display: block;
    clear: left;
    margin: 0 auto;
  }
}

@media (min-width: 75em) {
  #footer .region-footer .footer-logo {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0;
  }
}

#footer .region-footer .footer-logo .content a {
  display: block;
}

#footer .region-footer .footer-logo .content a img {
  width: 100%;
  max-width: 36rem;
  display: block;
  margin-top: 0;
  padding-top: 0;
  height: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #footer .region-footer .footer-logo .content a img {
    height: 4rem;
    width: 35rem;
  }
}

#footer .region-footer .footer-menu {
  width: 100%;
  float: none;
  clear: both;
  background-color: transparent;
}

@media (min-width: 48em) {
  #footer .region-footer .footer-menu {
    display: block;
    width: auto;
    border-top: none;
    margin: 0 auto;
    padding: 1rem 0;
  }
}

@media (min-width: 75em) {
  #footer .region-footer .footer-menu {
    display: inline-block;
    float: right;
    clear: none;
    margin: 0;
    padding-bottom: 0;
    padding-top: 2.75rem;
  }
}

#footer .region-footer .footer-menu .content {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  text-align: center;
}

#footer .region-footer .footer-menu .content ul {
  margin: 0;
}

@media (min-width: 48em) {
  #footer .region-footer .footer-menu .content ul {
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width: 75em) {
  #footer .region-footer .footer-menu .content ul {
    margin: 0;
    text-align: right;
  }
}

#footer .region-footer .footer-menu .content ul li {
  margin: 0;
  padding: 0;
  width: 49.80%;
  display: inline-block;
  float: left;
  border-bottom: 1px solid #5c4a3f;
  border-right: 1px solid #5c4a3f;
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  #footer .region-footer .footer-menu .content ul li {
    float: none;
    width: auto;
    border-bottom: 0;
    border-right: 0;
  }
}

#footer .region-footer .footer-menu .content ul li a {
  display: block;
  text-align: center;
  padding: 1.25rem 0 1rem;
  background-color: #f0eeec;
  color: #147398;
  font-weight: normal;
  font-size: 0.875em;
}

@media (min-width: 48em) {
  #footer .region-footer .footer-menu .content ul li a {
    color: #ffffff;
    padding: 1.25rem;
    background-color: inherit;
  }
}

@media (min-width: 75em) {
  #footer .region-footer .footer-menu .content ul li a {
    padding: 0 1rem;
  }
}

#footer .region-footer .footer-menu .content ul li a:hover {
  display: block;
  color: #40b4e5;
}

@media (min-width: 48em) {
  #footer .region-footer .footer-menu .content ul li a:hover {
    color: #ffffff;
  }
}

#footer .region-footer .footer-menu .content ul li:nth-child(2), #footer .region-footer .footer-menu .content ul li:nth-child(4) {
  border-right: 0;
}

#footer .region-footer .footer-menu .content ul li:nth-child(3), #footer .region-footer .footer-menu .content ul li:nth-child(4) {
  border-bottom: 0;
}

#footer .region-footer .footer-logo-mobile {
  display: block;
  padding: 0 1.25rem 2rem;
}

@media (min-width: 48em) {
  #footer .region-footer .footer-logo-mobile {
    display: none;
  }
}

#footer .region-footer .footer-logo-mobile .content a {
  display: block;
  margin: 0 auto;
}

#footer .region-footer .footer-logo-mobile .content a img {
  display: block;
  margin: 0 auto;
  max-width: 30rem;
}

#footer .region-footer-bottom {
  background-color: #a5978a;
  color: #ffffff;
  text-align: center;
  clear: both;
  display: block;
  padding: 2rem 0;
  text-align: center;
}

@media (min-width: 48em) {
  #footer .region-footer-bottom {
    font-size: 0.8125em;
    line-height: 1.25em;
    padding-top: 0;
    padding-bottom: 3.125em;
  }
}

@media (min-width: 75em) {
  #footer .region-footer-bottom {
    text-align: left;
  }
}

#footer .region-footer-top.newsletter-registration {
  position: fixed;
  z-index: 10000;
  text-align: center;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -130px;
}

@media (min-width: 48em) {
  #footer .region-footer-top.newsletter-registration {
    display: block;
  }
}

#footer .region-footer-top.newsletter-registration .newsletter-signup {
  padding-top: 5px;
  padding-bottom: 20px;
}

#footer .region-footer-top.newsletter-registration .newsletter-signup h2 {
  background-image: url(../images/svg/icon-arrowdown-white.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 40em) {
  #footer .region-footer-top.newsletter-registration .newsletter-signup h2 {
    display: block;
    height: 90px;
    padding-left: 25%;
    padding-right: 25%;
    margin: 0 auto;
  }
}

@media (max-width: 30em) {
  #footer .region-footer-top.newsletter-registration .newsletter-signup h2 {
    display: block;
    height: 90px;
    padding-left: 15%;
    padding-right: 15%;
    margin: 0 auto;
  }
}

#footer .region-footer-top.newsletter-registration .newsletter-signup .newsletter-container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  #footer .region-footer-top.newsletter-registration .newsletter-signup .newsletter-container {
    width: 80%;
  }
}

@media (min-width: 61.25em) {
  #footer .region-footer-top.newsletter-registration .newsletter-signup .newsletter-container {
    width: 60%;
  }
}

#footer .region-footer-top.newsletter-registration .newsletter-signup .content .description {
  margin-top: 2px;
  margin-bottom: 8px;
}

@media (max-width: 40em) {
  #footer .region-footer-top.newsletter-registration .newsletter-signup .content .description {
    display: none;
  }
}

#footer .region-footer-top.newsletter-registration .newsletter-signup .content .form-type-textfield .form-required {
  color: #147398;
}

#footer .newsletter-registration.slide-up .newsletter-signup h2 {
  background-image: url(../images/svg/close.svg);
}

#footer .slide-up {
  bottom: 0px !important;
}

#footer .slide-down {
  bottom: -130px !important;
}

@media (max-width: 40em) {
  #footer .slide-down {
    bottom: -65px !important;
  }
}

/**
 * jQuery FlexSlider v2.0
 */
/* Browser Resets */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: none;
}

.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 1.5rem 0 3rem;
  position: relative;
}

.flexslider.home-slider {
  padding-top: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
@media (min-width: 20em) {
  .flex-direction-nav a {
    width: 2.5rem;
  }
}

@media (min-width: 64em) {
  .flex-direction-nav a {
    width: 70px;
  }
}

.carousel .flex-direction-nav a {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/**
 * slider block (meet our experts)
 */
.flex-direction-nav {
  display: block;
}

.flex-direction-nav a {
  display: block;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 100;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 1rem;
  background-repeat: no-repeat;
  width: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  margin: 0;
  height: 100%;
  opacity: 0.8;
}

.flex-direction-nav a:hover {
  opacity: 1;
}

.flex-direction-nav .flex-next {
  background-image: url("../images/icons/icon-chevron-right.svg");
  right: 0;
}

.flex-direction-nav .flex-prev {
  background-image: url("../images/icons/icon-chevron-left.svg");
  left: 0;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background-color: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #147398;
}

.flex-control-paging li a:hover {
  background: #147398;
}

.flex-control-paging li a.flex-active {
  background-color: #147398;
  cursor: default;
}

/**
 * search results page
 */
.page-search {
  /* main right side (results and search box) */
}

.page-search #page {
  position: relative;
}

.page-search #breadcrumb {
  background-color: transparent;
  z-index: 304;
}

.page-search #main {
  position: relative;
  z-index: 5;
  margin-top: -5rem;
}

.page-search #content {
  background-image: url(../images/patterns/new-pattern-search-results@2x.png);
  background-size: 216px 875px;
  background-repeat: repeat-x;
  background-position: 50% 0;
  z-index: 5;
  position: relative;
  padding-top: 6rem;
}

.page-search.page-views .region-sidebar-first {
  background: #ffffff;
  border: 1px solid #dfdede;
  overflow: hidden;
  padding: 0 1rem;
}

.page-search.page-views .view-filters {
  background: #ffffff;
  margin-bottom: 1rem;
}

.page-search.page-views .content-body .top {
  margin: 0 0 1rem;
  color: #147398;
  text-transform: uppercase;
}

.page-search.page-views .views-exposed-form label {
  float: left;
  margin-right: 0.625rem;
}

.page-search .view-search {
  background: #ffffff;
  border: 1px solid #dfdede;
  padding: 1.5rem;
  margin-bottom: 2rem;
  float: right;
}

.page-search .view-search .top {
  margin-bottom: 1.25rem;
}

.page-search .view-search .views-exposed-form {
  padding: 0;
}

.page-search .view-search .views-exposed-form .views-exposed-widgets {
  position: relative;
}

.page-search .view-search .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  padding: 0;
}

.page-search .view-search .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button {
  position: absolute;
  right: 0;
  top: 0;
}

.page-search .view-search .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
  display: none;
}

.page-search .view-search .views-exposed-form .views-exposed-widgets .views-exposed-widget input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  height: 3rem;
  border: 1px solid #147398;
  border-left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #40b4e5;
  background-size: 1.5rem;
  width: 8rem;
  border-radius: 0;
  margin-top: 0;
}

.page-search .view-search .search-results .search-result {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #dfdede;
}

.page-search .search-filter-topic-title {
  padding-top: 1rem;
}

.page-search .search-filter-topic-title h2 {
  font-size: 1.25em;
  line-height: 2;
  margin-bottom: 0;
}

/*
 * Basic positioning styles shared by primary and secondary tabs.
 */
ul.primary,
ul.secondary {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #bbbbbb;
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0 2px;
  white-space: nowrap;
}

ul.primary li,
ul.secondary li {
  float: left;
  /* LTR */
  margin: 0.5em 3px 0;
}

ul.primary a,
ul.secondary a {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/*
 * Primary tabs
 */
ul.primary li {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: white 1px 1px 0;
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  margin: 0.5em 0 0 3px;
  /* LTR */
}

ul.primary li.active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  /* Overlap the ul's border. */
}

ul.primary a:link,
ul.primary a:visited {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  padding: 0 1em;
  text-align: center;
}

ul.primary a:focus,
ul.primary a:hover {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

ul.primary a.active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=  '#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -ms-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #ffffff;
}

/*
 * Secondary tabs
 */
ul.secondary {
  font-size: 0.9em;
  margin-top: -1.5em;
  /* Collapse bottom margin of ul.primary. */
  padding-bottom: 0.5em;
}

ul.secondary a:link,
ul.secondary a:visited {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: white 1px 1px 0;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 0.5em;
}

ul.secondary a:focus,
ul.secondary a:hover {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

ul.secondary a.active,
ul.secondary a:active {
  text-shadow: #333333 1px 1px 0;
  background-color: #666;
  border-color: #2d2e32;
  color: #ffffff;
}

/**
 * process block (About Us landing page)
 */
/* popup box (legacy functionality) */
.popup-box {
  display: none;
}

.popup-box .header-popup-box {
  margin: 0 auto;
  max-width: 17.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.popup-box .header-popup-box img {
  padding-bottom: 1.25rem;
  height: 4rem;
  width: auto;
  display: none;
}

@media (min-width: 48em) {
  .popup-box .header-popup-box img {
    display: inline;
  }
}

.popup-box .header-popup-box h3 {
  color: #147398;
  font-size: 1.375em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 1rem;
}

.popup-box .content-popup-box {
  font-style: 0.875rem;
  line-height: 1.625rem;
}

.popup-box .content-popup-box ul li {
  padding: 0 0 0.75rem 2rem;
  background-image: url("../images/ui/ico-bullets.png");
  background-repeat: no-repeat;
  background-position: 0 0.75rem;
  background-color: transparent;
}

.popup-box .content-popup-box ul li:last-child {
  padding-bottom: 0;
}

html.fancybox-lock {
  overflow: visible !important;
}

.fancybox-overlay {
  background: url("../images/bg/bg-opacity-black-overlay.png") repeat;
}

.fancybox-opened .fancybox-skin {
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.4);
}

/**
 * Our Process graphic interactive element
 */
.process-block {
  background-color: #1a4e76;
  background-image: url("../images/patterns/new-home-pattern-experts@2x.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 267px 267px;
  padding: 2rem 0 1.25rem;
  color: #ffffff;
}

.process-block .container {
  padding-bottom: 2.5rem;
}

@media (min-width: 48em) {
  .process-block .container {
    padding-bottom: 5.3125rem;
  }
}

.process-block .container .title-bar {
  text-align: center;
}

.process-block .container .title-bar h2 {
  font-weight: normal;
  color: #ffffff;
  font-size: 1.75em;
  padding-bottom: 1rem;
}

@media (min-width: 48em) {
  .process-block .container .title-bar h2 {
    font-size: 2.5em;
    padding-bottom: 0;
  }
}

.process-block .container .content {
  padding: 0 2rem;
}

.process-block .container .content .intro-paragraphs {
  font-size: 1.125em;
  line-height: 1.6;
  font-family: "Chronicle-Text-G1-Roman";
  padding-bottom: 0.625rem;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 48em) {
  .process-block .container .content .intro-paragraphs {
    width: 82%;
  }
}

.process-block .container .content .intro-paragraphs strong {
  text-transform: uppercase;
  font-weight: normal;
}

.process-block .container .content .popup-section {
  margin: 0 auto;
  text-align: center;
}

.process-block .container .content .popup-section .description {
  margin: 1rem 0;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.625;
}

.process-block .container .content .process-image {
  margin-top: 2.5rem;
  text-align: center;
}

.process-block .container .content .process-image .process-image-desktop {
  display: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

.process-block .container .content .process-image .process-image-desktop.default {
  display: inline;
}

.process-block .container .content .process-image .process-fancybox-mobile h3 {
  font-size: 1.25em;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 1rem 0 0;
}

.process-block .container .content .process-image.mobile-section {
  display: block;
}

@media (min-width: 48em) {
  .process-block .container .content .process-image.mobile-section {
    display: none;
  }
}

.process-block .container .content .process-image.mobile-section a {
  max-width: 13.75rem;
  margin: 0 auto 1rem;
}

.process-block .container .content .process-image.mobile-section a.implement {
  margin-bottom: 0;
}

.process-block .container .content .process-image.desktop-section {
  display: none;
}

@media (min-width: 48em) {
  .process-block .container .content .process-image.desktop-section {
    display: block;
    min-height: 22.1875rem;
  }
}

#map-container {
  background-color: #FFFFFF;
  width: 100%;
  margin-top: 30px;
}

#map_canvas {
  border: 1px solid #EAEAEA;
  height: 400px;
  width: 100%;
  z-index: 10;
  margin: 18px 0;
}

#map_canvas img {
  max-width: none;
}

.map_legend {
  position: absolute;
  z-index: 80;
  margin: -120px 20px 0;
}

.map_citation {
  color: #545455;
  font-size: 13px;
  line-height: 12px;
  width: auto;
  font-weight: 600;
  padding: 0 5px;
}

.map_header {
  float: left;
}

.googft-info-window {
  width: 95%;
  padding: 5px;
}

.googft-info-window h2 {
  border-bottom: 1px solid #EAEAEA;
  margin: -10px 0 8px;
  padding: 5px 0;
}

.googft-info-window .trend {
  border-top: 1px solid #EAEAEA;
  color: #999;
  font-size: 11px;
  line-height: 13px;
  margin: 5px 0 0;
  padding: 10px 5px 0 10px;
}

.googft-info-window .trend img {
  float: left;
  padding: 0 10px 5px;
}

.googft-info-window .data {
  padding-left: 50px;
  margin: auto;
}

.googft-info-window .year {
  color: #69C;
  font-weight: 700;
  padding-right: 5px;
  font-size: 12px;
}

.googft-info-window td.numbers {
  text-align: right;
  color: #262261;
}

.googft-info-window td.numbers .percent {
  color: #999;
  padding-left: 2px;
  font-size: 11px;
}

.map_select_year {
  border: 1px solid #e5e3d9;
  padding: 15px;
  position: relative;
  width: auto;
}

@media (min-width: 40em) {
  .map_select_year {
    height: 75px;
    float: left;
  }
}

.map_select_year h2 {
  color: #262261;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  text-transform: capitalize;
}

p.map_citation {
  margin: 8px 0;
}

.map_select_year input[type=radio] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.map_select_year label {
  cursor: pointer;
  font-size: 0.875rem;
  border-right: 1px solid #eaeaea;
  color: #dfdede;
  font-weight: 700;
  padding: 3px 4px;
  display: inline-block;
}

.map_select_year label:last-child {
  border-right: 0;
}

#titleYear {
  color: #dfdede;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}

@media (min-width: 20em) {
  #titleYear {
    display: block;
    padding-top: 15px;
  }
}

@media (min-width: 40em) {
  #titleYear {
    margin-left: 10px;
    line-height: 95px;
    border: 1px solid #e5e3d9;
    padding: 5px 15px;
    display: inline-block;
  }
}

.map_select_year label:hover {
  color: #ed5d22;
}

tr.selected_year_row span.year {
  color: #ed5d22;
}

.akhi {
  color: #ffffff;
  margin: -35px 0 0 80px;
  position: absolute;
  z-index: 90;
}

.akhi a {
  color: #262261;
  display: inline-block;
  font-size: 9px;
  padding: 0 3px;
  text-decoration: none;
}

.akhi a:hover {
  font-size: 9px;
  color: #262261;
}

#map-container .akhi a {
  cursor: pointer;
}

/**
 * blog styles
 */
/* blog landing page */
.section-blog.node-type-page .region-utility .utility-menu ul.menu li a.blog {
  background-color: #0b4f6a;
}

@media (min-width: 64em) {
  .section-blog.node-type-page #hero .field-hero-img img {
    margin-top: -7rem;
  }
}

.section-blog.node-type-page #content-landing {
  display: none;
}

.section-blog.node-type-page #content {
  padding: 0;
}

.section-blog.node-type-page .view-filters {
  /* display: none; */
  /* hidden temporarily until deferred task is complete */
}

/* blog detail page (extends the node-basic-layout styles)*/
.section-blog.node-type-blogs .region-utility .utility-menu ul.menu li a.blog {
  background-color: #0b4f6a;
}

.section-blog.node-type-blogs #content {
  background-color: transparent;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/patterns/new-home-blog-background@2x.png");
}

.section-blog.node-type-blogs #content .field-blogs-image {
  padding: 1rem 0 2rem;
}

.section-blog.node-type-blogs #content .field-blogs-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width: 48em) {
  .section-blog.node-type-blogs #content .field-blogs-image img {
    width: auto;
  }
}

/**
 * blog teaser feed (blog landing and home page)
 */
.view-blog {
  margin: 0;
  padding: 1rem;
}

@media (min-width: 48em) {
  .view-blog {
    padding: 0;
  }
}

.view-blog .view-content {
  position: relative;
  margin: 0;
}

@media (min-width: 48em) {
  .view-blog .view-content {
    margin: 0 -1rem;
  }
}

.view-blog .view-content .views-row {
  width: 100%;
}

@media (min-width: 48em) {
  .view-blog .view-content .views-row {
    width: 33.33333%;
  }
}

.view-blog .view-content .views-row .node {
  padding: 1rem;
  /* topic-specific styles */
}

.view-blog .view-content .views-row .node .inner {
  border: 1px solid #dfdede;
  background-color: #ffffff;
  padding: 1rem;
  border-top: 5px solid #147398;
}

.view-blog .view-content .views-row .node .inner .field-blogs-image {
  margin: -1rem -1rem 1rem;
}

.view-blog .view-content .views-row .node .inner .field-blogs-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.view-blog .view-content .views-row .node .inner .date-display-single {
  font-family: "Rubrik-Medium";
  font-size: 0.8125em;
  color: #979797;
  margin-bottom: 0.5rem;
  display: block;
}

.view-blog .view-content .views-row .node .inner p {
  font-family: "Chronicle-Text-G1-Roman";
  line-height: 1.5;
}

.view-blog .view-content .views-row .node .inner h2.title {
  text-transform: none;
  color: #147398;
  line-height: 1.4;
  font-size: 1.25em;
}

.view-blog .view-content .views-row .node .inner h2.title a {
  font-weight: normal;
}

.view-blog .view-content .views-row .node .inner .field-blogs-author {
  color: #b09c8b;
  font-size: 0.8125em;
  line-height: 1.5;
  font-family: "Chronicle-Text-G1-Roman";
}

.view-blog .view-content .views-row .node .inner .bottom {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #dfdede;
}

.view-blog .view-content .views-row .node .inner .bottom .tag-wrap {
  padding-bottom: 0;
}

.view-blog .view-content .views-row .node .inner .bottom .tag-wrap .tag-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.view-blog .view-content .views-row .node .inner .bottom .tag-wrap .field-primary-bucket {
  padding-left: 3.5rem;
  display: table;
  height: 2.5rem;
}

.view-blog .view-content .views-row .node .inner .bottom .tag-wrap .field-primary-bucket a {
  display: table-cell;
  vertical-align: middle;
}

.view-blog .view-content .views-row .node.primary-bucket-53 .inner {
  border-top-color: #40b4e5;
}

.view-blog .view-content .views-row .node.primary-bucket-54 .inner {
  border-top-color: #91a01e;
}

.view-blog .view-content .views-row .node.primary-bucket-55 .inner {
  border-top-color: #ed1f7f;
}

.view-blog .view-content .views-row .node.primary-bucket-84 .inner {
  border-top-color: #786452;
}

.view-blog .view-empty {
  position: relative;
  height: 16rem;
}

.view-blog .view-empty p {
  line-height: 23rem;
  text-align: center;
}

.view-blog .stamp {
  position: absolute;
  background: #ffffff;
  right: 0;
  top: 0;
  margin-bottom: 2rem;
}

.view-blog .stamp .form-wrapper {
  border: 1px solid #c6c6c6;
  height: 48px;
  padding: 40px 36px;
}

.view-blog .stamp .form-wrapper .form-submit {
  width: 60px;
  height: 48px;
  background: url("../images/ui/ui-arrows-sprites.png") no-repeat 56% -1457px #e6af26;
  text-indent: -9999px;
  margin-left: -5px;
  margin-top: 0;
}

.view-blog .stamp .form-wrapper .form-submit.clear {
  background-position: 50% -1902px;
}

.view-blog .item-list {
  overflow: hidden;
  display: block;
}

.view-blog .item-list .pager {
  padding: 2rem 0 3rem;
  margin: 1rem 0 4rem;
}

.view-blog .item-list .pager li {
  font-size: 1em;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}

.view-blog .form-wrapper .filter-topics {
  position: relative;
}

.view-blog .form-wrapper .filter-topics .drop-menu-topics {
  position: absolute;
  left: 0;
  z-index: 100;
  top: 48px;
  background: #ffffff;
  border: 1px solid #C6C6C6;
  border-top: none;
  display: none;
}

.view-blog .form-wrapper .filter-topics .drop-menu-topics ul li {
  list-style: none;
  color: #353840;
  font-weight: 600;
  padding: 8px 26px;
  font-size: 13px;
  cursor: pointer;
}

.view-blog .form-wrapper .filter-topics .drop-menu-topics ul li:hover {
  transition: background-color 0.4s ease 0s;
  color: #A68000;
}

.view-blog .form-wrapper .filter-topics .drop-menu-topics span {
  color: #ffffff;
  display: block;
  padding: 12px 0 10px 35px;
}

.view-blog .form-wrapper .filter-topics:hover .drop-menu-topics {
  display: block;
}

.view-blog .form-wrapper .filter-topics:hover .drop-menu-topics ul {
  margin: 10px 0;
}

/* home blogs block */
#block-views-blog-new-home-blogs-block {
  background-color: #f0eeec;
  background-image: url("../images/patterns/new-pattern-back-blog@2x.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 289px 433px;
  padding: 1rem 0;
}

@media (min-width: 40em) {
  #block-views-blog-new-home-blogs-block {
    padding: 2rem 0 3rem;
  }
}

#block-views-blog-new-home-blogs-block .title-bar {
  text-align: center;
  padding: 1rem 0;
}

@media (min-width: 40em) {
  #block-views-blog-new-home-blogs-block .title-bar {
    padding: 2rem 0;
  }
}

#block-views-blog-new-home-blogs-block .title-bar h2 {
  font-size: 2.25em;
  line-height: 1.2;
}

@media (min-width: 40em) {
  #block-views-blog-new-home-blogs-block .title-bar h2 {
    font-size: 3.125em;
  }
}

#block-views-blog-new-home-blogs-block .btn-wrapper {
  text-align: center;
  padding: 2rem 0 4rem;
}

/* blogs landing page */
#block-views-blog-new-block {
  background-color: #f0eeec;
  background-image: url("../images/patterns/new-pattern-back-blog@2x.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 289px 433px;
  padding: 2rem 0 3rem;
}

.node-news.view-mode-full .sidebar-content {
  padding-top: 2.5rem;
}

.node-news.view-mode-full .sidebar-content .field-team-member-image {
  padding-top: 1rem;
}

.node-news.view-mode-full .sidebar-content .field-label {
  padding-top: 1rem;
  margin-top: 1.5rem;
  border-top: 0.325rem solid #ffffff;
}

.node-news.view-mode-full .sidebar-content .field-related-projects > li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/**
 * publications search block (custom block on top of publications index)
 */
.section-publications #main .search-publications-block {
  padding: 2.5rem 0;
}

.section-publications #main .search-publications-block .form-search {
  margin-top: 2rem;
  position: relative;
  display: block;
  width: 100%;
}

@media (min-width: 48em) {
  .section-publications #main .search-publications-block .form-search {
    margin-top: 0;
    display: inline-block;
  }
}

.section-publications #main .search-publications-block .form-search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  height: 3rem;
  border: 1px solid #147398;
  border-left: 0;
  background-image: url("../images/icons/icon-search-white.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #40b4e5;
  background-size: 1.5rem;
  width: 3rem;
  border-radius: 0;
}

.section-publications #main .search-publications-block .form-search input[type="submit"]:hover {
  background-color: #147398;
  cursor: pointer;
}

.section-publications #main .search-publications-block .page-title {
  display: block;
  text-align: left;
}

.section-publications #main .search-publications-block .page-intro {
  display: block;
  text-align: left;
  font-size: 0.9375em;
  line-height: 1.625em;
  margin: 1.25rem 0 2rem;
}

.section-publications #main .search-publications-block .search-info {
  padding: 1.5rem 1rem;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  display: block;
}

.section-publications #main .search-publications-block .search-info p {
  display: none;
  margin: 0 0.5rem 0 0;
  font-size: 0.75em;
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
}

.section-publications #main .search-publications-block .search-info .search-info-holder {
  float: right;
  position: relative;
  cursor: pointer;
  background: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #383b43;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.section-publications #main .search-publications-block .search-info .search-info-holder .search-tips-box {
  display: none;
  position: absolute;
  right: -3.1875rem;
  padding-top: 0.8125rem;
  background: url("../images/ui/ui-triangle-light-gray.png") no-repeat 45% 0;
  top: 2.25rem;
  z-index: 1001;
}

.section-publications #main .search-publications-block .search-info .search-info-holder .search-tips-box .search-tips-box-holder {
  padding: 23px 27px;
  border: 1px solid #1a1b1f;
  border-top: none;
  background: url("../images/bg/bg-light-gray.png") repeat;
  font-size: 13px;
  line-height: 1.25rem;
  color: #ffffff;
  text-align: left;
  width: 22.5rem;
}

.section-publications #main .search-publications-block .search-info .search-info-holder span {
  font-size: 0.8125em;
  line-height: 2;
  font-style: italic;
  font-weight: bold;
}

.section-publications #main .search-publications-block .search-info .search-info-holder:hover .search-tips-box {
  display: block;
}

/**
 * publications index (view)
 * NOTE: filters styles moved to _filters.scss since the same filter applies to other pages
 */
.view-publications .view-filters {
  display: none;
}

@media (min-width: 64em) {
  .view-publications .view-filters {
    display: block;
    float: left;
  }
}

.view-publications .view-filters strong {
  font-weight: 800;
}

.view-publications .comma:last-child {
  display: none;
}

.view-publications .border-wrap-box {
  background: #ffffff;
  border: 1px solid #dfdede;
  border-top: 0.5rem solid #147398;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.view-publications .view-content .title-bar h2 {
  line-height: 2;
}

.view-publications .view-content .results-bar {
  color: #147398;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media (min-width: 64em) {
  .view-publications .view-content,
  .view-publications .view-empty {
    float: right;
  }
}

.view-publications .view-content .title-bar span,
.view-publications .view-empty .title-bar span {
  float: right;
  font-weight: normal;
}

/* Ajax - START
************************************************/
.ajax-progress-throbber {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.ajax-progress-throbber .message {
  display: none;
}

#load-holder {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.ajax-progress-throbber .throbber {
  position: fixed;
  left: 50%;
  top: 50%;
  background: none;
}

#load-holder .spinner,
.ajax-progress-throbber .throbber {
  background-color: transparent;
  border-radius: 150px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 4px solid rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.08);
  border-left-color: rgba(0, 0, 0, 0.08);
  -webkit-animation: spinner 1s infinite linear;
  -moz-animation: spinner 1s infinite linear;
  -ms-animation: spinner 1s infinite linear;
  -o-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes spinner {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**
* Announcement term custom CSS.
*/
.page--announcements #main #content {
  background-color: transparent;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-image: url("../images/patterns/new-pattern-back-general@2x.png");
  padding: 1rem;
}

@media (min-width: 48em) {
  .page--announcements #main #content {
    background-size: 150% auto;
  }
}

@media (min-width: 64em) {
  .page--announcements #main #content {
    padding: 4rem 0;
  }
}

.page--announcements .taxonomy-body-wrapper--annoucements {
  background: #ffffff;
  border: 1px solid #dfdede;
  border-top: 0.5rem solid #147398;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

/**
 * styles for team member nodes
 */
.node-team-member {
  /* block teaser (team member grid) */
}

.node-team-member .field-team-member-image {
  margin: 0 auto;
  padding-bottom: 1rem;
}

.node-team-member .field-team-member-image img {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.node-team-member .edit-field-team-member-tid-wrapper {
  display: none;
}

.node-team-member.view-mode-block_teaser {
  text-align: center;
}

.node-team-member.view-mode-block_teaser .title {
  font-family: "Rubrik-Medium";
  text-transform: uppercase;
  font-weight: bold;
}

.node-team-member.view-mode-block_teaser .title a {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.5;
}

.node-team-member.view-mode-block_teaser .field-team-member-image {
  width: 8.75rem;
}

.node-team-member.view-mode-block_teaser .field-academic-title {
  color: #147398;
  font-size: 1.125em;
  line-height: 1.5;
}

.section-about-us #edit-field-team-member-tid-wrapper {
  display: none;
}

/**
 * carousel styles (using Flickety to replace the non-responsive FlexSlider)
 */
.flickity-carousel {
  list-style-type: none;
}

.flickity-carousel .carousel-item {
  list-style-type: none;
  width: 100%;
}

@media (min-width: 48em) {
  .flickity-carousel .carousel-item {
    width: 33.3333%;
  }
}

@media (min-width: 64em) {
  .flickity-carousel .carousel-item {
    width: 25%;
  }
}

.flickity-carousel .carousel-item:before {
  display: block;
  text-align: center;
  line-height: 10rem;
}

.flickity-carousel .carousel-item .node {
  padding: 0.25rem;
}

.flickity-carousel .carousel-item .node .title {
  padding: 1.5rem;
  height: 10rem;
  border: 1px solid #dfdede;
  background-color: #ffffff;
  line-height: 1.625;
  font-weight: normal;
}

.flickity-carousel .carousel-item .node:hover .title {
  padding: 1.5rem;
  height: 10rem;
  border: 1px solid #dfdede;
  background-color: #ffffff;
  line-height: 1.625;
  font-weight: normal;
}

.flickity-carousel .flickity-prev-next-button .arrow {
  fill: #147398;
}

.flickity-carousel .flickity-prev-next-button.previous {
  left: -2rem;
}

@media (min-width: 75em) {
  .flickity-carousel .flickity-prev-next-button.previous {
    left: -2.5rem;
  }
}

.flickity-carousel .flickity-prev-next-button.next {
  right: -2rem;
}

@media (min-width: 75em) {
  .flickity-carousel .flickity-prev-next-button.next {
    right: -2.5rem;
  }
}

#page.page-topic-53 .flickity-carousel .carousel-item .node .title:hover {
  margin: -1px;
  border: 2px solid #40b4e5;
}

#page.page-topic-54 .flickity-carousel .carousel-item .node .title:hover {
  margin: -1px;
  border: 2px solid #91a01e;
}

#page.page-topic-55 .flickity-carousel .carousel-item .node .title:hover {
  margin: -1px;
  border: 2px solid #ed1f7f;
}

#page.page-topic-84 .flickity-carousel .carousel-item .node .title:hover {
  margin: -1px;
  border: 2px solid #786452;
}

/**
 * filter styles (custom better exposed filters on publications, experts, blog, etc.)
 */
/**
 * blog filters (with dropdown)
 */
.section-blog .views-exposed-form {
  padding: 1rem 1.5rem 0.5rem;
  display: block;
  width: auto;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .section-blog .views-exposed-form {
    padding-bottom: 1.5rem;
  }
}

.section-blog .views-exposed-form .transparent-background {
  z-index: 4;
  background-color: rgba(165, 151, 138, 0.4);
  display: block;
  width: auto;
  padding: 2rem;
}

@media (min-width: 1024px) {
  .section-blog .views-exposed-form .transparent-background {
    padding-top: 1rem;
  }
}

.section-blog .views-exposed-form .views-exposed-widgets {
  width: auto;
  display: block;
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown {
  z-index: 5;
  display: block;
  position: relative;
  width: 100%;
  float: none;
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown.dropdown-blog {
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .section-blog .views-exposed-form .views-exposed-widgets .dropdown {
    width: 48.5%;
  }
  .section-blog .views-exposed-form .views-exposed-widgets .dropdown.dropdown-blog {
    float: left;
    padding-bottom: 0;
  }
  .section-blog .views-exposed-form .views-exposed-widgets .dropdown.dropdown-year {
    float: right;
  }
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown.dropdown-year .label-title {
  display: none;
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown.dropdown-year .date-year .description {
  display: none;
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown .dropdown-control {
  background-color: #ffffff;
  position: relative;
  height: 3rem;
  width: auto;
  border: 1px solid #147398;
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown .dropdown-control .dropdown-text {
  font-family: "Rubrik-Regular";
  line-height: 3rem;
  padding: 0 1rem;
  font-size: 1em;
  color: #147398;
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown .dropdown-control .button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #40b4e5;
  background-position: 50% 50%;
  background-image: url("../images/icons/icon-arrowdown-white.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-radius: 0;
  height: 3rem;
  width: 3rem;
  padding: 0;
  border: 0;
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown .dropdown-content {
  display: none;
  -webkit-box-shadow: 0px 5px 8px 2px rgba(102, 102, 102, 0.6);
  -moz-box-shadow: 0px 5px 8px 2px rgba(102, 102, 102, 0.6);
  box-shadow: 0px 5px 8px 2px rgba(102, 102, 102, 0.6);
  position: absolute;
  float: none;
  width: auto;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #147398;
  width: calc(100% - 2px);
  border-top: 0;
}

.section-blog .views-exposed-form .views-exposed-widgets .dropdown .dropdown-content .inner {
  padding: 1rem;
}

.section-blog .views-exposed-form .views-exposed-widgets #edit-submit-blog-new {
  display: none;
}

/**
 * publications filters (standard exposed filters)
 */
.label-checkbox-wrap .style-checkbox {
  display: none;
}

.views-exposed-form {
  padding: 2rem 1.5rem 1.5rem;
}

.views-exposed-form .views-exposed-widgets {
  padding: 0;
  margin: 0;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 1.25rem;
  float: none;
  display: block;
  width: auto;
  /* section specific styles */
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget > label {
  text-transform: uppercase;
  color: #147398;
  font-family: "Rubrik-Medium";
  font-weight: normal;
  font-size: 1.25em;
  line-height: 1.4;
  display: block;
  margin-bottom: 0.5rem;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item {
  margin: 0;
  color: #147398;
  clear: both;
  overflow: hidden;
  display: block;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item label {
  text-transform: none;
  font-size: 0.875em;
  cursor: pointer;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item.form-type-bef-checkbox {
  clear: both;
  display: block;
  padding: 0.5rem 0;
  position: relative;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item.form-type-bef-checkbox input[type="checkbox"] {
  display: none;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item.form-type-bef-checkbox .style-checkbox {
  background-repeat: no-repeat !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
  vertical-align: middle;
  margin: 0.5rem 0 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #147398;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item.form-type-bef-checkbox .style-checkbox.cchecked {
  font-family: "Rubrik-Medium";
  background-color: #147398;
  color: #ffffff;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item.form-type-bef-checkbox .style-checkbox.cchecked:after {
  content: '\2714';
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  top: 40%;
  left: 60%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  display: block;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item.form-type-bef-checkbox .style-checkbox input {
  position: relative;
  z-index: 0;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item.form-type-bef-checkbox label {
  margin-left: 2.5rem;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .description span {
  font-size: 0.75em;
  text-transform: uppercase;
  display: block;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget .date-year .form-item.form-type-bef-checkbox {
  clear: none;
  width: 50%;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper .bef-checkboxes, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper .bef-checkboxes, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper .bef-checkboxes, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper .bef-checkboxes {
  margin-left: 1.5rem;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper .bef-checkboxes .form-type-bef-checkbox, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper .bef-checkboxes .form-type-bef-checkbox, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper .bef-checkboxes .form-type-bef-checkbox, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper .bef-checkboxes .form-type-bef-checkbox {
  padding-left: 3.25rem;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper .bef-checkboxes .form-type-bef-checkbox label, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper .bef-checkboxes .form-type-bef-checkbox label, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper .bef-checkboxes .form-type-bef-checkbox label, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper .bef-checkboxes .form-type-bef-checkbox label {
  margin-left: 0;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper > label, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper > label, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper > label, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper > label {
  display: table;
  width: 100%;
  background-color: #40b4e5;
  font-size: 0.875em;
  color: #ffffff;
  height: 3rem;
  position: relative;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper > label .label-checkbox-wrap, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper > label .label-checkbox-wrap, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper > label .label-checkbox-wrap, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper > label .label-checkbox-wrap {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 4rem;
  width: 4rem;
  background: #147398;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper > label .label-checkbox-wrap .style-checkbox, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper > label .label-checkbox-wrap .style-checkbox, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper > label .label-checkbox-wrap .style-checkbox, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper > label .label-checkbox-wrap .style-checkbox {
  background-repeat: no-repeat !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
  vertical-align: middle;
  margin: 0.5rem 0 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #147398;
  border-color: #ffffff;
  display: block;
  background-color: transparent;
  top: auto;
  left: 50%;
  margin-top: -0.55rem;
  margin-left: -0.55rem;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper > label .label-checkbox-wrap .style-checkbox.cchecked, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper > label .label-checkbox-wrap .style-checkbox.cchecked, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper > label .label-checkbox-wrap .style-checkbox.cchecked, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper > label .label-checkbox-wrap .style-checkbox.cchecked {
  font-family: "Rubrik-Medium";
  background-color: #147398;
  color: #ffffff;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper > label .label-checkbox-wrap .style-checkbox.cchecked:after, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper > label .label-checkbox-wrap .style-checkbox.cchecked:after, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper > label .label-checkbox-wrap .style-checkbox.cchecked:after, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper > label .label-checkbox-wrap .style-checkbox.cchecked:after {
  content: '\2714';
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  top: 40%;
  left: 60%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  display: block;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper > label .label-title, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper > label .label-title, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper > label .label-title, .views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper > label .label-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-policy-tools-publications-tid-wrapper {
  border-bottom: 1px dashed #dfdede;
  padding-bottom: 1.5rem;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-policy-tools-publications-tid-wrapper .description .main-label {
  display: none;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper > label {
  background-color: #40b4e5;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper > label .label-checkbox-wrap {
  background: #147398;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper .form-item {
  color: #40b4e5;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper .form-item.form-type-bef-checkbox .style-checkbox {
  border: 1px solid #40b4e5;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-adolescent-tid-wrapper .form-item.form-type-bef-checkbox .style-checkbox.cchecked {
  background-color: #40b4e5;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper > label {
  background-color: #91a01e;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper > label .label-checkbox-wrap {
  background: #405812;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper .form-item {
  color: #91a01e;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper .form-item.form-type-bef-checkbox .style-checkbox {
  border: 1px solid #91a01e;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-coverage-tid-wrapper .form-item.form-type-bef-checkbox .style-checkbox.cchecked {
  background-color: #91a01e;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper > label {
  background-color: #ed1f7f;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper > label .label-checkbox-wrap {
  background: #b2015a;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper .form-item {
  color: #ed1f7f;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper .form-item.form-type-bef-checkbox .style-checkbox {
  border: 1px solid #ed1f7f;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-health-equity-tid-wrapper .form-item.form-type-bef-checkbox .style-checkbox.cchecked {
  background-color: #ed1f7f;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper > label {
  background-color: #786452;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper > label .label-checkbox-wrap {
  background: #5c4a3f;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper .form-item {
  color: #786452;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper .form-item.form-type-bef-checkbox .style-checkbox {
  border: 1px solid #786452;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-tag-intergenerational-tid-wrapper .form-item.form-type-bef-checkbox .style-checkbox.cchecked {
  background-color: #786452;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-project-date-value-wrapper {
  border-top: 1px dashed #dfdede;
  padding-top: 1rem;
}

.views-exposed-form .views-exposed-widgets .views-exposed-widget#edit-field-project-date-value-wrapper .date-year .description {
  display: none;
}

.views-exposed-form #edit-submit-publications {
  display: none;
}

.views-exposed-form #edit-keys-wrapper {
  display: none;
}

/**
 * topic filters (custom filters on primary bucket landing pages)
 */
.topic-filters-block .filter-wrap {
  padding: 2rem 1.5rem;
}

.topic-filters-block .filter-wrap h3 {
  font-family: "Rubrik-Medium";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.4;
  color: #147398;
  margin-bottom: 1rem;
}

.topic-filters-block .filter-wrap .item-list {
  padding: 0;
}

.topic-filters-block .filter-wrap .item-list .item {
  border: 0;
  position: relative;
  padding: 0.5rem 0;
}

.topic-filters-block .filter-wrap .item-list .item input[type="checkbox"] {
  display: none;
}

.topic-filters-block .filter-wrap .item-list .item label {
  display: block;
  padding-left: 2.5rem;
  position: relative;
  color: #147398;
  font-weight: normal;
}

.topic-filters-block .filter-wrap .item-list .item label .style-checkbox {
  background-repeat: no-repeat !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
  vertical-align: middle;
  margin: 0.5rem 0 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #147398;
  margin-top: 0;
}

.topic-filters-block .filter-wrap .item-list .item label .style-checkbox.cchecked {
  font-family: "Rubrik-Medium";
  background-color: #147398;
  color: #ffffff;
}

.topic-filters-block .filter-wrap .item-list .item label .style-checkbox.cchecked:after {
  content: '\2714';
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  top: 40%;
  left: 60%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  display: block;
}

.topic-filters-block .filter-wrap .item-list .item label .style-checkbox input {
  position: relative;
  z-index: 0;
}

/**
 * search results filters
 * (facet API)
 */
.page-search .sidebar-title-bar {
  display: table;
  width: 100%;
  border: 1px solid #147398;
  margin: -1px;
  background-color: #147398;
  background-image: none;
  background-position: 96% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  height: auto;
}

.page-search .sidebar-title-bar h2 {
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.625em;
  display: table-cell;
  padding: 1rem 5rem 1rem 1rem;
}

.page-search .block-facetapi {
  margin: 0;
  padding: 1rem 0;
  display: none;
  border-bottom: 1px dashed #dfdede;
}

@media (min-width: 48em) {
  .page-search .block-facetapi {
    display: block;
  }
}

.page-search .block-facetapi:first-child {
  border-top: 0;
}

.page-search .block-facetapi .title-bar h2 {
  margin-bottom: 1rem;
  font-size: 1.25em;
  line-height: 2;
}

.page-search .block-facetapi .content {
  width: 100%;
}

.page-search .block-facetapi .content .facetapi-facetapi-checkbox-links {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.page-search .block-facetapi .content .facetapi-facetapi-checkbox-links .leaf {
  clear: both;
  display: block;
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
  margin: 0;
  color: #147398;
  font-size: 0.875em;
  font-weight: bold;
}

.page-search .block-facetapi .content .facetapi-facetapi-checkbox-links .leaf input[type="checkbox"] {
  display: none;
}

.page-search .block-facetapi .content .facetapi-facetapi-checkbox-links .leaf .style-checkbox {
  background-repeat: no-repeat !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
  vertical-align: middle;
  margin: 0.5rem 0 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #147398;
}

.page-search .block-facetapi .content .facetapi-facetapi-checkbox-links .leaf .style-checkbox.cchecked {
  font-family: "Rubrik-Medium";
  background-color: #147398;
  color: #ffffff;
}

.page-search .block-facetapi .content .facetapi-facetapi-checkbox-links .leaf .style-checkbox.cchecked:after {
  content: '\2714';
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  top: 40%;
  left: 60%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  display: block;
}

.page-search .block-facetapi .content .facetapi-facetapi-checkbox-links .leaf .style-checkbox input {
  position: relative;
  z-index: 0;
}

.page-search .block-facetapi .content .facetapi-facetapi-checkbox-links .leaf .facetapi-checkbox {
  margin-left: 0;
}

.page-search .block-facetapi.topic-filter {
  border-bottom: 0;
}

.page-search .block-facetapi.topic-filter .facetapi-facetapi-checkbox-links {
  margin-left: 1.5rem;
}

.page-search .block-facetapi.topic-filter .title-bar {
  display: table;
  width: 100%;
  background-color: #40b4e5;
  color: #ffffff;
  height: 3rem;
  position: relative;
  margin-bottom: 1rem;
}

.page-search .block-facetapi.topic-filter .title-bar .label-checkbox-wrap {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 4rem;
  width: 4rem;
  background: #147398;
}

.page-search .block-facetapi.topic-filter .title-bar .label-checkbox-wrap .style-checkbox {
  background-repeat: no-repeat !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  overflow: hidden;
  vertical-align: middle;
  margin: 0.5rem 0 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #147398;
  border-color: #ffffff;
  display: block;
  background-color: transparent;
  top: 50%;
  left: 50%;
  margin-top: -0.55rem;
  margin-left: -0.55rem;
}

.page-search .block-facetapi.topic-filter .title-bar .label-checkbox-wrap .style-checkbox.cchecked {
  font-family: "Rubrik-Medium";
  background-color: #147398;
  color: #ffffff;
}

.page-search .block-facetapi.topic-filter .title-bar .label-checkbox-wrap .style-checkbox.cchecked:after {
  content: '\2714';
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  top: 40%;
  left: 60%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  display: block;
}

.page-search .block-facetapi.topic-filter .title-bar .label-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 1.4;
}

.page-search .block-facetapi.topic-filter.topic-filter-adolescent .title-bar {
  background-color: #40b4e5;
}

.page-search .block-facetapi.topic-filter.topic-filter-adolescent .title-bar .label-checkbox-wrap {
  background: #147398;
}

.page-search .block-facetapi.topic-filter.topic-filter-adolescent .content .facetapi-facetapi-checkbox-links .leaf {
  color: #40b4e5;
}

.page-search .block-facetapi.topic-filter.topic-filter-adolescent .content .style-checkbox {
  border: 1px solid #40b4e5;
}

.page-search .block-facetapi.topic-filter.topic-filter-adolescent .content .style-checkbox.cchecked {
  background-color: #40b4e5;
}

.page-search .block-facetapi.topic-filter.topic-filter-adolescent .content .facetapi-checkbox {
  color: #40b4e5;
}

.page-search .block-facetapi.topic-filter.topic-filter-coverage .title-bar {
  background-color: #91a01e;
}

.page-search .block-facetapi.topic-filter.topic-filter-coverage .title-bar .label-checkbox-wrap {
  background: #405812;
}

.page-search .block-facetapi.topic-filter.topic-filter-coverage .content .facetapi-facetapi-checkbox-links .leaf {
  color: #91a01e;
}

.page-search .block-facetapi.topic-filter.topic-filter-coverage .content .style-checkbox {
  border: 1px solid #91a01e;
}

.page-search .block-facetapi.topic-filter.topic-filter-coverage .content .style-checkbox.cchecked {
  background-color: #91a01e;
}

.page-search .block-facetapi.topic-filter.topic-filter-coverage .content .facetapi-checkbox {
  color: #91a01e;
}

.page-search .block-facetapi.topic-filter.topic-filter-health-equity .title-bar {
  background-color: #ed1f7f;
}

.page-search .block-facetapi.topic-filter.topic-filter-health-equity .title-bar .label-checkbox-wrap {
  background: #b2015a;
}

.page-search .block-facetapi.topic-filter.topic-filter-health-equity .content .facetapi-facetapi-checkbox-links .leaf {
  color: #ed1f7f;
}

.page-search .block-facetapi.topic-filter.topic-filter-health-equity .content .style-checkbox {
  border: 1px solid #ed1f7f;
}

.page-search .block-facetapi.topic-filter.topic-filter-health-equity .content .style-checkbox.cchecked {
  background-color: #ed1f7f;
}

.page-search .block-facetapi.topic-filter.topic-filter-health-equity .content .facetapi-checkbox {
  color: #ed1f7f;
}

.page-search .block-facetapi.topic-filter.topic-filter-intergenerational .title-bar {
  background-color: #786452;
}

.page-search .block-facetapi.topic-filter.topic-filter-intergenerational .title-bar .label-checkbox-wrap {
  background: #5c4a3f;
}

.page-search .block-facetapi.topic-filter.topic-filter-intergenerational .content .facetapi-facetapi-checkbox-links .leaf {
  color: #786452;
}

.page-search .block-facetapi.topic-filter.topic-filter-intergenerational .content .style-checkbox {
  border: 1px solid #786452;
}

.page-search .block-facetapi.topic-filter.topic-filter-intergenerational .content .style-checkbox.cchecked {
  background-color: #786452;
}

.page-search .block-facetapi.topic-filter.topic-filter-intergenerational .content .facetapi-checkbox {
  color: #786452;
}

/**
 * experts pages
 */
.section-about-us #block-views-exp-team-members-block-1 .views-submit-button {
  display: none;
}

#main #content #charting__callout {
  margin-bottom: 0;
  border-bottom: none;
}

#charting__callout {
  color: #147398;
}

#charting__callout .charting__wrapper {
  margin: 7px 0 5px 0;
  background: #f0eeec url("../images/bg/small-corner.png") right bottom no-repeat;
  padding: 20px;
}

#charting__callout h2 {
  color: #1d4f74;
  font-size: 1.75em;
  line-height: 1.5em;
}

#charting__callout .charting__date {
  text-transform: uppercase;
}

#charting__callout .charting__date .field-label {
  text-align: right;
  font-weight: bold;
}

#charting__callout table {
  margin-top: 1em;
  margin-bottom: 1em;
}

#charting__callout table tbody {
  border-top: none;
}

#charting__callout table td {
  vertical-align: top;
  padding: 5px;
}

#charting__callout p {
  font-family: "Chronicle-Text-G1-Roman";
  color: #1d4f74;
}

#charting__callout .field-c-button a {
  margin-top: 1rem;
  padding: 1rem 5rem;
  font-size: 1rem;
  display: inline-block;
  background-color: #40b4e5;
  color: #fff;
  text-transform: uppercase;
}

#charting__callout .field-c-button a:hover {
  background-color: #147398;
}

.section-about-us #main #content {
  background-image: url(../images/patterns/new-pattern-balluns@2x.png);
  background-position-y: -400px;
}

#new__pq {
  margin-top: 0;
  color: #147398;
  background-color: #fff;
  border-left: 1px solid #dfdede;
  border-right: 1px solid #dfdede;
}

#new__pq .pq__wrapper {
  margin: 0 15px 0 15px;
  /*.quote {
			width: 45%;
		}
		.quote_left {
			float: left;
		}
		.quote_right {
			float: right;
		}*/
}

#new__pq .pq__wrapper .field-pq-name-1, #new__pq .pq__wrapper .field-pq-name-2, #new__pq .pq__wrapper .field-pq-title-1, #new__pq .pq__wrapper .field-pq-title-2 {
  text-transform: uppercase;
}

#new__pq .pq__wrapper .field-pq-name-1, #new__pq .pq__wrapper .field-pq-name-2 {
  font-size: 1.25rem;
}

#new__pq .pq__wrapper .field-pq-title-1, #new__pq .pq__wrapper .field-pq-title-2 {
  font-size: 1rem;
}

#new__pq .pq__wrapper .field-pq-photo-1, #new__pq .pq__wrapper .field-pq-photo-2 {
  float: left;
  margin-left: 5px;
  margin-right: 25px;
}

#new__pq .pq__wrapper table tbody {
  border-top: none;
}

#new__pq .pq__wrapper table td {
  vertical-align: top;
  padding: 15px;
}

#new__pq .pq__wrapper table td p {
  margin-bottom: 0;
}

#block-bean-sponsorship {
  background-color: #1d4f74;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Chronicle-Text-G1-Roman";
  font-size: 1.25rem;
}

#block-bean-sponsorship a {
  color: #fff;
  font-weight: normal;
}

#block-bean-sponsorship a:link {
  color: #fff;
}

.section-about-us #main #content .content-body .node-79 .body-wrapper {
  border-top: 1px dashed #dfdede;
}

h2.field-headline {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.bean-sponsorship .sponsors {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.bean-sponsorship .sponsors .sponsor_wrapper {
  display: inline;
  margin: 15px;
}

.bean-sponsorship .sponsors .sponsor_wrapper .sponsor {
  display: inline-block;
  width: 160px;
  /*background: #fff;*/
  padding: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rubrik-Medium";
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/*.bean-sponsorship .field-s-description {
	margin-top: 30px;
}*/
