@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  height: auto; }

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

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

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

::-moz-selection {
  background: #2c5697;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #2c5697;
  color: #ffffff;
  text-shadow: none; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Kill all margins on headers except the bottom. 
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px; }

body,
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #5e514d;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

a {
  font-weight: 600; }
  a:link, a:visited {
    color: #25BAFF;
    text-decoration: none; }
  a:hover, a:active {
    color: #62cdff;
    text-decoration: underline; }

.button {
  background: #232426;
  color: #ffffff; }
  .button:hover {
    background: #25BAFF; }

.header, h1,
h2, .subheader, h3, .form--sign-up .form--title, .subheader-small, h4,
h5,
h6, .menu--mobile .menu a, .sidebar-second .block--inner > h2,
.block-title, .main--content .block--inner > h2, .field--type, .block--footer-nav .menu a, .menu--mobile a.menu-item--get-involved, .block--action-nav .views-row a, .block--urgent-update .views-row a, .block--action-nav .views-row-3 label, .block--urgent-update .views-row-3 label, .block--donate .entity-bean a, .signup--link, .menu--mobile .bean-auxiliary-action a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

.header, h1,
h2 {
  font-size: 32px;
  line-height: 32px; }

.subheader, h3, .form--sign-up .form--title {
  font-size: 24px;
  line-height: 28px; }

.subheader-small, h4,
h5,
h6, .menu--mobile .menu a {
  font-size: 18px;
  line-height: 22px;
  text-transform: none; }

.no-caps {
  text-transform: none !important; }

p {
  margin: 0 0 20px 0; }

h1, h2, h3, h4 {
  color: #2c5697; }

blockquote {
  border-left: 3px solid #9f9694;
  background-color: #f6f6f6;
  padding: 20px 20px 40px 48px;
  line-height: 26px;
  font-style: italic;
  margin: 15px 0px; }

blockquote::before {
  content: "\201C";
  font-size: 80px;
  font-weight: bold;
  color: #2c5697;
  position: relative;
  left: -19px;
  top: 12px;
  font-style: normal; }

blockquote::after {
  content: "\201D";
  font-size: 80px;
  font-weight: bold;
  color: #2c5697;
  float: right;
  margin: 0px 40px;
  font-style: normal; }

.pager {
  margin-bottom: 40px;
  text-align: center;
  clear: both; }
  .pager li {
    list-style: none;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 1em; }

table {
  margin: 0;
  padding: 0;
  border: none;
  color: #232426;
  background: #cdcdcd; }
  table tbody {
    border-color: #555555; }
  table th,
  table td {
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #555555;
    border-color: #555555; }
  table th {
    border-width: 2px;
    border-color: #555555; }
  table tr:last-child th,
  table tr:last-child td {
    border-bottom: none; }
  table tr:nth-child(even) {
    background: #e7e7e7; }

pre, code, tt {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  color: #ffffff; }

pre {
  background-color: #2c5697;
  display: block;
  padding: 10px;
  border: 1px solid #386cbe; }

ul, ol {
  margin-top: 0; }

ul {
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }
    ul ul ul {
      list-style-type: square; }
      ul ul ul ul {
        list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style-type: lower-alpha; }
    ol ol ol {
      list-style-type: decimal; }

abbr {
  border-bottom: 1px dotted #BFBB98;
  cursor: help;
  white-space: nowrap; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #BFBB98;
  margin: 1em 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"] {
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 6px 8px;
  border-radius: 4px;
  background: #cdcdcd;
  color: #232426; }
  @media screen and (min-width: 60em) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="file"] {
      width: auto; } }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  input[type="file"]:focus {
    background: #ffffff; }

textarea {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

:-ms-input-placeholder {
  color: #232426; }

::placeholder {
  color: #232426; }

.form-type-date select,
.form-item-weight select {
  width: auto;
  display: inline-block; }

input[type="submit"],
button[type="Submit"],
input[type="reset"] {
  background: #232426;
  color: #cdcdcd;
  border-radius: 4px;
  padding: 3px 10px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-right: 20px; }
  input[type="submit"]:hover,
  button[type="Submit"]:hover,
  input[type="reset"]:hover {
    cursor: pointer;
    background: #25BAFF;
    color: #ffffff; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clearfix, .main--footer .inside-constrained, .header-top, .block--action-nav ul, .block--urgent-update ul, .block--news-front .block--inner, .block--featured-action .views-row, .page-node-61 .main--content .block-views {
  zoom: 1; }
  .clearfix:before, .main--footer .inside-constrained:before, .header-top:before, .block--action-nav ul:before, .block--urgent-update ul:before, .block--news-front .block--inner:before, .block--featured-action .views-row:before, .page-node-61 .main--content .block-views:before, .clearfix:after, .main--footer .inside-constrained:after, .header-top:after, .block--action-nav ul:after, .block--urgent-update ul:after, .block--news-front .block--inner:after, .block--featured-action .views-row:after, .page-node-61 .main--content .block-views:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .main--footer .inside-constrained:after, .header-top:after, .block--action-nav ul:after, .block--urgent-update ul:after, .block--news-front .block--inner:after, .block--featured-action .views-row:after, .page-node-61 .main--content .block-views:after {
    clear: both; }

.ir {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.tabs.primary {
  list-style: none;
  margin: 0 0 10px;
  padding: 0; }
  .tabs.primary li {
    display: inline-block; }
    .tabs.primary li.active a {
      border-color: #e10267; }
  .tabs.primary a {
    display: block;
    background: #232426;
    border: 1px solid #555555;
    padding: 2px 8px;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
    .tabs.primary a:hover {
      background: #e10267;
      color: #ffffff;
      text-decoration: none; }

#offcanvas--wrapper1 {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%; }

#offcanvas--wrapper2 {
  width: 100%;
  position: relative;
  transition: left 0.2s ease; }
  .js #offcanvas--wrapper2 {
    left: 0; }
  .js.js-nav #offcanvas--wrapper2 {
    left: 210px; }

#offcanvas--items {
  z-index: 200;
  width: 90%;
  position: absolute;
  top: 0;
  left: 5%; }
  #offcanvas--items:not(:target) {
    z-index: 500;
    height: auto;
    position: relative; }
    @media screen and (min-width: 60em) {
      #offcanvas--items:not(:target) {
        width: 100%;
        position: static; } }
  .js #offcanvas--items {
    position: absolute;
    width: 210px;
    left: -210px; }
    @media screen and (min-width: 60em) {
      .js #offcanvas--items {
        height: 44px;
        width: auto;
        left: auto;
        position: static; } }

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable gp-column setup */
.gp-col {
  border: 0px solid transparent;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important;
  margin-bottom: 12px; }

/*
Page is our center aligned 95% width container. We have set it's 'position' as relative
so that the Gridpak overlay will appear in the correct position. We have also updated
the gridpak.js file to use '.page' as it's container.
*/
/* 1. 2 gp-Column Grid 0px - 319px

    gp-Span 1:   50%
    gp-Span 2:   100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0) and (max-width: 60em) {
  .gp-row {
    margin-left: -12px; }
  .gp-col {
    border-left-width: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  /* --- Gridpak variables ---*/
  /*
        Add your semantic classnames in alongside their corresponding gp-spans here. e.g.

        .gp-span-3,
        .my_semantic_class_name {
            ...
        }

        */
  .gp-span-1 {
    width: 50%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  /* Using .gp-col to target ALL gp-columns and make them 100% */
  .gp-span-2,
  .gp-col {
    margin-left: 0;
    width: 100%;
    margin-left: 0; } }

/* 2. 6 gp-Column Grid 320px - 919px

    gp-Span 1:   15.0%
    gp-Span 2:   32.0%
    gp-Span 3:   49.0%
    gp-Span 4:   66.0%
    gp-Span 5:   83.0%
    gp-Span 6:   100%

    ----------------------------------------------------------------------------- */
/* 3. 12 gp-Column Grid 920px - Infinity

    gp-Span 1:   8.33333333333%
    gp-Span 2:   16.6666666667%
    gp-Span 3:   25.0%
    gp-Span 4:   33.3333333333%
    gp-Span 5:   41.6666666667%
    gp-Span 6:   50.0%
    gp-Span 7:   58.3333333333%
    gp-Span 8:   66.6666666667%
    gp-Span 9:   75.0%
    gp-Span 10:   83.3333333333%
    gp-Span 11:   91.6666666667%
    gp-Span 12:   100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 60em) {
  .gp-row {
    margin-left: -12px; }
  .gp-col {
    border-left-width: 12px;
    padding: 0 12px; }
  /* --- Gridpak variables ---*/
  /*
        Add your semantic classnames in alongside their corresponding gp-spans here. e.g.

        .gp-span-3,
        .my_semantic_class_name {
            ...
        }

        */
  .gp-span-1 {
    width: 8.3333333333%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-2 {
    width: 16.6666666667%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-3,
  .navigation,
  .related_content {
    width: 25%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0;
    height: 400px; }
  .gp-span-4,
  .media_block {
    width: 33.3333333333%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-5 {
    width: 41.6666666667%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-6,
  .main_content {
    width: 50%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-7 {
    width: 58.3333333333%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-8 {
    width: 66.6666666667%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-9 {
    width: 75%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-10 {
    width: 83.3333333333%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-11 {
    width: 91.6666666667%;
    border-left-width: 12px;
    padding: 0 12px;
    margin-left: 0; }
  .gp-span-12 {
    margin-left: 0;
    width: 100%;
    margin-left: 0;
    height: 100px; } }

.sprite--navicon, .navicon .icon {
  width: 27px;
  height: 20px;
  background-position: 0 0; }

.sprite--cancel, .search-button.is-out .icon {
  width: 22px;
  height: 22px;
  background-position: 0 -25px; }

.sprite--facebook, .social-media-list .facebook a {
  width: 22px;
  height: 22px;
  background-position: 0 -55px; }

.sprite--search, .search-button .icon {
  width: 22px;
  height: 22px;
  background-position: 0 -85px; }

.sprite--print {
  width: 22px;
  height: 22px;
  background-position: 0 -115px; }

.sprite--email, .social-media-list .email a {
  width: 27px;
  height: 21px;
  background-position: 0 -145px; }

.sprite--instagram, .social-media-list .instagram a {
  width: 22px;
  height: 22px;
  background-position: 0 -175px; }

.sprite--twitter, .social-media-list .twitter a {
  width: 22px;
  height: 22px;
  background-position: 0 -205px; }

.sprite--hias-small, .main--logo {
  width: 77px;
  height: 23px;
  background-position: 0 -235px; }

.sprite--hias-logo2, .hias-logo {
  width: 157px;
  height: 46px;
  background-position: 0 -265px; }

.sprite--hias-logo {
  width: 189px;
  height: 104px;
  background-position: 0 -320px; }

.sprite--blog-facebook, #main-content .addthis_toolbox a.addthis_button_facebook {
  width: 37px;
  height: 35px;
  background-position: 0 -430px; }

.sprite--blog-twitter, #main-content .addthis_toolbox a.addthis_button_twitter {
  width: 37px;
  height: 35px;
  background-position: 0 -467px; }

.sprite--blog-print, #main-content .addthis_toolbox a.addthis_button_print {
  width: 37px;
  height: 35px;
  background-position: 0 -504px; }

.sprite--blog-email, #main-content .addthis_toolbox a.addthis_button_email {
  width: 37px;
  height: 35px;
  background-position: 0 -542px; }

.sprite--navicon, .navicon .icon, .sprite--cancel, .search-button.is-out .icon, .sprite--facebook, .social-media-list .facebook a, .sprite--search, .search-button .icon, .sprite--print, .sprite--email, .social-media-list .email a, .sprite--instagram, .social-media-list .instagram a, .sprite--twitter, .social-media-list .twitter a, .sprite--hias-small, .main--logo, .sprite--hias-logo2, .hias-logo, .sprite--hias-logo, .sprite--blog-facebook, #main-content .addthis_toolbox a.addthis_button_facebook, .sprite--blog-twitter, #main-content .addthis_toolbox a.addthis_button_twitter, .sprite--blog-print, #main-content .addthis_toolbox a.addthis_button_print, .sprite--blog-email, #main-content .addthis_toolbox a.addthis_button_email {
  background-size: 190px 577px; }

.no-svg .sprite--navicon, .no-svg .navicon .icon, .navicon .no-svg .icon, .no-svg .sprite--cancel, .no-svg .search-button.is-out .icon, .search-button.is-out .no-svg .icon, .no-svg .sprite--facebook, .no-svg .social-media-list .facebook a, .social-media-list .facebook .no-svg a, .no-svg .sprite--search, .no-svg .search-button .icon, .search-button .no-svg .icon, .no-svg .sprite--print, .no-svg .sprite--email, .no-svg .social-media-list .email a, .social-media-list .email .no-svg a, .no-svg .sprite--instagram, .no-svg .social-media-list .instagram a, .social-media-list .instagram .no-svg a, .no-svg .sprite--twitter, .no-svg .social-media-list .twitter a, .social-media-list .twitter .no-svg a, .no-svg .sprite--hias-small, .no-svg .main--logo, .no-svg .sprite--hias-logo2, .no-svg .hias-logo, .no-svg .sprite--hias-logo, .sprite--blog-facebook, #main-content .addthis_toolbox a.addthis_button_facebook, .sprite--blog-twitter, #main-content .addthis_toolbox a.addthis_button_twitter, .sprite--blog-print, #main-content .addthis_toolbox a.addthis_button_print, .sprite--blog-email, #main-content .addthis_toolbox a.addthis_button_email {
  background-image: url("../img/sprites/sprite.png"); }

.sprite--navicon, .navicon .icon, .sprite--cancel, .search-button.is-out .icon, .sprite--facebook, .social-media-list .facebook a, .sprite--search, .search-button .icon, .sprite--print, .sprite--email, .social-media-list .email a, .sprite--instagram, .social-media-list .instagram a, .sprite--twitter, .social-media-list .twitter a, .sprite--hias-small, .main--logo, .sprite--hias-logo2, .hias-logo, .sprite--hias-logo, .sprite--blog-facebook, #main-content .addthis_toolbox a.addthis_button_facebook, .sprite--blog-twitter, #main-content .addthis_toolbox a.addthis_button_twitter, .sprite--blog-print, #main-content .addthis_toolbox a.addthis_button_print, .sprite--blog-email, #main-content .addthis_toolbox a.addthis_button_email {
  background-image: url("../img/sprites/sprite.svg"); }

.block--hero-images .hero-nav .active:before, .block--hero-images .hero-nav .active:after, .block--hero-images .hero-nav .active-item:before, .block--hero-images .hero-nav .active-item:after {
  animation: animation 800ms linear both; }

.block--hero-images .hero-nav .active:before, .block--hero-images .hero-nav .active-item:before {
  position: relative;
  z-index: -1000; }

@keyframes animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 12.5, 0, 1); }
  2.083333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10.46455, 0, 1); }
  4.166667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.41393, 0, 1); }
  6.25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 6.46348, 0, 1); }
  8.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 4.69183, 0, 1); }
  10.416667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.14653, 0, 1); }
  12.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.84999, 0, 1); }
  14.583333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.80501, 0, 1); }
  16.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.58651, 0, 1); }
  20.833333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.98201, 0, 1); }
  22.916667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.21689, 0, 1); }
  25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.32201, 0, 1); }
  27.083333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.32689, 0, 1); }
  29.166667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.25846, 0, 1); }
  31.25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.14034, 0, 1); }
  33.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.99242, 0, 1); }
  35.416667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.83082, 0, 1); }
  37.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.66801, 0, 1); }
  39.583333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.51316, 0, 1); }
  41.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3725, 0, 1); }
  43.75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.24982, 0, 1); }
  45.833333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.14688, 0, 1); }
  47.916667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.06391, 0, 1); }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.083333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.04657, 0, 1); }
  54.166667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.07797, 0, 1); }
  56.25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.09661, 0, 1); }
  58.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.10496, 0, 1); }
  60.416667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.10535, 0, 1); }
  62.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.09991, 0, 1); }
  64.583333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.09054, 0, 1); }
  66.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.07879, 0, 1); }
  68.75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.06596, 0, 1); }
  70.833333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.05304, 0, 1); }
  72.916667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.04074, 0, 1); }
  75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.02957, 0, 1); }
  77.083333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.01983, 0, 1); }
  79.166667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.01166, 0, 1); }
  81.25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00507, 0, 1); }
  83.333333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.416667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0037, 0, 1); }
  87.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00619, 0, 1); }
  89.583333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00767, 0, 1); }
  91.666667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00833, 0, 1); }
  93.75% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00836, 0, 1); }
  95.833333% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00793, 0, 1); }
  97.916667% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00719, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

.gp-row .node-staff {
  padding: 10px; }

.gp-row .node-staff img {
  margin: 10px 0;
  border: 1px solid white;
  width: 130px; }

.ds--hias-2col {
  margin-bottom: 40px; }
  .ds--hias-2col > .group-left {
    margin-bottom: 10px; }
    @media screen and (min-width: 45em) {
      .ds--hias-2col > .group-left {
        float: left;
        /* LTR */
        width: 287px; } }
  @media screen and (min-width: 45em) {
    .ds--hias-2col > .group-right {
      margin-left: 240px; } }

.ds--hias-staff-2col {
  margin-bottom: 40px; }
  .ds--hias-staff-2col > .group-left {
    margin-bottom: 10px; }
    @media screen and (min-width: 45em) {
      .ds--hias-staff-2col > .group-left {
        float: left;
        /* LTR */
        width: 100px; } }
  @media screen and (min-width: 45em) {
    .ds--hias-staff-2col > .group-right {
      margin-left: 100px; } }

.ds--hias-staff-full {
  margin-bottom: 40px; }
  @media screen and (min-width: 45em) {
    .ds--hias-staff-full .group-top {
      margin-bottom: 20px; } }
  .ds--hias-staff-full .group-left {
    margin-bottom: 10px; }
    @media screen and (min-width: 45em) {
      .ds--hias-staff-full .group-left {
        float: right;
        width: 180px;
        margin-top: -135px;
        padding: 15px; } }

.page-staff .node-staff {
  height: 100%; }
  .page-staff .node-staff article.bio {
    margin: 10px 0; }
  .page-staff .node-staff .more-link {
    position: absolute;
    bottom: 0;
    right: 0; }

.page-staff .main--content .block.block-views {
  margin: 20px 0;
  margin-bottom: 80px;
  display: inline-block; }

.page-staff .page-header {
  display: none; }

* {
  box-sizing: border-box; }

body {
  background: #ffffff; }
  body.logged-in {
    margin-top: 30px; }
  body:after {
    display: none;
    content: "bp-zero"; }
    @media screen and (min-width: 60em) {
      body:after {
        content: "bp-medium"; } }

.main--page {
  background: #ffffff;
  overflow: hidden; }

.inside-constrained, .block--action-nav ul, .block--urgent-update ul, .block--news-front .block--inner, .block--featured-action .block--inner {
  max-width: 1150px;
  margin: 0 auto; }

.inside-constrained {
  padding: 0 10px;
  position: relative; }
  @media screen and (min-width: 72em) {
    .inside-constrained {
      padding: 0; } }

.inside-constrained-main--content {
  max-width: 1150px;
  margin: 45px auto; }

.node-type-article .inside-constrained-main--content, .node-type-volunteer-page .inside-constrained-main--content,
.node-type-book .inside-constrained-main--content, .node-type-basic-page-with-sidebar- .inside-constrained-main--content {
  max-width: 1000px;
  margin: 45px auto; }

.node-type-page .inside-constrained-main--content, .page-blog .inside-constrained-main--content, .node-type-press-release .inside-constrained-main--content, .node-type-event .inside-constrained-main--content, .page-events-upcoming .inside-constrained-main--content, .page-events-past .inside-constrained-main--content, .page-staff .inside-constrained-main--content, .node-type-webform .inside-constrained-main--content, .page-taxonomy .inside-constrained-main--content, .page-press-releases .inside-constrained-main--content, .page-news .inside-constrained-main--content {
  max-width: 1040px;
  margin: 45px auto; }
  .node-type-page .inside-constrained-main--content .primary-content-area, .page-blog .inside-constrained-main--content .primary-content-area, .node-type-press-release .inside-constrained-main--content .primary-content-area, .node-type-event .inside-constrained-main--content .primary-content-area, .page-events-upcoming .inside-constrained-main--content .primary-content-area, .page-events-past .inside-constrained-main--content .primary-content-area, .page-staff .inside-constrained-main--content .primary-content-area, .node-type-webform .inside-constrained-main--content .primary-content-area, .page-taxonomy .inside-constrained-main--content .primary-content-area, .page-press-releases .inside-constrained-main--content .primary-content-area, .page-news .inside-constrained-main--content .primary-content-area {
    margin: 20px; }
    @media screen and (min-width: 72em) {
      .node-type-page .inside-constrained-main--content .primary-content-area, .page-blog .inside-constrained-main--content .primary-content-area, .node-type-press-release .inside-constrained-main--content .primary-content-area, .node-type-event .inside-constrained-main--content .primary-content-area, .page-events-upcoming .inside-constrained-main--content .primary-content-area, .page-events-past .inside-constrained-main--content .primary-content-area, .page-staff .inside-constrained-main--content .primary-content-area, .node-type-webform .inside-constrained-main--content .primary-content-area, .page-taxonomy .inside-constrained-main--content .primary-content-area, .page-press-releases .inside-constrained-main--content .primary-content-area, .page-news .inside-constrained-main--content .primary-content-area {
        margin: auto; } }

.sidebar-second .block--inner > h2,
.block-title {
  font-size: 32px;
  line-height: 32px;
  color: #2c5697; }

.main--content .block--inner > h2 {
  font-size: 24px;
  line-height: 28px;
  color: #2c5697; }

.page-header {
  color: #2c5697; }

.more-link {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-right: 16px; }
  .more-link:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-color: #1bb4ff;
    border-width: 5px 0 5px 6px;
    position: absolute;
    right: 0;
    top: 6px; }
  .more-link:hover {
    text-decoration: none; }

.field--author:before {
  content: 'by '; }

.field--countries {
  margin-top: 6px; }

.field--country,
.field--program {
  padding: 6px 0; }
  .field--country a,
  .field--program a {
    background: #626262;
    color: #cdcdcd;
    border-radius: 4px;
    padding: 2px 7px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0 6px 6px 0; }
    .field--country a:hover,
    .field--program a:hover {
      background: #009be7;
      color: #ffffff;
      text-decoration: none; }

.field--type {
  color: #9f9694;
  font-size: 18px;
  line-height: 22px; }

.field--image {
  text-align: center;
  margin: 0 auto 20px; }
  @media screen and (min-width: 20em) {
    .field--image {
      float: right;
      max-width: 40%;
      margin: 0;
      padding: 0 0 20px 20px; } }
  .field--image img {
    border: 2px solid #ffffff; }

.field--pdf {
  float: right; }
  .field--pdf a {
    background: #cdcdcd;
    color: #555555;
    border-radius: 4px;
    padding: 10px 14px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
    .field--pdf a:hover {
      text-decoration: none;
      background: #e10267;
      color: #ffffff; }
  .view-mode-minimal .field--pdf {
    float: none;
    margin-top: 10px; }
    .view-mode-minimal .field--pdf a {
      background: #626262;
      padding: 2px 7px;
      font-size: 12px;
      color: #ffffff;
      display: inline-block; }
      å .view-mode-minimal .field--pdf a:hover {
        background: #e10267; }

.field--date,
.text--type,
.text--publication,
.text--position,
.text--position-secondary,
.text--position-third,
.text--staff-type {
  color: #9f9694; }
  .view-mode-minimal .field--date,
  .page-search .field--date,
  .view-mode-teaser .field--date,
  .node-news .field--date, .view-mode-minimal
  .text--type,
  .page-search
  .text--type,
  .view-mode-teaser
  .text--type,
  .node-news
  .text--type, .view-mode-minimal
  .text--publication,
  .page-search
  .text--publication,
  .view-mode-teaser
  .text--publication,
  .node-news
  .text--publication, .view-mode-minimal
  .text--position,
  .page-search
  .text--position,
  .view-mode-teaser
  .text--position,
  .node-news
  .text--position, .view-mode-minimal
  .text--position-secondary,
  .page-search
  .text--position-secondary,
  .view-mode-teaser
  .text--position-secondary,
  .node-news
  .text--position-secondary, .view-mode-minimal
  .text--position-third,
  .page-search
  .text--position-third,
  .view-mode-teaser
  .text--position-third,
  .node-news
  .text--position-third, .view-mode-minimal
  .text--staff-type,
  .page-search
  .text--staff-type,
  .view-mode-teaser
  .text--staff-type,
  .node-news
  .text--staff-type {
    font-size: 14px;
    line-height: 20px; }

.text--position-secondary {
  margin-top: -20px; }

.field--author {
  color: #5e514d;
  font-weight: 600; }

@media screen and (min-width: 60em) {
  .block-addthis .addthis_toolbox {
    top: 0; } }

.addthis_toolbox {
  color: #5e514d;
  font-weight: bold;
  position: relative;
  margin-left: 170px;
  margin-top: 14px; }
  @media screen and (min-width: 60em) {
    .addthis_toolbox {
      position: absolute;
      top: 70px;
      right: 40px;
      margin: 0;
      z-index: 10; } }
  @media screen and (min-width: 60em) {
    .front .addthis_toolbox,
    .node-section-page .addthis_toolbox,
    .node-program .addthis_toolbox {
      top: 36px !important; } }
  .addthis_toolbox:before {
    content: "Share this page ";
    text-transform: uppercase;
    position: absolute;
    left: -162px;
    width: 162px;
    top: 8px;
    font-size: 16px; }
  .addthis_toolbox > a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin: 0 1px;
    opacity: .5; }
    .addthis_toolbox > a:hover {
      opacity: 1;
      text-decoration: none; }
  .addthis_toolbox span {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent !important;
    /* I feel ... so dirty */
    border: 0; }

#main-content .at4-icon {
  background: transparent; }

#main-content .addthis_toolbox a.addthis_button_print {
  float: none; }

#main-content .addthis_toolbox a.addthis_button_twitter {
  float: none; }

#main-content .addthis_toolbox a.addthis_button_facebook {
  float: none; }

#main-content .addthis_toolbox a.addthis_button_email {
  float: none; }

.bean-addthis-field .field-label {
  display: none; }

.addthis_toolbox .addthis_button_print {
  display: none; }
  @media screen and (min-width: 60em) {
    .addthis_toolbox .addthis_button_print {
      display: inline-block; } }

.basic-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  .basic-list li {
    padding: 0;
    margin: 0; }
  .basic-list .subheader-small, .basic-list h4, .basic-list
  h5, .basic-list
  h6, .basic-list .menu--mobile .menu a, .menu--mobile .menu .basic-list a {
    margin-bottom: 0; }
  .basic-list p {
    margin: 0; }
  .basic-list .views-row {
    margin-top: 20px; }

.breadcrumb {
  display: none; }
  @media screen and (min-width: 45em) {
    .breadcrumb {
      display: block;
      margin: -15px 0 20px;
      margin-left: 23px; } }
  @media screen and (min-width: 72em) {
    .breadcrumb {
      top: 22px;
      display: block;
      margin: -15px 0 20px; } }

.page-staff .subheader-small, .page-staff h4, .page-staff
h5, .page-staff
h6, .page-staff .menu--mobile .menu a, .menu--mobile .menu .page-staff a {
  color: #2c5697; }

.blog-posts-block .views-row {
  display: inline-block;
  width: 240px;
  vertical-align: top;
  margin-right: 41px !important; }

.blog-posts-block a {
  font-size: 16px;
  display: block; }

.blog-posts-block h2 {
  font-weight: bold;
  line-height: 1.25;
  color: #2c5697 !important;
  font-size: 18px !important;
  text-transform: uppercase; }

.wc-blogfeed-block {
  display: inline-block;
  margin-bottom: 20px;
  clear: both;
  width: 100%; }
  .wc-blogfeed-block .view-header {
    margin-top: -23px; }
  .wc-blogfeed-block .views-row {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    margin-right: 23px;
    clear: right; }
    .wc-blogfeed-block .views-row img {
      margin: 0;
      width: 100%; }
      @media screen and (min-width: 60em) {
        .wc-blogfeed-block .views-row img {
          width: 480px; } }
    @media screen and (min-width: 60em) {
      .wc-blogfeed-block .views-row {
        width: 270px;
        vertical-align: top;
        float: left;
        height: 310px;
        margin-right: 17px;
        border: 2px solid #ebebeb;
        border-radius: 5px; } }
  .wc-blogfeed-block a {
    font-size: 16px;
    display: block; }
  .wc-blogfeed-block a + a {
    padding: 20px; }
  .wc-blogfeed-block h2 {
    font-weight: bold;
    line-height: 1.25;
    color: #2c5697 !important;
    font-size: 20px !important;
    padding: 17px 0px 0px;
    text-transform: uppercase; }
  .wc-blogfeed-block .morelink {
    float: right;
    top: -16px;
    font-size: 11px;
    background-color: #009be7;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    left: -15px; }

#twitter-widget-0, .EmbeddedTweet {
  width: 700px;
  max-width: 700px; }

@media (max-width: 800px) {
  #twitter-widget-0, .EmbeddedTweet {
    width: 100%; } }

#vid_content {
  max-width: 1150px;
  margin: 0 auto; }

.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }

.responsive-container iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.luminate-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 99;
  background: #2c5697;
  max-width: 450px;
  padding: 32px 29px;
  border: 1px solid #2c5697; }
  .luminate-popup h2 {
    text-transform: uppercase;
    font-size: 1em;
    text-transform: none;
    color: #ffffff;
    max-width: 340px; }
  .luminate-popup .luminate {
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 10px; }
  .luminate-popup #luminateSubmit {
    background: #e10267;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 15px;
    border: 2px solid #e10267;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%; }
    .luminate-popup #luminateSubmit:hover {
      background: transparent;
      border: 2px solid white; }
  .luminate-popup #form-errors, .luminate-popup #submission-errors, .luminate-popup #success {
    color: #ffffff; }
  .luminate-popup .luminate-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 0.7em;
    color: #ffffff;
    border-radius: 4px;
    width: 23px;
    text-align: center;
    font-weight: bold;
    height: 23px;
    border: 1px solid #ffffff;
    cursor: pointer; }

.page-search h2, .page-search .search-results footer, .page-search .search-advanced, .page-search label[for="edit-keys"] {
  display: none; }

.page-search #search-form {
  text-align: center; }

.page-search .primary-content-area {
  max-width: 900px;
  margin: 0 auto; }

.page-search .gcsc-branding {
  display: none; }

.page-search .gsc-control-cse .gsc-table-result, .page-search .gsc-result-info-container, .page-search .gsc-orderby-container, .page-search .gsc-cursor-page {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif; }

.page-search .gsc-table-result {
  margin-top: 0px; }
  @media screen and (min-width: 60em) {
    .page-search .gsc-table-result {
      margin-top: -14px; } }

.page-search .gs-title {
  font-size: 1.17em !important;
  color: #25BAFF !important;
  text-shadow: none; }

.page-search .gs-webResult .gs-snippet {
  font-size: 18px !important;
  line-height: 1.667 !important;
  color: #5e514d !important; }

.page-search .gsc-cursor-box {
  border: none; }

.page-search .gsc-result .gs-title {
  height: 2.1em !important; }

.page-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  list-style: none;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 1em;
  font-weight: bold !important;
  background: #ffffff !important;
  color: #25BAFF;
  text-decoration: none !important;
  font-size: 18px;
  text-shadow: none; }

.page-search .gsc-results .gsc-cursor {
  display: block;
  text-align: center; }

.page-search table {
  background-color: #ffffff; }

.page-search tbody {
  border: none; }

.page-search .gs-webResult.gs-result a.gs-title:link b {
  color: #25BAFF !important; }

.page-search .gsc-control-cse {
  padding: 0; }
  @media screen and (min-width: 60em) {
    .page-search .gsc-control-cse {
      padding: 1em;
      margin-top: -20px; } }

.page-search .gsc-table-result td {
  padding: 0; }
  @media screen and (min-width: 60em) {
    .page-search .gsc-table-result td {
      padding: 10px 20px; } }

#edit-search-block-form--2 {
  background: #cdcdcd !important; }

#edit-submit, #edit-submit--2 {
  display: inline !important; }

#search-block-form {
  margin-bottom: 0px; }

.ad_fixed {
  position: fixed;
  z-index: 99;
  top: 20px;
  margin-left: 70px; }

.goog-te-gadget {
  max-width: 145px; }

.passover-popup-2018 {
  top: 85px;
  z-index: 99;
  position: fixed;
  background: #6e8fbe;
  margin-right: 15px;
  text-shadow: 0px 2px #5773a1;
  padding: 20px;
  color: white;
  border: 1px solid #002f77;
  max-width: 706px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-image: url(https://www.hias.org/sites/default/files/pass20188.png);
  background-repeat: no-repeat; }
  @media screen and (min-width: 60em) {
    .passover-popup-2018 {
      height: 430px;
      padding: 20px 50px;
      top: 46px; } }

.passover-popup-close {
  color: white;
  text-align: right;
  cursor: pointer; }

#passoverEmail {
  background: white;
  width: 75%;
  height: 45px;
  display: inline; }

#passoverSubmit {
  background: none;
  border-radius: 4px;
  padding: 10px 15px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  display: inline;
  text-align: center;
  color: white;
  border: 2px solid white; }

#passoverCancel {
  background: none;
  border-radius: 4px;
  padding: 10px 15px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: white;
  border: 2px solid white;
  width: 340px;
  margin: 35px auto; }

.passover-confirmation-popup-overlay {
  background: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  opacity: 0.5; }

#go-up, #go-down {
  cursor: pointer;
  font-weight: bold;
  position: fixed;
  right: 18%;
  bottom: -20px;
  background: black;
  color: white;
  padding: 10px 20px;
  z-index: 9; }

.fixed {
  position: fixed; }

.view-display-id-upcoming_events_page .webform-client-form {
  display: none !important; }

.event-main, .event-sidebar {
  float: none;
  width: 100%; }

.event-main {
  max-width: 670px; }
  @media screen and (min-width: 60em) {
    .event-main {
      width: 70%;
      float: left; } }

@media screen and (min-width: 60em) {
  .event-sidebar {
    width: 30%;
    float: right;
    margin-right: -20px;
    margin-left: 0px; } }

.node-type-event .primary-content-area {
  margin-top: -50px; }

.node-type-event .element-invisible {
  margin: 0; }

.node-type-event .main--content .inside-constrained {
  margin-top: 0;
  padding: 0; }

@media screen and (min-width: 45em) {
  .node-type-event .event-main {
    margin-bottom: 55px; } }

@media screen and (max-width: 60em) {
  .node-type-event .event-sidebar {
    display: none; } }

@media screen and (max-width: 60em) {
  .node-type-event .event-main {
    width: 100%;
    margin: auto; } }

.node-type-event .event-node-content {
  padding: 0 20px 30px; }
  @media screen and (min-width: 72em) {
    .node-type-event .event-node-content {
      padding: 0; } }

.node-type-event .hero-image-region {
  margin-bottom: 90px; }
  .node-type-event .hero-image-region img {
    width: 100%;
    margin-top: 0;
    max-height: 477px; }

.node-type-event .field-image-caption, .node-type-event .field-promo-image-caption {
  font-size: 14px;
  font-weight: bold; }

@media screen and (min-width: 60em) {
  .node-type-event .page-header {
    margin-right: 0; } }

.node-type-event .field-event-subtitle {
  font-size: 21px;
  font-weight: 300; }

.node-type-event .event-details-region {
  color: grey;
  font-size: 15px; }

.node-type-event .event-date-region, .node-type-event .event-location-info {
  border-bottom: 1px solid #ebebeb;
  padding-top: 30px;
  padding-bottom: 17px; }

.node-type-event .ticket-info {
  border-bottom: 1px solid #ebebeb;
  padding-top: 21px;
  padding-bottom: 30px;
  margin-bottom: 0; }
  .node-type-event .ticket-info .field-label {
    padding: 0;
    margin: 0; }
  .node-type-event .ticket-info p {
    margin: 0; }

.node-type-event .event-date {
  display: inline-block;
  font-weight: bold; }

.node-type-event .field-date-extra-info {
  display: inline-block;
  font-style: italic; }

.node-type-event .field-event-location {
  margin-bottom: 24px; }
  .node-type-event .field-event-location .link-title {
    font-weight: bold; }
  .node-type-event .field-event-location .link-url a {
    color: grey;
    font-weight: normal; }

.node-type-event .field-event-address .addressfield-container-inline:after {
  clear: none; }

.node-type-event .field--map-link:before {
  content: '('; }

.node-type-event .field--map-link:after {
  content: ')'; }

.node-type-event .field--map-link a {
  color: grey;
  font-weight: normal;
  text-decoration: underline; }

.node-type-event .field-event-registration a {
  color: #e10267;
  text-transform: uppercase;
  font-size: 12px; }

.node-type-event .add-to-cal a,
.node-type-event .ticket-info h3,
.node-type-event .field-label {
  font-size: 12px;
  font-weight: bold;
  color: grey; }

.node-type-event .field-label {
  padding-top: 30px; }

.node-type-event .field-body {
  margin-top: 40px; }
  .node-type-event .field-body hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #6d6d6d;
    margin: 1em 0;
    padding: 0; }

.node-type-event .field-countries-populations {
  display: inline-block; }

.node-type-event .speaker-field-wrapper {
  border-top: 1px solid #6d6d6d; }

.node-type-event .field-event-speaker {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding-bottom: 21px;
  margin: 0 6px; }
  .node-type-event .field-event-speaker img {
    max-width: 130px;
    height: auto;
    margin-bottom: 10px; }
  .node-type-event .field-event-speaker .field-speaker-name {
    margin-top: 10px;
    text-transform: uppercase;
    color: #009be7;
    font-weight: bold; }
  .node-type-event .field-event-speaker .field-speaker-title {
    max-width: 130px;
    color: #e10267;
    font-style: italic;
    font-family: Georgia, "Times New Roman", "DejaVu Serif", serif; }

.node-type-event .sponsors-field-wrapper {
  border-top: 1px solid #6d6d6d; }

.node-type-event .field-sponsors {
  display: inline-block; }
  .node-type-event .field-sponsors img {
    max-width: 250px;
    height: auto; }

.node-type-event .field-tags {
  margin-top: 42px; }
  .node-type-event .field-tags a:hover {
    background-color: #009be7;
    text-decoration: none; }

.node-type-event .event-date-region, .node-type-event .field-event-location,
.node-type-event .field-event-address, .node-type-event .add-to-cal, .node-type-event .ticket-info {
  position: relative;
  padding-left: 28px; }
  .node-type-event .event-date-region:before, .node-type-event .field-event-location:before,
  .node-type-event .field-event-address:before, .node-type-event .add-to-cal:before, .node-type-event .ticket-info:before {
    position: absolute;
    font-family: fontello;
    color: #b4b4b4; }

.node-type-event .field--map-link {
  padding-left: 24px; }

.node-type-event .event-date-region:before {
  position: absolute;
  top: 27px;
  left: 2px;
  content: '\e800';
  font-size: 18px; }

.node-type-event .field-event-location:before {
  top: -3px;
  left: 2px;
  content: '\e801';
  font-size: 18px; }

.node-type-event .field-event-address:before {
  top: -8px;
  left: 2px;
  content: '\e803';
  font-size: 26px; }

.node-type-event .add-to-cal:before {
  top: 20px;
  left: 2px;
  content: '\e804';
  font-size: 18px; }

.node-type-event .ticket-info:before {
  top: 18px;
  left: 2px;
  content: '\e802';
  font-size: 18px; }

.node-type-event .block--action-nav .field-body {
  margin-top: 0; }

.page-taxonomy-term .node-event.node-teaser {
  max-width: 100%;
  float: none; }

.node-event.node-teaser {
  max-width: 670px;
  width: 100%;
  float: left;
  border-bottom: 7px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 45px; }
  .node-event.node-teaser .field-image img {
    margin: 0; }
  .node-event.node-teaser .field-event-tags {
    line-height: 24px; }
    .node-event.node-teaser .field-event-tags a {
      font-size: 21px;
      color: #2c5697; }
  .node-event.node-teaser .event-teaser-details {
    width: 100%;
    padding: 30px 24px 24px;
    border-bottom: 1px solid #ebebeb; }
  .node-event.node-teaser .title, .node-event.node-teaser .field-body {
    font-size: 15px; }
  .node-event.node-teaser .field-body {
    clear: both;
    margin: 24px; }
  .node-event.node-teaser .event-teaser-title-region {
    overflow: hidden; }
  .node-event.node-teaser .event-date {
    float: left;
    color: #25BAFF;
    font-weight: bold;
    width: 50px;
    border: 5px solid #25BAFF;
    border-radius: 5px; }
    .node-event.node-teaser .event-date span {
      display: block; }
    .node-event.node-teaser .event-date .date-pipe {
      font-size: 18px;
      vertical-align: middle; }
    .node-event.node-teaser .event-date .date-day, .node-event.node-teaser .event-date .date-month {
      text-align: center; }
    .node-event.node-teaser .event-date .date-day {
      font-size: 24px;
      line-height: 24px; }
    .node-event.node-teaser .event-date .date-month {
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase; }
  .node-event.node-teaser .event-teaser-title-region {
    padding-left: 18px; }
  .node-event.node-teaser .field-body {
    margin-top: 26px;
    clear: both; }
  .node-event.node-teaser .node-readmore {
    list-style: none;
    text-align: right;
    margin-right: 24px; }
  .node-event.node-teaser .node-readmore a {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    background-color: #009be7;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px; }

.page-events-upcoming .node-teaser.featured {
  position: relative;
  background-color: #fbfbfb;
  box-shadow: 0.8px 1.3px 2.5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  border-bottom: none;
  padding-bottom: 0; }
  .page-events-upcoming .node-teaser.featured img {
    margin: 0; }
  .page-events-upcoming .node-teaser.featured:before {
    position: absolute;
    top: 24px;
    left: -32px;
    content: 'featured';
    word-wrap: break-word;
    line-height: 12px;
    width: 14px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #e10267;
    padding: 14px 9px;
    text-align: center;
    font-weight: bold; }

.node-event.partner h1 {
  position: relative; }
  .node-event.partner h1:after {
    content: "Partner Event";
    text-transform: uppercase;
    color: #e10267;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: -28px;
    left: 0; }

.node-event.node-teaser.partner .content {
  position: relative; }
  .node-event.node-teaser.partner .content:after {
    content: "Partner Event";
    text-transform: uppercase;
    color: #e10267;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 25px;
    bottom: -50px;
    font-size: 10px; }

.page-events-upcoming .page-header .event-view-content, .page-events-past .page-header .event-view-content {
  max-width: 1020px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }

.page-events-past .hero-image-region {
  display: none; }

.page-events-upcoming .element-invisible, .page-events-past .element-invisible {
  margin: 0; }

.page-events-upcoming ul.links, .page-events-past ul.links {
  margin-bottom: 0;
  padding-bottom: 18px; }

.page-events-upcoming .breadcrumb, .page-events-past .breadcrumb {
  display: none; }

.page-events-upcoming .page-header, .page-events-past .page-header {
  margin-bottom: 69px; }

.page-events-upcoming .views-event .views-row, .page-events-past .views-event .views-row {
  margin-bottom: 38px; }
  @media screen and (min-width: 60em) {
    .page-events-upcoming .views-event .views-row, .page-events-past .views-event .views-row {
      margin-right: 65px; } }

.page-events-upcoming .event-sidebar .views-row, .page-events-past .event-sidebar .views-row {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 16px;
  z-index: 0;
  margin-right: 0; }
  .page-events-upcoming .event-sidebar .views-row img, .page-events-past .event-sidebar .views-row img {
    margin-top: 0; }
  @media screen and (min-width: 60em) {
    .page-events-upcoming .event-sidebar .views-row, .page-events-past .event-sidebar .views-row {
      margin-bottom: 0;
      padding-bottom: 0; } }

.page-events-upcoming .upcoming-events-link, .page-events-past .upcoming-events-link {
  padding-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 45px; }

.page-events-upcoming .event-view-content, .page-events-past .event-view-content {
  padding: 0 20px 30px; }

.page-events-upcoming .upcoming-events-link a,
.page-events-upcoming .bef-select-as-links a.past-events-link, .page-events-past .upcoming-events-link a,
.page-events-past .bef-select-as-links a.past-events-link {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  background-color: #009be7;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px; }

.page-events-upcoming .views-exposed-form .views-exposed-widget, .page-events-past .views-exposed-form .views-exposed-widget {
  float: none; }

.page-events-upcoming .views-exposed-widget, .page-events-past .views-exposed-widget {
  padding-top: 0; }
  .page-events-upcoming .views-exposed-widget label, .page-events-past .views-exposed-widget label {
    color: #009be7;
    font-size: 15px;
    margin-bottom: 19px; }

.page-events-upcoming .bef-select-as-links a, .page-events-past .bef-select-as-links a {
  width: 75%;
  font-size: 11px;
  background: #9f9694;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  margin-bottom: 11px;
  text-decoration: none; }
  .page-events-upcoming .bef-select-as-links a:empty, .page-events-past .bef-select-as-links a:empty {
    display: none; }
  .page-events-upcoming .bef-select-as-links a.past-events-link, .page-events-past .bef-select-as-links a.past-events-link {
    max-width: 50%; }

.page-events-upcoming .filter-crumbs, .page-events-past .filter-crumbs {
  max-width: 670px;
  position: relative;
  margin-bottom: 53px; }
  .page-events-upcoming .filter-crumbs a, .page-events-past .filter-crumbs a {
    display: block;
    padding: 5px 10px;
    background-color: #009be7;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none; }
    .page-events-upcoming .filter-crumbs a .filter-crumb-prefix, .page-events-past .filter-crumbs a .filter-crumb-prefix {
      font-weight: normal; }
    .page-events-upcoming .filter-crumbs a:after, .page-events-past .filter-crumbs a:after {
      position: absolute;
      content: 'X';
      color: white;
      top: 7px;
      right: 11px;
      font-size: 12px;
      font-weight: bold; }

@media screen and (max-width: 60em) {
  .page-events-upcoming .toggle-for-mobile label {
    padding: 5px 10px;
    background-color: #009be7;
    font-size: 15px;
    color: #fff;
    border-radius: 5px; }
    .page-events-upcoming .toggle-for-mobile label:after {
      content: '\0025bc';
      display: inline-block;
      float: right; }
    .page-events-upcoming .toggle-for-mobile label:hover {
      cursor: pointer; }
  .toggle-for-mobile .views-widget {
    display: none; }
  .page-events-upcoming .toggle-for-mobile.mobile-visible label:after {
    content: '\0025b2';
    float: right; } }

.toggle-for-mobile.mobile-visible .views-widget {
  display: initial; }

@media screen and (max-width: 60em) {
  .page-events-past .event-sidebar {
    display: none; } }

.page-events-upcoming .views-event .views-row-featured-event {
  border-bottom: none;
  margin-bottom: 0; }

.page-taxonomy-term .node-event.node-teaser {
  display: none; }

.node-type-wc-page .main--content .inside-constrained {
  padding: 0px;
  margin-top: 23px; }

.node-type-wc-page .primary-content-area {
  margin: 0; }

.node-type-wc-page .fa-bars, .node-type-wc-page .fa-times {
  display: block;
  font-weight: bold;
  color: #ffffff;
  z-index: 9999;
  padding: 10px;
  width: 37px;
  position: relative;
  top: -52px; }
  .node-type-wc-page .fa-bars:hover, .node-type-wc-page .fa-times:hover {
    cursor: pointer; }
  @media screen and (min-width: 60em) {
    .node-type-wc-page .fa-bars, .node-type-wc-page .fa-times {
      display: none; } }

.node-type-wc-page .wc-main-menu {
  display: none; }
  .node-type-wc-page .wc-main-menu h2 {
    display: none; }
  .node-type-wc-page .wc-main-menu ul {
    padding: 0px 12px 6px 10px; }
    .node-type-wc-page .wc-main-menu ul li {
      list-style-type: none;
      display: inline-block; }
      .node-type-wc-page .wc-main-menu ul li a {
        color: #ffffff;
        margin-right: 15px;
        font-size: 16px; }
  @media screen and (min-width: 60em) {
    .node-type-wc-page .wc-main-menu {
      display: block;
      position: relative;
      z-index: 99;
      top: -58px;
      width: 100%; } }

.node-type-wc-page .wc-main-menu-mobile {
  display: none;
  position: relative;
  top: -63px;
  z-index: 999;
  width: 300px;
  background: #e10267;
  width: 100%;
  padding-bottom: 10px; }
  .node-type-wc-page .wc-main-menu-mobile h2 {
    display: none; }
  .node-type-wc-page .wc-main-menu-mobile li {
    list-style-type: none; }
    .node-type-wc-page .wc-main-menu-mobile li a {
      color: #ffffff;
      font-size: 14px; }

.node-type-wc-page .wc-intro {
  margin-top: -23px;
  position: relative;
  z-index: 1; }

.node-type-wc-page .main--wc--img {
  margin-top: -80px;
  position: relative; }

.node-type-wc-page .welcome-campaign-main-img {
  display: inline-block; }
  .node-type-wc-page .welcome-campaign-main-img img {
    width: 1150px;
    margin: 0px; }

.node-type-wc-page .wc-intro-text {
  position: static;
  background: #2c5697;
  color: #ffffff;
  margin-top: -30px;
  padding: 20px;
  font-weight: bold; }
  @media screen and (min-width: 60em) {
    .node-type-wc-page .wc-intro-text {
      color: #ffffff;
      font-weight: normal;
      position: absolute;
      bottom: 20px; } }

@media screen and (min-width: 60em) {
  .node-type-wc-page .wc-congs-and-signup-container {
    position: relative;
    margin-top: -10px; } }

.node-type-wc-page .wc-congs-and-signup-container .wc-congs-block {
  width: 100%;
  position: relative; }
  .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block img {
    margin: 0px; }
  @media screen and (min-width: 60em) {
    .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block {
      width: 50%;
      float: left;
      height: 340px;
      overflow: hidden;
      padding-right: 15px; } }
  .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block .welcome-campaign-congs-block-div {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background: #2c5697; }
    @media screen and (min-width: 60em) {
      .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block .welcome-campaign-congs-block-div {
        height: 102%;
        width: 97.5%;
        position: absolute;
        opacity: 0.5;
        background: #2c5697; } }
  .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block h2.title {
    position: absolute;
    top: 120px;
    text-align: center;
    z-index: 495;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 1.8em; }
  .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block .fa {
    position: absolute;
    font-size: 2.3em;
    text-align: center;
    top: 183px;
    color: white;
    font-weight: bold;
    z-index: 495;
    left: 0;
    right: 0; }

.node-type-wc-page .wc-congs-and-signup-container .wc-congs-block-callout {
  text-align: center;
  color: #232426; }
  @media screen and (min-width: 60em) {
    .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block-callout {
      text-align: center;
      height: 100%;
      top: 1px;
      position: absolute;
      right: 0px;
      color: #232426;
      width: 50%; } }
  .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block-callout .wc-button {
    background: #ffffff;
    color: #e10267;
    display: inline;
    border-radius: 4px;
    padding: 10px 28px;
    margin: 7px auto 0px auto;
    font-size: 13px; }
    .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block-callout .wc-button:hover {
      text-decoration: none;
      transition: 0.2s ease all;
      background: transparent;
      border: 2px solid #ffffff;
      color: #ffffff; }
    @media screen and (min-width: 60em) {
      .node-type-wc-page .wc-congs-and-signup-container .wc-congs-block-callout .wc-button {
        background: #ffffff;
        color: #e10267;
        border-radius: 4px;
        padding: 10px 0px;
        border: 2px solid #e10267;
        text-transform: none;
        font-size: 16px;
        font-weight: 700;
        margin: 7px auto 0px auto;
        display: block;
        width: 267px; } }

.node-type-wc-page .wc-congs-and-signup-container .wc-signup-block {
  width: 100%;
  color: #232426;
  display: none; }
  @media screen and (min-width: 60em) {
    .node-type-wc-page .wc-congs-and-signup-container .wc-signup-block {
      display: block;
      width: 50%;
      float: left;
      height: 340px;
      overflow: hidden;
      text-align: justify; } }

.node-type-wc-page #edit-submit {
  font-size: 12px; }

.page-node-2946 .congregations, .page-node-3059 .congregations {
  clear: both; }
  .page-node-2946 .congregations h2, .page-node-3059 .congregations h2 {
    text-transform: none;
    cursor: pointer; }
  .page-node-2946 .congregations p, .page-node-3059 .congregations p {
    display: block;
    margin-left: 26px; }
  .page-node-2946 .congregations .arrow, .page-node-3059 .congregations .arrow {
    border: solid #2c5697;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 8px;
    float: left; }
  .page-node-2946 .congregations .right, .page-node-3059 .congregations .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); }
  .page-node-2946 .congregations .down, .page-node-3059 .congregations .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(-45deg); }
  .page-node-2946 .congregations .resources-page-links, .page-node-3059 .congregations .resources-page-links {
    border-bottom: 1px solid #ebebeb;
    margin-top: 10px; }

.node-action-alert {
  border: 2px solid #ebebeb;
  border-radius: 5px; }
  .node-action-alert .action-alert-hero-image-region img {
    margin: 0; }
  .node-action-alert .aa-wrapper {
    padding: 20px;
    margin-bottom: 35px; }
  .node-action-alert .action-alert-body-region {
    max-width: 100%;
    float: none; }
    @media screen and (min-width: 72em) {
      .node-action-alert .action-alert-body-region {
        max-width: 600px;
        float: left;
        margin-right: 30px; } }
    .node-action-alert .action-alert-body-region .field-action-alert-letter {
      height: 495px;
      margin-top: 10px;
      background: #e7e7e7;
      padding: 10px;
      display: block;
      width: 100%;
      overflow-y: scroll; }
      @media screen and (min-width: 72em) {
        .node-action-alert .action-alert-body-region .field-action-alert-letter {
          width: 600px; } }
  .node-action-alert #aa-luminate-form .luminate_field {
    width: 100%; }
    @media screen and (min-width: 72em) {
      .node-action-alert #aa-luminate-form .luminate_field {
        width: 43%; } }
  .node-action-alert #luminateSurveySubmit {
    background: #e10267;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 15px;
    border: 2px solid #e10267;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -35px; }
    @media screen and (min-width: 72em) {
      .node-action-alert #luminateSurveySubmit {
        width: 39%; } }
    .node-action-alert #luminateSurveySubmit:hover {
      border: 2px solid black;
      background: transparent;
      color: black; }
  .node-action-alert .subscription_clause {
    clear: both;
    padding: 20px;
    font-size: 15px; }
  .node-action-alert #error-msg {
    font-weight: bold;
    color: red; }
  .node-action-alert .field-alert-id {
    display: none; }

.page-node-2861 .resources-page h2 {
  text-transform: none;
  cursor: pointer; }

.page-node-2861 .resources-page a {
  display: block;
  margin-left: 26px; }

.page-node-2861 .resources-page input[type="text"] {
  height: 40px;
  width: 70%;
  border-radius: 4px;
  background: #ffffff;
  margin: 0 auto; }

.page-node-2861 .resources-page input[type="button"] {
  border: none;
  background: #e10267;
  color: white;
  padding: 10px 36px;
  border-radius: 4px; }

.page-node-2861 .resources-page .highlight-resource {
  background-color: #009be7;
  color: #ffffff;
  padding: 8px 10px;
  text-decoration: none; }

.page-node-2861 .resources-page .arrow {
  border: solid #2c5697;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 8px;
  float: left; }

.page-node-2861 .resources-page .right {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.page-node-2861 .resources-page .down {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.page-node-2861 .resources-page-search {
  display: none; }
  @media screen and (min-width: 60em) {
    .page-node-2861 .resources-page-search {
      display: block;
      min-width: 1150px; } }

.page-node-2861 .resources-page-links {
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px; }

.page-node-2861 .resources-page-sidebar {
  background: #e7e7e7;
  padding: 15px; }
  .page-node-2861 .resources-page-sidebar h2 {
    color: #e10267;
    font-size: 1em; }
  @media (min-width: 1770px) {
    .page-node-2861 .resources-page-sidebar {
      position: fixed;
      width: 300px;
      right: 0px;
      padding: 20px;
      top: 315px;
      z-index: 99; } }

.page-node-2861 .fixed {
  position: fixed;
  top: 0;
  z-index: 99; }

.main--footer {
  clear: both;
  background: #232426;
  padding: 35px 0;
  border-top: 3px solid black; }
  .main--footer a {
    color: #e10267; }
    .main--footer a:hover {
      color: #fd1980; }

@media screen and (min-width: 60em) {
  .region-bottom {
    float: left;
    border-left: 1px dotted #BFBB98;
    padding: 12px 0 0px 9px;
    height: 145px;
    margin-top: 46px; } }

@media screen and (min-width: 72em) {
  .region-bottom {
    padding-left: 84px;
    margin-left: 60px; } }

.disclaimer {
  color: #cdcdcd;
  clear: both;
  text-align: center;
  padding-top: 27px;
  margin-left: 0;
  font-style: italic;
  font-size: 12px; }
  @media screen and (min-width: 72em) {
    .disclaimer {
      margin-left: -90px; } }

@media screen and (min-width: 60em) {
  .footer--logo {
    float: left;
    margin-left: 3px; } }

@media screen and (min-width: 60em) {
  .footer--logo .hias-logo {
    margin: 7px 0px;
    margin-top: -6px; } }

.hias-logo {
  margin: 0 auto 20px;
  display: block; }
  @media screen and (min-width: 60em) {
    .hias-logo {
      margin: 0; } }

.charity-logos {
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px dotted #BFBB98;
  padding: 10px 0 30px;
  margin-top: 46px; }
  @media screen and (min-width: 60em) {
    .charity-logos {
      border-bottom: none;
      border-left: 1px dotted #BFBB98;
      padding: 0px 10px;
      float: right; } }
  .charity-logos > div {
    display: inline-block; }
  .charity-logos ul {
    width: 280px;
    height: 127px;
    display: inline-block; }
  .charity-logos li {
    list-style-type: none;
    display: inline; }

.charities {
  display: inline-block;
  width: 231px;
  height: 152px;
  background: transparent url("../img/single/charities.png") no-repeat; }

.main--header {
  background: #2c5697; }
  .main--header .inside-constrained {
    background: #2c5697;
    padding: 0; }
    @media screen and (min-width: 60em) {
      .main--header .inside-constrained {
        padding: 10px 0 0; } }

.logo-wrapper {
  background: #2c5697;
  width: 100%;
  position: fixed;
  z-index: 100;
  box-shadow: 0 0 10px #000000;
  right: 0;
  top: 0;
  transition: right 0.2s ease; }
  .js.js-nav .logo-wrapper {
    right: -210px; }
  @media screen and (min-width: 60em) {
    .logo-wrapper {
      background: none;
      width: auto;
      position: relative;
      box-shadow: none; } }

.main--logo {
  display: block;
  margin: 10px auto; }
  @media screen and (min-width: 60em) {
    .main--logo {
      margin: 0 20px 0;
      float: left;
      width: 189px;
      height: 104px;
      background-position: 0 -320px; } }
  @media screen and (min-width: 72em) {
    .main--logo {
      margin: 0 20px 0; } }

.header-region {
  padding-top: 82px; }
  .logged-in .header-region {
    padding-top: 62px; }
  @media screen and (min-width: 60em) {
    .header-region {
      width: 700px;
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media screen and (min-width: 72em) {
    .header-region {
      bottom: 37px; } }

.header-top {
  position: relative; }
  @media screen and (min-width: 60em) {
    .header-top {
      padding-bottom: 10px; } }

.main--content .inside-constrained {
  margin-top: 10px;
  position: relative; }
  @media screen and (min-width: 60em) {
    .main--content .inside-constrained {
      padding-top: 70px;
      padding-bottom: 70px; } }

.main--aside {
  clear: both;
  padding: 0 20px; }
  @media screen and (min-width: 60em) {
    .main--aside {
      padding: 0; } }

div.rtl {
  direction: rtl; }

.region-highlighted {
  padding: 20px 20px 30px; }
  @media screen and (min-width: 60em) {
    .region-highlighted {
      padding: 0; } }

.paragraphs-item-image.view-mode-full {
  max-width: 100%; }
  .paragraphs-item-image.view-mode-full img {
    width: 100%; }

.block--footer-nav {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px; }
  @media screen and (min-width: 60em) {
    .block--footer-nav {
      margin-bottom: 0;
      text-align: left;
      padding: 0; } }
  .block--footer-nav .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .block--footer-nav .menu a {
      font-size: 15px;
      line-height: 22px;
      background: none;
      display: block;
      margin-top: -12px; }
      .block--footer-nav .menu a:hover {
        text-decoration: none; }

@media screen and (min-width: 60em) {
  .main--navigation {
    margin-top: -2px; } }

@media screen and (min-width: 72em) {
  .main--navigation {
    margin-top: -42px;
    height: 46px; } }

.menu--main {
  background: #e10267;
  position: fixed;
  width: 210px;
  left: -210px;
  transition: left 0.2s ease;
  height: 100%;
  overflow: scroll;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
  .js.js-nav .menu--main {
    left: 0; }
  @media screen and (min-width: 60em) {
    .menu--main {
      padding-left: 30px;
      position: relative;
      left: auto;
      width: auto;
      z-index: 30;
      box-shadow: 0px 0 0 transparent, 0px -2px 5px rgba(0, 0, 0, 0.5);
      overflow: visible; } }
  @media screen and (min-width: 72em) {
    .menu--main {
      margin-left: 280px;
      height: 44px; } }
  @media screen and (min-width: 72em) {
    .menu--main:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-top-color: #009be7;
      border-width: 46px 24px 0 0px; } }
  @media screen and (min-width: 72em) {
    .menu--main:after {
      visibility: visible;
      content: '';
      position: absolute;
      left: -24px;
      top: 0;
      display: block;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-bottom-color: #009be7;
      border-width: 0 0px 44px 24px; } }
  .menu--main .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 60em) {
      .menu--main .menu {
        text-align: right; } }
    .menu--main .menu li {
      display: block;
      margin: 18px 0; }
      @media screen and (min-width: 60em) {
        .menu--main .menu li {
          margin: 0;
          display: inline-block;
          padding: 9px 0; } }
    .menu--main .menu a {
      color: #ffffff;
      display: block;
      padding: 10px 20px;
      text-transform: uppercase;
      position: relative;
      font-size: 15px; }
      @media screen and (min-width: 60em) {
        .menu--main .menu a {
          padding: 2px 13px;
          border: none;
          font-weight: 600; } }
    .menu--main .menu .dropdown > a:after {
      content: "";
      background: none;
      display: block;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-top-color: #ffffff;
      border-width: 9px 5px 0 5px;
      display: inline-block;
      margin-top: -1px;
      margin-left: 10px; }
    .menu--main .menu .dropdown > .menu {
      z-index: 900;
      overflow: hidden;
      max-height: 0;
      transition: max-height .2s ease-in-out; }
    @media screen and (min-width: 60em) {
      .menu--main .menu .dropdown:hover {
        background: #ffffff;
        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); } }
  @media screen and (min-width: 60em) and (min-width: 60em) {
    .menu--main .menu .dropdown:hover {
      box-shadow: none; } }
    @media screen and (min-width: 60em) {
        .menu--main .menu .dropdown:hover > .menu {
          max-height: none; }
        .menu--main .menu .dropdown:hover a {
          color: #2c5697; }
          .menu--main .menu .dropdown:hover a:after {
            display: block;
            width: 0;
            height: 0;
            border: 0 solid transparent;
            border-top-color: #2c5697;
            border-width: 9px 5px 0 5px;
            display: inline-block; } }
    .menu--main .menu .dropdown.active {
      background: #ffffff;
      box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 60em) {
        .menu--main .menu .dropdown.active {
          box-shadow: none; } }
      .menu--main .menu .dropdown.active > .menu {
        max-height: none; }
      .menu--main .menu .dropdown.active a {
        color: #2c5697; }
        .menu--main .menu .dropdown.active a:after {
          display: block;
          width: 0;
          height: 0;
          border: 0 solid transparent;
          border-top-color: #2c5697;
          border-width: 9px 5px 0 5px;
          display: inline-block; }
  .menu--main li.dropdown > .menu {
    padding: 0; }
    @media screen and (min-width: 60em) {
      .menu--main li.dropdown > .menu {
        background: #ffffff;
        box-sizing: border-box;
        position: absolute;
        left: -24px;
        top: 44px;
        right: 0;
        text-align: left;
        box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.1);
        display: -ms-flexbox;
        display: flex; } }
    .menu--main li.dropdown > .menu > li {
      margin: 21px 20px 24px;
      -ms-flex: 1;
          flex: 1; }
      @media screen and (min-width: 60em) {
        .menu--main li.dropdown > .menu > li {
          margin-left: 15px;
          margin-right: 15px; } }
    .menu--main li.dropdown > .menu li {
      vertical-align: top;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .menu--main li.dropdown > .menu li a {
        margin: 6px 0;
        padding: 0; }
        @media screen and (min-width: 60em) {
          .menu--main li.dropdown > .menu li a {
            margin-bottom: 4px;
            white-space: nowrap; } }
        .menu--main li.dropdown > .menu li a:hover {
          text-decoration: none; }
          @media screen and (min-width: 60em) {
            .menu--main li.dropdown > .menu li a:hover {
              color: #ffffff;
              background-color: #2c5697;
              border-bottom-color: #2c5697; } }
      @media screen and (min-width: 60em) {
        .menu--main li.dropdown > .menu li {
          text-align: left; }
          .menu--main li.dropdown > .menu li a {
            padding: 7px 20px 4px 10px !important; } }
    .menu--main li.dropdown > .menu .menu li {
      display: block;
      margin: 0;
      padding: 0; }
      .menu--main li.dropdown > .menu .menu li a {
        border: none;
        text-transform: none;
        font-weight: 400;
        white-space: normal;
        margin-bottom: 0;
        line-height: 1.2; }
        @media screen and (min-width: 60em) {
          .menu--main li.dropdown > .menu .menu li a {
            padding: 6px 20px 5px 10px !important; } }
  .menu--main li.dropdown.menu-thin > .menu li {
    display: block;
    margin: 0;
    padding: 0; }
    .menu--main li.dropdown.menu-thin > .menu li a {
      border: none;
      text-transform: none;
      font-weight: 400;
      white-space: normal;
      margin-bottom: 0;
      line-height: 1.2; }
      @media screen and (min-width: 60em) {
        .menu--main li.dropdown.menu-thin > .menu li a {
          padding: 6px 20px 5px 10px !important; } }
  .menu--main li.dropdown.menu-thin > .menu > .expanded {
    margin: 21px 20px 24px; }
  .menu--main li.dropdown.menu-thin > .menu .menu li a {
    border-bottom: none; }
  @media screen and (min-width: 60em) {
    .menu--main li.dropdown.menu-thin > .menu {
      left: auto;
      right: auto;
      width: 14em; } }

.navicon {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 28px;
  height: 28px;
  z-index: 110;
  display: block;
  cursor: pointer; }
  .navicon .icon {
    display: block;
    margin: 4px 0 0 3px; }
  @media screen and (min-width: 60em) {
    .navicon {
      display: none; } }

.menu--mobile .title {
  display: none; }

.menu--mobile.affix {
  padding-bottom: 42px; }

.menu--mobile .menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu--mobile .menu a {
    text-align: center;
    display: block;
    background: #555555;
    height: 40px;
    padding: 8px 0;
    margin: 0;
    color: #ffffff;
    text-shadow: 0px 1px 5px #3f3f3f; }
    .menu--mobile .menu a:hover {
      text-decoration: none; }

.menu--mobile a.menu-item--get-involved {
  background: #e10267;
  color: #ffffff;
  margin: 0;
  padding: 3px 14px;
  font-size: 20p	x;
  line-height: 32px;
  border-bottom: none;
  position: relative;
  width: 100%; }
  .menu--mobile a.menu-item--get-involved:hover {
    background: #fd328e;
    background-image: linear-gradient(#fd328e, #d70262);
    text-decoration: none; }
  .menu--mobile a.menu-item--get-involved.affix {
    box-shadow: 0 0 10px #000000;
    position: fixed;
    top: 40px; }

@media screen and (min-width: 60em) {
  .menu--mobile {
    display: none; } }

#undefined-sticky-wrapper {
  transition: right 0.2s ease; }
  .js.js-nav #undefined-sticky-wrapper {
    right: -210px; }

.node-type-section-page .page-header, .node-type-program .page-header {
  text-align: left; }
  @media screen and (min-width: 45em) {
    .node-type-section-page .page-header, .node-type-program .page-header {
      position: absolute;
      width: 310px;
      left: 24px;
      z-index: 70; } }
  @media screen and (min-width: 45em) and (max-width: 60em) {
    .node-type-section-page .page-header, .node-type-program .page-header {
      top: -300px; } }
  @media screen and (min-width: 60em) and (max-width: 72em) {
    .node-type-section-page .page-header, .node-type-program .page-header {
      top: -420px; } }
  @media screen and (min-width: 72em) {
    .node-type-section-page .page-header, .node-type-program .page-header {
      top: -500px; } }

.node-type-program .hero-nav,
.node-type-section-page .hero-nav {
  display: none; }
  @media screen and (min-width: 60em) {
    .node-type-program .hero-nav,
    .node-type-section-page .hero-nav {
      display: block; } }

.node-article.node-teaser img {
  border: 2px solid #ffffff;
  margin-right: 30px; }

.node-article.node-teaser.ds--hias-2col > .group-left {
  width: auto; }

.node-article.node-teaser.ds--hias-2col > .group-right {
  margin-left: 0px; }

.node-article .paragraphs-item-image {
  margin-bottom: 15px; }

.node-article .media-left {
  float: left;
  margin-right: 15px; }

.node-article .media-right {
  float: right;
  margin-left: 15px; }

.node-type-article .more-about-author {
  clear: both;
  padding-top: 30px; }

.node-type-article .more-about-author-name img {
  float: left;
  padding-right: 10px; }

.main--content {
  background: #ffffff; }

.page-header {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2em;
  line-height: 1.111;
  text-transform: none;
  color: #2c5697;
  text-shadow: none; }

.delimiter {
  font-weight: bold;
  color: #5e514d; }

img {
  margin: 5px 0; }

h2 {
  font-size: 1.5em; }

h3 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.17em;
  color: #e10267;
  text-shadow: none; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.75em; }

body {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 1.667;
  color: #5e514d; }

.field--date {
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  color: #555555; }

.field--type:before {
  margin: 0 10px;
  content: '|';
  color: #9f9694; }

.field--type {
  font-size: 12px;
  line-height: 1.917;
  position: relative;
  top: -2px;
  display: inline-block;
  color: #9f9694; }

.paragraphs-item-image {
  display: table; }

.caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  display: table-caption;
  caption-side: bottom; }

.credit {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #5e514d;
  display: table-caption;
  caption-side: bottom; }

.field--countries,
.field--programs, .field--country, .field--program {
  display: inline-block; }
  .field--countries a,
  .field--programs a, .field--country a, .field--program a {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 2px 7px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    background: #99CBE3; }

.disabled-link {
  pointer-events: none;
  cursor: default; }

.disabled-link:hover {
  text-decoration: none; }

input#search-action.submitted {
  width: 83px;
  float: right;
  color: #b3b3b3;
  transition: all 600ms ease; }

input#search-action.submitted::-webkit-input-placeholder {
  color: #b3b3b3; }

input#search-action.submitted:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3; }

input#search-action.submitted::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3; }

input#search-action.submitted:-ms-input-placeholder {
  color: #b3b3b3; }

button.submitted {
  color: mediumspringgreen;
  width: 68px; }

button.submitted:hover {
  background: #232426;
  color: mediumspringgreen;
  cursor: pointer; }

/* AddThis Styles */
.node-type-article .addthis_toolbox {
  margin: 50px 14px 0 0;
  position: relative;
  top: 5px;
  float: right; }

.node-type-article .addthis_toolbox:before {
  font-weight: bold;
  position: absolute;
  left: -155px;
  color: #5e514d; }

.node-type-article div.addthis_toolbox > a.addthis_button_facebook {
  width: 36px;
  height: 35px;
  background-position: 0 -430px; }

div.owl-buttons > div.owl-prev, div.owl-buttons > div.owl-next {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.917;
  position: relative;
  top: -2px;
  display: inline-block;
  text-transform: uppercase;
  color: #009be7;
  background: none; }

div.owl-controls.clickable > div.owl-pagination > div > span {
  background-color: #009be7; }

div.owl-controls.clickable > div.owl-pagination > div.owl-page.active > span {
  background-color: #9f9694; }

#owl-demo .item img {
  height: 120px;
  display: block;
  width: 100%; }

.owl-item p.caption, .owl-item p.credit {
  display: block; }

.field-name-hias-related-links-and-files .item-list {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
  margin: 30px 0;
  clear: both; }
  .field-name-hias-related-links-and-files .item-list ul {
    list-style: none; }
  .field-name-hias-related-links-and-files .item-list li {
    margin: 0; }

iframe {
  max-width: 100% !important; }

.paragraphs-items-field-blog-content .owl-carousel {
  background: #232426;
  margin-bottom: 30px; }

.paragraphs-items-field-blog-content .owl-wrapper {
  vertical-align: middle; }

.paragraphs-items-field-blog-content .owl-item {
  text-align: center;
  float: none;
  display: inline-block;
  padding: 10px;
  height: 100%;
  vertical-align: middle; }
  .paragraphs-items-field-blog-content .owl-item > div {
    display: table;
    margin: 0 auto;
    text-align: center; }
  .paragraphs-items-field-blog-content .owl-item img {
    margin: 0 auto;
    max-height: 300px;
    width: auto; }
    @media screen and (min-width: 45em) {
      .paragraphs-items-field-blog-content .owl-item img {
        max-height: none; } }

.paragraphs-items-field-blog-content .group-caption-wrapper {
  text-align: left;
  padding: 10px 0 0;
  color: #fff; }

.paragraphs-items-field-blog-content .credit {
  color: #ccc; }

.paragraphs-items-field-blog-content div.owl-controls.clickable > div.owl-pagination > div > span {
  background-color: #eeeeee; }

.paragraphs-items-field-blog-content div.owl-controls.clickable > div.owl-pagination > div.owl-page.active > span {
  background-color: #e10267; }

.paragraphs-items-field-blog-content .owl-theme .owl-controls .owl-buttons div {
  background: #e10267;
  opacity: 1; }
  .paragraphs-items-field-blog-content .owl-theme .owl-controls .owl-buttons div:hover {
    background: #fd1980; }

.block--action-nav, .block--urgent-update {
  background: #cdcdcd;
  padding: 20px 0;
  clear: both; }
  .block--action-nav ul, .block--urgent-update ul {
    list-style: none;
    padding: 0 40px; }
  @media screen and (min-width: 60em) {
    .block--action-nav .views-row, .block--urgent-update .views-row {
      float: left; } }
  .block--action-nav .views-row a, .block--urgent-update .views-row a {
    font-size: 24px;
    line-height: 22px;
    color: #007dba;
    display: block;
    text-align: center;
    margin: 0 0 10px; }
    @media screen and (min-width: 60em) {
      .block--action-nav .views-row a, .block--urgent-update .views-row a {
        text-align: left;
        margin: 10px 0 0; } }
    .block--action-nav .views-row a:hover, .block--urgent-update .views-row a:hover {
      color: #009fed;
      text-decoration: none; }
  @media screen and (min-width: 60em) {
    .block--action-nav .views-row-first, .block--urgent-update .views-row-first {
      width: 29%; } }
  @media screen and (min-width: 72em) {
    .block--action-nav .views-row-first, .block--urgent-update .views-row-first {
      width: 332px; } }
  .block--action-nav .views-row-3, .block--urgent-update .views-row-3 {
    position: relative;
    max-width: 500px;
    margin: 0 auto; }
    @media screen and (min-width: 60em) {
      .block--action-nav .views-row-3, .block--urgent-update .views-row-3 {
        width: 455px;
        float: right; } }
    .block--action-nav .views-row-3 label, .block--urgent-update .views-row-3 label {
      font-size: 24px;
      line-height: 22px;
      color: #007dba;
      text-align: center; }
      @media screen and (min-width: 45em) {
        .block--action-nav .views-row-3 label, .block--urgent-update .views-row-3 label {
          float: left;
          text-align: left;
          margin-top: 10px; } }
    .block--action-nav .views-row-3 input[type="text"], .block--urgent-update .views-row-3 input[type="text"] {
      background: #b4b4b4;
      width: 100%;
      padding: 12px; }
    .block--action-nav .views-row-3 button[type="submit"], .block--urgent-update .views-row-3 button[type="submit"] {
      position: absolute;
      right: 7px;
      bottom: 7px;
      margin: 0; }
    @media screen and (min-width: 45em) {
      .block--action-nav .views-row-3 .signup-wrapper, .block--urgent-update .views-row-3 .signup-wrapper {
        margin-left: 120px; } }

.block--urgent-update {
  background: #e7e7e7;
  margin-bottom: 15px; }
  .block--urgent-update .bean-urgent-update a {
    color: #e10267;
    margin-top: 0; }
    .block--urgent-update .bean-urgent-update a:hover {
      color: #fd1980; }
  .block--urgent-update .block--inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center; }

.block--urgent-update .views-row {
  width: 100%; }

.block--urgent-update .bean-urgent-update a {
  text-align: center;
  width: 100%; }

.page-staff .block--action-nav {
  clear: both; }

.block--donate {
  text-align: center;
  position: fixed;
  top: 42px;
  width: 100%;
  z-index: 80;
  box-shadow: 0 0 10px #000000;
  font-size: 20px;
  text-shadow: 0px 1px 5px #3f3f3f;
  right: 0;
  transition: right 0.2s ease; }
  .js.js-nav .block--donate {
    right: -210px; }
  @media screen and (min-width: 60em) {
    .block--donate {
      float: right;
      top: auto;
      width: auto;
      position: relative;
      z-index: 10;
      text-shadow: none; } }
  .block--donate .entity-bean a {
    color: #ffffff;
    background: #e10267;
    background-image: linear-gradient(#fa0273, #c8025b);
    padding: 3px 14px;
    position: relative;
    height: 40px;
    margin: 0;
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 32px; }
    @media screen and (min-width: 60em) {
      .block--donate .entity-bean a {
        padding: 7px 14px 7px 6px;
        width: 166px;
        height: auto;
        font-size: 32px;
        position: absolute;
        right: 0;
        bottom: 0px;
        z-index: 20;
        background: #d20260; } }
    @media screen and (min-width: 72em) {
      .block--donate .entity-bean a {
        bottom: 4px; } }
    .block--donate .entity-bean a:hover {
      background: #fd328e;
      background-image: linear-gradient(#fd328e, #d70262);
      text-decoration: none; }
      @media screen and (min-width: 60em) {
        .block--donate .entity-bean a:hover {
          background: #fa0273; } }
      @media screen and (min-width: 60em) {
        .block--donate .entity-bean a:hover:before {
          display: block;
          width: 0;
          height: 0;
          border: 0 solid transparent;
          border-bottom-color: #fa0273;
          border-width: 0 0px 46px 24px; } }
    @media screen and (min-width: 60em) {
      .block--donate .entity-bean a:before {
        content: '';
        position: absolute;
        left: -24px;
        top: 0;
        display: block;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-bottom-color: #d20260;
        border-width: 0 0px 46px 24px; } }

/*
 ▄ .▄    ▄▄▄ .    ▄▄▄                ▄▄
██▪▐█    ▀▄.▀·    ▀▄ █·    ▪         ██▌
██▀▐█    ▐▀▀▪▄    ▐▀▀▄      ▄█▀▄     ▐█·
██▌▐▀    ▐█▄▄▌    ▐█•█▌    ▐█▌.▐▌    .▀
▀▀▀ ·     ▀▀▀     .▀  ▀     ▀█▄▀▪     ▀
*/
.front .block--hero-images img {
  margin: 5px auto; }

.block--hero-images {
  margin-left: auto;
  margin-right: auto; }
  .block--hero-images.inside-constrained {
    padding: 0px;
    margin-bottom: 30px; }
    @media screen and (min-width: 45em) {
      .block--hero-images.inside-constrained {
        margin-bottom: -15.75px; } }
  .block--hero-images img {
    width: 100%;
    margin: 0; }
  .block--hero-images .wrap ul {
    list-style-type: none;
    padding: 0; }
  .block--hero-images .view-footer {
    position: relative; }
  .block--hero-images .slide.out {
    display: none; }
  .block--hero-images .slide-title {
    text-shadow: 0px 1px 5px #3f3f3f;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 22px;
    margin-top: -6.5px; }
  .block--hero-images .hero-nav, .block--hero-images .main-submenu {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    margin-top: -16px; }
    @media screen and (min-width: 60em) {
      .block--hero-images .hero-nav, .block--hero-images .main-submenu {
        height: 45px; } }
    .block--hero-images .hero-nav .item, .block--hero-images .main-submenu .item {
      cursor: pointer;
      position: relative; }
    .block--hero-images .hero-nav li, .block--hero-images .main-submenu li {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      vertical-align: top;
      list-style-type: none;
      display: block;
      overflow: hidden;
      background: #afafaf; }
      @media screen and (min-width: 60em) {
        .block--hero-images .hero-nav li, .block--hero-images .main-submenu li {
          float: left;
          display: inline-block;
          overflow: visible; } }
      .block--hero-images .hero-nav li p, .block--hero-images .main-submenu li p {
        margin: 0;
        padding: 10px 0; }
        @media screen and (min-width: 60em) {
          .block--hero-images .hero-nav li p, .block--hero-images .main-submenu li p {
            overflow: hidden;
            height: 22px;
            padding: 0;
            margin-top: -6px; } }

.hero-nav li:nth-child(5n+1) {
  background: #afafaf; }

.hero-nav li:nth-child(5n+2) {
  background: #a0a0a0; }

.hero-nav li:nth-child(5n+3) {
  background: #848484; }

.hero-nav li:nth-child(5n+4) {
  background: #6f6f6f; }

.hero-nav li:nth-child(5n+5) {
  background: #666666; }

.hero-nav li:nth-child(5n+1) span.tri:after {
  border-bottom-color: #a0a0a0 !important; }

.hero-nav li:nth-child(5n+2) span.tri:after {
  border-bottom-color: #848484 !important; }

.hero-nav li:nth-child(5n+3) span.tri:after {
  border-bottom-color: #6f6f6f !important; }

.hero-nav li:nth-child(5n+4) span.tri:after {
  border-bottom-color: #666666 !important; }

.hero-nav li:nth-child(5n+5) span.tri:after {
  border-bottom-color: #555555 !important; }

/* .hero-nav li:nth-child(4n+4) span.tri:after {
  border: none;
  } */
.hero-nav li.active:nth-child(5n+1):after {
  border-bottom-color: #afafaf !important; }

.hero-nav li.active:nth-child(5n+2):after {
  border-bottom-color: #a0a0a0 !important; }

.hero-nav li.active:nth-child(5n+3):after {
  border-bottom-color: #848484 !important; }

.hero-nav li.active:nth-child(5n+4):after {
  border-bottom-color: #6f6f6f !important; }

.hero-nav li.active:nth-child(5n+5):after {
  border-bottom-color: #666666 !important; }

.hero-nav li.active-item:nth-child(5n+1):after {
  border-bottom-color: #afafaf !important; }

.hero-nav li.active-item:nth-child(5n+2):after {
  border-bottom-color: #a0a0a0 !important; }

.hero-nav li.active-item:nth-child(5n+3):after {
  border-bottom-color: #848484 !important; }

.hero-nav li.active-item:nth-child(5n+4):after {
  border-bottom-color: #6f6f6f !important; }

.hero-nav li.active-item:nth-child(5n+5):after {
  border-bottom-color: #666666 !important; }

.hero-nav li:last-child span.tri:after {
  border-bottom-color: #555555 !important; }

.block--hero-images .basic-list .views-row {
  margin-top: 0; }

@media screen and (min-width: 60em) {
  .list-1 {
    width: 100%; } }

@media screen and (min-width: 60em) {
  .list-2 {
    width: 50%; } }

@media screen and (min-width: 60em) {
  .list-3 {
    width: 33.3333333333%; } }

@media screen and (min-width: 60em) {
  .list-4 {
    width: 25%; } }

@media screen and (min-width: 60em) {
  .list-5 {
    width: 20%; } }

@media screen and (min-width: 60em) {
  .list-6 {
    width: 16.6666666667%; } }

@media screen and (min-width: 60em) {
  .list-7 {
    width: 14.2857142857%; } }

@media screen and (min-width: 60em) {
  .list-8 {
    width: 12.5%; } }

@media screen and (min-width: 60em) {
  .node-type-section-page .block--hero-images.inside-constrained,
  .node-type-program .block--hero-images.inside-constrained {
    margin-bottom: 0.25px; } }

.node-type-section-page ul.hero-nav,
.node-type-program ul.hero-nav {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 60em) {
    .node-type-section-page ul.hero-nav,
    .node-type-program ul.hero-nav {
      margin-top: -20px;
      padding-left: 25px; } }
  .node-type-section-page ul.hero-nav a,
  .node-type-program ul.hero-nav a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 5px #3f3f3f; }
    @media screen and (min-width: 60em) {
      .node-type-section-page ul.hero-nav a,
      .node-type-program ul.hero-nav a {
        margin-left: -6.25px;
        margin-top: -5px !important; } }
    .node-type-section-page ul.hero-nav a:hover,
    .node-type-program ul.hero-nav a:hover {
      color: #fff;
      text-decoration: none; }
  .node-type-section-page ul.hero-nav a.active,
  .node-type-program ul.hero-nav a.active {
    border: none;
    /* &:after, &:before, &:hover {
        text-decoration: none;
        position: relative;
        } */
    /* &:after, &:before {
        display: none;
        } */ }

.block--hero-images .hero-nav {
  background: #555555; }
  @media screen and (min-width: 60em) {
    .block--hero-images .hero-nav {
      padding-left: 25px; } }
  .block--hero-images .hero-nav:after {
    content: '';
    position: relative;
    top: 0;
    left: -24px;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #afafaf;
    border-width: 0 0px 45px 24px;
    display: none; }
    @media screen and (min-width: 60em) {
      .block--hero-images .hero-nav:after {
        display: block; } }
  .block--hero-images .hero-nav .active:before, .block--hero-images .hero-nav .active-item:before {
    position: relative;
    left: 0;
    top: -18px;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #e10267;
    border-width: 0 12.5px 18px 12.5px;
    display: none; }
    @media screen and (min-width: 60em) {
      .block--hero-images .hero-nav .active:before, .block--hero-images .hero-nav .active-item:before {
        display: block; } }
  @media screen and (min-width: 60em) {
    .block--hero-images .hero-nav li {
      height: 100%;
      border: 0 solid transparent;
      border-width: 18px 0; } }
  @media screen and (min-width: 60em) {
    .block--hero-images .hero-nav .item.inner:hover a.active {
      padding-top: 0px !important; } }
  @media screen and (min-width: 60em) {
    .block--hero-images .hero-nav .item.inner:hover a, .block--hero-images .hero-nav .inactive:hover p {
      padding-top: 18px; } }
  .block--hero-images .hero-nav .item.inner:hover span.tri, .block--hero-images .hero-nav .inactive:hover span.tri {
    top: 0px; }
  @media screen and (min-width: 60em) {
    .block--hero-images .hero-nav .active-item, .block--hero-images .hero-nav .inactive:hover, .block--hero-images .hero-nav .item.inner:hover {
      position: relative;
      border-top: 4px solid #e10267;
      border-top: 4px solid #e10267;
      height: 49px;
      margin-top: -4px; } }
  .block--hero-images .hero-nav .active-item:before, .block--hero-images .hero-nav .active:after, .block--hero-images .hero-nav .active-item:after {
    display: none; }
    @media screen and (min-width: 60em) {
      .block--hero-images .hero-nav .active-item:before, .block--hero-images .hero-nav .active:after, .block--hero-images .hero-nav .active-item:after {
        content: '';
        display: block; } }
  .block--hero-images .hero-nav .active-item:after {
    position: absolute;
    left: 0;
    top: -10px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #afafaf;
    border-width: 0 6.25px 10px 6.25px;
    margin-left: -6.25px; }
  .block--hero-images .hero-nav .active-item:after {
    margin-left: -6px; }
  .block--hero-images .hero-nav span.tri {
    font-size: 0px;
    position: absolute;
    top: -18px;
    right: 24px;
    z-index: 1;
    display: none; }
    @media screen and (min-width: 60em) {
      .block--hero-images .hero-nav span.tri {
        display: block; } }
  .block--hero-images .hero-nav span.tri:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #afafaf;
    border-width: 0 0px 45px 24px; }
  @media screen and (min-width: 60em) {
    .block--hero-images .hero-nav li.active span.tri, .block--hero-images .hero-nav li.active-item span.tri {
      top: 0px; } }

.node-type-section-page h1, .node-type-program h1 {
  color: #ffffff; }

.block--news-front {
  background: #232426; }
  .block--news-front .title {
    margin-bottom: 30px; }
  .block--news-front .block--inner {
    padding: 60px 40px; }
    .block--news-front .block--inner p {
      margin-bottom: 0; }
  .block--news-front ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .block--news-front .subheader-small, .block--news-front h4, .block--news-front
  h5, .block--news-front
  h6, .block--news-front .menu--mobile .menu a, .menu--mobile .menu .block--news-front a {
    margin: 0; }
  @media screen and (min-width: 45em) {
    .block--news-front .views-row {
      float: left;
      width: 50%;
      padding-right: 5%; } }
  @media screen and (min-width: 45em) {
    .block--news-front .views-row-last {
      padding-right: 0; } }
  .block--news-front .views-column {
    margin-bottom: 20px; }

.block--search {
  position: fixed;
  width: 100%;
  background: #204070;
  padding: 60px 20px 4px;
  z-index: 90;
  box-shadow: 0 0 10px #000000;
  top: -100px;
  left: 0;
  transition: top .2s ease-in-out, left .5s ease-in-out; }
  .js.js-nav .block--search {
    transition: left .5s ease;
    left: 210px; }
  .block--search.is-out {
    top: 0; }
  @media screen and (min-width: 60em) {
    .block--search {
      max-width: 180px;
      margin-right: 15px;
      margin-top: 4px;
      position: absolute;
      top: auto;
      left: auto;
      right: 390px;
      bottom: 0;
      background: none;
      box-shadow: none;
      padding: 0; } }
  @media screen and (min-width: 72em) {
    .block--search {
      bottom: 0px; } }
  .block--search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px; }
    .svg .block--search input[type="submit"] {
      font: "0/0" a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      background: #232426 url("../img/svg/search-small.svg") no-repeat;
      width: 22px;
      height: 22px;
      background-size: 13px 13px;
      background-position: 4px 4px; }
    .block--search input[type="submit"]:hover {
      background-color: #e10267; }
  .block--search form {
    position: relative; }

.search-button {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  z-index: 110;
  display: block;
  cursor: pointer; }
  .search-button .icon {
    display: block;
    margin: 4px 0 0 3px; }
  @media screen and (min-width: 60em) {
    .search-button {
      display: none; } }

@media screen and (min-width: 60em) {
  .node-type-section-page .main--content .inside-constrained, .node-type-program .main--content .inside-constrained {
    padding-bottom: 0; } }

@media screen and (min-width: 72em) {
  .node-type-section-page .main--content .inside-constrained, .node-type-program .main--content .inside-constrained {
    padding-right: 0;
    padding-left: 0; } }

.section-program--nav {
  height: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 0; }
  @media screen and (min-width: 60em) {
    .section-program--nav {
      max-width: 100%; } }
  .section-program--nav.inside-constrained.gp-row {
    padding: 0;
    max-width: 600px;
    margin: 20px auto 20px; }
    @media screen and (min-width: 60em) {
      .section-program--nav.inside-constrained.gp-row {
        max-width: 100%;
        zoom: 1; }
        .section-program--nav.inside-constrained.gp-row:before, .section-program--nav.inside-constrained.gp-row:after {
          content: "\0020";
          display: block;
          height: 0;
          overflow: hidden; }
        .section-program--nav.inside-constrained.gp-row:after {
          clear: both; } }
    @media screen and (min-width: 72em) {
      .section-program--nav.inside-constrained.gp-row {
        margin: 0; } }
  .section-program--nav .gp-col {
    height: 100%;
    cursor: pointer;
    float: none; }
    @media screen and (min-width: 60em) {
      .section-program--nav .gp-col {
        float: left; } }
  .section-program--nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .section-program--nav h2.section--header {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0;
    color: #9f9694; }
  .section-program--nav .node-program, .section-program--nav .node-section-page {
    background: #0b0b0c;
    height: auto; }

.section-program--nav .gp-col.active .section--header {
  position: relative;
  border-top: 4px solid #e10267;
  margin-top: -4px;
  width: 100%; }

.section-program--nav .gp-col .desc {
  margin: 0;
  margin-bottom: 10px; }

.section-program--nav .gp-col.active .section--header:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: -18px;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #e10267;
  border-width: 0 12.5px 18px 12.5px; }

.section-program--nav .gp-col.active .section--header:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -6px;
  top: -10px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #0b0b0c;
  border-width: 0 8px 12px 8px; }

.node-program .section--header, .node-section-page .section--header {
  position: relative; }

.node-program.node-teaser, .node-section-page.node-teaser {
  position: relative; }
  .node-program.node-teaser p, .node-section-page.node-teaser p {
    padding: 0 30px; }
  .node-program.node-teaser h2, .node-section-page.node-teaser h2 {
    padding: 10px 30px 0;
    margin-bottom: 5px;
    line-height: 18px; }
  .node-program.node-teaser img, .node-section-page.node-teaser img {
    width: 100%;
    position: relative;
    z-index: 0; }

.item-list li.section-program {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
  width: 33.33333333333%;
  background: #232426;
  box-sizing: border-box; }

@media screen and (min-width: 72em) {
  .section-program--nav .views-row {
    padding: 0;
    border: none;
    width: 370px; } }

.section-program--nav .views-row .views-column {
  display: inline-block; }

@media screen and (min-width: 72em) {
  .section-program--nav .views-row-1,
  .section-program--nav .views-row-2 {
    margin-right: 20px; } }

/* Fix the last row */
@media screen and (min-width: 20em) {
  .section-program--nav.gp-row {
    margin-left: -12px; } }

.block--hero-images .image-credit {
  position: absolute;
  z-index: 9;
  color: white;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  -ms-transform: none;
  transform: none;
  text-shadow: 1px 1px #6f6f6f; }
  @media screen and (min-width: 60em) {
    .block--hero-images .image-credit {
      bottom: 200px;
      right: -100px;
      display: inline-block;
      width: 225px;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      text-shadow: 1px 1px #6f6f6f; } }

.block--signup {
  width: 50%;
  display: none; }
  @media screen and (min-width: 60em) {
    .block--signup {
      width: 100%;
      display: block; } }

.form--sign-up {
  background: #009be7;
  padding: 10px 20px 20px;
  position: relative;
  display: none;
  width: 200%; }
  @media screen and (min-width: 60em) {
    .form--sign-up {
      position: absolute;
      z-index: 100;
      width: 390px;
      right: 190px;
      top: 77px;
      padding: 20px 60px 10px;
      z-index: 501; } }
  .no-js .form--sign-up {
    display: block; }
    @media screen and (min-width: 60em) {
      .no-js .form--sign-up {
        display: none; } }
  .js .is-out .form--sign-up {
    display: block; }
  .form--sign-up .form--title {
    color: #cfcbca;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    margin: 0; }
  .form--sign-up form {
    position: relative; }
    .form--sign-up form input[type="text"] {
      width: 100%; }
    .form--sign-up form input[type="submit"],
    .form--sign-up form input[type="reset"] {
      margin: 0; }
      .form--sign-up form input[type="submit"]:hover,
      .form--sign-up form input[type="reset"]:hover {
        background: #e10267; }
    .form--sign-up form input[type="submit"].button--submit {
      display: block;
      width: 100%;
      border-radius: 4px;
      padding: 10px 14px;
      border: none;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 3px;
      color: #ffffff; }
      .form--sign-up form input[type="submit"].button--submit:hover {
        text-decoration: none;
        background: #e10267;
        color: #ffffff; }
  .form--sign-up fieldset {
    margin-bottom: 10px;
    position: relative; }
  .form--sign-up .form--checkbox input {
    position: absolute;
    left: 0;
    top: 4px; }
  .form--sign-up .form--checkbox label {
    font-weight: 300;
    padding-left: 24px; }
  .form--sign-up .form--zip input[type="text"] {
    width: 160px; }
  .form--sign-up a {
    color: #BFBB98; }
  .form--sign-up .required {
    font-size: 12px;
    color: #4ec5ff; }
  .form--sign-up .text--optional {
    border-bottom: 1px solid #4ec5ff;
    margin-bottom: 10px;
    color: #4ec5ff; }

.signup--link {
  color: #ffffff;
  background: #00a5f6;
  padding: 3px 14px;
  margin: 0;
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 32px;
  text-align: center; }
  @media screen and (min-width: 60em) {
    .signup--link {
      padding: 7px 0px 7px 0px;
      width: 70px;
      height: auto;
      font-size: 14px;
      position: absolute;
      right: 190px;
      bottom: 0px; } }
  @media screen and (min-width: 72em) {
    .signup--link {
      bottom: 4px; } }
  @media screen and (min-width: 60em) {
    .signup--link:before {
      content: '';
      position: absolute;
      left: -24px;
      top: 0;
      display: block;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-bottom-color: #00a5f6;
      border-width: 0 0px 46px 24px; } }
  @media screen and (min-width: 60em) {
    .signup--link:after {
      content: '';
      position: absolute;
      right: -24px;
      top: 0;
      display: block;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-top-color: #00a5f6;
      border-width: 46px 24px 0 0px; } }
  .signup--link:hover,
  .is-out .signup--link {
    background: #02acff;
    background-image: linear-gradient(#1bb4ff, #009be7);
    cursor: pointer; }
    @media screen and (min-width: 60em) {
      .signup--link:hover,
      .is-out .signup--link {
        background: #02acff; } }
  @media screen and (min-width: 60em) {
    .signup--link:hover:before,
    .is-out .signup--link:before {
      display: block;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-bottom-color: #02acff;
      border-width: 0 0px 46px 24px; } }
  @media screen and (min-width: 60em) {
    .signup--link:hover:after,
    .is-out .signup--link:after {
      display: block;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-top-color: #02acff;
      border-width: 46px 24px 0 0px; } }
  .is-out .signup--link {
    z-index: 510; }

.cover {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  display: none; }
  @media screen and (min-width: 60em) {
    .cover.is-out {
      display: block; } }

.block--social-links {
  width: 50%;
  float: right;
  background: #555555;
  padding: 8px 0 2px;
  display: none; }
  @media screen and (min-width: 60em) {
    .block--social-links {
      position: absolute;
      float: none;
      right: 284px;
      bottom: 11px;
      width: 100px;
      margin-top: 8px;
      background: none;
      display: block; } }
  @media screen and (min-width: 72em) {
    .block--social-links {
      bottom: 10px; } }

.test {
  display: none; }

.social-media-list {
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  text-align: center; }
  .social-media-list li {
    display: inline-block;
    margin: 0 3px; }
  .social-media-list a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block; }
    .social-media-list a:hover {
      opacity: .5; }

.node-unpublished {
  background-color: #A2A2A2; }

.block--contact-info {
  border-bottom: 1px dotted #BFBB98; }
  @media screen and (min-width: 60em) {
    .block--contact-info {
      border: none;
      float: left; } }
  .block--contact-info .block--inner {
    max-width: 250px;
    margin: 0 auto 30px; }
    @media screen and (min-width: 60em) {
      .block--contact-info .block--inner {
        margin: 16px 10px;
        float: left; } }
  .block--contact-info p {
    color: #ffffff;
    margin: 0;
    line-height: normal;
    font-size: 17px; }

.block--featured-action .block--inner {
  padding: 0 30px; }

.block--featured-action .views-row {
  margin-bottom: 30px;
  margin-top: 60px; }

@media screen and (min-width: 35em) {
  .featured-action {
    position: table; } }

.featured-action img {
  border: 2px solid #ffffff; }

.feat-action--left {
  margin-bottom: 10px; }
  @media screen and (min-width: 35em) {
    .feat-action--left {
      display: table-cell;
      vertical-align: top; } }
  .feat-action--left a {
    width: 230px;
    display: block; }

@media screen and (min-width: 35em) {
  .feat-action--right {
    display: table-cell;
    vertical-align: top; } }

.block--featured-action {
  margin: 0 auto;
  max-width: 1150px;
  margin-bottom: 40px; }

/***
 *    ▄▄▌ ▐ ▄▌     ▄ .▄    ▄▄▄ .    ▄▄▄      ▄▄▄ .
 *    ██· █▌▐█    ██▪▐█    ▀▄.▀·    ▀▄ █·    ▀▄.▀·
 *    ██▪▐█▐▐▌    ██▀▐█    ▐▀▀▪▄    ▐▀▀▄     ▐▀▀▪▄
 *    ▐█▌██▐█▌    ██▌▐▀    ▐█▄▄▌    ▐█•█▌    ▐█▄▄▌
 *     ▀▀▀▀ ▀▪    ▀▀▀ ·     ▀▀▀     .▀  ▀     ▀▀▀
 *                ▄▄▌ ▐ ▄▌    ▄▄▄ .
 *                ██· █▌▐█    ▀▄.▀·
 *                ██▪▐█▐▐▌    ▐▀▀▪▄
 *                ▐█▌██▐█▌    ▐█▄▄▌
 *                 ▀▀▀▀ ▀▪     ▀▀▀
 *        ▄▄▌ ▐ ▄▌              ▄▄▄      ▄ •▄
 *        ██· █▌▐█    ▪         ▀▄ █·    █▌▄▌▪
 *        ██▪▐█▐▐▌     ▄█▀▄     ▐▀▀▄     ▐▀▀▄·
 *        ▐█▌██▐█▌    ▐█▌.▐▌    ▐█•█▌    ▐█.█▌
 *         ▀▀▀▀ ▀▪     ▀█▄▀▪    .▀  ▀    ·▀  ▀
 */
@media screen and (min-width: 60em) {
  .block--where-we-work {
    margin-bottom: 0; } }

.block--where-we-work h2.title {
  text-align: center;
  margin: 70px 0 30px; }
  @media screen and (min-width: 60em) {
    .block--where-we-work h2.title {
      margin: 70px 0; } }

.block--where-we-work .where-we-work {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 60em) {
    .block--where-we-work .where-we-work {
      margin: 100px auto 0 auto;
      width: 95%; } }

.block--where-we-work.inside-constrained {
  padding: 0px; }
  @media screen and (min-width: 60em) {
    .block--where-we-work.inside-constrained {
      margin-bottom: -15.75px; } }

.block--where-we-work .location-list {
  list-style-type: none;
  padding: 0;
  margin: 40px auto 0px auto; }
  @media screen and (min-width: 60em) {
    .block--where-we-work .location-list {
      margin-bottom: 70px; } }

.block--where-we-work .location-item {
  height: 45px; }
  @media screen and (min-width: 60em) {
    .block--where-we-work .location-item {
      width: 20%; } }
  .block--where-we-work .location-item.active {
    position: relative; }
    @media screen and (min-width: 60em) {
      .block--where-we-work .location-item.active {
        border-top: 4px solid #e10267;
        margin-top: -4px;
        height: 49px; } }
    @media screen and (min-width: 60em) {
      .block--where-we-work .location-item.active a {
        top: -113px; } }
  .block--where-we-work .location-item.active:before, .block--where-we-work .location-item.active:after {
    display: none; }
    @media screen and (min-width: 60em) {
      .block--where-we-work .location-item.active:before, .block--where-we-work .location-item.active:after {
        display: block;
        content: ''; } }
  .block--where-we-work .location-item.active:after {
    position: absolute;
    left: 0;
    top: -10px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #afafaf;
    border-width: 0 6.25px 10px 6.25px; }
  .block--where-we-work .location-item.active:before {
    position: relative;
    left: 0;
    top: -18px;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-color: #e10267;
    border-width: 0 12.5px 18px 12.5px; }
  .block--where-we-work .location-item a {
    font-size: 24px;
    color: #e10267;
    text-align: center;
    text-shadow: none;
    font-weight: 400;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 45px;
    position: relative; }
    @media screen and (min-width: 60em) {
      .block--where-we-work .location-item a {
        top: -95px;
        padding: 40px 0; } }
    .block--where-we-work .location-item a:hover {
      text-decoration: none; }
    .block--where-we-work .location-item a:before {
      display: none; }
      @media screen and (min-width: 60em) {
        .block--where-we-work .location-item a:before {
          display: block;
          content: '';
          position: absolute;
          left: -24px;
          top: 95px;
          background: none;
          display: block;
          width: 0;
          height: 0;
          border: 0 solid transparent;
          border-bottom-color: #afafaf;
          border-width: 0 0px 45px 24px; } }

.block--where-we-work .location-list {
  position: relative;
  z-index: 1;
  width: 100%; }
  @media screen and (min-width: 60em) {
    .block--where-we-work .location-list {
      margin: 40px 0 70px 0;
      height: 45px; } }
  .block--where-we-work .location-list .location-item {
    cursor: pointer;
    position: relative; }
  .block--where-we-work .location-list li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: top;
    list-style-type: none;
    display: block;
    width: 100%;
    background: #afafaf; }
    @media screen and (min-width: 60em) {
      .block--where-we-work .location-list li {
        display: inline-block;
        float: left;
        width: 20%; } }

.location-list li:nth-child(5n+1) {
  background: #afafaf; }

.location-list li:nth-child(5n+2) {
  background: #a0a0a0; }

.location-list li:nth-child(5n+3) {
  background: #848484; }

.location-list li:nth-child(5n+4) {
  background: #6f6f6f; }

.location-list li:nth-child(5n+5) {
  background: #666666; }

.location-list .location-item:nth-child(5n+1).active:after {
  border-bottom-color: #afafaf; }

.location-list .location-item:nth-child(5n+2).active:after {
  border-bottom-color: #a0a0a0; }

.location-list .location-item:nth-child(5n+3).active:after {
  border-bottom-color: #848484; }

.location-list .location-item:nth-child(5n+4).active:after {
  border-bottom-color: #6f6f6f; }

.location-list .location-item:nth-child(5n+5).active:after {
  border-bottom-color: #666666; }

.location-list li:nth-child(5n+1) a:before {
  border-bottom-color: #afafaf !important; }

.location-list li:nth-child(5n+2) a:before {
  border-bottom-color: #a0a0a0 !important; }

.location-list li:nth-child(5n+3) a:before {
  border-bottom-color: #848484 !important; }

.location-list li:nth-child(5n+4) a:before {
  border-bottom-color: #6f6f6f !important; }

.location-list li:nth-child(5n+5) a:before {
  border-bottom-color: #666666 !important; }

.hero-nav li.active:nth-child(5n+1):after {
  border-bottom-color: #afafaf !important; }

.hero-nav li.active:nth-child(5n+2):after {
  border-bottom-color: #a0a0a0 !important; }

.hero-nav li.active:nth-child(5n+3):after {
  border-bottom-color: #848484 !important; }

.hero-nav li.active:nth-child(5n+4):after {
  border-bottom-color: #6f6f6f !important; }

.hero-nav li.active:nth-child(5n+5):after {
  border-bottom-color: #666666 !important; }

#at3lb {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 16777270;
  display: none; }

.at3lblight {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpizCuu/sRABGBiIBKMKqSOQoAAAwC8KgJipENhxwAAAABJRU5ErkJggg==);
  background: rgba(110, 115, 123, 0.65); }

.at3lbdark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiZGBg2M9ABGBiIBKMKqSOQoAAAwBAlwDTJEe1aAAAAABJRU5ErkJggg==);
  background: rgba(0, 0, 0, 0.5); }

.at3lbnone {
  background: rgba(255, 255, 255, 0); }

#at3win {
  position: fixed;
  _position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -320px;
  background: #fff;
  border: 1px solid #d2d2d1;
  width: 640px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25);
  font-family: "helvetica neue",helvetica,arial,sans-serif;
  z-index: 16777271;
  display: none;
  overflow: hidden; }

#at3win #at3winheader {
  position: relative;
  border-bottom: 1px solid #d2d2d1;
  background: #f1f1f1;
  height: 49px;
  cursor: default; }

#at3win #at3winheader p {
  position: absolute;
  top: 16px;
  left: 100px;
  width: 475px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#at3win #at3winheader h3 {
  height: 49px;
  text-align: left;
  line-height: 49px;
  margin: 0 50px 0 22px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  font-family: "helvetica neue",helvetica,arial,sans-serif;
  font-weight: bold;
  text-shadow: 0 1px #fff;
  color: #333;
  direction: ltr; }

#at3win #at3winheader h3.logoaddthis {
  padding-left: 22px; }

#at3win #at3winheader .at3winheadersvc {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 20px;
  cursor: default !important;
  opacity: 1 !important; }

#at3win #at3winheader #at3winheaderclose {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwNzc2QTQ5Qjk1RDExRTFCMkE4OEUxNTUwRjMwREY0IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwNzc2QTQ4Qjk1RDExRTFCMkE4OEUxNTUwRjMwREY0IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InV1aWQ6OEE1QUU0REMzMEU4REYxMUJCNzJGQkJCQzlBM0Y1RkMiIHN0UmVmOmRvY3VtZW50SUQ9InV1aWQ6M0M5RkJGRTEyQUU4REYxMUJCNzJGQkJCQzlBM0Y1RkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz78RHhFAAAApUlEQVR42rxTiQnAIAxU6QAdxRW6iZ1EnKRu4gqO0g1sCilEvT7Q0kBQ9O4wl6hLKepNGPUyhmMTQhhpSZTZez8jMGEWWizlRJi1fUHiS8dARHaMSaiELPaViCB3WC1NBMB4CMozWaJuuwBE1BkZdoEB8Qn5kzaaC7fbgN0xN+TYlNOJmCvyXjPwpBKRL7BnhgERiwQmHhDothDJjMVz8Ptv3AQYAJWjVVdnlDZCAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 1px solid #d2d2d1;
  width: 49px;
  height: 49px;
  line-height: 49px;
  overflow: hidden;
  text-indent: -9999px;
  text-shadow: none;
  cursor: pointer; }

#at3win #at3winheader #at3winheaderclose:hover {
  background-color: #DEDEDE; }

#at3win #at3wincontent {
  height: 440px;
  position: relative; }

#at3winshare, #at3wincopy, #at3winemail {
  height: 440px; }

#at3wincontent, #at20mc {
  -o-box-sizing: content-box;
  box-sizing: content-box; }

#at3win #at3wincontent.at3nowin {
  position: relative;
  height: 400px;
  padding: 20px;
  overflow: auto; }

#at3winfooter {
  position: relative;
  background: #fff;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 1px solid #d2d2d1;
  height: 11px;
  _height: 20px;
  line-height: 11px;
  padding: 5px 20px;
  font-size: 11px;
  color: #666; }

#at3winfooter a {
  margin-right: 10px;
  text-decoration: none;
  color: #666;
  float: left; }

#at3winfooter a:hover {
  text-decoration: none;
  color: #000; }

#at3logo {
  background: url(//s7.addthis.com/static/t00/at3logo-sm.gif) no-repeat left center !important;
  padding-left: 10px; }

#at3privacy {
  position: absolute;
  top: 5px;
  right: 10px;
  background: url(//s7.addthis.com/static/t00/at3-privacy.gif) no-repeat right center !important;
  padding-right: 14px; }

.menu--mobile .bean-auxiliary-action {
  text-align: center; }
  .menu--mobile .bean-auxiliary-action a {
    color: #ffffff;
    background: #e10267;
    background-image: linear-gradient(#fa0273, #c8025b);
    padding: 3px 14px;
    position: relative;
    height: 40px;
    margin: 0;
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 32px;
    text-shadow: 0px 1px 5px #3f3f3f; }
    .menu--mobile .bean-auxiliary-action a:hover {
      background: #fd328e;
      background-image: linear-gradient(#fd328e, #d70262);
      text-decoration: none; }

.block--homepage-featured-content .item-list ul {
  list-style: none; }
  @media screen and (min-width: 72em) {
    .block--homepage-featured-content .item-list ul {
      clear: both; } }

.block--homepage-featured-content .item-list li {
  display: block;
  margin: 0;
  vertical-align: top;
  position: relative;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  z-index: 0; }
  @media screen and (min-width: 60em) {
    .block--homepage-featured-content .item-list li {
      display: inline-block;
      width: 30%; } }
  @media screen and (min-width: 72em) {
    .block--homepage-featured-content .item-list li {
      display: inline-block;
      width: 340px; } }

.block--homepage-featured-content .item-list li img {
  display: block;
  position: relative;
  margin: 0;
  z-index: -1; }

.block--homepage-featured-content .item-list ul li.views-row-2 {
  margin: 0; }
  @media screen and (min-width: 60em) {
    .block--homepage-featured-content .item-list ul li.views-row-2 {
      margin: 0 4.4%; } }
  @media screen and (min-width: 72em) {
    .block--homepage-featured-content .item-list ul li.views-row-2 {
      margin: 0 59px; } }

.block--homepage-featured-content div.featured-type {
  background-color: #e10267;
  display: inline-block;
  padding: 0 3px;
  position: absolute;
  top: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold; }
  @media screen and (min-width: 72em) {
    .block--homepage-featured-content div.featured-type {
      top: 217px; } }

.block--homepage-featured-content div.featured-type:after {
  display: block;
  content: " ";
  width: 40px;
  height: 20px;
  top: 0px;
  background-color: #e10267;
  position: absolute;
  right: -10px;
  transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
  z-index: -1; }

.block--homepage-featured-content div.field-name-field-bean-title {
  margin: 20px 0 10px 0;
  padding: 0 30px;
  line-height: normal; }
  .block--homepage-featured-content div.field-name-field-bean-title a {
    color: #00A8F6; }

.block--homepage-featured-content a {
  font-size: 19px; }

.block--homepage-featured-content p.featured-summary {
  font-size: 14px;
  padding: 0 30px;
  line-height: 1.3em; }

.block--homepage-featured-content div.item-list > ul > li > p {
  margin: 0; }

.block--homepage-featured-content .front div.addthis_toolbox {
  display: none; }

.node-type-article .primary-content-area, .node-type-volunteer-page .primary-content-area, .node-type-book .primary-content-area, .node-type-basic-page-with-sidebar- .primary-content-area {
  float: none;
  width: auto;
  margin: 20px; }
  @media screen and (min-width: 72em) {
    .node-type-article .primary-content-area, .node-type-volunteer-page .primary-content-area, .node-type-book .primary-content-area, .node-type-basic-page-with-sidebar- .primary-content-area {
      width: 70%;
      float: left;
      margin-left: -20px; } }

.node-type-article .main--aside-third, .node-type-volunteer-page .main--aside-third, .node-type-book .main--aside-third, .node-type-basic-page-with-sidebar- .main--aside-third {
  float: none;
  width: 95%;
  margin-top: 0;
  margin-left: 20px; }
  @media screen and (min-width: 72em) {
    .node-type-article .main--aside-third, .node-type-volunteer-page .main--aside-third, .node-type-book .main--aside-third, .node-type-basic-page-with-sidebar- .main--aside-third {
      width: 30%;
      float: right;
      margin-right: -20px;
      margin-left: 0px; } }

.node-type-article .main--aside-second, .node-type-volunteer-page .main--aside-second, .node-type-book .main--aside-second, .node-type-basic-page-with-sidebar- .main--aside-second {
  clear: both; }

.node-type-article .sidebar-third ul li, .node-type-volunteer-page .sidebar-third ul li, .node-type-book .sidebar-third ul li, .node-type-basic-page-with-sidebar- .sidebar-third ul li {
  list-style: none; }

.node-type-book .sidebar-third ul li {
  list-style: square; }

.sidebar-third .block-views {
  border-top: 2px solid #ebebeb;
  padding-top: 25px; }

.sidebar-third .item-list ul li {
  margin: 10px 0; }

.sidebar-third .item-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-size: 16px;
  z-index: 0; }

.sidebar-third .item-list li img {
  display: block;
  position: relative;
  margin: 0;
  z-index: -1; }

.sidebar-third div.featured-type {
  display: none; }

.sidebar-third div.field-name-field-bean-title {
  margin-top: 10px;
  padding: 0 20px; }

.sidebar-third p.featured-summary {
  font-size: 14px;
  padding: 10px 20px;
  line-height: 1.3em;
  margin-bottom: 10px; }

.sidebar-third div.item-list > ul > li > p {
  margin: 0; }

.sidebar-third .front div.addthis_toolbox {
  display: none; }

.sidebar-third h2.title {
  font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, "Lucida Grande", sans-serif, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #e10267;
  text-shadow: none; }

.sidebar-third h2.related-blog-title {
  font-size: 20px;
  line-height: normal;
  text-transform: none; }

.sidebar-third p.blog-summary {
  font-size: 14px;
  margin: 0; }

.sidebar-third .views-row {
  margin-bottom: 30px; }

.sidebar-third .view-mode-related_blog_teaser {
  width: 100% !important; }

.block--what-we-do {
  padding: 10px; }
  .block--what-we-do h2.title {
    color: #2c5697;
    text-shadow: none;
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px; }
  .block--what-we-do .view-header {
    margin-bottom: 30px; }
  .block--what-we-do .section-program--nav .views-row {
    border-left-width: 0px !important; }
  @media screen and (min-width: 60em) {
    .block--what-we-do {
      padding: 0; } }

.front .sidebar-second {
  margin-top: 100px; }

.block--footer-nav li {
  font-size: 10px; }

.block-tweetie {
  width: 100%;
  display: block;
  height: auto;
  background-color: #ffffff;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  position: relative;
  top: 5px;
  padding: 20px; }
  .block-tweetie h2 {
    font-size: 14px;
    color: #e10267;
    text-shadow: none; }
    .block-tweetie h2 :after {
      content: ""; }
  .block-tweetie a {
    font-weight: normal; }
  .block-tweetie div.item {
    list-style: none;
    font-size: 16px;
    line-height: 1.25; }
  @media screen and (min-width: 72em) {
    .block-tweetie {
      width: 335px;
      height: 229px;
      float: right;
      display: inline; } }

.block-tweetie .owl-controls {
  position: absolute;
  left: 50%;
  top: 90%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.block-tweetie .owl-wrapper {
  height: 150px; }

.block-tweetie div.owl-controls.clickable > div.owl-pagination > div.owl-page.active > span {
  background-color: #555555 !important; }

.block-tweetie .owl-theme .owl-controls .owl-page span {
  border: 1px solid transparent;
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /* opacity: 0.5; */
  border-radius: 20px;
  background: #009be7 !important; }

.block-tweetie .owl-theme .owl-controls .owl-buttons div {
  color: #009be7;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: none;
  filter: Alpha(Opacity=100);
  opacity: 1; }

.homepage-top-news-feed {
  width: 100%;
  display: block;
  height: auto;
  background-color: #ffffff;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  padding: 20px; }
  .homepage-top-news-feed a {
    display: block;
    color: #00A8F6;
    line-height: normal;
    font-size: 16px; }
  .homepage-top-news-feed h2 {
    font-size: 16px;
    text-transform: none;
    color: #009be7;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    text-shadow: none; }
    .homepage-top-news-feed h2.title {
      font-size: 14px;
      color: #2c5697;
      text-transform: uppercase; }
  .homepage-top-news-feed p {
    font-size: 14px;
    color: #5e514d;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px; }
  .homepage-top-news-feed .more-link {
    font-size: 11px;
    background-color: #009be7;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    top: -23px; }
    .homepage-top-news-feed .more-link::after {
      display: none; }
  .homepage-top-news-feed .views-row {
    height: 90px;
    margin: 20px 0;
    border-bottom: 1px solid #ebebeb; }
    .homepage-top-news-feed .views-row:first-child {
      padding-top: 10px; }
    .homepage-top-news-feed .views-row:nth-child(3) {
      border: none;
      margin-bottom: -10px; }
  @media screen and (min-width: 72em) {
    .homepage-top-news-feed {
      width: 335px;
      height: 380px;
      float: right;
      display: inline;
      position: relative;
      top: 5px;
      padding-top: 30px; }
      .homepage-top-news-feed .block-inner {
        margin-top: 15px; } }

.mystory-header {
  background-color: #446597;
  text-align: right;
  margin-top: 5px;
  border-bottom: 35px solid #0a1c50; }
  .mystory-header .header-text {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 37px; }
    .mystory-header .header-text h1 {
      font-weight: normal;
      font-size: 48px;
      text-transform: none;
      margin-bottom: 1px; }
      .mystory-header .header-text h1 a {
        color: #fff; }
        .mystory-header .header-text h1 a:hover {
          text-decoration: none; }

.node-type-my-story .primary-content-area {
  margin: 20px; }
  @media screen and (min-width: 72em) {
    .node-type-my-story .primary-content-area {
      margin: 0; } }

.my-story-node {
  margin-bottom: 2rem;
  display: inline-block; }
  .my-story-node .story-content,
  .my-story-node .story-meta {
    display: inline-block; }
  @media screen and (min-width: 60em) {
    .my-story-node .story-content,
    .my-story-node .story-meta {
      float: left; }
    .my-story-node .story-content {
      width: 70%;
      padding-right: 1em; }
    .my-story-node .story-meta {
      width: 30%;
      padding-left: 1em; } }
  .my-story-node .story * {
    display: inline; }
  .my-story-node .subject-key-info {
    color: #2c5697;
    font-weight: bold; }
  .my-story-node .submission-info {
    margin-bottom: 1rem; }

.my-story-submission-info {
  margin-bottom: 2rem;
  font-style: italic; }

.node-my-story.node-teaser .group-left a {
  z-index: 10;
  position: relative; }

.node-my-story.node-teaser .group-right {
  margin-left: 0;
  padding-top: 12px; }

.node-my-story.node-teaser .my-story-submission-info {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5e514d;
  max-width: 800px;
  margin-bottom: 1rem; }

.page-mystory .inside-constrained-main--content .primary-content-area {
  margin: 20px; }

.page-mystory .page-header,
.page-mystory .breadcrumb {
  display: none; }

.page-mystory .mystory-no-results {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px;
  font-size: 50px; }

.mystory-form {
  background: #f6f6f6;
  text-align: center;
  padding: 55px; }
  .mystory-form .header-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px; }
  .mystory-form .mystory-search-form {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    position: relative;
    padding: 0;
    display: inline-block; }
    .mystory-form .mystory-search-form .views-exposed-widget {
      float: none; }
    .mystory-form .mystory-search-form .views-widget-filter-combine {
      position: relative;
      padding: 0;
      display: inline-block;
      width: 100%; }
    .mystory-form .mystory-search-form input[type=text] {
      width: 100%;
      padding: 22px 45px;
      color: #5e514d;
      background-color: #fff;
      box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.35); }
    .mystory-form .mystory-search-form input[type=submit].image-submit {
      color: transparent;
      text-shadow: none;
      border: 0;
      background: transparent url(../img/svg/search-small-grey.svg) no-repeat;
      width: 33px;
      height: 33px;
      background-size: 20px 20px;
      background-position: 4px 4px;
      position: absolute;
      top: 19px;
      left: 10px; }
    .mystory-form .mystory-search-form input[type=submit].second-submit {
      height: 30px; }
      @media screen and (min-width: 60em) {
        .mystory-form .mystory-search-form input[type=submit].second-submit {
          position: absolute;
          left: 100%;
          margin-left: 10px;
          top: 50%;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
          margin-top: -5px; } }

.page-node-61 .main--content .block-views {
  margin: 20px 0 30px;
  padding: 10px 0 0;
  border-top: 1px dotted #BFBB98; }

section.callout {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px 0; }

body.cke_editable {
  background: #555555 !important; }
  body.cke_editable h1, body.cke_editable h2, body.cke_editable h3, body.cke_editable h4, body.cke_editable h5, body.cke_editable h6, body.cke_editable div, body.cke_editable p, body.cke_editable section {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, "Lucida Grande", sans-serif !important; }

#search-request-entityform-edit-form small, #search-request-rus-entityform-edit-form small {
  display: block; }

#search-request-entityform-edit-form .form-wrapper, #search-request-rus-entityform-edit-form .form-wrapper {
  padding: 7px;
  clear: both; }

#search-request-entityform-edit-form fieldset, #search-request-rus-entityform-edit-form fieldset {
  display: inline-block !important;
  vertical-align: top; }

#search-request-entityform-edit-form #field-sr-inq-address-add-more-wrapper fieldset, #search-request-rus-entityform-edit-form #field-sr-inq-address-add-more-wrapper fieldset {
  border: 1px solid #555555;
  border-radius: 3px; }

#search-request-entityform-edit-form #edit-field-hias-helped-und label, #search-request-entityform-edit-form #edit-field-terms label, #search-request-entityform-edit-form #edit-field-field-hias-helped-rus-und label, #search-request-entityform-edit-form #edit-field-terms-rus label, #search-request-rus-entityform-edit-form #edit-field-hias-helped-und label, #search-request-rus-entityform-edit-form #edit-field-terms label, #search-request-rus-entityform-edit-form #edit-field-field-hias-helped-rus-und label, #search-request-rus-entityform-edit-form #edit-field-terms-rus label {
  display: inline-block; }

#search-request-entityform-edit-form table .field-type-list-boolean label, #search-request-rus-entityform-edit-form table .field-type-list-boolean label {
  display: inline-block; }

#search-request-entityform-edit-form tr.draggable label, #search-request-rus-entityform-edit-form tr.draggable label {
  color: #232426; }

#search-request-entityform-edit-form label.required, #search-request-rus-entityform-edit-form label.required {
  color: #e10267; }

#search-request-entityform-edit-form label.required:after, #search-request-rus-entityform-edit-form label.required:after {
  content: '*'; }

#search-request-entityform-edit-form .form-required small, #search-request-rus-entityform-edit-form .form-required small {
  color: #fff; }

.page-eform .main--content div[class*="field-"] {
  margin: 0px;
  padding: 10px;
  background: grey; }

.page-eform .main--content h3.field-label {
  font-weight: bolder; }

.page-eform .main--content .tabledrag-toggle-weight-wrapper {
  display: none; }

.page-entityform .gp-span-6 {
  height: auto !important; }

.page-entityform h3.field-label {
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 0 0;
  color: white; }

.page-search-node .group-search-result {
  margin-bottom: 20px; }

.page-search-node h2, .page-search-node p {
  margin: 0; }

.page-search .search-form {
  margin-bottom: 2em; }

.page-search .fieldset-wrapper p {
  text-align: left; }

.front {
  /* .front .views-column p:last-child:after {
  content: "...";
  } */ }
  .front .page-header {
    text-align: center; }
    @media screen and (min-width: 60em) {
      .front .page-header {
        text-align: left; } }
  .front .main--page {
    background-color: #f5f5f5; }
  .front .main--content {
    background: #f5f5f5; }
    .front .main--content .inside-constrained {
      padding-top: 0; }
      @media screen and (min-width: 60em) {
        .front .main--content .inside-constrained {
          padding-bottom: 0; } }
      @media screen and (min-width: 72em) {
        .front .main--content .inside-constrained {
          padding-right: 0;
          padding-left: 0; } }
  .front .section-program--nav.inside-constrained.gp-row {
    margin-bottom: 0; }
    @media screen and (min-width: 60em) {
      .front .section-program--nav.inside-constrained.gp-row .views-row {
        margin-bottom: 0; } }
  .front #search-block-form label.element-invisible {
    color: white; }
  .front .region-highlighted {
    max-width: 1150px;
    height: auto;
    margin: 0 auto 30px auto;
    padding: 0 20px; }
    @media screen and (min-width: 72em) {
      .front .region-highlighted {
        height: 600px;
        padding: 0; } }
  .front #offcanvas--wrapper2 > div > div.region-highlighted > div:nth-child(1) {
    width: 100%; }
    @media screen and (min-width: 60em) {
      .front #offcanvas--wrapper2 > div > div.region-highlighted > div:nth-child(1) {
        width: 810px;
        margin: 0 auto 30px; } }
    @media screen and (min-width: 72em) {
      .front #offcanvas--wrapper2 > div > div.region-highlighted > div:nth-child(1) {
        float: left; } }
  .front .caption-area {
    position: relative;
    bottom: 100px; }
    @media screen and (min-width: 60em) {
      .front .caption-area {
        bottom: 180px; } }
  .front .hero-caption-area {
    position: absolute;
    color: white;
    line-height: 1.25;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    font-size: 25px;
    padding: 0px 39px 12px;
    bottom: 7px;
    left: -25px;
    font-size: 16px;
    width: 107%; }
    .front .hero-caption-area a {
      font-size: 12px;
      text-transform: uppercase;
      color: #2c5697;
      font-weight: bold; }
    .front .hero-caption-area p {
      margin: 0 0 -10px 0; }
    @media screen and (min-width: 60em) {
      .front .hero-caption-area {
        padding: 0px 25px 11px;
        bottom: 95px;
        font-size: 36px;
        width: 100%;
        margin: 0 25px; } }
  .front .block--hero-images .owl-controls {
    position: absolute;
    left: 50%;
    top: 90%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100px; }
  .front .owl-pagination {
    position: absolute;
    right: -4px;
    top: 5px; }
  .front .owl-prev {
    position: absolute;
    right: 30px; }
  .front .owl-next {
    position: absolute;
    right: -30px; }
  .front div.owl-controls.clickable > div.owl-pagination > div > span {
    background: none; }
  .front div.owl-controls.clickable > div.owl-pagination > div.owl-page.active > span {
    background-color: white; }
  .front .block--hero-images .owl-theme .owl-controls .owl-page span {
    border: 1px solid white;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    border-radius: 20px; }
  .front .block--hero-images .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px 11px;
    font-size: 12px;
    border-radius: 30px;
    background: none;
    filter: Alpha(Opacity=100);
    opacity: 1; }
  .front .block--hero-images #offcanvas--wrapper2 > div > div.region-highlighted > div:nth-child(1) > div > div.block--hero-images.inside-constrained > div > div.owl-wrapper-outer.autoHeight > div > div.owl-item > div.item-1 > div {
    display: none; }
  .front .sidebar-first {
    padding: 0;
    max-width: 1150px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 2px solid #ebebeb;
    border-radius: 5px; }
    @media screen and (min-width: 60em) {
      .front .sidebar-first {
        padding: 50px 13px; } }
  .front .main--aside {
    padding: 0 20px; }
  .front .section-program--nav .node-section-page {
    background: none; }
  .front .section-program--nav .views-row {
    position: relative;
    height: 300px;
    background: rgba(44, 86, 151, 0);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-color 1s; }
    .front .section-program--nav .views-row h2 {
      padding: 160px 30px 0;
      font-size: 24px;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      line-height: 1;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .front .section-program--nav .views-row p {
      text-align: center;
      color: #ffffff;
      opacity: 0; }
    @media screen and (min-width: 72em) {
      .front .section-program--nav .views-row {
        width: 357px; } }
  .front .section-program--nav .views-row:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' '; }
  .front .section-program--nav .views-row:hover {
    background-color: rgba(44, 86, 151, 0.5); }
    .front .section-program--nav .views-row:hover p {
      opacity: 1;
      transition: opacity 1s; }
    .front .section-program--nav .views-row:hover a {
      text-decoration: none; }

.faq-question {
  padding-left: 0;
  padding-bottom: 7px; }

.faq-answer {
  margin-bottom: 20px; }

.page-faq .pager {
  margin-top: 30px; }

.page-faq h1 {
  margin-bottom: 20px; }

.field-question {
  color: #25BAFF;
  text-decoration: none;
  font-weight: bolder;
  margin: 10px 0;
  cursor: pointer; }
  .field-question:hover {
    text-decoration: underline;
    color: #62cdff; }

.field-answer {
  overflow: hidden;
  max-height: 0;
  transition: all 500ms ease; }

.field-answer.open {
  max-height: 1500px; }

.page-faq-refugee .more-link {
  display: none; }

.page-faq-hias .more-link {
  float: none;
  position: normal;
  padding: 0; }
  .page-faq-hias .more-link:after {
    content: none; }

.page-node-45 div.form-required {
  color: #5e514d !important; }

label[for="edit-submitted-name"] {
  display: inline; }

.webform-client-form {
  margin-top: 20px; }

.name-given-wrapper,
.name-family-wrapper {
  float: none !important;
  margin-right: 0 !important; }
  .name-given-wrapper label:after,
  .name-family-wrapper label:after {
    content: '*';
    color: #e10267; }

.name-given-wrapper {
  margin-bottom: 10px; }

label.required:after {
  content: '*';
  color: #e10267; }

.webform-client-form input[type="submit"] {
  background: #cdcdcd;
  color: #555555;
  border-radius: 8px;
  padding: 10px 14px;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700; }
  .webform-client-form input[type="submit"]:hover {
    text-decoration: none;
    background: #e10267;
    color: #ffffff; }

.webform-client-form input[type="text"], .webform-client-form input[type="email"], .webform-client-form textarea {
  background: #ffffff;
  border: 2px solid #ebebeb; }

.node-type-webform .main--content .inside-constrained {
  max-width: 600px; }
  @media screen and (min-width: 60em) {
    .node-type-webform .main--content .inside-constrained {
      max-width: 1150px; } }

div#edit-submitted-updates label {
  display: inline-block;
  font-weight: 200; }

.splash-page-only header, .splash-page-only footer, .splash-page-only .drupal-messages, .splash-page-only nav.tabs {
  display: none; }

.splash-page-only body.logged-in {
  margin-top: 0; }

body.logged-in.node-type-splash {
  margin-top: 0; }

.splash-page-only h1.header.page-header, .splash-page-only h1.page-header {
  display: none; }

.node-type-book .inside-constrained {
  padding-bottom: 0; }
  .node-type-book .inside-constrained .primary-content-area {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-bottom: 50px; }
    .node-type-book .inside-constrained .primary-content-area h1 {
      margin-right: 0; }
    @media screen and (min-width: 60em) {
      .node-type-book .inside-constrained .primary-content-area {
        width: 75%;
        float: left; } }
  .node-type-book .inside-constrained .main--aside-third {
    float: none;
    width: 100%;
    margin-top: 0; }
    .node-type-book .inside-constrained .main--aside-third img {
      margin: 0 auto; }
    @media screen and (min-width: 60em) {
      .node-type-book .inside-constrained .main--aside-third {
        width: 23%;
        float: right; } }

.node-type-book .block-book-menus .active {
  text-decoration: underline; }

.node-type-book .planned-giving-menu {
  border: 3px solid #ebebeb;
  padding: 9px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-sizing: border-box; }
  .node-type-book .planned-giving-menu ul {
    list-style-type: square !important;
    margin-left: -15px; }

.node-type-book .sidebar-third .views-row {
  margin: 0; }

.node-type-book .sidebar-third .block-views {
  border: none;
  padding: 0; }

.node-type-book .book-pager {
  border-top: 3px solid #555555;
  border-bottom: 3px solid #555555;
  list-style: none;
  padding: 20px 0;
  clear: both; }

.node-type-book li.next::before {
  content: "Next: "; }

.node-type-book .sidebar-third .views-row {
  margin: 0; }

.node-type-book .sidebar-third .block-views {
  border: none;
  padding: 0; }

.node-type-book .main--aside-second {
  clear: both; }

.node-type-book .addthis_toolbox {
  position: relative;
  top: 0;
  right: 0;
  float: right; }

.node-type-book .planned-giving-sidebar-block {
  border: 3px solid #ebebeb;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-sizing: border-box; }
  .node-type-book .planned-giving-sidebar-block p, .node-type-book .planned-giving-sidebar-block a {
    font-size: 12px;
    margin: 0 0 1em 0; }
  .node-type-book .planned-giving-sidebar-block strong {
    font-size: 14px; }
  .node-type-book .planned-giving-sidebar-block p > img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }

.node-type-book .block-bookblock .menu a {
  font-size: 14px; }
  .node-type-book .block-bookblock .menu a.active {
    text-decoration: underline; }
