html {
  box-sizing: border-box;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  html[xmlns] .clearfix {
    display: block; }

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

body {
  background: #eee;
  color: #3b3b3b;
  font: normal 1rem/1 "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  body.page-charts {
    background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

template {
  display: none; }

p {
  color: #3b3b3b;
  font-size: 14px;
  letter-spacing: 0.01rem;
  line-height: 20px;
  margin: 0 0 1rem;
  padding: 0; }
  p:last-child {
    margin-bottom: 0; }
  p iframe {
    border: 0; }

h1 {
  font-size: 40px;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 22px;
  margin: 0;
  padding: 0; }

h3 {
  font-size: 30px;
  margin: 0;
  padding: 0; }

h4 {
  font-size: 22px;
  margin: 0;
  padding: 0; }

h5 {
  font-size: 19px;
  margin: 0;
  padding: 0; }

h6 {
  font-size: 14px;
  margin: 0;
  padding: 0; }

a {
  color: #0c2afa;
  transition: color 250ms ease-in-out; }
  a:active, a:hover {
    text-decoration: underline;
    outline: 0; }
  a:visited {
    color: #0c2afa; }

button,
input,
select,
textarea {
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300; }

::-moz-selection {
  background: #0c2afa;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0c2afa;
  color: #fff;
  text-shadow: none; }

em {
  font-weight: 400;
  font-style: oblique; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  box-sizing: content-box;
  display: block;
  height: 0;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

abbr[title] {
  border-bottom: 1px dotted; }

pre,
code,
kbd,
samp {
  font-family: 'courier new', monospace, serif;
  font-size: 1em; }

pre {
  margin: 0;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.field ul:not([class]),
.field ol:not([class]) {
  margin: 1em 0; }

dt {
  letter-spacing: 0.01rem; }

dd {
  letter-spacing: 0.01rem;
  margin: 0 0 0 2.5rem; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

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

label {
  cursor: pointer; }

legend {
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='file'] {
  font-size: 12px;
  font-weight: 500; }

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  background: #ccc;
  color: black;
  margin: 0.2em 0;
  padding: 0.2em 0; }

.container-box-shadow {
  box-shadow: 0 -4px 5px -2px #888; }

.panel-pane {
  position: relative; }

.pane-content .view .contextual-links-wrapper,
.pane-views .pane-content .contextual-links-wrapper {
  padding-right: 2rem; }

.wrap,
article .wrap,
.panel-pane .view .wrap {
  padding: 25px; }

.media-element-container img {
  margin: 0 1rem 1rem 0 !important; }

p.follow_us {
  border-bottom: 1px solid #e6e3e0;
  margin: 1rem 0 1.5rem;
  padding: 0 0 1.5rem; }
  p.follow_us span {
    margin-right: 0.5rem; }

.field-name-body ol,
.field-name-body ul,
.field-name-comment-body ol,
.field-name-comment-body ul,
.standard-ul-lists .field-type-text-long ol,
.standard-ul-lists .field-type-text-long ul {
  margin-bottom: 1rem; }
  .field-name-body ol > li,
  .field-name-body ul > li,
  .field-name-comment-body ol > li,
  .field-name-comment-body ul > li,
  .standard-ul-lists .field-type-text-long ol > li,
  .standard-ul-lists .field-type-text-long ul > li {
    color: #3b3b3b;
    margin-bottom: 0; }
    .field-name-body ol > li.last,
    .field-name-body ul > li.last,
    .field-name-comment-body ol > li.last,
    .field-name-comment-body ul > li.last,
    .standard-ul-lists .field-type-text-long ol > li.last,
    .standard-ul-lists .field-type-text-long ul > li.last {
      margin-bottom: 0; }

.field-name-body ol > li,
.field-name-comment-body ol > li,
.standard-ul-lists .field-type-text-long ol > li {
  list-style: decimal; }

.field-name-body ol ol,
.field-name-comment-body ol ol,
.standard-ul-lists .field-type-text-long ol ol {
  margin: 1rem; }
  .field-name-body ol ol li,
  .field-name-comment-body ol ol li,
  .standard-ul-lists .field-type-text-long ol ol li {
    list-style: lower-alpha; }

.field-name-body ul > li,
.field-name-comment-body ul > li,
.standard-ul-lists .field-type-text-long ul > li {
  background: url("../images/list-dot.png") no-repeat 0 7px;
  padding-left: 1rem; }

.field-name-body ul ul,
.field-name-comment-body ul ul,
.standard-ul-lists .field-type-text-long ul ul {
  margin-bottom: 0; }

.l-center {
  margin: 0 auto;
  width: 100%;
  max-width: 960px; }
  .l-center:after {
    content: '';
    display: table;
    clear: both; }

.l-page {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 1025px) {
    .l-page {
      max-width: 1000px;
      padding: 0 15px; } }
  .l-page .container {
    background-color: #fff;
    padding-top: 1rem;
    width: 100%; }
    @media (min-width: 1025px) {
      .l-page .container {
        padding: 1.5rem 0; } }
  .l-page .l-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 760px) {
      .l-page .l-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .l-page .l-main-content {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 1rem 1rem; }
    @media (min-width: 760px) {
      .l-page .l-main-content {
        -ms-flex: 2 2 66.6%;
        flex: 2 2 66.6%;
        padding-bottom: 0; } }
    @media (min-width: 960px) {
      .l-page .l-main-content {
        -ms-flex: 3 3 75%;
        flex: 3 3 75%; } }
    @media (min-width: 1025px) {
      .l-page .l-main-content {
        padding-left: 1.5rem; } }
    .l-page .l-main-content.full {
      border-right: 0;
      -ms-flex: 1;
      flex: 1;
      padding-right: 0; }
  .l-page .l-sidebar {
    border-left: 1px solid #f0f0f1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 1rem 1rem; }
    @media (min-width: 760px) {
      .l-page .l-sidebar {
        -ms-flex: 1 1 33.3%;
        flex: 1 1 33.3%;
        padding-bottom: 0; } }
    @media (min-width: 960px) {
      .l-page .l-sidebar {
        -ms-flex: 1 1 25%;
        flex: 1 1 25%; } }
    @media (min-width: 1025px) {
      .l-page .l-sidebar {
        padding-right: 1.5rem; } }

div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url("../images/form-sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.radio,
.checker,
.uploader,
.button,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0; }

input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  padding: 3px;
  color: #777;
  background: url("../images/bg-input-focus.png") repeat-x 0 0;
  background: url("../images/bg-input.png") repeat-x 0 0;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-radius: 3px;
  outline: 0; }

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  background: url("../images/bg-input-focus.png") repeat-x 0 0;
  border-color: #848484;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

div.checker {
  height: 19px;
  width: 19px; }

div.checker input {
  height: 19px;
  width: 19px; }

div.checker span {
  background-position: 0 -260px;
  height: 19px;
  width: 19px; }

div.checker:active span,
div.checker.active span {
  background-position: -19px -260px; }

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px; }

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px; }

div.checker span.checked {
  background-position: -76px -260px; }

div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px; }

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px; }

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px; }

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px; }

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px; }

div.radio {
  height: 18px;
  width: 18px; }

div.radio input {
  height: 18px;
  width: 18px; }

div.radio span {
  background-position: 0 -279px;
  height: 18px;
  width: 18px; }

div.radio:active span,
div.radio.active span {
  background-position: -18px -279px; }

div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px; }

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px; }

div.radio span.checked {
  background-position: -72px -279px; }

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px; }

div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -108px -279px; }

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px; }

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px; }

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px; }

div.uploader {
  background-position: 0 -297px;
  height: 28px; }

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px; }

div.uploader span.filename {
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px; }

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0 -353px; }

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px; }

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px; }

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px; }

div.uploader.disabled {
  background-position: 0 -325px; }

div.uploader.disabled span.action {
  background-position: right -381px; }

div.button {
  background-position: 0 -523px; }

div.button span {
  background-position: right -643px; }

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0 -553px; }

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; }

div.button.active,
div.button:active {
  background-position: 0 -583px; }

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555; }

div.button.disabled,
div.button:disabled {
  background-position: 0 -613px; }

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #ccc;
  cursor: default; }

div.button {
  height: 30px; }

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: 700;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px; }

div.checker {
  margin-right: 5px; }

div.radio {
  margin-right: 3px; }

div.uploader {
  width: 190px;
  cursor: pointer; }

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0 1px 0;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #ccc;
  font-size: 11px; }

div.uploader input {
  width: 190px; }

div.uploader.disabled span.action {
  color: #aaa; }

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa; }

.checker,
.button,
.radio,
.uploader {
  display: inline-block; }

.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0; }

div.button a,
div.button button,
div.button input {
  position: absolute; }

div.button {
  cursor: pointer;
  position: relative; }

div.button span {
  display: inline-block;
  line-height: 1;
  text-align: center; }

div.checker {
  position: relative; }

div.checker span {
  display: inline-block;
  text-align: center; }

div.checker input {
  opacity: 0;
  display: inline-block;
  background: none; }

div.radio {
  position: relative; }

div.radio span {
  display: inline-block;
  text-align: center; }

div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none; }

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default; }

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  padding: 0 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default; }

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: 0;
  cursor: default; }

#ui-datepicker-div {
  background: none repeat scroll 0 0 #186a87;
  border: 1px solid #003F59;
  border-radius: 10px;
  box-shadow: 0 0 17px -3px;
  font-size: 100%;
  padding: 6px;
  z-index: 9999;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300; }

.ui-datepicker {
  width: 219px;
  padding: 0.2em 0.2em 0; }

.ui-datepicker .ui-datepicker-header {
  background: #0294c4;
  background: linear-gradient(to bottom, #0294c4 0%, #01719e 100%);
  border-top: 1px solid #003F59;
  border-left: 1px solid #003F59;
  border-right: 1px solid #003F59;
  border-bottom: 1px solid #555;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: inset 0 1px 6px -3px #2ea8d2;
  padding: 0.2em 0;
  position: relative; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  background: none;
  border: 0;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 51%;
  margin-left: -4px;
  top: 50%;
  margin-top: -8px;
  background-position: 0 2px; }

.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 51%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  background-position: -7px 2px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-top: 2px;
  width: 49%; }

.ui-datepicker select.ui-datepicker-month option,
.ui-datepicker select.ui-datepicker-year option {
  padding: 0;
  border-bottom: 1px solid #eee; }

.ui-datepicker table {
  border-left: 1px solid #003F59;
  border-right: 1px solid #003F59;
  border-bottom: 1px solid #003F59;
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 auto 1px;
  width: 100%; }

.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-widget-content .ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-datepicker .ui-state-disabled {
  background: #ddd;
  background: linear-gradient(to bottom, #ddd 0%, #ccc 100%);
  opacity: 1;
  box-shadow: 1px 2px 7px -5px #fff inset;
  text-shadow: 0 1px 1px #fff;
  border-right: 1px solid #848484;
  border-bottom: 1px solid #848484;
  border-top: 1px solid #ddd; }

.ui-datepicker table thead {
  background: #666;
  background: linear-gradient(to bottom, #666 0%, #555 100%);
  box-sizing: border-box;
  box-shadow: inset 1px 2px 7px -5px #fff; }

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: #eee;
  background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
  border: medium none;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  color: #3b3b3b;
  text-shadow: 0 1px 1px #fff; }

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  background: #fff;
  border: 0;
  color: #3b3b3b; }

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  background: #3b3b3b;
  background: linear-gradient(to bottom, #3b3b3b 0%, #555 100%);
  border: 0;
  font-weight: normal;
  color: #ccc;
  text-shadow: 0 1px 1px #000; }

.ui-datepicker-header .ui-datepicker .ui-state-hover,
.ui-datepicker-header .ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker-header .ui-datepicker .ui-widget-header .ui-state-hover {
  background: #000;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto; }

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-hover {
  background: #2ea8d2;
  border: 0;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 1px 1px #000; }

.ui-datepicker th {
  color: #ddd;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #000; }

.ui-datepicker tbody {
  border-color: #3b3b3b #003F59 #003F59;
  border-style: solid;
  border-width: 1px;
  background: #848484; }

.ui-datepicker td {
  border-bottom: 1px solid #848484;
  border-right: 1px solid #848484;
  border-top: 1px solid #ddd;
  height: 28px;
  line-height: 28px;
  padding: 0;
  width: 30px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

.ui-widget-header .ui-icon {
  background-image: url("../images/cal_arrows.png");
  height: 12px;
  width: 8px; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

div iframe.chart,
div iframe.gallery {
  margin-bottom: 15px;
  width: 100%; }

.see-footnote {
  font-size: 12px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }

.pane-term-description {
  margin-bottom: 1rem; }

.node-type-research-element .panel-pane {
  margin-bottom: -10px; }

strong {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700; }

.knowledge > h1 {
  background-image: url("../images/svg/gears--blue.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px; }

.small .knowledge > h1 {
  background-image: url("../images/svg/gears--gray.svg");
  background-position: 0 0.5rem;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 25px; }

.media_center > h1 {
  background-image: url("../images/svg/radio.svg");
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 45px; }

.media_releases > h1 {
  background-image: url("../images/svg/newspaper--blue.svg");
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 34px;
  padding-left: 45px; }

.small .media_releases > h1 {
  background-image: url("../images/svg/newspaper--gray.svg");
  background-position: 0 0.5em;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 35px; }

.print-link {
  padding: 0; }

.btn,
a.btn,
.form-submit {
  background-color: #F2F2F2;
  background-image: linear-gradient(to bottom, #F2F2F2 5%, #e4e4e4 100%);
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: none;
  display: inline-block;
  color: #777;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 4px 7px;
  text-decoration: none; }

.btn:hover,
a.btn:hover,
.form-submit:hover {
  background: linear-gradient(to bottom, #e4e4e4 5%, #F2F2F2 100%) #e4e4e4;
  color: #848484;
  text-decoration: none; }

form.search {
  margin-bottom: 27px;
  position: relative; }

.btn.ltblue {
  background: #f93e42;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 6px 9px 7px;
  text-shadow: none; }

.btn.ltblue:hover {
  background: #0c2afa;
  color: #fff; }

.btn.ltblue:active {
  position: relative;
  top: 1px; }

.btn.purple {
  background: #0c2afa;
  border: 0;
  color: #fff;
  text-shadow: none;
  padding: 6px 9px 7px;
  font-size: 14px;
  border-radius: 5px; }

.btn.purple:hover {
  background: #0c2afa;
  color: #fff; }

.btn.purple:active {
  position: relative;
  top: 1px; }

.btn.ltblue-block,
.view-women-on-board .view-filters .form-submit {
  -webkit-appearance: none;
  border: 0;
  background: #0c2afa;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 1rem;
  padding: 0 2rem;
  text-shadow: 0 1px #000;
  width: auto; }

.btn.blue {
  background: #0c2afa;
  border: 0;
  color: #fff;
  text-shadow: none;
  padding: 3px 18px;
  font-size: 14px;
  border-radius: 5px; }

.btn.blue:hover {
  background: #f93e42;
  color: #fff; }

.btn.blue:active {
  position: relative;
  top: 1px; }

#our-experts-search #searchExtra span {
  margin-right: 30px; }

.view-user-search #searchExtra span {
  display: inline-block;
  margin-right: 1rem; }

.view-user-search #searchExtra .form-type-select {
  margin-right: 3px; }

.pill {
  position: relative; }

.listing .type .pill.cs .kind,
.pill.cs {
  background-image: url("../images/svg/pill-cs.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  height: 16px;
  width: 25px; }

.listing .type .pill.sb .kind,
.pill.sb {
  background-image: url("../images/svg/pill-sb.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  height: 16px;
  width: 25px; }

.listing .type .pill.am .kind,
.pill.am {
  background-image: url("../images/svg/pill-am.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  height: 16px;
  width: 25px; }

.listing .type .pill.ra .kind,
.pill.ra {
  background-image: url("../images/svg/pill-ra.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  height: 16px;
  width: 25px; }

span.icon.lock {
  background-image: url("../images/svg/lock.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  height: 14px;
  width: 11px;
  position: relative;
  top: 3px; }

span.icon.ir {
  background-image: url("../images/svg/envelope-lock.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  position: relative;
  top: 1px;
  width: 16px; }

.pill .kind {
  display: block;
  width: 100%;
  height: 100%; }

.pill.v,
.pill .v .kind {
  background-image: url("../images/svg/online.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 18px;
  height: 13px;
  width: 18px; }

.pill.i,
.pill .i .kind {
  background-image: url("../images/svg/id-badge.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 15px;
  width: 16px; }

div.video-arrow {
  position: absolute;
  background: url("../images/sprite.png") -38px -654px no-repeat;
  height: 32px;
  width: 26px;
  top: 37%;
  left: 43%; }

.field-name-field-multimedia-item .file-video,
.page-node article .field-name-field-multimedia-item img {
  margin-bottom: 24px; }

.addToCal {
  background-image: linear-gradient(to right, #F2F2F2 5%, #e4e4e4 100%);
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #fff;
  color: #848484;
  display: inline-block;
  float: right;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 5px 3px;
  position: relative;
  text-decoration: none;
  top: 0; }
  .addToCal:hover {
    background-image: linear-gradient(to right, #e4e4e4 5%, #F2F2F2 100%);
    background-color: #e4e4e4; }
  .addToCal:active {
    position: relative; }
  .event-info .addToCal {
    top: -4px; }
  .addToCal .addToCal-icon {
    background-image: url("../images/svg/calendar--blue.svg");
    background-repeat: no-repeat;
    background-size: 13px;
    height: 13px;
    width: 13px;
    display: block;
    float: left;
    margin-right: 4px; }

#tabs {
  margin-bottom: 25px; }
  .user-account #tabs {
    margin-top: 25px; }
  #tabs .content-tabs {
    display: block;
    float: left; }

ul.tabs {
  display: inline-block;
  position: relative; }
  header ul.tabs {
    margin-left: 0;
    width: 100%; }
  ul.tabs li {
    float: left;
    margin-right: 4px; }
    header ul.tabs li {
      margin-right: 0; }
    ul.tabs li a {
      background: #F2F2F2;
      border: 1px solid #e4e4e4;
      color: #666;
      display: block;
      font-size: 13px;
      font-weight: 700;
      padding: 0.25rem 0.5rem;
      text-decoration: none; }
      header ul.tabs li a {
        margin-right: 0.25rem;
        padding: 0.25rem 0.5rem; }
      ul.tabs li a.active {
        background: #F2F2F2;
        border: 1px solid #e4e4e4; }

.table .row {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
  width: 100%; }

.table .row .left {
  padding-right: 15px;
  width: 325px;
  float: left;
  border-right: 1px solid #e4e4e4; }

.table .row .right {
  width: 315px;
  padding-left: 15px;
  float: right; }

.table .row h6 {
  font-size: 12px;
  color: #0c2afa;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  float: left; }

.table .row h5 a {
  font-size: 18px;
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none; }

.table .row .image {
  float: left;
  border: 3px solid #e6e6e6;
  margin-right: 12px;
  position: relative; }

.table .row .image img {
  z-index: 0; }

.table .row .image .video-arrow {
  background: url("../images/sprite.png") 0 -658px no-repeat;
  display: block;
  width: 18px;
  height: 23px;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 40px; }

.table .row .type > div {
  float: left; }

.table .row .type .pyramid {
  margin: 0; }

.table .row .type .video {
  background: url("../images/sprite.png") -26px -560px no-repeat;
  display: block;
  width: 19px;
  height: 11px;
  margin: 0 4px 0 0; }

.bar {
  border-top: 7px solid #eee;
  margin-top: 30px;
  padding-top: 15px; }

a.btn_left {
  background: linear-gradient(to right, #fff 5%, #e4e4e4 100%);
  background-color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  box-sizing: content-box;
  box-shadow: none;
  cursor: pointer;
  margin-right: -5px;
  width: 15px; }

a.btn_left.cal .icon {
  background-image: url("../images/svg/calendar--gray.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
  height: 16px;
  width: 15px; }

a.btn_right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: linear-gradient(to right, #fff 5%, #e4e4e4 100%);
  background-color: #fff;
  border-left: 0;
  box-shadow: none;
  box-sizing: content-box;
  cursor: pointer;
  width: 14px; }

a.btn_right.list .icon {
  background-image: url("../images/svg/list.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
  height: 16px;
  width: 14px; }

a.btn.active {
  background: linear-gradient(to right, #ccc 5%, #ddd 100%);
  background-color: #ccc;
  box-shadow: none; }

a.btn_left:active,
a.btn_right:active {
  position: relative;
  top: 0;
  background: #ccc;
  background-color: #ccc;
  box-shadow: none; }

#media_toolkit_links .image .info {
  width: 512px; }

#slidebox {
  width: 340px;
  height: auto;
  min-height: 160px;
  background-color: #fff;
  position: fixed;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  bottom: 0;
  right: -380px;
  box-shadow: 0 0 5px #aaa;
  z-index: 5000;
  padding: 17px 15px 17px 22px;
  box-sizing: border-box; }

#slidebox .wrap {
  padding: 17px 0 0; }

#slidebox p {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0294c4; }

#slidebox p span {
  text-transform: none;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0294c4;
  margin-right: 5px; }

#slidebox p a {
  text-transform: none;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #00587c; }

#slidebox p.next {
  margin-bottom: 9px;
  margin-top: -17px; }

#slidebox .flag {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#slidebox .flag .more {
  background: url("../images/more_research_flag.png") no-repeat scroll center bottom transparent;
  bottom: -80px;
  height: 122px;
  left: 0;
  position: relative;
  text-indent: -9999px;
  width: 40px; }

#slidebox .flag a.open {
  background: url("../images/flyout-arrows.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 17px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 17px;
  z-index: 500; }

#slidebox .data {
  padding-top: 1rem;
  border-top: 1px solid #eee; }

#slidebox .data p {
  margin-bottom: 6px; }

#slidebox .data p:last-child {
  margin-bottom: 0; }

#main-content #content .region-content #slidebox h2 {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 22px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 10px; }

#main-content .region-content #slidebox h2 a {
  color: #3b3b3b;
  text-decoration: none; }

a.close {
  background: url("../images/flyout-arrows.png") no-repeat -17px 0;
  width: 17px;
  height: 17px;
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
  display: block; }

body.page-charts {
  background: #fff; }

#hero-slider {
  box-shadow: 0 -4px 5px -2px #888; }

#hero-slider > .region {
  overflow: hidden;
  position: relative; }

#hero-slider ul.slides li {
  position: relative; }

#hero-slider .flex-control-nav {
  bottom: 9px;
  position: absolute;
  right: 20px;
  width: auto;
  top: auto; }

#hero-slider .views-slideshow-controls-bottom {
  display: none; }

#hero-slider .flex-direction-nav a {
  background: url("../images/hero-slider-arrows--blue.png") no-repeat 0 0;
  display: block;
  height: 60px;
  width: 57px; }

#hero-slider .flex-direction-nav a.flex-next {
  background-position: 100% 0;
  right: 0; }

.flex-nav-container {
  float: right;
  margin-bottom: 0;
  position: relative;
  width: 100%; }

.view-slideshow.flexslider .flex-control-nav {
  margin-bottom: 0;
  right: 8px;
  top: 390px;
  width: auto; }

.flex-control-nav li a {
  background: url("../images/slide-indicators--gray.png") 0 0 no-repeat;
  cursor: pointer;
  display: block;
  height: 8px;
  overflow: hidden;
  text-indent: -9999px;
  width: 8px; }

.flex-control-nav li a.flex-active {
  background: url("../images/slide-indicators--gray.png") -8px 0 no-repeat;
  cursor: default; }

.view-slideshow.flexslider .flex-direction-nav {
  margin: 0; }

.front .view-slideshow.flexslider .flex-direction-nav a {
  top: 52%; }

.view-slideshow.flexslider .flex-direction-nav a {
  background-image: url("../images/bg_direction_nav2.png");
  top: 35%; }

#hero-slider .caption {
  height: auto;
  padding: 0;
  position: absolute;
  right: 39px;
  top: 91px;
  width: 480px; }

#hero-slider .caption h1 {
  font-size: 48px;
  color: #000;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

#hero-slider .caption p {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  display: block;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

#hero-slider .slider_btns {
  margin-top: 20px; }

#hero-slider .slider_btns a {
  background-color: #0c2afa;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-right: 15px;
  padding: 6px 18px;
  text-decoration: none; }
  #hero-slider .slider_btns a:hover {
    background-color: #f93e42; }

#col_container {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 18px; }

#catalyst_media_toolkit {
  width: 100%;
  overflow: hidden;
  margin-bottom: 13px;
  border-top: 1px solid #eee;
  padding-top: 19px; }

#catalyst_media_toolkit .wrap {
  width: 400px;
  float: left; }

#catalyst_media_toolkit .icon {
  background: url("../images/sprite.png") 0 -1210px no-repeat;
  width: 26px;
  height: 30px;
  float: left;
  margin-right: 15px; }

#catalyst_media_toolkit h4 {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 5px; }

#catalyst_media_toolkit h4 a {
  color: #3b3b3b;
  text-decoration: none; }

#catalyst_media_toolkit p {
  font-size: 14px; }

#catalyst_media_toolkit a.arrow {
  background: url("../images/sprite.png") 0 -693px no-repeat;
  width: 21px;
  height: 21px;
  float: right;
  top: 12px;
  position: relative;
  text-decoration: none; }

#direct_btns {
  position: relative;
  top: 5px; }

.btn_left.prev,
.btn_right.next {
  border: 1px solid #e6e3e0;
  height: 11px;
  width: 10px; }

.btn_left.prev .icon {
  background: url("../images/sprite.png") no-repeat scroll 1px -1375px transparent;
  display: block;
  height: 12px; }

.btn_right.next .icon {
  background: url("../images/sprite.png") no-repeat scroll -15px -1375px transparent;
  display: block;
  height: 12px; }

#topics-slider .view-header {
  border-top: 1px solid #eee;
  margin-bottom: 1rem;
  padding-top: 17px; }

#topics-slider h3 {
  background: none;
  float: left;
  margin-right: 15px; }

#topics-slider .jcarousel-container-horizontal {
  background: #eee;
  border: 1px solid #e6e3e0; }

#topics-slider ul.carousel li {
  background: none;
  border: 0;
  border-right: 1px solid #e6e3e0;
  display: block;
  float: left;
  height: auto;
  margin: 0;
  padding: 9px 9px 9px 8px;
  width: 212px; }

#topics-slider ul.carousel li img {
  margin-bottom: 10px; }

#topics-slider ul.carousel li h4 {
  font-size: 16px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  color: #3b3b3b;
  text-align: center; }

#topics-slider ul.carousel li h4 a {
  color: #3b3b3b;
  text-decoration: none;
  line-height: 20px; }

.jcarousel-clip-horizontal {
  overflow: hidden; }

#headline {
  margin-bottom: 13px;
  position: relative;
  display: block; }

.small #headline {
  margin-bottom: 2px; }

.p3 #headline,
.p4 #headline,
.p9 #headline {
  margin-bottom: 15px; }

#headline h1 {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  color: #0c2afa;
  float: left;
  text-transform: capitalize;
  line-height: 44px; }

.small #headline h1 {
  color: #666;
  font-size: 26px; }

#headline .region-content-share-bar,
#headline .region-content-share-bar > div {
  float: right; }

#headline ul {
  float: right;
  margin-top: 10px; }

#headline ul.inline {
  display: block; }

.small #headline ul {
  float: right;
  margin-top: 8px; }

#headline ul li {
  float: left;
  margin-left: 10px;
  padding: 0; }

#headline ul li a.share-li {
  top: 2px;
  position: relative; }

#headline ul li a.flag {
  width: auto; }

#headline ul li .flag-bookmarks a {
  box-shadow: inset 0 1px 0 0 #eee;
  background: linear-gradient(to right, #F2F2F2 5%, #eee 100%);
  background-color: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #848484;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 3px 3px 5px;
  text-decoration: none;
  margin-top: -1px; }

#headline ul li .flag-bookmarks a:hover {
  background: linear-gradient(to right, #eee 5%, #F2F2F2 100%);
  background-color: #eee; }

#headline ul li .flag-bookmarks a:active {
  position: relative;
  top: 1px; }

#headline ul li #bookmark-icon {
  background-image: url("../images/svg/bookmark.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 8px;
  height: 16px;
  width: 9px;
  display: block;
  float: left;
  margin-right: 4px; }

#headline ul li a.ical {
  box-shadow: inset 0 1px 0 0 #eee;
  background: linear-gradient(to right, #F2F2F2 5%, #eee 100%);
  background-color: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #848484;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 3px 4px 5px;
  text-decoration: none;
  margin-top: -1px; }

#headline ul li a.ical:hover {
  background: linear-gradient(to right, #eee 5%, #F2F2F2 100%);
  background-color: #eee; }

#headline ul li a.ical:active {
  position: relative;
  top: 1px; }

#headline ul li .ical-icon {
  background-image: url("../images/svg/calendar--blue.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  display: block;
  float: left;
  height: 13px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  width: 14px; }

#headline ul li .flag-favorite-nodes a {
  box-shadow: inset 0 1px 0 0 #eee;
  background: linear-gradient(to right, #F2F2F2 5%, #eee 100%) #F2F2F2;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #848484;
  display: inline-block;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: -1px;
  padding: 3px 3px 4px 5px;
  text-decoration: none; }

#headline ul li .flag-favorite-nodes a:hover {
  background: linear-gradient(to right, #eee 5%, #F2F2F2 100%) #eee; }

#headline ul li .flag-favorite-nodes a:active {
  position: relative;
  top: 1px; }

#headline ul li #star-icon {
  background-image: url("../images/svg/star.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
  float: left;
  height: 15px;
  margin-right: 4px;
  width: 15px; }

#headline ul li a.download {
  box-shadow: inset 0 1px 0 0 #eee;
  background: linear-gradient(to right, #F2F2F2 5%, #eee 100%);
  background-color: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #848484;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 9px 4px;
  text-decoration: none;
  margin-top: -1px; }

#headline ul li a.download:hover {
  background: linear-gradient(to right, #eee 5%, #F2F2F2 100%);
  background-color: #eee; }

#headline ul li a.download:active {
  position: relative;
  top: 1px; }

#headline ul li #download-icon {
  background: url("../images/sprite.png") 0 -1151px no-repeat;
  height: 15px;
  width: 12px;
  display: block;
  position: relative;
  top: 2px; }

#headline ul li .flag-wrapper {
  position: relative; }

#headline ul li .flag-wrapper .flag-message {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  left: -50px;
  padding: 5px;
  position: absolute;
  top: 28px;
  width: 100px;
  z-index: 100; }

#headline ul li .flag-throbber {
  position: absolute;
  right: -5px;
  top: -18px; }

#headline .sharing {
  margin-top: 10px; }

.small #headline .sharing {
  margin-top: 8px; }

#headline .sharing a.print {
  box-shadow: inset 0 1px 0 0 #eee;
  background: linear-gradient(to right, #F2F2F2 5%, #eee 100%);
  background-color: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #848484;
  display: inline-block;
  float: right;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-left: 10px;
  padding: 4px 7px;
  text-decoration: none;
  margin-top: -1px; }

#headline .sharing a.print:hover {
  background: linear-gradient(to right, #eee 5%, #F2F2F2 100%);
  background-color: #eee; }

#headline .sharing a.print:active {
  position: relative;
  top: 1px; }

#headline .sharing a.print #print-icon {
  background-image: url("../images/svg/print.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15px;
  height: 14px;
  width: 15px;
  display: block;
  float: left; }

#headline a.btn-share {
  box-shadow: inset 0 1px 0 0 #eee;
  background: linear-gradient(to right, #F2F2F2 5%, #eee 100%);
  background-color: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #848484;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 7px;
  text-decoration: none;
  margin-top: -1px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-sizing: content-box; }

#headline a.btn-share:hover {
  background: linear-gradient(to right, #eee 5%, #F2F2F2 100%);
  background-color: #eee; }

#headline a.btn-share:active {
  position: relative;
  top: 1px; }

#headline a.btn-share div {
  float: left;
  line-height: 13px; }

#headline a.btn-share span {
  background-image: url("../images/svg/share.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 13px;
  display: block;
  float: left;
  height: 13px;
  margin-right: 6px;
  width: 13px; }

#headline .sharing {
  float: left;
  position: relative; }

.addthis_toolbox .addthis_button_twitter span,
.addthis_toolbox .addthis_button_linkedin span {
  width: auto !important; }

.addthis_toolbox .addthis_button_facebook_like div.fb-like {
  overflow: hidden; }

.addthis_toolbox .addthis_button_twitter span::after {
  content: 'Tweet'; }

.addthis_toolbox .addthis_button_linkedin span::after {
  content: 'Share'; }

#main-content .region-content h2 {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 26px;
  margin-bottom: 18px; }

#main-content .region-content #research-centers-hub-page h2 {
  font-size: 18px;
  line-height: 22px; }

#main-content #content.small h2 {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #0c2afa;
  line-height: 40px;
  font-size: 35px;
  margin-bottom: 23px; }

#main-content #content.small .node-media-release h2 {
  margin-bottom: 0; }

#main-content #content.small .node-media-release h2 + div {
  margin-top: 23px; }

#main-content .region-content h4.sub-title {
  font-size: 26px;
  margin-bottom: 5px; }

#main-content article h4,
#main-content article h4 a {
  color: #000;
  margin-bottom: 0.5rem;
  text-decoration: none; }

#main-content p + h4 {
  margin-top: 30px; }

#main-content h5 + p {
  margin-top: 2px; }

#main-content h5 + ul,
#main-content h5 + ol {
  margin-top: 5px; }

h5.article-title {
  margin: 1px 0 6px; }

#main-content .view-flag-blocks h5 {
  clear: both; }

#main-content .node-media-release h5.subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 2px 0;
  line-height: 24px; }

#main-content .node-media-release h5.subtitle + div {
  margin-top: 23px; }

#main-content .region-content .main-image,
#main-content .region-content article .file-image {
  margin-bottom: 20px; }

#main-content > .term-centers .block-inner .panel-display .view-slideshow,
#main-content > .term-centers .block-inner .panel-display .view-centers-featured-items .views-row-last {
  margin-bottom: 20px; }

#main-content > .term-centers .block-inner .panel-display .panel-pane.first,
#main-content > .term-centers .block-inner .panel-display .panel-pane.last {
  border-bottom-width: 0;
  margin-bottom: 0; }

#main-content > .term-centers .block-inner .panel-display .panel-pane {
  border-bottom: 7px solid #eee;
  margin-bottom: 20px; }

#main-content .region-content .field-type-text-with-summary img.imgLeft {
  margin: 0 20px 15px 0;
  float: left; }

#main-content .region-content .field-type-text-with-summary img.imgRight {
  margin: 0 0 15px 20px;
  float: right; }

#col_container {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 18px; }

#catalyst_media_toolkit {
  width: 100%;
  overflow: hidden;
  margin-bottom: 13px;
  border-top: 1px solid #eee;
  padding-top: 19px; }

#catalyst_media_toolkit .wrap {
  width: 400px;
  float: left; }

#catalyst_media_toolkit .icon {
  background: url("../images/sprite.png") 0 -1210px no-repeat;
  width: 26px;
  height: 30px;
  float: left;
  margin-right: 15px; }

#catalyst_media_toolkit h4 {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 5px; }

#catalyst_media_toolkit h4 a {
  color: #3b3b3b;
  text-decoration: none; }

#catalyst_media_toolkit p {
  font-size: 14px; }

#catalyst_media_toolkit a.arrow {
  background: url("../images/sprite.png") 0 -693px no-repeat;
  float: right;
  height: 21px;
  position: relative;
  text-decoration: none;
  top: 12px;
  width: 21px; }

#wrapper #main-content #content .field-type-text-with-summary p:last-child {
  margin-bottom: 0; }

.node-research-element .field-type-text-with-summary p {
  margin-bottom: 0; }

#search-results .listing .info p.source {
  margin-top: 10px;
  font-weight: 500; }

.view-latest-knowledge .listing .data,
.view-latest-media-releases .listing .data,
.view-search-knowledge-center #search-results .listing .data {
  margin-top: 6px; }

.view-latest-knowledge .listing p {
  margin-bottom: 10px; }

.research-video p {
  margin: 10px 0; }

.node-type-research-project .view-featured-research-items .data,
.page-knowledge-numbers .view-topics-by-the-numbers .data {
  margin-top: -5px; }

#tabs .data {
  margin-top: 6px; }

#main-content .region-content article .field-name-field-calendar-date {
  margin-bottom: 10px; }

#main-content .region-content > img {
  margin-bottom: 20px; }

#main-content .knowledge-content > img {
  margin-bottom: 20px; }

#main-content .field-type-text-with-summary table {
  width: 100%; }

#main-content .field-type-text-with-summary table,
#main-content .field-type-text-with-summary table tbody,
#main-content .field-type-text-with-summary table td,
#main-content .field-type-text-with-summary table th {
  border: 0;
  padding: 0;
  margin: 0; }

.block-system .field-type-text-with-summary table p {
  margin: 0; }

#main-content .field-type-text-with-summary table td,
#main-content .field-type-text-with-summary table th {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  vertical-align: top;
  padding: 10px; }

#main-content .field-type-text-with-summary table caption {
  text-align: left;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: oblique;
  font-size: 15px;
  line-height: 21px;
  color: #acb9fe;
  margin-bottom: 4px; }

#main-content .field-type-text-with-summary table th {
  background: #f93e42;
  color: #fff;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700; }

#main-content .field-type-text-with-summary table td {
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }

#main-content .field-type-text-with-summary table tr:nth-child(even) td {
  background: #fc9191;
  color: #000; }

#main-content .field-type-text-with-summary table tr:nth-child(even) td p {
  color: #000; }

#main-content .region-content article .article-content blockquote,
.listing li .field-name-body blockquote {
  border-left: 1px solid #e6e6e6;
  margin: 0 0 10px;
  padding-left: 45px; }

#main-content .region-content article .article-content blockquote p,
.listing li .field-name-body blockquote p {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-style: oblique; }

#main-content .region-content article .article-content blockquote p strong,
.listing li .field-name-body blockquote p strong {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700; }

#main-content .region-content article h6,
.listing .field-name-body h6 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #f93e42;
  font-size: 22px;
  line-height: 26px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 30px 0;
  width: 100%; }

#main-content .region-content article #sponsored_by h6 {
  border: 0;
  margin-bottom: 20px;
  padding: 0; }

.listing li .field-name-body h6 img {
  float: left;
  margin-right: 18px; }

.listing li .field-name-body h6 p {
  color: #f93e42;
  font-size: 22px;
  line-height: 26px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -4px; }

article.node-newsletter .field-name-body ul > li,
#main-content article.node-newsletter .article-content ul {
  font-size: inherit;
  color: inherit; }

.field-name-body ul,
.standard-ul-lists .field-type-text-long ul {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px; }

.node-wob-member-profile--full.standard-ul-lists .field-type-text-long ul {
  font-size: 14px;
  line-height: 20px; }

.field-name-body ul ul {
  margin-bottom: 0; }

.standard-ul-lists .field-type-text-long ul > li,
.field-name-body ul > li,
.paragraphs-item-wob-biography-item .field-name-field-position .field-item {
  background: url("../images/list-dot.png") no-repeat 0 7px;
  color: #3b3b3b;
  margin-bottom: 0;
  padding-left: 1rem; }

.field-name-body ul > li.last {
  margin-bottom: 0; }

.field-name-body ol {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px; }

.field-name-body ol > li {
  margin-bottom: 0;
  color: #3b3b3b;
  list-style: decimal; }

.field-name-body ol > li.last {
  margin-bottom: 0; }

#main-content article ul.footnotes {
  margin-top: 20px; }

#main-content article ul.footnotes li {
  background: none !important;
  margin: 0 0 5px 25px;
  padding-left: 0 !important; }

#main-content .node-teaser .see-footnote {
  display: none; }

.pane-content > h3 {
  color: #0c2afa;
  font-weight: 400;
  float: left;
  line-height: 28px;
  text-transform: capitalize; }

.pane-content > h3 {
  float: none;
  margin-bottom: 10px; }

#content a.view-all {
  background-image: url("../images/svg/circle-triangle-right.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
  height: 15px;
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: 0;
  width: 15px; }

#content .view a.view-all {
  top: -9px; }

#research-centers {
  border-bottom: 7px solid #eee;
  margin-bottom: 25px; }

#media_toolkit_links {
  margin-bottom: 15px; }

#our-expert-related-events {
  margin-bottom: 30px; }

#research-elements {
  border-bottom: 7px solid #eee;
  margin-bottom: 22px;
  width: 100%;
  padding-bottom: 25px; }

.front .view-slideshow {
  margin-bottom: 0; }

.view-slideshow {
  margin-bottom: 2rem; }

.slider .flex-nav-container {
  float: none;
  position: relative; }

.slider .flex-nav-container .flex-viewport {
  min-height: 150px; }

.featured-image {
  position: relative;
  margin-bottom: -20px;
  height: auto; }

.featured-video {
  position: relative;
  margin-bottom: -20px;
  height: auto; }

.slider .flex-nav-container .file-video {
  text-align: center;
  background: #000; }

.view-slideshow .flexslider li {
  position: relative; }

.view-slideshow .flexslider li iframe {
  margin-bottom: -3px; }

.media-youtube-video {
  background: none repeat scroll 0 0 #000;
  text-align: center; }

.view-slideshow .flexslider .caption {
  height: 105px;
  padding: 0 17px; }

.featured-image .caption {
  padding: 15px 17px; }

.featured-video .caption {
  margin-top: -3px;
  padding: 15px 17px; }

.view-slideshow .flexslider .caption .type,
.featured-image .caption .type,
.featured-video .caption .type {
  color: #000;
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase; }

#main-content #content .view-slideshow .flexslider .caption h2,
#main-content #content .featured-video .caption h2 {
  color: #000;
  float: none;
  line-height: 23px;
  margin-bottom: 0;
  padding: 12px 0 8px; }

#main-content #content .view-slideshow .flexslider .caption h2 a,
#main-content #content .featured-video .caption h2 a {
  color: #000;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none; }

.view-slideshow .flexslider li .caption a.views-more-link,
.featured-video .caption a.views-more-link {
  color: #000;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  margin-left: 5px;
  opacity: 0.5;
  text-decoration: underline; }

.view-slideshow .flexslider li p,
.featured-video .caption p {
  color: #000;
  display: inline;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px; }

.view-slideshow .flexslider li p a,
.featured-video .caption p a {
  color: #000;
  opacity: 0.5;
  text-decoration: underline; }

.view-slideshow .flexslider .caption.purple,
.featured-image .caption.purple,
.featured-video .caption.purple {
  background: #fc9191;
  color: #000; }

.view-slideshow .flexslider .caption.blue,
.featured-image .caption.blue,
.featured-video .caption.blue {
  background: #0c2afa;
  color: #000; }

.view-centers-featured-items .views-row-odd,
.view-centers-featured-items .views-row-even {
  margin-bottom: 15px; }

.feature {
  background: none repeat scroll 0 0 #F2F2F2;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px #e4e4e4;
  margin-bottom: 25px;
  width: 100%; }

.feature .list-head {
  margin-bottom: 8px;
  margin-top: -2px; }

.feature-container {
  padding: 19px 24px 22px;
  width: 630px; }

.feature h3 {
  margin-bottom: 6px;
  display: inline;
  margin-right: 10px;
  font-size: 30px;
  color: #0c2afa;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }

.feature h3 a {
  text-decoration: none;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #0c2afa; }

.feature p {
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 5px; }

.feature .image {
  border: 2px solid #eee;
  float: left;
  margin-right: 15px; }

.feature .type {
  display: inline;
  margin-right: 10px; }

.feature .type .pill {
  margin-right: 3px; }

.feature .type div {
  float: none; }

.feature .social-media {
  display: inline; }

.feature .social-media ul {
  display: inline-block; }

.feature .social-media ul li {
  padding: 0;
  margin-right: 10px; }

.feature .info {
  width: 490px;
  float: left; }

.feature .info .left {
  float: left;
  margin-right: 40px; }

.feature .info .right {
  float: right; }

.feature .data {
  clear: both; }

#community-results .listing ul li .wrap {
  padding: 1rem 1rem 12px; }

#community-results .listing ul li > .image .info {
  width: 582px;
  float: right; }

#community-results .listing ul li img {
  border: 0; }

#community-results .listing ul li .list-head {
  margin-bottom: 0;
  margin-top: -2px; }

.feature_area {
  margin-bottom: 18px;
  width: 100%; }

.feature_area .info {
  border-top: 1px solid #e6e3e0;
  border-bottom: 1px solid #e6e3e0;
  padding: 24px 0;
  margin-bottom: 27px; }

.node-type-research-element .feature_area .info {
  margin-bottom: 20px;
  padding: 15px 0 18px; }

.feature_area .list-head h3 {
  font-size: 38px;
  color: #0c2afa;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  display: inline;
  float: left;
  margin-right: 10px; }

.page-charts .feature_area .list-head h3 {
  font-size: 22px;
  margin-bottom: 0; }

.feature_area .list-head h5 {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0c2afa;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-bottom: 13px; }

.feature_area .list-head .type {
  position: relative;
  top: 19px;
  display: inline; }

.feature_area .list-head .type .ir {
  top: -4px; }

.feature_area .list-head .type .lock {
  top: -4px; }

.feature_area .list-head .type .lock .kind {
  height: 17px; }

.feature_area p,
.feature_area .data p {
  font-size: 14px;
  line-height: 20px;
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 5px; }

.data-btns {
  margin-top: 12px; }
  .node-research-element .data-btns a {
    display: block;
    float: left; }
  .data-btns .btn {
    margin-right: 10px;
    padding: 6px 10px 7px; }
  .data-btns .cost {
    padding: 6px 0 7px; }
  .listing .data-btns .type {
    width: auto; }
  .node-research-element .data-btns .type .lock {
    margin-right: 10px;
    top: 5px; }

.data a.register {
  bottom: 38px;
  color: #fff;
  float: right;
  padding: 6px 10px 7px;
  position: relative;
  right: 0;
  text-decoration: none; }

.node-type-data .embed {
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  text-align: center;
  width: 100%; }

.node-type-data .data {
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px; }

.node-type-data .embed .trigger {
  cursor: pointer;
  margin-bottom: 1rem; }

.node-type-data .embed .embed-code {
  background: none repeat scroll 0 0 #fef6a0;
  border: 1px solid #e3c313;
  border-radius: 5px;
  bottom: 52px;
  color: #00587c;
  display: none;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  left: 50%;
  margin-left: -167.5px;
  padding: 11px 1rem 16px;
  position: absolute;
  right: auto;
  width: 333px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4); }

.node-type-data .embed .embed-code::after {
  background: url("../images/arrow-embed.png") no-repeat scroll 0 0 transparent;
  bottom: -11px;
  content: ' ';
  display: block;
  height: 11px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px; }

.node-type-data .embed .embed-code h5 {
  text-transform: uppercase;
  font-size: 12px !important;
  margin: 2px 0 15px;
  text-align: left; }

.node-type-data .embed .embed-code .close {
  background: url("../images/close-embed.png") no-repeat;
  float: right;
  height: 10px;
  position: absolute;
  right: 13px;
  text-indent: -9999px;
  top: 14px;
  width: 10px;
  cursor: pointer; }

.node-type-data .embed .embed-code .code {
  background: #fff;
  border: 1px solid #ddd;
  color: #00587c;
  font-size: 12px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
  box-shadow: inset 0 0 2px 2px #eee; }

.node-type-data .embed .embed-code .code textarea {
  border: 0;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-align: left;
  resize: none;
  width: 100%; }

#knowledge-center-feature-image .top-section {
  margin-bottom: 15px; }

#knowledge-center-featured-projects {
  padding-bottom: 25px; }

.node-type-blog .field-name-field-multimedia-item {
  margin-bottom: 24px; }

.page-node article.node-blog .field-name-field-multimedia-item img {
  margin: 0; }

.node-type-blog .author-profile {
  float: left;
  font-size: 14px;
  line-height: 1.15;
  padding-right: 20px;
  padding-bottom: 10px;
  width: 95px; }

.node-type-blog .author-profile img {
  border: 3px solid #e6e6e6;
  display: block;
  margin-bottom: 6px; }

.page-feeds #block-system-main .pane-block {
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
  padding-bottom: 18px; }

.page-feeds #block-system-main .pane-block.last {
  border: 0; }

.page-feeds #block-system-main .pane-block .btn {
  margin-bottom: 0;
  padding: 3px 12px; }

.page-feeds #block-system-main .pane-block .boxes-box-content p {
  margin: 15px 0 0; }

.page-feeds #block-system-main .pane-block .boxes-box-content > p:first-child {
  margin: 0; }

.page-feeds #block-system-main .pane-block.feeds-intro {
  border: 0;
  margin: 0;
  padding: 0; }

.page-feeds #block-system-main .pane-block.feeds-intro .contextual-links-wrapper {
  padding-right: 20px; }

.page-feeds #block-system-main .pane-block.feeds-intro .boxes-box-content h4 {
  color: #0c2afa;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px; }

.page-feeds #block-system-main .pane-boxes-feeds-all.global-feed {
  background-color: #d9eef5;
  border: 0;
  padding: 18px 20px; }

.page-feeds #block-system-main .pane-block h3.pane-title {
  color: #3b3b3b;
  text-decoration: none;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  margin: 0; }

#feature-region .list-head {
  margin-bottom: 21px; }

#feature-region .list-head h3 {
  color: #0c2afa;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 40px; }

#feature-region .image {
  float: left;
  margin-right: 24px;
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }

#feature-region .info {
  border-bottom: 1px solid #e6e3e0;
  border-top: 1px solid #e6e3e0;
  margin-bottom: 25px;
  overflow: hidden;
  padding: 30px 0; }

#feature-region .info .data {
  width: 510px;
  float: right; }

#feature-region .info p {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 6px; }

#feature-region .info p:last-child {
  margin-bottom: 0; }

#feature-region .info p span {
  color: #0c2afa;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  margin-right: 5px; }

#feature-region-image {
  border-top: 1px solid #e6e3e0;
  padding-top: 20px; }

#sponsored_by {
  overflow: hidden;
  margin-bottom: 30px; }

#sponsored_by h6 {
  color: #0c2afa;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }

#sponsored_by ul.sponsors {
  width: 700px;
  margin-left: -10px;
  overflow: hidden; }

#sponsored_by ul.sponsors li {
  float: left; }

.pane-catalyst-profiles {
  padding-bottom: 18px;
  border-top: 7px solid #eee;
  margin-top: 13px;
  padding-top: 21px; }

.pane-featured-research-element {
  padding-bottom: 18px;
  border-top: 7px solid #eee;
  margin-top: 5px;
  padding-top: 21px; }

#our-experts-search,
#events-listing-search,
#article-727 {
  margin-top: 25px; }

#article-1545 .data {
  margin-top: 20px !important; }

.node-type-media-release .feature_area .info {
  border-bottom: medium none;
  border-top: 1px solid #e6e3e0;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 10px 0 0; }

.node-type-media-release .bar {
  border-top: 7px solid #eee;
  margin-top: 15px;
  padding-top: 24px; }

.node-type-region #feature-region .info {
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 0;
  padding: 0 0 20px; }

body.node-type-page .field-name-field-image-description .field-item,
body.node-type-region .field-name-field-image-description .field-item {
  font-size: 13px;
  line-height: 18px;
  color: #3b3b3b;
  font-weight: 400;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: -18px; }

#user-login .field-type-text-with-summary {
  margin-top: 10px; }

.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0; }

form#views-exposed-form-catalyst-in-the-news-panel-pane-1 .views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0; }

form#views-exposed-form-catalyst-in-the-news-panel-pane-1 input.form-submit {
  margin-top: 0; }

form#views-exposed-form-catalyst-in-the-news-panel-pane-1 .views-exposed-widget {
  margin: 16px 11px 13px; }

.graph_img {
  margin-bottom: 15px; }

.graph_img img {
  border: 3px solid #e6e6e6; }

.page-catalyst-supporters div.views-submit-button .search-box {
  float: left;
  width: 600px; }

.page-catalyst-supporters .view-header {
  font-size: 14px;
  line-height: 18px;
  color: #3b3b3b;
  margin-bottom: 10px; }

.page-catalyst-supporters #edit-filters .form-item {
  display: inline-block;
  margin-right: 11px; }

.page-catalyst-supporters #edit-options {
  padding: 12px 0; }

.page-catalyst-supporters #edit-filters .region-group {
  width: 287px;
  float: left;
  margin: 0 19px 8px;
  border-right: 2px ridge rgba(255, 255, 255, 0.325); }

.page-catalyst-supporters #edit-filters .region-group .form-item.form-type-checkbox {
  width: 124px;
  margin-bottom: 2px; }

.page-catalyst-supporters #edit-filters .member-group {
  width: 188px;
  height: 99px;
  margin: 0;
  float: left;
  border-right: 2px ridge rgba(255, 255, 255, 0.325); }

.page-catalyst-supporters #edit-filters .label {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  color: #000;
  padding-bottom: 9px; }

.page-catalyst-supporters #edit-filters .form-item input[type='checkbox'] + label {
  background-position: left 25%;
  padding-right: 0;
  color: #777; }

.page-catalyst-supporters #edit-submit-member-listing {
  margin: 27px 25px 25px 0;
  font-size: 11px;
  padding: 3px 10px;
  position: relative;
  top: 56px;
  color: #fff;
  border-color: #848484; }

.page-catalyst-supporters #views-exposed-form-member-listing-page #edit-filters .form-type-select {
  margin-right: 0;
  position: relative;
  top: 4px; }

.page-catalyst-supporters #views-exposed-form-member-listing-page #edit-filters .form-type-select div.selector {
  width: 145px; }

.page-catalyst-supporters #views-exposed-form-member-listing-page #edit-filters .form-type-select div.selector span {
  width: 120px; }

.page-catalyst-supporters #views-exposed-form-member-listing-page #edit-filters .form-type-select select {
  margin: 0;
  min-width: 125px;
  width: 165px; }

.page-catalyst-supporters table {
  width: 100%; }

.page-catalyst-supporters thead th {
  padding: 10px 0;
  border: 0; }

.page-catalyst-supporters .views-field {
  padding-left: 10px;
  padding-right: 10px;
  width: 30px; }

.page-catalyst-supporters .views-field-title,
.page-catalyst-supporters .views-field-content {
  padding-left: 10px;
  padding-right: 10px;
  width: 29%; }

.page-catalyst-supporters thead .views-field-title img {
  margin-left: 5px;
  margin-top: -2px;
  position: relative; }

.page-catalyst-supporters .views-field-field-member-type {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%; }

.page-catalyst-supporters tr {
  border: 0; }

.page-catalyst-supporters tr.odd {
  background: #fff; }

.page-catalyst-supporters tbody {
  border-top: 1px solid #666; }

.page-catalyst-supporters tbody tr.even {
  background: #fc9191; }

.page-catalyst-supporters thead th,
.page-catalyst-supporters thead th a {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #f93e42;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  text-align: left; }

.page-catalyst-supporters thead th.views-field {
  padding-left: 10px; }

.page-catalyst-supporters thead th[class*='views-field-field-region'] {
  text-align: center; }

.page-catalyst-supporters td {
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  padding: 10px 0;
  vertical-align: middle; }

.page-catalyst-supporters td.active {
  background: none;
  text-align: left; }

.page-catalyst-supporters td[class*='views-field-field-region'] {
  text-align: center; }

.page-catalyst-supporters td[class*='views-field-field-region'] span {
  font-size: 26px;
  line-height: 0;
  position: relative;
  top: 5px; }

.page-catalyst-supporters td.views-field-field-region-united-states span {
  color: #f93e42; }

.page-catalyst-supporters td.views-field-field-region-canada span {
  color: #0c2afa; }

.page-catalyst-supporters td.views-field-field-region-europe span {
  color: #f93e42; }

.page-catalyst-supporters td.views-field-field-region-india span {
  color: #000; }

.page-catalyst-supporters td.views-field-field-region-japan span {
  color: #0c2afa; }

.page-catalyst-supporters td.views-field-field-region-australia span {
  color: #000; }

#main-content div.jp-audio {
  margin-bottom: 15px; }

#main-content .field-name-body div.jp-audio ul > li {
  background: none;
  font-size: 11px;
  line-height: normal;
  margin-bottom: 0; }

#centers-hub {
  width: 100%;
  box-shadow: 1px 1px 0 0 #e6e6e6; }

#centers-hub .center-hub {
  width: 339px;
  float: left;
  text-decoration: none;
  box-sizing: border-box; }

#centers-hub .center-hub .inner-hub {
  display: block;
  text-decoration: none; }

#centers-hub .center-hub h4 {
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  font-weight: normal;
  margin: 0 0 5px; }

#centers-hub .center-hub:hover h4 {
  color: #fff; }

#centers-hub .center-hub p {
  font-size: 14px;
  line-height: 18px;
  color: #555;
  margin: 0 0 10px; }

#centers-hub .center-hub:hover p {
  color: #fff; }

#centers-hub .center-hub .learn-more a {
  font-size: 13px;
  line-height: 18px;
  text-decoration: underline; }

#centers-hub .center-hub:hover .learn-more a {
  color: #fff; }

#centers-hub .center1 {
  background: url("../images/center1.png") no-repeat right bottom #F2F2F2; }

#centers-hub .center1:hover {
  background-color: #7b0b65; }

#centers-hub .center1 .inner-hub {
  padding: 25px 90px 92px 30px; }

#centers-hub .center1 h4,
#centers-hub .center1 .learn-more a {
  color: #7b0b65; }

#centers-hub .center2 {
  background: url("../images/center2.png") no-repeat left bottom #F2F2F2; }

#centers-hub .center2:hover {
  background-color: #d27b2f; }

#centers-hub .center2 .inner-hub {
  padding: 25px 30px 64px 90px; }

#centers-hub .center2 h4,
#centers-hub .center2 .learn-more a {
  color: #d25e00; }

#centers-hub .center3 {
  background: url("../images/center3.png") no-repeat right top #F2F2F2; }

#centers-hub .center3:hover {
  background-color: #427500; }

#centers-hub .center3 .inner-hub {
  padding: 65px 90px 27px 30px; }

#centers-hub .center3 h4,
#centers-hub .center3 .learn-more a {
  color: #4d8806; }

#centers-hub .center4 {
  background: url("../images/center4.png") no-repeat left top #F2F2F2; }

#centers-hub .center4:hover {
  background-color: #d25e00; }

#centers-hub .center4 .inner-hub {
  padding: 65px 30px 55px 90px; }

#centers-hub .center4 h4,
#centers-hub .center4 .learn-more a {
  color: #0c2afa; }

.page-taxonomy-term .vocabulary-centers .taxonomy-term-description {
  min-height: 73px;
  padding-left: 74px; }

.page-taxonomy-term .vocabulary-centers.center1 .taxonomy-term-description {
  background: url("../images/centers-icon-purple.png") no-repeat; }

.page-taxonomy-term .vocabulary-centers.center2 .taxonomy-term-description {
  background: url("../images/centers-icon-orange.png") no-repeat; }

.page-taxonomy-term .vocabulary-centers.center3 .taxonomy-term-description {
  background: url("../images/centers-icon-green.png") no-repeat; }

.page-taxonomy-term .vocabulary-centers.center4 .taxonomy-term-description {
  background: url("../images/centers-icon-blue.png") no-repeat; }

.node-type-newsletter .node-newsletter tbody {
  border-top: 0; }

.btn-sm {
  box-shadow: inset 0 0 1px 1px #00587c;
  background: linear-gradient(to right, #00587c 5%, #074A66 100%);
  background-color: #00587c;
  border-radius: 4px;
  border: 1px solid #003a50;
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px; }

.btn-sm:hover {
  background: linear-gradient(to right, #074A66 5%, #00587c 100%);
  background-color: #074A66; }

.btn-sm:active {
  position: relative;
  top: 1px; }

a.msds {
  color: #fff !important; }

@media (max-width: 1024px) {
  #w {
    overflow: hidden;
    position: relative; }
  h3 {
    font-size: 24px; }
  img {
    height: auto;
    max-width: 100%; }
  .bar {
    border-top: 7px solid #eee;
    margin-top: 30px;
    padding-top: 7px; }
  ul#header_btns {
    float: right;
    margin: 5px 15px 0 0; }
  ul#header_btns li {
    margin-bottom: 0; }
  #topics-slider ul.carousel li > a {
    margin: 0 12px -10px 1rem;
    padding-right: 6px;
    width: 98px;
    display: block;
    float: left; }
  #topics-slider ul.carousel li img {
    border: 3px solid #e6e6e6; }
  #topics-slider ul.carousel li h4 {
    text-align: left;
    padding-right: 1rem; }
  #main-content .home_col1 #home-media-center .small .image .info {
    width: 100% !important; }
  .view-catalyst-profiles .listing .info h5 {
    margin-bottom: 3px;
    width: 100%; }
  #content .pane-catalyst-profiles-panel-pane-1 .listing .type,
  #knowledge-center-contributors.listing .type,
  .person-list.listing .type {
    display: block;
    margin-bottom: 5px;
    width: 100%; }
  a.m_trigger {
    background: url("../images/sprite.png") no-repeat scroll -10px -1763px transparent;
    display: block;
    float: left;
    height: 23px !important;
    left: 10px;
    position: relative;
    top: 10px;
    width: 23px !important; }
  a.m_trigger.open {
    background: url("../images/sprite.png") no-repeat scroll -10px -1718px transparent; }
  #topics-slider .view-header {
    margin-bottom: 0;
    padding-top: 0;
    border: 0; }
  #topics-slider .views-slideshow-controls-top {
    position: absolute;
    right: 20px;
    top: 11px;
    left: auto; }
  .jcarousel-clip {
    height: 374px;
    width: 100%;
    overflow: hidden; }
  #topics-slider ul.carousel li {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    float: left;
    height: auto;
    margin: 0;
    padding: 13px 0;
    width: 100%; }
  #direct_btns {
    float: right;
    right: 15px; }
  #topics-slider ul.carousel li h4 a {
    color: #3b3b3b;
    text-decoration: none;
    font-size: 18px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700; }
  #topics-slider .views-slideshow-cycle-main-frame {
    background: none repeat scroll 0 0 #fff;
    border: 0;
    width: 100%; }
  #topics-slider .views-row {
    border-bottom: 1px solid #e6e3e0;
    float: left;
    padding: 9px 0;
    width: 100%; }
  #topics-slider .views-row:last-child {
    border-bottom: 0; }
  #topics-slider .views-row .views-field-name {
    text-align: left;
    font-size: 18px;
    padding: 0 20px; }
  .panels-flexible-row {
    padding: 0; }
  #catalyst_media_toolkit {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    padding: 15px 0; }
  #catalyst_media_toolkit .icon {
    background: url("../images/sprite.png") no-repeat scroll 0 -1220px transparent;
    margin-left: 18px;
    height: 20px; }
  #catalyst_media_toolkit .wrap {
    width: 100%; }
  #catalyst_media_toolkit .wrap h4 {
    margin-bottom: 0; }
  #catalyst_media_toolkit h4 a {
    color: #0c2afa;
    font-size: 18px; }
  #catalyst_media_toolkit .wrap p,
  #catalyst_media_toolkit a.arrow {
    display: none; }
  .flex-direction-nav {
    display: none; }
  #hero-slider .caption {
    background-color: #0c2afa;
    height: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 50%; }
  #hero-slider .caption h1 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    padding: 0.75rem 1rem 0; }
  #hero-slider .caption p {
    display: none; }
  #hero-slider .slider_btns {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 1rem; }
  #hero-slider .slider_btns a {
    box-shadow: inset 0 1px 0 0 #eee;
    background: #F2F2F2;
    border: 1px solid #ccc;
    display: inline-block;
    color: #0c2afa;
    padding: 6px 12px; }
    #hero-slider .slider_btns a:active, #hero-slider .slider_btns a:hover {
      background: linear-gradient(to right, #F2F2F2 5%, #eee 100%) #F2F2F2; }
    #hero-slider .slider_btns a:hover {
      color: #f93e42; }
  #headline #buttons {
    display: none; }
  #headline h1 {
    font-size: 32px;
    line-height: 35px; }
  #main-content .region-content h2 {
    font-size: 18px;
    line-height: 21px; }
  .feature_area .info {
    padding: 1rem 0 12px; }
  .listing li .field-name-body h4 {
    font-size: 18px;
    line-height: 21px; }
  .search-box.more .btn {
    padding: 3px 7px; }
  #block-menu-block-2 {
    padding-bottom: 0; }
  .slider .flex-nav-container {
    height: auto; }
  .view-slideshow .flexslider .caption {
    height: 150px;
    padding: 10px 18px;
    box-sizing: border-box; }
  .wrap,
  article .wrap,
  .panel-pane .view .wrap {
    padding: 0.5rem 1rem; }
  .pane-term-description .pane-content {
    padding: 0 18px; }
  #feature-region .list-head h3 {
    padding: 0 18px; }
  #feature-region .image {
    width: 100%;
    padding: 0 18px;
    box-sizing: border-box; }
  .graph_img,
  .graph_title {
    padding: 0 1rem; }
  .cf::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0; }
  #main-content .field-type-text-with-summary table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
  #main-content .field-type-text-with-summary th,
  #main-content .field-type-text-with-summary td {
    margin: 0;
    vertical-align: top; }
  #main-content .field-type-text-with-summary th {
    text-align: left; }
  #main-content .field-type-text-with-summary table {
    display: block;
    position: relative;
    width: 100%; }
  #main-content .field-type-text-with-summary thead {
    display: block;
    float: left; }
  #main-content .field-type-text-with-summary tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }
  #main-content .field-type-text-with-summary thead tr {
    display: block; }
  #main-content .field-type-text-with-summary th {
    display: block;
    text-align: right; }
  #main-content .field-type-text-with-summary tbody tr {
    display: inline-block;
    vertical-align: top; }
  #main-content .field-type-text-with-summary td {
    display: block;
    min-height: 1.25em;
    text-align: left; }
  th {
    border-bottom: 0;
    border-left: 0; }
  td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  tbody tr {
    border-left: 1px solid #ccc; }
  th:last-child,
  td:last-child {
    border-bottom: 1px solid #ccc; } }

.view-women-on-board .view-filters {
  background-color: #e6e6e6;
  padding: 0.5rem; }

.view-women-on-board .view-filters .views-exposed-widgets,
.view-women-on-board .view-filters .wob-filters-accordion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.view-women-on-board .view-filters .wob-filters-accordion {
  display: none;
  padding-bottom: 1.5rem;
  overflow: hidden;
  transition: height 500ms linear; }

.wob-filters-accordion--processed .view-women-on-board .view-filters .wob-filters-accordion.is-expanded {
  display: inherit !important;
  overflow: visible; }

.view-women-on-board .view-filters .views-exposed-widget {
  box-sizing: border-box;
  float: none;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0.5rem; }

.view-women-on-board .view-filters .views-exposed-widget:not(.views-widget-filter-keys):not(.views-submit-button) {
  display: none; }

.wob-filters-accordion--processed .view-women-on-board .view-filters .views-exposed-widget:not(.views-widget-filter-keys):not(.views-submit-button) {
  display: block; }

.view-women-on-board .view-filters .views-exposed-widget.views-widget-filter-keys {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.view-women-on-board .views-widget-filter-keys label {
  text-transform: uppercase; }

.view-women-on-board .views-widget-filter-keys .description {
  color: #0c2afa;
  cursor: pointer;
  display: none;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 0.5rem; }

.js .view-women-on-board .views-widget-filter-keys .description {
  display: block; }

.view-women-on-board .views-widget-filter-keys .description::after {
  content: '\00bb';
  margin-left: 0.25rem; }

.view-women-on-board .view-filters .views-exposed-widget > label {
  margin: 0.4rem 0; }

.view-women-on-board .view-filters input {
  box-sizing: border-box;
  height: 40px;
  width: 100%; }

.view-women-on-board .view-filters input[type='radio'],
.view-women-on-board .view-filters input[type='checkbox'] {
  height: auto;
  width: auto; }

.view-women-on-board .view-filters .views-submit-button {
  margin-top: 0;
  text-align: center; }

.view-women-on-board .view-filters .form-submit {
  margin: 0; }

.view-women-on-board .view-filters .form-submit:hover {
  top: auto; }

.view-women-on-board .view-content .views-row {
  padding: 0.75rem; }

.view-women-on-board .view-content .views-row-odd {
  background: #F2F2F2;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.view-women-on-board .view-content .views-row-first {
  border-top: 0; }

.view-women-on-board .view-content .views-row-last {
  border-bottom: 0; }

.select-as-checkboxes--dropdown label {
  width: auto; }

.select-as-checkboxes--dropdown .form-type-select {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 2px 2px #eee;
  box-sizing: border-box;
  cursor: pointer;
  height: 40px;
  position: relative; }

.select-as-checkboxes--dropdown .form-type-select.changed {
  box-shadow: inset 0 0 2px 2px rgba(99, 184, 217, 0.5); }

.select-as-checkboxes--dropdown .form-type-select::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: translate(-10px, 14px);
  transform: translate(-10px, 14px);
  width: 0; }

.select-as-checkboxes--dropdown .form-type-select.open::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #000;
  border-top: 8px solid transparent;
  -ms-transform: translate(-10px, 4px);
  transform: translate(-10px, 4px);
  z-index: 1; }

.select-as-checkboxes--dropdown .form-type-select .description {
  font-size: 1rem;
  line-height: 2.3;
  padding: 0 0.75rem; }

.select-as-checkboxes--dropdown .form-type-select .bef-checkboxes,
.select-as-checkboxes--dropdown .form-type-select .bef-tree {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 2px 2px #eee;
  box-sizing: border-box;
  color: #554741;
  display: none;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  opacity: 0;
  padding: 0.25rem 0.75rem;
  transition: opacity 500ms linear; }

.select-as-checkboxes--dropdown .form-type-select .bef-tree {
  padding-left: 0;
  padding-right: 0; }

.select-as-checkboxes--dropdown .form-type-select.open .bef-checkboxes,
.select-as-checkboxes--dropdown .form-type-select.open .bef-tree {
  display: block;
  opacity: 1;
  position: absolute;
  left: -1px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: calc(100% + 2px);
  z-index: 10; }

#main-content .select-as-checkboxes--dropdown .form-type-select ul > li {
  background: none; }

.block-countdown-event {
  margin: 0.5rem 0 1rem;
  text-align: center; }

.block-countdown-event .block-content {
  display: inline-block; }

.block-countdown-event #label_msg,
.block-countdown-event #label_msg a {
  color: #8d734b;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 0.5rem; }

.block-countdown-event #label_msg a {
  text-decoration: none; }

.block-countdown-event .countdownDigitBk {
  display: inline-block;
  min-height: 1rem;
  min-width: 1.125rem; }

.block-countdown-event #clock_holder p {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0; }

.node-wob-member-profile {
  color: #3b3b3b;
  line-height: 20px;
  position: relative; }

.node-wob-member-profile--header {
  padding-left: calc(86px + 1.5rem);
  position: relative;
  z-index: auto; }

.node-wob-member-profile--header.has-profile-image {
  min-height: 86px; }

.node-wob-member-profile--header {
  margin-bottom: 3rem; }

.node-wob-member-profile--header ~ .field {
  margin-bottom: 1rem; }

.node-wob-member-profile .field-name-field-profile-image {
  box-sizing: border-box;
  left: 0;
  max-width: calc(86px + 1.5rem);
  padding-right: 1.5rem;
  position: absolute;
  top: 0; }

#main-content .region-content .node-wob-member-profile .field p {
  margin-bottom: 0; }

.node-wob-member-profile .field-name-field-profile-first-name,
.node-wob-member-profile .field-name-field-profile-first-name *,
.node-wob-member-profile .field-name-field-profile-last-name,
.node-wob-member-profile .field-name-field-profile-last-name *,
.node-wob-member-profile .field-name-field-degrees,
.node-wob-member-profile .field-name-field-degrees *,
.node-wob-member-profile .field-name-field-current-position,
.node-wob-member-profile .field-name-field-current-position *,
.node-wob-member-profile .field-name-field-current-location,
.node-wob-member-profile .field-name-field-current-location * {
  display: inline; }

.node-wob-member-profile--title {
  color: #3b3b3b;
  text-decoration: none;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.25; }

.node-wob-member-profile--title .field-item:not(.field-item--first-name):not(:last-child)::after {
  content: ','; }

#main-content .region-content .node-wob-member-profile .node-wob-member-profile--sub-title {
  line-height: 1.25; }

.node-wob-member-profile--sub-title span + span {
  border-left: 1px solid;
  padding-left: 0.25rem; }

.node-wob-member-profile .field-label-inline .field-label,
.node-wob-member-profile .field-label-inline .field-items,
.node-wob-member-profile .field-label-inline .field-item {
  display: inline;
  float: none; }

#main-content .region-content .node-wob-member-profile h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0; }

.node-wob-member-profile--half-widths {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.node-wob-member-profile--half-widths .display-half-width {
  box-sizing: border-box;
  padding: 0 1rem;
  width: 50%; }

.node-wob-member-profile--half-widths .display-half-width:only-child {
  width: 100%; }

.node-wob-member-profile--half-widths .display-half-width:nth-child(2n+1) {
  padding-left: 0; }

.node-wob-member-profile--half-widths .display-half-width:nth-child(2n+2) {
  padding-right: 0; }

#main-content .region-content .node-wob-member-profile .node-wob-member-profile--combined-columns .field-label--span-all {
  margin-bottom: 10px; }

.node-wob-member-profile--teaser > *,
.node-wob-member-profile--full .node-wob-member-profile--header > * {
  margin-left: calc(-86px + -1.5rem); }

#main-content .region-content .node-wob-member-profile .field-name-field-profile-image,
#main-content .region-content .node-wob-member-profile .field-name-field-profile-image ~ *,
.node-wob-member-profile--full .field-name-field-profile-image,
.node-wob-member-profile--full .field-name-field-profile-image ~ * {
  margin-left: 0; }

.node-wob-member-profile--teaser {
  margin-bottom: 2rem;
  padding-left: calc(86px + 1.5rem); }

.node-wob-member-profile--teaser .node-wob-member-profile--link {
  display: block;
  text-decoration: none; }

.node-wob-member-profile--teaser .node-wob-member-profile--link:hover {
  cursor: pointer; }

.node-wob-member-profile--teaser .field-name-field-profile-image img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto; }

#main-content .region-content .node-wob-member-profile--teaser h2 {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500; }

#main-content .node-wob-member-profile--teaser .field-name-field-board-value-proposition .field-label {
  color: #3b3b3b;
  text-transform: uppercase; }

.node-wob-member-profile--teaser .field-name-field-board-value-proposition {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.node-wob-member-profile--teaser .field-name-field-c-level-experience,
.node-wob-member-profile--teaser .field-name-field-industry-experience {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

#main-content .node-wob-member-profile--teaser .field-type-list-text .field-items,
#main-content .node-wob-member-profile--teaser .field-type-taxonomy-term-reference ul,
#main-content .node-wob-member-profile--teaser .field-type-list-text .field-label,
#main-content .node-wob-member-profile--teaser .field-type-taxonomy-term-reference .field-label {
  display: inline; }

#main-content .node-wob-member-profile--teaser .field-type-list-text .field-item,
#main-content .node-wob-member-profile--teaser .field-type-taxonomy-term-reference ul > li {
  background: none;
  display: inline;
  padding-left: 0;
  white-space: nowrap; }

.node-wob-member-profile--teaser .field-type-list-text .field-item::after,
.node-wob-member-profile .field-item--mentor-sponsor-last-name:not(:last-of-type)::after,
.node-wob-member-profile .field-item--mentor-sponsor-title:not(:last-of-type)::after,
#main-content .node-wob-member-profile--teaser .field-type-taxonomy-term-reference .field-item a::after {
  content: ','; }

.node-wob-member-profile--teaser .field-type-list-text .field-item:last-child::after,
#main-content .node-wob-member-profile--teaser .field-type-taxonomy-term-reference .field-item:last-child a::after {
  content: normal; }

.node-wob-member-profile--teaser .field-type-list-text .field-item::after {
  margin-right: 0.25rem; }

.icon--cwob-logo {
  height: auto;
  left: -5px;
  position: relative;
  width: 400px; }

.node-type-wob-member-profile #headline h1 {
  float: none; }

.node-type-wob-member-profile .sub-page-title {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  clear: both;
  color: #0c2afa;
  margin-top: -2rem; }

.node-wob-member-profile--full {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.node-wob-member-profile--full > * {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 3rem;
  width: 100%; }

.node-wob-member-profile--full .field-type-text-long {
  font-size: 14px; }

#main-content .node-wob-member-profile--full .field-type-taxonomy-term-reference .field-item {
  display: inline; }

#main-content .node-wob-member-profile--full .field-type-taxonomy-term-reference .field-item::before {
  content: '|'; }

#main-content .node-wob-member-profile--full .field-type-taxonomy-term-reference .field-item:first-child::before {
  content: normal; }

#main-content .region-content .node-wob-member-profile--full .field-label {
  background: #ddd;
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  padding: 0.75rem 1rem;
  text-transform: uppercase; }

.node-wob-member-profile--full .field-label--discrete {
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 1rem; }

.paragraphs-items-field-additional-board-experienc:first-child .field-label--discrete {
  display: none; }

#main-content .node-wob-member-profile--full .field-label--discrete + .field-items {
  padding-top: 0; }

.node-wob-member-profile--board-sponsor {
  margin-top: 0.5rem; }

.node-wob-member-profile--board-sponsor .field-label-inline {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700; }

.node-wob-member-profile--full .field-items:not(.field-name-field-profile-image) {
  font-size: 14px;
  padding: 10px 1rem; }

.node-wob-member-profile--full .field-name-field-profile-image {
  top: 15px; }

.node-wob-member-profile--full .field-name-field-profile-image .field-items {
  padding: 0; }

.node-wob-member-profile--full .field-name-field-profile-image img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto; }

.node-wob-member-profile--full .field-name-field-corporate-board-experience .field-item,
.node-wob-member-profile--full .field-name-field-additional-board-experienc .field-item,
.node-wob-member-profile--full .field-name-field-education .field-item {
  margin-bottom: 1rem; }

.node-wob-member-profile--full .field-name-field-biography > .field-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }

.node-wob-member-profile--full .field-name-field-biography > .field-items > .field-item {
  box-sizing: border-box;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 1rem;
  width: 50%; }

.paragraphs-item-wob-biography-item {
  border-top: 6px solid #eee; }

.paragraphs-item-wob-biography-item .wob-biography--title {
  margin-top: 10px; }

.paragraphs-item-wob-biography-item .wob-biography--title .wob-biography--years,
.paragraphs-item-wob-biography-item .wob-biography--title .wob-biography--organization {
  display: block; }

.node-wob-member-profile--full .paragraphs-item-wob-biography-item .field-items {
  padding: 10px 0 0; }

.paragraphs-item-wob-biography-item .field-name-field-position .field-item {
  margin-bottom: 10px; }

.node-wob-member-profile--full .paragraphs-item-wob-biography-item .field-label {
  display: none; }

.block-countdown-event {
  margin: 0.5rem 0 1rem;
  text-align: center; }

.block-countdown-event .block-content {
  display: inline-block; }

.block-countdown-event #label_msg,
.block-countdown-event #label_msg a {
  color: #8d734b;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 0.5rem; }

.block-countdown-event #label_msg a {
  text-decoration: none; }

.block-countdown-event .countdownDigitBk {
  display: inline-block;
  min-height: 1rem;
  min-width: 1.125rem; }

.block-countdown-event #clock_holder p {
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0; }

.sharing .addthis_toolbox .addthis_button_linkedin {
  margin: 0 0 2px 4px;
  padding: 0; }

.sharing .addthis_button_twitter span,
.sharing .addthis_button_linkedin span {
  height: 20px !important;
  width: 63px !important;
  border-radius: 2px; }

.sharing .addthis_button_linkedin span {
  width: 60px !important; }

.sharing .addthis_button_linkedin span::after {
  border-left: 1px solid #005170;
  padding: 0 0 0 3px;
  margin-right: 4px; }

.sharing .addthis_button_twitter span svg,
.sharing .addthis_button_linkedin span svg {
  height: 20px !important;
  width: 20px !important; }

.views-exposed-widget .hidden-second-level-list .bef-tree-child {
  display: none; }

.has-fadeout-ellipsis {
  overflow: hidden;
  padding-bottom: 0.375rem;
  position: relative; }

.has-fadeout-ellipsis.expanded {
  height: auto !important; }

.fadeout-ellipsis {
  bottom: 0;
  background: linear-gradient(transparent 0%, #fff 60%);
  cursor: pointer;
  display: block;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1; }

.has-fadeout-ellipsis.expanded .fadeout-ellipsis {
  display: none; }

.view-women-on-board .views-row-odd .fadeout-ellipsis {
  background: linear-gradient(transparent 0%, #F2F2F2 60%); }

.fadeout-ellipsis span {
  font-size: 0.75rem;
  color: #0c2afa;
  display: block;
  font-weight: bold;
  line-height: 0.75rem; }

.page--header {
  padding: 10px;
  position: relative; }
  @media (min-width: 1025px) {
    .page--header {
      padding-left: 0;
      padding-right: 0; } }

.header-top:after {
  content: '';
  display: table;
  clear: both; }

.header-top .social-media {
  margin: 0;
  padding: 0; }
  .header-top .social-media li {
    display: inline-block; }

.header-navigation {
  border-bottom: 1px solid #aaa;
  bottom: 0;
  display: none;
  height: calc(49px + 1px + 62px);
  opacity: 0.9;
  overflow: visible;
  position: absolute;
  right: 0;
  width: 770px;
  z-index: 100; }
  @media (min-width: 1025px) {
    .header-navigation {
      display: block; } }
  @media (min-width: 1025px) {
    .front .header-navigation {
      -ms-flex-align: end;
      align-items: flex-end;
      display: -ms-flexbox;
      display: flex; } }

.header-mobile {
  float: left;
  padding: 12px 0 0 3rem;
  width: 75%; }
  @media (min-width: 450px) {
    .header-mobile:after {
      content: '';
      display: table;
      clear: both; } }
  @media (min-width: 1025px) {
    .header-mobile {
      float: none;
      padding: 0;
      width: auto; } }

@media (min-width: 1025px) {
  .header-right {
    float: right; } }

.logo-primary {
  float: left;
  width: 25%; }
  @media (min-width: 1025px) {
    .logo-primary {
      padding: 0 12px;
      width: auto; } }
  .logo-primary svg {
    height: 50px;
    width: 52px; }
    @media (min-width: 1025px) {
      .logo-primary svg {
        height: 170px;
        width: 176px; } }

.logo-primary__link {
  display: block; }

.header-social-tabs {
  display: none; }
  @media (min-width: 1025px) {
    .header-social-tabs {
      display: block;
      float: left;
      margin-bottom: 0.625rem; } }

.header_search {
  display: none;
  position: relative;
  height: 1.875rem;
  clear: both; }
  @media (min-width: 1025px) {
    .header_search {
      display: block; } }

.header-buttons-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 450px) {
    .header-buttons-mobile {
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (min-width: 1025px) {
    .header-buttons-mobile {
      display: none; } }

.header-user {
  display: none; }
  @media (min-width: 1025px) {
    .header-user {
      display: block;
      float: right;
      margin-bottom: 0.625rem; } }
  .header-user ul {
    margin: 0;
    padding: 0; }
  .header-user li {
    display: inline-block;
    margin-right: 0.5rem; }
    .header-user li.last {
      margin-right: 0; }
    .header-user li a {
      position: relative;
      text-indent: 0;
      text-decoration: none;
      top: 0; }
      .header-user li a.register span {
        background-position: 0 -161px; }
      .header-user li a.sign-in span {
        background-position: 0 -137px; }
      .header-user li a span {
        background-image: url("../images/sprite.png");
        background-repeat: no-repeat;
        display: block;
        float: right;
        height: 10px;
        margin-left: 5px;
        width: 5px; }

.header-buttons-mobile__user {
  float: left;
  display: inline-block;
  position: relative; }
  @media (min-width: 1025px) {
    .header-buttons-mobile__user {
      display: none; } }
  .header-buttons-mobile__user .header-buttons-mobile__user-cog {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 24px;
    width: 24px; }
    @media (min-width: 450px) {
      .header-buttons-mobile__user .header-buttons-mobile__user-cog {
        height: 30px;
        width: 30px; } }
  .header-buttons-mobile__user .cog-fill {
    fill: #0c2afa;
    transition: fill 0.5s ease; }
    .header-buttons-mobile__user .cog-fill:hover {
      fill: #000; }
  .header-buttons-mobile__user .header-buttons-mobile__user-btns {
    background-color: #0c2afa;
    bottom: -110px;
    box-shadow: -2px 4px 8px #000;
    left: -70px;
    opacity: 1;
    padding: 25px 20px 30px;
    position: absolute;
    transition: all 0.8s ease-in-out;
    z-index: 101; }
    .header-buttons-mobile__user .header-buttons-mobile__user-btns.js-closed {
      left: 150px;
      opacity: 0;
      z-index: 501; }
  .header-buttons-mobile__user .user-close {
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px; }
  .header-buttons-mobile__user .user-buttons {
    margin: 0;
    padding: 0; }
    .header-buttons-mobile__user .user-buttons::after {
      background-image: url("../images/svg/arrow_top.svg");
      background-repeat: no-repeat;
      content: '';
      height: 1em;
      position: absolute;
      right: 12px;
      top: -7px;
      width: 1em; }
    .header-buttons-mobile__user .user-buttons li {
      margin-bottom: 10px;
      width: 65px; }
    .header-buttons-mobile__user .user-buttons .last {
      margin-bottom: 0; }
  .header-buttons-mobile__user .user-control {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 1px;
    text-decoration: none; }

.header-buttons-mobile__search {
  display: inline-block;
  float: left;
  padding-right: 0; }
  @media (min-width: 350px) {
    .header-buttons-mobile__search {
      padding-right: 3rem; } }
  .header-buttons-mobile__search .search-glass {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 24px;
    width: 24px; }
    @media (min-width: 450px) {
      .header-buttons-mobile__search .search-glass {
        height: 30px;
        width: 30px; } }
  .header-buttons-mobile__search .search-fill {
    fill: #0c2afa;
    transition: fill 0.8s ease; }
    .header-buttons-mobile__search .search-fill:hover {
      fill: #000; }

.header-buttons-mobile__search-display {
  background: #0c2afa;
  box-shadow: -0.125rem 0.25rem 0.5rem #000;
  left: 0;
  padding: 1rem 3.75rem 1rem 1.875rem;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 502; }
  .header-buttons-mobile__search-display.js-closed {
    top: -6.25rem; }
  .header-buttons-mobile__search-display .close-cross {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 27px;
    width: 30px; }
  .header-buttons-mobile__search-display .header_search {
    display: block; }
    header #right .header-buttons-mobile__search-display .header_search {
      height: auto; }
    .header-buttons-mobile__search-display .header_search .container-inline,
    .header-buttons-mobile__search-display .header_search .container-inline div {
      display: block;
      margin: 0; }
    .header-buttons-mobile__search-display .header_search .form-text {
      border: 0;
      box-sizing: border-box;
      font-size: 1rem;
      height: 50px;
      padding: 0 3rem 0 0;
      text-indent: 1.5rem;
      width: 100%; }

.header-buttons-mobile__navigation {
  display: inline-block;
  float: left;
  padding-right: 0; }
  @media (min-width: 350px) {
    .header-buttons-mobile__navigation {
      padding-right: 3rem; } }

.header-buttons-mobile__navigation-toggle {
  cursor: pointer;
  fill: #0c2afa;
  transition: fill 0.8s ease;
  height: 22px;
  width: 24px; }
  @media (min-width: 450px) {
    .header-buttons-mobile__navigation-toggle {
      height: 27px;
      width: 30px; } }
  .header-buttons-mobile__navigation-toggle:hover {
    fill: #000; }

.header-navigation__mobile-menu {
  background: #0c2afa;
  box-shadow: -2px 4px 8px #000;
  left: 0;
  position: absolute;
  -ms-transform: translate(0%);
  transform: translate(0%);
  transition: transform 0.8s ease-in-out;
  top: 0;
  width: 100%;
  z-index: 502; }
  .header-navigation__mobile-menu.js-closed {
    -ms-transform: translate(-100%);
    transform: translate(-100%); }
  .header-navigation__mobile-menu .menu-close {
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    z-index: 10; }
    .header-navigation__mobile-menu .menu-close .st0 {
      fill: #fff;
      transition: fill 0.8s ease; }
      .header-navigation__mobile-menu .menu-close .st0:hover {
        fill: #0c2afa; }
  .header-navigation__mobile-menu ul,
  .header-navigation__mobile-menu ul li {
    list-style: none;
    margin: 0; }
  .header-navigation__mobile-menu ul ul {
    display: none; }
  .header-navigation__mobile-menu li {
    background-color: #0c2afa;
    border-bottom: 1px solid #acb9fe;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative; }
    .header-navigation__mobile-menu li.last {
      border-bottom: 3px solid #000; }
    .header-navigation__mobile-menu li li {
      background-color: #acb9fe;
      border-bottom: 0;
      border-top: 1px solid #0c2afa; }
      .header-navigation__mobile-menu li li a {
        color: #000; }
      .header-navigation__mobile-menu li li li {
        background-color: #808284;
        border-top: 1px solid #c7c8c9; }
        .header-navigation__mobile-menu li li li li {
          background-color: #c7c8c9;
          border-top: 1px solid #808284; }
  .header-navigation__mobile-menu .menuTrigger {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 36px; }
    .header-navigation__mobile-menu .menuTrigger.open::before {
      background-image: url("../images/svg/minus.svg"); }
    .header-navigation__mobile-menu .menuTrigger::before {
      content: '';
      background-color: #acb9fe;
      background-image: url("../images/svg/plus.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px;
      border-radius: 100%;
      box-shadow: inset 0 0 2px 0 #000;
      display: -ms-flexbox;
      display: flex;
      height: 22px;
      width: 22px; }
  .header-navigation__mobile-menu a {
    color: #fff;
    display: block;
    padding: 1rem 1rem 1rem 2.25rem;
    text-decoration: none;
    width: 100%; }
    .header-navigation__mobile-menu a.active {
      color: #fff; }
  .header-navigation__mobile-menu div.contextual-links-wrapper {
    top: 2.4rem; }

.region-header-menu {
  display: none; }
  .header-navigation__mobile-menu-sub .region-header-menu {
    display: block; }
  @media (min-width: 1025px) {
    .region-header-menu {
      display: block;
      float: left; } }

#main-nav {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; }
  #main-nav .block-menu-block,
  #main-nav .menu-wrapper,
  #main-nav .menu-block-wrapper {
    width: 100%; }
  #main-nav .menu {
    display: -ms-flexbox;
    display: flex; }
    #main-nav .menu li {
      border-right: 1px solid #eee;
      -ms-flex: 1;
      flex: 1;
      list-style: none;
      margin: 0;
      padding: 0; }
      #main-nav .menu li.last {
        border-right: 0; }
  #main-nav .menu-name-main-menu > .menu > li > a {
    background: #fff;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 62px;
    line-height: 16px;
    padding: 10px 8px 8px;
    text-decoration: none;
    width: 100%; }
  #main-nav .menu > li > a:hover {
    background: #808284;
    color: #fff; }
  #main-nav .menu > li.active > a,
  #main-nav .menu > li.active-trail > a {
    background: #c7c8c9; }
  #main-nav .menu > li.active > a:hover,
  #main-nav .menu > li.active-trail > a:hover {
    background: #808284;
    color: #fff; }
  #main-nav .menu .menu > li.active-trail > a {
    color: #fff; }
  #main-nav .menu .menu > li > a:hover {
    color: #fff; }
  #main-nav .menu .menu {
    background: #c7c8c9;
    display: none;
    height: 49px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  #main-nav .menu li:hover .menu {
    z-index: 20; }
  #main-nav .menu .active-trail .menu,
  #main-nav .menu .active .menu {
    display: -ms-flexbox;
    display: flex;
    z-index: 10; }
  #main-nav .menu .menu li {
    border: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  #main-nav .menu .menu li > a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding: 0.5rem;
    text-decoration: none; }
  #main-nav .menu .menu li.last > a {
    border-bottom: 0; }
  #main-nav .menu .menu .menu {
    display: none !important; }

.block-menu-menu-seconday-header .menu {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .block-menu-menu-seconday-header .menu {
      background-color: #f93e42; } }
  .block-menu-menu-seconday-header .menu li {
    background-color: transparent;
    border-bottom: 0;
    list-style: none; }
    @media (max-width: 1024px) {
      .block-menu-menu-seconday-header .menu li {
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #fc9191;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1; } }
    .block-menu-menu-seconday-header .menu li.first {
      margin-left: 0; }
    .block-menu-menu-seconday-header .menu li.last {
      border-bottom: 0; }
      @media (max-width: 1024px) {
        .block-menu-menu-seconday-header .menu li.last {
          border-right: 1px solid #fc9191; } }
  .block-menu-menu-seconday-header .menu a {
    color: #848484;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none; }
    @media (max-width: 1024px) {
      .block-menu-menu-seconday-header .menu a {
        color: #fff;
        line-height: 1.25;
        padding: 20px;
        text-align: center; } }

.page__footer {
  margin: 0 auto; }
  .page__footer .menu-name-main-menu {
    display: block; }
    .page__footer .menu-name-main-menu ul.menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
  @media (min-width: 600px) {
    .page__footer .content-right {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 760px) {
    .page__footer .content-right {
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (min-width: 960px) {
    .page__footer .content-right {
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .page__footer .support,
  .page__footer .get-newsletter {
    display: block;
    margin: 1rem auto 0;
    max-width: 200px;
    text-align: center;
    width: 100%; }
    @media (min-width: 600px) {
      .page__footer .support,
      .page__footer .get-newsletter {
        margin: 0 0.25rem;
        width: auto; } }
    @media (min-width: 760px) and (max-width: 959px) {
      .page__footer .support.btn.ltblue,
      .page__footer .get-newsletter.btn.ltblue {
        padding-left: 20px;
        padding-right: 20px; } }

.footer-top {
  background: #808284;
  border-bottom: 1px solid #eee;
  padding: 0.75rem 1rem; }
  @media (min-width: 760px) {
    .footer-top {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.logo-footer {
  max-height: 46px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center; }
  @media (min-width: 760px) {
    .logo-footer {
      -ms-flex: 0 1 200px;
      flex: 0 1 200px;
      margin: 0; } }

#footer-bottom {
  background: #c7c8c9;
  clear: both;
  color: #000;
  font-size: 11px;
  padding: 1rem 1.25rem; }
  #footer-bottom .boxes-box-content ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 1025px) {
      #footer-bottom .boxes-box-content ul {
        text-align: right; } }
  #footer-bottom .boxes-box-content li {
    margin-bottom: 0.25rem; }
    @media (min-width: 350px) {
      #footer-bottom .boxes-box-content li {
        border-right: 1px solid #000;
        display: inline-block;
        margin-right: 0.5rem;
        padding-right: 0.5rem; } }
    @media (max-width: 499px) {
      #footer-bottom .boxes-box-content li:first-child {
        border: 0;
        display: block;
        margin: 0 0 0.375rem;
        padding: 0; } }
    #footer-bottom .boxes-box-content li:last-child {
      border: 0;
      margin: 0;
      padding: 0; }
      @media (min-width: 350px) and (max-width: 499px) {
        #footer-bottom .boxes-box-content li:last-child {
          display: block; } }
    @media (min-width: 350px) and (max-width: 499px) {
      #footer-bottom .boxes-box-content li:nth-last-child(2) {
        border: 0;
        margin: 0;
        padding: 0; } }
    #footer-bottom .boxes-box-content li a {
      color: #000;
      text-decoration: none; }

a.msds {
  color: #fff !important; }
  #footer-bottom .boxes-box-content li a.msds {
    background: url("../images/msds_credit_logo_sprite.png") no-repeat;
    display: inline-block;
    height: 13px;
    margin-left: 3px;
    margin-top: -1px;
    text-indent: -9999px;
    width: 43px; }
    #footer-bottom .boxes-box-content li a.msds:hover {
      background-position: 0 -30px; }

#footer-top .block-webform {
  background: #003a50;
  display: none;
  position: relative;
  clear: both; }

#footer-top .block-webform .block-inner {
  padding: 30px 60px 28px; }

#footer-top .block-webform h2 {
  font-size: 16px;
  color: #fff;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin: 6px 15px 0 0;
  float: left; }

#footer-top .block-webform .block-content {
  float: left; }

#footer-top .block-webform .block-content .form-item {
  float: left;
  margin: 0;
  margin-right: 10px; }

#footer-top .block-webform .block-content .form-item input {
  height: 28px;
  border: 1px solid #a4c2ce;
  box-shadow: inset 0 0 4px 2px #73a7be;
  padding: 0 30px 0 12px;
  font-size: 12px;
  color: #003a50;
  background: #b0ced9;
  line-height: 28px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300; }

#footer-top .block-webform .block-content .form-item input.form-text {
  width: 138px; }

#footer-top .block-webform .block-content .form-item input.form-email {
  width: 180px; }

#footer-top .block-webform .block-content .form-actions {
  float: left;
  margin: 0;
  margin-left: 10px; }

#footer-top .block-webform .block-content .form-actions input {
  background: #d9eef5;
  border-color: #01719e;
  box-shadow: 0 0 0 0 transparent;
  color: #074A66;
  padding: 5px 18px;
  top: 0; }

#footer-nav {
  background: #c7c8c9;
  font-size: 12px;
  padding: 2rem 1rem; }

#footer-nav ul li {
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
  width: 106px; }

#footer-nav ul li.last {
  margin-right: 0; }

#footer-nav ul li a {
  color: #000;
  line-height: 14px;
  text-decoration: none; }

#footer-nav .menu-block-wrapper > ul > li > a {
  display: block;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 10px;
  min-height: 2.5em;
  text-decoration: none; }

#footer-nav ul ul li a {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  text-decoration: none; }

#footer-nav ul ul > li {
  margin: 0 0 8px; }

#footer-nav ul ul > li.last {
  margin-bottom: 0; }

.footer-nav {
  display: none; }
  @media (min-width: 1025px) {
    .footer-nav {
      display: block; } }

.form-item.form-type-checkboxes, .form-item.form-type-checkbox {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex; }
  .form-item.form-type-checkboxes label, .form-item.form-type-checkbox label {
    line-height: 1.25rem; }
  .form-item.form-type-checkboxes input, .form-item.form-type-checkbox input {
    margin-right: 0.5rem;
    margin-top: 3px; }

.form-item.form-item-field-regions-nid .bef-checkboxes {
  column-count: 2; }

.form-item label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  width: 200px; }
  @media (max-width: 599px) {
    .form-item label {
      width: 100%; } }

.form-item .description {
  color: #3b3b3b;
  font-size: 12px;
  line-height: 15px;
  margin-top: 1px; }

.webform-client-form input[type='text'],
.webform-client-form input[type='text'],
.webform-client-form input[type='password'],
.form-type-textfield input[type='text'],
.form-type-textfield input[type='text'],
.form-type-textfield input[type='password'],
.form-type-password input[type='text'],
.form-type-password input[type='text'],
.form-type-password input[type='password'] {
  border: 1px solid #ddd;
  box-shadow: inset 0 0 2px 2px #eee;
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  padding: 0 0.5rem;
  width: 284px; }
  @media (max-width: 599px) {
    .webform-client-form input[type='text'],
    .webform-client-form input[type='text'],
    .webform-client-form input[type='password'],
    .form-type-textfield input[type='text'],
    .form-type-textfield input[type='text'],
    .form-type-textfield input[type='password'],
    .form-type-password input[type='text'],
    .form-type-password input[type='text'],
    .form-type-password input[type='password'] {
      width: 100%; } }

html.js fieldset.collapsible > legend, html.js
fieldset.collapsible .fieldset-legend {
  background: none;
  padding-left: 0; }

fieldset fieldset .fieldset-legend {
  border-bottom: 0; }

fieldset .fieldset-legend {
  border-bottom: 2px solid #666;
  color: #3b3b3b;
  font-weight: 500; }
  fieldset .fieldset-legend a {
    color: #3b3b3b;
    cursor: text;
    text-decoration: none; }

#user_user_form_group_bio .filter-wrapper {
  border-top: 0;
  margin: 0;
  padding: 10px 0 0; }

.text-format-wrapper .filter-wrapper {
  border-top: 0;
  margin: 0.5rem 0;
  padding: 0; }
  .text-format-wrapper .filter-wrapper .form-item {
    float: none;
    margin: 0;
    padding: 0; }

.field-name-field-profile-cnews-opt-in label {
  line-height: 1.2; }

.field-name-field-show-in-directory .form-item label {
  line-height: 1.2; }

.field-name-field-show-in-directory .selector {
  margin-left: -2px;
  width: 100%; }
  @media (min-width: 600px) {
    .field-name-field-show-in-directory .selector {
      margin-top: -24px;
      width: 286px; } }
  .field-name-field-show-in-directory .selector span {
    white-space: initial;
    width: auto; }

.form-item-field-describe-your-role-und.form-type-checkboxes label {
  -ms-flex: 1;
  flex: 1; }
  @media (max-width: 599px) {
    .form-item-field-describe-your-role-und.form-type-checkboxes label {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

.form-item-field-describe-your-role-und.form-type-checkboxes .form-checkboxes {
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  padding-left: 1rem; }
  @media (max-width: 599px) {
    .form-item-field-describe-your-role-und.form-type-checkboxes .form-checkboxes {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }
  @media (max-width: 599px) {
    .form-item-field-describe-your-role-und.form-type-checkboxes .form-checkboxes {
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }

.field-name-field-agree-to-terms .form-item label {
  width: auto; }

.form-radios label {
  font-size: 12px;
  margin-left: 5px; }

#user-register-form .field-group-fieldset legend {
  display: none; }

#user-register-form #user_user_form_group_contact_info .form-item {
  margin-top: 0; }

#edit-field-topics .form-item label,
.field-name-field-over-18 label,
.field-name-field-profile-cnews-opt-in label {
  width: 96%; }

#user_user_form_group_bio .tips {
  font-size: 12px;
  line-height: 15px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500; }

#user_user_form_group_bio .filter-help {
  float: right;
  font-size: 12px;
  padding: 0 1.5em 0.5em; }

#edit-field-linkedin-profile input.form-autocomplete {
  background: none; }

.link-field-subrow {
  display: inline-block; }

.link-field-subrow .form-item,
.form-actions {
  margin: 0; }

.link-field-url,
.link-field-url .form-item {
  display: inline;
  margin: 0; }

@media (max-width: 1024px) {
  form .description {
    font-size: 0.8em; } }

.selector {
  background-image: url("../images/form-select-sprite.png");
  background-position: -483px -132px;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  max-width: 500px;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
  vertical-align: middle;
  width: 200px; }
  @media (max-width: 350px) {
    .selector {
      width: 100%; } }
  .selector:active, .selector.active {
    background-position: -483px -132px; }
    .selector:active span, .selector.active span {
      background-position: right -2px; }
  .selector.focus, .selector.hover, .selector:hover {
    background-position: -483px -167px; }
    .selector.focus span, .selector.hover span, .selector:hover span {
      background-position: right -38px; }
  .selector.focus:active, .selector.focus.active, .selector:hover:active, .selector.active:hover {
    background-position: -483px -167px; }
    .selector.focus:active span, .selector.focus.active span, .selector:hover:active span, .selector.active:hover span {
      background-position: right -38px; }
  .selector.disabled {
    background-position: -483px -234px;
    color: #ccc; }
    .selector.disabled span {
      background-position: right -104px; }
  .webform-container-inline .selector {
    display: inline-block; }
  @media (max-width: 1024px) {
    .page-knowledge-by-the-numbers .selector {
      margin-bottom: 0; } }
  .selector span {
    background-image: url("../images/form-select-sprite.png");
    background-position: right -2px;
    background-repeat: no-repeat;
    color: #666;
    cursor: pointer;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 25px 0 2px;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
    width: 165px; }
    @media (max-width: 350px) {
      .selector span {
        width: 100%; } }
  .selector select {
    border: 0;
    font-weight: 400;
    font-size: 12px;
    height: 25px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    background: none; }
    .selector select:focus {
      outline: 0; }
  .selector option {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px; }

.search-box.more {
  border-top: 1px solid #ddd;
  box-shadow: inset 0 1px 0 0 #fff;
  display: none;
  height: auto;
  width: 100%; }
  .search-box.more.open {
    display: block; }
  .search-box.more span {
    margin-bottom: 7px; }
  .search-box.more select {
    color: #000;
    cursor: pointer;
    height: 25px;
    margin-right: 35px;
    padding: 3px 0 0 5px;
    width: 200px; }
  .search-box.more input[type='submit'] {
    color: #fff;
    text-indent: -99999px; }
  .search-box.more .btn {
    float: right;
    font-size: 13px;
    font-weight: 700; }
    .search-box.more .btn[type='submit'] {
      text-indent: 0 !important; }
  .search-box.more .left {
    float: left; }
  .search-box.more .right {
    float: right; }

.search-box.top {
  position: relative; }
  .search-box.top + div {
    border-top: 1px solid #ddd;
    box-shadow: inset 0 1px 0 0 #fff; }

.search-box.large {
  height: auto;
  padding-bottom: 15px; }

.search-box .searchHeadline {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

.search-box .searchField {
  position: relative; }
  .search-box .searchField .form-type-textfield {
    display: block; }
    .search-box .searchField .form-type-textfield:not(:only-of-type) {
      margin-bottom: 1rem; }
  .search-box .searchField .searchSubmit {
    top: 10px;
    -ms-transform: none;
    transform: none; }

#search-form .search-box.more,
#member-listing-search .search-box.more {
  border-top: 0;
  display: block; }

#blog-search .search-box.more {
  display: block; }
  #blog-search .search-box.more .wrap {
    padding-bottom: calc(25px - 1rem); }
  #blog-search .search-box.more .form-type-date-popup {
    margin-left: 2px; }
  #blog-search .search-box.more .form-submit {
    margin: 0 0 1rem; }

#blog-search .searchField .form-type-textfield:not(:only-of-type) {
  margin-bottom: 0; }

#blog-search .search-options {
  display: none; }

.search-box.more .d1,
.search-box.more .d2,
#searchExtra .d1,
#searchExtra .d2 {
  color: #3b3b3b;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 26px;
  box-shadow: inset 0 0 5px 2px #eee;
  padding: 1px 10px 0 25px;
  background: #fff;
  background: url("../images/calendar-icon.png") 5px 5px no-repeat #fff;
  margin-right: 5px;
  width: 102px;
  line-height: 22px; }

.search-box.more span.filterBy,
#searchExtra span.filterBy {
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 700;
  display: block; }

.search-box.more span.filterDate,
#searchExtra span.filterDate {
  color: #555;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 10px; }

.search-box.more span.filterDate2,
#searchExtra span.filterDate2 {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 10px;
  display: block; }

.searchSubmit.form-submit {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20250.313%20250.313%22%3E%0A%20%20%3Cpath%20fill%3D%22%23b1b1b1%22%20fill-rule%3D%22evenodd%22%20d%3D%22M244.186%20214.604l-54.38-54.378c-.288-.29-.627-.49-.93-.76%2010.7-16.23%2016.946-35.66%2016.946-56.554C205.822%2046.075%20159.747%200%20102.912%200S0%2046.075%200%20102.91c0%2056.836%2046.074%20102.912%20102.91%20102.912%2020.895%200%2040.323-6.245%2056.554-16.945.27.3.47.64.76.93l54.38%2054.38c8.168%208.167%2021.412%208.167%2029.582%200%208.168-8.17%208.168-21.414%200-29.583zM102.91%20170.146c-37.133%200-67.235-30.102-67.235-67.235%200-37.133%2030.103-67.235%2067.236-67.235s67.236%2030.103%2067.236%2067.236c0%2037.134-30.103%2067.236-67.235%2067.236z%22%20clip-rule%3D%22evenodd%22/%3E%0A%3C/svg%3E") no-repeat center center transparent;
  background-size: 14px;
  border: 0;
  color: transparent;
  height: 14px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: -99999px;
  width: 16px; }
  .searchSubmit.form-submit:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20250.313%20250.313%22%3E%0A%20%20%3Cpath%20fill%3D%22%23003F59%22%20fill-rule%3D%22evenodd%22%20d%3D%22M244.186%20214.604l-54.38-54.378c-.288-.29-.627-.49-.93-.76%2010.7-16.23%2016.946-35.66%2016.946-56.554C205.822%2046.075%20159.747%200%20102.912%200S0%2046.075%200%20102.91c0%2056.836%2046.074%20102.912%20102.91%20102.912%2020.895%200%2040.323-6.245%2056.554-16.945.27.3.47.64.76.93l54.38%2054.38c8.168%208.167%2021.412%208.167%2029.582%200%208.168-8.17%208.168-21.414%200-29.583zM102.91%20170.146c-37.133%200-67.235-30.102-67.235-67.235%200-37.133%2030.103-67.235%2067.236-67.235s67.236%2030.103%2067.236%2067.236c0%2037.134-30.103%2067.236-67.235%2067.236z%22%20clip-rule%3D%22evenodd%22/%3E%0A%3C/svg%3E"); }

form.search {
  background-color: #F2F2F2;
  border: 1px solid #fff;
  box-shadow: 0 0 2px 2px #e4e4e4;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%; }
  form.search .ms {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: inset 0 0 2px 2px #eee;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    width: 100%; }
  form.search .form-item,
  form.search .container-inline-date,
  form.search .container-inline-date .date-padding {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: baseline; }
  @media (max-width: 350px) {
    form.search .form-item {
      display: block; } }
  form.search .search-filters > .form-item,
  form.search .search-filters > .container-inline-date {
    margin-bottom: 1rem; }
  form.search .container-inline-date {
    margin-bottom: 0.5rem; }
    form.search .container-inline-date .description {
      display: none; }

#searchExtra .wrap {
  padding: 1rem; }
  @media (min-width: 1025px) {
    #searchExtra .wrap {
      padding-right: 25px;
      padding-left: 25px; } }
  #searchExtra .wrap > * {
    margin-bottom: 0.5rem; }

#searchExtra .selector {
  margin: 0; }

#searchExtra span {
  display: inline-block;
  margin-right: 40px;
  position: relative; }

#searchExtra select {
  display: inline;
  font-weight: 500;
  height: 25px;
  margin-right: 15px;
  padding-top: 2px; }

#searchExtra .searchFilterSubmit {
  float: right; }

#searchExtra #edit-field-topics-tid {
  width: 220px; }

form.search .container-inline-date .form-item .form-item {
  float: none; }

form.header_search .s {
  height: 28px;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 2px 2px #eee;
  padding: 0 10px;
  font-size: 12px;
  width: 344px;
  line-height: 28px;
  color: #554741;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500; }

#search-form .form-item {
  float: left;
  width: 84%; }

form.search > .form-submit {
  right: 22px;
  top: 24px; }

form.search .views-exposed-widgets {
  margin-bottom: 0; }

form.search .views-exposed-widgets .views-exposed-widget {
  float: none;
  padding: 0; }

form.search #edit-field-profile-last-name-value-wrapper {
  display: none; }

form.search .views-exposed-widgets .form-submit {
  margin: 0; }

#searchLetters {
  position: relative; }

.view-user-search #searchLetters {
  border-top: 1px solid #ddd; }

.panel-pane .view form .wrap {
  padding: 19px 18px 18px;
  overflow: hidden; }

.search-filters .row {
  margin-bottom: 20px;
  font-size: 13px;
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }

.search-filters > .row {
  margin-top: 19px; }

.search-filters .row p {
  font-size: 13px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  color: #3b3b3b;
  margin-bottom: 10px; }

.search-filters .row input[type='checkbox'] {
  margin-bottom: 12px;
  margin-right: 7px;
  background: #0ff;
  border: 0; }

.search-filters .row label {
  position: relative;
  top: 1px; }

.search-filters .form-type-checkbox,
.search-filters .bef-checkboxes .form-type-bef-checkbox {
  display: inline-block; }

.search-filters .form-type-checkbox input[type='checkbox'],
.search-filters .bef-checkboxes .form-type-bef-checkbox input[type='checkbox'] {
  margin-right: 4px; }

.search-filters .form-type-checkbox input[type='checkbox']:checked,
.search-filters .bef-checkboxes .form-type-bef-checkbox input[type='checkbox']:checked {
  margin-right: 8px; }

.search-filters:not(#foo) .form-type-checkbox input[type='checkbox'],
.search-filters .bef-checkboxes .form-type-bef-checkbox input[type='checkbox'] {
  opacity: 0;
  width: 18px;
  position: absolute;
  cursor: pointer; }

.search-filters:not(#foo) .form-type-checkbox input[type='checkbox'] + label,
.search-filters .bef-checkboxes .form-type-bef-checkbox input[type='checkbox'] + label {
  background: url("../images/off.png") left center no-repeat;
  cursor: pointer;
  clear: none;
  line-height: 14px;
  margin: 0;
  padding: 6px 20px 4px;
  width: auto; }

.search-filters:not(#foo) .form-type-checkbox input[type='checkbox']:checked + label,
.search-filters .bef-checkboxes .form-type-bef-checkbox input[type='checkbox']:checked + label {
  background-image: url("../images/check.png"); }

.search-filters .form-type-checkbox label,
.search-filters .bef-checkboxes .form-type-bef-checkbox label {
  color: #3b3b3b;
  font-size: 12px;
  font-weight: normal; }

.search-filters .checkboxes .top {
  margin-bottom: 0.5rem; }
  .search-filters .checkboxes .top p {
    font-size: 13px;
    font-weight: 700; }
  .search-filters .checkboxes .top a {
    float: right;
    cursor: pointer; }
    .search-filters .checkboxes .top a.more {
      background: url("../images/sprite.png") 0 -1473px no-repeat;
      width: 14px;
      height: 14px;
      display: block; }
    .search-filters .checkboxes .top a.less {
      background: url("../images/sprite.png") 0 -1453px no-repeat;
      width: 14px;
      height: 14px;
      display: block; }

.search-filters .checkboxes .form-checkboxes {
  margin-bottom: 1.5rem; }

.search-filters .author .form-type-textfield {
  display: inline-block; }

.search-filters .author .ms {
  margin-bottom: 0; }

.search-filters .author .searchSubmit {
  display: none; }

.search-filters .checkboxes .last .form-checkboxes {
  margin-bottom: 0; }

.search-filters .checkboxes .series {
  margin-top: -20px; }

.search-filters .row div {
  float: left;
  width: 208px;
  margin-right: 8px; }

.search-filters .row div.last {
  float: left;
  margin-right: 0; }

#views-exposed-form-taxonomy-listing-panel-pane-1,
#views-exposed-form-catalyst-in-the-news-panel-pane-1 {
  background-color: #F2F2F2;
  border: 1px solid #fff;
  box-shadow: 0 0 2px 2px #e4e4e4;
  font-size: 12px;
  padding: 1rem; }

#views-exposed-form-member-listing-page .search-box,
#views-exposed-form-taxonomy-listing-panel-pane-1 .search-box {
  float: left;
  width: auto; }

#views-exposed-form-member-listing-page .views-exposed-widgets,
#views-exposed-form-taxonomy-listing-panel-pane-1 .views-exposed-widgets {
  margin-bottom: 0; }

#views-exposed-form-member-listing-page .search-box select,
#views-exposed-form-member-listing-page div.selector,
#views-exposed-form-member-listing-page .search-box select,
#views-exposed-form-member-listing-page div.selector,
#views-exposed-form-taxonomy-listing-panel-pane-1 .search-box select,
#views-exposed-form-taxonomy-listing-panel-pane-1 div.selector,
#views-exposed-form-taxonomy-listing-panel-pane-1 .search-box select,
#views-exposed-form-taxonomy-listing-panel-pane-1 div.selector {
  width: 165px; }

#views-exposed-form-member-listing-page div.selector span,
#views-exposed-form-taxonomy-listing-panel-pane-1 div.selector span {
  width: 140px; }

#views-exposed-form-member-listing-page .wrap,
#views-exposed-form-taxonomy-listing-panel-pane-1 .wrap {
  padding-right: 0; }

#views-exposed-form-member-listing-page .form-submit {
  float: right;
  margin: 25px 25px 25px 0; }

#views-exposed-form-taxonomy-listing-panel-pane-1 {
  padding: 1rem; }
  @media (min-width: 1025px) {
    #views-exposed-form-taxonomy-listing-panel-pane-1 {
      padding: 1.5rem; } }
  #views-exposed-form-taxonomy-listing-panel-pane-1 .form-submit {
    float: right;
    margin: 0; }
  #views-exposed-form-taxonomy-listing-panel-pane-1 .views-widget {
    margin-right: 13px; }

.search-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .search-options > *:not(:last-child) {
    padding-right: 0.5rem; }
  .search-options a {
    color: #3b3b3b;
    cursor: pointer;
    text-decoration: none; }
  .search-options .titleOnly {
    position: relative;
    top: -3px; }
    .search-options .titleOnly .form-type-checkbox {
      white-space: nowrap; }
    .search-options .titleOnly label {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      position: relative;
      top: 3px;
      width: auto; }
    .search-options .titleOnly input {
      margin-right: 4px;
      margin-top: 4px; }
  .search-options .hide {
    display: none; }

#views-exposed-form-media-release-search-panel-pane-1 .selector span {
  color: #3b3b3b;
  text-shadow: 0 1px 0 #fff;
  width: 192px; }

#views-exposed-form-media-release-search-panel-pane-1 #searchExtra .wrap:after {
  content: '';
  display: table;
  clear: both; }

#views-exposed-form-media-release-search-panel-pane-1 .form-item-field-regions-nid {
  margin-right: 35px; }
  @media (max-width: 499px) {
    #views-exposed-form-media-release-search-panel-pane-1 .form-item-field-regions-nid {
      display: block;
      margin-right: 0; } }

.captcha {
  margin: 1rem 0; }
  .captcha legend {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    width: 200px; }
    @media (max-width: 599px) {
      .captcha legend {
        width: 100%; } }
  .captcha .fieldset-description {
    margin-bottom: 0.5rem; }
  .captcha .g-recaptcha * {
    max-width: 100%;
    width: 100% !important; }

.feature_expert {
  border-bottom: 7px solid #eee;
  color: #3b3b3b;
  margin-bottom: 22px;
  padding-bottom: 22px;
  width: 100%; }
  .feature_expert.listing .list-head {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem; }
  .feature_expert.listing .type {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: auto; }
  .feature_expert .list-head h1,
  .feature_expert .list-head h3 {
    color: #0c2afa;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 50px;
    margin-right: 10px; }
  @media (max-width: 1024px) {
    .feature_expert .list-head h3 {
      font-size: 32px;
      line-height: 35px; } }
  .feature_expert .type:empty {
    display: none; }
  .feature_expert .image {
    clear: both;
    float: left; }
    @media (max-width: 1024px) {
      .feature_expert .image {
        margin-right: 10px; } }
    .feature_expert .image + .info {
      padding-left: 100px; }
  .feature_expert .info {
    margin-top: -2px;
    width: 100%; }
  .feature_expert .social-media {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 12px; }
    .feature_expert .social-media > ul > li {
      border-right: 0;
      margin-right: 8px;
      padding-right: 0; }
  .feature_expert .position,
  .feature_expert .oganization {
    font-size: 17px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 22px; }
  .feature_expert .oganization {
    margin-bottom: 0; }
  .feature_expert .address {
    font-size: 14px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 0.5rem; }
    @media (max-width: 1024px) {
      .feature_expert .address {
        line-height: 20px; } }
  .feature_expert .phone {
    border-right: 2px solid #aaa;
    float: left;
    font-size: 14px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 8px;
    padding-right: 8px; }
  .feature_expert .email {
    float: left;
    margin-bottom: 0; }
    .feature_expert .email a {
      color: #0c2afa;
      font-size: 14px;
      font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      text-decoration: none; }
  .feature_expert .contact {
    display: block;
    margin-bottom: 1rem; }

.node-user-profile .feature_expert {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.node-user-profile .article-content {
  border-top: 7px solid #eee;
  margin-top: 22px;
  padding-top: 22px; }

.user-account .listing ul li.even,
.user-account .listing ul li.views-row-even {
  background: #fff; }

.form-type-password-confirm {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .form-type-password-confirm .confirm-parent,
  .form-type-password-confirm .password-parent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .form-type-password-confirm div.password-confirm,
  .form-type-password-confirm .password-strength {
    float: none;
    margin: 0.5rem 0 0.5rem 200px;
    -ms-flex-order: 1;
    order: 1;
    width: 284px; }
    @media (max-width: 599px) {
      .form-type-password-confirm div.password-confirm,
      .form-type-password-confirm .password-strength {
        margin-left: 0;
        width: 100%; } }
  .form-type-password-confirm div.password-suggestions.description,
  .form-type-password-confirm .description {
    margin-left: 200px;
    width: 284px; }
    @media (max-width: 599px) {
      .form-type-password-confirm div.password-suggestions.description,
      .form-type-password-confirm .description {
        margin-left: 0;
        width: 100%; } }

.mediablock:after {
  content: '';
  display: table;
  clear: both; }

.mediablock__img {
  float: left;
  margin-right: 15px;
  display: block; }
  .mediablock--reversed .mediablock__img {
    float: right;
    margin-right: 0;
    margin-left: 15px; }
  .mediablock__img img {
    display: block; }

.mediablock__body:after {
  content: '';
  display: table;
  clear: both; }

.mediablock--tight .mediablock__body {
  overflow: hidden; }

.sharing .social-share-btns {
  height: auto;
  left: 0;
  position: absolute;
  top: 18px;
  visibility: hidden;
  width: auto;
  z-index: 20; }
  .sharing .social-share-btns.active {
    opacity: 1;
    visibility: visible; }
    .sharing .social-share-btns.active a.at300b iframe {
      visibility: visible !important; }

.sharing .arrow {
  background: url("../images/social_arrow.png") no-repeat;
  content: '';
  display: block;
  height: 14px;
  margin-bottom: -1px;
  position: relative;
  width: 28px;
  z-index: 1;
  top: -1px;
  left: 22px; }

.sharing .social-btns {
  background-color: #F2F2F2;
  border-radius: 7px;
  box-shadow: 0 1px 3px 0 #666;
  margin-left: -100px;
  padding: 10px 10px 7px;
  position: absolute;
  white-space: nowrap;
  z-index: 0; }
  @media (max-width: 759px) {
    .sharing .social-btns {
      margin-left: 0;
      padding: 0.5rem 0.5rem calc(0.5rem - 4px);
      -ms-transform: translate(-75%);
      transform: translate(-75%); } }

.sharing .addthis_toolbox {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 449px) {
    .sharing .addthis_toolbox {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 230px; } }
  .sharing .addthis_toolbox a.at300b {
    float: none;
    height: 20px;
    margin: 0 4px 4px; }
    .sharing .addthis_toolbox a.at300b:first-child {
      margin-left: 0; }
    .sharing .addthis_toolbox a.at300b:last-child {
      margin-right: 0; }
    .sharing .addthis_toolbox a.at300b iframe {
      visibility: hidden !important; }
    .sharing .addthis_toolbox a.at300b > .at-icon-wrapper {
      display: block; }
  .sharing .addthis_toolbox .fb-like {
    display: block;
    height: 20px !important; }

.sharing .addthis_toolbox a {
  float: left;
  margin: 0 8px 2px 0;
  text-decoration: none; }

.sharing .addthis_button_twitter span,
.sharing .addthis_button_linkedin span {
  border-radius: 2px;
  height: 20px !important;
  width: 63px !important; }
  .sharing .addthis_button_twitter span::after,
  .sharing .addthis_button_linkedin span::after {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    line-height: 21px;
    margin-left: 4px;
    position: relative;
    top: -5px; }
  .sharing .addthis_button_twitter span svg,
  .sharing .addthis_button_linkedin span svg {
    height: 20px !important;
    width: 20px !important; }

.sharing .addthis_button_linkedin {
  margin: 0 0 2px 4px;
  padding: 0; }
  .sharing .addthis_button_linkedin span {
    width: 60px !important; }
    .sharing .addthis_button_linkedin span::after {
      border-left: 1px solid #005170;
      padding: 0 0 0 3px;
      margin-right: 4px; }

.sharing .linkedin_counter_iframe_widget {
  height: 20px !important; }
  .sharing .linkedin_counter_iframe_widget span,
  .sharing .linkedin_counter_iframe_widget iframe {
    height: 20px !important; }
  .sharing .linkedin_counter_iframe_widget iframe {
    position: relative;
    top: 1px; }

.twitter-share-button,
.IN-widget {
  position: relative !important;
  top: 4px;
  padding-left: 10px; }

.sharing .addthis_button_twitter span,
.sharing .addthis_button_linkedin span {
  height: 20px !important;
  width: 63px !important;
  border-radius: 2px; }

.sharing .addthis_button_linkedin span {
  width: 60px !important; }

.sharing .addthis_button_linkedin span::after {
  border-left: 1px solid #005170;
  padding: 0 0 0 3px;
  margin-right: 4px; }

.sharing .addthis_button_twitter span svg,
.sharing .addthis_button_linkedin span svg {
  height: 20px !important;
  width: 20px !important; }

.element-invisible,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto; }

#skip-link {
  margin: 0; }
  #skip-link a,
  #skip-link a:visited {
    display: block;
    width: 100%;
    padding: 2px 0 3px;
    text-align: center;
    background-color: #666;
    color: #fff; }

.container-inline div,
.container-inline label {
  display: inline; }

.container-inline .fieldset-wrapper {
  display: block; }

.nowrap {
  white-space: nowrap; }

html.js .js-hide {
  display: none; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.social-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .footer-top .social-media {
    margin-right: 10px; }
  .social-media li {
    margin: 0 2px; }
    .footer-top .social-media li {
      margin: 0 4px; }
  .social-media a {
    display: block; }
    .social-media a:hover svg {
      fill: #f93e42; }
    .social-media a.fb, .social-media a.yt, .social-media a.li, .social-media a.rss, .social-media a.tw, .social-media a.tb, .social-media a.ig {
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 23px;
      display: block;
      height: 23px;
      text-indent: -999em;
      width: 23px; }
    .social-media a.fb {
      background-image: url("../images/svg/facebook.svg"); }
    .social-media a.ig {
      background-image: url("../images/svg/instagram.svg"); }
    .social-media a.li {
      background-image: url("../images/svg/linkedin.svg"); }
    .social-media a.rss {
      background-image: url("../images/svg/rss.svg"); }
    .social-media a.tw {
      background-image: url("../images/svg/twitter.svg"); }
    .social-media a.yt {
      background-image: url("../images/svg/youtube.svg"); }
  .social-media svg {
    display: block;
    fill: #0c2afa;
    height: 23px;
    width: 23px; }
    .footer-top .social-media svg {
      height: 25px;
      width: 25px; }
    .social-media svg:hover path:not(.svg-background) {
      fill: #f93e42; }

#events_calendar .contextual-links-wrapper {
  right: 0;
  top: 30px; }

.view-event-calendar {
  display: block;
  position: relative; }
  @media (max-width: 1024px) {
    .view-event-calendar .top-section {
      padding-left: 0; } }
  .view-event-calendar .top-section .view-header {
    padding: 0; }
  .view-event-calendar .pager {
    clear: none;
    height: 14px;
    margin: 0;
    position: relative;
    top: 7px;
    width: 100%; }
  .view-event-calendar h3 {
    display: block;
    text-align: center;
    width: 100%; }
  .view-event-calendar .date-nav-wrapper {
    padding: 2rem 0 0; }
    @media (min-width: 500px) {
      .view-event-calendar .date-nav-wrapper {
        padding: 0 120px 0 74px; } }
    .view-event-calendar .date-nav-wrapper .clear-block {
      margin-bottom: 10px; }
    .view-event-calendar .date-nav-wrapper .pager {
      position: absolute; }
  .view-event-calendar .date-nav {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0; }
    .view-event-calendar .date-nav .date-prev,
    .view-event-calendar .date-nav .date-next {
      height: 14px;
      margin: 0;
      padding: 0;
      position: absolute; }
      .view-event-calendar .date-nav .date-prev a,
      .view-event-calendar .date-nav .date-next a {
        margin: 0;
        padding: 0;
        text-decoration: none;
        background: url("../images/arrows-calendar.png") no-repeat;
        width: 15px;
        height: 14px;
        text-indent: -9999px;
        display: inline-block;
        text-align: left; }
    .view-event-calendar .date-nav .date-prev {
      left: calc(50% - 7.5rem); }
      .view-event-calendar .date-nav .date-prev a {
        background-position: left top; }
        .view-event-calendar .date-nav .date-prev a:hover {
          background-position: left bottom; }
    .view-event-calendar .date-nav .date-next {
      right: calc(50% - 7.5rem); }
      .view-event-calendar .date-nav .date-next a {
        background-position: right top; }
      .view-event-calendar .date-nav .date-next:hover {
        background-position: right bottom; }
  .view-event-calendar .attachment-before {
    position: absolute;
    top: 0;
    z-index: 10; }
  .view-event-calendar .search-filters .checkboxes {
    margin: 0; }
    @media (min-width: 760px) {
      .view-event-calendar .search-filters .checkboxes {
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 759px) {
      .view-event-calendar .search-filters .checkboxes > div {
        border-bottom: 1px solid #fff;
        box-shadow: 0 1px 0 0 #e4e4e4;
        margin-bottom: 10px; } }
    @media (min-width: 760px) {
      .view-event-calendar .search-filters .checkboxes > div {
        border-right: 1px solid #fff;
        box-shadow: 1px 0 0 0 #e4e4e4;
        margin-right: 20px; } }
    .view-event-calendar .search-filters .checkboxes > div.last {
      border-width: 0;
      box-shadow: none;
      margin: 0; }
  @media (max-width: 759px) {
    .view-event-calendar .search-filters .bef-select-as-checkboxes {
      margin-bottom: 10px; } }
  .view-event-calendar .search-filters .bef-checkboxes > .column {
    float: left; }
  @media (min-width: 760px) {
    .view-event-calendar .search-filters .bef-checkboxes .form-type-bef-checkbox {
      display: block; } }
  .view-event-calendar .search-box.more {
    border-top: 0;
    display: block; }

.calendar-quick-navigation {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
  .calendar-quick-navigation > a {
    background-image: linear-gradient(to right, #F2F2F2 5%, #eee 100%);
    background-color: #F2F2F2;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: inset 0 0 1px 1px #c7c8c9;
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 12px 3px;
    text-decoration: none; }
  .calendar-quick-navigation .navigation {
    display: none;
    position: absolute;
    right: 0;
    width: 250px; }
    .calendar-quick-navigation .navigation > span {
      background: url("../images/social_arrow.png") no-repeat;
      content: '';
      display: inline-block;
      height: 14px;
      left: 180px;
      position: relative;
      top: -2px;
      width: 28px;
      z-index: 10; }
  .calendar-quick-navigation .inputs {
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.5rem;
    position: relative;
    top: -6px; }
  .calendar-quick-navigation .selector {
    width: 80px; }
    .calendar-quick-navigation .selector span {
      width: 100%; }
    .calendar-quick-navigation .selector select {
      min-width: 80px;
      width: 80px; }
  .calendar-quick-navigation .btn {
    display: block;
    float: right;
    padding: 6px 0.5rem; }

.calendar-calendar .month-view table {
  border: 1px solid #ddd;
  width: 100%; }

.calendar-calendar .month-view thead {
  border-bottom: 1px solid #ddd; }
  @media (max-width: 599px) {
    .calendar-calendar .month-view thead {
      display: none; } }

.calendar-calendar .month-view th {
  border-right: 1px solid #ddd; }
  .calendar-calendar .month-view th.days {
    text-align: center;
    background: #F2F2F2;
    color: #555;
    font-size: 12px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    padding: 9px; }

.calendar-calendar .month-view tr.multi-day .today, .calendar-calendar .month-view tr.single-day .today {
  background: #fff; }

.calendar-calendar .month-view tr.multi-day .inner, .calendar-calendar .month-view tr.single-day .inner {
  min-height: 48px; }

.calendar-calendar .month-view tr.single-day {
  border-bottom: 1px solid #ddd; }

@media (max-width: 599px) {
  .calendar-calendar .month-view tr.date-box {
    display: none; } }

.calendar-calendar .month-view tr.date-box .day {
  float: left;
  padding: 0.125em 0.25em 0;
  text-align: center;
  width: 1.5em;
  font-size: 12px; }

.calendar-calendar .month-view tr.date-box .empty {
  background: #F2F2F2; }

.calendar-calendar .month-view td {
  background: #F2F2F2;
  border-right: 1px solid #ddd;
  padding: 4px;
  position: relative;
  vertical-align: top;
  width: 14%; }
  @media (max-width: 599px) {
    .calendar-calendar .month-view td {
      border-bottom: 1px solid #ddd;
      border-right: 0;
      display: -ms-flexbox;
      display: flex;
      margin-right: 1rem;
      padding: 12px 6px 12px 40px;
      width: 100%; } }
  @media (min-width: 600px) {
    .calendar-calendar .month-view td.multi-day, .calendar-calendar .month-view td.single-day {
      padding-top: 0; } }
  .calendar-calendar .month-view td.single-day::before {
    -ms-flex-align: center;
    align-items: center;
    background-color: #0c2afa;
    border-radius: 100%;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 28px;
    -ms-flex-pack: center;
    justify-content: center;
    left: 4px;
    position: absolute;
    top: 16px;
    width: 28px; }
    @media (max-width: 599px) {
      .calendar-calendar .month-view td.single-day::before {
        content: attr(data-day-of-month); } }
  .calendar-calendar .month-view td.single-day::after {
    font-size: 10px;
    left: 2px;
    position: absolute;
    top: 2px; }
    @media (max-width: 599px) {
      .calendar-calendar .month-view td.single-day::after {
        content: attr(headers); } }
  .calendar-calendar .month-view td.today {
    background: #fff; }
  .calendar-calendar .month-view td .item {
    position: relative; }

.calendar-calendar .month-view .listing .info .data {
  margin-top: 3px; }

.calendar-calendar .full td.single-day .continuation,
.calendar-calendar .full td.single-day .continues,
.calendar-calendar .full td.single-day .cutoff {
  display: none; }

.calendar-calendar .full td.multi-day .inner .monthview .continuation,
.calendar-calendar .full td.multi-day .inner .monthview .continues {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0; }

.calendar-calendar .full td.multi-day .inner .monthview .continuation {
  left: 2px; }

.calendar-calendar .full td.multi-day .inner .monthview .continues {
  right: 2px; }

.calendar-calendar .full td .inner .item:first-child .monthview {
  margin-top: 1px; }

.calendar-calendar .full td .monthview {
  border-radius: 0;
  margin-bottom: 2px;
  padding: 0;
  overflow: visible;
  width: auto; }
  .calendar-calendar .full td .monthview .contents > a {
    background-color: #fc9191;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 10px 9px;
    text-decoration: none; }
  .calendar-calendar .full td .monthview .cutoff {
    display: none; }

.calendar-calendar .event-info {
  display: none;
  left: -120px;
  position: absolute;
  top: 8px;
  width: 380px;
  z-index: 20; }
  @media (max-width: 599px) {
    .calendar-calendar .event-info {
      left: 0;
      width: 100%; } }
  .calendar-calendar .event-info > span {
    background: url("../images/bubble_sprite.png") -23px 0 no-repeat;
    display: block;
    height: 9px;
    left: 157px;
    position: absolute;
    top: -8px;
    width: 15px; }
  .calendar-calendar .event-info h6 {
    margin-top: 1rem; }
    @media (max-width: 599px) {
      .calendar-calendar .event-info h6 {
        margin-top: 0.5rem; } }
  #main-content .calendar-calendar .event-info h5 {
    display: block;
    margin: 0; }
    @media (max-width: 599px) {
      #main-content .calendar-calendar .event-info h5 {
        padding: 0;
        margin: 0 0 10px; } }
  .calendar-calendar .event-info .addToCal {
    top: 5px; }
  .calendar-calendar .event-info .data {
    border-bottom: 6px solid #f0f0f1;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    padding-bottom: 6px; }
    .calendar-calendar .event-info .data p a {
      font-size: 14px;
      line-height: 18px; }
  .calendar-calendar .event-info .date,
  .calendar-calendar .event-info .location {
    color: #3b3b3b;
    font-size: 12px;
    line-height: 15px; }
    .calendar-calendar .event-info .date span,
    .calendar-calendar .event-info .location span {
      color: #f93e42;
      display: block;
      font-size: 12px;
      font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 700;
      margin-bottom: 2px;
      text-transform: uppercase; }
  .calendar-calendar .event-info .date {
    border-right: 1px solid #f0f0f1;
    box-sizing: border-box;
    float: left;
    margin-right: 0 !important;
    padding-right: 10px;
    width: 45%; }
  .calendar-calendar .event-info .location {
    box-sizing: border-box;
    clear: none;
    float: left;
    margin: 0;
    padding-left: 20px;
    width: 55%; }
  .calendar-calendar .event-info .info {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px; }
  .calendar-calendar .event-info .article-title {
    display: block;
    margin-bottom: 9px;
    margin-top: -12px;
    padding-right: 50px; }
  .calendar-calendar .event-info .data {
    margin-top: 3px;
    overflow: hidden; }
    .calendar-calendar .event-info .data .date {
      margin: 0 10px 0 0; }
    .calendar-calendar .event-info .data .location {
      margin-top: 5px; }

.events > h1 {
  background-image: url("../images/svg/calendar--blue.svg");
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 45px; }
  @media (max-width: 1024px) {
    .events > h1 {
      background-position: 0 -1562px;
      margin-left: 16px;
      padding-left: 35px !important; } }
  .small .events > h1 {
    background-image: url("../images/svg/calendar--gray.svg");
    background-position: 0 0.4em;
    background-size: 20px;
    padding-left: 32px; }
    @media (max-width: 1024px) {
      .small .events > h1 {
        background-position: 5px -1395px;
        padding-left: 40px !important; } }

.node-event .event-info {
  margin-bottom: 1.5rem; }
  .node-event .event-info .inner {
    background-color: #F2F2F2;
    box-shadow: inset 0 0 1px 1px #c7c8c9;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 16px;
    padding: 16px;
    position: relative; }
    .node-event .event-info .inner > * {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      padding-right: 1rem; }
      .node-event .event-info .inner > *:last-child {
        padding-right: 0; }
    .node-event .event-info .inner span {
      color: #000;
      font-size: 12px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase; }
    .node-event .event-info .inner .price {
      font-size: 13px;
      line-height: normal; }
      .node-event .event-info .inner .price + a.register {
        bottom: auto;
        position: relative;
        right: auto; }
    .node-event .event-info .inner a.register {
      bottom: 17px;
      position: absolute;
      right: 20px; }

.node-type-event .btn.blue:active {
  top: auto; }

.node-type-event .feature_area .list-head .type .ir {
  top: -19px; }

.node-type-event .info .data {
  position: relative; }

#knowledge-featured-area {
  margin-bottom: -5px;
  width: 100%; }
  .node-type-research-series #knowledge-featured-area,
  .node-type-research-project #knowledge-featured-area {
    margin-bottom: 1rem;
    width: 100%; }
  #knowledge-featured-area .list-head {
    margin: 0;
    position: relative; }
    #knowledge-featured-area .list-head h3 {
      display: block;
      float: none;
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 1rem; }
      @media (min-width: 500px) {
        #knowledge-featured-area .list-head h3 {
          font-size: 28px;
          line-height: 32px; } }
      @media (min-width: 1025px) {
        #knowledge-featured-area .list-head h3 {
          font-size: 38px;
          font-weight: 400;
          line-height: 42px; } }
    #knowledge-featured-area .list-head h5 {
      line-height: 25px;
      margin-bottom: 0.5rem;
      margin-right: 1rem; }
    #knowledge-featured-area .list-head .subtype {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; }
      #knowledge-featured-area .list-head .subtype h5 {
        display: inline-block; }
    #knowledge-featured-area .list-head .type {
      display: inline-block;
      top: 0;
      width: auto; }
  .node-type-research-project #knowledge-featured-area .info .data,
  .node-type-research-series #knowledge-featured-area .info .data {
    margin-top: 20px; }
  #knowledge-featured-area .info .data div {
    margin-bottom: 5px;
    line-height: 1; }
  .node-type-research-element #knowledge-featured-area .field-name-body {
    border-top: 1px solid #e6e3e0;
    padding-top: 20px; }

#event_registration {
  background: #d9eef5;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 15px 15px 15px 18px; }
  #event_registration h1 {
    color: #0c2afa;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    float: left; }
  #event_registration h6 {
    color: #0c2afa;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px; }
  #event_registration .btn {
    float: right;
    padding: 6px 12px; }

.node-user-profile .article-content {
  border-top: 7px solid #eee;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }

.article-content .field-type-text h3,
.article-content .field-type-text-with-summary h3 {
  color: #0c2afa;
  font-weight: 400;
  margin-bottom: 1rem;
  text-decoration: none; }

.article-content .field-type-text h4,
.article-content .field-type-text-with-summary h4 {
  color: #000;
  margin-bottom: 0.5rem; }
  @media (max-width: 959px) {
    .article-content .field-type-text h4,
    .article-content .field-type-text-with-summary h4 {
      font-size: 18px; } }
  .article-content .field-type-text h4 a,
  .article-content .field-type-text-with-summary h4 a {
    color: #000;
    text-decoration: none; }

.article-content .field-type-text h6 img,
.article-content .field-type-text-with-summary h6 img {
  float: left;
  margin: 0 1rem 1rem 0; }

.article-content .field-type-text h6 p,
.article-content .field-type-text-with-summary h6 p {
  color: #f93e42;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -4px; }

.article-content .field-type-text ul,
.article-content .field-type-text-with-summary ul {
  margin-bottom: 1rem;
  margin-top: 1rem; }
  .article-content .field-type-text ul > li,
  .article-content .field-type-text-with-summary ul > li {
    background: url("../images/list-dot.png") no-repeat 0 7px;
    color: #3b3b3b;
    font-size: inherit;
    margin-bottom: 0;
    padding-left: 1rem; }
    .article-content .field-type-text ul > li.last,
    .article-content .field-type-text-with-summary ul > li.last {
      margin-bottom: 0; }
  .article-content .field-type-text ul ul,
  .article-content .field-type-text-with-summary ul ul {
    margin-bottom: 0;
    margin-top: 0; }

.article-content .field-type-text ol,
.article-content .field-type-text-with-summary ol {
  margin-bottom: 1rem;
  margin-top: 1rem; }
  .article-content .field-type-text ol > li,
  .article-content .field-type-text-with-summary ol > li {
    color: #3b3b3b;
    list-style: decimal; }
  .article-content .field-type-text ol ol,
  .article-content .field-type-text-with-summary ol ol {
    margin: 1rem; }
    .article-content .field-type-text ol ol li,
    .article-content .field-type-text-with-summary ol ol li {
      list-style: lower-alpha; }

.article-content .contextual-links > li {
  background-image: none; }

.article-content .block_related {
  border-right: 1px solid #eee;
  float: left;
  font-size: 12px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-right: 17px;
  width: 202px; }
  .article-content .block_related h6 {
    border: 0;
    color: #0c2afa;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .article-content .block_related img {
    background: none;
    border: 3px solid #e6e6e6;
    margin-bottom: 11px; }
  .article-content .block_related ul {
    margin: 0; }
  .article-content .block_related li {
    background: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 9px 0;
    margin: 0; }
    .article-content .block_related li.last {
      border-bottom: 0;
      padding-bottom: 0; }
  .article-content .block_related p {
    color: #3b3b3b;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    text-decoration: none; }
    .article-content .block_related p a {
      color: #3b3b3b;
      font-size: 12px;
      text-decoration: none; }
    .article-content .block_related p span {
      color: #0c2afa;
      font-size: 10px;
      font-weight: 700;
      margin-right: 4px;
      text-transform: uppercase; }

.top-section {
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%; }
  .view-catalyst-profiles .top-section {
    margin-bottom: 16px; }
  .home_block .top-section > a {
    display: block;
    text-decoration: none; }
  .top-section.big h3 {
    color: #0c2afa;
    font-size: 40px; }
  .top-section h3 {
    color: #0c2afa;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize; }
    .front .top-section h3 {
      line-height: inherit; }
  .top-section .display-switch {
    float: right; }
  .top-section a.view-all {
    background-image: url("../images/svg/circle-triangle-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    display: block;
    height: 100%;
    position: absolute;
    right: 0.25rem;
    text-indent: -9999px;
    top: 0;
    width: 1rem;
    z-index: 10; }

.listing > ul > li {
  padding: 0.75rem;
  width: 100%; }
  .listing > ul > li.first, .listing > ul > li.views-row-first {
    border-top: 0; }
  .listing > ul > li.odd, .listing > ul > li.views-row-odd {
    background: #F2F2F2;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }

@media (max-width: 1024px) {
  .listing ul li .wrap {
    padding: 1rem 0; } }

@media (min-width: 600px) {
  .listing .image.node-event .data div + div {
    border-left: 1px solid #ddd;
    margin-left: 1rem;
    padding-left: 1rem; } }

.listing .image.node-event .date {
  margin-right: 0; }

@media (min-width: 500px) {
  .listing .image.vocabulary-topics .image {
    display: block; } }

.listing .image .image {
  display: none;
  float: left;
  margin-right: 1rem;
  width: 180px; }
  @media (min-width: 760px) {
    .listing .image .image {
      display: block; } }
  @media (min-width: 600px) {
    .view-our-people-pages .listing .image .image {
      display: block; } }
  .listing .image .image img {
    border: 3px solid #e6e6e6;
    height: auto;
    max-width: 100%; }

.listing .article-title a {
  color: #0c2afa;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none; }

.listing .info {
  position: relative; }
  .listing .info .article-title {
    line-height: 25px; }
    .view-event-calendar .listing .info .article-title {
      padding-right: 50px; }
  @media (min-width: 1025px) {
    .listing .info .field-name-body {
      max-width: 85%; } }

.listing .list-head {
  margin-bottom: 5px; }
  .listing .list-head .article-title {
    display: inline;
    line-height: 25px;
    margin-right: 5px; }
    #main-content .listing .list-head .article-title {
      padding: 0; }

.listing .type {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  width: 100%; }
  .listing .type:empty {
    margin: 0; }
  .listing .type h6 {
    border-width: 0;
    color: #f93e42;
    display: inline-block;
    font-size: 12px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase; }
  .listing .type > div {
    margin-right: 6px; }
  .listing .type .pill {
    cursor: pointer; }
  .listing .type .ir .kind {
    background-image: url("../images/svg/envelope-lock.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    width: 16px; }
  .listing .type .lock .kind {
    background-image: url("../images/svg/lock.svg");
    background-repeat: no-repeat;
    background-size: 11px;
    cursor: pointer;
    float: left;
    height: 14px;
    width: 11px; }
  .listing .type .lock .popup {
    left: -3px; }

.listing .data:after {
  content: '';
  display: table;
  clear: both; }

.listing .data > div {
  color: #3b3b3b;
  font-size: 13px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin: 0.5rem 10px 0 0;
  vertical-align: top; }
  @media (min-width: 600px) {
    .listing .data > div {
      display: inline-block; } }
  .listing .data > div span {
    color: #000;
    display: inline-block;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 0; }

.listing .data p {
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
  padding: 0; }

.listing .data a {
  text-decoration: underline;
  font-size: 13px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }

.listing .data .date-display-single {
  color: #3b3b3b;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 5px; }

.listing .data .location {
  clear: both; }

#descriptions {
  clear: both;
  position: relative;
  margin-top: 0.5rem; }
  #descriptions p {
    font-size: 12px;
    display: inline-block;
    line-height: 18px;
    margin: 0 1rem 0 0;
    white-space: nowrap; }
    #descriptions p.last {
      margin-right: 0; }
  #descriptions span {
    cursor: default;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 2px; }

.list-head .subtype {
  margin: 10px 0;
  clear: both; }

.listing ul li .list-head .type div {
  margin: 0 4px 0 0;
  float: none; }

.listing ul li .list-head .type .video {
  display: inline-block; }

.listing ul li .list-head .type .graphic {
  display: inline-block; }

.listing > ul > li.last,
.listing > ul > li.views-row-last {
  border-bottom: 0; }

.listing .node-in-the-news h5 {
  margin-right: 0; }

.listing .node-in-the-news h5 a {
  background: url("../images/arrow-blue-external-link.png") no-repeat right 3px;
  padding-right: 24px; }

.view-media-release-search .listing ul li .list-head h5 {
  display: block;
  margin-right: 5px;
  margin-top: 0;
  line-height: 25px; }

.view-media-release-search .listing .info h5.article-title {
  margin-bottom: -14px !important; }

.listing ul li > .node-user-profile.node-teaser .image {
  width: 80px; }

.listing ul li .wrap > .info span.article-date {
  display: inline;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  float: left; }

#content .pane-catalyst-profiles-panel-pane-1 .listing ul li .wrap,
.panel-display .user-profile-listing.listing ul li .wrap,
.panel-display .user-profile-listing .listing ul li .wrap {
  padding: 21px 21px 23px; }

#content .pane-catalyst-profiles-panel-pane-1 .listing ul li .data,
.panel-display .user-profile-listing.listing ul li .data,
.panel-display .user-profile-listing .listing ul li .data {
  clear: both; }

#content .pane-catalyst-profiles-panel-pane-1 .listing ul li > .image img,
.panel-display .user-profile-listing.listing ul li > .image img,
.panel-display .user-profile-listing .listing ul li > .image img,
.view-catalyst-profiles .listing ul li > .image img {
  border-width: 0; }

#content .view-display-id-block_1 .listing ul li > .image img,
#content .view-display-id-block_2 .listing ul li > .image img {
  border-width: 3px; }

#content .pane-catalyst-profiles-panel-pane-1 .listing > ul > li h5,
.panel-display .user-profile-listing.listing ul > li h5,
.panel-display .user-profile-listing .listing ul > li h5,
.person-list.listing ul > li h5 {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 0; }

#content .pane-catalyst-profiles-panel-pane-1 .listing .type,
.panel-display .user-profile-listing.listing .type,
.panel-display .user-profile-listing .listing .type,
.person-list.listing .type {
  width: 100%;
  display: inline; }

#content .pane-catalyst-profiles-panel-pane-1 .listing .type .pill,
.panel-display .user-profile-listing.listing .type .pill,
.panel-display .user-profile-listing .listing .type .pill,
.person-list.listing .type .pill {
  cursor: pointer;
  top: 1px; }

#content .pane-catalyst-profiles-panel-pane-1 .listing ul li p,
.panel-display .user-profile-listing.listing ul li p,
.panel-display .user-profile-listing .listing ul li p,
.person-list.listing ul li p {
  clear: both; }

.listing .type div {
  position: relative;
  display: inline-block; }

.type div.quicktakes {
  background: url("../images/sprite.png") 0 -537px no-repeat;
  height: 13px;
  width: 12px;
  top: -1px; }

.type div.series {
  background: url("../images/sprite.png") 0 -512px no-repeat;
  height: 15px;
  width: 14px;
  top: -2px; }

.type div.research-reports {
  background: url("../images/sprite.png") 0 -537px no-repeat;
  height: 13px;
  width: 12px;
  top: -1px; }

.type div.video,
.type div.Video {
  background: url("../images/sprite.png") -26px -560px no-repeat;
  height: 11px;
  width: 16px;
  top: -1px; }

.listing .type div.ir .kind {
  cursor: pointer;
  display: block;
  float: left; }

.node-type-research-series .listing .type .pill {
  top: 0; }

.listing .type div.popup {
  background-color: #fc9191;
  border: 1px solid #0c2afa;
  border-radius: 5px;
  box-shadow: inset 0 0 1px #fff, 0 0 4px #848484;
  color: #3b3b3b;
  display: none;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  left: -3px;
  padding: 5px 9px 6px;
  position: absolute;
  top: -34px;
  white-space: nowrap; }

.listing .type .small div.popup {
  left: -1px; }

.listing .type div.popup::after {
  bottom: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0c2afa;
  content: '';
  display: block;
  height: 0;
  left: 1px;
  position: absolute;
  width: 0; }

.view-event-calendar #search-results .month-view .listing .data .date {
  margin: 0 10px 0 0; }

.listing .data .expertise {
  line-height: 18px; }

.listing.Topbar {
  border-top: 7px solid #eee;
  padding-top: 25px; }

.listing li .field-name-body h3,
.listing li .field-name-body h3 a {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: #0c2afa;
  margin-bottom: 18px;
  text-decoration: none; }

.listing li .field-name-body h4,
.listing li .field-name-body h4 a {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  text-decoration: none; }

.listing li .field-name-body p {
  color: #3b3b3b;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400; }

.pagination {
  font-size: 14px;
  font-weight: 500;
  padding: 1rem 0;
  width: 100%; }
  .top > .pagination {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-top: 1rem; }
    .page-knowledge-by-the-numbers .top > .pagination {
      border: 0; }
    #tab-info .top > .pagination {
      padding-left: 30px; }
  .bottom > .pagination {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px; }
    .page-knowledge-by-the-numbers .bottom > .pagination {
      border: 0;
      padding-top: 0; }
    #tab-info .bottom > .pagination {
      padding: 10px 0 10px 30px; }
  .pagination .pager {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0; }
    @media (min-width: 760px) {
      .pagination .pager {
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .pagination .pager li {
      margin: 0 0.5rem 0 0;
      padding: 0; }
      @media (max-width: 1024px) {
        .pagination .pager li {
          padding: 6px; } }
      .pagination .pager li.active {
        color: #3b3b3b;
        font-weight: 500; }
      .pagination .pager li.last {
        margin-right: 0; }
      .pagination .pager li.pager-current {
        font-weight: 500; }
  .pagination a {
    color: #c7c8c9;
    font-weight: 500;
    text-decoration: underline; }
  .pagination .pager-next a,
  .pagination .pager-previous a {
    position: relative;
    text-decoration: none;
    top: -1px; }
  .top .pagination .form-type-select {
    float: right;
    margin: 0 0 0 20px; }

.btn,
a.btn,
form.comment-form input.btn,
.form-submit {
  background-color: #F2F2F2;
  background-image: linear-gradient(to bottom, #F2F2F2 5%, #e4e4e4 100%);
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: none;
  display: inline-block;
  color: #777;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 4px 7px;
  text-decoration: none; }

.btn.blue,
form.comment-form input.btn.blue {
  background: #0c2afa;
  border: 0;
  color: #fff;
  text-shadow: none;
  padding: 3px 18px;
  font-size: 14px;
  border-radius: 5px; }

.btn.blue:hover,
form.comment-form input.btn.blue:hover {
  background: #f93e42;
  color: #fff; }

.btn.blue:active,
form.comment-form input.btn.blue:active {
  position: relative;
  top: 1px; }

#comments {
  margin-top: 0; }
  .node-type-research-element #comments {
    border-top: 7px solid #eee;
    margin-top: 1.5rem;
    padding-top: 0.5rem; }

#comment_section {
  border-bottom: 7px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  #comment_section nav {
    margin-top: 1rem; }
    #comment_section nav ul {
      padding: 0 0.5rem 0 0; }
    #comment_section nav li {
      padding: 0 0.5rem 0 0; }
      #comment_section nav li.last {
        padding-right: 0; }
    #comment_section nav a {
      font-size: 14px; }
  #comment_section > .top-section {
    margin-bottom: 1rem; }
    #comment_section > .top-section:only-child {
      margin-bottom: 0; }
  #comment_section .comment-reply-form {
    display: none;
    position: relative; }
    #comment_section .comment-reply-form form {
      margin: 20px 0;
      padding-top: 35px; }
    #comment_section .comment-reply-form .close {
      right: 10px;
      top: 10px; }

#comment_indicator {
  display: inline-block;
  margin-bottom: 0.5rem; }
  @media (min-width: 500px) {
    #comment_indicator {
      position: absolute;
      right: 0; } }
  #comment_indicator a {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px; }

#comment_count {
  background-image: url("../images/svg/talk-bubble.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: 700;
  height: 25px;
  line-height: 14px;
  margin-right: 6px;
  padding-top: 3px;
  text-align: center;
  width: 28px; }

#comment_section h3,
.page-comment-reply h3 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase; }

#comment_section .comment,
.page-comment-reply .comment {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }
  #comment_section .comment.last,
  .page-comment-reply .comment.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

#comment_section .child,
.page-comment-reply .child {
  padding-left: 2rem; }

#comment_section .comment_info,
.page-comment-reply .comment_info {
  background-color: #F2F2F2;
  padding: 1rem;
  margin-bottom: 1.5rem; }

#comment_section .comment_image,
.page-comment-reply .comment_image {
  float: left;
  margin-right: 13px; }

#comment_section .user_name,
.page-comment-reply .user_name {
  margin-bottom: 6px; }
  #comment_section .user_name a,
  #comment_section .user_name .username,
  .page-comment-reply .user_name a,
  .page-comment-reply .user_name .username {
    color: #3b3b3b;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none; }

#comment_section .date,
.page-comment-reply .date {
  font-size: 12px; }

#comment_section .comment_content,
.page-comment-reply .comment_content {
  clear: both; }
  #comment_section .comment_content p,
  .page-comment-reply .comment_content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
    #comment_section .comment_content p + p,
    .page-comment-reply .comment_content p + p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0; }

#comment_section .comment-reply,
.page-comment-reply .comment-reply {
  padding: 0; }

#comment_response h3 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase; }

#comment_response .top-section {
  margin-bottom: 1.5rem; }

form.comment-form {
  background-color: #F2F2F2;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px #e4e4e4;
  font-size: 12px;
  padding: 1rem 1.5rem 1.5rem; }
  form.comment-form label {
    display: none; }
  form.comment-form input,
  form.comment-form textarea {
    border: 1px solid #ddd;
    box-shadow: inset 0 0 2px 2px #eee;
    color: #666;
    font-size: 12px;
    margin-bottom: 1rem;
    padding: 0.25rem 0.5rem; }
  form.comment-form .form-item,
  form.comment-form .form-actions {
    margin: 0; }
  form.comment-form .form-type-textfield {
    display: inline; }
    form.comment-form .form-type-textfield input {
      border-width: 1px;
      height: 28px;
      width: 287px; }
  form.comment-form .form-type-textarea,
  form.comment-form .form-type-item {
    margin-bottom: 1rem; }
  form.comment-form .form-textarea-wrapper textarea {
    height: 140px;
    margin-bottom: 0;
    width: 100%; }
  form.comment-form .form-type-item label {
    display: inline; }
  form.comment-form .form-item-name input {
    margin-right: 20px; }
  form.comment-form .form-actions {
    text-align: right; }
    form.comment-form .form-actions input.submitReply {
      margin: 0;
      text-indent: 0; }
  form.comment-form .filter-help a {
    display: none; }

#tab-info {
  background: #F2F2F2;
  border: 1px solid #e4e4e4;
  margin-top: -1px; }
  #tab-info .listing li {
    background: #F2F2F2; }
    #tab-info .listing li.last {
      border-bottom: 0; }
    #tab-info .listing li h6 {
      display: block;
      margin-bottom: 0.5rem; }
      @media (max-width: 1024px) {
        #tab-info .listing li h6 {
          padding-top: 1rem;
          padding-bottom: 1rem; } }
    #tab-info .listing li h5 {
      margin-bottom: 3px; }
      #tab-info .listing li h5 a {
        font-size: 21px; }
    #tab-info .listing li p {
      margin-bottom: 0; }
      #tab-info .listing li p + p {
        margin-top: 5px; }
  #tab-info .listing .info .type {
    display: block; }
    @media (min-width: 760px) {
      #tab-info .listing .info .type {
        padding-left: calc(180px + 1rem); } }
  #tab-info a.view-more {
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    color: #848484;
    border-top: 1px solid #e4e4e4; }
  #tab-info .postedDate {
    font-size: 13px;
    color: #848484;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 10px;
    line-height: 16px; }
    #tab-info .postedDate a {
      color: #00587c;
      font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 700; }
  #tab-info .view-comment {
    margin-top: 10px;
    font-size: 12px;
    display: block; }
  #tab-info .pagination ul {
    float: left; }
  #tab-info .top > .pagination {
    padding-left: 30px; }
  #tab-info .bottom > .pagination {
    padding: 10px 0 10px 30px; }
  #tab-info .view-user-comments .view-content::before {
    content: 'The user has not yet commented on any content.';
    display: block;
    padding: 0.5rem 1rem; }
    @media (min-width: 1025px) {
      #tab-info .view-user-comments .view-content::before {
        padding: 25px; } }
  #tab-info .view-user-comments .view-content * {
    display: none; }
  #main-content #tab-info .view-empty p:last-child {
    margin-bottom: 0; }
  #tab-info .view-empty .wrap {
    font-size: 14px;
    letter-spacing: 0.01rem;
    line-height: 20px; }

.timeline {
  padding-bottom: 72.92%;
  position: relative; }
  .timeline object {
    height: 100%;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }

.pane-homepage-sections .attachment-before {
  border-bottom: 1px solid #eee;
  padding: 0 1rem 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 600px) {
    .pane-homepage-sections .attachment-before {
      padding-right: 0; } }
  @media (min-width: 1025px) {
    .pane-homepage-sections .attachment-before {
      padding-left: 0; } }
  .pane-homepage-sections .attachment-before .view-content {
    margin-bottom: 0; }
  .pane-homepage-sections .attachment-before img {
    border: 3px solid #e4e4e4;
    display: block;
    height: auto;
    width: 181px; }
    @media (min-width: 960px) {
      .pane-homepage-sections .attachment-before img {
        margin-bottom: 12px; } }

.pane-homepage-sections .view-content {
  margin-bottom: 1rem; }

.pane-homepage-sections .small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 450px) and (max-width: 600px) {
    .pane-homepage-sections .small {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 960px) {
    .pane-homepage-sections .small {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .pane-homepage-sections .small.clearfix::after {
    content: normal; }
  .pane-homepage-sections .small > div {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 1rem;
    position: relative; }
    @media (min-width: 450px) and (max-width: 600px) {
      .pane-homepage-sections .small > div {
        padding: 0 1rem;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (min-width: 960px) {
      .pane-homepage-sections .small > div {
        padding: 0 1rem;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (min-width: 1025px) {
      .pane-homepage-sections .small > div:first-child {
        padding-left: 0; } }
    @media (min-width: 1025px) {
      .pane-homepage-sections .small > div:last-child {
        padding-right: 0; } }
    .pane-homepage-sections .small > div:not(:first-child)::before {
      background-color: #eee;
      content: '';
      display: block;
      height: 1px;
      margin: 1rem 0;
      width: 100%; }
      @media (min-width: 450px) and (max-width: 600px) {
        .pane-homepage-sections .small > div:not(:first-child)::before {
          height: 100%;
          left: 0;
          margin: 0;
          position: absolute;
          width: 1px; } }
      @media (min-width: 960px) {
        .pane-homepage-sections .small > div:not(:first-child)::before {
          height: 100%;
          left: 0;
          margin: 0;
          position: absolute;
          width: 1px; } }
  .pane-homepage-sections .small .views-row-last {
    margin-bottom: 0; }
  .pane-homepage-sections .small h5 {
    font-size: 14px;
    line-height: 18px; }

.pane-homepage-sections h5 {
  font-size: 20px;
  line-height: 23px; }
  .pane-homepage-sections h5 a {
    color: #3b3b3b;
    text-decoration: none; }

.pane-homepage-sections p {
  color: #3b3b3b;
  font-size: 12px;
  line-height: 15px; }

.pane-homepage-sections .type h6 {
  color: #f93e42;
  font-size: 11px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  text-transform: uppercase; }

.pane-homepage-sections .desc {
  margin-top: 8px; }
  .pane-homepage-sections .desc p {
    font-size: 14px;
    line-height: 18px; }

#home-media-center .pane-homepage-sections .info .type {
  display: inline-block; }

.pane-homepage-sections .author {
  font-size: 11px;
  line-height: 18px; }

.view-display-id-knowledge_main {
  border-bottom: 7px solid #eee;
  margin-bottom: 19px; }
  .view-display-id-knowledge_main .top-section {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 1025px) {
      .view-display-id-knowledge_main .top-section {
        padding-left: 0;
        padding-right: 0; } }
  .view-display-id-knowledge_main .attachment-before img {
    margin-bottom: 0; }

.view-display-id-attachment_knowledge .wrap .image {
  float: left;
  max-width: 202px; }
  @media (max-width: 959px) {
    .view-display-id-attachment_knowledge .wrap .image {
      margin: 0 0.5rem 1rem 0;
      max-width: 40%; } }
  .view-display-id-attachment_knowledge .wrap .image img {
    margin-bottom: 0; }

@media (min-width: 960px) {
  .view-display-id-attachment_knowledge .wrap .info {
    padding-left: calc(202px + 0.5rem); } }

.view-display-id-media_main .top-section {
  margin-bottom: 4px;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1025px) {
    .view-display-id-media_main .top-section {
      padding-left: 0;
      padding-right: 0; } }

.view-display-id-blog_main .top-section h3,
.view-display-id-events_main .top-section h3 {
  font-size: 22px; }

.view-display-id-blog_main .attachment,
.view-display-id-events_main .attachment {
  background-color: #eee;
  border: 1px solid #e6e3e0;
  margin-bottom: 3px;
  padding: 10px; }

.view-display-id-blog_main .content-wrap .view-content,
.view-display-id-events_main .content-wrap .view-content {
  margin: 0; }

.view-display-id-blog_main .small,
.view-display-id-events_main .small {
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 960px) {
    .view-display-id-blog_main .small,
    .view-display-id-events_main .small {
      margin-bottom: 1rem; } }
  .view-display-id-blog_main .small > div,
  .view-display-id-events_main .small > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0; }
    .view-display-id-blog_main .small > div:not(:first-child)::before,
    .view-display-id-events_main .small > div:not(:first-child)::before {
      content: normal; }

.view-display-id-blog_main .views-row,
.view-display-id-events_main .views-row {
  background-color: #eee;
  margin-bottom: 3px;
  padding: 10px; }

.view-display-id-blog_main .data,
.view-display-id-events_main .data {
  color: #808284;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 2px; }

.view-display-id-blog_main h5,
.view-display-id-events_main h5 {
  font-size: 14px;
  line-height: 18px; }

.view-display-id-blog_main .type,
.view-display-id-events_main .type {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  text-transform: uppercase; }

.view-display-id-events_main .top-section h3 {
  color: #f93e42; }

.view-display-id-events_main .type h6 {
  color: #f93e42; }

.view-display-id-blog_main .type h6 {
  color: #0c2afa; }

@media (max-width: 959px) {
  .view-display-id-attachment_blog .wrap .image {
    float: left;
    max-width: 40%; } }

@media (max-width: 959px) {
  .view-display-id-attachment_blog .wrap .info {
    padding-left: calc(40% + 0.5rem); } }

#search-knowledge-center {
  border-bottom: 7px solid #eee;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%; }
  #search-knowledge-center > a.see-more {
    background: url("../images/sprite.png") 0 -693px no-repeat;
    display: block;
    float: right;
    height: 21px;
    position: relative;
    top: 8px;
    width: 21px; }
  #search-knowledge-center > h3 {
    background: url("../images/sprite.png") 0 -337px no-repeat;
    float: left;
    font-size: 26px;
    height: 31px;
    margin-bottom: 20px;
    padding-left: 42px; }
    #search-knowledge-center > h3 a {
      color: #666;
      display: block;
      font-weight: 700;
      padding-top: 5px;
      position: relative;
      text-decoration: none; }
  #search-knowledge-center .pane-content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 1rem; }
  #search-knowledge-center .search_knowledge {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    margin: 0.5rem 0; }

.pane-c-news-panel-pane-1,
.pane-c-news-pane-cb-quarterly {
  margin-top: 25px; }
  .pane-c-news-panel-pane-1 h3,
  .pane-c-news-pane-cb-quarterly h3 {
    background-color: #c7c8c9;
    color: #3b3b3b;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0.5rem;
    padding: 0 1rem;
    position: relative; }
    .pane-c-news-panel-pane-1 h3::after,
    .pane-c-news-pane-cb-quarterly h3::after {
      background: url("../images/arrow-newsletter.png") no-repeat scroll center bottom transparent;
      content: '';
      height: 10px;
      position: absolute;
      right: 15px;
      top: 13px;
      width: 16px; }
    .pane-c-news-panel-pane-1 h3.open,
    .pane-c-news-pane-cb-quarterly h3.open {
      margin-bottom: 0; }
      .pane-c-news-panel-pane-1 h3.open::after,
      .pane-c-news-pane-cb-quarterly h3.open::after {
        background-position: center top; }
  .pane-c-news-panel-pane-1 .rows,
  .pane-c-news-pane-cb-quarterly .rows {
    display: none; }
  .pane-c-news-panel-pane-1 .views-row,
  .pane-c-news-pane-cb-quarterly .views-row {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 1rem 0; }
    .pane-c-news-panel-pane-1 .views-row a,
    .pane-c-news-pane-cb-quarterly .views-row a {
      color: #0c2afa;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.25;
      text-decoration: underline;
      text-transform: uppercase; }
      .pane-c-news-panel-pane-1 .views-row a:hover,
      .pane-c-news-pane-cb-quarterly .views-row a:hover {
        color: #000; }
    .pane-c-news-panel-pane-1 .views-row p,
    .pane-c-news-pane-cb-quarterly .views-row p {
      color: #3b3b3b;
      font-size: 14px; }
  .pane-c-news-panel-pane-1 .views-row-first,
  .pane-c-news-pane-cb-quarterly .views-row-first {
    border-top: 0;
    margin-top: 0;
    padding-top: 1rem; }
  .pane-c-news-panel-pane-1 .article-title,
  .pane-c-news-pane-cb-quarterly .article-title {
    margin: 0; }

.vocabulary-topics {
  margin-bottom: 1rem; }
  .vocabulary-topics .content {
    display: -ms-flexbox;
    display: flex; }
  .vocabulary-topics .taxonomy-term-description {
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    -ms-flex-order: 2;
    order: 2; }
    @media (min-width: 500px) {
      .vocabulary-topics .taxonomy-term-description {
        padding-left: 1rem; } }
  .vocabulary-topics .field-name-field-taxonomy-image {
    display: none;
    -ms-flex-order: 1;
    order: 1; }
    @media (min-width: 500px) {
      .vocabulary-topics .field-name-field-taxonomy-image {
        display: block;
        -ms-flex: 0 1 120px;
        flex: 0 1 120px; } }
    @media (min-width: 760px) {
      .vocabulary-topics .field-name-field-taxonomy-image {
        -ms-flex-preferred-size: 196px;
        flex-basis: 196px; } }
    .vocabulary-topics .field-name-field-taxonomy-image img {
      border: 3px solid #e6e6e6; }

.view-by-the-numbers-data-pages .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.view-by-the-numbers-data-pages .views-row {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative; }
  @media (max-width: 499px) {
    .view-by-the-numbers-data-pages .views-row {
      width: 50%; }
      .view-by-the-numbers-data-pages .views-row:nth-child(n + 3) {
        border-top: 1px solid #f0f0f1;
        padding-top: 1.5rem; }
        .view-by-the-numbers-data-pages .views-row:nth-child(n + 3)::before {
          height: calc(100% - 1.5rem); } }
  @media (min-width: 500px) and (max-width: 759px) {
    .view-by-the-numbers-data-pages .views-row {
      width: 33.33%; }
      .view-by-the-numbers-data-pages .views-row:nth-child(n + 4) {
        border-top: 1px solid #f0f0f1;
        padding-top: 1.5rem; }
        .view-by-the-numbers-data-pages .views-row:nth-child(n + 4)::before {
          height: calc(100% - 1.5rem); } }
  @media (min-width: 760px) and (max-width: 959px) {
    .view-by-the-numbers-data-pages .views-row {
      width: 50%; }
      .view-by-the-numbers-data-pages .views-row:nth-child(n + 3) {
        border-top: 1px solid #f0f0f1;
        padding-top: 1.5rem; }
        .view-by-the-numbers-data-pages .views-row:nth-child(n + 3)::before {
          height: calc(100% - 1.5rem); } }
  @media (min-width: 960px) {
    .view-by-the-numbers-data-pages .views-row {
      width: 33.33%; }
      .view-by-the-numbers-data-pages .views-row:nth-child(n + 4) {
        border-top: 1px solid #f0f0f1;
        padding-top: 1.5rem; }
        .view-by-the-numbers-data-pages .views-row:nth-child(n + 4)::before {
          height: calc(100% - 1.5rem); } }
  .view-by-the-numbers-data-pages .views-row::before {
    background-color: #f0f0f1;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px; }
  .view-by-the-numbers-data-pages .views-row:first-child::before {
    content: normal; }

.view-by-the-numbers-data-pages .graph_title {
  margin-top: 0.5rem; }
  .view-by-the-numbers-data-pages .graph_title a {
    color: #3b3b3b;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none; }

#views-exposed-form-by-the-numbers-data-pages-page .views-exposed-form .views-exposed-widget {
  display: none; }
  #views-exposed-form-by-the-numbers-data-pages-page .views-exposed-form .views-exposed-widget.views-submit-button {
    display: block; }

#views-exposed-form-by-the-numbers-data-pages-page .form-item {
  margin-bottom: 1rem; }

#views-exposed-form-by-the-numbers-data-pages-page .form-item-keys::after {
  content: ''; }

#views-exposed-form-by-the-numbers-data-pages-page .searchFilterSubmit {
  float: right;
  margin-bottom: 1rem; }

#by_the_numbers .number-box {
  float: left;
  height: 213px;
  margin: 0 16px 16px 0;
  position: relative;
  width: 332px; }
  #by_the_numbers .number-box img {
    border: 3px solid #e6e6e6;
    position: absolute;
    z-index: 0; }
  #by_the_numbers .number-box h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 10px; }
  #by_the_numbers .number-box p {
    color: #fff;
    font-size: 13px;
    line-height: 16px; }
  #by_the_numbers .number-box .caption {
    bottom: 0;
    height: 77px;
    padding: 0 15px;
    position: absolute; }

.letters__wrapper {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .letters__wrapper span {
    line-height: 22px;
    margin-right: 1rem; }
  .letters__wrapper .letters li {
    float: left;
    margin: 0 0.5rem 0.25rem 0; }
  .letters__wrapper .letters a {
    background-color: #848484;
    border-radius: 15px;
    box-shadow: inset 0 0 5px 5px #666;
    color: #fff;
    display: block;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 0 #000;
    text-transform: uppercase;
    width: 40px; }
    .letters__wrapper .letters a.selected {
      background-color: #3b3b3b;
      box-shadow: inset 0 0 5px 5px #3b3b3b; }

.node-photo-gallery #flexslider-photo-gallery-slider .slides li {
  text-align: center; }

.node-photo-gallery #flexslider-photo-gallery-slider .slides img {
  display: inline;
  width: auto; }

.node-photo-gallery .flex-direction-nav {
  margin: 0; }
  .node-photo-gallery .flex-direction-nav a {
    background-image: url("../images/bg_direction_nav2.png");
    opacity: 1;
    top: 41%; }
    .node-photo-gallery .flex-direction-nav a.flex-prev {
      left: 0; }
    .node-photo-gallery .flex-direction-nav a.flex-next {
      right: 0; }

.node-photo-gallery .field-name-field-image-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 1rem 10px;
  text-align: left; }

.node-photo-gallery .field-name-field-gallery-images .field-item {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 10px; }

#sidebar.article-content {
  width: auto; }

@media (max-width: 1024px) {
  #sidebar-content {
    margin: 0; } }

#sidebar-content ul {
  margin-bottom: 1.5rem; }
  #sidebar-content ul li {
    border-bottom: 1px solid #e6e3e0;
    border-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    #sidebar-content ul li.views-row-last, #sidebar-content ul li.last {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

#sidebar-content h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; }
  #sidebar-content h6 a {
    color: #3b3b3b !important;
    text-decoration: none; }

#sidebar-content > section,
#sidebar-content .panel-display > .panel-pane {
  border-bottom: 7px solid #eee;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem; }
  @media (max-width: 1024px) {
    #sidebar-content > section,
    #sidebar-content .panel-display > .panel-pane {
      border: 0;
      margin-bottom: 0; } }
  #sidebar-content > section.last,
  #sidebar-content .panel-display > .panel-pane.last {
    border-bottom: 0;
    margin-bottom: 0; }

#sidebar-content .top-section {
  width: 100%; }
  @media (max-width: 1024px) {
    #sidebar-content .top-section {
      background-color: #eee;
      background-image: linear-gradient(to bottom, #eee 0%, #e4e4e4 100%);
      box-shadow: inset 0 0 1px 1px #c7c8c9; } }
  #sidebar-content .top-section h5,
  #sidebar-content .top-section h3 {
    color: #f93e42;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize; }
    @media (max-width: 1024px) {
      #sidebar-content .top-section h5,
      #sidebar-content .top-section h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 2rem; } }
    @media (max-width: 759px) {
      #sidebar-content .top-section h5,
      #sidebar-content .top-section h3 {
        padding-left: 1rem; } }
    @media (min-width: 760px) {
      #sidebar-content .top-section h5,
      #sidebar-content .top-section h3 {
        padding-left: 0.5rem; } }
    @media (min-width: 1025px) {
      #sidebar-content .top-section h5,
      #sidebar-content .top-section h3 {
        padding-left: 0; } }

#sidebar-content .icon {
  display: none; }

#sidebar-content .type {
  color: #f93e42;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

#sidebar-content .list-box img {
  float: left;
  margin-right: 12px; }

#sidebar-content .list-box h6 {
  margin-top: -4px; }

#sidebar-content .list-box p,
#sidebar-content .list-box p > span {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px; }

#sidebar-content .list-box ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  #sidebar-content .list-box ul li {
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 10px; }
    @media (max-width: 1024px) {
      #sidebar-content .list-box ul li {
        padding: 0.25rem 0.5rem; } }
    #sidebar-content .list-box ul li.views-row-odd {
      background: #fff; }
    #sidebar-content .list-box ul li.last, #sidebar-content .list-box ul li.views-row-last {
      margin-bottom: 0;
      padding-bottom: 0; }

#sidebar-content .list-box.related-content p,
#sidebar-content .list-box.related-content p > .date-display-single {
  color: #808284;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; }

#sidebar-content .list-box .top-section {
  margin-bottom: 7px;
  margin-top: -2px; }

#sidebar-content .list-box .center-leaders img {
  border-width: 0; }

.ad {
  color: #fff;
  height: 159px;
  position: relative;
  width: 202px; }
  @media (max-width: 1024px) {
    .ad {
      height: auto;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }
  .ad.overlay .wrap {
    display: none;
    position: relative;
    z-index: -1; }
  .ad.overlay img {
    border: 1px solid #e6e3e0;
    position: absolute;
    z-index: 0; }
    @media (max-width: 1024px) {
      .ad.overlay img {
        position: static; } }
  @media (max-width: 599px) {
    .ads .panel-pane.last .ad {
      text-align: right; } }
  .ad a {
    color: #fff; }
  .ad span {
    position: absolute;
    background: url("../images/empty.png") repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .ad p {
    font-size: 14px;
    line-height: 18px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300; }
  .ad h3 {
    color: #fff;
    font-size: 25px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400;
    margin-bottom: 5px; }
  .ad h4 {
    font-size: 23px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 5px; }
  .ad h5 {
    font-size: 20px;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff; }
    .front .ad h5 {
      font-size: 20px;
      font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      margin-bottom: 5px;
      color: #fff; }

#ask-catalyst .icon {
  background: url("../images/sprite.png") 0 -281px no-repeat;
  height: 15px;
  margin-right: 10px;
  width: 15px; }
  #ask-catalyst .icon h6 {
    margin-bottom: 3px; }
  #ask-catalyst .icon p {
    color: #808284;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 3px; }
    #ask-catalyst .icon p.answer {
      color: #3b3b3b;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      #ask-catalyst .icon p.answer span {
        color: #000; }

#sidebar .block-boxes-simple .boxes-box-content p + h4 {
  margin-top: 30px; }

#sidebar .block-boxes-simple .boxes-box-content h3 {
  color: #0c2afa;
  font-weight: 400;
  margin-bottom: 1rem;
  text-decoration: none; }

#sidebar .block-boxes-simple .boxes-box-content h4 {
  color: #000;
  margin-bottom: 0.5rem;
  text-decoration: none; }

#sidebar .block-boxes-simple .boxes-box-content h5 + p {
  margin-top: 2px; }

#sidebar .block-boxes-simple .boxes-box-content ol,
#sidebar .block-boxes-simple .boxes-box-content ul {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  #sidebar .block-boxes-simple .boxes-box-content ol:last-child,
  #sidebar .block-boxes-simple .boxes-box-content ul:last-child {
    margin-bottom: 2px; }

#sidebar .block-boxes-simple .boxes-box-content ol {
  margin-bottom: 1.5rem; }
  #sidebar .block-boxes-simple .boxes-box-content ol li {
    margin-bottom: 0;
    color: #3b3b3b;
    list-style: decimal; }
  #sidebar .block-boxes-simple .boxes-box-content ol ol {
    margin-bottom: 0;
    margin-top: 0; }
    #sidebar .block-boxes-simple .boxes-box-content ol ol li {
      list-style: lower-alpha; }

#sidebar .block-boxes-simple .boxes-box-content ul li {
  background: url("../images/list-dot.png") no-repeat 0 7px;
  border: 0;
  color: #3b3b3b;
  margin-bottom: 0;
  padding: 0 0 0 14px; }
  #sidebar .block-boxes-simple .boxes-box-content ul li.last {
    margin-bottom: 0; }

#sidebar .block-boxes-simple .boxes-box-content ul ul {
  margin-bottom: 0;
  margin-top: 0; }

@media (max-width: 1024px) {
  #media_contacts_block_sidebar .pane-content-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

#media_contacts_block_sidebar p {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px; }

.media-contact .icon {
  background: url("../images/sprite.png") 0 -463px no-repeat;
  height: 15px;
  margin-right: 0.5rem;
  width: 16px; }

.media-contact .email a {
  color: #0c2afa;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  text-transform: lowercase; }

@media (max-width: 1024px) {
  #sidebar-content .block-menu-block h5.block-title {
    background: linear-gradient(to bottom, #eee 0%, #e4e4e4 100%) #eee;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 0;
    padding: 0 1rem; } }

#sidebar-content .side-menu h5 {
  color: #0c2afa;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }

#sidebar-content .side-menu ul {
  margin: 7px 0;
  padding-left: 0; }
  #sidebar-content .side-menu ul li {
    list-style: none; }

#sidebar-content .side-menu li {
  border-bottom: 0;
  list-style: none;
  margin: 0 0 3px;
  padding: 0; }
  #sidebar-content .side-menu li a {
    background: #c7c8c9;
    color: #fff;
    display: block;
    font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding: 6px 10px;
    text-decoration: none;
    width: 100%; }
    #sidebar-content .side-menu li a:hover {
      color: #000; }
  #sidebar-content .side-menu li li {
    padding: 0; }
    @media (max-width: 1024px) {
      #sidebar-content .side-menu li li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; } }
    #sidebar-content .side-menu li li.active a, #sidebar-content .side-menu li li.active-trail a {
      background: url("../images/arrow-side-menu.png") 0 14px no-repeat; }
      @media (max-width: 1024px) {
        #sidebar-content .side-menu li li.active a, #sidebar-content .side-menu li li.active-trail a {
          color: #000; } }
    #sidebar-content .side-menu li li.active ul, #sidebar-content .side-menu li li.active-trail ul {
      display: block; }
    #sidebar-content .side-menu li li.active.expanded a, #sidebar-content .side-menu li li.active-trail.expanded a {
      background: url("../images/arrow-side-menu-closed.png") 0 11px no-repeat; }
    #sidebar-content .side-menu li li a {
      background-color: #fff;
      color: #0c2afa;
      font-size: 14px;
      font-weight: 400;
      height: auto;
      line-height: 19px;
      text-decoration: none;
      text-indent: 0;
      width: 100%; }
      @media (max-width: 1024px) {
        #sidebar-content .side-menu li li a {
          padding-left: 1rem;
          padding-right: 1rem; } }
      #sidebar-content .side-menu li li a.active {
        color: #0c2afa;
        font-weight: 700; }
    #sidebar-content .side-menu li li ul {
      display: none; }
      #sidebar-content .side-menu li li ul a {
        background-color: #fff !important;
        background-image: none; }
    #sidebar-content .side-menu li li li {
      padding: 0 0 0 15px; }

@media (max-width: 1024px) {
  #sidebar-content .side-menu .menu-block-wrapper > ul {
    margin: 0; } }

.social .time {
  color: #808284;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; }

.social .update {
  color: #3b3b3b;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .social .update > span {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700; }

#sidebar-content .view-rsb-catalyst-in-the-news p,
#sidebar-content .view-rsb-catalyst-in-the-news p > .date-display-single {
  color: #808284;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; }

#sidebar-content .view-rsb-catalyzing li p {
  font-size: 12px;
  line-height: 18px;
  color: #848484;
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700; }

#sidebar-content .view-rsb-element-media-release p,
#sidebar-content .view-rsb-element-media-release p > .date-display-single {
  color: #808284;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; }

#sidebar-content .view-rsb-recent-events p,
#sidebar-content .view-rsb-recent-events p > .date-display-single {
  color: #808284;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; }

#sidebar-content .view-rsb-media-contact .btn-contact-region {
  background-color: #e6e6e6;
  background-image: linear-gradient(to right, #e6e6e6 5%, #ddd 100%);
  border: 1px solid #ddd;
  border-radius: 30px;
  box-shadow: 0 1px 0 0 #fff;
  color: #555;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: -2px;
  margin-top: 15px;
  padding: 2px 6px;
  text-decoration: none;
  text-transform: uppercase; }
  #sidebar-content .view-rsb-media-contact .btn-contact-region:hover {
    background: linear-gradient(to right, #ddd 5%, #e6e6e6 100%);
    background-color: #ddd; }
  #sidebar-content .view-rsb-media-contact .btn-contact-region:active {
    position: relative;
    top: 1px; }

#sidebar-content .pane-rsb-most-discussed .pane-content .view-content ul {
  margin-bottom: 0; }
  #sidebar-content .pane-rsb-most-discussed .pane-content .view-content ul li {
    border-bottom: 1px solid #e6e3e0;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem; }

#sidebar-content .view-rsb-most-discussed br {
  display: none; }

#sidebar-content .view-rsb-most-discussed .list-box p,
#sidebar-content .view-rsb-most-discussed .list-box p > span {
  font-size: 11px;
  margin-bottom: 0; }

#sidebar-content .view-rsb-most-discussed .attachment-after p {
  float: right;
  margin-top: -4px;
  width: 149px; }
  @media (max-width: 1024px) {
    #sidebar-content .view-rsb-most-discussed .attachment-after p {
      width: 84%; } }

#sidebar-content .view-rsb-most-discussed .attachment-after h6 {
  float: right;
  margin-top: 0;
  width: 149px; }
  @media (max-width: 1024px) {
    #sidebar-content .view-rsb-most-discussed .attachment-after h6 {
      width: 84%; } }
  #sidebar-content .view-rsb-most-discussed .attachment-after h6 a {
    color: #808284;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px; }

@media (max-width: 1024px) {
  #sidebar-content .view-rsb-most-discussed .attachment-after img {
    width: 10%; } }

#sidebar-content .pane-twitter-block-default .list-box .top-section {
  margin-bottom: 7px; }

@media (min-width: 1025px) {
  .l-homepage .container {
    padding: 1.5rem; } }

.l-homepage .l-main-content {
  border-right: 0;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0;
  padding-right: 0; }

.l-homepage .wrap,
.l-homepage .panel-pane .view .wrap,
.l-homepage .panels-flexible-2_columns_split_right .panels-flexible-row,
.l-homepage .panels-flexible-row-2_columns_split_right-4-inside,
.l-homepage .panels-flexible-row-2_columns_split_right-5-inside {
  padding: 0; }

.l-homepage .panels-flexible-column-inside,
.l-homepage .panel-separator {
  margin: 0;
  padding: 0; }

.l-homepage .panel-flexible .panels-flexible-region-2_columns_split_right-full_left,
.l-homepage .panels-flexible-region-2_columns_split_right-right_top,
.l-homepage .panels-flexible-region-2_columns_split_right-right_bottom,
.l-homepage .panels-flexible-region-2_columns_split_right-bottom {
  float: none;
  width: 100%; }

.l-homepage .panels-flexible-row-2_columns_split_right-main-row-inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 599px) {
    .l-homepage .panels-flexible-row-2_columns_split_right-main-row-inside {
      -ms-flex-direction: column;
      flex-direction: column; } }

.l-homepage .home_col1 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: none;
  width: 100%; }
  @media (min-width: 600px) {
    .l-homepage .home_col1 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      padding-right: 1rem;
      width: 50%; } }
  @media (min-width: 960px) {
    .l-homepage .home_col1 {
      -ms-flex-preferred-size: 461px;
      flex-basis: 461px;
      width: 461px; } }

.l-homepage .home_col2 {
  float: none;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }
  @media (max-width: 599px) {
    .l-homepage .home_col2 {
      border-top: 1px solid #eee;
      margin-top: 1rem;
      padding-top: 1rem; } }
  @media (min-width: 600px) {
    .l-homepage .home_col2 {
      border-left: 1px solid #eee;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      left: -1px;
      padding-left: 1rem;
      position: relative;
      width: 50%; } }
  @media (min-width: 960px) {
    .l-homepage .home_col2 {
      -ms-flex-preferred-size: 459px;
      flex-basis: 459px;
      width: 459px; } }
  .l-homepage .home_col2 > .inside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; }
  .l-homepage .home_col2 .ads,
  .l-homepage .home_col2 .split {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .l-homepage .home_col2 .split {
    padding-right: 1rem; }
    @media (max-width: 599px) {
      .l-homepage .home_col2 .split {
        padding-bottom: 1rem;
        padding-left: 1rem; } }
    @media (min-width: 1025px) {
      .l-homepage .home_col2 .split {
        padding-right: 0; } }
    .l-homepage .home_col2 .split .panels-flexible-row-inside,
    .l-homepage .home_col2 .split .panels-flexible-region {
      height: 100%; }

.l-homepage .ads.panels-flexible-row {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1rem;
  padding: 0 1rem 1rem; }
  @media (min-width: 600px) {
    .l-homepage .ads.panels-flexible-row {
      padding-left: 0; } }
  @media (min-width: 1025px) {
    .l-homepage .ads.panels-flexible-row {
      padding-right: 0; } }

.l-homepage .ads .ad {
  margin: 0;
  padding: 0; }

.l-homepage .panels-flexible-region-2_columns_split_right-right_top-inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .l-homepage .panels-flexible-region-2_columns_split_right-right_top-inside > .panel-pane {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
    @media (min-width: 960px) {
      .l-homepage .panels-flexible-region-2_columns_split_right-right_top-inside > .panel-pane {
        -ms-flex-preferred-size: 202px;
        flex-basis: 202px; } }
    .l-homepage .panels-flexible-region-2_columns_split_right-right_top-inside > .panel-pane.first {
      padding-right: 0.5rem; }
    .l-homepage .panels-flexible-region-2_columns_split_right-right_top-inside > .panel-pane.last {
      padding-left: 0.5rem; }
  .l-homepage .panels-flexible-region-2_columns_split_right-right_top-inside > .panel-separator {
    background-color: #eee;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px; }

.l-homepage .panels-flexible-region-2_columns_split_right-right_bottom-inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1rem; }
  @media (min-width: 960px) {
    .l-homepage .panels-flexible-region-2_columns_split_right-right_bottom-inside {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      height: 100%;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 0; } }
  .l-homepage .panels-flexible-region-2_columns_split_right-right_bottom-inside > .panel-pane {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%; }
    @media (min-width: 960px) {
      .l-homepage .panels-flexible-region-2_columns_split_right-right_bottom-inside > .panel-pane {
        -ms-flex: 0 1 202px;
        flex: 0 1 202px; } }
  .l-homepage .panels-flexible-region-2_columns_split_right-right_bottom-inside > .panel-separator {
    background-color: #eee;
    -ms-flex: 1 1 1px;
    flex: 1 1 1px;
    height: 1px;
    margin: 1.5rem 0; }
    @media (min-width: 960px) {
      .l-homepage .panels-flexible-region-2_columns_split_right-right_bottom-inside > .panel-separator {
        -ms-flex: 0 0 1px;
        flex: 0 0 1px;
        height: auto;
        margin: 0;
        width: 1px; } }

/*# sourceMappingURL=maps/catalyst.main.css.map */
