@charset "UTF-8";
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* line 2, sass/_normalize.min.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 2, sass/_normalize.min.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 2, sass/_normalize.min.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 2, sass/_normalize.min.scss */
[hidden] {
  display: none;
}

/* line 2, sass/_normalize.min.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 2, sass/_normalize.min.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/* line 2, sass/_normalize.min.scss */
body {
  margin: 0;
}

/* line 2, sass/_normalize.min.scss */
a:focus {
  outline: thin dotted;
}

/* line 2, sass/_normalize.min.scss */
a:active, a:hover {
  outline: 0;
}

/* line 2, sass/_normalize.min.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 2, sass/_normalize.min.scss */
h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

/* line 2, sass/_normalize.min.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 2, sass/_normalize.min.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 2, sass/_normalize.min.scss */
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

/* line 2, sass/_normalize.min.scss */
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

/* line 2, sass/_normalize.min.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 2, sass/_normalize.min.scss */
b, strong {
  font-weight: bold;
}

/* line 2, sass/_normalize.min.scss */
blockquote {
  margin: 1em 40px;
}

/* line 2, sass/_normalize.min.scss */
dfn {
  font-style: italic;
}

/* line 2, sass/_normalize.min.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 2, sass/_normalize.min.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 2, sass/_normalize.min.scss */
p, pre {
  margin: 1em 0;
}

/* line 2, sass/_normalize.min.scss */
code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

/* line 2, sass/_normalize.min.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 2, sass/_normalize.min.scss */
q {
  quotes: none;
}

/* line 2, sass/_normalize.min.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 2, sass/_normalize.min.scss */
small {
  font-size: 80%;
}

/* line 2, sass/_normalize.min.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* line 2, sass/_normalize.min.scss */
dl, menu, ol, ul {
  margin: 0;
}

/* line 2, sass/_normalize.min.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 2, sass/_normalize.min.scss */
menu, ol, ul {
  padding: 0 0 0 0px;
}

/* line 2, sass/_normalize.min.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 2, sass/_normalize.min.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 2, sass/_normalize.min.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 2, sass/_normalize.min.scss */
figure {
  margin: 0;
}

/* line 2, sass/_normalize.min.scss */
form {
  margin: 0;
}

/* line 2, sass/_normalize.min.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 2, sass/_normalize.min.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 2, sass/_normalize.min.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 2, sass/_normalize.min.scss */
button, input {
  line-height: normal;
}

/* line 2, sass/_normalize.min.scss */
button, select {
  text-transform: none;
}

/* line 2, sass/_normalize.min.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/* line 2, sass/_normalize.min.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 2, sass/_normalize.min.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 2, sass/_normalize.min.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2, sass/_normalize.min.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 2, sass/_normalize.min.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 2, sass/_normalize.min.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 2, sass/_normalize.min.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
Fonticons
========================================================================== */
@font-face {
  font-family: "mit-j-pal";
  src: url("fonts/mit-j-pal.eot");
  src: url("fonts/mit-j-pal.eot?#iefix") format("embedded-opentype"), url("fonts/mit-j-pal.woff") format("woff"), url("fonts/mit-j-pal.ttf") format("truetype"), url("fonts/mit-j-pal.svg#mit-j-pal") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, sass/_fonts.scss */
[data-icon]:before,
.block-search .form-actions:before,
.region-subheader .block-menu .menu li.expanded > a:after,
.dd-selected label:after,
.region-social .block:after,
label[for=edit-mefibs-form-sort-sort-by]:after,
label[for=edit-sort-by]:after,
.pane-custom-search-blocks span,
.block-custom-search-blocks span,
.pane-custom-search-blocks form:before,
.block-custom-search-blocks form:before,
.node-office .search form:before,
.node-office .search span,
.menu li.expanded > a:after,
.expand a:after,
a.toggle-interview:after,
.faq .views-row h4:after,
.a2a_button_facebook:before {
  font-family: "mit-j-pal" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 48, sass/_fonts.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before,
a .icon-mobile-menu:before {
  font-family: "mit-j-pal" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 61, sass/_fonts.scss */
.addtoany_share_save:before {
  content: "c";
  font-family: "mit-j-pal" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 72, sass/_fonts.scss */
.social-print .a2a_w_a2a {
  background-image: none;
}

/* line 76, sass/_fonts.scss */
.icon-arrow-down:before,
.region-subheader .block-menu .menu li.expanded > a:after,
.dd-selected label:after,
label[for=edit-mefibs-form-sort-sort-by]:after,
label[for=edit-sort-by]:after,
.pane-custom-search-blocks span,
.block-custom-search-blocks span,
.node-office .search span,
.menu li.expanded > a:after,
.expand a:after {
  content: "a";
  top: 7px;
  font-size: 10px;
  color: #000;
}

/* line 91, sass/_fonts.scss */
.region-subheader .block-menu .menu li.expanded:hover > a:after {
  color: #E35925;
}

/* line 94, sass/_fonts.scss */
.icon-blog-icon:before,
.region-social .block.blog:after {
  text-transform: lowercase !important;
  content: "b";
  color: #FFFFFF;
}

/* line 100, sass/_fonts.scss */
.icon-email-icon:before {
  content: "c";
  color: #000;
}

/* line 104, sass/_fonts.scss */
.icon-facebook-icon:before,
.a2a_button_facebook:before,
.region-social .block.block-facebook-pull:after {
  content: "d";
  color: #FFFFFF;
}

/* line 110, sass/_fonts.scss */
.icon-phone-icon:before {
  content: "e";
  color: #000;
}

/* line 114, sass/_fonts.scss */
.icon-search-icon:before,
.block-search .form-actions:before,
.pane-custom-search-blocks form:before,
.block-custom-search-blocks form:before,
.node-office .search form:before {
  content: "f";
  color: #000;
}

/* line 122, sass/_fonts.scss */
.icon-twitter-icon:before,
.region-social .block.twitter:after {
  content: "g";
  color: #FFFFFF;
}

/* line 127, sass/_fonts.scss */
.icon-mobile-menu:before {
  display: block;
  content: "h";
  color: #000;
}

/* line 132, sass/_fonts.scss */
.icon-close:before {
  content: "i";
  color: #000;
}

/* line 136, sass/_fonts.scss */
.icon-eval:before,
.icon-Evaluation:before {
  content: "j";
  color: #000;
}

/* line 141, sass/_fonts.scss */
.icon-lesson:before,
.icon-Lesson:before {
  content: "k";
  color: #000;
}

/* line 146, sass/_fonts.scss */
.icon-news:before,
.icon-News:before {
  content: "l";
  color: #000;
}

/* line 151, sass/_fonts.scss */
.icon-scaleup:before,
.icon-Scale:before {
  content: "m";
  color: #000;
}

/* line 156, sass/_fonts.scss */
.icon-sector:before {
  content: "n";
}

/* line 159, sass/_fonts.scss */
.icon-video:before {
  content: "o";
  color: #000;
}

/* line 163, sass/_fonts.scss */
.icon-agriculture:before,
.icon-Agriculture:before {
  content: "p";
  color: #0D8C80;
  margin-right: 5px;
}

/* line 169, sass/_fonts.scss */
.icon-labor:before,
.icon-Labor:before {
  content: "q";
  color: #0D8C80;
  margin-right: 5px;
}

/* line 175, sass/_fonts.scss */
.icon-finance:before,
.icon-Finance:before {
  content: "r";
  color: #0D8C80;
  margin-right: 5px;
}

/* line 181, sass/_fonts.scss */
.icon-enviro-energy:before,
.icon-Environment:before {
  content: "s";
  color: #0D8C80;
  margin-right: 5px;
}

/* line 187, sass/_fonts.scss */
.icon-political:before,
.icon-Political:before {
  content: "u";
  color: #0D8C80;
  margin-right: 5px;
}

/* line 193, sass/_fonts.scss */
.icon-crime:before,
.icon-Crime:before {
  content: "t";
  color: #0D8C80;
  margin-right: 5px;
}

/* line 199, sass/_fonts.scss */
.icon-education:before,
.icon-Education:before {
  content: "v";
  color: #0D8C80;
  margin-right: 5px;
}

/* line 205, sass/_fonts.scss */
.icon-health:before,
.icon-Health:before {
  content: "w";
  color: #0D8C80;
  margin-right: 5px;
}

/* line 211, sass/_fonts.scss */
.icon-publications:before,
.icon-Publication:before {
  content: "x";
  color: #000;
  margin-right: 5px;
}

/* line 217, sass/_fonts.scss */
.icon-region:before {
  content: "y";
  color: #000;
}

/* line 221, sass/_fonts.scss */
.icon-events:before,
.icon-Event:before {
  content: "z";
  color: #000;
}

/* line 226, sass/_fonts.scss */
.icon-affiliates:before,
.icon-affiliate:before,
.icon-Affiliate:before,
.icon-Person:before {
  content: "A";
  color: #000;
}

/* line 233, sass/_fonts.scss */
.icon-youtube:before {
  content: "B";
  color: #FFFFFF;
}

/* line 237, sass/_fonts.scss */
.icon-arrow-left:before {
  content: "C";
}

/* line 240, sass/_fonts.scss */
.icon-arrow-right:before {
  content: "D";
}

/* line 243, sass/_fonts.scss */
.icon-arrow-up:before,
.expand a.active:after {
  content: "E";
}

/* line 247, sass/_fonts.scss */
.icon-collapse-01:before {
  content: "F";
}

/* line 250, sass/_fonts.scss */
.icon-expand-01:before {
  content: "G";
}

/* line 253, sass/_fonts.scss */
.icon-print-01:before {
  content: "H";
}

/* line 256, sass/_fonts.scss */
.icon-initiative-icon:before {
  content: "I";
}

/* ==========================================================================
Typography
========================================================================== */
/* line 262, sass/_fonts.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 271, sass/_fonts.scss */
p {
  margin: 1.8em 0;
}

/* line 274, sass/_fonts.scss */
a {
  text-decoration: none;
  color: #0D8C80;
}

/* line 278, sass/_fonts.scss */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 281, sass/_fonts.scss */
input::-moz-focus-inner {
  border: 0;
}

/* line 284, sass/_fonts.scss */
a:hover {
  opacity: 0.7;
}

/* line 287, sass/_fonts.scss */
a.inactive {
  cursor: text;
}
/* line 289, sass/_fonts.scss */
a.inactive:hover {
  opacity: 1;
}

/* line 294, sass/_fonts.scss */
.menu a:hover,
a.fluidbox:hover {
  opacity: 1;
}

/* line 299, sass/_fonts.scss */
.menu a {
  color: #000;
}
/* line 301, sass/_fonts.scss */
.menu a:hover {
  color: #E35925;
}

/* line 305, sass/_fonts.scss */
h1 {
  margin-bottom: 0px;
}

/* line 308, sass/_fonts.scss */
.node .content h1, .node .content h2, .node .content h3 {
  line-height: 1.4;
}

/* line 311, sass/_fonts.scss */
.node-panel h1, .node-type-sector h1 {
  display: none;
}

/* line 314, sass/_fonts.scss */
h1, h2 {
  font-weight: 200;
  font-size: 2.5em;
  margin: 0.5em 0 0 0;
  color: #E35925;
  text-align: left;
}

/* line 321, sass/_fonts.scss */
.node-type-evaluation h1,
.node-type-person h1,
.node-type-program h1,
.node-type-policy-goal h1,
.node-type-job h1,
.node-type-event h1,
.node-type-research-resource-item h1,
.print-content h1, .print-content h2 {
  font-size: 2em;
  font-weight: 700;
  color: #000;
}

/* line 334, sass/_fonts.scss */
.node-type-policy-goal h1,
.node-type-program h1 {
  margin-top: 5px;
}

/* line 338, sass/_fonts.scss */
h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin: 1em 0;
}

/* line 343, sass/_fonts.scss */
.field-group-div h3 {
  margin: 0 0 1em 0;
  color: #0D8C80;
}

/* line 347, sass/_fonts.scss */
h2 + p, h3 + p {
  margin-top: 0.5em;
}

/* line 350, sass/_fonts.scss */
h2 a, h3 a {
  color: #000;
}

/* line 354, sass/_fonts.scss */
h4 {
  text-transform: uppercase;
  margin: 2px 0;
  font-size: 0.875em;
}

/* line 359, sass/_fonts.scss */
h5 {
  color: #414042;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.2em;
}

/* line 365, sass/_fonts.scss */
.node h5 + p {
  margin-top: 0px;
}

/* line 368, sass/_fonts.scss */
blockquote {
  margin: 1em 0 0 -25px;
  padding-left: 25px;
  border-left: 3px solid #0D8C80;
  font-style: italic;
}
/* line 373, sass/_fonts.scss */
blockquote p {
  font-size: 1.125em;
}

/* line 378, sass/_fonts.scss */
.field-type-text-long strong {
  color: gray-dark;
}

/* line 124, sass/_global.scss */
::-webkit-input-placeholder {
  color: #000;
}

/* line 125, sass/_global.scss */
:-moz-placeholder {
  color: #000;
}

/* line 126, sass/_global.scss */
::-moz-placeholder {
  color: #000;
}

/* line 127, sass/_global.scss */
:-ms-input-placeholder {
  color: #000;
}

/* ==========================================================================
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */
/* line 9, sass/main.scss */
html,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

/* line 16, sass/main.scss */
html, body {
  width: 100%;
  overflow-x: hidden;
}

/* line 20, sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 24, sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 29, sass/main.scss */
::-ms-clear {
  display: none;
}

/* line 30, sass/main.scss */
input[type=text]::-ms-clear {
  display: none;
}

/* line 33, sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

/* line 41, sass/main.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 46, sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 51, sass/main.scss */
textarea {
  resize: vertical;
}

/* line 54, sass/main.scss */
* {
  -webkit-tap-highlight-color: 0;
}

/* line 57, sass/main.scss */
.contextual-links-wrapper {
  display: none !important;
}

/* ==========================================================================
Imports
========================================================================== */
/* line 5, sass/_sitewide.scss */
body {
  background: #FFFFFF;
  color: #000;
}

/* line 9, sass/_sitewide.scss */
.centered,
.page-search #main > .content,
.page-user #main > .content,
.view-search-by-region {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
}

/* line 17, sass/_sitewide.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 24, sass/_sitewide.scss */
.sidebar, .region-sidebar, .print-link {
  display: none;
}

/* line 30, sass/_sitewide.scss */
.inline-block-list span, .inline-block-list strong {
  font-size: 1em;
}
/* line 33, sass/_sitewide.scss */
.inline-block-list a {
  font-size: 1em;
  margin-right: -2px;
  padding-left: 4px;
}

/* line 41, sass/_sitewide.scss */
#main {
  padding-top: 20px;
}

/* line 44, sass/_sitewide.scss */
.node {
  margin-bottom: 20px;
}
/* line 46, sass/_sitewide.scss */
.node.node-panel, .node.node-sector {
  margin-bottom: 0px;
}
/* line 50, sass/_sitewide.scss */
.node .content {
  font-size: 1em;
  line-height: 1.8;
}
/* line 53, sass/_sitewide.scss */
.node .content p {
  font-size: 1.1em;
}
/* line 55, sass/_sitewide.scss */
.node .content p.caption {
  font-size: 0.75em;
  font-style: italic;
  margin-top: 0px;
  line-height: 150%;
  color: #0D8C80;
  font-size: 0.75em;
  font-style: italic;
  font-weight: 700;
}
/* line 65, sass/_sitewide.scss */
.node .content p.image-offset + p.caption {
  margin-top: -1em;
}
/* line 69, sass/_sitewide.scss */
.node .content img.media-image {
  width: 100%;
}
/* line 72, sass/_sitewide.scss */
.node .content .view {
  font-size: 0.9em;
  line-height: 1.4;
}
/* line 77, sass/_sitewide.scss */
.node .content .view.inline-fields {
  font-size: 1em;
}

/* line 83, sass/_sitewide.scss */
.group-image-offset {
  position: relative;
}

/* line 87, sass/_sitewide.scss */
.panel-2col-stacked .panel-col-top,
.panel-2col-stacked .panel-col-bottom {
  width: 99.9%;
  /* clear: both; */
}

/* line 93, sass/_sitewide.scss */
body.mobile-nav-full {
  height: 100px;
}

/* ======================
 Language Class
 ====================== */
/* line 107, sass/_sitewide.scss */
#block-locale-language-content ul {
  list-style: none;
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
/* line 113, sass/_sitewide.scss */
#block-locale-language-content ul li {
  display: inline-block;
  width: 30%;
}
/* line 116, sass/_sitewide.scss */
#block-locale-language-content ul li a {
  color: #A0A6A7;
}
/* line 118, sass/_sitewide.scss */
#block-locale-language-content ul li a.active {
  font-weight: 500;
  color: #000;
}

/* ======================
   Global Drupal Overrides
   ====================== */
/* line 132, sass/_sitewide.scss */
ol {
  padding-left: 25px;
}

/* Menus */
/* line 137, sass/_sitewide.scss */
ul.menu {
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 141, sass/_sitewide.scss */
ul.menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

/* line 148, sass/_sitewide.scss */
.panel-2col-stacked .panel-col-last,
.panel-2col-stacked .panel-col-first,
.panel-2col-bricks .panel-col-last,
.panel-2col-bricks .panel-col-first {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 156, sass/_sitewide.scss */
.sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 100px;
}
/* line 159, sass/_sitewide.scss */
.sidebar ul {
  max-width: 200px;
}
/* line 161, sass/_sitewide.scss */
.sidebar ul li {
  list-style: none;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #A0A6A7;
}
/* line 166, sass/_sitewide.scss */
.sidebar ul li a {
  display: inline-block;
  width: 100%;
}
/* line 169, sass/_sitewide.scss */
.sidebar ul li a:hover {
  color: #E35925;
}
/* line 171, sass/_sitewide.scss */
.sidebar ul li a:hover:after {
  color: #E35925;
}
/* line 179, sass/_sitewide.scss */
.sidebar .menu .expanded {
  position: relative;
}
/* line 181, sass/_sitewide.scss */
.sidebar .menu .expanded > a.open:after {
  content: "E";
  text-transform: uppercase;
}
/* line 185, sass/_sitewide.scss */
.sidebar .menu .expanded > a:after {
  font-family: 'mit-j-pal';
  content: "a";
  text-transform: lowercase;
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 20px;
}
/* line 194, sass/_sitewide.scss */
.sidebar .menu .expanded .menu {
  display: none;
}
/* line 196, sass/_sitewide.scss */
.sidebar .menu .expanded .menu li {
  padding-left: 15px;
}
/* line 200, sass/_sitewide.scss */
.sidebar .menu .expanded.active {
  border-bottom: none;
  color: #E35925;
}
/* line 203, sass/_sitewide.scss */
.sidebar .menu .expanded.active > a {
  color: #E35925;
}
/* line 205, sass/_sitewide.scss */
.sidebar .menu .expanded.active > a:after {
  color: #E35925;
}

/* line 213, sass/_sitewide.scss */
.nodequeue-ajax-toggle {
  display: none;
}

/* line 216, sass/_sitewide.scss */
.collapse br {
  line-height: 3em;
  vertical-align: top;
}

/* ======================
   RELATED
   ====================== */
/* line 225, sass/_sitewide.scss */
.content-related {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  padding: 10px 0;
  margin: 20px 0;
  border-top: 5px solid #414042;
}
/* line 233, sass/_sitewide.scss */
.content-related h4 {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 2px solid #A0A6A7;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
/* line 241, sass/_sitewide.scss */
.content-related .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  display: block;
}
/* line 246, sass/_sitewide.scss */
.content-related .col .field-label {
  color: #0D8C80;
  text-transform: uppercase;
  padding: 5px 0;
}
/* line 250, sass/_sitewide.scss */
.content-related .col .field-label:before {
  color: #0D8C80;
  margin-right: 3px;
}
/* line 255, sass/_sitewide.scss */
.content-related .col .field-name-field-evaluation-teasers {
  font-size: 0.9em;
}
/* line 257, sass/_sitewide.scss */
.content-related .col .field-name-field-evaluation-teasers .field-item {
  border-top: 1px solid #E7E7E7;
  padding: 15px 0px 0px;
}
/* line 262, sass/_sitewide.scss */
.content-related .col .item-list ul {
  padding: 0 20px 0 0;
  margin: 0;
}
/* line 265, sass/_sitewide.scss */
.content-related .col .item-list ul li {
  border-top: 1px solid #E7E7E7;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 1.5em;
}
/* line 272, sass/_sitewide.scss */
.content-related .col .item-list ul li.first {
  border-top: 0px;
  padding-top: 0px;
}
/* line 276, sass/_sitewide.scss */
.content-related .col .item-list ul li a {
  color: #000;
  font-size: 0.9em;
}
/* line 279, sass/_sitewide.scss */
.content-related .col .item-list ul li a:hover {
  color: #0D8C80;
}
/* line 286, sass/_sitewide.scss */
.content-related .col .view-related-fields {
  padding: 0;
  margin: 0;
}
/* line 289, sass/_sitewide.scss */
.content-related .col .view-related-fields .view-content {
  height: auto;
}
/* line 291, sass/_sitewide.scss */
.content-related .col .view-related-fields .view-content .views-field-title, .content-related .col .view-related-fields .view-content .views-field-title-field, .content-related .col .view-related-fields .view-content .views-field-views-conditional {
  border-top: 1px solid #E7E7E7;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 1.5em;
  font-size: 1em;
}
/* line 299, sass/_sitewide.scss */
.content-related .col .view-related-fields .view-content .views-field-title.first, .content-related .col .view-related-fields .view-content .views-field-title-field.first, .content-related .col .view-related-fields .view-content .views-field-views-conditional.first {
  border-top: 0px;
  padding-top: 0px;
}
/* line 303, sass/_sitewide.scss */
.content-related .col .view-related-fields .view-content .views-field-title a, .content-related .col .view-related-fields .view-content .views-field-title-field a, .content-related .col .view-related-fields .view-content .views-field-views-conditional a {
  color: #000;
  font-size: 0.9em;
}
/* line 306, sass/_sitewide.scss */
.content-related .col .view-related-fields .view-content .views-field-title a:hover, .content-related .col .view-related-fields .view-content .views-field-title-field a:hover, .content-related .col .view-related-fields .view-content .views-field-views-conditional a:hover {
  color: #0D8C80;
}
/* line 316, sass/_sitewide.scss */
.content-related .more {
  position: absolute;
  bottom: 0px;
  left: 42%;
  font-weight: 600;
}

/* line 323, sass/_sitewide.scss */
.scroll-top-wrapper {
  position: fixed;
  opacity: 0.5;
  text-indent: -9999px;
  white-space: nowrap;
  z-index: 999;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  background: url(../img/back_button.png) no-repeat center center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 339, sass/_sitewide.scss */
.scroll-top-wrapper:hover {
  opacity: 1;
}
/* line 342, sass/_sitewide.scss */
.scroll-top-wrapper a {
  display: block;
  width: 40px;
  height: 40px;
}

/* line 349, sass/_sitewide.scss */
ul {
  margin-left: 2em;
}

/* line 353, sass/_sitewide.scss */
.tag-label {
  color: #0D8C80;
  display: inline;
  padding: 2px 5px;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 359, sass/_sitewide.scss */
.tag-label a {
  color: #0D8C80;
}
/* line 362, sass/_sitewide.scss */
.tag-label:after {
  content: ", ";
}
/* line 365, sass/_sitewide.scss */
.tag-label:last-of-type:after {
  content: "";
}
/* line 368, sass/_sitewide.scss */
.tag-label.tag {
  color: .tag-label.tag white;
  margin-bottom: 9px;
}
/* line 371, sass/_sitewide.scss */
.tag-label.tag a {
  color: #FFFFFF;
  background: #0D8C80;
  padding: 1px 7px;
  font-size: 0.82em;
  font-weight: 800;
}
/* line 378, sass/_sitewide.scss */
.tag-label.tag:after {
  display: none;
}

/* line 385, sass/_sitewide.scss */
#cboxWrapper, #cboxContent {
  background: transparent;
}

/* line 390, sass/_sitewide.scss */
#main p.expand {
  margin: 10px 0px;
  font-size: 0.95em;
}
/* line 393, sass/_sitewide.scss */
#main p.expand a:after {
  margin-left: 12px;
  color: #0D8C80;
}

/* line 400, sass/_sitewide.scss */
.margin-fields .field-items {
  color: #414042;
  line-height: 150%;
  font-size: 0.75em;
  font-style: italic;
}
/* line 405, sass/_sitewide.scss */
.margin-fields .field-items p {
  padding: 5px 0;
  margin: 5px 0 10px;
}
/* line 410, sass/_sitewide.scss */
.margin-fields .field-items sup {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #414042;
  border-radius: 999px;
  line-height: 16px;
  text-align: center;
  top: 0px;
  margin-top: 20px;
}
/* line 422, sass/_sitewide.scss */
.margin-fields:before {
  display: block;
  content: "";
  border-top: 1px solid #A0A6A7;
  width: 100%;
}

@media only screen and (max-width: 815px) {
  /* line 437, sass/_sitewide.scss */
  .content-related .col {
    border-bottom: 2px solid #A0A6A7;
    margin-bottom: 10px;
  }

  /* line 443, sass/_sitewide.scss */
  .margin-fields p.footnote {
    display: block !important;
  }
}
@media only screen and (min-width: 815px) {
  /* line 451, sass/_sitewide.scss */
  .main-wrapper.centered .region-content {
    width: 75%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 456, sass/_sitewide.scss */
  .main-wrapper.centered .region-content .field-item ul {
    margin-left: 1.2em;
  }
  /* line 461, sass/_sitewide.scss */
  .main-wrapper.centered .region-sidebar {
    display: block;
    width: 25%;
    float: left;
    margin-top: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 469, sass/_sitewide.scss */
  .sidebar {
    display: block;
    width: 250px;
    float: right;
    padding: 0 20px;
  }
  /* line 474, sass/_sitewide.scss */
  .sidebar.pad {
    margin-top: 100px;
  }
  /* line 477, sass/_sitewide.scss */
  .sidebar .links a {
    color: #000;
  }

  /* line 481, sass/_sitewide.scss */
  .mobileonly {
    display: none !important;
  }

  /* line 484, sass/_sitewide.scss */
  .pane-mefibs {
    position: relative;
  }

  /* line 487, sass/_sitewide.scss */
  .panel-2col-stacked .panel-col-last,
  .panel-2col-bricks .panel-col-last {
    width: 30%;
  }

  /* line 491, sass/_sitewide.scss */
  .panel-2col-stacked .panel-col-first,
  .panel-2col-bricks .panel-col-first {
    width: 70%;
  }

  /* line 495, sass/_sitewide.scss */
  .panel-2col-bricks .center-wrapper.filtered .panel-col-first,
  .panel-2col-bricks .center-wrapper.filtered .panel-col-last {
    width: 50%;
  }

  /* line 500, sass/_sitewide.scss */
  .content-related {
    position: relative;
    width: 70%;
    height: auto;
    min-height: 400px;
    overflow-x: hidden;
    overflow-y: visible;
  }
  /* line 507, sass/_sitewide.scss */
  .content-related .related-col {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 517, sass/_sitewide.scss */
  .content-related .related-col .col {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  /* line 521, sass/_sitewide.scss */
  .content-related .related-col .col.last {
    margin-right: 0px;
  }
  /* line 524, sass/_sitewide.scss */
  .content-related .related-col .col .field-item p {
    margin: 0 0 1em;
  }
  /* line 528, sass/_sitewide.scss */
  .content-related .related-col.cols-3 {
    width: 150%;
  }
  /* line 530, sass/_sitewide.scss */
  .content-related .related-col.cols-3 .col {
    width: 32%;
  }
  /* line 534, sass/_sitewide.scss */
  .content-related .related-col.cols-4 {
    width: 200%;
  }
  /* line 536, sass/_sitewide.scss */
  .content-related .related-col.cols-4 .col {
    width: 23%;
  }
  /* line 542, sass/_sitewide.scss */
  .content-related a.prev, .content-related a.next {
    position: absolute;
    top: 0px;
    border: 0;
    outline: 0;
  }
  /* line 547, sass/_sitewide.scss */
  .content-related a.prev:before, .content-related a.next:before {
    font-size: 35px;
    line-height: 43px;
    color: #000;
  }
  /* line 553, sass/_sitewide.scss */
  .content-related a.prev {
    right: 50px;
  }
  /* line 555, sass/_sitewide.scss */
  .content-related a.prev:before {
    content: '‹';
  }
  /* line 560, sass/_sitewide.scss */
  .content-related a.next {
    right: 0px;
  }
  /* line 562, sass/_sitewide.scss */
  .content-related a.next:before {
    content: '›';
  }

  /* Footnotes */
  /* line 571, sass/_sitewide.scss */
  .margin-fields {
    position: absolute;
    top: 0px;
    width: 28%;
    right: -33%;
    z-index: 1;
  }
  /* line 577, sass/_sitewide.scss */
  .margin-fields .field-item {
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    background: #FFFFFF;
  }
  /* line 584, sass/_sitewide.scss */
  .margin-fields .field-item sup {
    position: absolute;
    top: -25px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 0px;
  }
  /* line 590, sass/_sitewide.scss */
  .margin-fields .field-item sup span {
    position: absolute;
    width: 80px;
    font-size: 1.3em;
    top: -1px;
    opacity: 0;
  }
  /* line 597, sass/_sitewide.scss */
  .margin-fields .field-item sup:hover {
    color: #0D8C80;
    border: 1px solid #0D8C80;
  }
  /* line 600, sass/_sitewide.scss */
  .margin-fields .field-item sup:hover span {
    opacity: 1;
  }
  /* line 606, sass/_sitewide.scss */
  .margin-fields .field-item p {
    position: relative;
    margin: 0px;
    padding: 5px 0;
    border-top: 1px solid #A0A6A7;
    border-bottom: 1px solid #A0A6A7;
  }
  /* line 614, sass/_sitewide.scss */
  .margin-fields:before {
    display: none;
    border-top: 0px;
  }

  /* Print Links */
  /* line 622, sass/_sitewide.scss */
  .print-link {
    display: inline-block;
    float: right;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 630, sass/_sitewide.scss */
  .content .group-scale-up-content p.caption,
  .content .node-policy-goal p.caption {
    margin-top: 25px;
  }

  /* line 634, sass/_sitewide.scss */
  .node .content .field-items .image-offset + p.caption {
    margin-top: 1em;
  }

  /* line 637, sass/_sitewide.scss */
  .image-offset {
    width: 880px;
    height: 400px;
    overflow: hidden;
    margin: 25px 0 8px -180px;
  }
  /* line 642, sass/_sitewide.scss */
  .image-offset.group-image {
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 0;
    position: relative;
  }
  /* line 648, sass/_sitewide.scss */
  .image-offset.group-image .field-type-image {
    width: 880px;
    height: 400px;
    overflow: hidden;
    margin: 0px 0 8px -200px;
  }
  /* line 654, sass/_sitewide.scss */
  .image-offset.group-image .field-name-field-image-caption {
    position: absolute;
    left: 100%;
    margin-left: 0;
  }
  /* line 660, sass/_sitewide.scss */
  .image-offset img {
    width: 100%;
  }
}
/* ======================
   Header
   ====================== */
/* line 4, sass/_header.scss */
header {
  border-bottom: 1px solid #A0A6A7;
}

/* Header Logo */
/* line 9, sass/_header.scss */
.jpal-logo {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 65px;
  float: left;
  margin-bottom: 30px;
  z-index: 10;
}
/* line 17, sass/_header.scss */
.jpal-logo:hover {
  opacity: 1;
}
/* line 20, sass/_header.scss */
.jpal-logo img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
/* line 26, sass/_header.scss */
.jpal-logo.mobileonly img {
  width: 159px;
  top: 0.7em;
}

/* line 33, sass/_header.scss */
#block-lang-dropdown-language-content {
  display: none;
}

/* Mobile Menu Controls */
/* line 37, sass/_header.scss */
.mobile-menu-controls {
  float: right;
  font-size: 1.8em;
  line-height: 3.5em;
  position: relative;
  z-index: 20;
}
/* line 43, sass/_header.scss */
.mobile-menu-controls a {
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
}
/* line 47, sass/_header.scss */
.mobile-menu-controls a.active {
  display: none;
}
/* line 50, sass/_header.scss */
.mobile-menu-controls a:hover {
  opacity: 1;
}

/* line 55, sass/_header.scss */
.menu-active a.mobile-menu-close {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
/* line 65, sass/_header.scss */
.menu-active a.mobile-menu-close:hover {
  opacity: 1;
}
/* line 68, sass/_header.scss */
.menu-active a.mobile-menu-close .icon-mobile-menu:before {
  content: '\00D7';
  position: absolute;
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 48px;
  background-color: #E7E7E7;
  right: 0px;
  color: #414042;
  padding: 0 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

/* line 87, sass/_header.scss */
a.search.mobile-menu-close {
  margin-top: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
/* line 92, sass/_header.scss */
a.search.mobile-menu-close .icon-mobile-menu:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

/* line 100, sass/_header.scss */
.region-header {
  position: relative;
  width: 100%;
}
/* line 103, sass/_header.scss */
.region-header .block-search {
  position: relative;
}
/* line 105, sass/_header.scss */
.region-header .block-search .menu-icon {
  content: url(../img/jpal_favicon.png);
  position: absolute;
  bottom: 9px;
  left: 20px;
  display: block;
}
/* line 112, sass/_header.scss */
.region-header .block-search form {
  -webkit-transition: height  0.4s ease;
  transition: height  0.4s ease;
  -moz-transition: height 0.4s ease;
  height: 52px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #FFF;
  margin: 0;
  border-bottom: 2px solid #E7E7E7;
  cursor: pointer;
}
/* line 123, sass/_header.scss */
.region-header .block-search form label {
  display: none;
}
/* line 126, sass/_header.scss */
.region-header .block-search form .form-item {
  margin: 0;
}
/* line 129, sass/_header.scss */
.region-header .block-search form .form-text {
  width: 100%;
  height: 0px;
  padding: 0 25px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 0.813em;
  line-height: 25px;
  background-color: #FAFAFA;
  color: #414042;
  margin: 0;
  visibility: hidden;
  -webkit-transition: height 0.4s ease, margin 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: height 0.4s ease, margin 0.4s ease, opacity 0.4s ease, visibility 0.4 ease;
  -moz-transition: height 0.4s ease, margin 0.4s ease, opacity 0.4s ease, visibility 0.4 ease;
}
/* line 147, sass/_header.scss */
.region-header .block-search form.active {
  height: 102px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  -moz-transition: 0.4s ease;
}
/* line 152, sass/_header.scss */
.region-header .block-search form.active .form-text {
  visibility: visible;
  opacity: 1;
  height: 50px;
  margin: 0;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  -moz-transition: 0.4s ease;
}
/* line 162, sass/_header.scss */
.region-header .block-search form.active .form-actions .form-submit {
  top: 50px;
}
/* line 165, sass/_header.scss */
.region-header .block-search form.active .form-actions:before {
  top: 50px;
}
/* line 170, sass/_header.scss */
.region-header .block-search form .form-actions:hover:before {
  color: #E35925;
}
/* line 173, sass/_header.scss */
.region-header .block-search form .form-text:focus,
.region-header .block-search form .form-submit:focus {
  outline: none;
}
/* line 178, sass/_header.scss */
.region-header .block-search form .form-actions {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 181, sass/_header.scss */
.region-header .block-search form .form-actions .form-submit {
  position: absolute;
  padding: 0;
  border: none;
  top: 0px;
  right: 50px;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  width: 50px;
}
/* line 193, sass/_header.scss */
.region-header .block-search form .form-actions:before {
  position: absolute;
  top: 0px;
  right: 50px;
  height: 50px;
  width: 50px;
  line-height: 56px;
  font-size: 1.5em;
  text-align: center;
  color: #414042;
  z-index: 5;
  background: #FAFAFA;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

/* line 216, sass/_header.scss */
.special ~ .mobile-sub-nav {
  height: 73px;
  transition: height 1s ease;
}

/* line 221, sass/_header.scss */
.mobile-sub-nav {
  display: block;
  height: 69px;
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  border-left: 1px solid #E7E7E7;
  transition: height 1s ease;
}

/* line 235, sass/_header.scss */
.mobileonly .menu li {
  position: relative;
  display: block;
}
/* line 238, sass/_header.scss */
.mobileonly .menu li a {
  display: block;
  padding: 23px 20px;
  position: relative;
  font-weight: 500;
  text-align: left;
}
/* line 246, sass/_header.scss */
.mobileonly .menu li:hover > a {
  color: #E35925 !important;
}
/* line 250, sass/_header.scss */
.mobileonly .menu li.expanded .menu-description {
  display: none;
}
/* line 253, sass/_header.scss */
.mobileonly .menu li.expanded .menu {
  display: none;
}
/* line 256, sass/_header.scss */
.mobileonly .menu li.expanded a:after {
  display: block;
  position: absolute;
  font-size: 16px;
  top: 25px;
  right: 25px;
}
/* line 263, sass/_header.scss */
.mobileonly .menu li.expanded a.special:after {
  content: "E";
  color: #E35925;
}
/* line 268, sass/_header.scss */
.mobileonly .menu li.show-sub > a {
  color: #E35925 !important;
}

/* Top Header Navigation */
/* line 274, sass/_header.scss */
.region-subheader {
  clear: both;
}
/* line 277, sass/_header.scss */
.region-subheader .menu li {
  position: relative;
  display: block;
}
/* line 280, sass/_header.scss */
.region-subheader .menu li a {
  display: block;
  padding: 8px 20px;
  position: relative;
  font-weight: 500;
  text-align: left;
}
/* line 288, sass/_header.scss */
.region-subheader .menu li:hover a {
  color: #E35925;
}
/* line 292, sass/_header.scss */
.region-subheader .menu li.expanded .menu-description {
  display: none;
}
/* line 295, sass/_header.scss */
.region-subheader .menu li.expanded .menu {
  display: none;
}
/* line 298, sass/_header.scss */
.region-subheader .menu li.expanded a:after {
  display: block;
  position: absolute;
  font-size: 16px;
  top: 7px;
  right: 5px;
}

/* line 312, sass/_header.scss */
.banner {
  position: relative;
  width: 100%;
}
/* line 316, sass/_header.scss */
.banner h2 {
  margin-top: 1.2em;
  text-align: center;
}
/* line 321, sass/_header.scss */
.banner .photo:after {
  content: ' ';
}
/* line 325, sass/_header.scss */
.banner h3 {
  text-align: center;
}

/* line 329, sass/_header.scss */
.front .banner {
  margin-bottom: 0px;
}

/* line 334, sass/_header.scss */
.banner .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 338, sass/_header.scss */
.banner .photo img {
  display: block;
  height: 250px;
  object-fit: cover;
}
/* line 343, sass/_header.scss */
.banner .photo:after {
  content: ' ';
  position: absolute;
  height: 350px;
  top: -50px;
  top: -100px;
  right: -8%;
  mix-blend-mode: overlay;
  width: 100%;
  height: 500px;
  background: url(../img/Swirl.png) no-repeat;
  background-size: 52%;
  background-position: 115% 19%;
}
/* line 359, sass/_header.scss */
.banner .banner-logo {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(240, 240, 240, 0.85);
  margin-top: -60px;
  text-align: center;
  padding-left: 0;
  padding: 7px 20px 7px 0px;
}
/* line 368, sass/_header.scss */
.banner .banner-logo ul {
  margin: 0;
}
/* line 370, sass/_header.scss */
.banner .banner-logo ul li {
  margin: 0;
  list-style: none;
  display: inline-block;
}
/* line 374, sass/_header.scss */
.banner .banner-logo ul li img {
  height: 48px;
  width: auto;
}

/* line 385, sass/_header.scss */
p.centered {
  width: 75%;
  margin: 20px auto;
  text-align: center;
  font-size: 1.25em;
}

@media only screen and (min-width: 600px) {
  /* line 393, sass/_header.scss */
  .banner .photo {
    height: 300px;
  }
  /* line 395, sass/_header.scss */
  .banner .photo img {
    height: 100%;
    position: absolute;
  }
  /* line 400, sass/_header.scss */
  .banner .photo.top img {
    object-position: 100% 0%;
  }
  /* line 403, sass/_header.scss */
  .banner .photo.top-center img {
    object-position: 100% 30%;
  }
  /* line 406, sass/_header.scss */
  .banner .photo.center img {
    object-position: 100% 60%;
  }
  /* line 409, sass/_header.scss */
  .banner .photo.bottom img {
    object-position: 100% 100%;
  }
  /* line 412, sass/_header.scss */
  .banner .photo:after {
    top: -100px;
    width: 100%;
    height: 500px;
    right: 0px;
    background: url(../img/Swirl.png) no-repeat;
    background-position: 98% center;
    background-size: contain;
  }
  /* line 422, sass/_header.scss */
  .banner .banner-logo {
    width: auto;
    background: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: -1px 3px 5px #E7E7E7;
    -webkit-box-shadow: -1px 3px 5px #E7E7E7;
    box-shadow: -1px 3px 5px #E7E7E7;
    padding-left: 50px;
    margin-top: -30px;
  }
  /* line 430, sass/_header.scss */
  .banner .banner-logo .item-list img {
    width: auto;
    max-height: 48px;
  }
  /* line 435, sass/_header.scss */
  .banner .banner-logo li:not(:first-child) {
    margin-left: 32px;
  }

  /* line 442, sass/_header.scss */
  .ie .banner .photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
  }
  /* line 449, sass/_header.scss */
  .ie .banner .photo.top img {
    top: 0px;
  }
  /* line 452, sass/_header.scss */
  .ie .banner .photo.top-center img {
    top: -20%;
  }
  /* line 455, sass/_header.scss */
  .ie .banner .photo.center img {
    bottom: -20%;
  }
  /* line 458, sass/_header.scss */
  .ie .banner .photo.bottom img {
    bottom: 0px;
  }
  /* line 461, sass/_header.scss */
  .ie .banner .photo:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    background: url(../img/Swirl.png) no-repeat;
    background-position: 103% 15%;
  }
}
@media only screen and (max-width: 815px) {
  /* line 473, sass/_header.scss */
  .page-header-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #FFFFFF;
    z-index: 150;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    -moz-transition-property: top;
    -o-transition-property: top;
    -webkit-transition-property: top;
    transition-property: top;
    -moz-transition-property: 0.5s;
    -o-transition-property: 0.5s;
    -webkit-transition-property: 0.5s;
    transition-property: 0.5s;
  }
  /* line 486, sass/_header.scss */
  .page-header-menu.menu-active {
    top: 0px;
  }
  /* line 490, sass/_header.scss */
  .page-header-menu .menu li {
    padding: 0;
    transition: padding-bottom 1s ease;
    -webkit-transition: padding-bottom 1s ease;
    -moz-transition: padding-bottom 1s ease;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #E7E7E7;
  }
  /* line 502, sass/_header.scss */
  .page-header-menu .menu li.expanded .menu {
    display: block;
    max-height: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    overflow: hidden;
    position: relative;
    top: 5px;
    left: 0;
    right: 0;
    background: #FAFAFA;
    z-index: 10;
  }
  /* line 516, sass/_header.scss */
  .page-header-menu .menu li.expanded .menu a {
    padding: 23px 40px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
  }
  /* line 524, sass/_header.scss */
  .page-header-menu .menu li.expanded.show-sub {
    padding-bottom: 0;
    transition: padding-bottom 1s ease;
    -webkit-transition: padding-bottom 1s ease;
    -moz-transition: all 1s ease;
  }
  /* line 529, sass/_header.scss */
  .page-header-menu .menu li.expanded.show-sub a {
    color: #E35925;
  }
  /* line 530, sass/_header.scss */
  .page-header-menu .menu li.expanded.show-sub .menu {
    display: block;
    position: relative;
    top: 5px;
    left: 0;
    right: 0;
    background: #FAFAFA;
    z-index: 10;
    max-height: 1000px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
  }
  /* line 543, sass/_header.scss */
  .page-header-menu .menu li.expanded.show-sub .menu li {
    display: block;
    border-bottom: 1px solid #E7E7E7;
    float: none;
    margin: 0;
    padding: 0;
  }
  /* line 549, sass/_header.scss */
  .page-header-menu .menu li.expanded.show-sub .menu li a {
    display: block;
    margin: 0;
    padding: 23px 40px;
    transition: all 1s ease;
    -moz-transition: all 1 ease;
    -webkit-transition: all 1s ease;
    border: none;
    text-align: left;
    color: #000;
  }
  /* line 561, sass/_header.scss */
  .page-header-menu .menu li.expanded.show-sub .menu li:hover a {
    color: #E35925;
  }
  /* line 568, sass/_header.scss */
  .page-header-menu .menu li.expanded a {
    display: block;
    color: #000;
    text-align: left;
    padding: 23px 20px;
  }

  /* Header Logo mobile */
}
@media only screen and (min-width: 815px) {
  /* line 587, sass/_header.scss */
  .jpal-logo {
    margin-bottom: 10px;
  }

  /* ======================
     Header
     ====================== */
  /* line 595, sass/_header.scss */
  header {
    padding: 15px 0 0 0;
  }

  /* Utility Links */
  /* line 601, sass/_header.scss */
  .region-header .menu {
    font-size: 0.86em;
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
  }
  /* line 607, sass/_header.scss */
  .region-header .menu li {
    display: inline-block;
    padding: 2px 12px 2px 8px;
  }
  /* line 610, sass/_header.scss */
  .region-header .menu li:last-of-type {
    padding-right: 0;
  }
  /* line 614, sass/_header.scss */
  .region-header .menu li.expanded .menu {
    display: none;
  }
  /* line 617, sass/_header.scss */
  .region-header .menu li.expanded a:after {
    content: "";
  }
  /* line 624, sass/_header.scss */
  .region-header .block-lang-dropdown {
    float: right;
    margin: -10px 10px 0;
    margin-right: 0;
  }
  /* line 628, sass/_header.scss */
  .region-header .block-lang-dropdown form .form-item {
    margin-top: 3px;
    margin-bottom: 5px;
  }
  /* line 632, sass/_header.scss */
  .region-header .block-lang-dropdown .ddsDefault .dd-select {
    background: #FFF !important;
    border: 0;
  }
  /* line 636, sass/_header.scss */
  .region-header .block-lang-dropdown .ddsDefault .dd-selected {
    padding: 8px 10px;
  }
  /* line 639, sass/_header.scss */
  .region-header .block-lang-dropdown label {
    font-weight: 300 !important;
    font-size: 0.86em;
    padding: 2px 0;
  }
  /* line 643, sass/_header.scss */
  .region-header .block-lang-dropdown label.dd-selected-text {
    border-right: 1px solid #E7E7E7;
  }
  /* line 646, sass/_header.scss */
  .region-header .block-lang-dropdown label:after {
    padding-left: 8px;
  }
  /* line 650, sass/_header.scss */
  .region-header .block-lang-dropdown .dd-pointer, .region-header .block-lang-dropdown .dd-pointer-down {
    display: none;
  }
  /* line 655, sass/_header.scss */
  .region-header #block-menu-menu-utility-menu .content .menu {
    margin-top: 1px;
    margin-bottom: 10px;
  }
  /* line 658, sass/_header.scss */
  .region-header #block-menu-menu-utility-menu .content .menu li {
    border-right: 1px solid #E7E7E7;
  }
  /* line 660, sass/_header.scss */
  .region-header #block-menu-menu-utility-menu .content .menu li a:hover {
    color: #A0A6A7;
  }
  /* line 663, sass/_header.scss */
  .region-header #block-menu-menu-utility-menu .content .menu li:last-of-type {
    padding-right: 12px;
  }
  /* line 670, sass/_header.scss */
  .region-header .block-search {
    display: inline-block;
    float: right;
    height: auto;
  }
  /* line 674, sass/_header.scss */
  .region-header .block-search .menu-icon {
    display: none;
  }
  /* line 677, sass/_header.scss */
  .region-header .block-search form {
    float: right;
    width: 25px;
    border-bottom: none;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -2px;
    width: 100%;
    padding-right: 25px;
    padding-left: 5px;
    height: 25px;
  }
  /* line 689, sass/_header.scss */
  .region-header .block-search form:before {
    content: '';
    width: 0;
    height: 0;
  }
  /* line 694, sass/_header.scss */
  .region-header .block-search form.active {
    height: 25px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    border-bottom: none;
  }
  /* line 700, sass/_header.scss */
  .region-header .block-search form.active .form-text {
    visibility: visible;
    opacity: 1;
    height: 25px;
    transition: none;
  }
  /* line 707, sass/_header.scss */
  .region-header .block-search form.active .form-actions .form-submit {
    top: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  /* line 714, sass/_header.scss */
  .region-header .block-search form.active .form-actions:before {
    top: 0px;
    -webkit-transition: none;
  }
  /* line 720, sass/_header.scss */
  .region-header .block-search form label {
    display: none;
  }
  /* line 723, sass/_header.scss */
  .region-header .block-search form .form-item {
    margin: 0;
  }
  /* line 726, sass/_header.scss */
  .region-header .block-search form .form-text {
    width: 100%;
    height: 25px;
    padding: 0;
    margin: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFF;
    font-size: 0.813em;
    line-height: 25px;
  }
  /* line 740, sass/_header.scss */
  .region-header .block-search form .form-actions .form-submit {
    position: absolute;
    top: 0px;
    right: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: -9999em;
    cursor: pointer;
  }
  /* line 754, sass/_header.scss */
  .region-header .block-search form .form-actions:before {
    line-height: 25px;
    top: 0px;
    right: 0;
    width: 25px;
    height: 25px;
    color: #414042;
    z-index: 5;
    background: #FFF;
  }

  /* line 768, sass/_header.scss */
  #block-lang-dropdown-language-content {
    display: inline-block;
  }

  /* line 772, sass/_header.scss */
  #block-menu-menu-research-menu {
    clear: right;
  }
  /* line 775, sass/_header.scss */
  #block-menu-menu-research-menu .menu {
    text-transform: uppercase;
    font-weight: 500;
    border-top: 1px solid #E7E7E7;
    padding-top: 15px;
  }

  /* Top Header Navigation */
  /* line 783, sass/_header.scss */
  .region-subheader {
    display: inline-block;
    margin-right: -4px;
    float: left;
    margin: 15px 0 10px 0;
  }
  /* line 788, sass/_header.scss */
  .region-subheader .block {
    display: inline-block;
    margin-right: -4px;
  }
  /* line 792, sass/_header.scss */
  .region-subheader .menu {
    font-size: 1em;
  }
  /* line 794, sass/_header.scss */
  .region-subheader .menu li {
    display: inline-block;
    margin: 0px;
  }
  /* line 797, sass/_header.scss */
  .region-subheader .menu li a {
    display: block;
    padding: 0 20px 0 10px;
    position: relative;
    margin: 0px;
  }
  /* line 803, sass/_header.scss */
  .region-subheader .menu li.first {
    margin-left: 0px;
  }
  /* line 807, sass/_header.scss */
  .region-subheader .menu li.expanded .menu-description {
    display: block;
    position: absolute;
    top: 0px;
    left: 240px;
    z-index: 50;
    width: 270px;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.8;
    vertical-align: 100%;
    border-left: 1px solid #A0A6A7;
    padding: 0 20px 40px 40px;
  }
  /* line 820, sass/_header.scss */
  .region-subheader .menu li.expanded .menu-description p {
    margin-top: -6px;
  }
  /* line 826, sass/_header.scss */
  .region-subheader .menu li.expanded:hover .menu {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    padding: 30px 1000em 40px;
    margin: -9px -1000em 0;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(35, 31, 32, 0.18);
    border-top: none;
    z-index: 10;
  }
  /* line 839, sass/_header.scss */
  .region-subheader .menu li.expanded:hover .menu li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
  }
  /* line 844, sass/_header.scss */
  .region-subheader .menu li.expanded:hover .menu li a {
    display: block;
    margin: 0;
    padding: 5px 10px;
    border: none;
    text-align: left;
    white-space: nowrap;
    color: #000;
  }
  /* line 854, sass/_header.scss */
  .region-subheader .menu li.expanded:hover .menu li:hover a {
    color: #E35925;
  }

  /* Desktop Search */
  /* line 872, sass/_header.scss */
  .no-js .block-search form {
    border-bottom: 1px solid #E7E7E7;
  }

  /* line 876, sass/_header.scss */
  .js .block-search form {
    float: right;
    width: 25px;
    border-bottom: none;
    -moz-transition: border 0.5s, width 0.5s;
    -o-transition: border 0.5s, width 0.5s;
    -webkit-transition: border 0.5s, width 0.5s;
    transition: border 0.5s, width 0.5s;
  }
  /* line 881, sass/_header.scss */
  .js .block-search form.active {
    width: 200px;
  }
  /* line 883, sass/_header.scss */
  .js .block-search form.active .form-text {
    visibility: visible;
    width: 100%;
    opacity: 1;
  }
  /* line 890, sass/_header.scss */
  .js .block-search .form-text {
    visibility: hidden;
    width: 0;
    opacity: 0;
    -moz-transition: opacity 0.5s, width 0.5s;
    -o-transition: opacity 0.5s, width 0.5s;
    -webkit-transition: opacity 0.5s, width 0.5s;
    transition: opacity 0.5s, width 0.5s;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 905, sass/_header.scss */
  .i18n-en .region-subheader .menu li.expanded .menu-description {
    left: 350px;
    width: 390px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 919, sass/_header.scss */
  .i18n-es .region-subheader .menu li.expanded .menu-description {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  /* line 930, sass/_header.scss */
  .banner .photo {
    height: 340px;
  }
}
@media only screen and (min-width: 2200px) {
  /* line 937, sass/_header.scss */
  .banner .photo {
    height: 380px;
  }
}
/* ======================
Footer
====================== */
/* line 4, sass/_footer.scss */
footer {
  padding: 20px 0 30px 0;
  background: #414042;
  color: #FFFFFF;
  font-size: 12px;
}
/* line 9, sass/_footer.scss */
footer img {
  display: none;
  width: 100px;
}
/* line 13, sass/_footer.scss */
footer p {
  margin: .5em 0;
}
/* line 16, sass/_footer.scss */
footer a {
  color: #FFFFFF;
}
/* line 20, sass/_footer.scss */
footer .middle .address, footer .middle .contact, footer .middle .newsletter {
  margin: 20px 0;
}
/* line 24, sass/_footer.scss */
footer .middle .newsletter {
  border-top: 1px solid #A0A6A7;
  border-bottom: 1px solid #A0A6A7;
  padding: 20px 0;
  margin-top: 0;
}
/* line 29, sass/_footer.scss */
footer .middle .newsletter input[type=text] {
  width: 170px;
  font-size: 0.75em;
  height: 20px;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}
/* line 37, sass/_footer.scss */
footer .middle .newsletter input[type=button] {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #A0A6A7;
  text-transform: uppercase;
  line-height: 20px;
}
/* line 43, sass/_footer.scss */
footer .middle .newsletter input[type=button]:hover {
  color: #414042;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
/* line 52, sass/_footer.scss */
footer .bottom .social {
  font-size: 30px;
}
/* line 54, sass/_footer.scss */
footer .bottom .social i:before {
  color: #FFFFFF;
}
/* line 57, sass/_footer.scss */
footer .bottom .social a {
  padding-left: 20px;
}

/* Sign up Block */
/* line 64, sass/_footer.scss */
#footer {
  position: relative;
}

/* line 67, sass/_footer.scss */
.newsletter-block {
  position: fixed;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
/* line 73, sass/_footer.scss */
.newsletter-block span {
  background: #E35925;
  margin-left: 10px;
  color: #FFFFFF;
  padding: 7px 12px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}
/* line 82, sass/_footer.scss */
.newsletter-block span:after {
  font-family: 'mit-j-pal';
  content: "E";
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 10px;
}
/* line 89, sass/_footer.scss */
.newsletter-block span.open:after {
  content: 'a';
  text-transform: lowercase;
}
/* line 94, sass/_footer.scss */
.newsletter-block .newsletter-form {
  position: relative;
  background: #E35925;
  padding: 25px;
  z-index: 2;
  text-align: center;
}
/* line 101, sass/_footer.scss */
.newsletter-block label {
  display: inline;
  font-size: 1.375em;
  font-weight: 200;
  line-height: 38px;
}
/* line 107, sass/_footer.scss */
.newsletter-block input[type=email] {
  width: 55%;
  border: none;
  height: 38px;
  padding-left: 20px;
  margin: 0  25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 115, sass/_footer.scss */
.newsletter-block input[type=button] {
  color: #FFFFFF;
  background: #E35925;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  line-height: 30px;
  padding: 2px 13px;
}
/* line 122, sass/_footer.scss */
.newsletter-block input[type=button]:hover {
  color: #E35925;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 815px) {
  /* line 131, sass/_footer.scss */
  .newsletter-block .newsletter-form {
    padding: 10px;
  }
  /* line 133, sass/_footer.scss */
  .newsletter-block .newsletter-form input[type=email] {
    width: 100%;
    margin: 0;
    font-size: 16px;
  }
  /* line 138, sass/_footer.scss */
  .newsletter-block .newsletter-form input[type=button] {
    margin: 10px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 148, sass/_footer.scss */
  footer img {
    display: block;
  }
  /* line 151, sass/_footer.scss */
  footer .middle {
    padding-bottom: 25px;
    border-bottom: 1px solid #A0A6A7;
    margin: 25px 0;
  }
  /* line 155, sass/_footer.scss */
  footer .middle .block-views {
    width: 60%;
    float: left;
  }
  /* line 161, sass/_footer.scss */
  footer .middle .view-footer-contact .field-content div {
    width: 50%;
    float: left;
  }
  /* line 166, sass/_footer.scss */
  footer .middle .address, footer .middle .contact, footer .middle .newsletter {
    margin: 0;
  }
  /* line 170, sass/_footer.scss */
  footer .middle .newsletter {
    border: none;
    width: 30%;
    float: left;
    padding: 0 0 0 2%;
    border-left: 1px solid #A0A6A7;
  }
  /* line 178, sass/_footer.scss */
  footer .bottom {
    width: 100%;
    margin-top: 20px;
  }
  /* line 182, sass/_footer.scss */
  footer .bottom img {
    float: left;
  }
  /* line 185, sass/_footer.scss */
  footer .bottom .social {
    float: right;
  }
}
/* line 6, sass/_forms.scss */
::-webkit-input-placeholder {
  color: #A0A6A7;
}

/* line 9, sass/_forms.scss */
:-moz-placeholder {
  color: #A0A6A7;
  opacity: 1;
}

/* line 13, sass/_forms.scss */
::-moz-placeholder {
  color: #A0A6A7;
  opacity: 1;
}

/* line 17, sass/_forms.scss */
:-ms-input-placeholder {
  color: #A0A6A7;
}

/* line 20, sass/_forms.scss */
input[type=text]:focus {
  outline: none;
  border: 2px solid #E35925;
}

/* line 24, sass/_forms.scss */
.field-collection-view ul.field-collection-view-links {
  display: none;
}

/* line 27, sass/_forms.scss */
.mobile-sort {
  position: relative;
  padding-bottom: 100px;
}

/* line 31, sass/_forms.scss */
.views-exposed-form .views-exposed-widget.views-widget-sort-by .form-item-sort-by .simpleselect {
  height: 0;
}

/* line 34, sass/_forms.scss */
.views-exposed-form .views-exposed-widget {
  padding: 0;
  margin: 1.25em 0;
}
/* line 37, sass/_forms.scss */
.views-exposed-form .views-exposed-widget.views-widget-filter-search_api_views_fulltext {
  position: relative;
}
/* line 39, sass/_forms.scss */
.views-exposed-form .views-exposed-widget.views-widget-filter-search_api_views_fulltext label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 15px;
  color: #A0A6A7;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 38px;
  cursor: text;
}
/* line 51, sass/_forms.scss */
.views-exposed-form .views-exposed-widget input, .views-exposed-form .views-exposed-widget select, .views-exposed-form .views-exposed-widget textarea {
  font-size: 16px;
}
/* line 54, sass/_forms.scss */
.views-exposed-form .views-exposed-widget input {
  height: 38px;
  padding: 0px 15px;
}
/* line 58, sass/_forms.scss */
.views-exposed-form .views-exposed-widget .form-submit {
  color: #FFFFFF;
  background: #E35925;
  border: none;
  margin-top: 0;
  text-align: center;
}
/* line 65, sass/_forms.scss */
.views-exposed-form .views-exposed-widget #edit-reset {
  color: #E35925;
  background: transparent;
}
/* line 70, sass/_forms.scss */
.views-exposed-form .views-exposed-widget.views-widget-sort-by {
  position: absolute;
  bottom: 0px;
}
/* line 74, sass/_forms.scss */
.views-exposed-form .views-exposed-widget.views-widget-sort-by label {
  text-transform: none;
  position: static;
  text-align: right;
}
/* line 78, sass/_forms.scss */
.views-exposed-form .views-exposed-widget.views-widget-sort-by label:after {
  margin-left: 0 10px;
}
/* line 83, sass/_forms.scss */
.views-exposed-form .views-exposed-widget.views-widget-sort-by .simpleselect .placeholder:after {
  content: "";
}

/* line 90, sass/_forms.scss */
.views-exposed-widget.views-reset-button {
  width: 100%;
  text-align: center;
}

/* line 95, sass/_forms.scss */
.view-evaluations .views-exposed-form label,
.view-people .views-exposed-form label,
.pane-views-exp-evaluations-block-4 label,
.pane-views-exp-evaluations-block-7 label,
.pane-views-exp-research-resources-block label {
  display: none;
}

/* line 102, sass/_forms.scss */
.simpleselect {
  width: 100%;
}
/* line 104, sass/_forms.scss */
.simpleselect .placeholder {
  margin: 0 20px 0 0;
}
/* line 106, sass/_forms.scss */
.simpleselect .placeholder:after {
  content: "a";
  font-family: "mit-j-pal";
  background: none;
  top: 10px;
  color: #A0A6A7;
  font-size: 10px;
}

/* line 116, sass/_forms.scss */
.item-list .pager {
  float: left;
  padding: 20px 0;
}
/* line 119, sass/_forms.scss */
.item-list .pager li {
  display: inline-block;
  width: 22px;
  border: 1px solid #0D8C80;
  margin: 0;
  padding: 4px;
}
/* line 125, sass/_forms.scss */
.item-list .pager li.pager-current {
  background: #0D8C80;
  color: #FFFFFF;
}
/* line 129, sass/_forms.scss */
.item-list .pager li a {
  color: #0D8C80;
}
/* line 132, sass/_forms.scss */
.item-list .pager li.pager-next {
  border: none;
}
/* line 136, sass/_forms.scss */
.item-list .pager li.pager-previous {
  content: "\2329";
  border: 0;
}
/* line 141, sass/_forms.scss */
.item-list .pager.pager-load-more {
  float: none;
}
/* line 143, sass/_forms.scss */
.item-list .pager.pager-load-more li {
  width: auto;
}
/* line 146, sass/_forms.scss */
.item-list .pager.pager-load-more.pager-load-more-empty {
  height: 0px;
  padding: 0px;
  margin: 0px;
}
/* line 152, sass/_forms.scss */
.item-list .pager .pager-ellipsis, .item-list .pager .pager-last, .item-list .pager .pager-first {
  display: none;
}

/* line 157, sass/_forms.scss */
.ajax-progress-throbber {
  display: none;
}

/* line 160, sass/_forms.scss */
.pane-custom-search-blocks,
.pane-views-exp-global-search-page,
.pane-views-exp-site-search-page-1,
.node-office .search,
.block-custom-search-blocks {
  position: relative;
}
/* line 166, sass/_forms.scss */
.pane-custom-search-blocks form > div,
.pane-views-exp-global-search-page form > div,
.pane-views-exp-site-search-page-1 form > div,
.node-office .search form > div,
.block-custom-search-blocks form > div {
  width: 100%;
  position: relative;
}
/* line 170, sass/_forms.scss */
.pane-custom-search-blocks form:before,
.pane-views-exp-global-search-page form:before,
.pane-views-exp-site-search-page-1 form:before,
.node-office .search form:before,
.block-custom-search-blocks form:before {
  display: block;
  color: #E35925;
  font-size: 30px;
  width: 30px;
  height: 53px;
  line-height: 53px;
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 3;
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Operah */
  -webkit-transform: scaleX(-1);
  /* webkit */
  transform: scaleX(-1);
  /* standard */
  filter: FlipH;
  /* IE 6/7/8 */
}
/* line 187, sass/_forms.scss */
.pane-custom-search-blocks input,
.pane-views-exp-global-search-page input,
.pane-views-exp-site-search-page-1 input,
.node-office .search input,
.block-custom-search-blocks input {
  width: 100%;
  height: 53px;
}
/* line 191, sass/_forms.scss */
.pane-custom-search-blocks input.custom-search-box, .pane-custom-search-blocks input.form-text,
.pane-views-exp-global-search-page input.custom-search-box,
.pane-views-exp-global-search-page input.form-text,
.pane-views-exp-site-search-page-1 input.custom-search-box,
.pane-views-exp-site-search-page-1 input.form-text,
.node-office .search input.custom-search-box,
.node-office .search input.form-text,
.block-custom-search-blocks input.custom-search-box,
.block-custom-search-blocks input.form-text {
  padding: 0px 10px 0 74px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 194, sass/_forms.scss */
.pane-custom-search-blocks input.custom-search-box:focus, .pane-custom-search-blocks input.form-text:focus,
.pane-views-exp-global-search-page input.custom-search-box:focus,
.pane-views-exp-global-search-page input.form-text:focus,
.pane-views-exp-site-search-page-1 input.custom-search-box:focus,
.pane-views-exp-site-search-page-1 input.form-text:focus,
.node-office .search input.custom-search-box:focus,
.node-office .search input.form-text:focus,
.block-custom-search-blocks input.custom-search-box:focus,
.block-custom-search-blocks input.form-text:focus {
  border: none;
  border: 1px solid #E35925;
}
/* line 199, sass/_forms.scss */
.pane-custom-search-blocks input.form-submit,
.pane-views-exp-global-search-page input.form-submit,
.pane-views-exp-site-search-page-1 input.form-submit,
.node-office .search input.form-submit,
.block-custom-search-blocks input.form-submit {
  background: #E35925;
  border: 0;
  color: #FFFFFF;
}
/* line 203, sass/_forms.scss */
.pane-custom-search-blocks input.form-submit:hover,
.pane-views-exp-global-search-page input.form-submit:hover,
.pane-views-exp-site-search-page-1 input.form-submit:hover,
.node-office .search input.form-submit:hover,
.block-custom-search-blocks input.form-submit:hover {
  opacity: 0.8;
}
/* line 208, sass/_forms.scss */
.pane-custom-search-blocks .views-exposed-form .views-exposed-widget,
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget,
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget,
.node-office .search .views-exposed-form .views-exposed-widget,
.block-custom-search-blocks .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
  margin: 0;
}
/* line 212, sass/_forms.scss */
.pane-custom-search-blocks .views-exposed-form .views-exposed-widget input,
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget input,
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget input,
.node-office .search .views-exposed-form .views-exposed-widget input,
.block-custom-search-blocks .views-exposed-form .views-exposed-widget input {
  width: 100%;
  height: 53px;
  line-height: 53px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0px;
}
/* line 218, sass/_forms.scss */
.pane-custom-search-blocks .views-exposed-form .views-exposed-widget input.form-text,
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget input.form-text,
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget input.form-text,
.node-office .search .views-exposed-form .views-exposed-widget input.form-text,
.block-custom-search-blocks .views-exposed-form .views-exposed-widget input.form-text {
  padding: 0px 10px 0 74px;
  margin-bottom: 15px;
}
/* line 223, sass/_forms.scss */
.pane-custom-search-blocks .views-exposed-form .views-exposed-widget label,
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget label,
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget label,
.node-office .search .views-exposed-form .views-exposed-widget label,
.block-custom-search-blocks .views-exposed-form .views-exposed-widget label {
  line-height: 53px;
  left: 53px;
}
/* line 227, sass/_forms.scss */
.pane-custom-search-blocks .views-exposed-form .views-exposed-widget label[for=edit-type-1],
.pane-custom-search-blocks .views-exposed-form .views-exposed-widget label[for=edit-type],
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget label[for=edit-type-1],
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget label[for=edit-type],
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget label[for=edit-type-1],
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget label[for=edit-type],
.node-office .search .views-exposed-form .views-exposed-widget label[for=edit-type-1],
.node-office .search .views-exposed-form .views-exposed-widget label[for=edit-type],
.block-custom-search-blocks .views-exposed-form .views-exposed-widget label[for=edit-type-1],
.block-custom-search-blocks .views-exposed-form .views-exposed-widget label[for=edit-type] {
  margin-left: 20px;
  color: #A0A6A7;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 0.9em;
}
/* line 235, sass/_forms.scss */
.pane-custom-search-blocks .views-exposed-form .views-exposed-widget #edit-field-office, .pane-custom-search-blocks .views-exposed-form .views-exposed-widget label[for=edit-field-office],
.pane-custom-search-blocks .views-exposed-form .views-exposed-widget .form-item-field-office-nid,
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget #edit-field-office,
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget label[for=edit-field-office],
.pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget .form-item-field-office-nid,
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget #edit-field-office,
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget label[for=edit-field-office],
.pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget .form-item-field-office-nid,
.node-office .search .views-exposed-form .views-exposed-widget #edit-field-office,
.node-office .search .views-exposed-form .views-exposed-widget label[for=edit-field-office],
.node-office .search .views-exposed-form .views-exposed-widget .form-item-field-office-nid,
.block-custom-search-blocks .views-exposed-form .views-exposed-widget #edit-field-office,
.block-custom-search-blocks .views-exposed-form .views-exposed-widget label[for=edit-field-office],
.block-custom-search-blocks .views-exposed-form .views-exposed-widget .form-item-field-office-nid {
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
/* line 244, sass/_forms.scss */
.pane-custom-search-blocks .dd-options label, .pane-custom-search-blocks .dd-selected-text,
.pane-views-exp-global-search-page .dd-options label,
.pane-views-exp-global-search-page .dd-selected-text,
.pane-views-exp-site-search-page-1 .dd-options label,
.pane-views-exp-site-search-page-1 .dd-selected-text,
.node-office .search .dd-options label,
.node-office .search .dd-selected-text,
.block-custom-search-blocks .dd-options label,
.block-custom-search-blocks .dd-selected-text {
  text-transform: none;
}
/* line 248, sass/_forms.scss */
.pane-custom-search-blocks .form-type-checkbox label, .pane-custom-search-blocks .form-type-bef-checkbox label,
.pane-views-exp-global-search-page .form-type-checkbox label,
.pane-views-exp-global-search-page .form-type-bef-checkbox label,
.pane-views-exp-site-search-page-1 .form-type-checkbox label,
.pane-views-exp-site-search-page-1 .form-type-bef-checkbox label,
.node-office .search .form-type-checkbox label,
.node-office .search .form-type-bef-checkbox label,
.block-custom-search-blocks .form-type-checkbox label,
.block-custom-search-blocks .form-type-bef-checkbox label {
  color: #A0A6A7;
  text-transform: none;
  font-size: 1em;
  margin-right: 70px;
  cursor: pointer;
  position: relative;
  left: 30px;
}
/* line 256, sass/_forms.scss */
.pane-custom-search-blocks .form-type-checkbox label:before, .pane-custom-search-blocks .form-type-bef-checkbox label:before,
.pane-views-exp-global-search-page .form-type-checkbox label:before,
.pane-views-exp-global-search-page .form-type-bef-checkbox label:before,
.pane-views-exp-site-search-page-1 .form-type-checkbox label:before,
.pane-views-exp-site-search-page-1 .form-type-bef-checkbox label:before,
.node-office .search .form-type-checkbox label:before,
.node-office .search .form-type-bef-checkbox label:before,
.block-custom-search-blocks .form-type-checkbox label:before,
.block-custom-search-blocks .form-type-bef-checkbox label:before {
  content: "\00a0";
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #A0A6A7;
  margin: 0px;
  -webkit-transition: all 0.2s;
  transition: width all 0.2s;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  left: -30px;
  top: 3px;
}
/* line 280, sass/_forms.scss */
.pane-custom-search-blocks .form-type-bef-checkbox label,
.pane-views-exp-global-search-page .form-type-bef-checkbox label,
.pane-views-exp-site-search-page-1 .form-type-bef-checkbox label,
.node-office .search .form-type-bef-checkbox label,
.block-custom-search-blocks .form-type-bef-checkbox label {
  font-weight: normal;
}
/* line 284, sass/_forms.scss */
.pane-custom-search-blocks input[type=checkbox],
.pane-views-exp-global-search-page input[type=checkbox],
.pane-views-exp-site-search-page-1 input[type=checkbox],
.node-office .search input[type=checkbox],
.block-custom-search-blocks input[type=checkbox] {
  display: none;
}
/* line 286, sass/_forms.scss */
.pane-custom-search-blocks input[type=checkbox].active + label,
.pane-views-exp-global-search-page input[type=checkbox].active + label,
.pane-views-exp-site-search-page-1 input[type=checkbox].active + label,
.node-office .search input[type=checkbox].active + label,
.block-custom-search-blocks input[type=checkbox].active + label {
  color: #414042;
}
/* line 288, sass/_forms.scss */
.pane-custom-search-blocks input[type=checkbox].active + label:before,
.pane-views-exp-global-search-page input[type=checkbox].active + label:before,
.pane-views-exp-site-search-page-1 input[type=checkbox].active + label:before,
.node-office .search input[type=checkbox].active + label:before,
.block-custom-search-blocks input[type=checkbox].active + label:before {
  content: "\00a0";
  color: #FFFFFF;
  background: #414042;
  border: none;
  -ms-transform: scale(0.75, 0.75);
  -o-transform: scale(0.75, 0.75);
  -moz-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
/* line 303, sass/_forms.scss */
.pane-custom-search-blocks label[for=edit-custom-search-types],
.pane-views-exp-global-search-page label[for=edit-custom-search-types],
.pane-views-exp-site-search-page-1 label[for=edit-custom-search-types],
.node-office .search label[for=edit-custom-search-types],
.block-custom-search-blocks label[for=edit-custom-search-types] {
  color: #A0A6A7;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 0.9em;
}

/* line 310, sass/_forms.scss */
.pane-custom-search-blocks span,
.block-custom-search-blocks span,
.node-office .search span {
  display: block;
  color: #E35925;
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: 30px;
  width: 35px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  z-index: 3;
  cursor: pointer;
}

/* line 331, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block,
#views-exposed-form-indexed-publications-block,
#views-exposed-form-indexed-eval-block {
  padding: 0 0px;
  margin: auto;
}
/* line 336, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block .views-widget-filter-search_api_views_fulltext,
#views-exposed-form-indexed-publications-block .views-widget-filter-search_api_views_fulltext,
#views-exposed-form-indexed-eval-block .views-widget-filter-search_api_views_fulltext {
  width: 100%;
}
/* line 338, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block .views-widget-filter-search_api_views_fulltext input,
#views-exposed-form-indexed-publications-block .views-widget-filter-search_api_views_fulltext input,
#views-exposed-form-indexed-eval-block .views-widget-filter-search_api_views_fulltext input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 343, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block .views-submit-button,
#views-exposed-form-indexed-publications-block .views-submit-button,
#views-exposed-form-indexed-eval-block .views-submit-button {
  width: 100%;
  margin: 0px;
}
/* line 346, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block .views-submit-button input,
#views-exposed-form-indexed-publications-block .views-submit-button input,
#views-exposed-form-indexed-eval-block .views-submit-button input {
  display: block;
  width: 100%;
}
/* line 351, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block .views-reset-button,
#views-exposed-form-indexed-publications-block .views-reset-button,
#views-exposed-form-indexed-eval-block .views-reset-button {
  width: auto;
  margin: 0px;
  margin-top: 1em;
}
/* line 355, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block .views-reset-button input,
#views-exposed-form-indexed-publications-block .views-reset-button input,
#views-exposed-form-indexed-eval-block .views-reset-button input {
  display: block;
  width: auto;
}

/* Search Fields */
/* line 364, sass/_forms.scss */
.views-widget-sort-order {
  display: none !important;
}

/* line 368, sass/_forms.scss */
.filter .pane-title {
  width: 40%;
  float: left;
  padding: 0 10px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2em;
}
/* line 375, sass/_forms.scss */
.filter .pane-content {
  width: 60%;
  float: left;
}
/* line 378, sass/_forms.scss */
.filter .pane-content .form-item {
  margin: 0em;
}
/* line 381, sass/_forms.scss */
.filter .pane-content .simpleselect {
  width: 100%;
}
/* line 383, sass/_forms.scss */
.filter .pane-content .simpleselect .placeholder {
  margin: 0;
}
/* line 386, sass/_forms.scss */
.filter .pane-content .simpleselect .options {
  width: 100%;
  text-transform: capitalize;
}
/* line 391, sass/_forms.scss */
.filter .pane-content #views-exposed-form-indexed-evaluations-block-mefibs-form-type .views-exposed-form .views-exposed-widget,
.filter .pane-content #views-exposed-form-indexed-eval-block-mefibs-form-type .views-exposed-form .views-exposed-widget {
  float: none;
  margin: 0;
}
/* line 396, sass/_forms.scss */
.filter .pane-content #simpleselect_edit-mefibs-form-sort-sort-by.simpleselect,
.filter .pane-content .form-item-sort-by .simpleselect {
  width: 100%;
}
/* line 400, sass/_forms.scss */
.filter .pane-content p {
  margin: 9px 0px;
  font-size: 0.8em;
}
/* line 405, sass/_forms.scss */
.filter.thirds {
  width: 100%;
}
/* line 407, sass/_forms.scss */
.filter.thirds .pane-content {
  width: 100%;
}

/* line 418, sass/_forms.scss */
#views-exposed-form-evaluations-block-9 .views-exposed-form .views-exposed-widget,
#views-exposed-form-evaluations-block-7 .views-exposed-form .views-exposed-widget,
#views-exposed-form-people-block-3 .views-exposed-form .views-exposed-widget,
#views-exposed-form-people-block-2 .views-exposed-form .views-exposed-widget,
#views-exposed-form-research-resources-block .views-exposed-form .views-exposed-widget {
  width: 200px;
}
/* line 420, sass/_forms.scss */
#views-exposed-form-evaluations-block-9 .views-exposed-form .views-exposed-widget .simpleselect,
#views-exposed-form-evaluations-block-7 .views-exposed-form .views-exposed-widget .simpleselect,
#views-exposed-form-people-block-3 .views-exposed-form .views-exposed-widget .simpleselect,
#views-exposed-form-people-block-2 .views-exposed-form .views-exposed-widget .simpleselect,
#views-exposed-form-research-resources-block .views-exposed-form .views-exposed-widget .simpleselect {
  width: 200px;
}
/* line 422, sass/_forms.scss */
#views-exposed-form-evaluations-block-9 .views-exposed-form .views-exposed-widget .simpleselect .options,
#views-exposed-form-evaluations-block-7 .views-exposed-form .views-exposed-widget .simpleselect .options,
#views-exposed-form-people-block-3 .views-exposed-form .views-exposed-widget .simpleselect .options,
#views-exposed-form-people-block-2 .views-exposed-form .views-exposed-widget .simpleselect .options,
#views-exposed-form-research-resources-block .views-exposed-form .views-exposed-widget .simpleselect .options {
  top: 0px !important;
}

/* line 428, sass/_forms.scss */
.wFormContainer .simpleselect {
  min-width: 250px;
}

/* line 432, sass/_forms.scss */
.pane-custom p {
  margin: 0;
}

/* line 436, sass/_forms.scss */
a.reset {
  float: right;
  font-size: 0.8em;
  font-weight: 600;
}

/* line 441, sass/_forms.scss */
.form-item-custom-search-blocks-form-1 {
  margin-top: 50px;
}

/* line 445, sass/_forms.scss */
.pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper {
  width: 100%;
}
/* line 447, sass/_forms.scss */
.pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper input {
  height: 42px;
  line-height: 42px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 451, sass/_forms.scss */
.pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper input.form-text {
  width: 100%;
}
/* line 454, sass/_forms.scss */
.pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper input:focus {
  border: 1px solid #E35925;
}
/* line 458, sass/_forms.scss */
.pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper label {
  line-height: 42px;
}
/* line 462, sass/_forms.scss */
.pane-views-exp-careers-block .views-submit-button {
  width: 100%;
}
/* line 464, sass/_forms.scss */
.pane-views-exp-careers-block .views-submit-button input {
  width: 100%;
  height: 42px;
  line-height: 42px;
}
/* line 470, sass/_forms.scss */
.pane-views-exp-careers-block .views-exposed-widget.views-reset-button {
  margin: 1.25em 0 0 0;
}

@media only screen and (max-width: 815px) {
  /* line 480, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block .views-reset-button input,
  #views-exposed-form-indexed-eval-block .views-reset-button input {
    width: 100%;
  }

  /* line 484, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block .views-reset-button,
  #views-exposed-form-indexed-eval-block .views-reset-button {
    width: 100%;
  }

  /* line 489, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block,
  #views-exposed-form-indexed-eval-block {
    width: 100%;
    padding: 0;
  }

  /* line 494, sass/_forms.scss */
  .views-exposed-widget.views-submit-button {
    margin: 0;
  }
}
/* line 499, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block .views-reset-button,
#views-exposed-form-indexed-eval-block .views-reset-button {
  width: 100%;
}

/* line 503, sass/_forms.scss */
#views-exposed-form-indexed-evaluations-block .views-reset-button input,
#views-exposed-form-indexed-eval-block .views-reset-button input {
  display: block;
  width: 100%;
}

/* line 508, sass/_forms.scss */
.simpleselect, .simpleselect .options {
  width: 100%;
}

/* line 511, sass/_forms.scss */
.views-exposed-form .views-exposed-widget {
  width: 100%;
}
/* line 514, sass/_forms.scss */
.views-exposed-form .views-exposed-widget input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 519, sass/_forms.scss */
#simpleselect_edit-mefibs-form-sort-sort-by,
.form-item-sort-by {
  width: 100%;
}

/* line 523, sass/_forms.scss */
.views-exposed-form .views-exposed-widget.views-widget-sort-by label {
  text-align: center;
}

@media only screen and (min-width: 815px) {
  /* line 528, sass/_forms.scss */
  .pane-views-exp-indexed-eval-block {
    position: relative;
  }

  /* line 531, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block .views-reset-button,
  #views-exposed-form-indexed-eval-block .views-reset-button {
    width: 100%;
  }

  /* line 535, sass/_forms.scss */
  .views-exposed-widget.views-widget-sort-order {
    display: none;
  }

  /* line 538, sass/_forms.scss */
  #views-exposed-form-search-by-region-page {
    margin-bottom: 60px;
  }

  /* line 541, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block .views-reset-button input,
  #views-exposed-form-indexed-eval-block .views-reset-button input {
    display: block;
    width: 100%;
  }

  /* line 546, sass/_forms.scss */
  .mobile-sort {
    padding-bottom: 0px;
  }

  /* line 549, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget {
    position: relative;
  }
  /* line 551, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget input {
    margin-right: 20px;
  }
  /* line 554, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget.views-widget-sort-by {
    width: 100px;
    position: absolute;
    bottom: -315px;
    right: -10px;
    z-index: 10;
    margin: 20px 0px;
  }
  /* line 561, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget.views-widget-sort-by label {
    font-size: 0.76em;
    color: #000;
  }
  /* line 564, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget.views-widget-sort-by label:after {
    margin-left: 5px;
  }
  /* line 568, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget.views-widget-sort-by #simpleselect_edit-mefibs-form-sort-sort-by.simpleselect,
  .views-exposed-form .views-exposed-widget.views-widget-sort-by .form-item-sort-by .simpleselect {
    width: 100px;
    color: #000;
    position: absolute;
    top: 24px;
    z-index: 0;
  }
  /* line 575, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget.views-widget-sort-by #simpleselect_edit-mefibs-form-sort-sort-by.simpleselect.active,
  .views-exposed-form .views-exposed-widget.views-widget-sort-by .form-item-sort-by .simpleselect.active {
    display: block;
    z-index: 1000;
  }
  /* line 579, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget.views-widget-sort-by #simpleselect_edit-mefibs-form-sort-sort-by.simpleselect .options,
  .views-exposed-form .views-exposed-widget.views-widget-sort-by .form-item-sort-by .simpleselect .options {
    width: 100%;
  }
  /* line 582, sass/_forms.scss */
  .views-exposed-form .views-exposed-widget.views-widget-sort-by #simpleselect_edit-mefibs-form-sort-sort-by.simpleselect .placeholder,
  .views-exposed-form .views-exposed-widget.views-widget-sort-by .form-item-sort-by .simpleselect .placeholder {
    border: 0;
  }

  /* line 594, sass/_forms.scss */
  .pane-custom-search-blocks input.custom-search-box,
  .pane-custom-search-blocks input.form-text,
  .pane-views-exp-global-search-page input.custom-search-box,
  .pane-views-exp-global-search-page input.form-text,
  .pane-views-exp-site-search-page-1 input.custom-search-box,
  .pane-views-exp-site-search-page-1 input.form-text,
  .node-office .search input.custom-search-box,
  .node-office .search input.form-text,
  .block-custom-search-blocks input.custom-search-box,
  .block-custom-search-blocks input.form-text {
    width: 85%;
    float: left;
    position: relative;
    z-index: 2;
  }
  /* line 601, sass/_forms.scss */
  .pane-custom-search-blocks input.form-submit,
  .pane-views-exp-global-search-page input.form-submit,
  .pane-views-exp-site-search-page-1 input.form-submit,
  .node-office .search input.form-submit,
  .block-custom-search-blocks input.form-submit {
    width: 13%;
    float: right;
  }
  /* line 606, sass/_forms.scss */
  .pane-custom-search-blocks .views-exposed-form .views-exposed-widget input.form-text,
  .pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget input.form-text,
  .pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget input.form-text,
  .node-office .search .views-exposed-form .views-exposed-widget input.form-text,
  .block-custom-search-blocks .views-exposed-form .views-exposed-widget input.form-text {
    width: 85%;
    float: left;
  }
  /* line 610, sass/_forms.scss */
  .pane-custom-search-blocks .views-exposed-form .views-exposed-widget input.form-submit,
  .pane-views-exp-global-search-page .views-exposed-form .views-exposed-widget input.form-submit,
  .pane-views-exp-site-search-page-1 .views-exposed-form .views-exposed-widget input.form-submit,
  .node-office .search .views-exposed-form .views-exposed-widget input.form-submit,
  .block-custom-search-blocks .views-exposed-form .views-exposed-widget input.form-submit {
    width: 12%;
    float: right;
  }
  /* line 615, sass/_forms.scss */
  .pane-custom-search-blocks .form-type-checkboxes,
  .pane-views-exp-global-search-page .form-type-checkboxes,
  .pane-views-exp-site-search-page-1 .form-type-checkboxes,
  .node-office .search .form-type-checkboxes,
  .block-custom-search-blocks .form-type-checkboxes {
    position: absolute;
    top: 35px;
    width: 85%;
    background: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px 8px;
    border-bottom: 1px solid #A0A6A7;
    border-left: 1px solid #A0A6A7;
    border-right: 1px solid #A0A6A7;
    z-index: 1;
  }
  /* line 626, sass/_forms.scss */
  .pane-custom-search-blocks .form-type-checkboxes .form-item,
  .pane-views-exp-global-search-page .form-type-checkboxes .form-item,
  .pane-views-exp-site-search-page-1 .form-type-checkboxes .form-item,
  .node-office .search .form-type-checkboxes .form-item,
  .block-custom-search-blocks .form-type-checkboxes .form-item {
    display: inline-block;
    margin: 1em 0;
  }
  /* line 630, sass/_forms.scss */
  .pane-custom-search-blocks .form-type-checkboxes .form-type-checkbox,
  .pane-views-exp-global-search-page .form-type-checkboxes .form-type-checkbox,
  .pane-views-exp-site-search-page-1 .form-type-checkboxes .form-type-checkbox,
  .node-office .search .form-type-checkboxes .form-type-checkbox,
  .block-custom-search-blocks .form-type-checkboxes .form-type-checkbox {
    position: relative;
  }
  /* line 632, sass/_forms.scss */
  .pane-custom-search-blocks .form-type-checkboxes .form-type-checkbox:first-of-type label:before,
  .pane-views-exp-global-search-page .form-type-checkboxes .form-type-checkbox:first-of-type label:before,
  .pane-views-exp-site-search-page-1 .form-type-checkboxes .form-type-checkbox:first-of-type label:before,
  .node-office .search .form-type-checkboxes .form-type-checkbox:first-of-type label:before,
  .block-custom-search-blocks .form-type-checkboxes .form-type-checkbox:first-of-type label:before {
    margin-left: 0px;
  }
  /* line 637, sass/_forms.scss */
  .pane-custom-search-blocks .views-widget-filter-type,
  .pane-custom-search-blocks .views-widget-filter-type_1,
  .pane-views-exp-global-search-page .views-widget-filter-type,
  .pane-views-exp-global-search-page .views-widget-filter-type_1,
  .pane-views-exp-site-search-page-1 .views-widget-filter-type,
  .pane-views-exp-site-search-page-1 .views-widget-filter-type_1,
  .node-office .search .views-widget-filter-type,
  .node-office .search .views-widget-filter-type_1,
  .block-custom-search-blocks .views-widget-filter-type,
  .block-custom-search-blocks .views-widget-filter-type_1 {
    background: #FFFFFF;
    position: absolute;
    top: 53px;
    width: 85%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px 8px;
    border-bottom: 1px solid #A0A6A7;
    border-left: 1px solid #A0A6A7;
    border-right: 1px solid #A0A6A7;
    z-index: 1;
  }
  /* line 649, sass/_forms.scss */
  .pane-custom-search-blocks .views-widget-filter-type .form-item,
  .pane-custom-search-blocks .views-widget-filter-type_1 .form-item,
  .pane-views-exp-global-search-page .views-widget-filter-type .form-item,
  .pane-views-exp-global-search-page .views-widget-filter-type_1 .form-item,
  .pane-views-exp-site-search-page-1 .views-widget-filter-type .form-item,
  .pane-views-exp-site-search-page-1 .views-widget-filter-type_1 .form-item,
  .node-office .search .views-widget-filter-type .form-item,
  .node-office .search .views-widget-filter-type_1 .form-item,
  .block-custom-search-blocks .views-widget-filter-type .form-item,
  .block-custom-search-blocks .views-widget-filter-type_1 .form-item {
    display: inline-block;
    margin: 0;
  }
  /* line 654, sass/_forms.scss */
  .pane-custom-search-blocks .views-widget-filter-type .form-type-checkbox:first-of-type label:before,
  .pane-custom-search-blocks .views-widget-filter-type_1 .form-type-checkbox:first-of-type label:before,
  .pane-views-exp-global-search-page .views-widget-filter-type .form-type-checkbox:first-of-type label:before,
  .pane-views-exp-global-search-page .views-widget-filter-type_1 .form-type-checkbox:first-of-type label:before,
  .pane-views-exp-site-search-page-1 .views-widget-filter-type .form-type-checkbox:first-of-type label:before,
  .pane-views-exp-site-search-page-1 .views-widget-filter-type_1 .form-type-checkbox:first-of-type label:before,
  .node-office .search .views-widget-filter-type .form-type-checkbox:first-of-type label:before,
  .node-office .search .views-widget-filter-type_1 .form-type-checkbox:first-of-type label:before,
  .block-custom-search-blocks .views-widget-filter-type .form-type-checkbox:first-of-type label:before,
  .block-custom-search-blocks .views-widget-filter-type_1 .form-type-checkbox:first-of-type label:before {
    margin-left: 0px;
  }

  /* line 660, sass/_forms.scss */
  .pane-views-exp-careers-block {
    width: 100%;
    margin: 0 auto;
  }
  /* line 663, sass/_forms.scss */
  .pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper {
    width: 63%;
    float: left;
  }
  /* line 667, sass/_forms.scss */
  .pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper input.form-text {
    width: 100%;
  }
  /* line 672, sass/_forms.scss */
  .pane-views-exp-careers-block input#edit-reset {
    height: 42px;
    margin: 0 0 0 1em;
  }
  /* line 676, sass/_forms.scss */
  .pane-views-exp-careers-block .views-submit-button {
    float: left;
    margin: 1.25em 0 1.25em 1em;
    width: 17%;
  }
  /* line 681, sass/_forms.scss */
  .pane-views-exp-careers-block .views-reset-button {
    float: left;
    margin: 1.25em 0 1.25em 1em;
    width: 13%;
  }

  /* line 688, sass/_forms.scss */
  .filter .pane-title {
    width: 30%;
  }
  /* line 691, sass/_forms.scss */
  .filter.thirds {
    display: block;
    float: left;
    width: 30%;
    margin: 0px 3% 40px 0px;
  }
  /* line 696, sass/_forms.scss */
  .filter.thirds .pane-content {
    width: 100%;
  }

  /* line 702, sass/_forms.scss */
  #centered-filters .center-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  /* line 707, sass/_forms.scss */
  #left-filters .center-wrapper {
    width: 100%;
  }
  /* line 709, sass/_forms.scss */
  #left-filters .center-wrapper .panel-col-first {
    width: 70%;
  }
  /* line 711, sass/_forms.scss */
  #left-filters .center-wrapper .panel-col-first .filter {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  /* line 717, sass/_forms.scss */
  #left-filters .center-wrapper .panel-col-last {
    width: 30%;
  }

  /* line 725, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block .views-widget-filter-search_api_views_fulltext,
  #views-exposed-form-indexed-eval-block .views-widget-filter-search_api_views_fulltext,
  #views-exposed-form-indexed-publications-block .views-widget-filter-search_api_views_fulltext {
    width: 63%;
    float: left;
  }
  /* line 729, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block .views-widget-filter-search_api_views_fulltext input,
  #views-exposed-form-indexed-eval-block .views-widget-filter-search_api_views_fulltext input,
  #views-exposed-form-indexed-publications-block .views-widget-filter-search_api_views_fulltext input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 734, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block .views-submit-button,
  #views-exposed-form-indexed-eval-block .views-submit-button,
  #views-exposed-form-indexed-publications-block .views-submit-button {
    width: 13%;
    float: left;
    margin: 1.25em 0 1.25em 1em;
  }
  /* line 739, sass/_forms.scss */
  #views-exposed-form-indexed-evaluations-block .views-reset-button,
  #views-exposed-form-indexed-eval-block .views-reset-button,
  #views-exposed-form-indexed-publications-block .views-reset-button {
    width: 18%;
    float: left;
    margin: 1.25em 0 1.25em 0;
  }
}
@media only screen and (min-width: 1060px) {
  /* line 749, sass/_forms.scss */
  .pane-views-exp-indexed-evaluations-block,
  .pane-views-exp-indexed-eval-block,
  .panel-pane.pane-block.pane-views-exp-indexed-publications-block.pane-views {
    padding: 0 100px;
  }

  /* line 756, sass/_forms.scss */
  #node-11621 .center-wrapper, #node-21001 .center-wrapper {
    padding: 0 100px;
  }
}
/* line 6, sass/_subscribe.scss */
.content .wFormContainer {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  background-color: #FFFFFF;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0;
}
/* line 18, sass/_subscribe.scss */
.content .wFormContainer .wForm {
  padding: 0;
}
/* line 20, sass/_subscribe.scss */
.content .wFormContainer .wForm label {
  font-weight: normal;
  line-height: 30px;
}
/* line 24, sass/_subscribe.scss */
.content .wFormContainer .wForm input {
  height: 30px;
  padding: 5px 7px;
  background-image: none !important;
}
/* line 28, sass/_subscribe.scss */
.content .wFormContainer .wForm input[type="button"], .content .wFormContainer .wForm input[type="submit"] {
  color: #FFFFFF;
  background: #E35925;
  border: none;
  margin-top: 0;
  text-align: center;
  border-radius: 0;
}
/* line 37, sass/_subscribe.scss */
.content .wFormContainer .wForm input[type="checkbox"] {
  width: 20px;
}
/* line 41, sass/_subscribe.scss */
.content .wFormContainer .wForm .simpleselect placeholder {
  margin: 0;
}

/* ======================
   Person Node
   ====================== */
/* line 8, sass/_person.scss */
.node-person > .content {
  width: 100%;
  float: left;
}
/* line 13, sass/_person.scss */
.node-person .group-side {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  width: 100%;
  float: left;
  height: 100%;
  margin: 0;
  line-height: 1.5em;
  font-size: 0.8125em;
}
/* line 22, sass/_person.scss */
.node-person .group-side a {
  color: #0D8C80;
}
/* line 25, sass/_person.scss */
.node-person .group-side img {
  margin-bottom: 25px;
  width: 150px;
}
/* line 33, sass/_person.scss */
.node-person .group-main {
  width: 100%;
  float: left;
}
/* line 36, sass/_person.scss */
.node-person .group-main .jpal-roles {
  border-bottom: 1px solid #E7E7E7;
  margin: 0;
  padding-bottom: 50px;
}
/* line 41, sass/_person.scss */
.node-person .group-main h1 {
  margin: 0;
}
/* line 44, sass/_person.scss */
.node-person .group-main span {
  display: block;
  width: 100%;
}
/* line 48, sass/_person.scss */
.node-person .group-main p {
  margin: 25px 0;
  line-height: 1.8em;
}
/* line 53, sass/_person.scss */
.node-person h3 {
  font-weight: 600;
  font-size: 1.2em;
}
/* line 57, sass/_person.scss */
.node-person a.toggle-interview {
  position: relative;
  padding-right: 20px;
  font-size: 0.9em;
}
/* line 61, sass/_person.scss */
.node-person a.toggle-interview:after {
  content: "a";
  display: block;
  position: absolute;
  font-size: 12px;
  top: 9px;
  right: 0px;
}
/* line 70, sass/_person.scss */
.node-person a.toggle-interview.active:after {
  content: "E";
}
/* line 75, sass/_person.scss */
.node-person .interview {
  padding: 0px 0px;
}
/* line 77, sass/_person.scss */
.node-person .interview p {
  margin: 0;
}
/* line 79, sass/_person.scss */
.node-person .interview p strong {
  margin-top: 1em;
  display: inline-block;
}

/* ======================
   Person Panel
   ====================== */
/* line 91, sass/_person.scss */
h1#page-title {
  font-weight: 100;
  color: #E35925;
}

/* line 96, sass/_person.scss */
.people-list .views-row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  float: left;
  font-size: 0.75em;
  margin-right: 2%;
  margin-bottom: 30px;
}
/* line 103, sass/_person.scss */
.people-list .views-row.views-row-odd {
  clear: both;
}
/* line 106, sass/_person.scss */
.people-list .views-row .field-name-field-photo a {
  display: block;
  width: 135px;
  height: 175px;
  overflow: hidden;
}
/* line 111, sass/_person.scss */
.people-list .views-row .field-name-field-photo a img {
  width: auto;
  height: 175px;
  margin-right: 5px;
}
/* line 118, sass/_person.scss */
.people-list p {
  max-width: 145px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/* line 123, sass/_person.scss */
.people-list .titles {
  font-weight: 400;
  font-size: 1em;
  margin-top: 2px;
  max-width: 190px;
  font-style: italic;
}
/* line 129, sass/_person.scss */
.people-list .titles span {
  font-weight: 600;
}
/* line 133, sass/_person.scss */
.people-list .left {
  width: 150px;
  display: inline-block;
  float: left;
  height: 125px;
  margin-bottom: 50px;
}
/* line 139, sass/_person.scss */
.people-list .left img {
  width: 100px;
}
/* line 143, sass/_person.scss */
.people-list h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 8px 0 0;
  max-width: 145px;
}
/* line 149, sass/_person.scss */
.people-list .it {
  font-style: italic;
}
/* line 152, sass/_person.scss */
.people-list p {
  margin: .5em 0;
}

@media only screen and (min-width: 815px) {
  /* line 159, sass/_person.scss */
  .people-list .views-row {
    width: 33%;
    text-align: left;
    margin-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 164, sass/_person.scss */
  .people-list .views-row.views-row-odd {
    clear: none;
  }
  /* line 167, sass/_person.scss */
  .people-list .views-row:nth-of-type(3n) {
    padding-left: 10%;
  }
  /* line 170, sass/_person.scss */
  .people-list .views-row:nth-of-type(3n-1) {
    padding-left: 5%;
  }
  /* line 173, sass/_person.scss */
  .people-list .views-row:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 180, sass/_person.scss */
  .bottom-content .people-list .views-row {
    width: 27%;
    padding-left: 0px !important;
  }
  /* line 183, sass/_person.scss */
  .bottom-content .people-list .views-row.views-row-odd {
    clear: none;
  }
  /* line 186, sass/_person.scss */
  .bottom-content .people-list .views-row.views-row-2, .bottom-content .people-list .views-row.views-row-3 {
    clear: none !important;
  }
  /* line 189, sass/_person.scss */
  .bottom-content .people-list .views-row.views-row-4 {
    clear: both;
    padding-left: 0;
  }

  /* line 195, sass/_person.scss */
  .node-person > .content {
    width: 75%;
  }
  /* line 198, sass/_person.scss */
  .node-person .group-side {
    width: 20%;
    margin-right: 10%;
  }
  /* line 201, sass/_person.scss */
  .node-person .group-side .field-email {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    word-wrap: break-all;
  }
  /* line 210, sass/_person.scss */
  .node-person .group-main {
    width: 70%;
  }
}
/* ======================
   Evaluation Count Block
   ====================== */
/* line 8, sass/_blocks.scss */
.evaluation-count {
  background: #0D8C80;
  margin: 25px 0;
}
/* line 11, sass/_blocks.scss */
.evaluation-count.view-evaluation-by-region {
  margin: 0 0 25px;
}
/* line 14, sass/_blocks.scss */
.evaluation-count h2 {
  color: #FFFFFF;
  margin: 0;
  padding: 10px 0;
  font-style: italic;
  text-align: center;
}
/* line 21, sass/_blocks.scss */
.evaluation-count.front {
  margin: 0px;
}

/* line 26, sass/_blocks.scss */
.social-print .a2a_w_facebook, .social-print .a2a_w_twitter, .social-print .a2a_w_email {
  background-image: none;
}

/* line 31, sass/_blocks.scss */
.node-type-job .apply {
  clear: both;
  width: 110vw;
  left: calc(-52vw + 50%);
  position: relative;
  background: #FAFAFA;
}
/* line 37, sass/_blocks.scss */
.node-type-job .apply .content {
  position: relative;
  width: 100vw;
  max-width: 90%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5%;
  margin: 0 auto;
}

@media only screen and (min-width: 815px) {
  /* line 48, sass/_blocks.scss */
  .node-type-job .apply .content {
    width: 70%;
    max-width: 900px;
  }
}
@media only screen and (min-width: 815px) {
  /* line 6, sass/_office.scss */
  .node-office {
    margin: 50px 0;
  }
  /* line 8, sass/_office.scss */
  .node-office .field-name-body {
    float: left;
    width: 60%;
    margin-right: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 13, sass/_office.scss */
  .node-office .field-name-body h5 {
    text-transform: capitalize;
    font-weight: 600;
    color: #0D8C80;
    font-size: 1.2em 16px;
  }
  /* line 21, sass/_office.scss */
  .node-office .field-name-field-photo {
    max-width: 30%;
    height: 250px;
    float: left;
    overflow: hidden;
    margin: 80px 0 0 40px;
  }
  /* line 29, sass/_office.scss */
  .node-office#node-93 .field-name-body, .node-office #node-2007 .field-name-body, .node-office #node-1963 .field-name-body {
    width: 100%;
  }
}
/* line 36, sass/_office.scss */
.view.view-id-footer_contact .views-row {
  padding: 25px 0;
}
/* line 39, sass/_office.scss */
.view.view-id-footer_contact h4 {
  font-size: 1.25em;
  text-transform: capitalize;
}
/* line 43, sass/_office.scss */
.view.view-id-footer_contact h4 a {
  color: #E35925;
}

/* line 50, sass/_office.scss */
#main-office .image-offset {
  margin-left: 0px;
}

/* ======================
    Views
   ====================== */
/* line 4, sass/_views.scss */
.view {
  padding: 30px 0px;
}
/* line 6, sass/_views.scss */
.view.no-padding {
  padding: 0px !important;
}
/* line 8, sass/_views.scss */
.view.no-padding.related-content {
  margin-bottom: 0px;
}
/* line 11, sass/_views.scss */
.view.no-padding.centered {
  padding: 0px 20px !important;
}
/* line 15, sass/_views.scss */
.view.no-padding-top {
  padding: 0 0 60px;
}
/* line 18, sass/_views.scss */
.view.header-padding {
  padding: 0px 0px 40px;
}
/* line 21, sass/_views.scss */
.view.inline-fields {
  padding: 0px;
  display: inline;
}
/* line 24, sass/_views.scss */
.view.inline-fields div {
  display: inline;
}
/* line 26, sass/_views.scss */
.view.inline-fields div:after {
  content: ", ";
  margin-left: -3px;
}
/* line 30, sass/_views.scss */
.view.inline-fields div:last-of-type:after {
  content: "";
}
/* line 34, sass/_views.scss */
.view.inline-fields:after {
  display: block;
  content: "";
  clear: both;
}
/* line 39, sass/_views.scss */
.view.inline-fields.view-display-id-block_7 {
  display: inline-block;
}
/* line 41, sass/_views.scss */
.view.inline-fields.view-display-id-block_7 div {
  display: inline-block;
}
/* line 43, sass/_views.scss */
.view.inline-fields.view-display-id-block_7 div:after {
  display: none;
}
/* line 49, sass/_views.scss */
.view .view-copy {
  padding: 0px 20px;
}
/* line 53, sass/_views.scss */
.view h4, .view h4 a {
  color: #0D8C80;
}
/* line 56, sass/_views.scss */
.view.view-footer-contact p {
  margin: .5em 0;
}
/* line 59, sass/_views.scss */
.view #views-record-count-text strong {
  color: #000;
}

/* line 65, sass/_views.scss */
.view-people .view-content {
  padding-top: 20px;
}
/* line 69, sass/_views.scss */
.view-people .view-empty .views-row {
  width: 100%;
}
/* line 71, sass/_views.scss */
.view-people .view-empty .views-row h3 {
  max-width: none;
  font-size: 20px;
  font-weight: 400;
}

/* line 80, sass/_views.scss */
.view--queue .view-content {
  border-top: 1px solid #414042;
}

/* line 85, sass/_views.scss */
.view-search .views-label {
  float: left;
  font-weight: 600;
  padding-right: 5px;
}

/* line 92, sass/_views.scss */
.field-name-field-body2 h3 > a {
  text-decoration: none;
  color: #0D8C80;
}

/* line 96, sass/_views.scss */
.field-type-text-with-summary a {
  text-decoration: none;
  color: #0D8C80;
}

/* line 100, sass/_views.scss */
.banner a {
  text-decoration: none;
  color: #0D8C80;
}

/* line 106, sass/_views.scss */
.view-evaluations h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
/* line 111, sass/_views.scss */
.view-evaluations p {
  margin: .25em 0;
}
/* line 115, sass/_views.scss */
.view-evaluations.view-indexed-publications {
  padding-top: 60px;
}
/* line 117, sass/_views.scss */
.view-evaluations.view-indexed-publications .view-content {
  margin-top: 8px;
  border-top: 1px solid #E7E7E7;
}
/* line 122, sass/_views.scss */
.view-evaluations .view-copy {
  padding: 0px 0px;
}
/* line 125, sass/_views.scss */
.view-evaluations .views-row {
  border-top: 1px solid #E7E7E7;
  padding: 26px 0;
}
/* line 128, sass/_views.scss */
.view-evaluations .views-row.views-row-first {
  border-top: 0;
}
/* line 131, sass/_views.scss */
.view-evaluations .views-row.views-row-last + .views-row-first {
  border-top: 1px solid #E7E7E7;
}
/* line 135, sass/_views.scss */
.view-evaluations .views-row .view-search-conditional-items .views-row {
  padding: 0px;
}
/* line 139, sass/_views.scss */
.view-evaluations .date-display-range {
  display: inline;
}
/* line 142, sass/_views.scss */
.view-evaluations .views-field-nid {
  clear: both;
}
/* line 146, sass/_views.scss */
.view-evaluations .views-field-field-image img {
  float: left;
  margin-right: 2%;
  height: auto;
  margin-bottom: 20px;
}
/* line 153, sass/_views.scss */
.view-evaluations.view-indexed-partners .views-field-field-image {
  height: 100px;
  width: 100px;
  margin-bottom: 10px;
}
/* line 157, sass/_views.scss */
.view-evaluations.view-indexed-partners .views-field-field-image img {
  width: 100px;
}
/* line 162, sass/_views.scss */
.view-evaluations.view-display-id-block_7 .views-field-title, .view-evaluations.view-display-id-block_7 .views-field-title-field {
  font-size: 1.1em;
}

/* line 167, sass/_views.scss */
.view-evaluation-by-region h2 {
  font-size: 2.2em;
}

/* line 170, sass/_views.scss */
.view-evaluation-header h3 a {
  color: #0D8C80;
}

/* line 173, sass/_views.scss */
.view-careers {
  padding-top: 0px;
}
/* line 175, sass/_views.scss */
.view-careers .views-row {
  margin: 20px 0px;
  padding-bottom: 40px;
  font-size: 1.1em;
}
/* line 179, sass/_views.scss */
.view-careers .views-row h4 {
  text-transform: none;
  margin-top: 8px;
}
/* line 183, sass/_views.scss */
.view-careers .views-row .views-field-field-country-all {
  font-size: 0.9em;
}

/* line 190, sass/_views.scss */
.view-research-resources h3 {
  margin-bottom: 0px;
}
/* line 193, sass/_views.scss */
.view-research-resources .views-field-body .field-content > p {
  margin-top: 0px;
}
/* line 196, sass/_views.scss */
.view-research-resources a {
  line-height: 2.4em;
}

/* line 202, sass/_views.scss */
.node-policy-goal {
  padding: 0px 0px;
}
/* line 205, sass/_views.scss */
.node-policy-goal p.caption {
  font-size: 80px;
  line-height: 150%;
  color: #0D8C80;
  font-size: 0.75em;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: -28%;
  width: 23%;
}
/* line 216, sass/_views.scss */
.node-policy-goal p.caption:before {
  content: " ";
  width: 30%;
  display: block;
  border-top: 1px solid #0D8C80;
  margin-bottom: 10px;
}

/* line 226, sass/_views.scss */
.content .group-scale-up-content p.caption {
  font-size: 80px;
  line-height: 150%;
  color: #0D8C80;
  font-size: 0.75em;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: -28%;
  width: 23%;
}
/* line 237, sass/_views.scss */
.content .group-scale-up-content p.caption:before {
  content: " ";
  width: 30%;
  display: block;
  border-top: 1px solid #0D8C80;
  margin-bottom: 10px;
}

/* line 247, sass/_views.scss */
.node .content .view-evaluation-researchers .views-row {
  font-size: 1.1em;
  padding: 0px;
}
/* line 250, sass/_views.scss */
.node .content .view-evaluation-researchers .views-row .views-field-field-researchers {
  margin-right: -3px;
}
/* line 252, sass/_views.scss */
.node .content .view-evaluation-researchers .views-row .views-field-field-researchers a {
  display: inline-block;
}

/* line 258, sass/_views.scss */
.office-labels {
  display: inline;
  margin-right: -4px;
}

/* line 262, sass/_views.scss */
.views-field-field-researchers .view-evaluation-researchers {
  display: inline;
}
/* line 264, sass/_views.scss */
.views-field-field-researchers .view-evaluation-researchers .view-content {
  display: inline;
}
/* line 266, sass/_views.scss */
.views-field-field-researchers .view-evaluation-researchers .view-content .views-row {
  display: inline;
}
/* line 268, sass/_views.scss */
.views-field-field-researchers .view-evaluation-researchers .view-content .views-row .views-field-field-researchers {
  margin-right: -4px;
}

@media only screen and (max-width: 815px) {
  /* line 280, sass/_views.scss */
  .panel-2col-stacked .panel-col-first .inside,
  .panel-2col-stacked .panel-col-last .inside,
  .panel-2col-bricks .panel-col-first .inside,
  .panel-2col-bricks .panel-col-last .inside {
    margin: 0;
    padding: 10px;
  }

  /* line 288, sass/_views.scss */
  .content .group-scale-up-content p.caption, .content .node-policy-goal p.caption {
    position: static;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 292, sass/_views.scss */
  .content .group-scale-up-content p.caption:before, .content .node-policy-goal p.caption:before {
    border-top: none;
  }
}
@media only screen and (min-width: 815px) {
  /* line 301, sass/_views.scss */
  #node-11621 .panel-2col-stacked .panel-col-last,
  #node-11621 .panel-2col-stacked .panel-col-first,
  #node-11621 .panel-2col-bricks .panel-col-last,
  #node-11621 .panel-2col-bricks .panel-col-first, #node-21001 .panel-2col-stacked .panel-col-last,
  #node-21001 .panel-2col-stacked .panel-col-first,
  #node-21001 .panel-2col-bricks .panel-col-last,
  #node-21001 .panel-2col-bricks .panel-col-first {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 309, sass/_views.scss */
  .panel-col-bottom {
    position: relative;
  }

  /* line 313, sass/_views.scss */
  .view .attachment-before {
    position: absolute;
    top: -20px;
  }
  /* line 316, sass/_views.scss */
  .view .attachment-before #views-record-count-text strong {
    color: #000;
  }

  /* line 321, sass/_views.scss */
  .view-evaluation-by-region h2 {
    font-size: 2.5em;
  }

  /* line 325, sass/_views.scss */
  .view-evaluations .views-field-field-image, .view-evaluations .views-field-field-photo {
    display: block;
    float: left;
    margin-right: 3%;
    margin-top: 6px;
  }
  /* line 330, sass/_views.scss */
  .view-evaluations .views-field-field-image a, .view-evaluations .views-field-field-photo a {
    height: 126px;
  }
  /* line 334, sass/_views.scss */
  .view-evaluations .views-field-nid {
    clear: none;
    width: 82%;
    float: left;
  }
  /* line 340, sass/_views.scss */
  .view-evaluations.view-search .views-field-views-conditional-2 {
    margin-bottom: 40px;
  }
  /* line 344, sass/_views.scss */
  .view-evaluations.view-indexed-partners .views-field-field-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
  }
  /* line 350, sass/_views.scss */
  .view-evaluations.view-indexed-partners .views-field-field-image .field-content {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
  }
  /* line 355, sass/_views.scss */
  .view-evaluations.view-indexed-partners .views-field-field-image .field-content img {
    display: inline-block;
    object-fit: contain;
    max-height: 90px;
    padding: 0;
    margin: 0;
  }

  /* line 367, sass/_views.scss */
  .two-col .views-row {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 371, sass/_views.scss */
  .two-col .views-row.views-row-odd {
    clear: both;
  }

  /* line 376, sass/_views.scss */
  .view-careers {
    width: 70%;
  }
}
/* ======================
   Related Content Views
   ====================== */
/* line 5, sass/_related.scss */
.related-content {
  margin: 50px 0;
  padding-bottom: 0px;
}
/* line 8, sass/_related.scss */
.related-content.front {
  margin: 50px 0 0;
}
/* line 11, sass/_related.scss */
.related-content .views-field-field-image,
.related-content .views-field-views-conditional-3 {
  background: #CCC;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 17, sass/_related.scss */
.related-content .views-field-field-image .field-content,
.related-content .views-field-views-conditional-3 .field-content {
  width: 100%;
  float: none;
}
/* line 21, sass/_related.scss */
.related-content .views-field-field-image img,
.related-content .views-field-views-conditional-3 img {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* line 30, sass/_related.scss */
.related-content .views-field-field-image .cboxElement img,
.related-content .views-field-views-conditional-3 .cboxElement img {
  position: relative;
  bottom: inherit;
}
/* line 35, sass/_related.scss */
.related-content .views-field-nid {
  position: relative;
  padding: 25px;
}
/* line 39, sass/_related.scss */
.related-content .views-field-nid h2 {
  font-size: 1.25em;
  text-align: left;
  margin: 5px 0;
  font-weight: 400;
}
/* line 45, sass/_related.scss */
.related-content .views-field-nid h4 {
  margin: 2px 0;
  color: #E35925;
}
/* line 48, sass/_related.scss */
.related-content .views-field-nid h4:before {
  margin-right: 5px;
  color: #E35925;
  position: relative;
  top: 2px;
  font-size: 1.1em;
}
/* line 56, sass/_related.scss */
.related-content .views-field-nid p {
  margin: 5px 0;
}
/* line 61, sass/_related.scss */
.related-content .views-exposed-form .views-exposed-widgets {
  display: table;
  width: 100%;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 67, sass/_related.scss */
.related-content .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  display: table-cell;
  width: 100%;
  float: none;
  padding: .5em 1em 0 0;
}
/* line 73, sass/_related.scss */
.related-content .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
  padding: 15px;
}
/* line 77, sass/_related.scss */
.related-content .views-exposed-form .views-exposed-widgets .form-text {
  width: 100%;
  padding: .5em 0;
}
/* line 81, sass/_related.scss */
.related-content .views-exposed-form .views-exposed-widgets .form-submit {
  padding: .5em 1em;
  height: 53px;
  white-space: nowrap;
  margin: 0 0 0 1em;
}

/* line 90, sass/_related.scss */
span.video-play {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/Video_Button.png") no-repeat;
  background-position: 50% 50%;
  background-size: 14%;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
/* line 104, sass/_related.scss */
span.video-play:hover {
  opacity: 0.9;
  background-size: 15%;
}

@media only screen and (max-width: 815px) {
  /* line 113, sass/_related.scss */
  .related-content .views-field-field-image,
  .related-content .views-field-views-conditional-3 {
    height: 220px;
  }
  /* line 117, sass/_related.scss */
  .related-content .views-field-nid:before {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: -25px;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent  transparent #fff transparent;
  }
}
@media only screen and (min-width: 815px) {
  /* line 137, sass/_related.scss */
  .related-content .views-field-field-image,
  .related-content .views-field-views-conditional-3,
  .related-content .views-field-nid {
    width: 50%;
  }
  /* line 142, sass/_related.scss */
  .related-content .views-field-nid {
    max-width: 532px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 146, sass/_related.scss */
  .related-content .views-field-field-image,
  .related-content .views-field-views-conditional-3 {
    height: 260px;
    overflow: hidden;
  }
  /* line 153, sass/_related.scss */
  .related-content .views-row-odd .views-field-field-image,
  .related-content .views-row-odd .views-field-views-conditional-3,
  .related-content .views-row-odd .views-field-nid {
    float: left;
  }
  /* line 158, sass/_related.scss */
  .related-content .views-row-odd .views-field-nid:before {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -24px;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent #fff transparent transparent;
  }
  /* line 170, sass/_related.scss */
  .related-content .views-row-even .views-field-field-image,
  .related-content .views-row-even .views-field-views-conditional-3,
  .related-content .views-row-even .views-field-nid {
    float: right;
  }
  /* line 175, sass/_related.scss */
  .related-content .views-row-even .views-field-nid:after {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    right: -24px;
    top: 25px;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #fff;
  }
  /* line 187, sass/_related.scss */
  .related-content .view-filters {
    width: 100%;
    max-width: 1065px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 198, sass/_related.scss */
  .related-content .views-field-field-image,
  .related-content .views-field-views-conditional-3 {
    height: 300px;
  }
}
/* line 3, sass/_evaluation.scss */
.node-evaluation .evaluation-label {
  color: #0D8C80;
  display: inline-block;
  float: left;
  height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
/* line 11, sass/_evaluation.scss */
.node-evaluation .evaluation-label a {
  color: #0D8C80;
  margin-right: 4px;
}
/* line 15, sass/_evaluation.scss */
.node-evaluation .evaluation-label > a {
  color: #0D8C80;
  margin-right: 8px;
}
/* line 19, sass/_evaluation.scss */
.node-evaluation .evaluation-label a:last-child {
  color: #0D8C80;
  margin-right: 8px;
}
/* line 23, sass/_evaluation.scss */
.node-evaluation .evaluation-label.tag {
  color: .node-evaluation .evaluation-label.tag white;
  margin-bottom: 9px;
  margin-right: 0;
  line-height: 1.4;
}
/* line 28, sass/_evaluation.scss */
.node-evaluation .evaluation-label.tag a {
  color: #FFFFFF;
  background: #0D8C80;
  padding: 1px 7px;
  font-size: 0.82em;
  font-weight: 800;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.4;
}
/* line 39, sass/_evaluation.scss */
.node-evaluation .evaluation-label.tag:after {
  display: none;
}
/* line 44, sass/_evaluation.scss */
.node-evaluation h1 {
  margin: 0 0 5px;
  line-height: 1.2;
}
/* line 48, sass/_evaluation.scss */
.node-evaluation h3.researchers {
  color: #0D8C80;
  font-style: italic;
  margin: 0;
  padding: 0px;
}
/* line 53, sass/_evaluation.scss */
.node-evaluation h3.researchers .field-item {
  float: left;
  margin-right: 8px;
  padding: 0px;
}
/* line 57, sass/_evaluation.scss */
.node-evaluation h3.researchers .field-item a {
  color: #0D8C80;
  font-style: italic;
  margin: 0;
  font-size: 0.96em;
}
/* line 64, sass/_evaluation.scss */
.node-evaluation h3.researchers .field-item:after {
  display: inline;
  content: ",";
}
/* line 68, sass/_evaluation.scss */
.node-evaluation h3.researchers .field-item:last-of-type:after {
  content: "";
}
/* line 74, sass/_evaluation.scss */
.node-evaluation .evaluation-details {
  margin: 15px 0 10px;
  clear: both;
}
/* line 78, sass/_evaluation.scss */
.node-evaluation .evaluation-details .inline-block-list a {
  margin-right: -3px;
  padding-left: 3px;
}
/* line 82, sass/_evaluation.scss */
.node-evaluation .evaluation-details .inline-block-list a.pub-link:after {
  content: ",";
  color: #000;
}
/* line 86, sass/_evaluation.scss */
.node-evaluation .evaluation-details .inline-block-list a.pub-link:last-of-type:after {
  content: "";
}
/* line 91, sass/_evaluation.scss */
.node-evaluation .evaluation-details .inline-block-list .field-item a {
  padding-right: 5px;
}
/* line 98, sass/_evaluation.scss */
.node-evaluation .evaluation-details .field,
.node-evaluation .subtitle .field,
.node-evaluation .date-display-range {
  display: inline;
}
/* line 102, sass/_evaluation.scss */
.node-evaluation .evaluation-details .field .field-items,
.node-evaluation .subtitle .field .field-items,
.node-evaluation .date-display-range .field-items {
  display: inline;
}
/* line 104, sass/_evaluation.scss */
.node-evaluation .evaluation-details .field .field-items .field-item,
.node-evaluation .subtitle .field .field-items .field-item,
.node-evaluation .date-display-range .field-items .field-item {
  display: inline;
}
/* line 106, sass/_evaluation.scss */
.node-evaluation .evaluation-details .field .field-items .field-item:after,
.node-evaluation .subtitle .field .field-items .field-item:after,
.node-evaluation .date-display-range .field-items .field-item:after {
  content: ',';
}
/* line 110, sass/_evaluation.scss */
.node-evaluation .evaluation-details .field .field-items .field-item:last-child:after,
.node-evaluation .subtitle .field .field-items .field-item:last-child:after,
.node-evaluation .date-display-range .field-items .field-item:last-child:after {
  content: '';
}
/* line 119, sass/_evaluation.scss */
.node-evaluation .evaluation-content {
  position: relative;
  margin: 25px 0;
  width: 100%;
}
/* line 124, sass/_evaluation.scss */
.node-evaluation .evaluation-content .field-label {
  font-size: 1.2em;
  color: gray-dark;
  margin-bottom: 0;
}
/* line 129, sass/_evaluation.scss */
.node-evaluation .evaluation-content .field-label + .field-items p {
  margin-top: 0;
}
/* line 132, sass/_evaluation.scss */
.node-evaluation .evaluation-content .field {
  margin: 10px 0;
}
/* line 135, sass/_evaluation.scss */
.node-evaluation .evaluation-content .evaluation-image {
  position: relative;
}
/* line 137, sass/_evaluation.scss */
.node-evaluation .evaluation-content .evaluation-image .evaluation-image-caption {
  line-height: 150%;
  color: #0D8C80;
  font-size: 0.75em;
  font-style: italic;
  font-weight: 700;
}
/* line 145, sass/_evaluation.scss */
.node-evaluation .evaluation-content img {
  width: 100%;
}
/* line 150, sass/_evaluation.scss */
.node-evaluation .summary {
  padding: 25px 0;
  border-bottom: 1px solid #E7E7E7;
}
/* line 155, sass/_evaluation.scss */
.node-evaluation .partners {
  text-align: left;
  page-break-inside: avoid;
}
/* line 159, sass/_evaluation.scss */
.node-evaluation .partners strong {
  display: block;
}
/* line 162, sass/_evaluation.scss */
.node-evaluation .partners .partner-logos {
  width: 20%;
  height: 100px;
  display: table-cell;
  position: relative;
  text-align: center;
  float: left;
  vertical-align: middle;
}
/* line 171, sass/_evaluation.scss */
.node-evaluation .partners .partner-logos a {
  text-align: center;
  line-height: 100px;
}
/* line 174, sass/_evaluation.scss */
.node-evaluation .partners .partner-logos a span {
  display: inline-block;
  line-height: 1.8em;
  padding: 8px 40px;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  line-height: normal;
  color: #000;
}
/* line 185, sass/_evaluation.scss */
.node-evaluation .partners .partner-logos a img {
  max-width: 65px;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  margin: 0;
}
/* line 193, sass/_evaluation.scss */
.node-evaluation .partners .partner-logos:after {
  content: " ";
  position: absolute;
  top: 20px;
  right: 0px;
  height: 70px;
  display: block;
  border-right: 1px solid #E7E7E7;
}
/* line 202, sass/_evaluation.scss */
.node-evaluation .partners .partner-logos:last-of-type:after {
  border-right: none !important;
}
/* line 211, sass/_evaluation.scss */
.node-evaluation .content-related .related-col {
  width: 100%;
}
/* line 213, sass/_evaluation.scss */
.node-evaluation .content-related .related-col .field-items {
  padding: 0 20px 0 0;
  margin: 0;
}
/* line 216, sass/_evaluation.scss */
.node-evaluation .content-related .related-col .field-items .field-item {
  border-top: 1px solid #E7E7E7;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 1.5em;
}
/* line 223, sass/_evaluation.scss */
.node-evaluation .content-related .related-col .field-items .field-item a {
  color: #000;
  font-size: 0.9em;
}
/* line 226, sass/_evaluation.scss */
.node-evaluation .content-related .related-col .field-items .field-item a:hover {
  color: #0D8C80;
}

/* line 237, sass/_evaluation.scss */
.print-content .field-name-body p {
  margin-top: 0px;
}
/* line 240, sass/_evaluation.scss */
.print-content .node-evalauation h3.researchers {
  margin-bottom: 1em;
}
/* line 243, sass/_evaluation.scss */
.print-content .evaluation-image-caption, .print-content .content-related {
  display: none;
}
/* line 247, sass/_evaluation.scss */
.print-content .node-evaluation .inline-fields div:after {
  margin-left: -3px;
}
/* line 250, sass/_evaluation.scss */
.print-content .node-evaluation .inline-fields.view-display-id-block_7 div:after {
  margin-left: 0px;
}
/* line 254, sass/_evaluation.scss */
.print-content .inline-block-list a {
  margin-right: 0px;
  padding-left: 3px;
}

/* line 260, sass/_evaluation.scss */
.print-content .partners .partner-logos:nth-of-type(5n):after {
  border: none;
}

/* line 263, sass/_evaluation.scss */
.print-content .partners .partner-logos:nth-of-type(2n):after {
  border-right: 1px solid #E7E7E7;
}

/* line 266, sass/_evaluation.scss */
.field-name-field-citations {
  border-top: 1px solid #A0A6A7;
  font-size: 0.86em;
  font-style: italic;
  color: #A0A6A7;
  font-weight: 700;
}
/* line 272, sass/_evaluation.scss */
.field-name-field-citations p {
  margin: 1em 0;
}

/* line 276, sass/_evaluation.scss */
.node-type-evaluation .social-wrapper {
  padding: 10px 0px;
}
/* line 278, sass/_evaluation.scss */
.node-type-evaluation .social-wrapper .region-social .block {
  width: 100%;
  height: auto;
  background: transparent;
}
/* line 282, sass/_evaluation.scss */
.node-type-evaluation .social-wrapper .region-social .block h2 {
  color: #414042;
  font-size: 1.1em;
  text-transform: uppercase;
  padding-bottom: 7px;
  font-weight: 500;
  border-bottom: 1px solid #414042;
}
/* line 290, sass/_evaluation.scss */
.node-type-evaluation .social-wrapper .region-social .block .content {
  height: auto;
  overflow-y: auto;
}
/* line 293, sass/_evaluation.scss */
.node-type-evaluation .social-wrapper .region-social .block .content img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
/* line 298, sass/_evaluation.scss */
.node-type-evaluation .social-wrapper .region-social .block .content h4 {
  color: #E35925;
  margin: 15px 0px 0px;
}
/* line 302, sass/_evaluation.scss */
.node-type-evaluation .social-wrapper .region-social .block .content h3 {
  font-size: 1em;
  line-height: 1.3;
  margin: 8px auto 50px;
  font-weight: 500;
}
/* line 307, sass/_evaluation.scss */
.node-type-evaluation .social-wrapper .region-social .block .content h3 a {
  color: #414042;
}

/* line 319, sass/_evaluation.scss */
#views-exposed-form-indexed-evaluations-block {
  padding: 0;
}

/* line 324, sass/_evaluation.scss */
#partnerContainer {
  position: relative;
  overflow: hidden;
  page-break-inside: avoid;
}
/* line 328, sass/_evaluation.scss */
#partnerContainer:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.9%;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 100px;
  z-index: 10;
}
/* line 339, sass/_evaluation.scss */
#partnerContainer:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0.9%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100px;
  z-index: 10;
}

/* line 352, sass/_evaluation.scss */
.control_left {
  font-size: 40px;
  position: absolute;
  right: 10px;
  padding: 0 5px;
  top: 15%;
  z-index: 100;
  height: 50px;
  width: 50px;
  font-weight: 400;
  text-align: right;
}
/* line 363, sass/_evaluation.scss */
.control_left:hover {
  opacity: 0.6;
  cursor: pointer;
}

/* line 369, sass/_evaluation.scss */
.control_right {
  font-size: 40px;
  position: absolute;
  padding: 0 5px;
  top: 15%;
  z-index: 100;
  height: 50px;
  width: 50px;
  font-weight: 400;
  text-align: left;
}
/* line 379, sass/_evaluation.scss */
.control_right:hover {
  opacity: 0.6;
  cursor: pointer;
}

/* line 384, sass/_evaluation.scss */
.control-inactive {
  color: #ddd;
}
/* line 386, sass/_evaluation.scss */
.control-inactive:hover {
  cursor: default;
  opacity: 1;
}

/* line 391, sass/_evaluation.scss */
.pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper {
  width: 55%;
}

@media only screen and (max-width: 815px) {
  /* line 397, sass/_evaluation.scss */
  .node-evaluation .partners .partner-logos {
    width: 50%;
  }

  /* line 400, sass/_evaluation.scss */
  .panel-pane.pane-block.pane-views-exp-indexed-publications-block.pane-views {
    padding: 0;
  }

  /* line 403, sass/_evaluation.scss */
  .pane-views-exp-careers-block #edit-search-api-views-fulltext-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 409, sass/_evaluation.scss */
  .view-evaluation-page-featured .views-field-field-external-link-et h3 {
    padding: 0;
  }

  /* line 412, sass/_evaluation.scss */
  .view-evaluation-page-featured .views-field-field-resource-download h3 {
    padding: 0;
  }
}
@media only screen and (min-width: 815px) {
  /* line 419, sass/_evaluation.scss */
  .node-evaluation .evaluation-content {
    width: 70%;
  }
  /* line 422, sass/_evaluation.scss */
  .node-evaluation .evaluation-content .evaluation-image img {
    margin-bottom: 15px;
  }
  /* line 425, sass/_evaluation.scss */
  .node-evaluation .evaluation-content .evaluation-image .evaluation-image-caption {
    position: absolute;
    top: 0px;
    right: -28%;
    width: 23%;
  }
  /* line 430, sass/_evaluation.scss */
  .node-evaluation .evaluation-content .evaluation-image .evaluation-image-caption:before {
    display: block;
    content: "";
    border-top: 1px solid #0D8C80;
    width: 30%;
  }
  /* line 438, sass/_evaluation.scss */
  .node-evaluation .evaluation-content .content-related {
    width: 100%;
  }

  /* line 445, sass/_evaluation.scss */
  .node-type-evaluation .social-wrapper .region-social .block .views-row {
    width: 32%;
    margin: 0 2% 0 0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 450, sass/_evaluation.scss */
  .node-type-evaluation .social-wrapper .region-social .block .views-row img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  /* line 455, sass/_evaluation.scss */
  .node-type-evaluation .social-wrapper .region-social .block .views-row.views-row-3 {
    margin-right: 0px;
  }

  /* line 459, sass/_evaluation.scss */
  .pane-views-exp-careers-block #edit-reset {
    width: auto;
  }
}
/* line 1, sass/_featured.scss */
.featured-block {
  border: 5px solid #414042;
  border-left: 0;
  border-right: 0;
  position: relative;
  margin: 28px auto;
}
/* line 2, sass/_featured.scss */
.featured-block.centered {
  padding: 0;
}
/* line 10, sass/_featured.scss */
.featured-block h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
/* line 15, sass/_featured.scss */
.featured-block h2, .featured-block h5 {
  color: #414042;
  padding-bottom: .5em;
  border-bottom: 1px solid #414042;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.125em;
  margin: .5em 0;
}
/* line 24, sass/_featured.scss */
.featured-block .featured-content {
  padding: 1em 0;
}
/* line 28, sass/_featured.scss */
.featured-block .featured-content .flexslider {
  margin: 0;
  padding: 0px 2px;
}
/* line 31, sass/_featured.scss */
.featured-block .featured-content .flexslider .slides img {
  max-width: 185px;
  margin: 5px 0 10px 0px;
}
/* line 35, sass/_featured.scss */
.featured-block .featured-content .flexslider .flex-control-nav {
  display: none;
}
/* line 38, sass/_featured.scss */
.featured-block .featured-content .flexslider .flex-direction-nav {
  position: absolute;
  z-index: 10;
  right: 59px;
  top: -60px;
}
/* line 43, sass/_featured.scss */
.featured-block .featured-content .flexslider .flex-direction-nav .flex-disabled {
  opacity: 0.2 !important;
  cursor: default;
  pointer-events: none;
}
/* line 48, sass/_featured.scss */
.featured-block .featured-content .flexslider .flex-direction-nav .flex-nav-next, .featured-block .featured-content .flexslider .flex-direction-nav .flex-nav-prev {
  width: 20px;
  margin-left: 0px;
}
/* line 52, sass/_featured.scss */
.featured-block .featured-content .flexslider .flex-direction-nav a {
  left: 0;
  opacity: 1;
  display: block;
  border: 0;
  width: 20px;
  outline: 0;
  z-index: 10;
}
/* line 60, sass/_featured.scss */
.featured-block .featured-content .flexslider .flex-direction-nav a.flex-next {
  margin-left: 44px;
}
/* line 63, sass/_featured.scss */
.featured-block .featured-content .flexslider .flex-direction-nav a:before {
  font-family: "Open Sans", sans-serif !important;
  font-size: 35px;
  content: '›';
  line-height: 43px;
}
/* line 71, sass/_featured.scss */
.featured-block .featured-content .flexslider .flex-direction-nav a.flex-prev:before {
  content: '‹';
}
/* line 80, sass/_featured.scss */
.featured-block .featured-content .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
/* line 83, sass/_featured.scss */
.featured-block .featured-content .flexslider:hover .flex-direction-nav .flex-next {
  left: 0;
}
/* line 87, sass/_featured.scss */
.featured-block .featured-content .flexslider .views-field-nid {
  padding: 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 90, sass/_featured.scss */
.featured-block .featured-content .flexslider .views-field-nid p {
  margin-top: 8px;
}
/* line 97, sass/_featured.scss */
.featured-block .view-display-id-block_5 .views-field-field-image {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
  float: left;
  margin-right: 20px;
}
/* line 105, sass/_featured.scss */
.featured-block .view-display-id-block_5 .views-field-field-image .field-content {
  display: table-cell;
  vertical-align: middle;
  height: 160px;
  width: 160px;
}
/* line 110, sass/_featured.scss */
.featured-block .view-display-id-block_5 .views-field-field-image .field-content img {
  display: inline-block;
  object-fit: contain;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  /* line 123, sass/_featured.scss */
  .featured-block .flex-direction-nav {
    display: block;
  }
  /* line 126, sass/_featured.scss */
  .featured-block .featured-content .flexslider .views-field-nid {
    padding: 8px 0 0 0;
    clear: both;
  }
}
@media only screen and (min-width: 815px) {
  /* line 135, sass/_featured.scss */
  .featured-block .field-name-field-image {
    float: left;
    margin-right: 2%;
  }
}
/* ======================
Social
====================== */
/* line 6, sass/_social.scss */
.addtoany_list > a, .print-page > a {
  display: block;
  float: right;
  clear: both;
  margin-bottom: 0.2em;
}

/* line 13, sass/_social.scss */
.a2a_menu, .a2a_menu_find_container {
  border-radius: 0 !important;
}

/* line 17, sass/_social.scss */
.print-page {
  width: 40px;
  height: 40px;
}

/* line 23, sass/_social.scss */
.social-print .addtoany_list a > span {
  border-radius: 50%;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #BBBBBB !important;
  background-position: center center;
  background-size: 24px 24px;
  width: 32px;
  height: 32px;
}

/* line 36, sass/_social.scss */
.print_html {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #BBBBBB;
}
/* line 42, sass/_social.scss */
.print_html .print-icon {
  width: 100%;
}

/* line 46, sass/_social.scss */
.print_html {
  top: 20%;
}

/* line 50, sass/_social.scss */
.social-print {
  display: block;
  position: fixed;
  right: 10px;
  margin-top: 6%;
  z-index: 110;
}
/* line 56, sass/_social.scss */
.social-print a {
  font-size: 19px !important;
  position: relative;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #BBBBBB;
  border-radius: 50%;
  padding: 0px;
  margin-top: 5.8px;
  opacity: 0.8;
}
/* line 67, sass/_social.scss */
.social-print a:before {
  position: absolute;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 38px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 83, sass/_social.scss */
.social-print .print_html, .social-print .print_mail, .social-print .print_pdf, .social-print .print_epub {
  margin-left: 0;
}
/* line 85, sass/_social.scss */
.social-print .print_html img, .social-print .print_mail img, .social-print .print_pdf img, .social-print .print_epub img {
  height: 36px;
  position: absolute;
  bottom: 0px;
  display: none;
}
/* line 93, sass/_social.scss */
.social-print a .addtoany_list a > span {
  background-size: 26px  26px;
  background-position: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid #BBBBBB;
  width: 100%;
  margin: 0 auto;
  background-position: center center;
}

/* line 107, sass/_social.scss */
.print_html {
  position: absolute;
  bottom: -38px;
  height: 32px;
  width: 32px;
  background-color: #BBBBBB;
  border-radius: 50%;
  top: auto;
  right: 0;
  opacity: 0.8;
}
/* line 117, sass/_social.scss */
.print_html a {
  background-color: unset;
}
/* line 119, sass/_social.scss */
.print_html a:after {
  content: "H";
  font-family: "mit-j-pal" !important;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  margin-top: 3px;
}

/* line 133, sass/_social.scss */
.social-wrapper {
  padding: 60px 0px;
  background: #FAFAFA;
}
/* line 136, sass/_social.scss */
.social-wrapper .region-social .block {
  position: relative;
  width: 100%;
  height: 300px;
  overflow-y: hidden;
  margin: 20px auto;
  background: #FFFFFF;
  word-wrap: break-word;
}
/* line 144, sass/_social.scss */
.social-wrapper .region-social .block a {
  color: #1D80B2;
}
/* line 146, sass/_social.scss */
.social-wrapper .region-social .block a:hover {
  color: #414042;
}
/* line 150, sass/_social.scss */
.social-wrapper .region-social .block blockquote {
  margin: 0px;
  padding: 0px;
  border: none;
}
/* line 154, sass/_social.scss */
.social-wrapper .region-social .block blockquote > p {
  margin-top: 0px;
  font-style: normal;
  font-size: 1em;
}
/* line 160, sass/_social.scss */
.social-wrapper .region-social .block .content {
  padding: 20px;
  height: 220px;
  overflow-y: hidden;
}
/* line 165, sass/_social.scss */
.social-wrapper .region-social .block:after {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 178, sass/_social.scss */
.social-wrapper .region-social .block.twitter li {
  list-style: none;
}
/* line 181, sass/_social.scss */
.social-wrapper .region-social .block.twitter .views-field-created-time {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  color: #FFFFFF;
  left: 40px;
  font-size: 12px;
}
/* line 188, sass/_social.scss */
.social-wrapper .region-social .block.twitter .views-field-created-time a {
  color: #FFFFFF;
}
/* line 192, sass/_social.scss */
.social-wrapper .region-social .block.twitter:after {
  background: #1D80B2;
}
/* line 198, sass/_social.scss */
.social-wrapper .region-social .block.block-facebook-pull .facebook-feed-time {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  color: #FFFFFF;
  left: 40px;
  font-size: 12px;
}
/* line 205, sass/_social.scss */
.social-wrapper .region-social .block.block-facebook-pull .facebook-feed-time a {
  color: #FFFFFF;
}
/* line 209, sass/_social.scss */
.social-wrapper .region-social .block.block-facebook-pull .facebook-feed-picture img {
  display: none;
}
/* line 212, sass/_social.scss */
.social-wrapper .region-social .block.block-facebook-pull:after {
  background: #3B5998;
}
/* line 217, sass/_social.scss */
.social-wrapper .region-social .block.blog .view {
  padding: 0px;
}
/* line 219, sass/_social.scss */
.social-wrapper .region-social .block.blog .view p {
  margin-top: 0px;
}
/* line 223, sass/_social.scss */
.social-wrapper .region-social .block.blog .views-field-timestamp {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  color: #FFFFFF;
  left: 40px;
  font-size: 12px;
}
/* line 230, sass/_social.scss */
.social-wrapper .region-social .block.blog .views-field-timestamp a {
  color: #FFFFFF;
}
/* line 234, sass/_social.scss */
.social-wrapper .region-social .block.blog:after {
  background: #FF8000;
}
/* line 238, sass/_social.scss */
.social-wrapper .region-social .block.full-width {
  position: relative;
  width: 100%;
  height: auto;
  overflow-y: visible;
  margin: 0px auto;
  background: transparent;
}
/* line 245, sass/_social.scss */
.social-wrapper .region-social .block.full-width h2 {
  font-size: 2em;
}
/* line 248, sass/_social.scss */
.social-wrapper .region-social .block.full-width .content {
  padding: 0px;
}

/* line 257, sass/_social.scss */
.bx-viewport .region-social .block {
  height: auto;
  margin: 0;
}

/* line 263, sass/_social.scss */
.social-wrapper .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
}

/* line 269, sass/_social.scss */
.social-slider > div {
  overflow: hidden;
  position: relative;
  padding: 0;
}
/* line 274, sass/_social.scss */
.social-slider .region-social {
  height: 300px;
  position: relative;
}
/* line 278, sass/_social.scss */
.social-slider .region-social div.block {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  box-sizing: border-box;
  width: 33.33%;
}

/* line 288, sass/_social.scss */
.media-youtube-video iframe {
  max-width: 100%;
}

/* line 292, sass/_social.scss */
.social-print {
  display: none;
}

@media only screen and (min-width: 600px) {
  /* line 297, sass/_social.scss */
  .social-print {
    display: block;
    top: 23%;
  }
}
@media only screen and (min-width: 815px) {
  /* line 306, sass/_social.scss */
  .social-wrapper .region-social .block {
    width: 32%;
    margin: 0 2% 0 0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 311, sass/_social.scss */
  .social-wrapper .region-social .block:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 2, sass/_history.scss */
#about-panel .panel-col-bottom {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  background: #FAFAFA;
  position: relative;
  height: 100%;
}
/* line 9, sass/_history.scss */
#about-panel .panel-col-bottom .inside {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  height: 100%;
}
/* line 18, sass/_history.scss */
#about-panel .pane-views-history-block .pane-title {
  padding: 25px 0;
}
/* line 22, sass/_history.scss */
#about-panel .pane-views-history-block .pane-content .view-content > div {
  display: none;
  opacity: 0;
}
/* line 25, sass/_history.scss */
#about-panel .pane-views-history-block .pane-content .view-content > div.active {
  display: block;
}
/* line 28, sass/_history.scss */
#about-panel .pane-views-history-block .pane-content .view-content > div h5 {
  font-weight: 600;
  color: #000;
  margin-top: 0;
}
/* line 33, sass/_history.scss */
#about-panel .pane-views-history-block .pane-content .view-content > div img {
  width: auto;
  max-width: 100%;
  max-height: 500px;
}
/* line 42, sass/_history.scss */
#about-panel .pane-views-history-block-1 .pane-content .view-content > div {
  cursor: pointer;
  padding: 0px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  color: #A0A6A7;
}
/* line 50, sass/_history.scss */
#about-panel .pane-views-history-block-1 .pane-content .view-content > div.active {
  color: #E35925;
  font-weight: 600;
}
/* line 53, sass/_history.scss */
#about-panel .pane-views-history-block-1 .pane-content .view-content > div.active::before {
  font-weight: 100;
}
/* line 57, sass/_history.scss */
#about-panel .pane-views-history-block-1 .pane-content .view-content > div::before {
  content: '•';
  position: absolute;
  left: -7px;
  font-size: 2.5em;
}
/* line 65, sass/_history.scss */
#about-panel .pane-views-history-block-2 {
  padding-bottom: 60px;
}
/* line 67, sass/_history.scss */
#about-panel .pane-views-history-block-2 .views-exposed-widgets {
  height: 60px;
  margin-bottom: 25px;
}
/* line 70, sass/_history.scss */
#about-panel .pane-views-history-block-2 .views-exposed-widgets .views-exposed-widget, #about-panel .pane-views-history-block-2 .views-exposed-widgets .form-item, #about-panel .pane-views-history-block-2 .views-exposed-widgets .date-padding, #about-panel .pane-views-history-block-2 .views-exposed-widgets .date-year {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/* line 75, sass/_history.scss */
#about-panel .pane-views-history-block-2 .views-exposed-widgets .simpleselect .placeholder {
  margin: 0px;
  max-width: 100%;
}
/* line 80, sass/_history.scss */
#about-panel .pane-views-history-block-2 .views-row {
  padding: 50px 0;
  border-top: 1px solid #A0A6A7;
}
/* line 83, sass/_history.scss */
#about-panel .pane-views-history-block-2 .views-row:first-of-type {
  border-top: none;
  padding-top: 0;
}
/* line 87, sass/_history.scss */
#about-panel .pane-views-history-block-2 .views-row h5 {
  font-weight: 600;
  color: #000;
}
/* line 93, sass/_history.scss */
#about-panel .panel-separator {
  display: none;
}

@media screen and (min-width: 815px) {
  /* line 100, sass/_history.scss */
  #about-panel .pane-views-history-block {
    width: 60%;
    min-height: 700px;
  }
  /* line 104, sass/_history.scss */
  #about-panel .pane-views-history-block-1 {
    width: 30%;
    margin-left: 10%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* line 110, sass/_history.scss */
  #about-panel .pane-views-history-block-1 .view {
    min-height: 610px;
    border-left: 1px solid #A0A6A7;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
/* line 1, sass/_basicpage.scss */
.views-table {
  display: block;
  width: 100%;
  border: 1px solid #000;
  margin: 25px 0;
}
/* line 6, sass/_basicpage.scss */
.views-table tbody, .views-table tfoot {
  border: none;
  display: block;
  padding: 0;
}
/* line 10, sass/_basicpage.scss */
.views-table tbody tr, .views-table tfoot tr {
  background-color: transparent;
  border: none;
  display: block;
  padding: 0;
}
/* line 15, sass/_basicpage.scss */
.views-table tbody tr td, .views-table tfoot tr td {
  background-color: transparent;
  display: inline-block;
  width: 30%;
  max-width: 200px;
  border: none;
  text-align: left;
  padding: .5em;
}
/* line 26, sass/_basicpage.scss */
.views-table thead {
  color: #FFFFFF;
  border: none;
  display: block;
  padding: 0;
}
/* line 31, sass/_basicpage.scss */
.views-table thead tr {
  background-color: #0D8C80;
  border: none;
  display: block;
  width: 100%;
}
/* line 36, sass/_basicpage.scss */
.views-table thead tr th {
  display: inline-block;
  width: 30%;
  max-width: 200px;
  border: none;
  text-align: left;
  padding: .5em;
}
/* line 46, sass/_basicpage.scss */
.views-table tfoot {
  border-top: 1px solid #000;
  padding: 5px 0;
}
/* line 49, sass/_basicpage.scss */
.views-table tfoot .views-field-field-lives-impacted:after {
  content: 'million';
}
/* line 52, sass/_basicpage.scss */
.views-table tfoot .views-field-country {
  text-indent: -1000px;
}

/* line 59, sass/_basicpage.scss */
.view-evaluation-summary .views-table tbody tr td, .view-evaluation-summary .views-table thead tr th {
  width: 50%;
  max-width: 340px;
}

@media only screen and (max-width: 600px) {
  /* line 69, sass/_basicpage.scss */
  .views-table tbody tr td, .views-table tfoot tr td {
    width: 25%;
  }
  /* line 74, sass/_basicpage.scss */
  .views-table thead tr th {
    width: 25%;
  }
}
@media only screen and (min-width: 815px) {
  /* line 83, sass/_basicpage.scss */
  .node-policy-goal .field-group-div, .node-program .field-group-div {
    width: 70%;
  }
  /* line 85, sass/_basicpage.scss */
  .node-policy-goal .field-group-div .group-image, .node-program .field-group-div .group-image {
    margin-top: 20px;
  }
  /* line 87, sass/_basicpage.scss */
  .node-policy-goal .field-group-div .group-image .field-name-field-image, .node-program .field-group-div .group-image .field-name-field-image {
    float: left;
  }
  /* line 90, sass/_basicpage.scss */
  .node-policy-goal .field-group-div .group-image .field-name-field-image-caption, .node-program .field-group-div .group-image .field-name-field-image-caption {
    width: 200px;
    font-size: 12px;
    color: #0D8C80;
    float: left;
    margin-left: 25px;
    font-style: italic;
  }
  /* line 97, sass/_basicpage.scss */
  .node-policy-goal .field-group-div .group-image .field-name-field-image-caption .field-item::before, .node-program .field-group-div .group-image .field-name-field-image-caption .field-item::before {
    display: block;
    content: '\00a0';
    width: 75px;
    border-top: 1px solid #0D8C80;
  }
}
/* ======================
Quicktabs
====================== */
/* line 4, sass/_quicktabs.scss */
.quicktabs-hide {
  display: block;
  opacity: 0 !important;
  position: absolute;
  top: -999999px;
}

/* line 11, sass/_quicktabs.scss */
.quicktabs-tabpage {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 17, sass/_quicktabs.scss */
.pane-quicktabs {
  margin-top: 60px;
}

/* line 20, sass/_quicktabs.scss */
ul.quicktabs-tabs.quicktabs-style-arrows {
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 8px !important;
}
/* line 24, sass/_quicktabs.scss */
ul.quicktabs-tabs.quicktabs-style-arrows li {
  margin: 0;
  padding: 0;
  max-width: 50%;
}
/* line 28, sass/_quicktabs.scss */
ul.quicktabs-tabs.quicktabs-style-arrows li a {
  font-weight: normal;
  text-transform: uppercase;
  color: #A0A6A7;
  background-image: none;
  font-size: 1.2em;
  padding: 2px 0px 10px;
  line-height: 1em;
}
/* line 36, sass/_quicktabs.scss */
ul.quicktabs-tabs.quicktabs-style-arrows li a:hover {
  background-image: none;
  color: #000;
}
/* line 41, sass/_quicktabs.scss */
ul.quicktabs-tabs.quicktabs-style-arrows li.active a {
  background-image: none;
  border-bottom: 3px solid #A0A6A7;
  color: #000;
}
/* line 46, sass/_quicktabs.scss */
ul.quicktabs-tabs.quicktabs-style-arrows li.last a {
  float: right;
}

@media only screen and (min-width: 815px) {
  /* line 55, sass/_quicktabs.scss */
  ul.quicktabs-tabs.quicktabs-style-arrows li {
    margin: 0 5% 0 0;
  }
  /* line 57, sass/_quicktabs.scss */
  ul.quicktabs-tabs.quicktabs-style-arrows li a {
    font-size: 1.4em;
    padding: 2px 0px 9px;
  }
  /* line 61, sass/_quicktabs.scss */
  ul.quicktabs-tabs.quicktabs-style-arrows li.last a {
    float: none;
  }
}
/* line 3, sass/_sector.scss */
.bottom-content {
  clear: both;
  width: 100vw;
  left: calc(-50vw + 50%);
  position: relative;
  background: #FAFAFA;
}
/* line 9, sass/_sector.scss */
.bottom-content .content {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
/* line 14, sass/_sector.scss */
.bottom-content .view-content > h3 {
  padding: 10px 0;
  border-bottom: 1px solid #A0A6A7;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 1.8em;
  max-width: 100%;
  clear: both;
}
/* line 23, sass/_sector.scss */
.bottom-content .view {
  padding: 25px 0;
}
/* line 26, sass/_sector.scss */
.bottom-content .reference, .bottom-content .reference a {
  color: #A0A6A7;
}

@media only screen and (min-width: 815px) {
  /* line 31, sass/_sector.scss */
  .node-sector > .content {
    width: 67%;
    float: left;
  }
}
/* ======================
   Event Node
   ====================== */
/* line 8, sass/_events.scss */
.node-event > .content, .node-research-resource-item > .content {
  width: 100%;
}
/* line 10, sass/_events.scss */
.node-event > .content .field-name-field-image, .node-research-resource-item > .content .field-name-field-image {
  margin-top: 30px;
}
/* line 12, sass/_events.scss */
.node-event > .content .field-name-field-image img, .node-research-resource-item > .content .field-name-field-image img {
  width: 100%;
}
/* line 16, sass/_events.scss */
.node-event > .content h1, .node-research-resource-item > .content h1 {
  margin-top: 0px;
  line-height: 1.1;
}
/* line 20, sass/_events.scss */
.node-event > .content .field-name-field-hosts, .node-research-resource-item > .content .field-name-field-hosts {
  color: #000;
}
/* line 22, sass/_events.scss */
.node-event > .content .field-name-field-hosts .field-item, .node-research-resource-item > .content .field-name-field-hosts .field-item {
  display: inline;
}
/* line 24, sass/_events.scss */
.node-event > .content .field-name-field-hosts .field-item:after, .node-research-resource-item > .content .field-name-field-hosts .field-item:after {
  content: ", ";
}
/* line 28, sass/_events.scss */
.node-event > .content .field-name-field-hosts .field-item:first-of-type:before, .node-research-resource-item > .content .field-name-field-hosts .field-item:first-of-type:before {
  content: "Hosted By: ";
  font-weight: bold;
}
/* line 34, sass/_events.scss */
.node-event > .content .field-name-field-hosts .field-item:last-of-type:after, .node-research-resource-item > .content .field-name-field-hosts .field-item:last-of-type:after {
  content: "";
}
/* line 40, sass/_events.scss */
.node-event > .content .field-name-field-event-type, .node-research-resource-item > .content .field-name-field-event-type {
  color: #0D8C80;
}
/* line 44, sass/_events.scss */
.node-event > .content .field-name-field-event-location, .node-event > .content .field-name-field-event-date, .node-research-resource-item > .content .field-name-field-event-location, .node-research-resource-item > .content .field-name-field-event-date {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  display: inline-block !important;
}
/* line 50, sass/_events.scss */
.node-event > .content .field-name-field-session-info, .node-research-resource-item > .content .field-name-field-session-info {
  border-top: 1px solid #A0A6A7;
}
/* line 53, sass/_events.scss */
.node-event > .content .field-name-field-session-info .field-collection-view h3, .node-research-resource-item > .content .field-name-field-session-info .field-collection-view h3 {
  color: #0D8C80;
  font-size: 1.3em;
  margin: 0px;
}
/* line 58, sass/_events.scss */
.node-event > .content .field-name-field-session-info .field-collection-view .session, .node-research-resource-item > .content .field-name-field-session-info .field-collection-view .session {
  margin-bottom: 20px;
}
/* line 60, sass/_events.scss */
.node-event > .content .field-name-field-session-info .field-collection-view .session p, .node-research-resource-item > .content .field-name-field-session-info .field-collection-view .session p {
  font-size: 0.9em;
  margin: 0.5em 0;
}
/* line 71, sass/_events.scss */
.node-event > .content .views-row, .node-research-resource-item > .content .views-row {
  border-top: 1px solid #A0A6A7;
  padding-bottom: 20px;
}
/* line 74, sass/_events.scss */
.node-event > .content .views-row .session-info h3, .node-research-resource-item > .content .views-row .session-info h3 {
  color: #0D8C80;
}
/* line 80, sass/_events.scss */
.node-event .sidebar, .node-research-resource-item .sidebar {
  width: 100%;
  display: block;
  padding-left: 0px;
}
/* line 84, sass/_events.scss */
.node-event .sidebar h4, .node-research-resource-item .sidebar h4 {
  font-size: 1.1em;
  margin-top: 8px;
}
/* line 88, sass/_events.scss */
.node-event .sidebar .field-item, .node-research-resource-item .sidebar .field-item {
  padding: 12px 0px;
  border-bottom: 1px solid #E7E7E7;
}
/* line 92, sass/_events.scss */
.node-event .sidebar .field-item a, .node-research-resource-item .sidebar .field-item a {
  color: #000;
  font-weight: 600;
  font-size: 0.85em;
}
/* line 97, sass/_events.scss */
.node-event .sidebar .field-item .file-icon, .node-research-resource-item .sidebar .field-item .file-icon {
  display: none;
}
/* line 101, sass/_events.scss */
.node-event .sidebar .event-publications, .node-research-resource-item .sidebar .event-publications {
  margin-top: 50px;
}

/* line 109, sass/_events.scss */
.view-events .views-field-field-image {
  width: 40%;
}
/* line 111, sass/_events.scss */
.view-events .views-field-field-image img {
  margin-bottom: 20px;
}
/* line 115, sass/_events.scss */
.view-events .views-field-nid {
  clear: left;
}
/* line 117, sass/_events.scss */
.view-events .views-field-nid .view-copy .setting {
  color: #A0A6A7;
  font-size: 0.9em;
  font-weight: 600;
  font-style: italic;
  display: inline;
}

/* line 126, sass/_events.scss */
.training-courses .pane-title {
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #E7E7E7;
  color: #000;
  font-size: 1.2em;
  line-height: 1em;
  padding: 2px 0px 9px;
  font-weight: 400;
}

/* line 137, sass/_events.scss */
.partners {
  text-align: left;
}
/* line 139, sass/_events.scss */
.partners strong {
  display: block;
}
/* line 142, sass/_events.scss */
.partners .partner-logos {
  width: 20%;
  height: 100px;
  display: table-cell;
  position: relative;
  text-align: center;
  float: left;
  vertical-align: middle;
}
/* line 151, sass/_events.scss */
.partners .partner-logos a {
  text-align: center;
  line-height: 100px;
}
/* line 154, sass/_events.scss */
.partners .partner-logos a span {
  display: inline-block;
  line-height: 25px;
  padding: 8px 40px;
  font-size: 12px;
}
/* line 161, sass/_events.scss */
.partners .partner-logos a img {
  max-width: 65px;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  margin: 0;
}
/* line 169, sass/_events.scss */
.partners .partner-logos:after {
  content: " ";
  position: absolute;
  top: 20px;
  right: 0px;
  height: 70px;
  display: block;
  border-right: 1px solid #E7E7E7;
}
/* line 178, sass/_events.scss */
.partners .partner-logos:last-of-type:after {
  border: none;
}

/* line 185, sass/_events.scss */
.print-content .partners .partner-logos:nth-of-type(5n):after {
  border-right: none;
}

/* line 188, sass/_events.scss */
.print-content .partners .partner-logos:nth-of-type(2n):after {
  border-right: 1px solid #E7E7E7;
}

@media only screen and (min-width: 815px) {
  /* line 195, sass/_events.scss */
  .node-event > .content, .node-research-resource-item > .content {
    width: 70%;
    float: left;
  }
  /* line 199, sass/_events.scss */
  .node-event .sidebar, .node-research-resource-item .sidebar {
    width: 25%;
  }

  /* line 205, sass/_events.scss */
  .view-events.view-display-id-block_7 {
    width: 70%;
    float: left;
  }
  /* line 209, sass/_events.scss */
  .view-events .views-field-field-image {
    float: left;
    width: 14%;
    margin-right: 3%;
    margin-top: 6px;
  }
  /* line 215, sass/_events.scss */
  .view-events .views-field-nid {
    width: 100%;
    float: left;
    clear: none;
  }
  /* line 221, sass/_events.scss */
  .view-events .views-row.thumb .views-field-nid {
    width: 78%;
    float: left;
  }
}
@media print {
  /* line 5, sass/_print.scss */
  * {
    font-family: "Open Sans", sans-serif;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 12, sass/_print.scss */
  a,
  a:visited {
    text-decoration: none;
  }

  /* line 20, sass/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links for images, or javascript/internal links
  */
  /* line 28, sass/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, sass/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, sass/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 44, sass/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, sass/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    size: 8.5in 11in;
    margin-top: 1cm;
    margin-left: 1.75cm;
    margin-right: 1.75cm;
    margin-bottom: 2cm;
    line-height: 1.3;
  }
  @page :first {
    margin-top: 0cm;
  }
  /* line 65, sass/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, sass/_print.scss */
  p {
    margin-bottom: 6px;
  }

  /* line 75, sass/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 79, sass/_print.scss */
  hr.print-hr {
    border-top: 1px solid #A0A6A7;
    margin: 1em 0 0;
  }

  /* line 83, sass/_print.scss */
  .print-source_url {
    font-size: 0.8em;
  }

  /* line 86, sass/_print.scss */
  .centered {
    padding: 0px;
  }

  /* line 90, sass/_print.scss */
  .content-related,
  .more a,
  .print-source_url strong,
  .expand a,
  .evaluation-label, .evaluation-label a,
  .mobileonly,
  #header .menu,
  #footer,
  form,
  .filtered,
  .featured-content,
  .featured-block,
  .block.twitter,
  .block-facebook-pull,
  .block.blog {
    display: none;
    height: 0px;
    margin: 0px;
  }

  /* line 109, sass/_print.scss */
  .desktoponly {
    display: block !important;
  }

  /* line 112, sass/_print.scss */
  .field-label {
    line-height: 1.2;
    font-weight: 800;
    page-break-after: avoid !important;
  }

  /* Evaluations */
  /* line 119, sass/_print.scss */
  .print-content .node .content h1 {
    line-height: 1.2;
    color: #000 !important;
    font-weight: 700;
    font-size: 1.4em;
    width: 85%;
  }
  /* line 126, sass/_print.scss */
  .print-content .evaluation-image-caption {
    display: block;
  }

  /* line 131, sass/_print.scss */
  .node-evaluation .summary {
    border-bottom: 0px;
    padding: 0px;
  }

  /* line 135, sass/_print.scss */
  .node-evaluation .evaluation-content,
  .node-evaluation .evaluation-content p {
    font-size: 12px;
  }

  /* line 139, sass/_print.scss */
  .node-evaluation .evaluation-content div {
    font-size: 12px;
  }

  /* line 142, sass/_print.scss */
  .node-evaluation .evaluation-details {
    font-size: 12px;
    margin-top: 5px;
  }

  /* line 147, sass/_print.scss */
  .node-evaluation .evaluation-details > div {
    clear: both;
  }

  /* line 150, sass/_print.scss */
  .node-evaluation .evaluation-details .field-name-field-evaluation-date .field-items,
  .node-evaluation .evaluation-details .field-name-field-evaluation-date .field-item,
  .node-evaluation .evaluation-details .date-display-range {
    display: inline;
  }

  /* line 155, sass/_print.scss */
  .node-evaluation .evaluation-details .field-name-field-evaluation-date strong {
    float: left;
    margin-right: 3px;
  }

  /* line 159, sass/_print.scss */
  .node-evaluation .field-name-body {
    font-size: 12px;
    font-style: italic;
    margin-top: 0px;
  }

  /* line 164, sass/_print.scss */
  .node-evaluation .field-name-body .field-label {
    font-size: 1.1em;
  }

  /* line 167, sass/_print.scss */
  .node-evaluation .evaluation-content .field-label {
    font-size: 1.1em;
    font-weight: 800;
    margin-top: 20px;
    page-break-after: avoid !important;
  }

  /* line 174, sass/_print.scss */
  .node-evaluation .evaluation-content .evaluation-image {
    width: 45%;
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    page-break-inside: avoid;
  }

  /* line 182, sass/_print.scss */
  .node-evaluation .evaluation-content .evaluation-image img {
    width: 100%;
    height: auto;
  }

  /* line 186, sass/_print.scss */
  .node-evaluation .evaluation-content .evaluation-image .evaluation-image-caption {
    font-size: 0.75em;
    font-style: italic;
    font-weight: 800;
  }

  /* line 192, sass/_print.scss */
  .node-evalauation h3.researchers {
    margin-bottom: 1em;
    width: 85%;
  }
  /* line 195, sass/_print.scss */
  .node-evalauation h3.researchers .field {
    display: inline;
    float: left;
  }

  /* line 201, sass/_print.scss */
  .researchers .field-item {
    color: #0D8C80;
    font-size: 16px;
    font-style: italic;
    display: inline;
    float: left;
  }
  /* line 207, sass/_print.scss */
  .researchers .field-item a {
    font-size: 0.9em;
  }

  /* line 211, sass/_print.scss */
  .researchers .field-item:after {
    content: ",";
    color: #0D8C80;
    margin-right: 3px;
  }

  /* line 216, sass/_print.scss */
  .researchers .field-item:last-of-type:after {
    content: "";
  }

  /* line 219, sass/_print.scss */
  .researchers div a {
    display: inline;
    float: left;
  }

  /* line 224, sass/_print.scss */
  .partner-logos {
    width: 80px;
    float: left;
    padding-right: 0px;
    line-height: 1.2;
  }

  /* line 230, sass/_print.scss */
  .partner-logos a,
  .node-evaluation .partners .partner-logos a span {
    display: inline-block;
    text-align: center;
    padding: 0px !important;
    font-size: 9px;
    line-height: 1.2;
    color: #000;
  }

  /* line 239, sass/_print.scss */
  .node-evaluation .partners .partner-logos a span {
    max-width: 65px;
  }

  /* line 242, sass/_print.scss */
  .partner-logos img {
    float: none;
    width: 50px;
    max-width: 50px;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-print-color-adjust: economy;
    print-color-adjust: economy;
  }

  /* line 253, sass/_print.scss */
  .margin-fields .field-items p {
    font-size: 10px;
  }
  /* line 256, sass/_print.scss */
  .margin-fields .field-items sup {
    display: inline-block;
    width: auto;
    border: 0px;
    text-align: left;
    margin-top: 0px;
    top: -6px;
  }
}
@-webkit-keyframes fluidboxLoading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes fluidboxLoading {
  0% {
    transform: translate(-50%, -50%) rotateX(0) rotateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
  }
}
/* line 23, sass/_modals.scss */
.fluidbox {
  outline: none;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
/* line 27, sass/_modals.scss */
.fluidbox.fluidbox-opened {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

/* line 33, sass/_modals.scss */
.fluidbox-overlay {
  background-color: white;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Transition time for overlay is halved to ensure that flickering doesn't happen */
  transition: all 0.125s ease-in-out 0.125s;
}

/* line 48, sass/_modals.scss */
.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all 0.25s ease-in-out;
  /* To prevent flickering, we delay the showing of the image */
}

/* line 56, sass/_modals.scss */
.fluidbox-closed .fluidbox-wrap img {
  transition: opacity 0s ease-in-out 0.25s;
}

/* line 59, sass/_modals.scss */
.fluidbox-ghost {
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity, transform;
  transition-duration: 0s, 0.25s;
  transition-delay: 0.25s, 0s;
}

/* line 70, sass/_modals.scss */
.fluidbox-opened .fluidbox-ghost {
  transition-delay: 0s, 0s;
}

/* line 74, sass/_modals.scss */
.fluidbox-loader {
  perspective: 200px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 82, sass/_modals.scss */
.fluidbox-loader::before {
  -webkit-animation: fluidboxLoading 1s infinite;
  animation: fluidboxLoading 1s infinite;
  /* You can replace this with any color you want, or even a loading gif if desired */
  background-color: rgba(255, 255, 255, 0.85);
  content: '';
  transform-style: preserve-3d;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  padding-bottom: 20%;
  /* Delay disapparing of loader for graceful transition */
  transition-delay: 0.125s;
}

/* line 100, sass/_modals.scss */
.fluidbox-loading .fluidbox-loader::before {
  opacity: 1;
  transition-delay: 0s;
}

/* line 104, sass/_modals.scss */
.views-field .colorbox-load {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

/* line 110, sass/_modals.scss */
span.video-play {
  top: 0px;
}

/*# sourceMappingURL=fluidbox.css.map */
/* line 7, sass/_search.scss */
.search-results .title {
  margin-bottom: 0px;
}
/* line 9, sass/_search.scss */
.search-results .title a {
  font-size: 1.3em;
  color: #000;
}
/* line 13, sass/_search.scss */
.search-results .title a:hover {
  color: #0D8C80;
}
/* line 18, sass/_search.scss */
.search-results .search-snippet-info {
  color: #A0A6A7;
}

/* line 22, sass/_search.scss */
#search-form,
.page-search-region .view-filters {
  display: none;
}

/* line 26, sass/_search.scss */
.view.view-search-by-region {
  padding-left: 20px;
}

/* line 30, sass/_search.scss */
.page-search div[id^="node-"], .page-search .content-related {
  display: none;
}

/* line 34, sass/_search.scss */
.region-top .block-custom-search-blocks {
  margin: 70px auto;
}

/* line 38, sass/_search.scss */
.page-search .ds-search-extra {
  margin: 3em 0 1.2em 0;
}
/* line 40, sass/_search.scss */
.page-search .ds-search-extra strong {
  color: #0D8C80;
}
/* line 43, sass/_search.scss */
.page-search .ds-search-extra + ul {
  margin-bottom: 2em;
}

/* line 48, sass/_search.scss */
.search-item {
  border-top: 1px solid #E7E7E7;
  padding: 26px 0;
}
/* line 51, sass/_search.scss */
.search-item h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 0.25em 0;
}
/* line 55, sass/_search.scss */
.search-item h3after {
  clear: both;
  content: " ";
  display: table;
}

/* line 63, sass/_search.scss */
.researchers .field-item {
  float: left;
  padding: 0 8px;
}

/* line 69, sass/_search.scss */
.search-item-img {
  float: left;
  display: block;
  width: 15%;
  padding: 0px 15px 15px 0px;
}

/* line 75, sass/_search.scss */
.search-item-content {
  float: left;
  display: block;
  width: 80%;
  clear: none;
}

/* line 81, sass/_search.scss */
.search-item:after {
  clear: both;
  content: " ";
  display: table;
}

/* line 87, sass/_search.scss */
.page-search-region .view-header strong {
  color: #0D8C80;
}
/* line 90, sass/_search.scss */
.page-search-region .view-header p {
  margin-bottom: 1.4em;
}

/* line 94, sass/_search.scss */
.region-results {
  visibility: hidden;
}

/* line 97, sass/_search.scss */
p.region-results.search-value.no-result {
  margin-top: 1.4em;
}

@media only screen and (min-width: 815px) {
  /* line 101, sass/_search.scss */
  .page-search-region .view-header p {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 815px) {
  /* line 107, sass/_search.scss */
  .page-search .ds-search-extra {
    margin: 0 0 1.2em 0;
  }

  /* line 110, sass/_search.scss */
  .region-top .block-custom-search-blocks {
    margin: 70px auto 0px auto;
  }
}
@media only screen and (max-width: 600px) {
  /* line 116, sass/_search.scss */
  .search-item-content {
    clear: both;
  }
}
/* line 4, sass/_faq.scss */
.node .content .faq {
  padding-top: 0px;
}
/* line 7, sass/_faq.scss */
.node .content .faq .views-exposed-widgets label, .node .content .faq .views-exposed-widgets .simpleselect, .node .content .faq .views-exposed-widgets #edit-field-faq-category-value-all {
  display: none;
}
/* line 10, sass/_faq.scss */
.node .content .faq .views-exposed-widgets a {
  color: #000;
  font-weight: bold;
  line-height: 2em;
}
/* line 14, sass/_faq.scss */
.node .content .faq .views-exposed-widgets a:hover {
  color: #0D8C80;
}
/* line 19, sass/_faq.scss */
.node .content .faq .view-content {
  border-top: 1px solid #A0A6A7;
  padding-top: 30px;
}
/* line 22, sass/_faq.scss */
.node .content .faq .view-content h3 {
  font-weight: bold;
  margin: 60px 0px 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #A0A6A7;
  line-height: 1em;
  font-size: 1.4em;
}
/* line 30, sass/_faq.scss */
.node .content .faq .view-content .views-row {
  border-bottom: 1px solid #A0A6A7;
  position: relative;
  padding: 15px 20px 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 35, sass/_faq.scss */
.node .content .faq .view-content .views-row .views-field-body {
  padding-bottom: 30px;
}
/* line 38, sass/_faq.scss */
.node .content .faq .view-content .views-row h4 {
  text-transform: none;
  font-weight: 600;
  font-size: 1.2em;
  color: #414042;
  margin-bottom: 15px;
  cursor: pointer;
}
/* line 45, sass/_faq.scss */
.node .content .faq .view-content .views-row h4:after {
  content: "G";
  color: #E7E7E7;
  position: absolute;
  font-size: 14px;
  right: 0px;
  top: 21px;
}
/* line 53, sass/_faq.scss */
.node .content .faq .view-content .views-row h4.expand {
  color: #0D8C80;
}
/* line 55, sass/_faq.scss */
.node .content .faq .view-content .views-row h4.expand:after {
  content: "F";
  color: #0D8C80;
  font-size: 12px;
}
/* line 61, sass/_faq.scss */
.node .content .faq .view-content .views-row h4:hover {
  color: #0D8C80;
}
/* line 65, sass/_faq.scss */
.node .content .faq .view-content .views-row p {
  font-weight: 400;
  line-height: 1.8;
  margin: 0px;
}

/* ==========================================================================
Helper classes
========================================================================== */
/* line 90, sass/main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 96, sass/main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 102, sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 106, sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 116, sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 125, sass/main.scss */
.invisible {
  visibility: hidden;
}

/* line 128, sass/main.scss */
.clearfix:before,
.clearfix:after,
.page-search .item-list:after {
  content: " ";
  display: table;
}

/* line 134, sass/main.scss */
.clearfix:after,
.page-search .item-list:after {
  clear: both;
}

/* line 138, sass/main.scss */
.clearfix, .page-search .item-list {
  *zoom: 1;
}

/* line 142, sass/main.scss */
.desktoponly {
  display: none;
}

@media only screen and (min-width: 815px) {
  /* line 148, sass/main.scss */
  .mobileonly {
    display: none;
  }

  /* line 151, sass/main.scss */
  .desktoponly {
    display: block;
  }
}
/* line 160, sass/main.scss */
body:before {
  content: "smartphone";
  display: none;
}

@media (min-width: 600px) {
  /* line 166, sass/main.scss */
  body:before {
    content: "tablet";
  }
}
@media (min-width: 815px) {
  /* line 172, sass/main.scss */
  body:before {
    content: "desktop";
  }
}
