/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
@import url("https://fonts.googleapis.com/css?family=Arvo");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* line 85, ../sass/_mixins.scss */
#block-constant-contact-2, .node-type-expert .field-name-field-organization, .group-funding-information {
  border: 1px solid #ece9e3;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Open Sans, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 183, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
}

/* line 187, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
}

/* line 190, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
}

/* line 193, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
}

/* line 196, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
}

/* line 199, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
}

/* line 203, ../sass/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arvo, sans-serif;
  line-height: 1.4;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* line 210, ../sass/_normalize.scss */
h1, h2, h3 {
  font-weight: 300;
}

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

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

/* Address styling not present in Safari 5 and Chrome. */
/* line 226, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 231, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 240, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 246, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 260, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 272, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 277, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 289, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 292, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 299, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 308, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 314, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 319, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 339, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 360, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 365, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 381, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 396, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 411, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 441, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 455, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 480, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 504, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Drupal-style form labels. */
/* line 526, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 534, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/* line 32, ../sass/layouts/_grid.scss */
.wrapper,
#page,
.user-menu-wrapper,
.header-wrapper,
.tier1-wrapper,
.tier2-wrapper,
.tier3-wrapper,
.tier4-wrapper,
.social-wrapper,
.footer-wrapper,
.node-type-project #main,
.node-type-expert #main,
.node-type-resource #main,
.node-type-news #main,
.page-search #main,
.page-contact #main {
  width: 100%;
}

/* line 39, ../sass/layouts/_grid.scss */
.hero,
.region-highlighted {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* line 47, ../sass/layouts/_grid.scss */
#header,
#main,
#navigation,
.region-user-menu,
.region-highlighted,
.region-content-bottom-1,
.region-content-bottom-2,
.region-content-bottom-3,
.region-postscript,
.region-social-media,
.footer-wrapper .container, .node-type-project #main .inner-wrap,
.node-type-expert #main .inner-wrap,
.node-type-resource #main .inner-wrap,
.node-type-news #main .inner-wrap,
.page-search #main .inner-wrap,
.page-contact #main .inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/* line 91, ../sass/layouts/_grid.scss */
body {
  width: 100%;
  *zoom: 1;
}
/* line 76, ../sass/layouts/_grid.scss */
body:before, body:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
body:after {
  clear: both;
}

/*
 * Page Layout
 */
/* line 17, ../sass/layouts/_layout.scss */
#header,
#main,
#navigation,
.region-user-menu,
.region-highlighted,
.region-content-bottom-1,
.region-content-bottom-2,
.region-content-bottom-3,
.region-postscript,
.region-social-media,
.footer-wrapper .container {
  *zoom: 1;
}
/* line 76, ../sass/layouts/_grid.scss */
#header:before, #header:after,
#main:before,
#main:after,
#navigation:before,
#navigation:after,
.region-user-menu:before,
.region-user-menu:after,
.region-highlighted:before,
.region-highlighted:after,
.region-content-bottom-1:before,
.region-content-bottom-1:after,
.region-content-bottom-2:before,
.region-content-bottom-2:after,
.region-content-bottom-3:before,
.region-content-bottom-3:after,
.region-postscript:before,
.region-postscript:after,
.region-social-media:before,
.region-social-media:after,
.footer-wrapper .container:before,
.footer-wrapper .container:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
#header:after,
#main:after,
#navigation:after,
.region-user-menu:after,
.region-highlighted:after,
.region-content-bottom-1:after,
.region-content-bottom-2:after,
.region-content-bottom-3:after,
.region-postscript:after,
.region-social-media:after,
.footer-wrapper .container:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  /* line 32, ../sass/layouts/_layout.scss */
  .region-footer-menu, .region-footer-menu-right
  .region-footer {
    padding: 0 12px;
  }
}

/* User Menu */
/* line 40, ../sass/layouts/_layout.scss */
.user-menu-wrapper {
  min-height: 50px;
  *zoom: 1;
}
/* line 76, ../sass/layouts/_grid.scss */
.user-menu-wrapper:before, .user-menu-wrapper:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
.user-menu-wrapper:after {
  clear: both;
}
@media screen and (max-width: 800px) {
  /* line 40, ../sass/layouts/_layout.scss */
  .user-menu-wrapper {
    max-height: 50px;
  }
}

/* line 48, ../sass/layouts/_layout.scss */
.region-user-menu {
  padding: 0.75em 0;
}
/* line 50, ../sass/layouts/_layout.scss */
.region-user-menu .block {
  margin-bottom: 0;
}

/* line 55, ../sass/layouts/_layout.scss */
.header-wrapper {
  *zoom: 1;
}
/* line 76, ../sass/layouts/_grid.scss */
.header-wrapper:before, .header-wrapper:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
.header-wrapper:after {
  clear: both;
}

@media screen and (max-width: 800px) {
  /* line 60, ../sass/layouts/_layout.scss */
  .header__logo {
    display: inline;
    float: left;
    padding: 0 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 800px) and (min-width: 480px) {
  /* line 60, ../sass/layouts/_layout.scss */
  .header__logo {
    width: 83.33333%;
  }
}

@media screen and (max-width: 938px) {
  /* line 70, ../sass/layouts/_layout.scss */
  .region-header .block-menu-block {
    display: inline;
    float: left;
    padding: 0 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-bottom: 0;
    padding-left: 0;
    width: auto;
  }
}
@media screen and (max-width: 938px) and (min-width: 480px) {
  /* line 70, ../sass/layouts/_layout.scss */
  .region-header .block-menu-block {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* line 70, ../sass/layouts/_layout.scss */
  .region-header .block-menu-block {
    float: left;
    padding-left: 15px;
  }
}
/* line 85, ../sass/layouts/_layout.scss */
.region-header .block-search {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 480px) {
  /* line 85, ../sass/layouts/_layout.scss */
  .region-header .block-search {
    width: 66.66667%;
  }
}
@media screen and (min-width: 939px) {
  /* line 85, ../sass/layouts/_layout.scss */
  .region-header .block-search {
    display: inline;
    float: left;
    padding: 0 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
}
@media screen and (min-width: 939px) and (min-width: 480px) {
  /* line 85, ../sass/layouts/_layout.scss */
  .region-header .block-search {
    width: 33.33333%;
  }
}

/* line 102, ../sass/layouts/_layout.scss */
nav.breadcrumb {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 2.5em 0 1.5em;
}
@media screen and (min-width: 480px) {
  /* line 102, ../sass/layouts/_layout.scss */
  nav.breadcrumb {
    width: 100%;
  }
}

/* line 112, ../sass/layouts/_layout.scss */
.content-header {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 112, ../sass/layouts/_layout.scss */
  .content-header {
    width: 100%;
  }
}

/* line 116, ../sass/layouts/_layout.scss */
#content {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 116, ../sass/layouts/_layout.scss */
  #content {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  /* line 116, ../sass/layouts/_layout.scss */
  #content {
    left: 0%;
    position: relative;
  }
}

/* line 121, ../sass/layouts/_layout.scss */
.no-sidebars #content {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 121, ../sass/layouts/_layout.scss */
  .no-sidebars #content {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  /* line 121, ../sass/layouts/_layout.scss */
  .no-sidebars #content {
    left: 0%;
    position: relative;
  }
}

/* line 126, ../sass/layouts/_layout.scss */
.sidebar-second #content {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 126, ../sass/layouts/_layout.scss */
  .sidebar-second #content {
    width: 66.66667%;
  }
}
@media screen and (min-width: 480px) {
  /* line 126, ../sass/layouts/_layout.scss */
  .sidebar-second #content {
    left: 0%;
    position: relative;
  }
}

/* line 131, ../sass/layouts/_layout.scss */
.sidebar-first #content {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 131, ../sass/layouts/_layout.scss */
  .sidebar-first #content {
    width: 66.66667%;
  }
}
@media screen and (min-width: 480px) {
  /* line 131, ../sass/layouts/_layout.scss */
  .sidebar-first #content {
    left: 33.33333%;
    position: relative;
  }
}

/* line 136, ../sass/layouts/_layout.scss */
.region-sidebar-first {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 136, ../sass/layouts/_layout.scss */
  .region-sidebar-first {
    width: 33.33333%;
  }
}
@media screen and (min-width: 480px) {
  /* line 136, ../sass/layouts/_layout.scss */
  .region-sidebar-first {
    left: -66.66667%;
    position: relative;
  }
}

/* line 141, ../sass/layouts/_layout.scss */
.region-sidebar-second {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 141, ../sass/layouts/_layout.scss */
  .region-sidebar-second {
    width: 33.33333%;
  }
}

/* line 146, ../sass/layouts/_layout.scss */
.footer-wrapper .region-footer-menu {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}
@media screen and (min-width: 480px) {
  /* line 146, ../sass/layouts/_layout.scss */
  .footer-wrapper .region-footer-menu {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  /* line 146, ../sass/layouts/_layout.scss */
  .footer-wrapper .region-footer-menu {
    display: inline;
    float: left;
    padding: 0 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) and (min-width: 480px) {
  /* line 146, ../sass/layouts/_layout.scss */
  .footer-wrapper .region-footer-menu {
    width: 100%;
  }
}

/* line 154, ../sass/layouts/_layout.scss */
.footer-wrapper .region-footer-menu-right {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}
@media screen and (min-width: 480px) {
  /* line 154, ../sass/layouts/_layout.scss */
  .footer-wrapper .region-footer-menu-right {
    width: 41.66667%;
  }
}
@media screen and (max-width: 480px) {
  /* line 154, ../sass/layouts/_layout.scss */
  .footer-wrapper .region-footer-menu-right {
    display: inline;
    float: left;
    padding: 0 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) and (min-width: 480px) {
  /* line 154, ../sass/layouts/_layout.scss */
  .footer-wrapper .region-footer-menu-right {
    width: 100%;
  }
}

/* line 161, ../sass/layouts/_layout.scss */
.footer-wrapper .footer-logo-wrapper {
  text-align: right;
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}
@media screen and (min-width: 480px) {
  /* line 161, ../sass/layouts/_layout.scss */
  .footer-wrapper .footer-logo-wrapper {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  /* line 161, ../sass/layouts/_layout.scss */
  .footer-wrapper .footer-logo-wrapper {
    width: 100%;
    text-align: center;
    padding: 1em;
    margin-top: 1em;
  }
  /* line 170, ../sass/layouts/_layout.scss */
  .footer-wrapper .footer-logo-wrapper .logo-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

/*
 * Products, Projects, Resources and Search have a unique structure. Overriding default structure in these instances.
 */
/* line 192, ../sass/layouts/_layout.scss */
.node-type-project #main,
.node-type-expert #main,
.node-type-resource #main,
.node-type-news #main,
.page-search #main,
.page-contact #main {
  max-width: 100%;
}
/* line 196, ../sass/layouts/_layout.scss */
.node-type-project #main .page-heading,
.node-type-expert #main .page-heading,
.node-type-resource #main .page-heading,
.node-type-news #main .page-heading,
.page-search #main .page-heading,
.page-contact #main .page-heading {
  padding-bottom: 2em;
  *zoom: 1;
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 76, ../sass/layouts/_grid.scss */
.node-type-project #main .page-heading:before, .node-type-project #main .page-heading:after,
.node-type-expert #main .page-heading:before,
.node-type-expert #main .page-heading:after,
.node-type-resource #main .page-heading:before,
.node-type-resource #main .page-heading:after,
.node-type-news #main .page-heading:before,
.node-type-news #main .page-heading:after,
.page-search #main .page-heading:before,
.page-search #main .page-heading:after,
.page-contact #main .page-heading:before,
.page-contact #main .page-heading:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
.node-type-project #main .page-heading:after,
.node-type-expert #main .page-heading:after,
.node-type-resource #main .page-heading:after,
.node-type-news #main .page-heading:after,
.page-search #main .page-heading:after,
.page-contact #main .page-heading:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  /* line 196, ../sass/layouts/_layout.scss */
  .node-type-project #main .page-heading,
  .node-type-expert #main .page-heading,
  .node-type-resource #main .page-heading,
  .node-type-news #main .page-heading,
  .page-search #main .page-heading,
  .page-contact #main .page-heading {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  /* line 196, ../sass/layouts/_layout.scss */
  .node-type-project #main .page-heading,
  .node-type-expert #main .page-heading,
  .node-type-resource #main .page-heading,
  .node-type-news #main .page-heading,
  .page-search #main .page-heading,
  .page-contact #main .page-heading {
    left: 0%;
    position: relative;
  }
}
/* line 202, ../sass/layouts/_layout.scss */
.node-type-project #main .page-content,
.node-type-expert #main .page-content,
.node-type-resource #main .page-content,
.node-type-news #main .page-content,
.page-search #main .page-content,
.page-contact #main .page-content {
  padding: 1.5em 0;
  *zoom: 1;
}
/* line 76, ../sass/layouts/_grid.scss */
.node-type-project #main .page-content:before, .node-type-project #main .page-content:after,
.node-type-expert #main .page-content:before,
.node-type-expert #main .page-content:after,
.node-type-resource #main .page-content:before,
.node-type-resource #main .page-content:after,
.node-type-news #main .page-content:before,
.node-type-news #main .page-content:after,
.page-search #main .page-content:before,
.page-search #main .page-content:after,
.page-contact #main .page-content:before,
.page-contact #main .page-content:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
.node-type-project #main .page-content:after,
.node-type-expert #main .page-content:after,
.node-type-resource #main .page-content:after,
.node-type-news #main .page-content:after,
.page-search #main .page-content:after,
.page-contact #main .page-content:after {
  clear: both;
}

/* line 212, ../sass/layouts/_layout.scss */
.panels-flexible-region-new-center {
  width: 100%;
}

/**
 * Layouts for pages with inpage nav sidebar.
 */
/* line 220, ../sass/layouts/_layout.scss */
.inpage-sidebar-left {
  width: 30%;
}
@media screen and (max-width: 800px) {
  /* line 220, ../sass/layouts/_layout.scss */
  .inpage-sidebar-left {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  /* line 220, ../sass/layouts/_layout.scss */
  .inpage-sidebar-left {
    display: none;
  }
}

/* line 230, ../sass/layouts/_layout.scss */
.inpage-content {
  width: 70%;
}
@media screen and (max-width: 800px) {
  /* line 230, ../sass/layouts/_layout.scss */
  .inpage-content {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  /* line 230, ../sass/layouts/_layout.scss */
  .inpage-content {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  /* line 242, ../sass/layouts/_layout.scss */
  .sidebar-second .inner-wrap {
    padding-left: 12px;
  }
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
  padding-top: 1em;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  /* line 81, ../sass/components/_misc.scss */
  .header__logo {
    padding: 1em;
  }
}

/* Logo image. */
/* line 93, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 98, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 103, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 110, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 116, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 123, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 128, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 133, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 141, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 145, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 155, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 161, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 175, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 179, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 190, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0 0 1em 0;
}

/**
 * Messages.
 */
/* line 202, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 217, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 226, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 236, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 239, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 244, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 249, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 254, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 259, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 270, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}
/* line 76, ../sass/layouts/_grid.scss */
.tabs-primary:before, .tabs-secondary:before, .tabs-primary:after, .tabs-secondary:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
.tabs-primary:after, .tabs-secondary:after {
  clear: both;
}

/* line 280, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 284, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 297, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 306, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 312, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 322, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 326, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 350, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 356, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 363, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 377, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 405, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 409, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 417, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 424, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 427, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 430, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 445, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 450, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 457, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 467, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 477, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 484, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 491, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 498, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 507, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 516, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 528, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 556, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 561, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 567, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 570, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 577, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 587, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 591, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 598, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 604, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 611, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 618, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 624, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 629, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 635, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 640, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 646, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 658, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 664, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 668, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 673, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 681, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 686, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 689, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 693, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 699, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 714, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 719, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 725, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 736, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 747, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 756, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 763, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 775, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 778, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 781, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 790, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 799, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 802, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 808, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1486407275');
}

/* line 815, ../sass/components/_misc.scss */
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
}

/* line 822, ../sass/components/_misc.scss */
.white {
  color: white;
}

/* line 826, ../sass/components/_misc.scss */
.caps {
  text-transform: uppercase;
}

/* line 830, ../sass/components/_misc.scss */
.bottom-35em {
  padding-bottom: 3.5em;
}

/**
 * .box
 *
 * Creates a white box with a border.  box-panels & box-views variants allow panels/views content to be places
 * in a box without template changes.
 */
/* line 8, ../sass/components/_box.scss */
.box, #block-bean-sidebar-node-content > article > div.field, #node_project_sidebar_node_content_group_funding_information, .node-type-cphlr-program article, .page-404 .page-content, .node-type-news .region-sidebar-second .block-views, .page-search .view-content, .box-panels .pane-content, .box-views .view-content {
  background-color: white;
  border: 2px solid #ece9e3;
  padding: 1em 1.5em;
  margin-bottom: 0.25em;
  *zoom: 1;
}
/* line 76, ../sass/layouts/_grid.scss */
.box:before, #block-bean-sidebar-node-content > article > div.field:before, #node_project_sidebar_node_content_group_funding_information:before, .node-type-cphlr-program article:before, .page-404 .page-content:before, .node-type-news .region-sidebar-second .block-views:before, .page-search .view-content:before, .box:after, #block-bean-sidebar-node-content > article > div.field:after, #node_project_sidebar_node_content_group_funding_information:after, .node-type-cphlr-program article:after, .page-404 .page-content:after, .node-type-news .region-sidebar-second .block-views:after, .page-search .view-content:after, .box-panels .pane-content:before, .box-panels .pane-content:after, .box-views .view-content:before, .box-views .view-content:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
.box:after, #block-bean-sidebar-node-content > article > div.field:after, #node_project_sidebar_node_content_group_funding_information:after, .node-type-cphlr-program article:after, .page-404 .page-content:after, .node-type-news .region-sidebar-second .block-views:after, .page-search .view-content:after, .box-panels .pane-content:after, .box-views .view-content:after {
  clear: both;
}
/* line 15, ../sass/components/_box.scss */
.box .block-title, #block-bean-sidebar-node-content > article > div.field .block-title, #node_project_sidebar_node_content_group_funding_information .block-title, .node-type-cphlr-program article .block-title, .page-404 .page-content .block-title, .node-type-news .region-sidebar-second .block-views .block-title, .page-search .view-content .block-title, .box-panels .pane-content .block-title, .box-views .view-content .block-title {
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
}
/* line 22, ../sass/components/_box.scss */
.box .views-field, #block-bean-sidebar-node-content > article > div.field .views-field, #node_project_sidebar_node_content_group_funding_information .views-field, .node-type-cphlr-program article .views-field, .page-404 .page-content .views-field, .node-type-news .region-sidebar-second .block-views .views-field, .page-search .view-content .views-field, .box-panels .pane-content .views-field, .box-views .view-content .views-field {
  padding-bottom: 0.5em;
}

/* line 28, ../sass/components/_box.scss */
.box-offset-button {
  margin-bottom: 3em;
}

/* line 32, ../sass/components/_box.scss */
.box-gray, #block-views-phlr-evidence-field-block-2, #block-views-phlr-evidence-field-block-3, #block-views-phlr-evidence-field-block-4 {
  color: white;
  background-color: #858e95;
  padding: 1em;
}

/* line 38, ../sass/components/_box.scss */
.box-title, .box .block-title, #block-bean-sidebar-node-content > article > div.field .block-title, #node_project_sidebar_node_content_group_funding_information .block-title, .node-type-cphlr-program article .block-title, .page-404 .page-content .block-title, .node-type-news .region-sidebar-second .block-views .block-title, .page-search .view-content .block-title, .box-panels .pane-content .block-title, .box-views .view-content .block-title, .node-type-resource .region-sidebar-second .node-expert h2, .node-type-expert .region-sidebar-second .node-expert h2, .node-type-project .region-sidebar-second .node-expert h2, .node-type-product .region-sidebar-second .field-name-field-expert h2, .node-type-project .region-sidebar-second .field-name-field-expert h2 {
  font-size: 18.72px;
}

/* line 42, ../sass/components/_box.scss */
.box-title-black, .box .block-title, #block-bean-sidebar-node-content > article > div.field .block-title, #node_project_sidebar_node_content_group_funding_information .block-title, .node-type-cphlr-program article .block-title, .page-404 .page-content .block-title, .node-type-news .region-sidebar-second .block-views .block-title, .page-search .view-content .block-title, .box-panels .pane-content .block-title, .box-views .view-content .block-title, .node-type-resource .region-sidebar-second .node-expert h2, .node-type-expert .region-sidebar-second .node-expert h2, .node-type-project .region-sidebar-second .node-expert h2, .node-type-product .region-sidebar-second .field-name-field-expert h2, .node-type-project .region-sidebar-second .field-name-field-expert h2 {
  color: black;
}

/* line 49, ../sass/components/_box.scss */
#block-views-phlr-evidence-field-block-2 .views-field, #block-views-phlr-evidence-field-block-3 .views-field, #block-views-phlr-evidence-field-block-4 .views-field {
  padding-bottom: 0;
}

/* line 1, ../sass/components/_button.scss */
.btn, .slide-link a, .textbook-content .textbook-button {
  display: inline-block;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arvo, sans-serif;
}
/* line 9, ../sass/components/_button.scss */
.btn a, .slide-link a a, .textbook-content .textbook-button a {
  display: block;
  width: 100%;
}

/* line 15, ../sass/components/_button.scss */
.btn-red, .btn-red:link, .btn-red:visited {
  background-color: #981E31;
  color: white;
}
/* line 19, ../sass/components/_button.scss */
.btn-red a, .btn-red a:link, .btn-red a:visited, .btn-red:link a, .btn-red:link a:link, .btn-red:link a:visited, .btn-red:visited a, .btn-red:visited a:link, .btn-red:visited a:visited {
  color: white;
}

/* line 24, ../sass/components/_button.scss */
.btn-caps {
  text-transform: uppercase !important;
}

/* line 28, ../sass/components/_button.scss */
.btn-med-text {
  font-size: 1.5em;
}

/* line 32, ../sass/components/_button.scss */
.btn-extra-margin {
  margin: 0 0.25em;
}
@media screen and (max-width: 480px) {
  /* line 32, ../sass/components/_button.scss */
  .btn-extra-margin {
    margin-top: 1em;
  }
  /* line 37, ../sass/components/_button.scss */
  .btn-extra-margin:first-child {
    margin-top: 0;
  }
}

/* line 43, ../sass/components/_button.scss */
.btn-vertical-margin {
  margin-top: 0em;
  margin-bottom: 0.5em;
}

/* line 48, ../sass/components/_button.scss */
.btn-centered {
  text-align: center;
}

/* line 52, ../sass/components/_button.scss */
.btn-100pct {
  width: 100%;
  padding: 0.6em 0.6em;
}

/* line 57, ../sass/components/_button.scss */
.btn-yellow, .slide-link a, .textbook-content .textbook-button, .btn-yellow:link, .slide-link a:link, .textbook-content .textbook-button:link, .btn-yellow:visited, .slide-link a:visited, .textbook-content .textbook-button:visited {
  background-color: #FBB224;
  color: white;
}
/* line 61, ../sass/components/_button.scss */
.btn-yellow a, .slide-link a a, .textbook-content .textbook-button a, .btn-yellow a:link, .slide-link a a:link, .textbook-content .textbook-button a:link, .btn-yellow a:visited, .slide-link a a:visited, .textbook-content .textbook-button a:visited, .btn-yellow:link a, .slide-link a:link a, .textbook-content .textbook-button:link a, .btn-yellow:link a:link, .slide-link a:link a:link, .textbook-content .textbook-button:link a:link, .btn-yellow:link a:visited, .slide-link a:link a:visited, .textbook-content .textbook-button:link a:visited, .btn-yellow:visited a, .slide-link a:visited a, .textbook-content .textbook-button:visited a, .btn-yellow:visited a:link, .slide-link a:visited a:link, .textbook-content .textbook-button:visited a:link, .btn-yellow:visited a:visited, .slide-link a:visited a:visited, .textbook-content .textbook-button:visited a:visited {
  color: white;
}

/* line 66, ../sass/components/_button.scss */
.btn-offset {
  position: absolute;
  right: 40px;
  text-transform: capitalize;
}

/* line 72, ../sass/components/_button.scss */
.btn-offset-outside {
  position: relative;
  right: 40px;
  top: -2em;
  float: right;
}

/* line 79, ../sass/components/_button.scss */
.btn-wrapper {
  margin-top: 1em;
}

/* line 83, ../sass/components/_button.scss */
.btn-right {
  position: relative;
  right: 40px;
  text-transform: capitalize;
  float: right;
}

/* line 90, ../sass/components/_button.scss */
.btn-capitalize {
  text-transform: capitalize;
}
/* line 92, ../sass/components/_button.scss */
.btn-capitalize a {
  text-transform: capitalize;
}

/* line 97, ../sass/components/_button.scss */
.btn-top-margin {
  margin-top: 1em;
}

/* line 101, ../sass/components/_button.scss */
.btn-more-padding {
  padding: 0.5em 3em;
}

/* line 105, ../sass/components/_button.scss */
.btn-arrow:after {
  content: '\f105';
  padding-left: 25px;
  font-size: 1.5em;
  font-family: FontAwesome;
  vertical-align: text-bottom;
}

/* line 113, ../sass/components/_button.scss */
.arrow:after {
  content: '\f105';
  padding-left: 25px;
  font-size: 1.5em;
  line-height: 1.4em;
  font-family: FontAwesome;
  color: white;
  vertical-align: baseline;
}

/* line 1, ../sass/components/_content.scss */
.content-centered {
  text-align: center;
}

/* line 5, ../sass/components/_content.scss */
.contact-wrapper {
  max-width: 100%;
  background-color: #A51D37;
  padding: 3.5px 0px;
  margin-bottom: 4.1em;
  color: white;
  box-shadow: 0px 4px 8px #BFBEBE;
  background-image: url("../images/plus-signs.png");
  background-repeat: no-repeat;
  background-position: center right;
}
/* line 16, ../sass/components/_content.scss */
.contact-wrapper .container {
  margin-top: 15px;
}
/* line 20, ../sass/components/_content.scss */
.contact-wrapper .btn-arrow {
  color: white;
}

/* line 26, ../sass/components/_content.scss */
.contact-cphlr span.arrow {
  color: white;
  margin-top: 0.5em;
  font-size: 1.5em;
  font-family: Arvo;
}

/* line 36, ../sass/components/_content.scss */
.panel-top-spacing {
  padding-top: 2.5em;
}

/* line 41, ../sass/components/_content.scss */
.pane-content p:first-child {
  margin-top: 0;
}
/* line 45, ../sass/components/_content.scss */
.pane-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  /* line 50, ../sass/components/_content.scss */
  .mobile-extra-bottom-margin {
    margin-bottom: 2em;
  }
}

/* line 1, ../sass/components/_title.scss */
.title-black, .title-black .pane-title {
  color: black;
}

/* line 6, ../sass/components/_title.scss */
.link-black a, .link-black a:link, .link-black a:visited {
  color: black;
}

/* line 11, ../sass/components/_title.scss */
.title-centered {
  text-align: center !important;
}
/* line 14, ../sass/components/_title.scss */
.title-centered div {
  text-align: left;
}
/* line 18, ../sass/components/_title.scss */
.title-centered p {
  text-align: left;
}

/* line 23, ../sass/components/_title.scss */
.title-underline .pane-title {
  display: inline-block;
  padding: 0 1em;
  text-transform: uppercase;
  border-bottom: 2px solid #ece9e3;
}

/* line 31, ../sass/components/_title.scss */
.title-caps .pane-title {
  text-transform: uppercase;
}

/* line 36, ../sass/components/_title.scss */
.title-top-margin h1, .title-top-margin h2 {
  margin-top: 1em;
}

/* line 41, ../sass/components/_title.scss */
.box-panels-red-title {
  margin-top: 4.5em;
}
/* line 44, ../sass/components/_title.scss */
.box-panels-red-title h2, .box-panels-red-title h2.pane-title {
  background-color: #981E31;
  color: white;
  right: 0;
  padding: 1em 2em;
  margin-bottom: 0;
  font-size: 1.1em;
  box-sizing: border-box;
  font-family: 'Arvo', serif;
  text-transform: capitalize;
  width: 100%;
}

/* line 59, ../sass/components/_title.scss */
h1.page__title {
  text-align: center;
  margin-top: 1em;
  display: inline-block;
  padding: 0 1em;
  border-bottom: 2px solid #ece9e3;
  text-transform: uppercase;
}

/* line 69, ../sass/components/_title.scss */
h2, h2.pane-title {
  font-size: 2.14em;
  font-family: Arvo;
}

/* line 74, ../sass/components/_title.scss */
.title-smaller .pane-title {
  font-size: 1.5em;
}

/* line 78, ../sass/components/_title.scss */
.title-left .pane-title {
  text-align: left;
}

/* line 84, ../sass/components/_title.scss */
.panel-title-hidden .pane-title {
  display: none;
}

/* line 1, ../sass/components/_grid.scss */
.grid {
  text-align: center;
  padding-bottom: 6em;
}
/* line 6, ../sass/components/_grid.scss */
.grid .view-content {
  *zoom: 1;
}
/* line 76, ../sass/layouts/_grid.scss */
.grid .view-content:before, .grid .view-content:after {
  content: "";
  display: table;
}
/* line 81, ../sass/layouts/_grid.scss */
.grid .view-content:after {
  clear: both;
}
/* line 10, ../sass/components/_grid.scss */
.grid .grid-container {
  margin-left: -12px;
  margin-right: -12px;
}
/* line 15, ../sass/components/_grid.scss */
.grid .grid-container .grid-item {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  height: 260px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  /* line 15, ../sass/components/_grid.scss */
  .grid .grid-container .grid-item {
    width: 50%;
  }
}
/* line 22, ../sass/components/_grid.scss */
.grid .grid-container .grid-item div {
  height: 100%;
  max-width: 100%;
}
/* line 27, ../sass/components/_grid.scss */
.grid .grid-container .grid-item a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 6%;
}
/* line 37, ../sass/components/_grid.scss */
.grid .grid-container .grid-item-inner {
  font-weight: bold;
  vertical-align: middle;
}
/* line 42, ../sass/components/_grid.scss */
.grid .grid-container .grid-item-4 {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arvo, sans-serif;
}
@media screen and (min-width: 480px) {
  /* line 42, ../sass/components/_grid.scss */
  .grid .grid-container .grid-item-4 {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  /* line 42, ../sass/components/_grid.scss */
  .grid .grid-container .grid-item-4 {
    display: inline;
    float: left;
    padding: 0 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) and (min-width: 480px) {
  /* line 42, ../sass/components/_grid.scss */
  .grid .grid-container .grid-item-4 {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  /* line 42, ../sass/components/_grid.scss */
  .grid .grid-container .grid-item-4 {
    display: inline;
    float: left;
    padding: 0 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) and (min-width: 480px) {
  /* line 42, ../sass/components/_grid.scss */
  .grid .grid-container .grid-item-4 {
    width: 100%;
  }
}

/* line 55, ../sass/components/_grid.scss */
.grid .grid-container .grid-item-4 div {
  margin: 1% 1%;
}
/* line 58, ../sass/components/_grid.scss */
.grid .grid-container .grid-item-4 a {
  display: block;
  min-height: 200px;
  width: 100%;
  padding: 6%;
  box-sizing: border-box;
  padding-top: 20px;
}
/* line 72, ../sass/components/_grid.scss */
.grid .grid-item-red, .grid .grid-item-red a {
  background-color: #ee1d36;
  color: white;
}
/* line 77, ../sass/components/_grid.scss */
.grid .grid-item-yellow, .grid .grid-item-yellow a {
  background-color: #FBB224;
  color: white;
}
/* line 82, ../sass/components/_grid.scss */
.grid .grid-item-gray > div, .grid .grid-item-gray a {
  background-color: #a7aeb3;
  color: white;
  font-weight: bold;
}
/* line 88, ../sass/components/_grid.scss */
.grid .grid-item-white > div, .grid .grid-item-white a {
  background-color: white;
  color: black;
}
/* line 93, ../sass/components/_grid.scss */
.grid .grid-item-border > div {
  border: 1px solid #ece9e3;
}

/* line 98, ../sass/components/_grid.scss */
.grid-item-icon {
  text-align: center !important;
}
/* line 100, ../sass/components/_grid.scss */
.grid-item-icon a:before {
  content: '\f059';
  font-family: FontAwesome;
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
  font-size: 150%;
  font-weight: 100;
}

/* line 111, ../sass/components/_grid.scss */
.grid-item-center {
  text-align: center;
}

/* line 116, ../sass/components/_grid.scss */
.grid-vcenter .grid .grid-container .grid-item, .grid-vcenter .grid .grid-container .grid-item-4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: table !important;
  text-align: center;
}
/* line 122, ../sass/components/_grid.scss */
.grid-vcenter .grid .grid-container .grid-item a, .grid-vcenter .grid .grid-container .grid-item-4 a {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1em;
}

/* line 130, ../sass/components/_grid.scss */
.separator {
  border-bottom: 2px solid #ece9e3;
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

/* line 139, ../sass/components/_grid.scss */
.grid-item-yellow-accent a {
  position: relative;
}
/* line 142, ../sass/components/_grid.scss */
.grid-item-yellow-accent a:before {
  display: block;
  width: 100%;
  content: '';
  border-top: 4px solid #FBB224;
  padding-bottom: 0.5em;
}

/* line 152, ../sass/components/_grid.scss */
.grid-item-large-text {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 600;
  font-family: Arvo, sans-serif;
}
/* line 158, ../sass/components/_grid.scss */
.grid-item-large-text a {
  padding-left: 10%;
  padding-right: 10%;
}

/* line 164, ../sass/components/_grid.scss */
.topic-grid-item a {
  font-size: 1.25em;
}

/* line 1, ../sass/components/_list.scss */
.inline-list {
  text-align: center;
}
/* line 3, ../sass/components/_list.scss */
.inline-list ul {
  margin-top: 0;
  margin-bottom: 0.5em;
}
/* line 8, ../sass/components/_list.scss */
.inline-list li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
  margin-top: 0.5em;
}
/* line 14, ../sass/components/_list.scss */
.inline-list li a {
  color: black;
  font-size: 1.3em;
}

/* line 1, ../sass/components/_slide.scss */
.slide-img {
  width: 100%;
  height: 35em;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 8, ../sass/components/_slide.scss */
.slide-content-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* line 14, ../sass/components/_slide.scss */
.slide-content {
  background-color: rgba(0, 0, 0, 0.8);
  width: 40%;
  position: relative;
  left: 0.5em;
  top: 12em;
  height: 12em;
  padding: 2em;
  color: white;
}
@media screen and (max-width: 800px) {
  /* line 14, ../sass/components/_slide.scss */
  .slide-content {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  /* line 14, ../sass/components/_slide.scss */
  .slide-content {
    width: 80%;
  }
}
/* line 32, ../sass/components/_slide.scss */
.slide-content .slide-content-inner {
  height: 100%;
  overflow: hidden;
}
/* line 36, ../sass/components/_slide.scss */
.slide-content .slide-content-inner .slide-body .field-type-text-with-summary > .field-items > .field-item > p {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2em;
  margin: -1.3em 0;
  font-family: Open Sans, sans-serif;
}
/* line 46, ../sass/components/_slide.scss */
.slide-content h2 {
  line-height: 1.2;
  padding-bottom: 1em;
}
/* line 49, ../sass/components/_slide.scss */
.slide-content h2 a {
  color: white;
}

/* line 56, ../sass/components/_slide.scss */
.slide-link {
  display: inline-block;
  z-index: 100;
  float: right;
  position: relative;
  top: 5px;
}
/* line 62, ../sass/components/_slide.scss */
.slide-link a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0.4em 1.5em;
}

/* line 73, ../sass/components/_slide.scss */
.front .region-highlighted-wrapper {
  top: -125px;
}

/* line 1, ../sass/components/_text.scss */
.text-bold {
  font-weight: bold;
}

/* line 5, ../sass/components/_text.scss */
.text-black {
  color: black;
}

/* line 9, ../sass/components/_text.scss */
.text-spaced {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* line 15, ../sass/components/_text.scss */
.attribution {
  color: #adadad;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
}
/* line 16, ../sass/components/_text.scss */
.attribution div {
  display: inline;
}

/* line 26, ../sass/components/_text.scss */
.links-white a, .links-white a:link, .links-white a:visited {
  color: white;
}

/* line 32, ../sass/components/_text.scss */
.text-sans, .region-sidebar-second, .region-sidebar-second h3.box-title, .region-sidebar-second .box h3.block-title, .box .region-sidebar-second h3.block-title, .region-sidebar-second #block-bean-sidebar-node-content > article > div.field h3.block-title, #block-bean-sidebar-node-content > article > div.field .region-sidebar-second h3.block-title, .region-sidebar-second #node_project_sidebar_node_content_group_funding_information h3.block-title, #node_project_sidebar_node_content_group_funding_information .region-sidebar-second h3.block-title, .region-sidebar-second .node-type-cphlr-program article h3.block-title, .node-type-cphlr-program article .region-sidebar-second h3.block-title, .region-sidebar-second .page-404 .page-content h3.block-title, .page-404 .page-content .region-sidebar-second h3.block-title, .node-type-news .region-sidebar-second .block-views h3.block-title, .region-sidebar-second .page-search .view-content h3.block-title, .page-search .view-content .region-sidebar-second h3.block-title, .region-sidebar-second .box-panels .pane-content h3.block-title, .box-panels .pane-content .region-sidebar-second h3.block-title, .region-sidebar-second .box-views .view-content h3.block-title, .box-views .view-content .region-sidebar-second h3.block-title {
  font-family: Open Sans, sans-serif;
}

/* line 39, ../sass/components/_text.scss */
.view-cphlr-latest-research > .view-content > .views-row .attribution {
  font-size: 1em;
  font-family: Open Sans, sans-serif;
}
/* line 46, ../sass/components/_text.scss */
.view-cphlr-latest-research > .view-content > .views-row .views-field-title .research-title {
  margin-bottom: 0em;
}
/* line 50, ../sass/components/_text.scss */
.view-cphlr-latest-research > .view-content > .views-row .views-field-title a {
  color: black;
}

/* line 56, ../sass/components/_text.scss */
.topics-promo-text {
  font-size: 1em;
  font-family: Open Sans, sans-serif;
  margin-bottom: 2px;
  font-weight: 300;
}

/* line 1, ../sass/components/_columns.scss */
.col {
  box-sizing: border-box;
  float: left;
  padding: 1em;
}

/* line 7, ../sass/components/_columns.scss */
.col-40 {
  width: 40%;
}
@media screen and (max-width: 800px) {
  /* line 7, ../sass/components/_columns.scss */
  .col-40 {
    width: 100%;
  }
}

/* line 15, ../sass/components/_columns.scss */
.col-60 {
  width: 60%;
}
@media screen and (max-width: 800px) {
  /* line 15, ../sass/components/_columns.scss */
  .col-60 {
    width: 100%;
  }
}

/* line 22, ../sass/components/_columns.scss */
.rightcol {
  /*
   * Neutralized custom term ref display styling.
   */
}
/* line 23, ../sass/components/_columns.scss */
.rightcol .field, .rightcol .field div, .rightcol .field-label {
  display: inline;
}
/* line 27, ../sass/components/_columns.scss */
.rightcol .field-label {
  font-weight: bold;
}
/* line 31, ../sass/components/_columns.scss */
.rightcol .field {
  margin-bottom: 1em;
}
/* line 38, ../sass/components/_columns.scss */
.rightcol .field-type-taxonomy-term-reference {
  clear: none;
}
/* line 40, ../sass/components/_columns.scss */
.rightcol .field-type-taxonomy-term-reference .field-label, .rightcol .field-type-taxonomy-term-reference .field-items, .rightcol .field-type-taxonomy-term-reference .field-item {
  display: inline;
}

/* line 47, ../sass/components/_columns.scss */
.float-right {
  float: right;
}

/* line 51, ../sass/components/_columns.scss */
.float-left {
  float: left;
}

/* line 55, ../sass/components/_columns.scss */
.col-50 {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 55, ../sass/components/_columns.scss */
  .col-50 {
    width: 50%;
  }
}

/* line 59, ../sass/components/_columns.scss */
.col-25 {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 59, ../sass/components/_columns.scss */
  .col-25 {
    width: 25%;
  }
}

/* line 1, ../sass/components/_background.scss */
.background-gray {
  background-color: #f9f9f9;
}

/* line 2, ../sass/components/_header.scss */
header#header {
  z-index: 3;
  max-width: 960px;
  position: relative;
  font-family: Arvo, sans-serif;
  background-color: transparent;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

/* line 13, ../sass/components/_header.scss */
.logo-wrapper {
  height: 150px;
  box-sizing: border-box;
  float: left;
  width: 41%;
  padding-right: 100px;
}
/* line 21, ../sass/components/_header.scss */
.logo-wrapper .logo-bg {
  height: 150px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}

/* line 30, ../sass/components/_header.scss */
.header-background {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  background-color: transparent;
  height: 150px;
}

/* line 41, ../sass/components/_header.scss */
.admin-menu .header-background {
  top: 21px;
}

/* line 45, ../sass/components/_header.scss */
.menu-wrapper {
  background-color: transparent;
  width: 59%;
  float: left;
}
/* line 50, ../sass/components/_header.scss */
.menu-wrapper:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 150px solid white;
  border-right: 150px solid transparent;
  margin-left: -100px;
  float: left;
  position: absolute;
}

/* line 64, ../sass/components/_header.scss */
.usermenu-bg {
  background-color: #981E31;
  height: 50px;
}
/* line 68, ../sass/components/_header.scss */
.usermenu-bg:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 50px solid #981E31;
  border-left: 50px solid white;
  float: left;
}

/* line 79, ../sass/components/_header.scss */
.mainmenu-bg {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100px;
  width: 100%;
  display: table;
  text-transform: uppercase;
}
/* line 87, ../sass/components/_header.scss */
.mainmenu-bg:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 100px solid rgba(0, 0, 0, 0.7);
  border-left: 100px solid white;
  margin-left: -100px;
  float: left;
}
/* line 98, ../sass/components/_header.scss */
.mainmenu-bg > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* line 105, ../sass/components/_header.scss */
.menu-inner {
  max-width: 603.84px;
}

/* line 110, ../sass/components/_header.scss */
h2 {
  font-size: 1.5em;
  font-family: Arvo;
}

/* line 115, ../sass/components/_header.scss */
.breadcrumb {
  margin-top: 1em;
  padding: 0 .75em;
}

/* line 121, ../sass/components/_header.scss */
.logo-content-wrapper {
  height: 150px;
  box-sizing: border-box;
  float: left;
  width: 25%;
}
@media screen and (max-width: 960px) {
  /* line 121, ../sass/components/_header.scss */
  .logo-content-wrapper {
    padding-left: 1em;
  }
}
@media screen and (max-width: 800px) {
  /* line 121, ../sass/components/_header.scss */
  .logo-content-wrapper {
    width: 50%;
    height: 151px;
    background-color: white;
  }
}

/* line 138, ../sass/components/_header.scss */
.primary-nav-wrapper {
  float: right;
  padding-top: 1.25em;
}

/* line 143, ../sass/components/_header.scss */
.menu-content-wrapper {
  float: left;
  width: 75%;
  height: 150px;
}
@media screen and (max-width: 800px) {
  /* line 143, ../sass/components/_header.scss */
  .menu-content-wrapper {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

/* line 153, ../sass/components/_header.scss */
.region-user-menu {
  float: right;
  width: 70%;
}

/* Footer Components */
/* line 2, ../sass/components/_footer.scss */
.footer-wrapper {
  padding: 1.45em 0;
  position: relative;
}
/* line 6, ../sass/components/_footer.scss */
.footer-wrapper a, .footer-wrapper a:link, .footer-wrapper a:visited {
  color: white;
}

/* line 14, ../sass/components/_footer.scss */
.region-footer .block {
  margin-bottom: 0;
}
/* line 18, ../sass/components/_footer.scss */
.region-footer #block-bean-footer-logos {
  font-size: 0.7em;
  line-height: 1.3em;
}
@media screen and (max-width: 480px) {
  /* line 18, ../sass/components/_footer.scss */
  .region-footer #block-bean-footer-logos {
    padding: 12px;
  }
}
/* line 24, ../sass/components/_footer.scss */
.region-footer #block-bean-footer-logos h2.block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 27, ../sass/components/_footer.scss */
.region-footer #block-bean-footer-logos #temple {
  width: 55%;
  float: left;
  margin-bottom: 1em;
}
/* line 32, ../sass/components/_footer.scss */
.region-footer #block-bean-footer-logos #rwjf {
  width: 40%;
  float: left;
  margin-bottom: 2em;
}
/* line 39, ../sass/components/_footer.scss */
.region-footer #block-menu-menu-copyright-menu h2.block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 42, ../sass/components/_footer.scss */
.region-footer #block-menu-menu-copyright-menu ul.menu {
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}
/* line 46, ../sass/components/_footer.scss */
.region-footer #block-menu-menu-copyright-menu ul.menu li {
  display: inline-block;
}

/* line 54, ../sass/components/_footer.scss */
.social-wrapper {
  background: #981E31;
  box-shadow: 0px 2px 10px black;
}
@media screen and (max-width: 480px) {
  /* line 54, ../sass/components/_footer.scss */
  .social-wrapper {
    text-align: center;
  }
  /* line 61, ../sass/components/_footer.scss */
  .social-wrapper ul {
    display: inline-block;
  }
  /* line 65, ../sass/components/_footer.scss */
  .social-wrapper #block-constant-contact-1 {
    margin-left: 0.5em;
  }
}
/* line 70, ../sass/components/_footer.scss */
.social-wrapper #block-bean-social-media-links {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  paddidng-left: 0;
}
@media screen and (min-width: 480px) {
  /* line 70, ../sass/components/_footer.scss */
  .social-wrapper #block-bean-social-media-links {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  /* line 70, ../sass/components/_footer.scss */
  .social-wrapper #block-bean-social-media-links {
    width: 100%;
    margin: 0 auto;
    float: none;
    *zoom: 1;
  }
  /* line 76, ../sass/layouts/_grid.scss */
  .social-wrapper #block-bean-social-media-links:before, .social-wrapper #block-bean-social-media-links:after {
    content: "";
    display: table;
  }
  /* line 81, ../sass/layouts/_grid.scss */
  .social-wrapper #block-bean-social-media-links:after {
    clear: both;
  }
}
/* line 80, ../sass/components/_footer.scss */
.social-wrapper #block-bean-social-media-links ul.social {
  margin: 0;
  padding: 0;
}
/* line 83, ../sass/components/_footer.scss */
.social-wrapper #block-bean-social-media-links ul.social li {
  list-style: none;
  float: left;
  text-align: center;
}
/* line 87, ../sass/components/_footer.scss */
.social-wrapper #block-bean-social-media-links ul.social li a {
  font-size: 1.3em;
  color: #F6F5F2;
  background: #831a2a;
  display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 60px;
  margin-right: 2px;
  transition: background 0.3s ease;
}
/* line 98, ../sass/components/_footer.scss */
.social-wrapper #block-bean-social-media-links ul.social li a span {
  vertical-align: middle;
}
/* line 101, ../sass/components/_footer.scss */
.social-wrapper #block-bean-social-media-links ul.social li a:hover {
  background: #430d16;
}
/* line 106, ../sass/components/_footer.scss */
.social-wrapper #block-bean-social-media-links ul.social li:last-child a {
  margin-right: 0;
}
/* line 111, ../sass/components/_footer.scss */
.social-wrapper #block-constant-contact-1 {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.7em 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  /* line 111, ../sass/components/_footer.scss */
  .social-wrapper #block-constant-contact-1 {
    width: 66.66667%;
  }
}
@media screen and (max-width: 480px) {
  /* line 111, ../sass/components/_footer.scss */
  .social-wrapper #block-constant-contact-1 {
    float: none;
    width: 100%;
    display: block;
    margin: 1em auto;
    padding: 1.5em 0 1em;
    clear: both;
    *zoom: 1;
  }
  /* line 76, ../sass/layouts/_grid.scss */
  .social-wrapper #block-constant-contact-1:before, .social-wrapper #block-constant-contact-1:after {
    content: "";
    display: table;
  }
  /* line 81, ../sass/layouts/_grid.scss */
  .social-wrapper #block-constant-contact-1:after {
    clear: both;
  }
  /* line 125, ../sass/components/_footer.scss */
  .social-wrapper #block-constant-contact-1 form#cc_signup_form_1 .form-item input[type="text"] {
    margin-left: 1em !important;
    width: 80% !important;
  }
}
/* line 131, ../sass/components/_footer.scss */
.social-wrapper #block-constant-contact-1 h2.block__title {
  color: #F6F5F2;
  font-size: 0.65em;
  padding: 0.1em 0.5em 0;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
  line-height: 2.75em;
}
@media screen and (max-width: 480px) {
  /* line 131, ../sass/components/_footer.scss */
  .social-wrapper #block-constant-contact-1 h2.block__title {
    padding-left: 0px;
  }
}
/* line 143, ../sass/components/_footer.scss */
.social-wrapper #block-constant-contact-1 form#cc_signup_form_1 {
  width: 61%;
  float: right;
}
@media screen and (max-width: 480px) {
  /* line 143, ../sass/components/_footer.scss */
  .social-wrapper #block-constant-contact-1 form#cc_signup_form_1 {
    float: none;
    width: 100%;
  }
}
/* line 151, ../sass/components/_footer.scss */
.social-wrapper #block-constant-contact-1 form#cc_signup_form_1 label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 154, ../sass/components/_footer.scss */
.social-wrapper #block-constant-contact-1 form#cc_signup_form_1 .form-item {
  margin: 0;
}
/* line 156, ../sass/components/_footer.scss */
.social-wrapper #block-constant-contact-1 form#cc_signup_form_1 .form-item input[type="text"] {
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-left: -71px;
}
/* line 163, ../sass/components/_footer.scss */
.social-wrapper #block-constant-contact-1 form#cc_signup_form_1 input[type="submit"] {
  padding: 0.4em 1em 0.4em;
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
}

/* line 178, ../sass/components/_footer.scss */
.region-footer-menu h2.block__title, .region-footer-menu-right h2.block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 182, ../sass/components/_footer.scss */
.region-footer-menu .block-menu-block, .region-footer-menu-right .block-menu-block {
  margin: 0;
  padding: 0;
  font-family: Arvo, sans-serif;
  font-size: 0.85em;
  font-weight: 200;
}
/* line 188, ../sass/components/_footer.scss */
.region-footer-menu .block-menu-block ul, .region-footer-menu-right .block-menu-block ul {
  margin: 0 0;
  padding: 0 0;
}
/* line 191, ../sass/components/_footer.scss */
.region-footer-menu .block-menu-block ul li, .region-footer-menu-right .block-menu-block ul li {
  list-style: none;
  padding: 0;
}
/* line 194, ../sass/components/_footer.scss */
.region-footer-menu .block-menu-block ul li a, .region-footer-menu-right .block-menu-block ul li a {
  text-decoration: none;
  text-transform: none;
  color: white;
  font-family: 'Arvo', serif;
  font-size: 18px;
  font-weight: 600;
}
/* line 207, ../sass/components/_footer.scss */
.region-footer-menu .menu-name-user-menu ul.menu, .region-footer-menu-right .menu-name-user-menu ul.menu {
  text-align: left;
}
/* line 209, ../sass/components/_footer.scss */
.region-footer-menu .menu-name-user-menu ul.menu li, .region-footer-menu-right .menu-name-user-menu ul.menu li {
  display: block;
}

/* line 220, ../sass/components/_footer.scss */
.footer-logo-wrapper {
  text-align: right;
  background-color: white;
}

/* line 227, ../sass/components/_footer.scss */
.footer-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -10;
}
/* line 235, ../sass/components/_footer.scss */
.footer-bg .footer-bg-left {
  width: 57%;
  height: 100%;
  background-color: #3F3E3D;
  float: left;
  z-index: -10;
}
@media screen and (max-width: 480px) {
  /* line 235, ../sass/components/_footer.scss */
  .footer-bg .footer-bg-left {
    width: 100%;
  }
}
/* line 246, ../sass/components/_footer.scss */
.footer-bg .footer-bg-right {
  width: 43%;
  height: 100%;
  background-color: white;
  float: left;
  z-index: -10;
}

/* line 257, ../sass/components/_footer.scss */
.bottom-wrapper {
  color: white;
  padding: 0.2em;
  background-color: #343430;
}
/* line 261, ../sass/components/_footer.scss */
.bottom-wrapper a, .bottom-wrapper a:link, .bottom-wrapper a:visited {
  color: white;
}
/* line 264, ../sass/components/_footer.scss */
.bottom-wrapper div {
  margin: 0;
}
/* line 268, ../sass/components/_footer.scss */
.bottom-wrapper p {
  margin: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
/* line 274, ../sass/components/_footer.scss */
.bottom-wrapper .region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

/* line 2, ../sass/components/inpage-nav.scss */
#inpage-nav .in-page-nav {
  margin: 0px;
  padding: 0px;
}
/* line 6, ../sass/components/inpage-nav.scss */
#inpage-nav .in-page-nav .in-page-nav-element {
  text-transform: capitalize;
  text-align: center;
  background-color: #899298;
  padding: 15px 9px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.5em;
  color: white;
  font-size: 16px;
  font-family: 'Arvo', serif;
  font-weight: 400;
}

/* line 3, ../sass/components/_pager.scss */
.pager-red ul.pager li {
  background-color: #981E31;
  color: white;
  padding: 0.5em 1em;
}
/* line 8, ../sass/components/_pager.scss */
.pager-red ul.pager li a {
  color: white;
}
/* line 13, ../sass/components/_pager.scss */
.pager-red ul.pager li.pager-current {
  background-color: #e26d7f;
  color: #981E31;
}

/* line 13, ../sass/components/_sidebar.scss */
.region-sidebar-second h3.box-title, .region-sidebar-second .box h3.block-title, .box .region-sidebar-second h3.block-title, .region-sidebar-second #block-bean-sidebar-node-content > article > div.field h3.block-title, #block-bean-sidebar-node-content > article > div.field .region-sidebar-second h3.block-title, .region-sidebar-second #node_project_sidebar_node_content_group_funding_information h3.block-title, #node_project_sidebar_node_content_group_funding_information .region-sidebar-second h3.block-title, .region-sidebar-second .node-type-cphlr-program article h3.block-title, .node-type-cphlr-program article .region-sidebar-second h3.block-title, .region-sidebar-second .page-404 .page-content h3.block-title, .page-404 .page-content .region-sidebar-second h3.block-title, .node-type-news .region-sidebar-second .block-views h3.block-title, .region-sidebar-second .page-search .view-content h3.block-title, .page-search .view-content .region-sidebar-second h3.block-title, .region-sidebar-second .box-panels .pane-content h3.block-title, .box-panels .pane-content .region-sidebar-second h3.block-title, .region-sidebar-second .box-views .view-content h3.block-title, .box-views .view-content .region-sidebar-second h3.block-title {
  font-weight: 400;
}
/* line 20, ../sass/components/_sidebar.scss */
.region-sidebar-second .field-name-field-expert .field-item {
  margin-top: 2em;
}
/* line 22, ../sass/components/_sidebar.scss */
.region-sidebar-second .field-name-field-expert .field-item:first-child {
  margin-top: 0;
}
/* line 28, ../sass/components/_sidebar.scss */
.region-sidebar-second .field-name-field-expert .node-expert h2.node__title {
  margin-bottom: 0.5em;
}
/* line 35, ../sass/components/_sidebar.scss */
.region-sidebar-second .box .field, .region-sidebar-second #block-bean-sidebar-node-content > article > div.field .field, .region-sidebar-second #node_project_sidebar_node_content_group_funding_information .field, .region-sidebar-second .node-type-cphlr-program article .field, .node-type-cphlr-program .region-sidebar-second article .field, .region-sidebar-second .page-404 .page-content .field, .page-404 .region-sidebar-second .page-content .field, .node-type-news .region-sidebar-second .block-views .field, .region-sidebar-second .page-search .view-content .field, .page-search .region-sidebar-second .view-content .field {
  margin-bottom: 0.5em;
}

/* line 1, ../sass/components/_bar.scss */
.bar-gray-med {
  background-color: #939393;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
/* line 6, ../sass/components/_bar.scss */
.bar-gray-med label {
  color: white;
}

/* line 11, ../sass/components/_bar.scss */
.bar-gray-light {
  background-color: #c6c6c6;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

/* line 1, ../sass/components/_icons.scss */
a.social-icon, a:link.social-icon, a:visited.social-icon {
  color: #858e95;
  font-size: 24px;
  padding-right: 0.5em;
}

/**
 * Topic icons
 */
/* line 11, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-1 a::before {
  content: '\f000';
}

/* line 16, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-5 a::before {
  content: '\f21e';
}

/* line 21, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-10 a::before {
  content: '\f29b';
}

/* line 26, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-11 a::before {
  content: '\f1bb';
}

/* line 33, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-17 a::before {
  content: '\f0f4';
}

/* line 38, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-18 a::before {
  content: '\f0fa';
}

/* line 43, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-23 a::before {
  content: '\f1eb';
}

/* line 48, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-24 a::before {
  content: '\f0e3';
}

.grid-item-icon.grid-icon-80 a::before {
  content: '\f015';
}

.grid-item-icon.grid-icon-81 a::before {
  content: '\f29a';
}

/* line 55, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-25 a::before {
  content: '\f2a4';
}

/* line 60, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-26 a::before {
  content: '\f188';
}

/* line 65, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-30 a::before {
  content: '\f0f9';
}

/* line 70, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-37 a::before {
  content: '\f228';
}

/* line 77, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-38 a::before {
  content: '\f1ae';
}

/* line 82, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-42 a::before {
  content: '\f007';
}

/* line 87, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-43 a::before {
  content: '\f0f5';
}

/* line 92, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-44 a::before {
  content: '\f0b1';
}

/* line 99, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-45 a::before {
  content: '\f0f0';
}

/* line 104, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-46 a::before {
  content: '\f206';
}

/* line 109, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-47 a::before {
  content: '\f071';
}

/* line 114, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-48 a::before {
  content: '\f0f8';
}

/* line 119, ../sass/components/_icons.scss */
.grid-item-icon.grid-icon-52 a::before {
  content: '\f155';
}

/* line 1, ../sass/components/_textbook.scss */
.textbook-content {
  position: relative;
}
/* line 4, ../sass/components/_textbook.scss */
.textbook-content .textbook-image {
  background-image: url("../images/textbook-img.PNG");
  display: block;
  height: 250px;
  width: 190px;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
/* line 14, ../sass/components/_textbook.scss */
.textbook-content p {
  margin: 0px;
  padding-bottom: 15px;
  line-height: 1.2em;
}
/* line 20, ../sass/components/_textbook.scss */
.textbook-content .textbook-button {
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  font-size: 15px;
  border: 0;
  bottom: -40px;
  padding: 0.5em 1.5em;
  font-weight: 700;
  text-shadow: 0.3px 3px 7px rgba(0, 0, 0, 0.7);
}

/**
 * Styles for method term pages.
 */
/* line 5, ../sass/components/_taxonomy.scss */
.section-method .taxonomy-term-description {
  text-align: left;
  border-bottom: 1px solid #ece9e3;
  margin-bottom: 2em;
}
/* line 11, ../sass/components/_taxonomy.scss */
.section-method .term-listing {
  text-align: left;
}

/* line 2, ../sass/theme/_pages.scss */
.page-gray-bg .main-wrapper, .page-gray-bg .region-highlighted-wrapper {
  background-color: #f9f9f9;
}

/* line 8, ../sass/theme/_pages.scss */
.page-home .region-highlighted-wrapper {
  padding: 0;
  position: relative;
  z-index: 0;
}
/* line 14, ../sass/theme/_pages.scss */
.page-home .region-highlighted {
  max-width: 100%;
}
/* line 17, ../sass/theme/_pages.scss */
.page-home .region-highlighted .block {
  padding: 0;
  margin: 0;
}

/* line 24, ../sass/theme/_pages.scss */
body {
  background-color: #f9f9f9;
}

/* line 30, ../sass/theme/_pages.scss */
.page-100pct #main {
  max-width: inherit;
}
/* line 32, ../sass/theme/_pages.scss */
.page-100pct #main #content {
  padding: 0;
}
/* line 37, ../sass/theme/_pages.scss */
.page-100pct .panels-flexible-region-4-center {
  width: 100%;
}

/* line 44, ../sass/theme/_pages.scss */
.page-default #main {
  text-align: center;
}
/* line 47, ../sass/theme/_pages.scss */
.page-default #main .panel-flexible, .page-default #main .page-content, .page-default #main nav, .page-default #main .view, .page-default #main article {
  text-align: left;
}

/* line 55, ../sass/theme/_pages.scss */
.page-detail #main {
  text-align: left;
}
/* line 59, ../sass/theme/_pages.scss */
.page-detail h1.page__title {
  border-bottom: none;
  text-align: left;
  text-transform: capitalize;
  padding-left: 0.25em;
}

/* line 82, ../sass/theme/_pages.scss */
.sidebar-second #content {
  padding: 0 1em;
}

/* line 87, ../sass/theme/_pages.scss */
.node-news.node-teaser .field-name-field-news-date {
  font-style: italic;
}

/* line 101, ../sass/theme/_pages.scss */
.page-detail .primary-tabs {
  margin-bottom: 0;
}
/* line 105, ../sass/theme/_pages.scss */
.page-detail article {
  padding-top: 1.5em;
}
/* line 110, ../sass/theme/_pages.scss */
.page-detail .region-sidebar-second article {
  padding-top: 0;
}

/* line 117, ../sass/theme/_pages.scss */
.front .main-wrapper {
  top: -125px;
  position: relative;
}

/* line 124, ../sass/theme/_pages.scss */
.node-type-resource article, .node-type-expert article, .node-type-project article {
  padding-top: 0;
}
/* line 128, ../sass/theme/_pages.scss */
.node-type-resource h1#page-title, .node-type-expert h1#page-title, .node-type-project h1#page-title {
  margin-top: 1em !important;
}
/* line 135, ../sass/theme/_pages.scss */
.node-type-resource .region-sidebar-second .node-expert h2, .node-type-expert .region-sidebar-second .node-expert h2, .node-type-project .region-sidebar-second .node-expert h2 {
  margin-bottom: 0;
}

/* line 144, ../sass/theme/_pages.scss */
.home-left {
  width: 60%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  /* line 144, ../sass/theme/_pages.scss */
  .home-left {
    width: 100%;
  }
}

/* line 153, ../sass/theme/_pages.scss */
.home-right {
  width: 40%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  /* line 153, ../sass/theme/_pages.scss */
  .home-right {
    width: 100%;
  }
}

/**
 * Styles for evidence detail pages.
 */
/* line 8, ../sass/theme/_evidence.scss */
.node-type-product .region-sidebar-second .block, .node-type-project .region-sidebar-second .block {
  margin-bottom: 0.25em;
}
/* line 12, ../sass/theme/_evidence.scss */
.node-type-product .region-sidebar-second .field-type-taxonomy-term-reference, .node-type-project .region-sidebar-second .field-type-taxonomy-term-reference {
  clear: both;
}
/* line 14, ../sass/theme/_evidence.scss */
.node-type-product .region-sidebar-second .field-type-taxonomy-term-reference .field-label, .node-type-product .region-sidebar-second .field-type-taxonomy-term-reference .field-items, .node-type-product .region-sidebar-second .field-type-taxonomy-term-reference .field-item, .node-type-project .region-sidebar-second .field-type-taxonomy-term-reference .field-label, .node-type-project .region-sidebar-second .field-type-taxonomy-term-reference .field-items, .node-type-project .region-sidebar-second .field-type-taxonomy-term-reference .field-item {
  display: inline;
}
/* line 20, ../sass/theme/_evidence.scss */
.node-type-product .region-sidebar-second .field-name-field-expert h2, .node-type-project .region-sidebar-second .field-name-field-expert h2 {
  margin-bottom: 0;
}
/* line 26, ../sass/theme/_evidence.scss */
.node-type-product .region-sidebar-second .field-name-field-expert.views-row, .node-type-project .region-sidebar-second .field-name-field-expert.views-row {
  padding-bottom: 1em;
}
/* line 29, ../sass/theme/_evidence.scss */
.node-type-product .region-sidebar-second .field-name-field-expert.views-row:last-child, .node-type-project .region-sidebar-second .field-name-field-expert.views-row:last-child {
  padding-bottom: 0;
}

/* line 2, ../sass/theme/_views.scss */
.view-cphlr-theory-and-methods-detail .view-header {
  font-family: Open Sans, sans-serif;
  padding-bottom: 0.5em;
}
/* line 3, ../sass/theme/_views.scss */
.view-cphlr-theory-and-methods-detail .view-header p {
  margin: 0;
}
/* line 11, ../sass/theme/_views.scss */
.view-cphlr-theory-and-methods-detail .view-content .views-row {
  font-family: Open Sans, sans-serif;
  padding-top: 0.5em;
}
/* line 16, ../sass/theme/_views.scss */
.view-cphlr-theory-and-methods-detail .view-content a, .view-cphlr-theory-and-methods-detail .view-content a:link, .view-cphlr-theory-and-methods-detail .view-content a:visited {
  text-decoration: none;
  font-family: Arvo, sans-serif;
}
/* line 19, ../sass/theme/_views.scss */
.view-cphlr-theory-and-methods-detail .view-content a:hover, .view-cphlr-theory-and-methods-detail .view-content a:link:hover, .view-cphlr-theory-and-methods-detail .view-content a:visited:hover {
  text-decoration: underline;
  color: #981E31;
}

/* line 28, ../sass/theme/_views.scss */
.no-exposed-form-margins .views-exposed-widgets {
  margin: 0;
}

/* line 33, ../sass/theme/_views.scss */
.input-100pct.views-exposed-widget {
  float: none;
  padding-right: 0;
}
/* line 36, ../sass/theme/_views.scss */
.input-100pct.views-exposed-widget input {
  width: 100%;
}

/* line 43, ../sass/theme/_views.scss */
.views-exposed-form .views-exposed-widgets .col-25 div {
  max-width: 100%;
}
/* line 46, ../sass/theme/_views.scss */
.views-exposed-form .views-exposed-widgets .col-25 .form-submit {
  margin-top: 0 !important;
  background-color: #981E31;
  border-color: #981E31;
  width: auto;
  float: right;
}
/* line 55, ../sass/theme/_views.scss */
.views-exposed-form .views-exposed-widgets input[type=text] {
  padding: 0 0.5em;
}

/* line 62, ../sass/theme/_views.scss */
.view-phlr-evidence-listing .view-header, .view-research-library .view-header {
  padding-top: 1em;
  padding-bottom: 1em;
  font-style: italic;
}

/* line 2, ../sass/theme/_search.scss */
.page-search #content {
  padding: 0;
}
/* line 6, ../sass/theme/_search.scss */
.page-search .view-header {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* line 13, ../sass/theme/_search.scss */
.page-search .view-content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* line 21, ../sass/theme/_search.scss */
.page-search .separator {
  margin: 0 1em 2em;
}
/* line 25, ../sass/theme/_search.scss */
.page-search .views-exposed-widgets {
  margin: 0;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/*
 * Site navigation
 */
/* line 7, ../sass/_navigation.scss */
header .menu-name-user-menu ul.menu {
  font-family: Arvo, sans-serif;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 600px) {
  /* line 7, ../sass/_navigation.scss */
  header .menu-name-user-menu ul.menu {
    text-align: center;
  }
}
/* line 18, ../sass/_navigation.scss */
header .menu-name-user-menu ul.menu li {
  display: inline;
  list-style: none;
  padding: 0 0.85em;
  white-space: nowrap;
}
/* line 24, ../sass/_navigation.scss */
header .menu-name-user-menu ul.menu li a {
  color: #FFF;
  text-decoration: none;
  font-weight: 200;
}

@media screen and (max-width: 480px) {
  /* line 37, ../sass/_navigation.scss */
  .user-menu-wrapper .menu-name-user-menu ul.menu li {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (max-width: 480px) {
  /* line 42, ../sass/_navigation.scss */
  .user-menu-wrapper .menu-name-user-menu ul.menu li.search-toggle {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

/* line 55, ../sass/_navigation.scss */
#navigation .menu-name-main-menu > ul.menu {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: Arvo, sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 938px) {
  /* line 55, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu {
    font-size: 1em;
  }
}
/* line 66, ../sass/_navigation.scss */
#navigation .menu-name-main-menu > ul.menu > li {
  float: left;
  list-style: none;
  padding: 0.725em 1.25em;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 800px) {
  /* line 66, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu > li {
    padding: 0.725em 0.725em;
  }
}
@media screen and (min-width: 1092px) {
  /* line 81, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1092px) {
  /* line 90, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu > li:last-child {
    margin-right: 0;
  }
}
/* line 95, ../sass/_navigation.scss */
#navigation .menu-name-main-menu > ul.menu > li > a {
  color: #FFF;
  display: block;
  width: 100%;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 480px) {
  /* line 95, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu > li > a {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 600px) {
  /* line 116, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu > li > a {
    line-height: 21px;
    padding: 8px 5px;
  }
}
/* line 128, ../sass/_navigation.scss */
#navigation .menu-name-main-menu > ul.menu > li ul.menu {
  display: none;
  background: #F6F5F2;
  font-family: Arvo, sans-serif;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 415px;
  z-index: 200;
  left: 0;
  top: 2.95em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 141, ../sass/_navigation.scss */
#navigation .menu-name-main-menu > ul.menu > li ul.menu li {
  padding: 0;
  list-style: none;
  float: none;
}
/* line 146, ../sass/_navigation.scss */
#navigation .menu-name-main-menu > ul.menu > li ul.menu li a {
  display: block;
  font-size: 0.875em;
  line-height: 1em;
  padding: 1em;
  width: 100%;
  text-decoration: none;
  color: #675C53;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 156, ../sass/_navigation.scss */
#navigation .menu-name-main-menu > ul.menu > li ul.menu li a:hover {
  background: #e7e5dd;
}
@media screen and (min-width: 600px) {
  /* line 166, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu > li:hover ul.menu {
    display: block;
  }
  /* line 169, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu > li.is-active ul.menu {
    background: #F6F5F2;
  }
}
@media screen and (max-width: 960px) {
  /* line 179, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu li ul.menu {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media screen and (min-width: 960px) {
  /* line 187, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu li.menu-mlid-440 ul.menu {
    width: 960px;
  }
  /* line 189, ../sass/_navigation.scss */
  #navigation .menu-name-main-menu > ul.menu li.menu-mlid-440 ul.menu li {
    float: left;
    width: 480px;
  }
}
@media screen and (max-width: 480px) {
  /* line 52, ../sass/_navigation.scss */
  #navigation {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

/* line 204, ../sass/_navigation.scss */
nav.breadcrumb {
  font-size: 0.6em;
}
/* line 206, ../sass/_navigation.scss */
nav.breadcrumb ol {
  padding: 0 0;
  text-transform: uppercase;
}
/* line 211, ../sass/_navigation.scss */
nav.breadcrumb ol a {
  padding: 0.25em 0.5em 0.15em 0;
  margin-right: 3px;
  text-decoration: none;
}
/* line 216, ../sass/_navigation.scss */
nav.breadcrumb ol li:first-child a {
  padding: 0 0;
}

/* line 230, ../sass/_navigation.scss */
#block-menu-block-6 {
  margin-top: 5em;
}
/* line 233, ../sass/_navigation.scss */
#block-menu-block-6 h2.block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 237, ../sass/_navigation.scss */
#block-menu-block-6 ul.menu {
  padding: 0;
  margin: 0;
}
/* line 240, ../sass/_navigation.scss */
#block-menu-block-6 ul.menu li.menu__item {
  list-style: none;
  padding: 0.25em 0.5em;
  font-family: Arvo, sans-serif;
  font-size: 0.75em;
}
/* line 249, ../sass/_navigation.scss */
#block-menu-block-6 ul.menu li.is-active {
  background: #F6F5F2;
}
/* line 251, ../sass/_navigation.scss */
#block-menu-block-6 ul.menu li.is-active a {
  color: #675C53;
}

/* line 259, ../sass/_navigation.scss */
.phlr-block-collapsed.ui-accordion {
  display: block;
  margin-bottom: 0;
  position: relative;
  z-index: 20;
}
/* line 264, ../sass/_navigation.scss */
.phlr-block-collapsed.ui-accordion .ui-accordion-header {
  margin-top: -47px;
  border: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 480px) {
  /* line 264, ../sass/_navigation.scss */
  .phlr-block-collapsed.ui-accordion .ui-accordion-header {
    margin-top: 0px;
  }
}
/* line 272, ../sass/_navigation.scss */
.phlr-block-collapsed.ui-accordion .ui-accordion-header .ui-icon {
  padding: 0px;
  background: none;
  position: absolute;
  text-indent: 0;
  right: 0px;
  left: auto;
  top: 10px;
  width: 40px;
  height: 40px;
}
/* line 285, ../sass/_navigation.scss */
.phlr-block-collapsed h2 {
  font-size: 12px;
  line-height: 1.230769231em;
  background: none;
  /* Reset styling from jquery accordion */
  border-top: none;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  margin: 0 0 2px;
}
/* line 295, ../sass/_navigation.scss */
.phlr-block-collapsed .ui-accordion-content {
  display: none;
  text-transform: uppercase;
  position: relative;
  right: 0;
  top: 0px;
  margin: 0;
  height: 36px;
  overflow: hidden;
  padding: 0.5em 0 1.5em;
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  /* line 295, ../sass/_navigation.scss */
  .phlr-block-collapsed .ui-accordion-content {
    top: 40px;
    height: 100px !important;
    padding: 12px;
    background: #6d1623;
  }
}
/* line 314, ../sass/_navigation.scss */
.phlr-block-collapsed .ui-accordion-content .form-item {
  margin: 0;
}
/* line 317, ../sass/_navigation.scss */
.phlr-block-collapsed .ui-accordion-content input[type='text'] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.25em;
  font-size: 17px;
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arvo, sans-serif;
}
@media screen and (min-width: 480px) {
  /* line 317, ../sass/_navigation.scss */
  .phlr-block-collapsed .ui-accordion-content input[type='text'] {
    width: 83.33333%;
  }
}
/* line 324, ../sass/_navigation.scss */
.phlr-block-collapsed .ui-accordion-content input[type='submit'] {
  font-size: 17px;
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
@media screen and (min-width: 480px) {
  /* line 324, ../sass/_navigation.scss */
  .phlr-block-collapsed .ui-accordion-content input[type='submit'] {
    width: 16.66667%;
  }
}
/* line 330, ../sass/_navigation.scss */
.phlr-block-collapsed .ui-accordion-content .container-inline {
  text-align: center;
}

/* line 337, ../sass/_navigation.scss */
#block-phlr-common-site-search .ui-accordion-header {
  text-indent: -9999px;
}
/* line 340, ../sass/_navigation.scss */
#block-phlr-common-site-search .ui-icon {
  padding: 0 15px;
  position: absolute;
  right: 0;
  left: auto;
  top: 1.1em;
  width: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 349, ../sass/_navigation.scss */
#block-phlr-common-site-search .ui-icon:before {
  font-family: 'phlr';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e600";
  font-size: 20px;
  color: #FFF;
}

/* line 364, ../sass/_navigation.scss */
.mobile-nav {
  visibility: hidden;
  height: 0;
  transition: all 0.2s ease-in-out;
}
/* line 368, ../sass/_navigation.scss */
.mobile-nav ul {
  margin: 0;
}
@media screen and (max-width: 800px) {
  /* line 364, ../sass/_navigation.scss */
  .mobile-nav {
    position: relative;
  }
  /* line 373, ../sass/_navigation.scss */
  .mobile-nav ul {
    box-sizing: border-box;
    position: absolute;
    background-color: #981E31;
    border: 1px solid #675C53;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding-left: 0;
  }
  /* line 382, ../sass/_navigation.scss */
  .mobile-nav ul li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #675C53;
  }
  /* line 387, ../sass/_navigation.scss */
  .mobile-nav ul li a {
    color: white;
    display: block;
    padding: 0.5em 1em;
  }
  /* line 392, ../sass/_navigation.scss */
  .mobile-nav ul li a:hover, .mobile-nav ul li a:active {
    background-color: #6d1623;
  }
  /* line 399, ../sass/_navigation.scss */
  .mobile-nav.visible {
    visibility: visible;
    height: auto;
  }
}

/* line 406, ../sass/_navigation.scss */
#menu-toggle {
  color: #fff;
  display: none;
  font-size: 3em;
  outline: medium none;
  position: absolute;
  right: 50px;
  text-align: center;
  top: 70px;
}
@media screen and (max-width: 800px) {
  /* line 406, ../sass/_navigation.scss */
  #menu-toggle {
    display: inline-block;
  }
}

/*
 * Global form styling
 */
/* Labels */
/* line 6, ../sass/_forms.scss */
label,
label.option {
  font-family: Arvo, sans-serif;
  font-weight: 300;
  color: #675C53;
}

/* Inputs */
/* line 15, ../sass/_forms.scss */
input {
  color: #777777;
  background: #FFF;
  border: 1px solid #CCCCCC;
  height: 37px;
  margin: 0 0 1em;
  padding: 0.5em;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  -o-transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  -webkit-transition: box-shadow 0.45s ease, border-color 0.45s ease-in-out;
  -webkit-transition-delay: 0s, 0s;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
}
@media screen and (max-width: 600px) {
  /* line 15, ../sass/_forms.scss */
  input {
    font-size: 12.25px;
    font-size: 0.76563rem;
  }
}
/* line 28, ../sass/_forms.scss */
input:focus {
  border-color: #999999;
  color: rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px #999999;
  -webkit-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
}

/* Submit buttons */
/* line 36, ../sass/_forms.scss */
input[type="submit"] {
  background: #FBB224;
  border: 1px solid #FBB224;
  color: #FFF;
  display: inline-block;
  font-family: Arvo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75em;
  margin: 0 0 1.25em;
  padding: 0.8125em 1.5em 0.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 17px;
  padding: 0.35em 0.5em;
  width: auto;
  background-color: #FBB224;
  border-color: #FBB224;
}
/* line 68, ../sass/_mixins.scss */
input[type="submit"]:hover {
  color: #FFF;
  background: #e89b04;
}

/* Checkboxes */
/* line 47, ../sass/_forms.scss */
input[type="checkbox"] {
  width: auto;
  height: auto;
  -moz-box-shadow: transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
}

/* Reset chzn options */
/* line 54, ../sass/_forms.scss */
.chzn-container {
  width: 100% !important;
}
/* line 57, ../sass/_forms.scss */
.chzn-container .chzn-choices {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 600px) {
  /* line 57, ../sass/_forms.scss */
  .chzn-container .chzn-choices {
    font-size: 12.25px;
    font-size: 0.76563rem;
  }
}
/* line 59, ../sass/_forms.scss */
.chzn-container .chzn-choices input {
  font-family: Arvo, sans-serif !important;
  height: 30px !important;
  padding: 0.5em !important;
}
/* line 64, ../sass/_forms.scss */
.chzn-container .chzn-choices .search-choice {
  margin: 5px 0 5px 5px;
  padding: 5px 20px 5px 5px;
}
/* line 68, ../sass/_forms.scss */
.chzn-container .chzn-choices .search-choice a.search-choice-close {
  top: 6px;
}

/* line 75, ../sass/_forms.scss */
#phlr-common-search-form {
  position: absolute;
  top: 30px;
}
/* line 80, ../sass/_forms.scss */
#phlr-common-search-form .form-item-search-block-form input {
  width: 78.3333%;
}
/* line 85, ../sass/_forms.scss */
#phlr-common-search-form .form-actions input {
  width: 21.6667%;
}

/* line 5, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider {
  margin: 0;
  border: 0;
  margin: 0;
  border: 0;
  width: 70%;
  float: right;
  background: transparent;
  -moz-box-shadow: transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
}
/* line 14, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider .flex-viewport {
  max-height: 550px;
}
/* line 18, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider ul.slides li {
  position: relative;
}
/* line 20, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider ul.slides li img {
  max-height: 550px;
}
@media screen and (max-width: 800px) {
  /* line 5, ../sass/_slider.scss */
  #block-bean-home-page-marquee .flexslider {
    width: 100%;
    float: none;
  }
}
/* line 31, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider .flex-direction-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 36, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider .flex-direction-nav li a {
  color: #675C53;
  top: -61px;
  display: block;
  overflow: hidden;
  height: 60px;
  width: 60px;
  margin: 0 0 0 0;
}
/* line 45, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider .flex-direction-nav li a:before {
  line-height: 60px;
  font-size: 30px;
  width: 60px;
}
/* line 50, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider .flex-direction-nav li a.flex-next {
  opacity: 0.75;
  right: 0em;
  text-align: center;
  background: #FFF;
}
/* line 56, ../sass/_slider.scss */
#block-bean-home-page-marquee .flexslider .flex-direction-nav li a.flex-prev {
  text-align: center;
  opacity: 0.75;
  right: 60px;
  left: auto;
  border-right: 1px solid #9c8f84;
  background: #FFF;
}
/* line 67, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list {
  width: 30%;
  position: relative;
  bottom: auto;
  text-align: left;
}
/* line 72, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list ul.callouts {
  margin: 0;
  padding: 0 0.5em 0 0;
}
@media screen and (max-width: 800px) {
  /* line 72, ../sass/_slider.scss */
  #block-bean-home-page-marquee .item-list ul.callouts {
    padding: 0;
  }
}
/* line 78, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list ul.callouts li.callout {
  list-style: none;
  width: 100%;
  margin: 0 0 0.5em 0;
  height: 150px;
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 78, ../sass/_slider.scss */
  #block-bean-home-page-marquee .item-list ul.callouts li.callout {
    display: none;
  }
}
/* line 88, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list ul.callouts li.callout .field-name-field-slide-title {
  display: block;
  padding: 0.25em;
  color: #675C53;
  font-family: Arvo, sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
  border-top: 2px solid #675C53;
}
/* line 98, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list ul.callouts li.callout .field-name-field-slide-caption {
  padding: 0.25em;
  color: #fdd588;
  font-size: 1.1em;
  font-family: Arvo, sans-serif;
}
/* line 105, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list ul.callouts li.callout .field-name-field-slide-link {
  display: none;
}
/* line 111, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list ul.callouts li.callout.flex-active .field-name-field-slide-title {
  border-top: 2px solid #FBB224;
  color: #F6F5F2;
}
/* line 120, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list ul.callouts li.callout.flex-active .field-name-field-slide-link {
  display: block;
}
/* line 123, ../sass/_slider.scss */
#block-bean-home-page-marquee .item-list ul.callouts li.callout.flex-active .field-name-field-slide-link a.button {
  display: block;
  background: #981E31;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 110, ../sass/_slider.scss */
  #block-bean-home-page-marquee .item-list ul.callouts li.callout.flex-active {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  /* line 67, ../sass/_slider.scss */
  #block-bean-home-page-marquee .item-list {
    width: 100%;
  }
}

/* line 2, ../sass/_carousel.scss */
.carousel {
  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 15px -10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 15px -10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 15px -10px;
}
/* line 5, ../sass/_carousel.scss */
.carousel .flex-viewport {
  background: #FFF;
  padding: 10px;
}
/* line 8, ../sass/_carousel.scss */
.carousel .flex-viewport ul {
  padding: 0 0 0 0;
}
/* line 10, ../sass/_carousel.scss */
.carousel .flex-viewport ul li {
  margin-right: 10px;
  padding: 1em;
}
/* line 13, ../sass/_carousel.scss */
.carousel .flex-viewport ul li li.node-readmore {
  padding: 0;
}
/* line 15, ../sass/_carousel.scss */
.carousel .flex-viewport ul li li.node-readmore a {
  background: #FBB224;
  border: 1px solid #FBB224;
  color: #FFF;
  display: inline-block;
  font-family: Arvo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75em;
  margin: 0 0 1.25em;
  padding: 0.8125em 1.5em 0.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 68, ../sass/_mixins.scss */
.carousel .flex-viewport ul li li.node-readmore a:hover {
  color: #FFF;
  background: #e89b04;
}
/* line 22, ../sass/_carousel.scss */
.carousel .flex-viewport h2.node__title,
.carousel .flex-viewport .views-field-title {
  font-family: Arvo, sans-serif;
  font-size: 1.15em;
  line-height: 1.4;
  font-weight: 300;
}
/* line 33, ../sass/_carousel.scss */
.carousel .flex-direction-nav li a {
  color: #675C53;
  top: -61px;
  display: block;
  overflow: hidden;
  height: 60px;
  width: 60px;
  margin: 0 0 0 0;
}
/* line 42, ../sass/_carousel.scss */
.carousel .flex-direction-nav li a:before {
  line-height: 60px;
  font-size: 30px;
}
/* line 46, ../sass/_carousel.scss */
.carousel .flex-direction-nav li a.flex-next {
  opacity: 0.75;
  right: 0em;
  text-align: center;
  background: #FFF;
  border-bottom: 1px solid #9c8f84;
}
/* line 53, ../sass/_carousel.scss */
.carousel .flex-direction-nav li a.flex-prev {
  text-align: center;
  opacity: 0.25;
  right: 60px;
  left: auto;
  border-right: 1px solid #9c8f84;
  border-bottom: 1px solid #9c8f84;
  background: #FFF;
}

@font-face {
  font-family: 'phlr';
  src: url("../fonts/phlr.eot");
  src: url("../fonts/phlr.eot?#iefix") format("embedded-opentype"), url("../fonts/phlr.ttf") format("truetype"), url("../fonts/phlr.woff") format("woff"), url("../fonts/phlr.svg#phlr") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/_icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'phlr';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../sass/_icons.scss */
.icon-search:before {
  content: "\e600";
}

/* line 29, ../sass/_icons.scss */
.icon-book:before {
  content: "\e601";
}

/* line 32, ../sass/_icons.scss */
.icon-angle-right:before {
  content: "\e604";
}

/* line 35, ../sass/_icons.scss */
.icon-cloud-download:before {
  content: "\e605";
}

/* line 38, ../sass/_icons.scss */
.icon-remove-sign:before {
  content: "\e606";
}

/* line 41, ../sass/_icons.scss */
.icon-linkedin:before {
  content: "\e602";
}

/* line 44, ../sass/_icons.scss */
.icon-facebook:before {
  content: "\e608";
}

/* line 47, ../sass/_icons.scss */
.icon-twitter:before {
  content: "\e609";
}

/* line 50, ../sass/_icons.scss */
.icon-reorder:before {
  content: "\e60a";
}

/* line 53, ../sass/_icons.scss */
.icon-youtube:before {
  content: "\e60b";
}

/* line 56, ../sass/_icons.scss */
.icon-download-alt:before {
  content: "\e603";
}

/* line 59, ../sass/_icons.scss */
.icon-external-link:before {
  content: "\e60c";
}

/* line 62, ../sass/_icons.scss */
.icon-camera:before {
  content: "\e607";
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 61, ../sass/styles.scss */
h2, h3 {
  color: #981E31;
}

/* line 65, ../sass/styles.scss */
a:link,
a:visited {
  color: #981E31;
  text-decoration: none;
}

/* line 71, ../sass/styles.scss */
a.button {
  background: #FBB224;
  color: #FFF;
  border: 0;
  font-family: Arvo, sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 200;
  line-height: inherit;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 85, ../sass/styles.scss */
a.button:hover {
  color: #FFF;
}
/* line 89, ../sass/styles.scss */
a.button .icon-angle-right {
  font-size: 1.25em;
  padding: 0.5em 0 0.5em 0.5em;
  line-height: 0.75em;
  vertical-align: middle;
}

/* line 97, ../sass/styles.scss */
.button.results a {
  padding: 0;
  border: 0;
  vertical-align: middle;
  line-height: inherit;
  font-family: Arvo, sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
}
/* line 105, ../sass/styles.scss */
.button.results a span.count {
  background: #e0dcd9;
  color: #981E31;
  padding: 0.25em 1em 0.25em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 115, ../sass/styles.scss */
.button.results a span.action {
  padding: 0.25em 1em 0.25em;
  vertical-align: middle;
  display: inline-block;
  color: #FFF;
  background: #FBB224;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
}
/* line 130, ../sass/styles.scss */
.button.results a:hover span.action {
  background: #981E31;
}

/* line 138, ../sass/styles.scss */
ul.pager li {
  padding: 0.25em 0.5em;
  font-family: Arvo, sans-serif;
  font-size: 0.75em;
  background: #e5e2da;
}
/* line 143, ../sass/styles.scss */
ul.pager li a {
  color: #675C53;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 149, ../sass/styles.scss */
ul.pager li.pager-current {
  background: #FBB224;
  color: #FFF;
}

/* line 162, ../sass/styles.scss */
.hr-shadow {
  display: block;
  clear: both;
  margin: 0em auto -59px auto;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
/* line 170, ../sass/styles.scss */
.hr-shadow .edge {
  height: 1px;
  background: #F6F5F2;
  background: -webkit-linear-gradient(left, #f1f1f1 0%, #FBB224 30%, #FBB224 60%, #f1f1f1 99%);
  background: -moz-linear-gradient(left, #f1f1f1 0%, #FBB224 30%, #FBB224 60%, #f1f1f1 99%);
  background: -ms-linear-gradient(left, #f1f1f1 0%, #FBB224 30%, #FBB224 60%, #f1f1f1 99%);
  background: -o-linear-gradient(left, #f1f1f1 0%, #FBB224 30%, #FBB224 60%, #f1f1f1 99%);
  background: linear-gradient(to right, #f1f1f1 0%, #fbb224 30%, #fbb224 60%, #f1f1f1 99%);
}
/* line 180, ../sass/styles.scss */
.hr-shadow .shadow {
  height: 40px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -60px;
  -webkit-box-shadow: 0 0 80px #d7d2c5;
  -moz-box-shadow: 0 0 80px #d7d2c5;
  -ms-box-shadow: 0 0 80px #d7d2c5;
  -o-box-shadow: 0 0 80px #d7d2c5;
  box-shadow: 0 0 80px #d7d2c5;
}

/* Block Styling */
/* line 196, ../sass/styles.scss */
h2.block__title {
  font-family: Arvo, sans-serif;
  text-transform: uppercase;
  font-size: 1.75em;
  font-weight: 100;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  /* line 196, ../sass/styles.scss */
  h2.block__title {
    font-size: 1.25em;
    font-weight: 300;
    margin-bottom: 2.75em;
  }
}

/*
 * Front Page Styling
 */
/* line 214, ../sass/styles.scss */
body.front h1.page__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 217, ../sass/styles.scss */
body.front .main-wrapper {
  padding: 1.25em 0;
}
/* line 221, ../sass/styles.scss */
body.front .panels-flexible-row {
  padding-bottom: 3.5em;
}
/* line 225, ../sass/styles.scss */
body.front .grid {
  padding-bottom: 0;
}
/* line 229, ../sass/styles.scss */
body.front .box-offset-button {
  margin-bottom: 0;
}

/* line 237, ../sass/styles.scss */
#block-views-news-block-1 h2.node__title {
  font-family: Arvo, sans-serif;
  font-size: 1.35em;
  line-height: 1.4;
  font-weight: 200;
}
/* line 243, ../sass/styles.scss */
#block-views-news-block-1 .date-display-single {
  font-size: 0.8em;
  color: #898989;
  font-style: italic;
}

/* line 251, ../sass/styles.scss */
#block-views-news-block-2 {
  margin-top: 3em;
}
/* line 253, ../sass/styles.scss */
#block-views-news-block-2 h2.block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 256, ../sass/styles.scss */
#block-views-news-block-2 article {
  padding: 0.5em 0;
  border-bottom: 1px solid #f1f1f1;
}
/* line 259, ../sass/styles.scss */
#block-views-news-block-2 article h2.node__title {
  font-family: Arvo, sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 200;
}
/* line 269, ../sass/styles.scss */
#block-views-news-block-2 article:last-child {
  border-bottom: 0;
}
/* line 272, ../sass/styles.scss */
#block-views-news-block-2 .date-display-single {
  font-size: 0.8em;
  color: #898989;
  font-style: italic;
}

/* line 279, ../sass/styles.scss */
#block-constant-contact-2 {
  padding: 0.5em;
  overflow: hidden;
}
/* line 283, ../sass/styles.scss */
#block-constant-contact-2 h2.block__title {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}
/* line 290, ../sass/styles.scss */
#block-constant-contact-2 form#cc_signup_form_2 label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 293, ../sass/styles.scss */
#block-constant-contact-2 form#cc_signup_form_2 .form-item {
  margin: 0;
}
/* line 295, ../sass/styles.scss */
#block-constant-contact-2 form#cc_signup_form_2 .form-item input[type="text"] {
  float: left;
  width: 80%;
  margin-bottom: 0;
}
/* line 301, ../sass/styles.scss */
#block-constant-contact-2 form#cc_signup_form_2 input[type="submit"] {
  padding: 0.4em 1em 0.4em;
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  width: 20%;
}

/* line 314, ../sass/styles.scss */
.region-user-menu .block-menu-block {
  margin-right: 3em;
}
/* line 316, ../sass/styles.scss */
.region-user-menu .block-menu-block h2.block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 321, ../sass/styles.scss */
.region-user-menu .block-menu-block ul.menu li.search-toggle a {
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  font-size: 1.125em;
  position: relative;
  top: 0.45em;
  padding-left: 0.5em;
  color: #981E31;
}
/* line 332, ../sass/styles.scss */
.region-user-menu .block-menu-block ul.menu li.search-toggle a:before {
  content: "\e600";
  color: #FFF;
  font-family: 'phlr';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Header Components */
/* line 353, ../sass/styles.scss */
#site-name {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 358, ../sass/styles.scss */
.region-header h2.block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*
 * Bean Regions
 */
/* line 367, ../sass/styles.scss */
.region-highlighted-wrapper {
  background: #2f2a25;
  padding: 1em 0;
}
/* line 370, ../sass/styles.scss */
.region-highlighted-wrapper .block {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 370, ../sass/styles.scss */
  .region-highlighted-wrapper .block {
    width: 100%;
  }
}

/* line 374, ../sass/styles.scss */
.content-bottom-1-wrapper,
.content-bottom-2-wrapper {
  padding: 3.5em 0;
}

/* line 378, ../sass/styles.scss */
.content-bottom-1-wrapper {
  background: #F6F5F2;
}
/* line 380, ../sass/styles.scss */
.content-bottom-1-wrapper .block {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 380, ../sass/styles.scss */
  .content-bottom-1-wrapper .block {
    width: 100%;
  }
}

/* line 384, ../sass/styles.scss */
.content-bottom-2-wrapper {
  background: #d7d2c5;
}
/* line 386, ../sass/styles.scss */
.content-bottom-2-wrapper .block {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 386, ../sass/styles.scss */
  .content-bottom-2-wrapper .block {
    width: 100%;
  }
}

/* line 390, ../sass/styles.scss */
.content-bottom-3-wrapper {
  background: white;
  padding: 2em 0;
}
/* line 394, ../sass/styles.scss */
.content-bottom-3-wrapper .region-content-bottom-3 .block {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 394, ../sass/styles.scss */
  .content-bottom-3-wrapper .region-content-bottom-3 .block {
    width: 33.33333%;
  }
}

/* line 399, ../sass/styles.scss */
.content-postscript-wrapper {
  background: white;
  padding: 2em 0;
}
/* line 404, ../sass/styles.scss */
.content-postscript-wrapper .region-postscript .bean-basic .field-name-field-bean-image {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 404, ../sass/styles.scss */
  .content-postscript-wrapper .region-postscript .bean-basic .field-name-field-bean-image {
    width: 50%;
  }
}
/* line 407, ../sass/styles.scss */
.content-postscript-wrapper .region-postscript .bean-basic .text-and-link {
  display: inline;
  float: left;
  padding: 0 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  /* line 407, ../sass/styles.scss */
  .content-postscript-wrapper .region-postscript .bean-basic .text-and-link {
    width: 50%;
  }
}
/* line 410, ../sass/styles.scss */
.content-postscript-wrapper .region-postscript .bean-basic .text-and-link .field-name-field-bean-description p {
  margin-top: 0;
}
/* line 415, ../sass/styles.scss */
.content-postscript-wrapper .region-postscript .bean-basic .text-and-link .field-name-field-bean-link a {
  background: #FBB224;
  border: 1px solid #FBB224;
  color: #FFF;
  display: inline-block;
  font-family: Arvo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75em;
  margin: 0 0 1.25em;
  padding: 0.8125em 1.5em 0.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 68, ../sass/_mixins.scss */
.content-postscript-wrapper .region-postscript .bean-basic .text-and-link .field-name-field-bean-link a:hover {
  color: #FFF;
  background: #e89b04;
}
@media screen and (max-width: 480px) {
  /* line 421, ../sass/styles.scss */
  .content-postscript-wrapper .region-postscript .bean-basic .field-name-field-bean-image {
    width: 100%;
    float: none;
  }
}

/* Views Styling */
/*
 * What We Know Product Type, Topics, and Project Grid Lists
 */
/* line 439, ../sass/styles.scss */
.view-research-library .views-row {
  padding: 0.25em 0.5em 0;
  box-sizing: border-box;
}
/* line 442, ../sass/styles.scss */
.view-research-library .views-row h2 {
  font-family: Arvo, sans-serif;
}
/* line 444, ../sass/styles.scss */
.view-research-library .views-row h2 a {
  color: black;
}
/* line 449, ../sass/styles.scss */
.view-research-library .views-row .views-field-type-1 .field-content {
  font-size: 0.65em;
  font-family: Arvo, sans-serif;
  background: #F6F5F2;
  padding: 0.25em 0.5em;
}
/* line 457, ../sass/styles.scss */
.view-research-library .views-row.views-row-odd {
  clear: both;
}

/* line 462, ../sass/styles.scss */
.block-facetapi input[type="submit"] {
  padding: 0.5em 1em 0.5em;
  margin-bottom: 0;
}

/* line 471, ../sass/styles.scss */
#block-views-projects-block .views-row,
.view-id-products_by_product_types .views-row,
.view-id-topics.view-display-id-block_1 .views-row {
  float: left;
  width: 48.5%;
  border-top: 1px solid #fdd588;
  padding: 1em 0.5em 1em;
  margin: 0 0.25em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 15px -10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 15px -10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 15px -10px;
}
/* line 479, ../sass/styles.scss */
#block-views-projects-block .views-row h2,
#block-views-projects-block .views-row .views-field-name,
.view-id-products_by_product_types .views-row h2,
.view-id-products_by_product_types .views-row .views-field-name,
.view-id-topics.view-display-id-block_1 .views-row h2,
.view-id-topics.view-display-id-block_1 .views-row .views-field-name {
  font-size: 1.25em;
  line-height: 1.4em;
  font-family: Arvo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  /* line 471, ../sass/styles.scss */
  #block-views-projects-block .views-row,
  .view-id-products_by_product_types .views-row,
  .view-id-topics.view-display-id-block_1 .views-row {
    float: none;
    width: 100%;
  }
}
/* line 493, ../sass/styles.scss */
#block-views-projects-block .views-row.views-row-odd,
.view-id-products_by_product_types .views-row.views-row-odd,
.view-id-topics.view-display-id-block_1 .views-row.views-row-odd {
  clear: both;
}

/* line 501, ../sass/styles.scss */
.page-news article,
.page-taxonomy-term article {
  padding: 1em 0;
  border-bottom: 1px solid #ece9e3;
}
/* line 505, ../sass/styles.scss */
.page-news article .node-readmore a,
.page-taxonomy-term article .node-readmore a {
  background: #FBB224;
  border: 1px solid #FBB224;
  color: #FFF;
  display: inline-block;
  font-family: Arvo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75em;
  margin: 0 0 1.25em;
  padding: 0.8125em 1.5em 0.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 68, ../sass/_mixins.scss */
.page-news article .node-readmore a:hover,
.page-taxonomy-term article .node-readmore a:hover {
  color: #FFF;
  background: #e89b04;
}

/* line 513, ../sass/styles.scss */
.page-taxonomy-term article .node-readmore a {
  margin-top: 1em;
}

/* Sidebar Second Images */
/* line 523, ../sass/styles.scss */
.region-sidebar-second .field-type-image {
  padding: 5px;
  background: #FFF;
  border: 1px solid #ECE9E3;
}
/* line 528, ../sass/styles.scss */
.region-sidebar-second .field-name-field-video {
  margin-bottom: 1em;
}

/*
 * Expert Styling
 */
/* line 540, ../sass/styles.scss */
.node-type-expert .field-name-field-scival-profile-link a {
  background: #FBB224;
  border: 1px solid #FBB224;
  color: #FFF;
  display: inline-block;
  font-family: Arvo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75em;
  margin: 0 0 1.25em;
  padding: 0.8125em 1.5em 0.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
/* line 68, ../sass/_mixins.scss */
.node-type-expert .field-name-field-scival-profile-link a:hover {
  color: #FFF;
  background: #e89b04;
}
/* line 547, ../sass/styles.scss */
.node-type-expert .field-name-field-organization .field-label {
  float: none;
}

/* line 558, ../sass/styles.scss */
.field-name-field-related-expert .field-item article h2.node__title,
.node-project .field-name-field-expert .field-item article h2.node__title {
  font-family: Arvo, sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 0;
}
/* line 564, ../sass/styles.scss */
.field-name-field-related-expert .field-item article .field-name-field-organization,
.node-project .field-name-field-expert .field-item article .field-name-field-organization {
  background: #FFF;
  margin: 0 0;
}
/* line 567, ../sass/styles.scss */
.field-name-field-related-expert .field-item article .field-name-field-organization .field-label,
.node-project .field-name-field-expert .field-item article .field-name-field-organization .field-label {
  font-family: Arvo, sans-serif;
  font-weight: 300;
  color: #675C53;
  text-transform: uppercase;
}

/*
 * WHAT WE KNOW
 */
/* line 585, ../sass/styles.scss */
#block-views-methods-block .taxonomy-term h2 {
  font-family: Arvo, sans-serif;
  font-weight: 300;
  width: 80%;
  padding-left: 1em;
}
/* line 592, ../sass/styles.scss */
#block-views-methods-block .taxonomy-term-description {
  width: 80%;
  padding-left: 1.5em;
}
/* line 596, ../sass/styles.scss */
#block-views-methods-block .views-row {
  margin-top: 3em;
}
/* line 599, ../sass/styles.scss */
#block-views-methods-block .views-row .slides .views-row {
  margin-top: 0;
  -moz-box-shadow: transparent 0 0 0 0;
  -webkit-box-shadow: transparent 0 0 0 0;
  box-shadow: transparent 0 0 0 0;
}
/* line 602, ../sass/styles.scss */
#block-views-methods-block .views-row .slides .views-row h2 {
  padding-left: 0;
}
/* line 605, ../sass/styles.scss */
#block-views-methods-block .views-row .slides .views-row h2.icon-video:before {
  font-family: 'phlr';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  margin-right: 0.5em;
}

/* Node Styling */
/*
 * Products, Experts, Projects, and Resources have a unique structure. Overriding default structure in these instances.
 */
/* line 637, ../sass/styles.scss */
.node-type-project #main .page-heading,
.node-type-expert #main .page-heading,
.node-type-resource #main .page-heading,
.page-search #main .page-heading,
.page-contact #main .page-heading {
  background: #F6F5F2;
  padding: 0 0 2em;
}
/* line 640, ../sass/styles.scss */
.node-type-project #main .page-heading h1.page__title,
.node-type-expert #main .page-heading h1.page__title,
.node-type-resource #main .page-heading h1.page__title,
.page-search #main .page-heading h1.page__title,
.page-contact #main .page-heading h1.page__title {
  padding: 0 12px;
  margin: 0;
}
/* line 645, ../sass/styles.scss */
.node-type-project #main .page-content,
.node-type-expert #main .page-content,
.node-type-resource #main .page-content,
.page-search #main .page-content,
.page-contact #main .page-content {
  background: #F6F5F2;
}

/* line 651, ../sass/styles.scss */
h1.page__title {
  font-family: Arvo, sans-serif;
  font-weight: 100;
}

/* line 659, ../sass/styles.scss */
.view-mode-sidebar_node_content h2.node__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 663, ../sass/styles.scss */
.view-mode-sidebar_node_content .field h2.node__title {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/* News */
/* line 674, ../sass/styles.scss */
.view-display-id-block_2 h2.node__title {
  margin-bottom: 0;
}

/*
 * Projects
 */
/* line 686, ../sass/styles.scss */
#block-views-projects-block .view-filters {
  position: relative;
  top: -95px;
  width: 625px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75em 0.5em 0.35em;
}
/* line 694, ../sass/styles.scss */
#block-views-projects-block .view-filters .views-exposed-form label {
  float: left;
  width: 50px;
  font-size: 0.75em;
  font-family: Arvo, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 702, ../sass/styles.scss */
#block-views-projects-block .view-filters .views-exposed-form .views-exposed-widget {
  padding: 0;
}
/* line 705, ../sass/styles.scss */
#block-views-projects-block .view-filters .views-exposed-form .views-widget {
  width: 452px;
  float: left;
  padding: 0;
}
/* line 710, ../sass/styles.scss */
#block-views-projects-block .view-filters .views-exposed-form .views-exposed-widget.views-submit-button {
  width: 100px;
  float: left;
}
/* line 713, ../sass/styles.scss */
#block-views-projects-block .view-filters .views-exposed-form .views-exposed-widget.views-submit-button input[type="submit"] {
  padding: 0.5em 1em 0.5em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-top: 1px;
  margin-bottom: 0;
}
/* line 723, ../sass/styles.scss */
#block-views-projects-block .view-content {
  clear: both;
}

/* line 731, ../sass/styles.scss */
.group-funding-information h3 {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 734, ../sass/styles.scss */
.group-funding-information .field {
  margin-bottom: 0.5em;
}
/* line 737, ../sass/styles.scss */
.group-funding-information .field:last-child {
  margin-bottom: 0;
}
/* line 740, ../sass/styles.scss */
.group-funding-information .field-label {
  float: none;
}

/*
 * Products
 */
/* line 754, ../sass/styles.scss */
.views-field-field-publication-type .views-field-field-publication-type .field-content {
  clear: left;
}

/* line 765, ../sass/styles.scss */
.node-type-resource .field-name-field-citations .field-items,
.node-type-news .field-name-field-citations .field-items {
  font-size: 0.75em;
}
/* line 772, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-document,
.node-type-news .view-mode-sidebar_node_content .field-name-field-document {
  background: #FBB224;
  border: 1px solid #FBB224;
  color: #FFF;
  display: inline-block;
  font-family: Arvo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75em;
  margin: 0 0 1.25em;
  padding: 0.8125em 1.5em 0.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
/* line 68, ../sass/_mixins.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-document:hover,
.node-type-news .view-mode-sidebar_node_content .field-name-field-document:hover {
  color: #FFF;
  background: #e89b04;
}
/* line 775, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-document a,
.node-type-news .view-mode-sidebar_node_content .field-name-field-document a {
  font-size: 1.25em;
  display: block;
  color: #FFF;
}
/* line 780, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-document a:before,
.node-type-news .view-mode-sidebar_node_content .field-name-field-document a:before {
  content: "\e60c";
  font-family: 'phlr';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 796, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-downloads,
.node-type-news .view-mode-sidebar_node_content .field-name-field-downloads {
  background-color: #858e95 !important;
}
/* line 798, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-downloads .file,
.node-type-news .view-mode-sidebar_node_content .field-name-field-downloads .file {
  background: #FBB224;
  border: 1px solid #FBB224;
  color: #FFF;
  display: inline-block;
  font-family: Arvo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75em;
  margin: 0 0 1.25em;
  padding: 0.8125em 1.5em 0.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0;
  border-radius: 0 !important;
  width: 100%;
}
/* line 68, ../sass/_mixins.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-downloads .file:hover,
.node-type-news .view-mode-sidebar_node_content .field-name-field-downloads .file:hover {
  color: #FFF;
  background: #e89b04;
}
/* line 803, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-downloads .file a,
.node-type-news .view-mode-sidebar_node_content .field-name-field-downloads .file a {
  font-size: 1.25em;
  display: block;
  color: #FFF;
}
/* line 809, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-downloads .file .file-icon,
.node-type-news .view-mode-sidebar_node_content .field-name-field-downloads .file .file-icon {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 815, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-phlr-resource-link,
.node-type-news .view-mode-sidebar_node_content .field-name-field-phlr-resource-link {
  background-color: #858e95 !important;
}
/* line 817, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-phlr-resource-link .field-item,
.node-type-news .view-mode-sidebar_node_content .field-name-field-phlr-resource-link .field-item {
  background: #FBB224;
  border: 1px solid #FBB224;
  color: #FFF;
  display: inline-block;
  font-family: Arvo, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 0.75em;
  margin: 0 0 1.25em;
  padding: 0.8125em 1.5em 0.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.25s ease-in;
  /* WebKit */
  -webkit-transition: all 0.25s ease-in;
  /* Opera */
  -o-transition: all 0.25s ease-in;
  /* Standard */
  transition: all 0.25s ease-in;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0;
  border-radius: 0 !important;
  width: 100%;
}
/* line 68, ../sass/_mixins.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-phlr-resource-link .field-item:hover,
.node-type-news .view-mode-sidebar_node_content .field-name-field-phlr-resource-link .field-item:hover {
  color: #FFF;
  background: #e89b04;
}
/* line 822, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-phlr-resource-link .field-item a,
.node-type-news .view-mode-sidebar_node_content .field-name-field-phlr-resource-link .field-item a {
  font-size: 1.25em;
  display: block;
  color: #FFF;
}
/* line 828, ../sass/styles.scss */
.node-type-resource .view-mode-sidebar_node_content .field-name-field-phlr-resource-link .field-item .file-icon,
.node-type-news .view-mode-sidebar_node_content .field-name-field-phlr-resource-link .field-item .file-icon {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 841, ../sass/styles.scss */
.group-publication-information {
  paddingt-top: 1em;
}
/* line 846, ../sass/styles.scss */
.group-publication-information .field-label {
  font-weight: bold;
  margin-right: 0.25em;
}

/*
 * Taxonomy Term Reference Styling
 */
