@charset "UTF-8";
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * 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; }

/**
 * 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: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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, .node-paid-event .field-registration-type input[type="button"],
.node-type-event form#registration-form input[type="button"],
.field-event-application input[type="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, .node-paid-event .field-registration-type input[type="button"],
.node-type-event form#registration-form input[type="button"],
.field-event-application input[type="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, .node-paid-event .field-registration-type input[type="button"],
.node-type-event form#registration-form input[type="button"],
.field-event-application input[type="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, .node-paid-event .field-registration-type input[type="button"],
.node-type-event form#registration-form input[type="button"],
.field-event-application input[type="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], .node-paid-event .field-registration-type input[disabled][type="button"],
.node-type-event form#registration-form input[disabled][type="button"],
.field-event-application input[disabled][type="button"],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, .node-paid-event .field-registration-type input[type="button"]::-moz-focus-inner,
.node-type-event form#registration-form input[type="button"]::-moz-focus-inner,
.field-event-application input[type="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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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; }

/* Admin
   ========================================================================== */
.krumo-root {
  color: #505050; }

a.krumo-name {
  color: #666666 !important; }

html {
  box-sizing: border-box; }

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-search:before {
  content: ""; }

body {
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 16px;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "adelle-sans", "Helvetica", sans-serif; }

p {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.75; }

ul {
  padding: 0;
  margin: 0; }
  ul li, ul li.leaf, ul li.collapsed {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0; }

a {
  color: #00A7AD;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all; }
  a:hover {
    color: #003B4C;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all; }

.content-area form .pane-title {
  border: none;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  margin-bottom: 0.5rem; }
  .content-area form .pane-title td {
    padding-left: 0; }

.content-area form fieldset {
  border: none; }
  .content-area form fieldset .fieldset-wrapper {
    background: #ECECEC;
    padding: 1rem; }
  .content-area form fieldset legend, .content-area form fieldset .pane-title {
    border: none;
    font-size: 2rem;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    margin-bottom: 0.5rem; }

form #edit-buttons .fieldset-wrapper {
  background: none;
  padding: 0; }

form input[type=password],
form input[type=text],
form input[type=email] {
  background: #fff;
  border-radius: 0;
  color: #003B4C;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.9375rem;
  margin: 0.8rem 0;
  padding: 0.6rem 1rem;
  outline: none; }
  form input[type=password]::-webkit-input-placeholder,
  form input[type=text]::-webkit-input-placeholder,
  form input[type=email]::-webkit-input-placeholder {
    color: #003B4C; }
  form input[type=password]::-moz-placeholder,
  form input[type=text]::-moz-placeholder,
  form input[type=email]::-moz-placeholder {
    color: #003B4C; }
  form input[type=password]:-moz-placeholder,
  form input[type=text]:-moz-placeholder,
  form input[type=email]:-moz-placeholder {
    color: #003B4C; }
  form input[type=password]:-ms-input-placeholder,
  form input[type=text]:-ms-input-placeholder,
  form input[type=email]:-ms-input-placeholder {
    color: #003B4C; }

form input[type=submit] {
  border: none;
  margin: 0.8rem 0;
  padding: 0.6rem 1rem; }

input#edit-save.form-submit {
  margin-top: 4em;
  background-color: #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #fff; }

.fixed {
  position: fixed;
  top: 6.25rem; }

.basic-link,
.important-link {
  color: #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  text-transform: uppercase;
  padding-bottom: 0.125rem;
  display: inline-block; }
  .basic-link::after,
  .important-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003B4C;
    content: "";
    margin-left: 0.5rem; }
  .basic-link:hover,
  .important-link:hover {
    color: #00A7AD;
    border-bottom: 0.125rem solid #00A7AD; }

.basic-link {
  color: #003B4C;
  text-transform: none; }
  .basic-link:hover {
    color: #003B4C;
    border-bottom: 0.125rem solid #003B4C; }

.toggle-password-wrapper {
  position: relative; }

.toggle-password-icon {
  position: absolute;
  right: .5rem;
  top: calc(50% - 13px);
  width: 25px;
  height: 25px;
  cursor: pointer; }

input[type="password"].toggle-password + .toggle-password-icon {
  background-image: url("../img/password-show.svg"); }

input[type="text"].toggle-password + .toggle-password-icon {
  background-image: url("../img/password-hide.svg"); }

.button,
.paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link a,
.view-mode-1-column-w-space.block-bean-cta-block .field-callout-link a,
.node-paid-event .field-registration-type #edit-submit,
.node-type-event form#registration-form #edit-submit,
.field-event-application #edit-submit,
.view-events .sign-up-button a,
.not-front .page-banner .field-callout-link a,
.view-stories-landing-page .pager-load-more .pager-next a,
.node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a,
.node-type-publication-display .fh-chunk-downloadable-publication .content a,
.node-publication-display.view-mode-teaser form .form-submit,
.node-type-publication-display .field-resources form .form-submit,
.paragraphs-item-cta-with-single-link .field-p-link a {
  background: #003B4C;
  border: none;
  color: #fff !important;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2 background;
  -moz-transition: 0.2 background;
  transition: 0.2 background; }
  .button:hover,
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link a:hover,
  .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link a:hover,
  .node-paid-event .field-registration-type #edit-submit:hover,
  .node-type-event form#registration-form #edit-submit:hover,
  .field-event-application #edit-submit:hover,
  .view-events .sign-up-button a:hover,
  .not-front .page-banner .field-callout-link a:hover,
  .view-stories-landing-page .pager-load-more .pager-next a:hover,
  .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a:hover,
  .node-type-publication-display .fh-chunk-downloadable-publication .content a:hover,
  .node-publication-display.view-mode-teaser form .form-submit:hover,
  .node-type-publication-display .field-resources form .form-submit:hover,
  .paragraphs-item-cta-with-single-link .field-p-link a:hover {
    background: #003142;
    color: #fff !important;
    -webkit-transition: 0.2 background;
    -moz-transition: 0.2 background;
    transition: 0.2 background; }

.node-type-unit-assessment .fh-chunk-unit-assessment .next-lesson a::after, .node-type-unit-assessment .field-feedback-link a::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00A7AD;
  content: "";
  margin-left: 0.5rem; }

.node-type-unit-assessment .fh-chunk-unit-assessment .previous-lesson a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00A7AD;
  content: "";
  margin-right: 0.5rem; }

.card-with-border,
.view-related-events .views-row {
  border: 0.1875rem solid #ECECEC;
  margin-bottom: 2rem;
  padding: 0 0 1rem 0;
  text-align: center; }
  .card-with-border .field-event-date,
  .card-with-border .field-resource-type,
  .view-related-events .views-row .field-event-date,
  .view-related-events .views-row .field-resource-type {
    background: #EB922D;
    display: block;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    margin: -2rem auto 0;
    padding: 0.5rem;
    width: 13.75rem; }
  .card-with-border h2, .card-with-border .card_title,
  .view-related-events .views-row h2,
  .view-related-events .views-row .card_title {
    margin: 0.5rem 0; }
    .card-with-border h2 a, .card-with-border .card_title a,
    .view-related-events .views-row h2 a,
    .view-related-events .views-row .card_title a {
      color: #003B4C;
      font-size: 1.0625rem; }
  .card-with-border .field-label,
  .view-related-events .views-row .field-label {
    color: #9B9B9B;
    display: inline-block;
    font-weight: bold; }
  .card-with-border .inline,
  .view-related-events .views-row .inline {
    color: #9B9B9B;
    display: inline-block; }

.view-mode-full h1,
.node-type-unit .content-area .field-body h1 {
  font-family: "adelle-sans", "Helvetica", sans-serif;
  color: #003B4C;
  font-size: 2.625em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 .4em; }
.view-mode-full h2,
.node-type-unit .content-area .field-body h2 {
  color: #003B4C;
  font-size: 2rem; }
.view-mode-full h3,
.node-type-unit .content-area .field-body h3 {
  color: #003B4C;
  font-size: 1.75rem;
  font-family: "adelle", "Georgia", "Times New Roman", serif; }
.view-mode-full .field-label,
.node-type-unit .content-area .field-body .field-label {
  color: #003B4C;
  margin: 1rem 0; }
.view-mode-full h4,
.node-type-unit .content-area .field-body h4 {
  color: #9B9B9B;
  font-size: 1.75rem;
  margin: 1rem 0; }
.view-mode-full ol,
.view-mode-full ul,
.node-type-unit .content-area .field-body ol,
.node-type-unit .content-area .field-body ul {
  list-style-type: none;
  counter-reset: li-counter;
  padding-left: 1rem;
  margin-left: 1rem; }
.view-mode-full ol,
.node-type-unit .content-area .field-body ol {
  list-style-type: decimal; }
.view-mode-full ol > li,
.node-type-unit .content-area .field-body ol > li {
  display: block;
  line-height: 1.75;
  position: relative;
  margin-bottom: 1.25rem; }
  .view-mode-full ol > li:before,
  .node-type-unit .content-area .field-body ol > li:before {
    color: #00A7AD;
    font-size: 1.5rem;
    font-weight: bold;
    content: counter(li-counter);
    counter-increment: li-counter;
    left: -2.1875rem;
    top: -0.3125rem;
    position: absolute; }
.view-mode-full ul:not(.pager) > li,
.node-type-unit .content-area .field-body ul:not(.pager) > li {
  display: block;
  line-height: 1.75rem;
  position: relative;
  margin-bottom: 0.625rem;
  margin-left: 2.1875rem;
  list-style-type: decimal; }
  .view-mode-full ul:not(.pager) > li:before,
  .node-type-unit .content-area .field-body ul:not(.pager) > li:before {
    color: #00A7AD;
    content: "•";
    left: -1.625rem;
    position: absolute; }
.view-mode-full blockquote,
.node-type-unit .content-area .field-body blockquote {
  border-left: 4px solid #ECECEC;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-left: 2.1875rem;
  margin: 2rem 0 2rem 2rem; }
.view-mode-full p,
.node-type-unit .content-area .field-body p {
  font-size: 1em;
  line-height: 1.75; }

.unit-section-label,
#block-views-unit-overview-block > h2,
.node-type-unit .field-lesson-series > .field-label,
.node-type-unit .paragraphs-items-field-lessons-and-assessments > .field-label,
.node-type-lesson-plan > .field-label {
  border-bottom: 0.1875rem solid #ECECEC;
  clear: left;
  color: #003B4C;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 0;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center; }

#user-login-form,
.permissions-block,
.permissions-student-block,
.permissions-block-title {
  background-color: #003B4C;
  color: #fff;
  margin: 0 auto;
  padding: 1.25rem 6.25rem;
  text-align: center;
  width: 75%; }
  @media (max-width: 480px) {
    #user-login-form,
    .permissions-block,
    .permissions-student-block,
    .permissions-block-title {
      padding: 0.625rem;
      width: 100%; } }
  @media (min-width: 481px) and (max-width: 979px) {
    #user-login-form,
    .permissions-block,
    .permissions-student-block,
    .permissions-block-title {
      padding: 0.625rem;
      width: 100%; } }

.region-global-sidebar .permissions-block-title {
  margin-top: 10px; }

.region-global-sidebar .permissions-block-title,
.region-global-sidebar .permissions-block {
  padding: 1.25rem 1.25rem;
  width: 100%; }

.permissions-block,
.permissions-block-title {
  padding-bottom: 0.625rem; }

.permissions-block-title {
  font-family: "adelle-sans", "Helvetica", sans-serif; }

.permissions-block {
  line-height: 1.5; }
  .permissions-block a {
    color: #00ced6; }
  .permissions-block a:hover {
    color: #00A7AD; }

#user-login-form {
  padding-top: 0.3125rem; }
  #user-login-form .form-item {
    margin: 0; }
  #user-login-form label {
    display: none; }
  #user-login-form input {
    margin: 0.1875rem; }

#user-login-form .form-item input {
  width: 75%; }

#user-login-form input::-webkit-input-placeholder {
  color: #000;
  font-style: "adelle-sans", "Helvetica", sans-serif; }
  #user-login-form input::-webkit-input-placeholder::after {
    content: "*";
    color: #FF0000; }

.form-actions input {
  background-color: #00A7AD;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0.625rem 4.375rem;
  text-transform: uppercase; }

#user-login-form .item-list li {
  margin: 0; }
  #user-login-form .item-list li a {
    color: #fff;
    text-decoration: underline; }
  #user-login-form .item-list li a:hover {
    color: #00A7AD; }

.fh-chunk-view-mode-card .permissions-block,
.fh-chunk-view-mode-card .permissions-block-title {
  color: #fff !important;
  margin: 0 auto;
  padding: 0.3125rem;
  text-align: center;
  width: 100%; }
.fh-chunk-view-mode-card #user-login-form {
  padding: 0 0 1rem 0 !important;
  width: 100%; }
.fh-chunk-view-mode-card .form-item,
.fh-chunk-view-mode-card .form-actions input {
  display: none; }
.fh-chunk-view-mode-card .form-actions {
  margin: 0; }
.fh-chunk-view-mode-card #user-login-form .item-list li {
  margin: 0; }
  .fh-chunk-view-mode-card #user-login-form .item-list li a {
    color: #00ced6;
    text-decoration: underline; }
  .fh-chunk-view-mode-card #user-login-form .item-list li a:hover {
    color: #00A7AD; }

.region-global-sidebar .block-bean-login-or-register {
  background: #ECECEC;
  margin-top: 2.1875rem; }
.region-global-sidebar #user-login-form {
  background-color: #ECECEC;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%; }
  .region-global-sidebar #user-login-form .form-type-textfield,
  .region-global-sidebar #user-login-form .form-type-password {
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-style: italic; }
    .region-global-sidebar #user-login-form .form-type-textfield input,
    .region-global-sidebar #user-login-form .form-type-password input {
      width: 97%; }
  .region-global-sidebar #user-login-form a {
    bottom: 0.9375rem;
    color: #000 !important;
    display: block;
    font-size: 0.875rem;
    padding-left: 0.125rem;
    text-decoration: underline; }
    .region-global-sidebar #user-login-form a:first-of-type {
      bottom: 2.1875rem; }
  .region-global-sidebar #user-login-form .form-actions input {
    background: #003B4C;
    padding: 0.4375rem 2.8125rem; }

.block-bean .field-related-media > .field-items {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .block-bean .field-related-media > .field-items::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 980px) {
  .block-bean .field-related-content .field-item, .block-bean .field-related-media .field-item, .field-lesson-series .field-item, .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments, .view.card .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .block-bean .field-related-content .field-item:last-child,
    .block-bean .field-related-media .field-item:last-child,
    .field-lesson-series .field-item:last-child,
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:last-child,
    .view.card .views-row:last-child {
      margin-right: 0; }
    .block-bean .field-related-content .field-item:nth-child(4n),
    .block-bean .field-related-media .field-item:nth-child(4n),
    .field-lesson-series .field-item:nth-child(4n),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(4n),
    .view.card .views-row:nth-child(4n) {
      margin-right: 0; }
    .block-bean .field-related-content .field-item:nth-child(4n+1),
    .block-bean .field-related-media .field-item:nth-child(4n+1),
    .field-lesson-series .field-item:nth-child(4n+1),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(4n+1),
    .view.card .views-row:nth-child(4n+1) {
      clear: left; } }
@media (min-width: 481px) and (max-width: 979px) {
  .block-bean .field-related-content .field-item, .block-bean .field-related-media .field-item, .field-lesson-series .field-item, .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments, .view.card .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .block-bean .field-related-content .field-item:nth-child(4n),
    .block-bean .field-related-media .field-item:nth-child(4n),
    .field-lesson-series .field-item:nth-child(4n),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(4n),
    .view.card .views-row:nth-child(4n) {
      margin-right: 2.35765%; }
    .block-bean .field-related-content .field-item:nth-child(4n+1),
    .block-bean .field-related-media .field-item:nth-child(4n+1),
    .field-lesson-series .field-item:nth-child(4n+1),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(4n+1),
    .view.card .views-row:nth-child(4n+1) {
      clear: none; }
    .block-bean .field-related-content .field-item:last-child,
    .block-bean .field-related-media .field-item:last-child,
    .field-lesson-series .field-item:last-child,
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:last-child,
    .view.card .views-row:last-child {
      margin-right: 0; }
    .block-bean .field-related-content .field-item:nth-child(3n),
    .block-bean .field-related-media .field-item:nth-child(3n),
    .field-lesson-series .field-item:nth-child(3n),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(3n),
    .view.card .views-row:nth-child(3n) {
      margin-right: 0; }
    .block-bean .field-related-content .field-item:nth-child(3n+1),
    .block-bean .field-related-media .field-item:nth-child(3n+1),
    .field-lesson-series .field-item:nth-child(3n+1),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(3n+1),
    .view.card .views-row:nth-child(3n+1) {
      clear: left; } }
@media (min-width: 481px) and (max-width: 670px) {
  .block-bean .field-related-content .field-item, .block-bean .field-related-media .field-item, .field-lesson-series .field-item, .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments, .view.card .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .block-bean .field-related-content .field-item:nth-child(4n),
    .block-bean .field-related-media .field-item:nth-child(4n),
    .field-lesson-series .field-item:nth-child(4n),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(4n),
    .view.card .views-row:nth-child(4n) {
      margin-right: 2.35765%; }
    .block-bean .field-related-content .field-item:nth-child(4n+1),
    .block-bean .field-related-media .field-item:nth-child(4n+1),
    .field-lesson-series .field-item:nth-child(4n+1),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(4n+1),
    .view.card .views-row:nth-child(4n+1) {
      clear: none; }
    .block-bean .field-related-content .field-item:nth-child(3n),
    .block-bean .field-related-media .field-item:nth-child(3n),
    .field-lesson-series .field-item:nth-child(3n),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(3n),
    .view.card .views-row:nth-child(3n) {
      margin-right: 2.35765%; }
    .block-bean .field-related-content .field-item:nth-child(3n+1),
    .block-bean .field-related-media .field-item:nth-child(3n+1),
    .field-lesson-series .field-item:nth-child(3n+1),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(3n+1),
    .view.card .views-row:nth-child(3n+1) {
      clear: none; }
    .block-bean .field-related-content .field-item:last-child,
    .block-bean .field-related-media .field-item:last-child,
    .field-lesson-series .field-item:last-child,
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:last-child,
    .view.card .views-row:last-child {
      margin-right: 0; }
    .block-bean .field-related-content .field-item:nth-child(2n),
    .block-bean .field-related-media .field-item:nth-child(2n),
    .field-lesson-series .field-item:nth-child(2n),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(2n),
    .view.card .views-row:nth-child(2n) {
      margin-right: 0; }
    .block-bean .field-related-content .field-item:nth-child(2n+1),
    .block-bean .field-related-media .field-item:nth-child(2n+1),
    .field-lesson-series .field-item:nth-child(2n+1),
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(2n+1),
    .view.card .views-row:nth-child(2n+1) {
      clear: left; } }
@media (max-width: 480px) {
  .block-bean .field-related-content .field-item, .block-bean .field-related-media .field-item, .field-lesson-series .field-item, .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments, .view.card .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    min-height: none; }
    .block-bean .field-related-content .field-item:last-child,
    .block-bean .field-related-media .field-item:last-child,
    .field-lesson-series .field-item:last-child,
    .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:last-child,
    .view.card .views-row:last-child {
      margin-right: 0; } }
aside .block-bean .field-related-content .field-item,
aside .block-bean .field-related-media .field-item,
aside .field-lesson-series .field-item,
aside .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments,
aside .view.card .views-row {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  aside .block-bean .field-related-content .field-item:last-child,
  aside .block-bean .field-related-media .field-item:last-child,
  aside .field-lesson-series .field-item:last-child,
  aside .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:last-child,
  aside .view.card .views-row:last-child {
    margin-right: 0; }

@media (min-width: 980px) {
  .has-sidebar .content-area .block-bean .field-related-content .field-item,
  .has-sidebar .content-area .block-bean .field-related-media .field-item,
  .has-sidebar .content-area .field-lesson-series .field-item,
  .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-item,
  .has-sidebar .content-area .view.card .views-row,
  .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .has-sidebar .content-area .block-bean .field-related-content .field-item:nth-child(4n),
    .has-sidebar .content-area .block-bean .field-related-media .field-item:nth-child(4n),
    .has-sidebar .content-area .field-lesson-series .field-item:nth-child(4n),
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-item:nth-child(4n),
    .has-sidebar .content-area .view.card .views-row:nth-child(4n),
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(4n) {
      margin-right: 2.35765%; }
    .has-sidebar .content-area .block-bean .field-related-content .field-item:nth-child(4n+1),
    .has-sidebar .content-area .block-bean .field-related-media .field-item:nth-child(4n+1),
    .has-sidebar .content-area .field-lesson-series .field-item:nth-child(4n+1),
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-item:nth-child(4n+1),
    .has-sidebar .content-area .view.card .views-row:nth-child(4n+1),
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(4n+1) {
      clear: none; }
    .has-sidebar .content-area .block-bean .field-related-content .field-item:last-child,
    .has-sidebar .content-area .block-bean .field-related-media .field-item:last-child,
    .has-sidebar .content-area .field-lesson-series .field-item:last-child,
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-item:last-child,
    .has-sidebar .content-area .view.card .views-row:last-child,
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:last-child {
      margin-right: 0; }
    .has-sidebar .content-area .block-bean .field-related-content .field-item:nth-child(3n),
    .has-sidebar .content-area .block-bean .field-related-media .field-item:nth-child(3n),
    .has-sidebar .content-area .field-lesson-series .field-item:nth-child(3n),
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-item:nth-child(3n),
    .has-sidebar .content-area .view.card .views-row:nth-child(3n),
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(3n) {
      margin-right: 0; }
    .has-sidebar .content-area .block-bean .field-related-content .field-item:nth-child(3n+1),
    .has-sidebar .content-area .block-bean .field-related-media .field-item:nth-child(3n+1),
    .has-sidebar .content-area .field-lesson-series .field-item:nth-child(3n+1),
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-item:nth-child(3n+1),
    .has-sidebar .content-area .view.card .views-row:nth-child(3n+1),
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:nth-child(3n+1) {
      clear: left; } }
@media (max-width: 480px) {
  .has-sidebar .content-area .block-bean .field-related-content .field-item,
  .has-sidebar .content-area .block-bean .field-related-media .field-item,
  .has-sidebar .content-area .field-lesson-series .field-item,
  .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-item,
  .has-sidebar .content-area .view.card .views-row,
  .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    min-height: none; }
    .has-sidebar .content-area .block-bean .field-related-content .field-item:last-child,
    .has-sidebar .content-area .block-bean .field-related-media .field-item:last-child,
    .has-sidebar .content-area .field-lesson-series .field-item:last-child,
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-item:last-child,
    .has-sidebar .content-area .view.card .views-row:last-child,
    .has-sidebar .content-area .paragraphs-items-field-lessons-and-assessments .field-lessons-and-assessments:last-child {
      margin-right: 0; } }

.node-chapter.view-mode-full {
  display: block; }
  .node-chapter.view-mode-full::after {
    clear: both;
    content: "";
    display: table; }

.fh-chunk-view-mode-card .permissions-student-block {
  display: none; }

@media (min-width: 481px) and (max-width: 979px) {
  .page-node.node-type-chapter .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page-node.node-type-chapter .content-area:last-child {
      margin-right: 0; } }
@media (max-width: 480px) {
  .page-node.node-type-chapter .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page-node.node-type-chapter .content-area:last-child {
      margin-right: 0; } }

.page-chunk .region-content {
  padding-top: 0.9375rem; }

.content .field-page-chunks-top,
.content .field-page-chunks-bottom,
.content .field-body .ts-ck-entity-embed-center,
.content .field-body .ts-ck-entity-embed-left,
.content .field-body .ts-ck-entity-embed-right {
  margin-bottom: 1.875rem; }
  .content .field-page-chunks-top .fh-chunk-audio,
  .content .field-page-chunks-top .fh-chunk-audio .content,
  .content .field-page-chunks-bottom .fh-chunk-audio,
  .content .field-page-chunks-bottom .fh-chunk-audio .content,
  .content .field-body .ts-ck-entity-embed-center .fh-chunk-audio,
  .content .field-body .ts-ck-entity-embed-center .fh-chunk-audio .content,
  .content .field-body .ts-ck-entity-embed-left .fh-chunk-audio,
  .content .field-body .ts-ck-entity-embed-left .fh-chunk-audio .content,
  .content .field-body .ts-ck-entity-embed-right .fh-chunk-audio,
  .content .field-body .ts-ck-entity-embed-right .fh-chunk-audio .content {
    padding: 0; }

.field-body .ts-ck-entity-embed-left,
.field-body .ts-ck-entity-embed-right {
  max-width: 33%; }

.text-long .fh-chunk-view-mode-reference_search,
.text-long .fh-chunk-view-mode-simple,
.text-long .fh-chunk-view-mode-thumbnail {
  padding: 0.9375rem; }

.fh-chunk-document {
  border: none; }

.text-long .fh-chunk-view-mode-reference_search .content,
.text-long .fh-chunk-view-mode-simple .content,
.text-long .fh-chunk-view-mode-full .content {
  padding: 1.875rem; }
  @media (max-width: 480px) {
    .text-long .fh-chunk-view-mode-reference_search .content,
    .text-long .fh-chunk-view-mode-simple .content,
    .text-long .fh-chunk-view-mode-full .content {
      padding: 0.625rem; } }

.text-long .fh-chunk-view-mode-thumbnail .content .field-brightcove-description,
.text-long .fh-chunk-view-mode-reference_search .content .field-brightcove-description,
.text-long .fh-chunk-view-mode-simple .content .field-brightcove-description,
.text-long .fh-chunk-view-mode-full .content .field-brightcove-description {
  margin-bottom: 1.25rem;
  margin-top: 2.5rem; }
.text-long .fh-chunk-view-mode-thumbnail .content .field-long-caption,
.text-long .fh-chunk-view-mode-reference_search .content .field-long-caption,
.text-long .fh-chunk-view-mode-simple .content .field-long-caption,
.text-long .fh-chunk-view-mode-full .content .field-long-caption {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
  margin-top: 0.9375rem; }

.fh-chunk-view-mode-default .content .field-long-caption {
  font-style: italic; }

.fh-chunk-view-mode-complete .content .image-chunk-container-wrapper .field-image,
.fh-chunk-view-mode-full .content .image-chunk-container-wrapper .field-image,
.fh-chunk-view-mode-simple .content .image-chunk-container-wrapper .field-image {
  overflow: hidden; }
  .fh-chunk-view-mode-complete .content .image-chunk-container-wrapper .field-image img,
  .fh-chunk-view-mode-full .content .image-chunk-container-wrapper .field-image img,
  .fh-chunk-view-mode-simple .content .image-chunk-container-wrapper .field-image img {
    max-width: 100%; }

.fh-chunk-video.fh-chunk-view-mode-full .content .full-view-link-wrapper,
.fh-chunk-video.fh-chunk-view-mode-simple .content .full-view-link-wrapper {
  background-color: #ECECEC;
  text-align: right;
  padding-bottom: 0.3125rem;
  padding-top: 1.25rem; }
  .fh-chunk-video.fh-chunk-view-mode-full .content .full-view-link-wrapper .full-view-link,
  .fh-chunk-video.fh-chunk-view-mode-simple .content .full-view-link-wrapper .full-view-link {
    margin-right: 0.625rem; }

.fh-chunk-view-mode-reference_search.fh-chunk-video .content .chunk-title {
  display: none; }
.fh-chunk-view-mode-reference_search.fh-chunk-video .content .field-label {
  background: #ECECEC;
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-top: 1em;
  padding: 0.3em 0 0.3em 0.5em;
  width: 100%; }
.fh-chunk-view-mode-reference_search.fh-chunk-video .content .inline {
  margin-left: 0.5rem; }

.fh-chunk-view-mode-search_result .content .chunk-title,
.fh-chunk-view-mode-reference_search .content .chunk-title {
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: normal; }

.fh-chunk-view-mode-full .content .field-brightcove-video,
.fh-chunk-view-mode-thumbnail .content .field-brightcove-video,
.fh-chunk-view-mode-reference_search .content .field-brightcove-video,
.fh-chunk-view-mode-simple .content .field-brightcove-video {
  background: #ECECEC;
  margin-top: 0.9375rem;
  padding: 0.9375rem;
  text-align: left; }
  @media (max-width: 480px) {
    .fh-chunk-view-mode-full .content .field-brightcove-video,
    .fh-chunk-view-mode-thumbnail .content .field-brightcove-video,
    .fh-chunk-view-mode-reference_search .content .field-brightcove-video,
    .fh-chunk-view-mode-simple .content .field-brightcove-video {
      padding: 0.625rem; } }
  .fh-chunk-view-mode-full .content .field-brightcove-video .brightcove-transcript-cc,
  .fh-chunk-view-mode-full .content .field-brightcove-video .video-js,
  .fh-chunk-view-mode-thumbnail .content .field-brightcove-video .brightcove-transcript-cc,
  .fh-chunk-view-mode-thumbnail .content .field-brightcove-video .video-js,
  .fh-chunk-view-mode-reference_search .content .field-brightcove-video .brightcove-transcript-cc,
  .fh-chunk-view-mode-reference_search .content .field-brightcove-video .video-js,
  .fh-chunk-view-mode-simple .content .field-brightcove-video .brightcove-transcript-cc,
  .fh-chunk-view-mode-simple .content .field-brightcove-video .video-js {
    width: 70%;
    float: none;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .fh-chunk-view-mode-full .content .field-brightcove-video .brightcove-transcript-cc,
      .fh-chunk-view-mode-full .content .field-brightcove-video .video-js,
      .fh-chunk-view-mode-thumbnail .content .field-brightcove-video .brightcove-transcript-cc,
      .fh-chunk-view-mode-thumbnail .content .field-brightcove-video .video-js,
      .fh-chunk-view-mode-reference_search .content .field-brightcove-video .brightcove-transcript-cc,
      .fh-chunk-view-mode-reference_search .content .field-brightcove-video .video-js,
      .fh-chunk-view-mode-simple .content .field-brightcove-video .brightcove-transcript-cc,
      .fh-chunk-view-mode-simple .content .field-brightcove-video .video-js {
        width: 96.5%; } }

.fh-chunk-video.fh-chunk-view-mode-full .content .field-brightcove-video {
  padding-bottom: 3.4375rem; }
.fh-chunk-video.fh-chunk-view-mode-full .content .full-view-link-wrapper {
  padding-top: 0.3125rem; }

.fh-chunk-view-mode-simple .content .metadata,
.fh-chunk-view-mode-full .content .metadata,
.fh-chunk-view-mode-thumbnail .content .metadata {
  background: rgba(0, 0, 0, 0.5);
  height: 1.625rem;
  margin-top: -2rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  position: relative;
  text-align: left;
  z-index: 10; }
  .fh-chunk-view-mode-simple .content .metadata .field-brightcove-credit-line,
  .fh-chunk-view-mode-simple .content .metadata .field-image-credit,
  .fh-chunk-view-mode-simple .content .metadata .field-primary-source,
  .fh-chunk-view-mode-full .content .metadata .field-brightcove-credit-line,
  .fh-chunk-view-mode-full .content .metadata .field-image-credit,
  .fh-chunk-view-mode-full .content .metadata .field-primary-source,
  .fh-chunk-view-mode-thumbnail .content .metadata .field-brightcove-credit-line,
  .fh-chunk-view-mode-thumbnail .content .metadata .field-image-credit,
  .fh-chunk-view-mode-thumbnail .content .metadata .field-primary-source {
    color: #fff; }
    .fh-chunk-view-mode-simple .content .metadata .field-brightcove-credit-line a:link,
    .fh-chunk-view-mode-simple .content .metadata .field-brightcove-credit-line a:visited,
    .fh-chunk-view-mode-simple .content .metadata .field-image-credit a:link,
    .fh-chunk-view-mode-simple .content .metadata .field-image-credit a:visited,
    .fh-chunk-view-mode-simple .content .metadata .field-primary-source a:link,
    .fh-chunk-view-mode-simple .content .metadata .field-primary-source a:visited,
    .fh-chunk-view-mode-full .content .metadata .field-brightcove-credit-line a:link,
    .fh-chunk-view-mode-full .content .metadata .field-brightcove-credit-line a:visited,
    .fh-chunk-view-mode-full .content .metadata .field-image-credit a:link,
    .fh-chunk-view-mode-full .content .metadata .field-image-credit a:visited,
    .fh-chunk-view-mode-full .content .metadata .field-primary-source a:link,
    .fh-chunk-view-mode-full .content .metadata .field-primary-source a:visited,
    .fh-chunk-view-mode-thumbnail .content .metadata .field-brightcove-credit-line a:link,
    .fh-chunk-view-mode-thumbnail .content .metadata .field-brightcove-credit-line a:visited,
    .fh-chunk-view-mode-thumbnail .content .metadata .field-image-credit a:link,
    .fh-chunk-view-mode-thumbnail .content .metadata .field-image-credit a:visited,
    .fh-chunk-view-mode-thumbnail .content .metadata .field-primary-source a:link,
    .fh-chunk-view-mode-thumbnail .content .metadata .field-primary-source a:visited {
      color: #fff; }
  .fh-chunk-view-mode-simple .content .metadata .field-brightcove-credit-line,
  .fh-chunk-view-mode-simple .content .metadata .field-image-credit,
  .fh-chunk-view-mode-full .content .metadata .field-brightcove-credit-line,
  .fh-chunk-view-mode-full .content .metadata .field-image-credit,
  .fh-chunk-view-mode-thumbnail .content .metadata .field-brightcove-credit-line,
  .fh-chunk-view-mode-thumbnail .content .metadata .field-image-credit {
    float: left;
    font-size: 0.875rem;
    padding-left: 0.9375rem;
    width: 70%; }
  @media (max-width: 480px) {
    .fh-chunk-view-mode-simple .content .metadata .field-image-credit,
    .fh-chunk-view-mode-full .content .metadata .field-image-credit,
    .fh-chunk-view-mode-thumbnail .content .metadata .field-image-credit {
      background-color: #9B9B9B;
      font-size: 0.75rem;
      padding: 0.1875rem;
      width: 100%; } }

.fh-chunk-view-mode-full.fh-chunk-video .content .metadata,
.fh-chunk-view-mode-simple.fh-chunk-video .content .metadata {
  background-color: #000;
  margin-top: -3.3125rem; }

.fh-chunk-view-mode-thumbnail.fh-chunk-video .content .metadata {
  background-color: #000;
  margin-top: -1.1875rem; }

.fh-chunk-document.fh-chunk-view-mode-thumbnail .content table,
.fh-chunk-document.fh-chunk-view-mode-simple .content table,
.fh-chunk-document.fh-chunk-view-mode-full .content table {
  width: 100%; }
  .fh-chunk-document.fh-chunk-view-mode-thumbnail .content table th,
  .fh-chunk-document.fh-chunk-view-mode-simple .content table th,
  .fh-chunk-document.fh-chunk-view-mode-full .content table th {
    border-bottom: 3px solid #9B9B9B;
    padding-bottom: .5rem; }
  .fh-chunk-document.fh-chunk-view-mode-thumbnail .content table td,
  .fh-chunk-document.fh-chunk-view-mode-simple .content table td,
  .fh-chunk-document.fh-chunk-view-mode-full .content table td {
    padding: .25rem; }

.fh-chunk-document.fh-chunk-view-mode-thumbnail .sidebar,
.fh-chunk-document.fh-chunk-view-mode-simple .sidebar,
.fh-chunk-document.fh-chunk-view-mode-full .sidebar {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.4375rem; }
  .fh-chunk-document.fh-chunk-view-mode-thumbnail .sidebar .inline,
  .fh-chunk-document.fh-chunk-view-mode-simple .sidebar .inline,
  .fh-chunk-document.fh-chunk-view-mode-full .sidebar .inline {
    margin-left: 0.625rem; }

.page-chunk .region-global-breadcrumb {
  margin-top: 0.9375rem; }
  .page-chunk .region-global-breadcrumb .back-link {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    float: left; }
    .page-chunk .region-global-breadcrumb .back-link a {
      color: #000; }
    .page-chunk .region-global-breadcrumb .back-link a:hover {
      color: #00A7AD; }
    .page-chunk .region-global-breadcrumb .back-link::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #003B4C;
      content: "";
      font-size: 0.875rem;
      margin-right: 0.2rem; }

.entity-fh-chunk .field-age-warning {
  background-color: #e88616;
  clear: both;
  color: #fff;
  margin-bottom: 1rem;
  padding: .5em 1em;
  text-align: center; }

.fh-chunk-view-mode-complete.fh-chunk-image .image-chunk-container-wrapper,
.fh-chunk-view-mode-complete.fh-chunk-document .field-dl-pdf-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  width: unset;
  max-width: 46%; }
  .fh-chunk-view-mode-complete.fh-chunk-image .image-chunk-container-wrapper:last-child,
  .fh-chunk-view-mode-complete.fh-chunk-document .field-dl-pdf-image:last-child {
    margin-right: 0; }
  .fh-chunk-view-mode-complete.fh-chunk-image .image-chunk-container-wrapper:nth-child(1n),
  .fh-chunk-view-mode-complete.fh-chunk-document .field-dl-pdf-image:nth-child(1n) {
    margin-right: 2.35765%; }
  .fh-chunk-view-mode-complete.fh-chunk-image .image-chunk-container-wrapper:nth-child(1n+1),
  .fh-chunk-view-mode-complete.fh-chunk-document .field-dl-pdf-image:nth-child(1n+1) {
    clear: none; }

.fh-chunk-view-mode-complete .field-dl-pdf-image img {
  border: 1px solid black; }

.fh-chunk-view-mode-complete.fh-chunk-image .sidebar,
.fh-chunk-view-mode-complete.fh-chunk-document .sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding-left: 0.5rem; }
  .fh-chunk-view-mode-complete.fh-chunk-image .sidebar:last-child,
  .fh-chunk-view-mode-complete.fh-chunk-document .sidebar:last-child {
    margin-right: 0; }

@media (max-width: 480px) {
  .fh-chunk-view-mode-complete.fh-chunk-image .sidebar,
  .fh-chunk-view-mode-complete.fh-chunk-document .sidebar,
  .fh-chunk-view-mode-complete .image-chunk-container-wrapper,
  .fh-chunk-view-mode-complete .field-dl-pdf-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0; }
    .fh-chunk-view-mode-complete.fh-chunk-image .sidebar:last-child,
    .fh-chunk-view-mode-complete.fh-chunk-document .sidebar:last-child,
    .fh-chunk-view-mode-complete .image-chunk-container-wrapper:last-child,
    .fh-chunk-view-mode-complete .field-dl-pdf-image:last-child {
      margin-right: 0; } }
@media (min-width: 481px) and (max-width: 979px) {
  .fh-chunk-view-mode-complete.fh-chunk-image .sidebar,
  .fh-chunk-view-mode-complete.fh-chunk-document .sidebar,
  .fh-chunk-view-mode-complete .image-chunk-container-wrapper,
  .fh-chunk-view-mode-complete .field-dl-pdf-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0; }
    .fh-chunk-view-mode-complete.fh-chunk-image .sidebar:last-child,
    .fh-chunk-view-mode-complete.fh-chunk-document .sidebar:last-child,
    .fh-chunk-view-mode-complete .image-chunk-container-wrapper:last-child,
    .fh-chunk-view-mode-complete .field-dl-pdf-image:last-child {
      margin-right: 0; } }

@media (max-width: 480px) {
  .fh-chunk-view-mode-complete .field-dl-pdf-image {
    width: 1em; } }
@media (min-width: 481px) and (max-width: 979px) {
  .fh-chunk-view-mode-complete .field-dl-pdf-image {
    width: 2em; } }

.fh-chunk-image .image-chunk-container-wrapper {
  text-align: center;
  margin-left: 0;
  margin-bottom: -1.03125rem; }

.fh-chunk-image.fh-chunk-view-mode-simple .image-chunk-container-wrapper {
  margin-bottom: 0; }

@media (min-width: 980px) and (max-width: 1200px) {
  .fh-chunk-view-mode-complete.fh-chunk-image .chunk-title,
  .fh-chunk-view-mode-complete.fh-chunk-image .field-dl-pdf-image,
  .fh-chunk-view-mode-complete.fh-chunk-image .image-chunk-container-wrapper,
  .fh-chunk-view-mode-complete.fh-chunk-document .chunk-title,
  .fh-chunk-view-mode-complete.fh-chunk-document .field-dl-pdf-image,
  .fh-chunk-view-mode-complete.fh-chunk-document .image-chunk-container-wrapper {
    margin-left: 1.25rem; } }

.fh-chunk-view-mode-complete.fh-chunk-document .sidebar .field-resource-type {
  padding-left: 0;
  color: #9B9B9B;
  font-size: 1.15em; }
.fh-chunk-view-mode-complete.fh-chunk-document .sidebar .field-long-caption {
  padding-top: 0.5rem; }
.fh-chunk-view-mode-complete.fh-chunk-document .sidebar .group-doc-links.field-group-div {
  padding-bottom: 1rem; }

.fh-chunk-view-mode-complete .field-audio,
.fh-chunk-view-mode-complete .field-brightcove-video {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .fh-chunk-view-mode-complete .field-audio:last-child,
  .fh-chunk-view-mode-complete .field-brightcove-video:last-child {
    margin-right: 0; }

.fh-chunk-audio.fh-chunk-view-mode-complete .field-long-caption,
.fh-chunk-view-mode-complete .field-brightcove-description,
.fh-chunk-view-mode-complete .chunk-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .fh-chunk-audio.fh-chunk-view-mode-complete .field-long-caption:last-child,
  .fh-chunk-view-mode-complete .field-brightcove-description:last-child,
  .fh-chunk-view-mode-complete .chunk-title:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .fh-chunk-audio.fh-chunk-view-mode-complete .field-long-caption,
    .fh-chunk-view-mode-complete .field-brightcove-description,
    .fh-chunk-view-mode-complete .chunk-title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .fh-chunk-audio.fh-chunk-view-mode-complete .field-long-caption:last-child,
      .fh-chunk-view-mode-complete .field-brightcove-description:last-child,
      .fh-chunk-view-mode-complete .chunk-title:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .fh-chunk-audio.fh-chunk-view-mode-complete .field-long-caption,
    .fh-chunk-view-mode-complete .field-brightcove-description,
    .fh-chunk-view-mode-complete .chunk-title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .fh-chunk-audio.fh-chunk-view-mode-complete .field-long-caption:last-child,
      .fh-chunk-view-mode-complete .field-brightcove-description:last-child,
      .fh-chunk-view-mode-complete .chunk-title:last-child {
        margin-right: 0; } }

.fh-chunk-view-mode-complete.fh-chunk-audio,
.fh-chunk-view-mode-complete.fh-chunk-image,
.fh-chunk-view-mode-complete.fh-chunk-video {
  padding-bottom: 1.875rem; }

.fh-chunk-view-mode-complete .field-audio,
.fh-chunk-view-mode-complete .field-brightcove-video {
  border-bottom: 0.21875rem solid #d8d8d8;
  padding-bottom: 2.5rem; }
  .fh-chunk-view-mode-complete .field-audio .video-js,
  .fh-chunk-view-mode-complete .field-audio .brightcove-transcript-cc,
  .fh-chunk-view-mode-complete .field-brightcove-video .video-js,
  .fh-chunk-view-mode-complete .field-brightcove-video .brightcove-transcript-cc {
    display: block;
    float: none;
    margin: 0 auto;
    width: 85%; }

.fh-chunk-view-mode-complete .field-label,
.fh-chunk-view-mode-complete .chunk-title {
  color: #003B4C;
  width: 100%; }

.fh-chunk-view-mode-complete .field-brightcove-description,
.fh-chunk-view-mode-complete .field-long-caption {
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  line-height: 1.75; }

#fh_chunk_audio_complete_group_sidebar,
#fh_chunk_video_complete_group_sidebar {
  margin-top: -3.4375rem; }

#fh_chunk_image_complete_group_sidebar {
  margin-top: -0.9375rem; }

#fh_chunk_video_complete_group_sidebar,
#fh_chunk_image_complete_group_sidebar,
#fh_chunk_audio_complete_group_sidebar,
.fh-chunk-view-mode-complete .sidebar {
  border-bottom: 0.21875rem solid #d8d8d8;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  #fh_chunk_video_complete_group_sidebar:last-child,
  #fh_chunk_image_complete_group_sidebar:last-child,
  #fh_chunk_audio_complete_group_sidebar:last-child,
  .fh-chunk-view-mode-complete .sidebar:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    #fh_chunk_video_complete_group_sidebar,
    #fh_chunk_image_complete_group_sidebar,
    #fh_chunk_audio_complete_group_sidebar,
    .fh-chunk-view-mode-complete .sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 0; }
      #fh_chunk_video_complete_group_sidebar:last-child,
      #fh_chunk_image_complete_group_sidebar:last-child,
      #fh_chunk_audio_complete_group_sidebar:last-child,
      .fh-chunk-view-mode-complete .sidebar:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    #fh_chunk_video_complete_group_sidebar,
    #fh_chunk_image_complete_group_sidebar,
    #fh_chunk_audio_complete_group_sidebar,
    .fh-chunk-view-mode-complete .sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 0; }
      #fh_chunk_video_complete_group_sidebar:last-child,
      #fh_chunk_image_complete_group_sidebar:last-child,
      #fh_chunk_audio_complete_group_sidebar:last-child,
      .fh-chunk-view-mode-complete .sidebar:last-child {
        margin-right: 0; } }
  #fh_chunk_video_complete_group_sidebar .field-label,
  #fh_chunk_image_complete_group_sidebar .field-label,
  #fh_chunk_audio_complete_group_sidebar .field-label,
  .fh-chunk-view-mode-complete .sidebar .field-label {
    border-top: 0.21875rem solid #d8d8d8;
    color: #cccccc;
    font-size: 0.75rem;
    margin-bottom: 0;
    padding: 0.625rem;
    text-transform: uppercase; }
  #fh_chunk_video_complete_group_sidebar .field-audio-credit-line,
  #fh_chunk_video_complete_group_sidebar .field-brightcove-credit-line,
  #fh_chunk_video_complete_group_sidebar .field-chunk-parent,
  #fh_chunk_video_complete_group_sidebar .field-classroom-skill,
  #fh_chunk_video_complete_group_sidebar .field-image-credit,
  #fh_chunk_video_complete_group_sidebar .field-term-topic,
  #fh_chunk_video_complete_group_sidebar .field-term-region,
  #fh_chunk_video_complete_group_sidebar .field-place,
  #fh_chunk_video_complete_group_sidebar .field-resource-type,
  #fh_chunk_video_complete_group_sidebar .field-subject,
  #fh_chunk_video_complete_group_sidebar .field-scope-sequence,
  #fh_chunk_image_complete_group_sidebar .field-audio-credit-line,
  #fh_chunk_image_complete_group_sidebar .field-brightcove-credit-line,
  #fh_chunk_image_complete_group_sidebar .field-chunk-parent,
  #fh_chunk_image_complete_group_sidebar .field-classroom-skill,
  #fh_chunk_image_complete_group_sidebar .field-image-credit,
  #fh_chunk_image_complete_group_sidebar .field-term-topic,
  #fh_chunk_image_complete_group_sidebar .field-term-region,
  #fh_chunk_image_complete_group_sidebar .field-place,
  #fh_chunk_image_complete_group_sidebar .field-resource-type,
  #fh_chunk_image_complete_group_sidebar .field-subject,
  #fh_chunk_image_complete_group_sidebar .field-scope-sequence,
  #fh_chunk_audio_complete_group_sidebar .field-audio-credit-line,
  #fh_chunk_audio_complete_group_sidebar .field-brightcove-credit-line,
  #fh_chunk_audio_complete_group_sidebar .field-chunk-parent,
  #fh_chunk_audio_complete_group_sidebar .field-classroom-skill,
  #fh_chunk_audio_complete_group_sidebar .field-image-credit,
  #fh_chunk_audio_complete_group_sidebar .field-term-topic,
  #fh_chunk_audio_complete_group_sidebar .field-term-region,
  #fh_chunk_audio_complete_group_sidebar .field-place,
  #fh_chunk_audio_complete_group_sidebar .field-resource-type,
  #fh_chunk_audio_complete_group_sidebar .field-subject,
  #fh_chunk_audio_complete_group_sidebar .field-scope-sequence,
  .fh-chunk-view-mode-complete .sidebar .field-audio-credit-line,
  .fh-chunk-view-mode-complete .sidebar .field-brightcove-credit-line,
  .fh-chunk-view-mode-complete .sidebar .field-chunk-parent,
  .fh-chunk-view-mode-complete .sidebar .field-classroom-skill,
  .fh-chunk-view-mode-complete .sidebar .field-image-credit,
  .fh-chunk-view-mode-complete .sidebar .field-term-topic,
  .fh-chunk-view-mode-complete .sidebar .field-term-region,
  .fh-chunk-view-mode-complete .sidebar .field-place,
  .fh-chunk-view-mode-complete .sidebar .field-resource-type,
  .fh-chunk-view-mode-complete .sidebar .field-subject,
  .fh-chunk-view-mode-complete .sidebar .field-scope-sequence {
    color: #003B4C;
    font-weight: bold;
    padding-left: 0.625rem; }
    #fh_chunk_video_complete_group_sidebar .field-audio-credit-line a::after,
    #fh_chunk_video_complete_group_sidebar .field-brightcove-credit-line a::after,
    #fh_chunk_video_complete_group_sidebar .field-chunk-parent a::after,
    #fh_chunk_video_complete_group_sidebar .field-classroom-skill a::after,
    #fh_chunk_video_complete_group_sidebar .field-image-credit a::after,
    #fh_chunk_video_complete_group_sidebar .field-term-topic a::after,
    #fh_chunk_video_complete_group_sidebar .field-term-region a::after,
    #fh_chunk_video_complete_group_sidebar .field-place a::after,
    #fh_chunk_video_complete_group_sidebar .field-resource-type a::after,
    #fh_chunk_video_complete_group_sidebar .field-subject a::after,
    #fh_chunk_video_complete_group_sidebar .field-scope-sequence a::after,
    #fh_chunk_image_complete_group_sidebar .field-audio-credit-line a::after,
    #fh_chunk_image_complete_group_sidebar .field-brightcove-credit-line a::after,
    #fh_chunk_image_complete_group_sidebar .field-chunk-parent a::after,
    #fh_chunk_image_complete_group_sidebar .field-classroom-skill a::after,
    #fh_chunk_image_complete_group_sidebar .field-image-credit a::after,
    #fh_chunk_image_complete_group_sidebar .field-term-topic a::after,
    #fh_chunk_image_complete_group_sidebar .field-term-region a::after,
    #fh_chunk_image_complete_group_sidebar .field-place a::after,
    #fh_chunk_image_complete_group_sidebar .field-resource-type a::after,
    #fh_chunk_image_complete_group_sidebar .field-subject a::after,
    #fh_chunk_image_complete_group_sidebar .field-scope-sequence a::after,
    #fh_chunk_audio_complete_group_sidebar .field-audio-credit-line a::after,
    #fh_chunk_audio_complete_group_sidebar .field-brightcove-credit-line a::after,
    #fh_chunk_audio_complete_group_sidebar .field-chunk-parent a::after,
    #fh_chunk_audio_complete_group_sidebar .field-classroom-skill a::after,
    #fh_chunk_audio_complete_group_sidebar .field-image-credit a::after,
    #fh_chunk_audio_complete_group_sidebar .field-term-topic a::after,
    #fh_chunk_audio_complete_group_sidebar .field-term-region a::after,
    #fh_chunk_audio_complete_group_sidebar .field-place a::after,
    #fh_chunk_audio_complete_group_sidebar .field-resource-type a::after,
    #fh_chunk_audio_complete_group_sidebar .field-subject a::after,
    #fh_chunk_audio_complete_group_sidebar .field-scope-sequence a::after,
    .fh-chunk-view-mode-complete .sidebar .field-audio-credit-line a::after,
    .fh-chunk-view-mode-complete .sidebar .field-brightcove-credit-line a::after,
    .fh-chunk-view-mode-complete .sidebar .field-chunk-parent a::after,
    .fh-chunk-view-mode-complete .sidebar .field-classroom-skill a::after,
    .fh-chunk-view-mode-complete .sidebar .field-image-credit a::after,
    .fh-chunk-view-mode-complete .sidebar .field-term-topic a::after,
    .fh-chunk-view-mode-complete .sidebar .field-term-region a::after,
    .fh-chunk-view-mode-complete .sidebar .field-place a::after,
    .fh-chunk-view-mode-complete .sidebar .field-resource-type a::after,
    .fh-chunk-view-mode-complete .sidebar .field-subject a::after,
    .fh-chunk-view-mode-complete .sidebar .field-scope-sequence a::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #003B4C;
      content: "";
      margin-left: 0.1rem; }
  #fh_chunk_video_complete_group_sidebar .field-term-topic,
  #fh_chunk_video_complete_group_sidebar .field-subject,
  #fh_chunk_video_complete_group_sidebar .field-scope-sequence,
  #fh_chunk_image_complete_group_sidebar .field-term-topic,
  #fh_chunk_image_complete_group_sidebar .field-subject,
  #fh_chunk_image_complete_group_sidebar .field-scope-sequence,
  #fh_chunk_audio_complete_group_sidebar .field-term-topic,
  #fh_chunk_audio_complete_group_sidebar .field-subject,
  #fh_chunk_audio_complete_group_sidebar .field-scope-sequence,
  .fh-chunk-view-mode-complete .sidebar .field-term-topic,
  .fh-chunk-view-mode-complete .sidebar .field-subject,
  .fh-chunk-view-mode-complete .sidebar .field-scope-sequence {
    background-color: #00A7AD;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    margin-left: 0.625rem;
    margin-bottom: 0.5rem;
    padding: 0.3125rem 0.75rem; }
  #fh_chunk_video_complete_group_sidebar .field-term-topic,
  #fh_chunk_image_complete_group_sidebar .field-term-topic,
  #fh_chunk_audio_complete_group_sidebar .field-term-topic,
  .fh-chunk-view-mode-complete .sidebar .field-term-topic {
    background-color: #00A7AD; }
  #fh_chunk_video_complete_group_sidebar .field-subject,
  #fh_chunk_image_complete_group_sidebar .field-subject,
  #fh_chunk_audio_complete_group_sidebar .field-subject,
  .fh-chunk-view-mode-complete .sidebar .field-subject {
    background: #D5C200; }
  #fh_chunk_video_complete_group_sidebar .field-scope-sequence,
  #fh_chunk_image_complete_group_sidebar .field-scope-sequence,
  #fh_chunk_audio_complete_group_sidebar .field-scope-sequence,
  .fh-chunk-view-mode-complete .sidebar .field-scope-sequence {
    background: #EB922D; }

.fh-chunk-view-mode-complete.fh-chunk-audio .field-audio-image {
  text-align: center; }
.fh-chunk-view-mode-complete.fh-chunk-audio .field-audio audio {
  width: 100%; }

.fh-chunk-featured-content img {
  display: none; }

.block-bean-grouped-cta-block,
.content-area,
.bean-grouped-cta-block .content,
.region-content-area-related,
.group-cta-row {
  display: block; }
  .block-bean-grouped-cta-block::after,
  .content-area::after,
  .bean-grouped-cta-block .content::after,
  .region-content-area-related::after,
  .group-cta-row::after {
    clear: both;
    content: "";
    display: table; }

@media (max-width: 480px) {
  .block-bean-grouped-cta-block [class*="field-calls-to-action"], .region-content-area-related .view-mode-3-column, .horizontal-tabs-pane [class*="field-calls-to-action"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .block-bean-grouped-cta-block [class*="field-calls-to-action"]:last-child,
    .region-content-area-related .view-mode-3-column:last-child,
    .horizontal-tabs-pane [class*="field-calls-to-action"]:last-child {
      margin-right: 0; } }
@media (min-width: 481px) and (max-width: 979px) {
  .block-bean-grouped-cta-block [class*="field-calls-to-action"], .region-content-area-related .view-mode-3-column, .horizontal-tabs-pane [class*="field-calls-to-action"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .block-bean-grouped-cta-block [class*="field-calls-to-action"]:last-child,
    .region-content-area-related .view-mode-3-column:last-child,
    .horizontal-tabs-pane [class*="field-calls-to-action"]:last-child {
      margin-right: 0; }
    .block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(2n),
    .region-content-area-related .view-mode-3-column:nth-child(2n),
    .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(2n) {
      margin-right: 0; }
    .block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(2n+1),
    .region-content-area-related .view-mode-3-column:nth-child(2n+1),
    .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(2n+1) {
      clear: left; } }
@media (min-width: 980px) {
  .block-bean-grouped-cta-block [class*="field-calls-to-action"], .region-content-area-related .view-mode-3-column, .horizontal-tabs-pane [class*="field-calls-to-action"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .block-bean-grouped-cta-block [class*="field-calls-to-action"]:last-child,
    .region-content-area-related .view-mode-3-column:last-child,
    .horizontal-tabs-pane [class*="field-calls-to-action"]:last-child {
      margin-right: 0; }
    .block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(3n),
    .region-content-area-related .view-mode-3-column:nth-child(3n),
    .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3n) {
      margin-right: 0; }
    .block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(3n+1),
    .region-content-area-related .view-mode-3-column:nth-child(3n+1),
    .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3n+1) {
      clear: left; } }
.not-front .block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(3n),
.not-front .region-content-area-related .view-mode-3-column:nth-child(3n),
.not-front .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3n) {
  margin-right: 0; }
.not-front .block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(3n+1),
.not-front .region-content-area-related .view-mode-3-column:nth-child(3n+1),
.not-front .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3n+1) {
  clear: left; }

@media (max-width: 480px) {
  .not-front .block-bean-grouped-cta-block [class*="field-calls-to-action"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .not-front .block-bean-grouped-cta-block [class*="field-calls-to-action"]:last-child {
      margin-right: 0; } }

@media (max-width: 480px) {
  .horizontal-tabs-pane [class*="field-calls-to-action"] .block-cta-bean .field-callout-link,
  .horizontal-tabs-pane [class*="field-calls-to-action"] .block-cta-bean .field-callout-link a {
    width: 100%; } }
@media (max-width: 480px) {
  .horizontal-tabs-pane [class*="field-calls-to-action"] .block-cta-bean .field-bean-body {
    display: none; } }

.landing-sections-full-width .block-bean-grouped-cta-block,
.landing-sections-full-width .block-bean-cta-block.view-mode-default {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .landing-sections-full-width .block-bean-grouped-cta-block::after,
  .landing-sections-full-width .block-bean-cta-block.view-mode-default::after {
    clear: both;
    content: "";
    display: table; }
  .landing-sections-full-width .block-bean-grouped-cta-block > h2,
  .landing-sections-full-width .block-bean-cta-block.view-mode-default > h2 {
    color: #003B4C;
    font-size: 2rem;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    text-align: center;
    clear: both; }

.region-landing-content-area-sections .block-bean-grouped-cta-block > h2 {
  color: #003B4C;
  font-size: 2rem;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  text-align: center;
  clear: both; }

@media (min-width: 481px) and (max-width: 979px) {
  .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3), .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(4) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3):last-child, .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(4):last-child {
      margin-right: 0; } }

.block-fh-anchor-nav {
  font-family: "adelle-sans", "Helvetica", sans-serif;
  width: 13.4375rem; }
  .block-fh-anchor-nav h2,
  .block-fh-anchor-nav li a {
    padding-left: 0.6875rem; }
  .block-fh-anchor-nav h2 {
    color: #003B4C;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase; }
  .block-fh-anchor-nav .item-list li {
    margin-left: 0 !important;
    padding: 0.1875rem 0.75rem;
    position: relative; }
    .block-fh-anchor-nav .item-list li a {
      color: #003B4C;
      display: block;
      font-size: 0.9375rem;
      font-weight: bold;
      margin: 0;
      padding: 0.1875rem 0.75rem 0.1875rem 0; }
  .block-fh-anchor-nav .item-list li:hover,
  .block-fh-anchor-nav .item-list li.tc-active {
    background-color: #D5C200;
    display: block;
    width: 100%;
    color: #fff; }
    .block-fh-anchor-nav .item-list li:hover a,
    .block-fh-anchor-nav .item-list li.tc-active a {
      color: #fff; }
    .block-fh-anchor-nav .item-list li:hover:after,
    .block-fh-anchor-nav .item-list li.tc-active:after {
      content: '';
      background: url("../img/arrow-yellow-right.svg");
      background-repeat: no-repeat;
      background-size: auto 100%;
      bottom: 0;
      display: block;
      position: absolute;
      right: -1.0625rem;
      top: 0;
      width: 1.0625rem; }
  .block-fh-anchor-nav.fixed {
    width: 13.4375rem; }

@media (max-width: 480px) {
  .node-type-lesson-plan .block-fh-anchor-nav,
  .node-type-reading .block-fh-anchor-nav,
  .node-type-unit-assessment .block-fh-anchor-nav {
    display: none; } }
@media (min-width: 481px) and (max-width: 979px) {
  .node-type-lesson-plan .block-fh-anchor-nav,
  .node-type-reading .block-fh-anchor-nav,
  .node-type-unit-assessment .block-fh-anchor-nav {
    display: none; } }

.home-top {
  padding-top: 2rem;
  padding-bottom: 4rem; }
  @media (min-width: 980px) {
    .home-top {
      padding-top: 2rem; } }
  @media (max-width: 480px) {
    .home-top .container {
      padding-left: 0;
      padding-right: 0; } }

.home-bottom {
  padding: 4rem 0; }

.page-container {
  background: #003B4C; }
  .page-container .page-container-inner {
    background: #fff;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: 0 auto;
    max-width: 90rem; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 980px) {
    .container {
      padding: 0; } }

.content-area > .content > .region-content {
  padding-bottom: 4rem; }

.global-cta {
  overflow: hidden; }

.global-search-subscribe {
  clear: both; }

.page-node .content-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%; }
  .page-node .content-area:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .page-node .content-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .page-node .content-area:last-child {
        margin-right: 0; } }

.page-node.node-type-webinar .content-area {
  float: none;
  margin: auto;
  width: 100%; }

@media (max-width: 480px) {
  .node-type-page .content-area > .contextual-links-wrapper {
    top: 6rem; } }

.has-sidebar .content-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem; }
  .has-sidebar .content-wrapper::after {
    clear: both;
    content: "";
    display: table; }
.has-sidebar .content-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 25.58941%; }
  .has-sidebar .content-area:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .has-sidebar .content-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .has-sidebar .content-area:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .has-sidebar .content-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .has-sidebar .content-area:last-child {
        margin-right: 0; } }
.has-sidebar aside.content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: -93.82785%;
  position: relative; }
  .has-sidebar aside.content:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .has-sidebar aside.content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      padding: 1rem; }
      .has-sidebar aside.content:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .has-sidebar aside.content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      padding: 1rem; }
      .has-sidebar aside.content:last-child {
        margin-right: 0; } }

@media (min-width: 980px) {
  .has-banner.node-type-page .content-area > .contextual-links-wrapper,
  .has-banner.node-type-fh-location .content-area > .contextual-links-wrapper {
    top: 6rem; } }

.messages-wrapper,
.content-wrapper,
.global-content-top {
  margin-top: 5rem; }
  .messages-wrapper > .contextual-links-wrapper,
  .content-wrapper > .contextual-links-wrapper,
  .global-content-top > .contextual-links-wrapper {
    top: 5rem; }
  .breadcrumb + .messages-wrapper, .breadcrumb +
  .content-wrapper, .breadcrumb +
  .global-content-top {
    margin-top: 2.5rem; }
  .page-banner + .messages-wrapper, .page-banner +
  .content-wrapper, .page-banner +
  .global-content-top {
    margin-top: 2.5rem; }
  .messages-wrapper h1.page__title,
  .messages-wrapper .content .field-label:first-child,
  .content-wrapper h1.page__title,
  .content-wrapper .content .field-label:first-child,
  .global-content-top h1.page__title,
  .global-content-top .content .field-label:first-child {
    margin-top: 0; }
  .messages-wrapper + .messages-wrapper, .content-wrapper + .messages-wrapper, .global-content-top + .messages-wrapper, .messages-wrapper +
  .content-wrapper, .content-wrapper +
  .content-wrapper, .global-content-top +
  .content-wrapper, .messages-wrapper +
  .global-content-top, .content-wrapper +
  .global-content-top, .global-content-top +
  .global-content-top {
    margin-top: 2.5rem; }
  .banner-overhangs .page-banner + .messages-wrapper, .banner-overhangs .page-banner +
  .content-wrapper, .banner-overhangs .page-banner +
  .global-content-top {
    margin-top: 6rem; }

.page-node .field-last-updated-date,
.page-node .field-published-date.inline {
  color: #505050;
  font-size: .95em;
  font-style: italic; }
.page-node .field-last-updated-date {
  margin-bottom: 1em; }
.page-node .field-published-date.inline {
  display: inline-block; }

.fh-chunk-view-mode-full .content .metadata {
  display: none; }

.landing-sections-full-width {
  clear: left; }

table.responsive {
  margin: auto; }
  table.responsive td, table.responsive tr {
    border: 1px solid grey;
    padding: .5em; }

.print-icon {
  float: right;
  height: 35px;
  width: 70px;
  padding: 0.5rem 1.5rem; }
  .print-icon svg path.cls-1 {
    fill: rgba(0, 59, 76, 0.16); }
  .print-icon:hover {
    background: rgba(0, 59, 76, 0.69);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .print-icon:hover svg path.cls-1 {
      fill: rgba(255, 255, 255, 0.69); }

.gclassroom-inline {
  margin-left: 16px;
  font-family: Roboto;
  font-style: normal; }
  .gclassroom-inline a {
    color: #000; }
  .gclassroom-inline .gclassroom-icon {
    vertical-align: middle; }
  .gclassroom-inline .gclassroom-text {
    margin-left: 6px; }
    .gclassroom-inline .gclassroom-text a:hover {
      color: #383838;
      text-decoration: underline; }
    .gclassroom-inline .gclassroom-text a.ext .ext {
      display: none; }

#backtotop {
  bottom: 80px !important; }

.view-mode-full ol.ol-lower-alpha {
  counter-reset: section;
  list-style-type: lower-alpha; }
.view-mode-full ol.ol-lower-alpha > li:before {
  counter-increment: section;
  content: counter(section,lower-alpha);
  font-size: 1.25em;
  left: -1.50rem; }

ol.ol-start-2 {
  counter-reset: li-counter 1; }

ol.ol-start-3 {
  counter-reset: li-counter 2; }

ol.ol-start-4 {
  counter-reset: li-counter 3; }

ol.ol-start-5 {
  counter-reset: li-counter 4; }

ol.ol-start-6 {
  counter-reset: li-counter 5; }

ol.ol-start-7 {
  counter-reset: li-counter 6; }

ol.ol-start-8 {
  counter-reset: li-counter 7; }

ol.ol-start-9 {
  counter-reset: li-counter 8; }

ol.ol-start-10 {
  counter-reset: li-counter 9; }

ol.ol-start-11 {
  counter-reset: li-counter 10; }

ol.ol-start-12 {
  counter-reset: li-counter 11; }

ol.ol-start-13 {
  counter-reset: li-counter 12; }

ol.ol-start-14 {
  counter-reset: li-counter 13; }

ol.ol-start-15 {
  counter-reset: li-counter 14; }

ol.ol-start-16 {
  counter-reset: li-counter 15; }

ol.ol-start-17 {
  counter-reset: li-counter 16; }

ol.ol-start-18 {
  counter-reset: li-counter 17; }

ol.ol-start-19 {
  counter-reset: li-counter 18; }

ol.ol-start-20 {
  counter-reset: li-counter 19; }

ol.ol-start-21 {
  counter-reset: li-counter 20; }

ol.ol-start-22 {
  counter-reset: li-counter 21; }

ol.ol-start-23 {
  counter-reset: li-counter 22; }

ol.ol-start-24 {
  counter-reset: li-counter 23; }

ol.ol-start-25 {
  counter-reset: li-counter 24; }

ol.ol-start-26 {
  counter-reset: li-counter 25; }

ol.ol-start-27 {
  counter-reset: li-counter 26; }

ol.ol-start-28 {
  counter-reset: li-counter 27; }

ol.ol-start-29 {
  counter-reset: li-counter 28; }

ol.ol-start-30 {
  counter-reset: li-counter 29; }

ol.ol-start-31 {
  counter-reset: li-counter 30; }

ol.ol-start-32 {
  counter-reset: li-counter 31; }

ol.ol-start-33 {
  counter-reset: li-counter 32; }

ol.ol-start-34 {
  counter-reset: li-counter 33; }

ol.ol-start-35 {
  counter-reset: li-counter 34; }

ol.ol-start-36 {
  counter-reset: li-counter 35; }

ol.ol-start-37 {
  counter-reset: li-counter 36; }

ol.ol-start-38 {
  counter-reset: li-counter 37; }

ol.ol-start-39 {
  counter-reset: li-counter 38; }

ol.ol-start-40 {
  counter-reset: li-counter 39; }

ol.ol-start-41 {
  counter-reset: li-counter 40; }

ol.ol-start-42 {
  counter-reset: li-counter 41; }

ol.ol-start-43 {
  counter-reset: li-counter 42; }

ol.ol-start-44 {
  counter-reset: li-counter 43; }

ol.ol-start-45 {
  counter-reset: li-counter 44; }

ol.ol-start-46 {
  counter-reset: li-counter 45; }

ol.ol-start-47 {
  counter-reset: li-counter 46; }

ol.ol-start-48 {
  counter-reset: li-counter 47; }

ol.ol-start-49 {
  counter-reset: li-counter 48; }

ol.ol-start-50 {
  counter-reset: li-counter 49; }

ol.ol-start-51 {
  counter-reset: li-counter 50; }

ol.ol-start-52 {
  counter-reset: li-counter 51; }

ol.ol-start-53 {
  counter-reset: li-counter 52; }

ol.ol-start-54 {
  counter-reset: li-counter 53; }

ol.ol-start-55 {
  counter-reset: li-counter 54; }

ol.ol-start-56 {
  counter-reset: li-counter 55; }

ol.ol-start-57 {
  counter-reset: li-counter 56; }

ol.ol-start-58 {
  counter-reset: li-counter 57; }

ol.ol-start-59 {
  counter-reset: li-counter 58; }

ol.ol-start-60 {
  counter-reset: li-counter 59; }

ol.ol-start-61 {
  counter-reset: li-counter 60; }

ol.ol-start-62 {
  counter-reset: li-counter 61; }

ol.ol-start-63 {
  counter-reset: li-counter 62; }

ol.ol-start-64 {
  counter-reset: li-counter 63; }

ol.ol-start-65 {
  counter-reset: li-counter 64; }

ol.ol-start-66 {
  counter-reset: li-counter 65; }

ol.ol-start-67 {
  counter-reset: li-counter 66; }

ol.ol-start-68 {
  counter-reset: li-counter 67; }

ol.ol-start-69 {
  counter-reset: li-counter 68; }

ol.ol-start-70 {
  counter-reset: li-counter 69; }

ol.ol-start-71 {
  counter-reset: li-counter 70; }

ol.ol-start-72 {
  counter-reset: li-counter 71; }

ol.ol-start-73 {
  counter-reset: li-counter 72; }

ol.ol-start-74 {
  counter-reset: li-counter 73; }

ol.ol-start-75 {
  counter-reset: li-counter 74; }

ol.ol-start-76 {
  counter-reset: li-counter 75; }

ol.ol-start-77 {
  counter-reset: li-counter 76; }

ol.ol-start-78 {
  counter-reset: li-counter 77; }

ol.ol-start-79 {
  counter-reset: li-counter 78; }

ol.ol-start-80 {
  counter-reset: li-counter 79; }

ol.ol-start-81 {
  counter-reset: li-counter 80; }

ol.ol-start-82 {
  counter-reset: li-counter 81; }

ol.ol-start-83 {
  counter-reset: li-counter 82; }

ol.ol-start-84 {
  counter-reset: li-counter 83; }

ol.ol-start-85 {
  counter-reset: li-counter 84; }

ol.ol-start-86 {
  counter-reset: li-counter 85; }

ol.ol-start-87 {
  counter-reset: li-counter 86; }

ol.ol-start-88 {
  counter-reset: li-counter 87; }

ol.ol-start-89 {
  counter-reset: li-counter 88; }

ol.ol-start-90 {
  counter-reset: li-counter 89; }

ol.ol-start-91 {
  counter-reset: li-counter 90; }

ol.ol-start-92 {
  counter-reset: li-counter 91; }

ol.ol-start-93 {
  counter-reset: li-counter 92; }

ol.ol-start-94 {
  counter-reset: li-counter 93; }

ol.ol-start-95 {
  counter-reset: li-counter 94; }

ol.ol-start-96 {
  counter-reset: li-counter 95; }

ol.ol-start-97 {
  counter-reset: li-counter 96; }

ol.ol-start-98 {
  counter-reset: li-counter 97; }

ol.ol-start-99 {
  counter-reset: li-counter 98; }

ol.ol-start-100 {
  counter-reset: li-counter 99; }

.node-type-landing-page .view-scope-and-sequence {
  margin-top: 7rem; }

.global-content-top .container {
  max-width: 53.125rem; }
.global-content-top .view-mode-1-column {
  padding: 0; }
.global-content-top img,
.global-content-top [class*="ts-ck-entity"] {
  padding: 0 0 1rem 1rem;
  float: right;
  max-width: 40%;
  margin-top: 0; }
  .global-content-top img .entity,
  .global-content-top [class*="ts-ck-entity"] .entity {
    margin-top: 0; }
  .global-content-top img .content,
  .global-content-top [class*="ts-ck-entity"] .content {
    padding: 0; }
  @media (max-width: 480px) {
    .global-content-top img,
    .global-content-top [class*="ts-ck-entity"] {
      float: none;
      max-width: none; } }
.global-content-top p {
  text-align: left; }

.page-resource-library .content-area {
  padding: 0rem 1rem 1rem 1rem; }

.suggested-resources {
  padding-top: 8rem; }
  .suggested-resources .container {
    max-width: 53.125rem; }
  .suggested-resources .bean-related-content > .content > .flag-outer {
    display: none; }

.suggested-resources .block-bean .field-related-content .field-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border: none; }
  .suggested-resources .block-bean .field-related-content .field-item:last-child {
    margin-right: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .suggested-resources .block-bean .field-related-content .field-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .suggested-resources .block-bean .field-related-content .field-item:last-child {
        margin-right: 0; }
      .suggested-resources .block-bean .field-related-content .field-item:nth-child(2n) {
        margin-right: 0; }
      .suggested-resources .block-bean .field-related-content .field-item:nth-child(2n+1) {
        clear: left; } }
  @media (min-width: 980px) {
    .suggested-resources .block-bean .field-related-content .field-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .suggested-resources .block-bean .field-related-content .field-item:last-child {
        margin-right: 0; } }
  .suggested-resources .block-bean .field-related-content .field-item .view-mode-card,
  .suggested-resources .block-bean .field-related-content .field-item .fh-chunk-view-mode-card {
    border: none;
    min-height: 0;
    max-height: none; }
    .suggested-resources .block-bean .field-related-content .field-item .view-mode-card .chunk-title,
    .suggested-resources .block-bean .field-related-content .field-item .view-mode-card .card_title,
    .suggested-resources .block-bean .field-related-content .field-item .fh-chunk-view-mode-card .chunk-title,
    .suggested-resources .block-bean .field-related-content .field-item .fh-chunk-view-mode-card .card_title {
      border-top: none; }
    .suggested-resources .block-bean .field-related-content .field-item .view-mode-card .content::after,
    .suggested-resources .block-bean .field-related-content .field-item .fh-chunk-view-mode-card .content::after {
      display: none; }

.page-taxonomy .messages.warning,
.topics-page .messages.warning {
  display: none; }

.node-type-unit .view-mode-card .field-body {
  margin-left: 0;
  margin-right: 0;
  width: auto; }

.user-form-page .page-container .page-container-inner {
  background: #F6F6F6; }
.user-form-page .page__title {
  font-size: 1.5em;
  text-align: center;
  color: #003B4C; }
.user-form-page .content-wrapper {
  text-align: center; }
.user-form-page .content-area {
  position: relative;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  max-width: 43.75em;
  padding: 2rem 6rem;
  margin-bottom: 8rem;
  margin-top: 3rem; }
  @media (max-width: 480px) {
    .user-form-page .content-area {
      padding: 1rem;
      margin-top: 0;
      margin-bottom: 5rem; } }
.user-form-page .content-area > .content > .region-content {
  padding-bottom: 0; }
.user-form-page .content-after {
  position: absolute;
  top: 100%;
  left: -1rem;
  width: 100%;
  margin: 1rem;
  font-family: "adelle-sans", "Helvetica", sans-serif; }
.user-form-page form.anonymous-user-form {
  font-family: "adelle-sans", "Helvetica", sans-serif;
  text-align: left; }
  .user-form-page form.anonymous-user-form .ajax-progress {
    display: block; }
  .user-form-page form.anonymous-user-form h3 > span {
    font-weight: normal;
    font-size: 16px;
    margin-left: .5rem; }
  .user-form-page form.anonymous-user-form .form-actions {
    text-align: center; }
    .user-form-page form.anonymous-user-form .form-actions input[type="submit"],
    .user-form-page form.anonymous-user-form .form-actions .button {
      text-transform: none;
      padding: 1rem 2rem;
      min-width: 11.25rem; }
  .user-form-page form.anonymous-user-form .confirm-parent,
  .user-form-page form.anonymous-user-form .password-parent,
  .user-form-page form.anonymous-user-form .password-strength {
    width: 100%; }
  .user-form-page form.anonymous-user-form input[type=password],
  .user-form-page form.anonymous-user-form input[type=text],
  .user-form-page form.anonymous-user-form input[type=email],
  .user-form-page form.anonymous-user-form select,
  .user-form-page form.anonymous-user-form textarea {
    border: 2px solid #003B4C;
    margin: 0.4rem 0;
    max-width: 21.875rem;
    font-size: 16px;
    font-weight: bold; }
    .user-form-page form.anonymous-user-form input[type=password]::placeholder,
    .user-form-page form.anonymous-user-form input[type=text]::placeholder,
    .user-form-page form.anonymous-user-form input[type=email]::placeholder,
    .user-form-page form.anonymous-user-form select::placeholder,
    .user-form-page form.anonymous-user-form textarea::placeholder {
      color: #003B4C;
      font-weight: normal; }
    .user-form-page form.anonymous-user-form input[type=password].error,
    .user-form-page form.anonymous-user-form input[type=text].error,
    .user-form-page form.anonymous-user-form input[type=email].error,
    .user-form-page form.anonymous-user-form select.error,
    .user-form-page form.anonymous-user-form textarea.error {
      border: 2px solid #E74A37; }
  .user-form-page form.anonymous-user-form textarea {
    width: 21.875rem;
    padding: 0.6rem 2.5rem .6rem 1rem; }
  .user-form-page form.anonymous-user-form select {
    height: 3rem;
    padding: 0.6rem 2.5rem .6rem 1rem;
    border: 0;
    outline: 2px solid #003B4C;
    font-weight: normal;
    -webkit-appearance: none;
    background: url("../img/select-arrow-down.svg") no-repeat;
    background-position: right;
    background-size: 3rem; }
    .user-form-page form.anonymous-user-form select:focus {
      outline-offset: 0; }
  .user-form-page form.anonymous-user-form .form-item.form-type-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: .5rem; }
    .user-form-page form.anonymous-user-form .form-item.form-type-checkbox label {
      margin-left: .8rem; }
  .user-form-page form.anonymous-user-form input[type="checkbox"] {
    -webkit-appearance: none;
    background: #d8d8d8;
    border: 3px solid #d8d8d8;
    width: 1rem;
    height: 1rem;
    transition: .1s background;
    outline: none; }
    .user-form-page form.anonymous-user-form input[type="checkbox"]:checked {
      background: #00A7AD; }
  .user-form-page form.anonymous-user-form .form-item {
    margin-top: .3rem;
    margin-bottom: .3rem; }
  .user-form-page form.anonymous-user-form fieldset {
    padding: 0; }
    .user-form-page form.anonymous-user-form fieldset .fieldset-wrapper {
      background: none;
      padding: 0; }
    .user-form-page form.anonymous-user-form fieldset legend {
      font-size: inherit; }
  .user-form-page form.anonymous-user-form .form-type-password {
    padding-bottom: 40px;
    position: relative; }
    .user-form-page form.anonymous-user-form .form-type-password .password-strength {
      position: absolute;
      bottom: 0;
      margin: 0; }
  .user-form-page form.anonymous-user-form input.password-confirm,
  .user-form-page form.anonymous-user-form input.password-field {
    width: 100%; }
  .user-form-page form.anonymous-user-form .password-strength-text {
    float: left;
    min-height: 23px;
    margin-top: 10px;
    font-weight: normal;
    color: #9B9B9B; }
  .user-form-page form.anonymous-user-form .password-indicator {
    position: relative;
    height: 0.4em;
    background: repeating-linear-gradient(to right, #d8d8d8, #d8d8d8 50px, white 50px, white 60px); }
    .user-form-page form.anonymous-user-form .password-indicator .indicator {
      background: repeating-linear-gradient(to right, #88b94b, #88b94b 50px, white 50px, white 60px); }
.user-form-page .user-register-skip-link {
  background: #9B9B9B;
  font-size: 16px;
  margin-right: 15px; }

.breadcrumb .region-global-breadcrumb {
  position: relative; }

.breadcrumb {
  background: rgba(0, 0, 0, 0.04);
  padding-top: 4rem;
  padding-bottom: 1rem; }

.breadcrumb .region-global-breadcrumb {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .breadcrumb .region-global-breadcrumb::after {
    clear: both;
    content: "";
    display: table; }
  .breadcrumb .region-global-breadcrumb .block-easy-breadcrumb {
    float: left; }
  .breadcrumb .region-global-breadcrumb .easy-breadcrumb_segment {
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-size: 1rem; }

.breadcrumb .back-link::before {
  content: "";
  color: #00A7AD;
  font-size: 0.75rem;
  font-weight: normal;
  margin-right: 0.25rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-node-14783 .breadcrumb {
  display: none; }

.bcls-hide-overlay {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 5s;
  -webkit-transition-timing-function: ease;
  transition-property: opacity;
  transition-duration: 5s;
  transition-timing-function: ease; }

.video-js .vjs-overlay {
  opacity: .3;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  width: 50%;
  bottom: 5px;
  right: 5px;
  pointer-events: none; }

.video-js .vjs-overlay-top-left {
  top: 5px;
  left: 5px; }

.video-js .vjs-overlay-top {
  left: 50%;
  margin-left: -16.5%;
  top: 5px; }

.video-js .vjs-overlay-top-right {
  right: 5px;
  top: 5px; }

.video-js .vjs-overlay-right {
  margin-top: -15px;
  right: 5px;
  top: 50%; }

.video-js .vjs-overlay-bottom {
  bottom: 4.5em;
  left: 50%;
  margin-left: -16.5%; }

.video-js .vjs-overlay-bottom-left {
  bottom: 4.5em;
  left: 5px; }

.video-js .vjs-overlay-left {
  left: 5px;
  margin-top: -15px;
  top: 50%; }

/* DockText (Inherited by both DockTitle and DockDescription) */
.vjs-dock-text {
  margin-bottom: .333em;
  color: #FFFFFF;
  font-weight: lighter;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 70%, transparent 100%); }

/* docktext background */
.video-js .vjs-dock-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #FFFFFF;
  font-weight: lighter;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
  opacity: .7; }

/* DockTitle */
.vjs-dock-title {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.333; }

/* DockDescription hide unless hover*/
.vjs-dock-description {
  color: #FFFFFF;
  font-size: .8em;
  display: none; }

.vjs-dock-description:hover {
  color: #FFFFFF;
  font-size: .8em;
  display: block; }

.brightcove-transcript-cc {
  border: none;
  line-height: 2; }
  .brightcove-transcript-cc label {
    font-weight: normal; }
  .brightcove-transcript-cc label,
  .brightcove-transcript-cc select {
    color: #00A7AD;
    display: inline-block; }

.closed-caption-icon {
  background-image: url("../img/Closed_captioning_symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 12px; }

.page-checkout h1,
.page-cart h1 {
  text-transform: capitalize; }

.view-commerce-cart-summary,
.view-commerce-cart-form-custom {
  font-family: "adelle-sans", "Helvetica", sans-serif; }

#edit-cart-contents {
  padding: 0; }
  #edit-cart-contents .fieldset-wrapper {
    background: none;
    padding: 0; }

.view-commerce-cart-summary table,
.view-commerce-cart-form-custom table,
#commerce-checkout-form-review .checkout-review {
  width: 100%; }

.checkout-review tr.odd,
.checkout-review tr.even {
  background-color: #fff; }

.view-commerce-cart-summary tbody,
.view-commerce-cart-form-custom tbody {
  border-top: none; }

.view-commerce-cart-summary th,
.view-commerce-cart-form-custom th {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: normal; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary th,
    .view-commerce-cart-form-custom th {
      display: none; } }

.view-commerce-cart-form-custom th.views-field-edit-quantity {
  text-align: center; }

.view-commerce-cart-summary tr,
.view-commerce-cart-form-custom tr {
  border-bottom: solid #fff 0.3125rem; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary tr,
    .view-commerce-cart-form-custom tr {
      border-bottom: solid #fff 0.625rem; } }

.view-commerce-cart-summary tr.odd,
.view-commerce-cart-form-custom tr.odd {
  background-color: #d8d8d8; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary tr.odd,
    .view-commerce-cart-form-custom tr.odd {
      background-color: #ECECEC; } }

.view-commerce-cart-summary tr.even,
.view-commerce-cart-form-custom tr.even {
  background-color: #ECECEC; }

.view-commerce-cart-summary td,
.view-commerce-cart-form-custom td {
  font-size: 0.75rem; }
  @media (min-width: 980px) {
    .view-commerce-cart-summary td,
    .view-commerce-cart-form-custom td {
      font-size: 0.875rem; } }
  .view-commerce-cart-summary td input.delete-line-item,
  .view-commerce-cart-form-custom td input.delete-line-item {
    border: none;
    background-color: transparent; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary td,
    .view-commerce-cart-form-custom td {
      clear: both;
      display: block;
      font-size: 1.125rem;
      margin: 0.625rem 0 0 0.625rem; } }
  @media (max-width: 480px) {
    .view-commerce-cart-summary td input.delete-line-item,
    .view-commerce-cart-form-custom td input.delete-line-item {
      float: right;
      margin: 1.25rem 0.3125rem 0.625rem 0; } }
  @media (max-width: 480px) {
    .view-commerce-cart-summary td a,
    .view-commerce-cart-form-custom td a {
      font-size: 1.625rem; } }

@media (max-width: 480px) {
  .view-commerce-cart-form-custom .views-field-sku::before {
    content: "SKU "; } }

.view-commerce-cart-summary tr th.views-field-line-item-title,
.view-commerce-cart-summary tr td.views-field-line-item-title,
.view-commerce-cart-form-custom .views-field-sku {
  padding-left: 0.625rem; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary tr th.views-field-line-item-title,
    .view-commerce-cart-summary tr td.views-field-line-item-title,
    .view-commerce-cart-form-custom .views-field-sku {
      padding: 0.625rem 0; } }

.view-commerce-cart-summary td.views-field-line-item-title,
.view-commerce-cart-form-custom td.views-field-line-item-title {
  padding: 0.9375rem 0; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary td.views-field-line-item-title,
    .view-commerce-cart-form-custom td.views-field-line-item-title {
      margin-bottom: 0.625rem;
      padding: 0; } }

@media (max-width: 480px) {
  .view-commerce-cart-summary td.views-field-commerce-unit-price,
  .view-commerce-cart-form-custom td.views-field-commerce-unit-price {
    display: inline;
    font-size: 1.75rem;
    width: 50%; } }

.view-commerce-cart-form-custom td.views-field-edit-quantity {
  display: inline;
  width: 50%; }
  .view-commerce-cart-form-custom td.views-field-edit-quantity .form-type-textfield {
    text-align: center;
    /* Was unable to vertically align this element, so I took my
    best guess at appropriate top and bottom margins */
    margin-bottom: 0.625rem;
    margin-top: 0.75rem; }

.view-commerce-cart-summary td.views-field-commerce-unit-price,
.view-commerce-cart-summary td.views-field-quantity,
.view-commerce-cart-summary td.views-field-commerce-total {
  vertical-align: middle; }

@media (max-width: 480px) {
  .view-commerce-cart-summary td.views-field-quantity {
    color: #B2A6A0;
    float: right;
    font-size: 1.75rem;
    margin: 0 0.5625rem 1rem 0; } }

@media (max-width: 480px) {
  .view-commerce-cart-summary td.views-field-quantity::before {
    content: "QTY"; } }

.view-commerce-cart-summary th.views-field-quantity,
.view-commerce-cart-summary td.views-field-quantity {
  text-align: center; }

@media (max-width: 480px) {
  .view-commerce-cart-form-custom td.views-field-edit-quantity div.form-type-textfield {
    display: inline;
    float: right;
    margin: 0 0.625rem 0 0; } }
.view-commerce-cart-form-custom td.views-field-edit-quantity div.form-type-textfield input {
  border: solid #B2A6A0 0.0625rem;
  padding: 0.3125rem 0.625rem;
  text-align: center; }
  @media (max-width: 480px) {
    .view-commerce-cart-form-custom td.views-field-edit-quantity div.form-type-textfield input {
      margin-top: 0.1875rem;
      padding: 0.4375rem 1.875rem; } }

.view-commerce-cart-summary tr th.views-field-commerce-total,
.view-commerce-cart-summary tr td.views-field-commerce-total {
  padding-right: 0.625rem; }

@media (max-width: 480px) {
  .view-commerce-cart-summary .views-field-commerce-total,
  .view-commerce-cart-form-custom .views-field-commerce-total {
    display: none; } }

.field-commerce-order-total {
  border-top: solid 0.1875rem #ECECEC;
  margin-top: 1.375rem;
  padding: 1.375rem 0; }
  .field-commerce-order-total tbody {
    border: none; }
  @media (max-width: 480px) {
    .field-commerce-order-total {
      margin-left: auto;
      margin-right: auto; }
      .field-commerce-order-total table.commerce-price-formatted-components,
      .field-commerce-order-total tbody,
      .field-commerce-order-total tr {
        text-align: center;
        width: 100%;
        display: block; } }

@media (min-width: 481px) and (max-width: 979px) {
  .commerce-price-formatted-components {
    display: inline;
    float: right; } }
@media (max-width: 480px) {
  .commerce-price-formatted-components {
    display: inline; } }
.commerce-price-formatted-components .component-title,
.commerce-price-formatted-components .component-total {
  font-size: 1.25rem;
  font-weight: normal; }
  @media (max-width: 480px) {
    .commerce-price-formatted-components .component-title,
    .commerce-price-formatted-components .component-total {
      display: inline;
      font-size: 1.625rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .commerce-price-formatted-components .component-title,
    .commerce-price-formatted-components .component-total {
      font-size: 1.125rem; } }

.commerce-price-formatted-components .component-title {
  float: right; }
  @media (max-width: 480px) {
    .commerce-price-formatted-components .component-title {
      float: none; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .commerce-price-formatted-components .component-title {
      padding-right: 0.5rem; } }

.commerce-price-formatted-components tr.odd {
  background-color: #fff; }

.commerce-price-formatted-components .component-title {
  text-transform: uppercase; }

.commerce-line-item-actions {
  margin-top: 0; }
  .commerce-line-item-actions input {
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .commerce-line-item-actions input {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  .commerce-line-item-actions #edit-submit,
  .commerce-line-item-actions #edit-checkout {
    border: none; }
  .commerce-line-item-actions #edit-submit {
    background-color: #fff;
    font-size: 0.8125rem;
    padding: 0.9375rem 2.5rem; }
    @media (max-width: 480px) {
      .commerce-line-item-actions #edit-submit {
        font-size: 0.9375rem; } }
  .commerce-line-item-actions #edit-checkout {
    background-color: #003B4C;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0.9375rem 4.375rem; }

.checkout-buttons #edit-continue {
  background-color: #003B4C;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0.9375rem 3.125rem; }
.checkout-buttons #edit-back {
  color: #003B4C;
  padding-left: 1.5625rem; }
.checkout-buttons .button-operator {
  display: none; }

@media (max-width: 480px) {
  .checkout-buttons .fieldset-wrapper {
    text-align: center; } }

@media (max-width: 480px) {
  .checkout-buttons #edit-continue {
    padding: 0.9375rem 4.375rem; } }

@media (max-width: 480px) {
  .checkout-buttons #edit-back {
    padding-left: 0; } }

table.checkout-review tbody {
  border-top: none; }

table.checkout-review tr.pane-data {
  border-bottom: solid 0.9375rem #fff; }

table.checkout-review tbody .pane-title:nth-of-type(1) {
  display: none; }

@media (min-width: 980px) {
  .ts-ck-entity-embed-center .fh-chunk-image {
    max-width: 70%; } }
.ts-ck-entity-embed-center .fh-chunk-image img {
  width: auto; }

@media (min-width: 980px) {
  [class*="ts-ck-entity-embed"] .fh-chunk-image {
    margin: 1rem auto; } }
[class*="ts-ck-entity-embed"] .fh-chunk-image .metadata {
  display: none; }
[class*="ts-ck-entity-embed"] .fh-chunk-image .field-long-caption {
  color: #9B9B9B;
  font-size: 0.875rem;
  font-style: italic; }

.ts-ck-entity-embed-left img,
.ts-ck-entity-embed-right img {
  height: auto;
  width: 100%; }

.node-type-unit-assessment .field-body {
  padding-bottom: 1rem; }

.node-type-unit-assessment .field-feedback-link {
  border-top: 0.1875rem solid #ECECEC;
  padding: 4rem 0; }

.node-type-unit-assessment .fh-chunk-unit-assessment .assessment-step {
  color: #003B4C;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase; }
.node-type-unit-assessment .fh-chunk-unit-assessment h2 {
  font-size: 1.75rem;
  margin-top: 0; }
.node-type-unit-assessment .fh-chunk-unit-assessment h3 {
  font-size: 1.25rem; }
.node-type-unit-assessment .fh-chunk-unit-assessment .full-view-link.backlink {
  display: none; }
.node-type-unit-assessment .fh-chunk-unit-assessment .previous-lesson,
.node-type-unit-assessment .fh-chunk-unit-assessment .next-lesson {
  max-width: 50%; }
  .node-type-unit-assessment .fh-chunk-unit-assessment .previous-lesson a,
  .node-type-unit-assessment .fh-chunk-unit-assessment .next-lesson a {
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    margin-top: 3rem; }
.node-type-unit-assessment .fh-chunk-unit-assessment .previous-lesson {
  float: left; }
.node-type-unit-assessment .fh-chunk-unit-assessment .next-lesson {
  float: right;
  text-align: right; }
.node-type-unit-assessment .fh-chunk-unit-assessment.fh-chunk-view-mode-complete {
  border-top: 0.1875rem solid #ECECEC;
  padding: 4rem 0; }

.node-type-unit-assessment .block-fh-anchor-nav .assessment-step {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: capitalize; }
.node-type-unit-assessment .block-fh-anchor-nav li:hover .assessment-step,
.node-type-unit-assessment .block-fh-anchor-nav li.tc-active .assessment-step {
  color: #fff; }
.node-type-unit-assessment .block-fh-anchor-nav h2.chunk-title {
  padding-left: 0;
  text-transform: none;
  margin-bottom: 0; }

#block-views-unit-overview-block {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #block-views-unit-overview-block::after {
    clear: both;
    content: "";
    display: table; }
  #block-views-unit-overview-block > h2 {
    font-size: 2rem;
    font-family: "adelle", "Georgia", "Times New Roman", serif; }

.unit-overview-minimal-card .overview-lessons-assessments .view-mode-card,
.unit-overview-minimal-card .overview-lessons-assessments .fh-chunk-view-mode-card {
  min-height: 1rem; }
  .unit-overview-minimal-card .overview-lessons-assessments .view-mode-card .assessment-step,
  .unit-overview-minimal-card .overview-lessons-assessments .fh-chunk-view-mode-card .assessment-step {
    text-align: center; }
  .unit-overview-minimal-card .overview-lessons-assessments .view-mode-card .content,
  .unit-overview-minimal-card .overview-lessons-assessments .fh-chunk-view-mode-card .content {
    min-height: 19rem; }
    .unit-overview-minimal-card .overview-lessons-assessments .view-mode-card .content:after,
    .unit-overview-minimal-card .overview-lessons-assessments .fh-chunk-view-mode-card .content:after {
      display: none; }

.assessment-step {
  font-weight: 400;
  text-transform: capitalize; }

.unit-overview-minimal-card .views-field-title span.field-content::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00A7AD;
  content: "";
  margin-right: 0.5rem;
  transform: rotate(180deg); }
.unit-overview-minimal-card .views-field-title span.field-content .back-to-unit {
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }
.unit-overview-minimal-card .views-field-title span.field-content a {
  color: #003B4C; }

.unit-overview-minimal-card .card_title,
.unit-overview-minimal-card h2.chunk-title {
  text-align: center; }
.unit-overview-minimal-card .field-lesson.active-lesson {
  background-color: #9B9B9B;
  opacity: 0.5; }
.unit-overview-minimal-card .field-body {
  display: none; }
.unit-overview-minimal-card .overview-lessons-assessments {
  margin-top: 2rem; }
.unit-overview-minimal-card h2.card_title {
  margin-bottom: 1rem; }
.unit-overview-minimal-card .fh-chunk-view-mode-card,
.unit-overview-minimal-card .node.view-mode-card {
  min-heigth: 19rem;
  max-height: 19rem; }
  @media (max-width: 480px) {
    .unit-overview-minimal-card .fh-chunk-view-mode-card,
    .unit-overview-minimal-card .node.view-mode-card {
      max-height: none; } }

h2.unit-overview-title {
  border-bottom: 0.1875rem solid #ECECEC;
  color: #003B4C;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  padding-bottom: 0.5rem;
  text-align: center; }

.fh-chunk-unit-assessment.fh-chunk-view-mode-card h2.chunk-title {
  border-top: 0; }

.fh-chunk-video.fh-chunk-view-mode-simple .metadata {
  display: none; }

.field-group-chunks {
  clear: left; }

.field-group-chunks .gallery #thumbnails {
  text-align: center; }
  .field-group-chunks .gallery #thumbnails img {
    display: block;
    margin: 0 auto;
    max-height: 38.4375rem;
    width: auto; }
    @media (max-width: 480px) {
      .field-group-chunks .gallery #thumbnails img {
        width: 100%;
        max-width: 80%; } }

.field-group-chunks .thumb-box .slick-active img {
  border-top: 0.1875rem solid #EB922D; }

.field-group-chunks .thumb-box .thumbs {
  height: 60px;
  margin: 0 auto;
  max-width: 32.8125rem;
  overflow: hidden; }

.field-group-chunks .thumb-box .thumbs img {
  height: auto;
  width: 84px;
  padding: 0.3rem; }

.fh-chunk-view-mode-complete .field-group-chunks {
  border-bottom: 0.25rem solid #ECECEC;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

.fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description:last-child {
        margin-right: 0; } }
  @media (min-width: 980px) {
    .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description {
      min-height: 25rem; } }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description .chunk-title {
    font-size: 1.25rem;
    margin-top: 0; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description .field-long-caption {
    width: 100%; }

.fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta:last-child {
        margin-right: 0; } }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta .field-chunk-parent {
    border-top: 0.25rem solid #ECECEC;
    color: #00A7AD;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0.5rem 0 0.5rem 1rem; }
    .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta .field-chunk-parent::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #003B4C;
      margin-left: 0.5rem; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta .field-label {
    border-top: 0.25rem solid #ECECEC;
    color: #B2A6A0;
    font-size: 0.75rem;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    text-transform: uppercase; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta .inline {
    padding: 0 0 0.5rem 1rem;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    color: #003B4C; }

.page-node:not(.page-chunk) .fh-chunk-collection:not(.fh-chunk-view-mode-card):not(.fh-chunk-view-mode-simple_card) {
  background: #ECECEC;
  text-align: center; }

.slick-next {
  right: 0.3125rem;
  z-index: 1; }
  @media (max-width: 480px) {
    .slick-next {
      top: 10%; } }
  .slick-next.slick-arrow::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003B4C;
    content: "";
    font-size: 1.5rem; }

.slick-prev {
  left: 0;
  z-index: 1; }
  @media (max-width: 480px) {
    .slick-prev {
      top: 10%; } }
  .slick-prev.slick-arrow::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003B4C;
    content: "";
    font-size: 1.5rem; }

.thumb-box .slick-prev,
.thumb-box .slick-next {
  top: 50%; }
.thumb-box .slick-arrow.slick-arrow::before {
  background: #003B4C;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  padding: 0.25rem 0.35rem; }

.page-node .fh-chunk-collection {
  padding: 1rem; }
  .page-node .fh-chunk-collection .chunk-title a {
    color: #003B4C;
    font-size: 1.5rem; }
    .page-node .fh-chunk-collection .chunk-title a:hover {
      color: #00A7AD; }
  .page-node .fh-chunk-collection h4 {
    font-size: 1.125rem;
    color: #003B4C; }
  .page-node .fh-chunk-collection .field-long-caption {
    margin: 1rem 0; }
  .page-node .fh-chunk-collection img {
    max-width: 80%; }

.bigfoot-footnote__wrapper {
  border: 0.1875rem solid #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif; }

.bigfoot-footnote.is-active {
  background: #fff; }

.bigfoot-footnote__tooltip {
  background-color: #00A7AD;
  border: none; }

.bigfoot-footnote__button:hover,
.bigfoot-footnote__button:focus,
.bigfoot-footnote__button.is-active,
.bigfoot-footnote__button {
  background: none;
  width: auto; }
  .bigfoot-footnote__button:hover:after,
  .bigfoot-footnote__button:focus:after,
  .bigfoot-footnote__button.is-active:after,
  .bigfoot-footnote__button:after {
    color: #00A7AD;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1rem;
    margin-left: 0; }

@media (max-width: 480px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media (min-width: 481px) and (max-width: 670px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media (min-width: 671px) and (max-width: 979px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media (min-width: 481px) and (max-width: 979px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media (min-width: 980px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
.block-bean-related-content > .content > .entity > .content > .flag-outer {
  display: none; }
.block-bean-related-content > .content .field-callout-link {
  clear: both;
  margin-bottom: 2rem;
  text-align: center; }
  .block-bean-related-content > .content .field-callout-link a {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  .block-bean-related-content > .content .field-callout-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 0.1rem; }

#block-views-relevant-content-content-card-4,
.landing-sections-full-width .block-bean-related-content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #block-views-relevant-content-content-card-4::after,
  .landing-sections-full-width .block-bean-related-content::after {
    clear: both;
    content: "";
    display: table; }
  #block-views-relevant-content-content-card-4 > h2,
  .landing-sections-full-width .block-bean-related-content > h2 {
    color: #003B4C;
    font-size: 2rem;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    text-align: center;
    clear: both; }

.view-mode-3-column, .block-bean-grouped-cta-block [class*="field-calls-to-action"] {
  margin-bottom: 2rem; }
  .view-mode-3-column .group-image, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .group-image {
    position: relative;
    min-height: 6.4375rem; }
  .view-mode-3-column .field-image img, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-image img {
    width: 100%; }
  .view-mode-3-column .field-callout-link, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link {
    background: rgba(0, 59, 76, 0.9);
    display: table;
    margin-top: 0.2rem;
    min-height: 5.75rem;
    width: 95%;
    padding-right: 0.5rem;
    position: absolute !important;
    left: 0;
    bottom: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-mode-3-column .field-callout-link, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link {
        min-height: 3.375rem;
        position: absolute;
        bottom: 0; } }
  .view-mode-3-column .field-callout-link a, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a,
  .view-mode-3-column .field-callout-link a:hover,
  .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a:hover {
    display: table-cell;
    line-height: 1.875rem;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1rem;
    vertical-align: middle; }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-mode-3-column .field-callout-link a, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a,
      .view-mode-3-column .field-callout-link a:hover,
      .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a:hover {
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 0.5rem; } }
  .view-mode-3-column .field-callout-link a::after, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 1rem; }
  .view-mode-3-column .field-bean-body, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-bean-body {
    background: #ECECEC;
    font-size: 0.9375rem;
    height: 13.75rem;
    line-height: 1.5rem;
    margin-top: -0.3125rem;
    padding: 1.5rem; }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-mode-3-column .field-bean-body, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-bean-body {
        font-size: 0.75rem;
        min-height: 10rem;
        line-height: 1.1875rem;
        padding: 1rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .view-mode-3-column .field-bean-body, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-bean-body {
        min-height: 10rem; } }

@media (min-width: 481px) and (max-width: 979px) {
  .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(2) .text-long {
    min-height: 11.75rem; } }
@media (max-width: 480px) {
  .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(2) .field-callout-link {
    position: absolute; } }
@media (min-width: 481px) and (max-width: 979px) {
  .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3),
  .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(4) {
    margin-top: 2rem; }
    .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3) .text-long,
    .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(4) .text-long {
      min-height: 11.75rem; } }

.not-front .horizontal-tabs-pane .field-tab-1-title ~ [class*="field-calls-to-action"]:nth-child(3n),
.not-front .horizontal-tabs-pane .field-tab-2-title ~ [class*="field-calls-to-action"]:nth-child(3n) {
  margin-right: 2.35765%; }

.not-front .horizontal-tabs-pane .field-tab-1-title ~ [class*="field-calls-to-action"]:nth-child(3n+1),
.not-front .horizontal-tabs-pane .field-tab-2-title ~ [class*="field-calls-to-action"]:nth-child(3n+1) {
  clear: none; }

.paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block,
.view-mode-1-column-w-space.block-bean-cta-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 12.79471%;
  background-color: #073342;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem; }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block:last-child,
  .view-mode-1-column-w-space.block-bean-cta-block:last-child {
    margin-right: 0; }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block > *,
  .view-mode-1-column-w-space.block-bean-cta-block > * {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    padding: 0 3.5rem; }
    @media (max-width: 480px) {
      .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block > *,
      .view-mode-1-column-w-space.block-bean-cta-block > * {
        padding: 0 1.5rem;
        text-align: center; } }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block h2,
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-bean-body,
  .view-mode-1-column-w-space.block-bean-cta-block h2,
  .view-mode-1-column-w-space.block-bean-cta-block .field-bean-body {
    color: #fff; }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block h2,
  .view-mode-1-column-w-space.block-bean-cta-block h2 {
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block h2,
      .view-mode-1-column-w-space.block-bean-cta-block h2 {
        font-size: 1.75rem; } }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-bean-body,
  .view-mode-1-column-w-space.block-bean-cta-block .field-bean-body {
    font-size: 1rem;
    line-height: 1.5rem; }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link,
  .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link {
    margin: 3rem 0; }
    @media (max-width: 480px) {
      .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link,
      .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link {
        margin: 3rem 0 2rem; } }
    .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link a,
    .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link a {
      background: #1a9da5;
      padding: 1rem 2.5rem;
      text-transform: capitalize; }
      .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link a:hover,
      .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link a:hover {
        background: #1C7E7E; }

.paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .block-bean-cta-block.view-mode-1-column {
  clear: both;
  padding: 5rem 10rem;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .block-bean-cta-block.view-mode-1-column {
      padding: 5rem 16rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .block-bean-cta-block.view-mode-1-column {
      padding: 3rem 2rem; } }
  @media (max-width: 480px) {
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .block-bean-cta-block.view-mode-1-column {
      padding: 5rem 2rem; } }
  .region-landing-content-area-sections .paragraphs-item-blocks.view-mode-1_column .bean-cta-block,
  .region-landing-content-area-sections .block-bean-cta-block.view-mode-1-column {
    padding: 0;
    padding-bottom: 5rem; }
    @media (min-width: 1200px) {
      .region-landing-content-area-sections .paragraphs-item-blocks.view-mode-1_column .bean-cta-block,
      .region-landing-content-area-sections .block-bean-cta-block.view-mode-1-column {
        padding-bottom: 5rem; } }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block h2, .block-bean-cta-block.view-mode-1-column h2 {
    font-size: 2rem;
    margin-top: 0rem; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block h4, .block-bean-cta-block.view-mode-1-column h4 {
    font-size: 1.5rem; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body p, .block-bean-cta-block.view-mode-1-column .field-bean-body p {
    font-size: 1.125rem; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ul,
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ol, .block-bean-cta-block.view-mode-1-column .field-bean-body ul,
  .block-bean-cta-block.view-mode-1-column .field-bean-body ol {
    display: block;
    margin: 1rem auto 2rem auto; }
    @media (min-width: 980px) {
      .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ul,
      .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ol, .block-bean-cta-block.view-mode-1-column .field-bean-body ul,
      .block-bean-cta-block.view-mode-1-column .field-bean-body ol {
        max-width: 67%;
        text-align: left;
        padding-left: 0; } }
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ul li,
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ol li, .block-bean-cta-block.view-mode-1-column .field-bean-body ul li,
    .block-bean-cta-block.view-mode-1-column .field-bean-body ol li {
      margin-left: 0;
      margin-bottom: 0.5rem; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ul li, .block-bean-cta-block.view-mode-1-column .field-bean-body ul li {
    list-style-type: disc; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-callout-link a, .block-bean-cta-block.view-mode-1-column .field-callout-link a {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-callout-link::after, .block-bean-cta-block.view-mode-1-column .field-callout-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 0.1rem; }

.content-area-related .block-bean-cta-block.view-mode-1-column {
  padding: 5rem 6rem; }
  @media (max-width: 480px) {
    .content-area-related .block-bean-cta-block.view-mode-1-column {
      padding: 3rem 2rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .content-area-related .block-bean-cta-block.view-mode-1-column {
      padding: 3rem 2rem; } }

[class*="serif"].block-bean-cta-block h2 {
  font-family: "adelle", "Georgia", "Times New Roman", serif; }

[class*="sans"].block-bean-cta-block h2 {
  font-family: "adelle-sans", "Helvetica", sans-serif; }

[class*="navy-"].block-bean-cta-block {
  background-color: #003B4C;
  color: #fff; }
  [class*="navy-"].block-bean-cta-block a {
    color: #00A7AD; }
    [class*="navy-"].block-bean-cta-block a:hover {
      color: #D5C200; }
  [class*="navy-"].block-bean-cta-block .field-callout-link a {
    color: #fff; }
  [class*="navy-"].block-bean-cta-block .field-callout-link::after {
    color: #00A7AD; }

[class*="dark-turquoise-"].block-bean-cta-block {
  background-color: #1C7E7E;
  color: #fff; }
  [class*="dark-turquoise-"].block-bean-cta-block a {
    color: #003B4C; }
    [class*="dark-turquoise-"].block-bean-cta-block a:hover {
      color: #fff; }
  [class*="dark-turquoise-"].block-bean-cta-block .field-callout-link a {
    color: #fff; }
  [class*="dark-turquoise-"].block-bean-cta-block .field-callout-link::after {
    color: #003B4C; }

[class*="light-turquoise-"].block-bean-cta-block {
  background-color: #00A7AD;
  color: #fff; }
  [class*="light-turquoise-"].block-bean-cta-block a {
    color: #003B4C; }
    [class*="light-turquoise-"].block-bean-cta-block a:hover {
      color: #D5C200; }
  [class*="light-turquoise-"].block-bean-cta-block .field-callout-link a {
    color: #fff; }
  [class*="light-turquoise-"].block-bean-cta-block .field-callout-link::after {
    color: #003B4C; }

[class*="grey-"].block-bean-cta-block {
  background-color: #ECECEC;
  color: #003B4C; }
  [class*="grey-"].block-bean-cta-block .field-callout-link a {
    color: #003B4C; }
  [class*="grey-"].block-bean-cta-block .field-callout-link::after {
    color: #00A7AD; }

[class*="white-"].block-bean-cta-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  color: #003B4C; }
  [class*="white-"].block-bean-cta-block + [class*="white-"].block-bean-cta-block, [class*="white-"].block-bean-cta-block:first-child, .block-bean-grouped-cta-block + [class*="white-"].block-bean-cta-block {
    padding-top: 0rem; }
    [class*="white-"].block-bean-cta-block + [class*="white-"].block-bean-cta-block.has-field-image, [class*="white-"].block-bean-cta-block:first-child.has-field-image, .block-bean-grouped-cta-block + [class*="white-"].block-bean-cta-block.has-field-image {
      padding-top: 4rem; }
  @media (min-width: 1200px) {
    [class*="white-"].block-bean-cta-block {
      padding-bottom: 4rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    [class*="white-"].block-bean-cta-block {
      padding-bottom: 3rem; } }
  @media (max-width: 480px) {
    [class*="white-"].block-bean-cta-block {
      padding-bottom: 4rem; } }
  [class*="white-"].block-bean-cta-block h2 {
    color: #003B4C; }
  [class*="white-"].block-bean-cta-block .field-callout-link a {
    color: #003B4C; }
  [class*="white-"].block-bean-cta-block .field-callout-link::after {
    color: #00A7AD; }

.block-bean-cta-block.has-field-image {
  background-color: transparent; }
  .block-bean-cta-block.has-field-image a {
    color: #00A7AD; }
    .block-bean-cta-block.has-field-image a:hover {
      color: #D5C200; }

.block-bean-cta-block.view-mode-1-column .fh-chunk-view-mode-simple .content .field-brightcove-video object {
  width: 100%; }

.page-taxonomy-term .region-global-content-top .view-mode-1-column {
  padding: 0;
  margin-bottom: -3rem; }
  .page-taxonomy-term .region-global-content-top .view-mode-1-column .entity-fh-chunk {
    padding: 0;
    margin-bottom: 0; }

.paragraphs-item-blocks.view-mode-1_column .bean-cta-block h2,
.paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body {
  color: #fff; }
.paragraphs-item-blocks.view-mode-1_column .bean-cta-block h2 {
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 1.8125rem;
  font-style: italic;
  font-weight: 100;
  line-height: 2.75rem; }

.region-global-sidebar .bean-cta-block .block-title {
  margin: 0 auto; }
.region-global-sidebar .bean-cta-block .field-callout-link {
  min-height: 0;
  padding: 0; }
.region-global-sidebar .bean-cta-block .field-callout-link a {
  color: #fff;
  font-size: 1rem;
  padding: 0.625rem; }
  .region-global-sidebar .bean-cta-block .field-callout-link a:hover {
    color: #fff;
    font-size: 1rem; }
.region-global-sidebar .bean-cta-block .field-bean-body {
  padding: 1rem 0.75rem;
  height: auto; }

.has-banner div.messages {
  margin-top: 4rem;
  position: relative;
  z-index: 1; }

div.messages {
  background-image: none;
  border: none;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  text-align: center; }
  div.messages li:before {
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.125rem;
    padding-right: 0.4375rem; }
  div.messages em.placeholder {
    font-style: normal; }
  div.messages em.placeholder {
    font-style: normal; }

div.status,
div.status-alt {
  background-color: #00A7AD;
  color: #bfe1e8; }
  div.status a,
  div.status-alt a {
    color: #fff; }
  div.status.status li:before,
  div.status-alt.status li:before {
    content: ""; }

div.error {
  background-color: #fff;
  color: red; }
  div.error li:before {
    color: red;
    content: ""; }

div.warning {
  background-color: #fff;
  color: #000; }
  div.warning li:before {
    color: #D5C200;
    content: ""; }

.tabs.primary {
  border: none;
  clear: both;
  display: block;
  padding: 1rem 0 0.5rem 0;
  overflow: hidden;
  width: 100%; }
  .tabs.primary li {
    margin: 0 0 1.2rem 0;
    display: block;
    float: left; }
  .tabs.primary li a {
    background: #ECECEC;
    color: #9B9B9B;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.75rem;
    padding: 0.5rem; }
  .tabs.primary li a:hover,
  .tabs.primary li a.active {
    background: #fff;
    border-top: 2px solid #00A7AD; }

#block-fh-common-fh-email-signup {
  background: #00A7AD;
  color: #fff;
  padding: 1rem; }
  @media (max-width: 480px) {
    #block-fh-common-fh-email-signup {
      clear: left; } }
  #block-fh-common-fh-email-signup .form-item {
    display: block;
    float: left;
    margin: 0 0 0.5rem 0; }
  #block-fh-common-fh-email-signup .form-item input {
    width: 100%; }
  #block-fh-common-fh-email-signup .form-item-email {
    width: 100%; }
  #block-fh-common-fh-email-signup .form-item-zip {
    width: 100%; }
    @media (min-width: 671px) and (max-width: 979px) {
      #block-fh-common-fh-email-signup .form-item-zip {
        margin-right: 0.5rem;
        width: 49%; } }
    @media (min-width: 980px) {
      #block-fh-common-fh-email-signup .form-item-zip {
        display: inline-block;
        margin-right: 0.5rem;
        width: 44%; } }
  #block-fh-common-fh-email-signup .form-submit {
    background: #003B4C url(../img/arrow-right-turquoise.png) calc(100% - 1rem) center no-repeat;
    color: #fff;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 0.6rem 2.5rem 0.6rem 1rem;
    margin: 0 auto; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #block-fh-common-fh-email-signup .form-submit {
        /* Retina-specific stuff here */
        background: #003B4C url(../img/arrow-right-turquoise@2x.png) calc(100% - 1rem) center no-repeat;
        background-size: 1.0625rem; } }
    @media (min-width: 671px) and (max-width: 979px) {
      #block-fh-common-fh-email-signup .form-submit {
        display: inline-block; } }
    @media (min-width: 980px) {
      #block-fh-common-fh-email-signup .form-submit {
        display: inline-block; } }

.node-fundraising-event .content-area,
.node-type-event .content-area,
.node-type-paid-event .content-area {
  padding-bottom: 2rem; }
.node-fundraising-event fieldset,
.node-type-event fieldset,
.node-type-paid-event fieldset {
  border: none;
  padding: 0; }
.node-fundraising-event .event-message,
.node-type-event .event-message,
.node-type-paid-event .event-message {
  clear: left;
  border: 3px solid #D5C200;
  padding: 10px;
  margin: 5px -2px 10px 0px;
  width: 100%;
  font-weight: bold; }
.node-fundraising-event .field-applicant-message,
.node-type-event .field-applicant-message,
.node-type-paid-event .field-applicant-message {
  clear: left;
  border: 3px solid #00A7AD;
  padding: 10px;
  width: 55%;
  font-weight: bold; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-fundraising-event .field-applicant-message,
    .node-type-event .field-applicant-message,
    .node-type-paid-event .field-applicant-message {
      width: 100%; } }
  @media (max-width: 480px) {
    .node-fundraising-event .field-applicant-message,
    .node-type-event .field-applicant-message,
    .node-type-paid-event .field-applicant-message {
      width: 100%; } }
.node-fundraising-event .field-event-image img,
.node-type-event .field-event-image img,
.node-type-paid-event .field-event-image img {
  height: auto;
  width: 100%; }

.node-fundraising-event .group-header-strip,
.node-type-event .group-header-strip,
.node-type-paid-event .group-header-strip {
  background: #003B4C;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 2rem 3rem 2rem 2rem;
  position: relative; }
  .node-fundraising-event .group-header-strip .field-event-date + .field-short-title,
  .node-type-event .group-header-strip .field-event-date + .field-short-title,
  .node-type-paid-event .group-header-strip .field-event-date + .field-short-title {
    padding-top: 2rem; }
  @media (min-width: 980px) {
    .node-fundraising-event .group-header-strip .fieldset-wrapper,
    .node-type-event .group-header-strip .fieldset-wrapper,
    .node-type-paid-event .group-header-strip .fieldset-wrapper {
      align-items: baseline;
      display: flex;
      justify-content: space-between; } }
  .node-fundraising-event .group-header-strip .field-event-date,
  .node-fundraising-event .group-header-strip .field-short-title,
  .node-fundraising-event .group-header-strip .field-course-type,
  .node-fundraising-event .group-header-strip .field-event-region,
  .node-type-event .group-header-strip .field-event-date,
  .node-type-event .group-header-strip .field-short-title,
  .node-type-event .group-header-strip .field-course-type,
  .node-type-event .group-header-strip .field-event-region,
  .node-type-paid-event .group-header-strip .field-event-date,
  .node-type-paid-event .group-header-strip .field-short-title,
  .node-type-paid-event .group-header-strip .field-course-type,
  .node-type-paid-event .group-header-strip .field-event-region {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    width: 100%; }
    @media (min-width: 481px) and (max-width: 979px) {
      .node-fundraising-event .group-header-strip .field-event-date,
      .node-fundraising-event .group-header-strip .field-short-title,
      .node-fundraising-event .group-header-strip .field-course-type,
      .node-fundraising-event .group-header-strip .field-event-region,
      .node-type-event .group-header-strip .field-event-date,
      .node-type-event .group-header-strip .field-short-title,
      .node-type-event .group-header-strip .field-course-type,
      .node-type-event .group-header-strip .field-event-region,
      .node-type-paid-event .group-header-strip .field-event-date,
      .node-type-paid-event .group-header-strip .field-short-title,
      .node-type-paid-event .group-header-strip .field-course-type,
      .node-type-paid-event .group-header-strip .field-event-region {
        margin-bottom: 0.5rem; } }
    @media (max-width: 480px) {
      .node-fundraising-event .group-header-strip .field-event-date,
      .node-fundraising-event .group-header-strip .field-short-title,
      .node-fundraising-event .group-header-strip .field-course-type,
      .node-fundraising-event .group-header-strip .field-event-region,
      .node-type-event .group-header-strip .field-event-date,
      .node-type-event .group-header-strip .field-short-title,
      .node-type-event .group-header-strip .field-course-type,
      .node-type-event .group-header-strip .field-event-region,
      .node-type-paid-event .group-header-strip .field-event-date,
      .node-type-paid-event .group-header-strip .field-short-title,
      .node-type-paid-event .group-header-strip .field-course-type,
      .node-type-paid-event .group-header-strip .field-event-region {
        display: block;
        float: none;
        margin-bottom: 0.5rem; } }
  .node-fundraising-event .group-header-strip .field-event-date,
  .node-type-event .group-header-strip .field-event-date,
  .node-type-paid-event .group-header-strip .field-event-date {
    color: #00A7AD;
    font-weight: bold;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    font-size: 1.2rem; }
    @media (min-width: 980px) {
      .node-fundraising-event .group-header-strip .field-event-date,
      .node-type-event .group-header-strip .field-event-date,
      .node-type-paid-event .group-header-strip .field-event-date {
        margin-top: 0; } }
  .node-fundraising-event .group-header-strip .field-short-title,
  .node-type-event .group-header-strip .field-short-title,
  .node-type-paid-event .group-header-strip .field-short-title {
    line-height: 1.5rem;
    font-size: 1.3rem;
    min-width: 60%; }
  .node-fundraising-event .group-header-strip .field-course-type,
  .node-type-event .group-header-strip .field-course-type,
  .node-type-paid-event .group-header-strip .field-course-type {
    line-height: 1.5rem; }
  .node-fundraising-event .group-header-strip .field-event-region,
  .node-type-event .group-header-strip .field-event-region,
  .node-type-paid-event .group-header-strip .field-event-region {
    line-height: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 980px) {
      .node-fundraising-event .group-header-strip .field-event-region,
      .node-type-event .group-header-strip .field-event-region,
      .node-type-paid-event .group-header-strip .field-event-region {
        margin-left: 2rem; } }
    .node-fundraising-event .group-header-strip .field-event-region::before,
    .node-type-event .group-header-strip .field-event-region::before,
    .node-type-paid-event .group-header-strip .field-event-region::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.2rem; }

.node-fundraising-event .group-column-left,
.node-type-event .group-column-left,
.node-type-paid-event .group-column-left {
  float: right;
  width: 36%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-fundraising-event .group-column-left,
    .node-type-event .group-column-left,
    .node-type-paid-event .group-column-left {
      width: 100%; } }
  @media (max-width: 480px) {
    .node-fundraising-event .group-column-left,
    .node-type-event .group-column-left,
    .node-type-paid-event .group-column-left {
      width: 100%; } }
  .node-fundraising-event .group-column-left .field-registration-price,
  .node-type-event .group-column-left .field-registration-price,
  .node-type-paid-event .group-column-left .field-registration-price {
    font-size: 1.5rem;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .node-fundraising-event .group-column-left .field-payment-details p,
  .node-type-event .group-column-left .field-payment-details p,
  .node-type-paid-event .group-column-left .field-payment-details p {
    font-size: 0.875rem;
    line-height: 1.2rem; }

.node-fundraising-event .group-column-right,
.node-type-event .group-column-right,
.node-type-paid-event .group-column-right {
  float: left;
  width: 55%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-fundraising-event .group-column-right,
    .node-type-event .group-column-right,
    .node-type-paid-event .group-column-right {
      width: 100%; } }
  @media (max-width: 480px) {
    .node-fundraising-event .group-column-right,
    .node-type-event .group-column-right,
    .node-type-paid-event .group-column-right {
      width: 100%; } }
  .node-fundraising-event .group-column-right .event-title,
  .node-type-event .group-column-right .event-title,
  .node-type-paid-event .group-column-right .event-title {
    margin-top: 0; }
  .node-fundraising-event .group-column-right .field-body,
  .node-fundraising-event .group-column-right .field-body p,
  .node-type-event .group-column-right .field-body,
  .node-type-event .group-column-right .field-body p,
  .node-type-paid-event .group-column-right .field-body,
  .node-type-paid-event .group-column-right .field-body p {
    line-height: 1.5rem; }
  .node-fundraising-event .group-column-right .field-event-time,
  .node-fundraising-event .group-column-right .field-event-date,
  .node-type-event .group-column-right .field-event-time,
  .node-type-event .group-column-right .field-event-date,
  .node-type-paid-event .group-column-right .field-event-time,
  .node-type-paid-event .group-column-right .field-event-date {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.2rem; }
  .node-fundraising-event .group-column-right .field-event-date::before,
  .node-type-event .group-column-right .field-event-date::before,
  .node-type-paid-event .group-column-right .field-event-date::before {
    color: #B2A6A0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .node-fundraising-event .group-column-right .field-event-time,
  .node-fundraising-event .group-column-right .field-event-location,
  .node-type-event .group-column-right .field-event-time,
  .node-type-event .group-column-right .field-event-location,
  .node-type-paid-event .group-column-right .field-event-time,
  .node-type-paid-event .group-column-right .field-event-location {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    line-height: 1.5rem; }
  .node-fundraising-event .group-column-right .field-event-location::before,
  .node-type-event .group-column-right .field-event-location::before,
  .node-type-paid-event .group-column-right .field-event-location::before {
    color: #B2A6A0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.5rem; }
  .node-fundraising-event .group-column-right .field-event-location .name-block,
  .node-type-event .group-column-right .field-event-location .name-block,
  .node-type-paid-event .group-column-right .field-event-location .name-block {
    display: inline; }
  .node-fundraising-event .group-column-right .field-event-location .street-block,
  .node-fundraising-event .group-column-right .field-event-location .locality-block,
  .node-type-event .group-column-right .field-event-location .street-block,
  .node-type-event .group-column-right .field-event-location .locality-block,
  .node-type-paid-event .group-column-right .field-event-location .street-block,
  .node-type-paid-event .group-column-right .field-event-location .locality-block {
    margin-left: 1.5rem;
    margin-bottom: 0; }
  .node-fundraising-event .group-column-right .field-event-time,
  .node-type-event .group-column-right .field-event-time,
  .node-type-paid-event .group-column-right .field-event-time {
    margin-bottom: 1rem; }
    .node-fundraising-event .group-column-right .field-event-time::before,
    .node-type-event .group-column-right .field-event-time::before,
    .node-type-paid-event .group-column-right .field-event-time::before {
      color: #B2A6A0;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }

.node-fundraising-event .group-educator-settings,
.node-type-event .group-educator-settings,
.node-type-paid-event .group-educator-settings {
  border: 0.125rem solid #ECECEC;
  clear: both;
  margin-bottom: 2rem;
  width: 100%;
  padding: 1rem; }
  .node-fundraising-event .group-educator-settings legend,
  .node-type-event .group-educator-settings legend,
  .node-type-paid-event .group-educator-settings legend {
    display: none; }
  .node-fundraising-event .group-educator-settings .fieldset-wrapper div,
  .node-fundraising-event .group-educator-settings .field-label,
  .node-type-event .group-educator-settings .fieldset-wrapper div,
  .node-type-event .group-educator-settings .field-label,
  .node-type-paid-event .group-educator-settings .fieldset-wrapper div,
  .node-type-paid-event .group-educator-settings .field-label {
    display: block;
    color: #000;
    font-family: "adelle-sans", "Helvetica", sans-serif; }
  .node-fundraising-event .group-educator-settings div.form-actions,
  .node-type-event .group-educator-settings div.form-actions,
  .node-type-paid-event .group-educator-settings div.form-actions {
    display: flex;
    justify-content: center; }
  .node-fundraising-event .group-educator-settings .field-label,
  .node-type-event .group-educator-settings .field-label,
  .node-type-paid-event .group-educator-settings .field-label {
    color: #003B4C;
    clear: left;
    float: left;
    margin: 0 0.5rem 1rem 0; }
  .node-fundraising-event .group-educator-settings .fieldset-wrapper div.inline,
  .node-type-event .group-educator-settings .fieldset-wrapper div.inline,
  .node-type-paid-event .group-educator-settings .fieldset-wrapper div.inline {
    float: left;
    margin: 0 0 1rem 0; }

.node-fundraising-event .group-setting-details,
.node-type-event .group-setting-details,
.node-type-paid-event .group-setting-details {
  border: 0.125rem solid #ECECEC;
  color: #003B4C;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1rem; }
  .node-fundraising-event .group-setting-details .fieldset-wrapper > div,
  .node-fundraising-event .group-setting-details .fieldset-wrapper > div > div,
  .node-type-event .group-setting-details .fieldset-wrapper > div,
  .node-type-event .group-setting-details .fieldset-wrapper > div > div,
  .node-type-paid-event .group-setting-details .fieldset-wrapper > div,
  .node-type-paid-event .group-setting-details .fieldset-wrapper > div > div {
    margin-bottom: 1rem; }

.node-paid-event .field-registration-type,
.node-type-event form#registration-form,
.field-event-application {
  background: #ECECEC;
  clear: left;
  width: 55%;
  padding: 2rem 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 480px) {
    .node-paid-event .field-registration-type,
    .node-type-event form#registration-form,
    .field-event-application {
      width: 100%; } }
  .node-paid-event .field-registration-type h2,
  .node-type-event form#registration-form h2,
  .field-event-application h2 {
    font-size: 1.2rem;
    margin-top: 0; }
  .node-paid-event .field-registration-type .form-wrapper .fieldset-wrapper,
  .node-type-event form#registration-form .form-wrapper .fieldset-wrapper,
  .field-event-application .form-wrapper .fieldset-wrapper {
    padding: 0; }
  .node-paid-event .field-registration-type .fieldset-legend,
  .node-type-event form#registration-form .fieldset-legend,
  .field-event-application .fieldset-legend {
    font-size: 1.2rem; }
  .node-paid-event .field-registration-type .form-item,
  .node-paid-event .field-registration-type input,
  .node-type-event form#registration-form .form-item,
  .node-type-event form#registration-form input,
  .field-event-application .form-item,
  .field-event-application input {
    width: 100%; }
  .node-paid-event .field-registration-type select,
  .node-type-event form#registration-form select,
  .field-event-application select {
    background: #fff url("../img/caret-blue-icon.png") 96.2% center no-repeat;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 1rem;
    -webkit-appearance: none; }
  .node-paid-event .field-registration-type input[type="button"],
  .node-type-event form#registration-form input[type="button"],
  .field-event-application input[type="button"] {
    background: #003B4C;
    border: none;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase; }
  .node-paid-event .field-registration-type input[type="checkbox"],
  .node-type-event form#registration-form input[type="checkbox"],
  .field-event-application input[type="checkbox"] {
    display: inline;
    width: auto; }
  .node-paid-event .field-registration-type input[type="radio"],
  .node-type-event form#registration-form input[type="radio"],
  .field-event-application input[type="radio"] {
    width: auto; }
  .node-paid-event .field-registration-type label.option,
  .node-type-event form#registration-form label.option,
  .field-event-application label.option {
    display: inline; }
  .node-paid-event .field-registration-type .multipage-button,
  .node-type-event form#registration-form .multipage-button,
  .field-event-application .multipage-button {
    width: 100%; }
  .node-paid-event .field-registration-type .multipage-link-previous,
  .node-type-event form#registration-form .multipage-link-previous,
  .field-event-application .multipage-link-previous {
    float: left;
    width: auto; }
  .node-paid-event .field-registration-type .multipage-link-next,
  .node-type-event form#registration-form .multipage-link-next,
  .field-event-application .multipage-link-next {
    float: right;
    width: auto; }
  .node-paid-event .field-registration-type #edit-submit,
  .node-type-event form#registration-form #edit-submit,
  .field-event-application #edit-submit {
    padding: 1rem 2rem;
    width: auto; }

.node-type-event form#registration-form {
  width: 100%; }

.node-type-event .block-bean-login-or-register,
.node-type-paid-event .block-bean-login-or-register,
.node-type-webinar .block-bean-login-or-register {
  margin-top: 1.5rem;
  width: 55%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-type-event .block-bean-login-or-register,
    .node-type-paid-event .block-bean-login-or-register,
    .node-type-webinar .block-bean-login-or-register {
      width: 100%; } }
  @media (max-width: 480px) {
    .node-type-event .block-bean-login-or-register,
    .node-type-paid-event .block-bean-login-or-register,
    .node-type-webinar .block-bean-login-or-register {
      width: 100%; } }
  .node-type-event .block-bean-login-or-register .field-bean-body,
  .node-type-paid-event .block-bean-login-or-register .field-bean-body,
  .node-type-webinar .block-bean-login-or-register .field-bean-body {
    margin-bottom: 1rem; }
.node-type-event .block-bean-login-or-register #user-login-form,
.node-type-paid-event .block-bean-login-or-register #user-login-form,
.node-type-webinar .block-bean-login-or-register #user-login-form {
  padding: 2rem;
  width: 100%; }
  .node-type-event .block-bean-login-or-register #user-login-form input,
  .node-type-paid-event .block-bean-login-or-register #user-login-form input,
  .node-type-webinar .block-bean-login-or-register #user-login-form input {
    margin-bottom: 1rem; }
.node-type-event .multipage-counter,
.node-type-paid-event .multipage-counter,
.node-type-webinar .multipage-counter {
  top: 3.8rem; }
.node-type-event .block-bean-login-or-register #user-login-form a,
.node-type-paid-event .block-bean-login-or-register #user-login-form a,
.node-type-webinar .block-bean-login-or-register #user-login-form a {
  display: block; }
  .node-type-event .block-bean-login-or-register #user-login-form a:hover,
  .node-type-paid-event .block-bean-login-or-register #user-login-form a:hover,
  .node-type-webinar .block-bean-login-or-register #user-login-form a:hover {
    color: #fff; }
.node-type-event #autocomplete ul,
.node-type-paid-event #autocomplete ul,
.node-type-webinar #autocomplete ul {
  background: #fff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1rem;
  margin-left: 0; }
  .node-type-event #autocomplete ul li,
  .node-type-paid-event #autocomplete ul li,
  .node-type-webinar #autocomplete ul li {
    list-style: none; }

.node-type-webinar .block-bean-login-or-register {
  width: 95%; }
.node-type-webinar .block-bean-login-or-register #user-login-form {
  padding-top: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }

@media (max-width: 480px) {
  .page-calendar .view-header {
    margin-top: 5rem; } }

.page-calendar .view-events .views-exposed-form #edit-reset,
.page-holocaust-and-human-behavior .view-events .views-exposed-form #edit-reset,
.page-node-9346 .view-events .views-exposed-form #edit-reset {
  margin-top: 0; }

.view-events .view-grouping-content ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  .view-events .view-grouping-content ul .content {
    padding: 0; }
  .view-events .view-grouping-content ul li:before {
    display: none; }
  .view-events .view-grouping-content ul li.views-row {
    background: #ECECEC;
    margin: 0 0 2rem 0; }
  .view-events .view-grouping-content ul fieldset {
    border: none; }

.view-events .group-header-strip {
  position: relative;
  background: #003B4C;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 2rem 2rem 2rem 2rem; }
  @media (min-width: 980px) {
    .view-events .group-header-strip .fieldset-wrapper {
      align-items: center;
      display: flex;
      justify-content: space-between; } }
  .view-events .group-header-strip .field-subtype,
  .view-events .group-header-strip .field-event-date,
  .view-events .group-header-strip .field-short-title,
  .view-events .group-header-strip .field-course-type,
  .view-events .group-header-strip .field-event-region {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    width: 100%; }
    @media (max-width: 480px) {
      .view-events .group-header-strip .field-subtype,
      .view-events .group-header-strip .field-event-date,
      .view-events .group-header-strip .field-short-title,
      .view-events .group-header-strip .field-course-type,
      .view-events .group-header-strip .field-event-region {
        margin-bottom: 0.5rem; } }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-events .group-header-strip .field-subtype,
      .view-events .group-header-strip .field-event-date,
      .view-events .group-header-strip .field-short-title,
      .view-events .group-header-strip .field-course-type,
      .view-events .group-header-strip .field-event-region {
        margin-bottom: 0.5rem; } }
  .view-events .group-header-strip .field-event-date {
    color: #00A7AD;
    font-weight: bold;
    font-size: 2.1rem;
    margin-right: 1rem;
    width: 40%; }
  .view-events .group-header-strip .field-short-title {
    line-height: 1.5rem;
    font-size: 1.3rem;
    min-width: 60%; }
  .view-events .group-header-strip .field-course-type {
    line-height: 1.5rem; }
  .view-events .group-header-strip .field-subtype {
    line-height: 1.5rem;
    margin-left: 1rem; }
  .view-events .group-header-strip .field-event-region {
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 980px) {
      .view-events .group-header-strip .field-event-region {
        margin-left: 1.5rem; } }
    .view-events .group-header-strip .field-event-region::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.2rem; }

.node-fundraising-event.view-mode-teaser .field-course-type,
.node-event.view-mode-teaser .field-course-type {
  display: none; }

.view-events .group-details {
  display: none; }

.view-events .group-column-left {
  float: right;
  padding: 2rem;
  width: 36%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .view-events .group-column-left {
      width: 100%; } }
  @media (max-width: 480px) {
    .view-events .group-column-left {
      width: 100%; } }
  .view-events .group-column-left .field-registration-price {
    font-size: 1.5rem;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .view-events .group-column-left .field-payment-details p {
    font-size: 0.875rem;
    line-height: 1.2rem; }
  .view-events .group-column-left .field-event-image img {
    height: auto;
    width: 100%; }

.view-events .group-column-right {
  padding: 2rem;
  float: left;
  width: 55%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .view-events .group-column-right {
      width: 100%; } }
  @media (max-width: 480px) {
    .view-events .group-column-right {
      width: 100%; } }
  .view-events .group-column-right .event-title {
    margin-top: 0; }
  .view-events .group-column-right .field-body,
  .view-events .group-column-right .field-body p {
    line-height: 1.5rem; }
  .view-events .group-column-right .field-event-time,
  .view-events .group-column-right .field-event-date {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.2rem; }
  .view-events .group-column-right .field-event-time,
  .view-events .group-column-right .field-event-location {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    line-height: 1.5rem; }
  .view-events .group-column-right .field-event-time {
    margin-bottom: 1rem; }
  .view-events .group-column-right .field-event-location .name-block {
    font-weight: bold; }

.view-events.view-display-id-attachment_1 .field-event-date {
  display: none; }

.view-events .sign-up-button {
  margin-top: 1rem; }

.view-events select#edit-field-event-region-value {
  background: #ECECEC url("../img/caret-blue-icon.png") 96.2% center no-repeat;
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: left; }

.view-events .view-grouping-header .date-display-single {
  border-bottom: 0.25rem solid #ECECEC;
  color: #003B4C;
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  line-height: 1;
  margin-top: 1rem;
  padding-bottom: 0.5rem; }

.multipage-validation-error {
  color: red;
  font-weight: bold;
  margin: 15px 0; }

.field-callout-link a.ext::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important; }

span.flag-wrapper {
  position: static; }
  span.flag-wrapper .flag-throbber {
    display: none; }

.flag-outer a {
  background: rgba(0, 59, 76, 0.16);
  color: #fff;
  display: inline-block;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem; }
  .flag-outer a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 1rem; }
  .flag-outer a.unflag-action, .flag-outer a:hover {
    background: rgba(0, 59, 76, 0.69);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .flag-outer a.unflag-action::after, .flag-outer a:hover::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-left: 1rem; }

.breadcrumb .flag-outer {
  float: right;
  text-align: right; }

.global-footer {
  background: #003B4C;
  padding: 2rem 0; }
  .global-footer h2 {
    display: none; }

.global-footer .region-global-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .global-footer .region-global-footer:last-child {
    margin-right: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .global-footer .region-global-footer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center;
      margin-bottom: 2rem; }
      .global-footer .region-global-footer:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .global-footer .region-global-footer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center;
      margin-bottom: 1rem; }
      .global-footer .region-global-footer:last-child {
        margin-right: 0; } }

.global-footer ul.menu {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 2rem; }
  @media (min-width: 481px) and (max-width: 979px) {
    .global-footer ul.menu {
      text-align: center; } }
  @media (max-width: 480px) {
    .global-footer ul.menu {
      text-align: center; } }

.global-footer ul.menu li {
  display: inline;
  margin: 0 1.625rem 0 0; }
  @media (max-width: 480px) {
    .global-footer ul.menu li {
      display: list-item;
      list-style-image: none;
      list-style-type: none;
      text-align: left; } }

.global-footer ul.menu li a {
  text-decoration: none; }

.global-footer #block-menu-menu-main-menu-footer ul.menu li a {
  color: #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.625rem;
  font-weight: bold; }
  @media (min-width: 980px) {
    .global-footer #block-menu-menu-main-menu-footer ul.menu li a {
      font-size: 1.125rem; }
      .global-footer #block-menu-menu-main-menu-footer ul.menu li a:hover {
        border-bottom: 0.0625rem solid #00A7AD;
        padding-bottom: 0.3rem; } }

.global-footer #block-menu-menu-secondary-menu-footer ul.menu li a,
.global-footer #block-menu-block-45 .content ul.menu li a {
  color: #fff;
  font-size: 0.9375rem; }
  @media (max-width: 480px) {
    .global-footer #block-menu-menu-secondary-menu-footer ul.menu li a,
    .global-footer #block-menu-block-45 .content ul.menu li a {
      font-size: 1.1875rem; } }
  @media (min-width: 980px) {
    .global-footer #block-menu-menu-secondary-menu-footer ul.menu li a:hover,
    .global-footer #block-menu-block-45 .content ul.menu li a:hover {
      border-bottom: 0.0625rem solid #fff;
      padding-bottom: 0.2rem; } }

.global-footer .logo-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-right: 0;
  text-align: right; }
  .global-footer .logo-container:last-child {
    margin-right: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .global-footer .logo-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      .global-footer .logo-container:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .global-footer .logo-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: left; }
      .global-footer .logo-container:last-child {
        margin-right: 0; } }

.region-colophon {
  clear: left;
  padding: 1rem 0; }

.region-colophon [id*="block-bean-copyright"] {
  padding-bottom: .7rem; }

.region-colophon [id*="block-bean-footer-address-flagship-site"],
.region-colophon [id*="block-bean-footer-uk-registration-number"] {
  padding-top: 0.7rem; }

.region-colophon [id*="block-bean-copyright"],
.region-colophon [id*="block-bean-footer-address-flagship-site"],
.region-colophon [id*="block-bean-footer-uk-registration-number"],
.region-colophon [id*="block-bean-footer-uk-contact-info"] {
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center; }
  @media (max-width: 480px) {
    .region-colophon [id*="block-bean-copyright"],
    .region-colophon [id*="block-bean-footer-address-flagship-site"],
    .region-colophon [id*="block-bean-footer-uk-registration-number"],
    .region-colophon [id*="block-bean-footer-uk-contact-info"] {
      text-align: left; } }

#block-bean-footer-uk-contact-info {
  margin-bottom: -8rem; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-bean-footer-uk-contact-info {
      margin-bottom: -4rem;
      padding: 3rem 1rem; } }
  @media (max-width: 480px) {
    #block-bean-footer-uk-contact-info {
      margin-bottom: -3rem;
      padding: 3rem 1rem; } }

.global-footer [id*="block-bean-copyright"] a,
.global-footer [id*="block-bean-footer-address-flagship-site"] a,
.global-footer [id*="block-bean-footer-uk-registration-number"] a {
  color: #00A7AD; }
  .global-footer [id*="block-bean-copyright"] a:hover,
  .global-footer [id*="block-bean-footer-address-flagship-site"] a:hover,
  .global-footer [id*="block-bean-footer-uk-registration-number"] a:hover {
    color: #00A7AD;
    text-decoration: underline; }

.global-cta {
  width: 100%;
  overflow: hidden; }

.region-global-cta .block-bean {
  margin-bottom: -0.3125rem;
  position: relative; }
  @media (max-width: 480px) {
    .region-global-cta .block-bean {
      height: auto;
      overflow: hidden; } }
  @media (min-width: 671px) and (max-width: 979px) {
    .region-global-cta .block-bean {
      float: left;
      width: 33.3333333%; } }
  @media (min-width: 980px) {
    .region-global-cta .block-bean {
      float: left;
      width: 33.3333333%; } }
  .region-global-cta .block-bean .field-image img {
    width: 100%; }
  .region-global-cta .block-bean .field-callout-link {
    bottom: 0.3125rem;
    display: table;
    height: 7.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    width: 100%; }
    @media (min-width: 671px) and (max-width: 979px) {
      .region-global-cta .block-bean .field-callout-link {
        height: 3.25rem; } }
    @media (min-width: 980px) {
      .region-global-cta .block-bean .field-callout-link {
        height: auto;
        min-height: 5.125rem;
        padding: 0.5rem 1rem;
        width: 50%; } }
    @media (max-width: 480px) {
      .region-global-cta .block-bean .field-callout-link {
        top: 0;
        height: auto; } }
  .region-global-cta .block-bean:nth-of-type(1) .field-callout-link {
    background: rgba(0, 59, 76, 0.9); }
  .region-global-cta .block-bean:nth-of-type(2) .field-callout-link {
    background: rgba(0, 167, 173, 0.9); }
  .region-global-cta .block-bean:nth-of-type(3) .field-callout-link {
    background: rgba(213, 194, 0, 0.9); }
  .region-global-cta .block-bean .field-callout-link a {
    color: #fff;
    display: table-cell;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 7.5rem;
    vertical-align: middle; }
    @media (min-width: 671px) and (max-width: 979px) {
      .region-global-cta .block-bean .field-callout-link a {
        font-size: 1rem;
        padding-right: 0; } }
    @media (min-width: 980px) {
      .region-global-cta .block-bean .field-callout-link a {
        padding-right: 0; } }
    @media (max-width: 480px) {
      .region-global-cta .block-bean .field-callout-link a {
        padding-right: 6.5rem;
        font-size: 1.36rem; } }
  .region-global-cta .block-bean .field-callout-link a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 1rem; }

#block-fh-common-fh-search-extended {
  color: #003B4C;
  margin-bottom: 4rem;
  padding: 1rem; }
  @media (min-width: 671px) and (max-width: 979px) {
    #block-fh-common-fh-search-extended {
      margin-bottom: 2rem; } }
  @media (max-width: 480px) {
    #block-fh-common-fh-search-extended {
      padding: 0; } }
  #block-fh-common-fh-search-extended .form-item-keywords {
    float: left;
    margin: 0;
    width: 90%; }
    #block-fh-common-fh-search-extended .form-item-keywords input {
      width: 100%; }
    @media (max-width: 480px) {
      #block-fh-common-fh-search-extended .form-item-keywords {
        width: 88%; } }
  #block-fh-common-fh-search-extended .form-submit {
    width: 10%;
    float: left;
    background: #00A7AD url(../img/search-icon-white.png) center center no-repeat;
    text-indent: -9999px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #block-fh-common-fh-search-extended .form-submit {
        /* Retina-specific stuff here */
        background: #00A7AD url(../img/search-icon-white@2x.png) center center no-repeat;
        background-size: 0.8125rem; } }

.global-social .block-bean-cta-block.view-mode-1-column,
#block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column {
  text-align: center;
  padding: 2rem 0; }
  .global-social .block-bean-cta-block.view-mode-1-column h2,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column h2 {
    font-size: 1.5rem;
    color: #003B4C;
    margin-top: 0; }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social {
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    .global-social .block-bean-cta-block.view-mode-1-column ul.social li,
    #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li {
      display: inline; }
    .global-social .block-bean-cta-block.view-mode-1-column ul.social li:nth-of-type(2),
    #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li:nth-of-type(2) {
      margin-left: 1rem;
      margin-right: 1rem; }
    .global-social .block-bean-cta-block.view-mode-1-column ul.social li a,
    #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li a {
      text-indent: -9999px;
      display: inline-block;
      height: 52px;
      width: 52px; }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social li .twitter,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .twitter {
    background: url("../img/twitter-icon.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-social .block-bean-cta-block.view-mode-1-column ul.social li .twitter,
      #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .twitter {
        /* Retina-specific stuff here */
        background: url("../img/twitter-icon@2x.png") center center no-repeat;
        background-size: 3.25rem; } }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social li .facebook,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .facebook {
    background: url("../img/facebook-icon.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-social .block-bean-cta-block.view-mode-1-column ul.social li .facebook,
      #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .facebook {
        /* Retina-specific stuff here */
        background: url("../img/facebook-icon@2x.png") center center no-repeat;
        background-size: 3.25rem; } }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social li .youtube,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .youtube {
    background: url("../img/youtube-icon.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-social .block-bean-cta-block.view-mode-1-column ul.social li .youtube,
      #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .youtube {
        /* Retina-specific stuff here */
        background: url("../img/youtube-icon@2x.png") center center no-repeat;
        background-size: 3.25rem; } }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social li .instagram,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .instagram {
    background: url("../img/instagram-icon.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-social .block-bean-cta-block.view-mode-1-column ul.social li .instagram,
      #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .instagram {
        /* Retina-specific stuff here */
        background: url("../img/instagram-icon@2x.png") center center no-repeat;
        background-size: 3.25rem; } }

div#block-bean-follow-us-uk {
  float: none;
  width: 100%; }

.view-mode-tabbed.block-bean-grouped-cta-block {
  position: relative; }
  .view-mode-tabbed.block-bean-grouped-cta-block .field-callout-link {
    position: absolute; }
    @media (max-width: 480px) {
      .view-mode-tabbed.block-bean-grouped-cta-block .field-callout-link {
        position: relative; } }

.block-bean-grouped-cta-block {
  margin-bottom: 2rem; }

.block-bean-grouped-cta-block [class*="field-calls-to-action"] #bean_cta_block_3_column_group_image {
  display: table;
  margin-top: 0.2rem;
  min-height: 5.75rem;
  width: 95%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .block-bean-grouped-cta-block [class*="field-calls-to-action"] #bean_cta_block_3_column_group_image {
      min-height: 3.375rem; } }
.block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(2n) .field-callout-link {
  background: rgba(0, 167, 173, 0.9); }
.block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(3n) .field-callout-link {
  background: rgba(213, 194, 0, 0.9); }
.block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(1) .field-callout-link {
  background: rgba(0, 59, 76, 0.9); }

.global-header {
  background: #003B4C;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1002; }
  @media (min-width: 481px) and (max-width: 979px) {
    .global-header {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }
  @media (max-width: 480px) {
    .global-header {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }
  @media (min-width: 980px) {
    .global-header {
      z-index: 900; } }

.global-header .container {
  position: relative; }

.region-home-slider .bean-cta-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 36.25rem;
  position: relative; }
  @media (min-width: 481px) and (max-width: 979px) {
    .region-home-slider .bean-cta-block {
      height: 21.5rem;
      width: 95%;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .region-home-slider .bean-cta-block {
      background-position: center 1rem;
      background-size: auto 73%;
      height: 16.5rem;
      width: 95%;
      margin: 0 auto; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .region-home-slider .bean-cta-block .container {
      padding: 0; } }
  @media (max-width: 480px) {
    .region-home-slider .bean-cta-block .container {
      padding: 0; } }

.region-home-slider .slick-list {
  overflow: visible; }

.region-home-slider .field-slide {
  opacity: 0; }
  .region-home-slider .field-slide.slick-slide, .region-home-slider .field-slide:first-child {
    opacity: 1; }

.slider-text {
  background-color: #00a7ad;
  color: #fff;
  font-size: 18px;
  float: left;
  display: block;
  padding: 2rem;
  min-height: 235px;
  width: 40%;
  position: absolute;
  top: 24rem;
  z-index: 200; }
  @media (min-width: 481px) and (max-width: 979px) {
    .slider-text {
      background-color: transparent;
      color: #000;
      padding: 0;
      position: relative;
      width: 100%;
      top: 23rem; } }
  @media (max-width: 480px) {
    .slider-text {
      background-color: transparent;
      color: #000;
      padding: 0;
      position: relative;
      width: 100%;
      top: 15rem; } }
  .slider-text h2 {
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      .slider-text h2 {
        color: #003B4C;
        font-size: 20px;
        line-height: 25/20;
        text-transform: none; } }
    @media (max-width: 480px) {
      .slider-text h2 {
        color: #003B4C;
        font-size: 20px !important;
        line-height: 25/20 !important;
        text-transform: none; } }
  .slider-text h2 a {
    color: #fff;
    font-size: 2rem !important;
    line-height: 40px;
    margin-top: 0;
    border-bottom: none;
    text-transform: none; }
    .slider-text h2 a:hover {
      text-decoration: underline; }
    @media (min-width: 481px) and (max-width: 979px) {
      .slider-text h2 a {
        color: #003B4C;
        font-size: 20px;
        line-height: 25px;
        text-transform: none; } }
    @media (max-width: 480px) {
      .slider-text h2 a {
        color: #003B4C;
        font-size: 20px !important;
        line-height: 25px;
        text-transform: none; } }
    .slider-text h2 a::after {
      font-size: 2rem;
      right: -1rem; }
      @media (min-width: 481px) and (max-width: 979px) {
        .slider-text h2 a::after {
          color: #1C7E7E;
          font-size: 20px;
          line-height: 25/20;
          right: 0.25rem; } }
      @media (max-width: 480px) {
        .slider-text h2 a::after {
          color: #1C7E7E;
          font-size: 20px;
          line-height: 25/20;
          right: 0.25rem; } }
  .slider-text .field-bean-body,
  .slider-text p {
    font-size: 1.125rem;
    line-height: 29/18;
    padding: 25px 0; }
    @media (max-width: 480px) {
      .slider-text .field-bean-body,
      .slider-text p {
        font-size: 14px;
        line-height: 21/14; } }
  .slider-text .button {
    display: inline-block; }
    @media (min-width: 481px) and (max-width: 979px) {
      .slider-text .button {
        display: none; } }
    @media (max-width: 480px) {
      .slider-text .button {
        display: none; } }
  .slider-text .field-callout-link a,
  .slider-text .field-callout-link a:hover {
    display: block;
    line-height: 1.875rem;
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    vertical-align: middle; }
  .slider-text .field-callout-link a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 1rem; }

.slick-slide .slider-text {
  color: transparent; }
.slick-slide.slick-current .slider-text {
  color: #fff; }
  @media (min-width: 481px) and (max-width: 979px) {
    .slick-slide.slick-current .slider-text {
      color: #000; } }
  @media (max-width: 480px) {
    .slick-slide.slick-current .slider-text {
      color: #000; } }

.slick-dots {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 18px;
  padding: 24px;
  width: 233px;
  height: auto;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .slick-dots {
      display: none !important; } }
  @media (max-width: 480px) {
    .slick-dots {
      display: none !important; } }
  .slick-dots li {
    padding-bottom: 15px;
    cursor: pointer;
    font-size: 1.3em;
    line-height: 1.05em; }
    .slick-dots li::after {
      background-color: rgba(138, 138, 138, 0.56);
      content: "";
      display: block;
      margin-top: 0.5rem;
      height: 2px;
      width: 81px; }
  .slick-dots li.slick-active {
    color: #D5C200; }
  .slick-dots a {
    color: #D5C200; }

.field-tag-line {
  font-size: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 481px) and (max-width: 979px) {
    .field-tag-line {
      margin-top: 12rem;
      margin-bottom: 2rem; } }
  @media (min-width: 980px) {
    .field-tag-line {
      margin-top: 12rem; } }
  @media (min-width: 1200px) {
    .field-tag-line {
      margin-top: 10rem; } }
  @media (max-width: 480px) {
    .field-tag-line {
      font-size: 16px;
      margin-top: 15rem;
      text-align: left; } }

.home-middle {
  background: url(../img/impact-bg.jpg?v=1) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3rem 0 4rem; }

.region-home-middle {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .region-home-middle::after {
    clear: both;
    content: "";
    display: table; }

#block-bean-our-impact {
  position: relative; }

.bean-impact-grouped-block .field-calls-to-action-1 {
  position: relative;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .bean-impact-grouped-block .field-calls-to-action-1:last-child {
    margin-right: 0; }
  @media (min-width: 980px) {
    .bean-impact-grouped-block .field-calls-to-action-1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .bean-impact-grouped-block .field-calls-to-action-1:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .bean-impact-grouped-block .field-calls-to-action-1 img {
      width: 100%; } }

#block-bean-our-impact > h2 {
  border-bottom: 0.25rem solid #05556D;
  font-size: 2rem;
  margin-top: 0;
  padding-bottom: 1rem; }

.bean-impact-grouped-block > .content > .field-bean-body {
  margin-bottom: 2.5rem;
  text-align: center; }
  .bean-impact-grouped-block > .content > .field-bean-body p {
    font-size: 1.3125rem; }

.bean-impact-grouped-block .field-calls-to-action-1 h2 {
  display: table-cell;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 5.125rem;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 0;
  padding-left: 0.5rem;
  vertical-align: middle;
  width: 100%;
  z-index: 10; }
  .bean-impact-grouped-block .field-calls-to-action-1 h2 em {
    font-size: 2.6875rem;
    vertical-align: top;
    line-height: 2.1; }
  @media (max-width: 480px) {
    .bean-impact-grouped-block .field-calls-to-action-1 h2 {
      top: -0.625rem; } }
  @media (min-width: 375px) and (max-width: 667px) {
    .bean-impact-grouped-block .field-calls-to-action-1 h2 {
      top: 10px; } }

.bean-impact-grouped-block .field-calls-to-action-1 .field-image {
  display: table;
  height: 7.8125rem;
  margin-bottom: 1rem;
  width: 100%; }
.bean-impact-grouped-block .field-calls-to-action-1 .field-bean-body p {
  font-size: 1.125rem; }
.bean-impact-grouped-block .field-calls-to-action-1 .field-bean-body .exclaim {
  display: block;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold; }

.bean-impact-grouped-block > .content > .field-callout-link {
  text-align: center; }
  @media (min-width: 980px) {
    .bean-impact-grouped-block > .content > .field-callout-link {
      position: absolute;
      top: 1rem;
      right: 0; } }
  .bean-impact-grouped-block > .content > .field-callout-link a {
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  .bean-impact-grouped-block > .content > .field-callout-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #00A7AD;
    margin-left: 0.1rem; }

.node-type-lesson-plan .breadcrumb #block-fh-lesson-plan-fh-lesson-plan-menu {
  position: initial; }

a.dropdown {
  color: #003B4C;
  font-weight: bold; }

a.dropdown::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #00A7AD;
  margin-left: 0.2rem; }

#block-fh-lesson-plan-fh-lesson-plan-menu {
  float: left; }
  #block-fh-lesson-plan-fh-lesson-plan-menu::before {
    content: " / ";
    padding-left: 0.2rem; }

#block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
  background: #fff;
  box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.34);
  padding: 2rem 1rem;
  position: absolute;
  left: 0;
  top: 2.5rem;
  z-index: 120; }
  #block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu:last-child {
    margin-right: 0; }
  #block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -0.625rem;
    left: 20%;
    z-index: 120; }
  #block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu li {
    color: #D5C200;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    line-height: 1.6875rem; }
  #block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu li a {
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif; }

.section-prev,
.section-next {
  background: #00A7AD;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase; }
  .section-prev:hover,
  .section-next:hover {
    color: #fff;
    background: #1C7E7E;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

.content-wrapper .section-next {
  margin-top: 40px; }

.section-prev::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.2rem; }

.section-next::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.2rem; }

.global-header .logo {
  display: block;
  width: 20%; }
  .global-header .logo img {
    width: 9.0625rem; }

.materials-field-wrapper {
  background: #ECECEC;
  clear: both;
  margin-bottom: 2rem;
  padding: 1.5rem; }

.field-materials .field-resource-type,
.field-materials .field-course-type,
.field-handout .field-resource-type,
.field-handout .field-course-type {
  color: #003B4C;
  display: inline;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  margin-right: 0.5rem;
  text-transform: uppercase; }

.field-materials,
.field-handout {
  margin-bottom: 1.5rem; }
  .field-materials:last-child,
  .field-handout:last-child {
    margin-bottom: 0; }
  .field-materials h2,
  .field-materials h2.card_title,
  .field-materials h2.card_title a,
  .field-materials h2.chunk-title,
  .field-materials h2.chunk-title a,
  .field-handout h2,
  .field-handout h2.card_title,
  .field-handout h2.card_title a,
  .field-handout h2.chunk-title,
  .field-handout h2.chunk-title a {
    display: inline;
    color: #00A7AD !important;
    font-size: 1rem !important;
    font-weight: normal;
    margin: 0; }
  .field-materials .fh-chunk-collection,
  .field-handout .fh-chunk-collection {
    padding: 0;
    text-align: left !important; }
  .field-materials .resource-type-audio,
  .field-handout .resource-type-audio {
    background: url("../img/materials-icons-small/fh-audio.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-gallery,
  .field-materials .resource-type-visual-essay,
  .field-handout .resource-type-gallery,
  .field-handout .resource-type-visual-essay {
    background: url("../img/materials-icons-small/fh-collection-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-featured-collection,
  .field-handout .resource-type-featured-collection {
    background: url("../img/materials-icons-small/fh-featured-collection-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-image,
  .field-materials .resource-type-map,
  .field-handout .resource-type-image,
  .field-handout .resource-type-map {
    background: url("../img/materials-icons-small/fh-image-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-blog,
  .field-materials .resource-type-document,
  .field-materials .resource-type-message,
  .field-materials .resource-type-news,
  .field-materials .resource-type-story,
  .field-materials .resource-type-page,
  .field-materials .resource-type-handout,
  .field-handout .resource-type-blog,
  .field-handout .resource-type-document,
  .field-handout .resource-type-message,
  .field-handout .resource-type-news,
  .field-handout .resource-type-story,
  .field-handout .resource-type-page,
  .field-handout .resource-type-handout {
    background: url("../img/materials-icons-small/fh-document-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-book,
  .field-materials .resource-type-books--borrowing,
  .field-handout .resource-type-book,
  .field-handout .resource-type-books--borrowing {
    background: url("../img/materials-icons-small/fh-book-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-webinar,
  .field-materials .resource-type-video,
  .field-handout .resource-type-webinar,
  .field-handout .resource-type-video {
    background: url("../img/materials-icons-small/fh-video-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-teaching-strategy,
  .field-handout .resource-type-teaching-strategy {
    background: url("../img/materials-icons-small/fh-teaching-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-lesson,
  .field-handout .resource-type-lesson {
    background: url("../img/materials-icons-small/fh-lesson-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-reading,
  .field-handout .resource-type-reading {
    background: url("../img/materials-icons-small/fh-reading-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-chapter,
  .field-handout .resource-type-chapter {
    background: url("../img/materials-icons-small/fh-chapter-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-timeline,
  .field-handout .resource-type-timeline {
    background: url("../img/materials-icons-small/fh-timeline-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-unit,
  .field-materials .resource-type-unit-outline,
  .field-handout .resource-type-unit,
  .field-handout .resource-type-unit-outline {
    background: url("../img/materials-icons-small/fh-unit-outline-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-unit-assessment,
  .field-handout .resource-type-unit-assessment {
    background: url("../img/materials-icons-small/fh-unit-assessment-s.svg") left center no-repeat;
    background-position-x: 2px;
    padding-left: 2rem; }
  .field-materials .field-course-type,
  .field-handout .field-course-type {
    background: url("../img/materials-icons-small/fh-event.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .field-product-type,
  .field-handout .field-product-type {
    display: none; }
  .field-materials .event .field-event-date,
  .field-materials .event .field-label,
  .field-materials .event .field-event-region,
  .field-materials .paid_event .field-event-date,
  .field-materials .paid_event .field-label,
  .field-materials .paid_event .field-event-region,
  .field-materials .fundraising_event .field-event-date,
  .field-materials .fundraising_event .field-label,
  .field-materials .fundraising_event .field-event-region,
  .field-handout .event .field-event-date,
  .field-handout .event .field-label,
  .field-handout .event .field-event-region,
  .field-handout .paid_event .field-event-date,
  .field-handout .paid_event .field-label,
  .field-handout .paid_event .field-event-region,
  .field-handout .fundraising_event .field-event-date,
  .field-handout .fundraising_event .field-label,
  .field-handout .fundraising_event .field-event-region {
    display: none; }
  .field-materials .image-chunk-container-wrapper,
  .field-materials .full-view-link-wrapper,
  .field-handout .image-chunk-container-wrapper,
  .field-handout .full-view-link-wrapper {
    display: none; }

.field-handout .field-handout-chunk {
  margin: 1rem 0; }

#block-menu-menu-primary-menu,
#block-menu-menu-menu-uk-primary-menu {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.33);
  float: right;
  position: absolute;
  right: 0;
  top: 4rem; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-primary-menu,
    #block-menu-menu-menu-uk-primary-menu {
      box-shadow: none;
      display: none;
      float: none;
      margin-bottom: 2rem;
      position: relative;
      top: 0; } }
  @media (max-width: 480px) {
    #block-menu-menu-primary-menu,
    #block-menu-menu-menu-uk-primary-menu {
      box-shadow: none;
      display: none;
      float: none;
      margin-bottom: 2rem;
      position: relative;
      top: 0; } }
  #block-menu-menu-primary-menu h2,
  #block-menu-menu-menu-uk-primary-menu h2 {
    display: none; }
  #block-menu-menu-primary-menu ul.menu,
  #block-menu-menu-menu-uk-primary-menu ul.menu {
    padding: 0;
    margin: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu,
      #block-menu-menu-menu-uk-primary-menu ul.menu {
        margin-top: 1rem;
        padding-top: 6.5rem; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu,
      #block-menu-menu-menu-uk-primary-menu ul.menu {
        margin-top: 1rem;
        padding-top: 6.5rem; } }
  #block-menu-menu-primary-menu ul.menu li,
  #block-menu-menu-menu-uk-primary-menu ul.menu li {
    display: block;
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    text-align: center; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li,
      #block-menu-menu-menu-uk-primary-menu ul.menu li {
        display: list-item;
        float: none;
        margin-bottom: 1rem;
        text-align: left; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li,
      #block-menu-menu-menu-uk-primary-menu ul.menu li {
        display: list-item;
        float: none;
        margin-bottom: 1rem;
        text-align: left; } }
  #block-menu-menu-primary-menu ul.menu li a,
  #block-menu-menu-menu-uk-primary-menu ul.menu li a {
    color: #fff;
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem;
    padding: 1.1rem 1rem;
    text-decoration: none; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li a {
        display: block;
        font-size: 1.875rem;
        padding: 0; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li a {
        display: block;
        font-size: 1.875rem;
        padding: 0; } }
  #block-menu-menu-primary-menu ul.menu li:nth-of-type(1) a,
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
    background: #1C7E7E;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    transition: 0.3s background; }
    #block-menu-menu-primary-menu ul.menu li:nth-of-type(1) a:hover,
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a:hover {
      background: #197171; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(1) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
        background: none;
        color: #1C7E7E; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(1) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
        background: none;
        color: #1C7E7E; } }
  #block-menu-menu-primary-menu ul.menu li:nth-of-type(2) a,
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
    background: #00A7AD;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    transition: 0.3s background; }
    #block-menu-menu-primary-menu ul.menu li:nth-of-type(2) a:hover,
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a:hover {
      background: #00959b; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(2) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
        background: none;
        color: #00A7AD; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(2) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
        background: none;
        color: #00A7AD; } }
  #block-menu-menu-primary-menu ul.menu li:nth-of-type(3) a,
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
    background: #D5C200;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    transition: 0.3s background; }
    #block-menu-menu-primary-menu ul.menu li:nth-of-type(3) a:hover,
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a:hover {
      background: #bfae00; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(3) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
        background: none;
        color: #D5C200; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(3) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
        background: none;
        color: #D5C200; } }
  #block-menu-menu-primary-menu ul.menu li:nth-of-type(4),
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) {
    background: #EB922D; }
    #block-menu-menu-primary-menu ul.menu li:nth-of-type(4):hover,
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4):hover {
      background: #d38328; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(4),
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) {
        background: none; }
        #block-menu-menu-primary-menu ul.menu li:nth-of-type(4) a,
        #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
          color: #EB922D; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(4),
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) {
        background: none; }
        #block-menu-menu-primary-menu ul.menu li:nth-of-type(4) a,
        #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
          color: #EB922D; } }
  #block-menu-menu-primary-menu ul.menu li.search,
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search {
    background: #fff;
    display: table;
    position: relative; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li.search,
      #block-menu-menu-menu-uk-primary-menu ul.menu li.search {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li.search,
      #block-menu-menu-menu-uk-primary-menu ul.menu li.search {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
  #block-menu-menu-primary-menu ul.menu li.search input,
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search input {
    border: none;
    display: table-cell;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    padding: 1.25rem 2.3rem;
    position: relative;
    width: 100%; }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li.search input,
      #block-menu-menu-menu-uk-primary-menu ul.menu li.search input {
        display: block;
        width: 100%; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li.search input,
      #block-menu-menu-menu-uk-primary-menu ul.menu li.search input {
        display: block;
        width: 100%; } }
    #block-menu-menu-primary-menu ul.menu li.search input::-webkit-input-placeholder,
    #block-menu-menu-menu-uk-primary-menu ul.menu li.search input::-webkit-input-placeholder {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
    #block-menu-menu-primary-menu ul.menu li.search input::-moz-placeholder,
    #block-menu-menu-menu-uk-primary-menu ul.menu li.search input::-moz-placeholder {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
    #block-menu-menu-primary-menu ul.menu li.search input:-moz-placeholder,
    #block-menu-menu-menu-uk-primary-menu ul.menu li.search input:-moz-placeholder {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
    #block-menu-menu-primary-menu ul.menu li.search input:-ms-input-placeholder,
    #block-menu-menu-menu-uk-primary-menu ul.menu li.search input:-ms-input-placeholder {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
  #block-menu-menu-primary-menu ul.menu li.search button, #block-menu-menu-primary-menu ul.menu li.search .node-paid-event .field-registration-type input[type="button"], .node-paid-event .field-registration-type #block-menu-menu-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-primary-menu ul.menu li.search .node-type-event form#registration-form input[type="button"],
  .node-type-event form#registration-form #block-menu-menu-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-primary-menu ul.menu li.search .field-event-application input[type="button"],
  .field-event-application #block-menu-menu-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search button,
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search .node-paid-event .field-registration-type input[type="button"],
  .node-paid-event .field-registration-type #block-menu-menu-menu-uk-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search .node-type-event form#registration-form input[type="button"],
  .node-type-event form#registration-form #block-menu-menu-menu-uk-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search .field-event-application input[type="button"],
  .field-event-application #block-menu-menu-menu-uk-primary-menu ul.menu li.search input[type="button"] {
    background: none;
    border: none;
    color: #00A7AD;
    font-size: 1rem;
    padding: 0;
    position: absolute;
    z-index: 10;
    top: calc(50% - 10px);
    left: 1rem; }

#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
  background: #fff;
  color: #1C7E7E;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a:hover {
    background: #dedede; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
      background: none;
      color: #fff; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
      background: none;
      color: #fff; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
  background: #1C7E7E;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a:hover {
    background: #197171; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
      background: none;
      color: #1C7E7E; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
      background: none;
      color: #1C7E7E; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
  background: #00A7AD;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a:hover {
    background: #00959b; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
      background: none;
      color: #00A7AD; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
      background: none;
      color: #00A7AD; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
  background: #D5C200;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a:hover {
    background: #bfae00; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
      background: none;
      color: #D5C200; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
      background: none;
      color: #D5C200; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) {
  background: #EB922D; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5):hover {
    background: #d38328; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) {
      background: none; }
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) a {
        color: #EB922D; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) {
      background: none; }
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) a {
        color: #EB922D; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(6) a {
  background: #E74A37;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(6) a:hover {
    background: #D24332; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(6) a {
      background: none;
      color: #E74A37; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(6) a {
      background: none;
      color: #E74A37; } }

#block-menu-menu-secondary-menu {
  display: none;
  position: relative; }
  @media (min-width: 980px) {
    #block-menu-menu-secondary-menu {
      display: block;
      position: absolute;
      top: 0.5rem;
      right: 0; } }
  #block-menu-menu-secondary-menu h2 {
    display: none; }
  @media (min-width: 980px) {
    #block-menu-menu-secondary-menu ul.menu {
      float: right;
      padding: 0;
      margin: 0; } }
  #block-menu-menu-secondary-menu ul.menu li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 1rem; }
    @media (min-width: 980px) {
      #block-menu-menu-secondary-menu ul.menu li {
        display: inline;
        margin-left: 0.75rem;
        margin-right: 0;
        padding: 0; } }
  #block-menu-menu-secondary-menu ul.menu li a {
    color: #fff;
    font-size: 1.375rem;
    font-weight: normal;
    padding: 0; }
    @media (min-width: 980px) {
      #block-menu-menu-secondary-menu ul.menu li a {
        display: inline-block;
        font-size: 0.9375rem;
        padding: 0.2rem 0; }
        #block-menu-menu-secondary-menu ul.menu li a:hover {
          border-bottom: 0.0625rem solid #fff; } }
  @media (min-width: 980px) {
    #block-menu-menu-secondary-menu ul.menu li:last-of-type {
      border-left: 1px solid #B2A6A0;
      margin-left: 0.8rem; } }
  #block-menu-menu-secondary-menu ul.menu li:last-of-type a {
    background: url(../img/shopping-cart-icon.png) center center no-repeat;
    background-size: 1.375rem;
    border-top: 0.0625rem solid #B2A6A0;
    color: #99D0DB;
    font-weight: bold;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    display: block;
    font-size: 1.375rem;
    padding-left: 2rem;
    padding-top: 0.5rem;
    text-transform: uppercase;
    width: 36px; }
    #block-menu-menu-secondary-menu ul.menu li:last-of-type a:hover {
      border-bottom: none; }
    @media (min-width: 980px) {
      #block-menu-menu-secondary-menu ul.menu li:last-of-type a {
        border-top: none;
        display: inline-block;
        font-size: 0.8125rem;
        text-indent: -9999px;
        padding-left: 0.8rem;
        padding-right: 1.5rem; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #block-menu-menu-secondary-menu ul.menu li:last-of-type a {
        /* Retina-specific stuff here */
        background: url(../img/shopping-cart-icon@2x.png) center center no-repeat;
        background-size: 1.25rem; } }

.global-header .nav-open,
.global-header .nav-close {
  position: absolute;
  top: .85rem;
  right: 1rem; }

.global-header .nav-open {
  top: 1rem; }
  @media (min-width: 980px) {
    .global-header .nav-open {
      display: none; } }
  .global-header .nav-open img {
    width: 2rem; }

.global-header .nav-close {
  display: none; }
  .global-header .nav-close img {
    width: 1.5rem; }

.node-type-fh-location .page-banner {
  padding-top: 0 !important; }
.node-type-fh-location .location-contact h3,
.node-type-fh-location .field-location-address h3 {
  font-size: 1.25rem;
  margin-bottom: 0; }

#modalBackdrop.fh-optimize-backdrop {
  z-index: 200 !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 10%) !important;
  opacity: .7 !important; }

.ctools-modal-content.fh-optimize-modal {
  background-color: #fff;
  background-size: cover;
  border: 0px !important;
  color: #003B4C !important;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  position: fixed;
  width: 100% !important;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  height: calc(100vh - 80px);
  overflow-y: scroll; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal {
      height: auto;
      max-height: 400px;
      overflow: auto; } }
  .ctools-modal-content.fh-optimize-modal .captcha {
    display: none; }
  .ctools-modal-content.fh-optimize-modal .messages {
    display: none !important; }
  .ctools-modal-content.fh-optimize-modal #modal-messages .messages {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 25px; }
  .ctools-modal-content.fh-optimize-modal a.close-modal {
    color: #9B9B9B !important;
    text-decoration: none;
    position: absolute;
    top: 20px !important;
    right: 15px;
    z-index: 1;
    float: none !important;
    text-indent: -1000px;
    overflow: hidden;
    width: 22px;
    height: 22px; }
    .ctools-modal-content.fh-optimize-modal a.close-modal::before, .ctools-modal-content.fh-optimize-modal a.close-modal::after {
      position: absolute;
      left: 8px;
      top: -2px;
      content: ' ';
      height: 26px;
      width: 5px;
      background-color: #9B9B9B; }
    .ctools-modal-content.fh-optimize-modal a.close-modal::before {
      transform: rotate(45deg); }
    .ctools-modal-content.fh-optimize-modal a.close-modal::after {
      transform: rotate(-45deg); }
  .ctools-modal-content.fh-optimize-modal .registration-header {
    margin-bottom: 30px; }
    .ctools-modal-content.fh-optimize-modal .registration-header h2 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 10px; }
    .ctools-modal-content.fh-optimize-modal .registration-header p {
      font-size: 15px;
      line-height: 21px;
      font-family: "adelle", "Georgia", "Times New Roman", serif;
      margin-bottom: 7px; }
  @media (min-width: 768px) {
    .ctools-modal-content.fh-optimize-modal::before {
      content: '';
      background-image: url(../img/optimize/register-step1.jpg);
      background-position-x: center;
      background-size: cover;
      width: 33%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0; }
    .ctools-modal-content.fh-optimize-modal .modal-content {
      width: 67% !important;
      left: 33%;
      padding: 20px 45px !important; }
      .ctools-modal-content.fh-optimize-modal .modal-content h2 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 32px;
        line-height: 36px; } }
  .ctools-modal-content.fh-optimize-modal .slick-slide {
    outline: none; }

.ctools-modal-content.fh-optimize-modal.secondary-step::before {
  background-image: url(../img/optimize/register-secondary-steps.jpg); }
.ctools-modal-content.fh-optimize-modal.complete-step {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/optimize/registration-complete.jpg);
  background-size: cover;
  background-position: center center; }
  .ctools-modal-content.fh-optimize-modal.complete-step::before {
    background-image: unset; }
  .ctools-modal-content.fh-optimize-modal.complete-step a.close::before,
  .ctools-modal-content.fh-optimize-modal.complete-step a.close::after {
    background-color: #fff; }
  .ctools-modal-content.fh-optimize-modal.complete-step #step-complete-wrapper {
    top: 2rem; }
  .ctools-modal-content.fh-optimize-modal.complete-step .modal-content {
    max-width: 575px !important;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
  .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header h2 {
    margin-bottom: 10px;
    font-size: 36px; }
  .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header p {
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px; }
    .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header p a:link,
    .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header p a:visited,
    .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header p a:hover {
      color: #fff;
      text-decoration: underline;
      font-weight: bold; }
  .ctools-modal-content.fh-optimize-modal.complete-step .form-actions input {
    text-transform: inherit !important; }
.ctools-modal-content.fh-optimize-modal .step-wrapper {
  position: relative; }
@media (min-width: 768px) {
  .ctools-modal-content.fh-optimize-modal #step2-wrapper .registration-header,
  .ctools-modal-content.fh-optimize-modal #step3-wrapper .registration-header,
  .ctools-modal-content.fh-optimize-modal #step4-wrapper .registration-header {
    width: 30%;
    position: absolute;
    display: block; }
  .ctools-modal-content.fh-optimize-modal #step2-wrapper .field-wrapper,
  .ctools-modal-content.fh-optimize-modal #step3-wrapper .field-wrapper,
  .ctools-modal-content.fh-optimize-modal #step4-wrapper .field-wrapper {
    width: 65%;
    margin-left: 35%; } }
.ctools-modal-content.fh-optimize-modal #step2-wrapper .question-wrapper .question,
.ctools-modal-content.fh-optimize-modal #step3-wrapper .question-wrapper .question,
.ctools-modal-content.fh-optimize-modal #step4-wrapper .question-wrapper .question {
  font-size: 32px;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  line-height: 36px;
  font-weight: normal;
  margin-top: 5px; }
.ctools-modal-content.fh-optimize-modal #step2-wrapper .question-wrapper .step-label,
.ctools-modal-content.fh-optimize-modal #step3-wrapper .question-wrapper .step-label,
.ctools-modal-content.fh-optimize-modal #step4-wrapper .question-wrapper .step-label {
  color: #9B9B9B;
  font-size: 18px;
  line-height: 28px; }

.ctools-modal-content.fh-optimize-modal .help-block.form-error {
  font-size: 11px;
  line-height: 13px;
  color: #E74A37; }
.ctools-modal-content.fh-optimize-modal .form-item label {
  width: 100% !important;
  float: none !important;
  font-size: 13px;
  color: #9B9B9B;
  margin-bottom: 5px;
  font-weight: normal; }
.ctools-modal-content.fh-optimize-modal input[type=text],
.ctools-modal-content.fh-optimize-modal input[type=email],
.ctools-modal-content.fh-optimize-modal input[type=password] {
  font-size: 0.9375rem;
  font-family: "adelle-sans", "Helvetica", sans-serif !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 12px 12px 8px !important;
  color: #003B4C;
  height: 50px; }
  .ctools-modal-content.fh-optimize-modal input[type=text]::placeholder,
  .ctools-modal-content.fh-optimize-modal input[type=email]::placeholder,
  .ctools-modal-content.fh-optimize-modal input[type=password]::placeholder {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    color: #9B9B9B; }
.ctools-modal-content.fh-optimize-modal .field-type-list-boolean {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px; }
  .ctools-modal-content.fh-optimize-modal .field-type-list-boolean label {
    font-size: 18px;
    color: #003B4C;
    padding: 0 13px 0 5px;
    vertical-align: middle; }
  .ctools-modal-content.fh-optimize-modal .field-type-list-boolean input[type="checkbox"] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #003B4C;
    width: 30px;
    height: 30px;
    transition: .1s background;
    outline: none; }
    .ctools-modal-content.fh-optimize-modal .field-type-list-boolean input[type="checkbox"]:checked {
      background: #00A7AD; }
    .ctools-modal-content.fh-optimize-modal .field-type-list-boolean input[type="checkbox"]:focus {
      outline: #9B9B9B auto 5px !important; }
.ctools-modal-content.fh-optimize-modal fieldset {
  border: none;
  padding: 0;
  margin: 0 0 15px; }
  .ctools-modal-content.fh-optimize-modal fieldset legend {
    display: none; }
.ctools-modal-content.fh-optimize-modal .form-submit,
.ctools-modal-content.fh-optimize-modal button,
.ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input[type="button"],
.node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input[type="button"],
.ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input[type="button"],
.node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input[type="button"],
.ctools-modal-content.fh-optimize-modal .field-event-application input[type="button"],
.field-event-application .ctools-modal-content.fh-optimize-modal input[type="button"] {
  background-color: #EB922D;
  color: #003B4C;
  display: inline-block;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 10px 30px;
  vertical-align: top;
  height: 50px;
  font-size: 14px;
  border-color: transparent !important; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal .form-submit,
    .ctools-modal-content.fh-optimize-modal button,
    .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input[type="button"],
    .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input[type="button"],
    .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input[type="button"],
    .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input[type="button"],
    .ctools-modal-content.fh-optimize-modal .field-event-application input[type="button"],
    .field-event-application .ctools-modal-content.fh-optimize-modal input[type="button"] {
      margin-left: 10px;
      margin-top: 0; } }
  .ctools-modal-content.fh-optimize-modal .form-submit.register-button,
  .ctools-modal-content.fh-optimize-modal button.register-button,
  .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.register-button[type="button"],
  .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.register-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.register-button[type="button"],
  .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.register-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .field-event-application input.register-button[type="button"],
  .field-event-application .ctools-modal-content.fh-optimize-modal input.register-button[type="button"] {
    position: relative; }
    .ctools-modal-content.fh-optimize-modal .form-submit.register-button:disabled,
    .ctools-modal-content.fh-optimize-modal button.register-button:disabled,
    .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.register-button[type="button"]:disabled,
    .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]:disabled,
    .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.register-button[type="button"]:disabled,
    .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]:disabled,
    .ctools-modal-content.fh-optimize-modal .field-event-application input.register-button[type="button"]:disabled,
    .field-event-application .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]:disabled {
      opacity: .65; }
    .ctools-modal-content.fh-optimize-modal .form-submit.register-button::after,
    .ctools-modal-content.fh-optimize-modal button.register-button::after,
    .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.register-button[type="button"]::after,
    .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]::after,
    .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.register-button[type="button"]::after,
    .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]::after,
    .ctools-modal-content.fh-optimize-modal .field-event-application input.register-button[type="button"]::after,
    .field-event-application .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]::after {
      content: '';
      position: relative;
      vertical-align: middle;
      display: inline-block;
      margin-left: 10px;
      width: 14px;
      height: 14px;
      background: url(../img/arrow-right-navy.svg) no-repeat;
      background-size: contain; }
  .ctools-modal-content.fh-optimize-modal .form-submit.secondary-submit-button,
  .ctools-modal-content.fh-optimize-modal button.secondary-submit-button,
  .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.secondary-submit-button[type="button"],
  .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.secondary-submit-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.secondary-submit-button[type="button"],
  .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.secondary-submit-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .field-event-application input.secondary-submit-button[type="button"],
  .field-event-application .ctools-modal-content.fh-optimize-modal input.secondary-submit-button[type="button"] {
    margin: 0 !important; }
  .ctools-modal-content.fh-optimize-modal .form-submit.skip-button, .ctools-modal-content.fh-optimize-modal .form-submit.skip-button-submit,
  .ctools-modal-content.fh-optimize-modal button.skip-button,
  .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.skip-button[type="button"],
  .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.skip-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.skip-button[type="button"],
  .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.skip-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .field-event-application input.skip-button[type="button"],
  .field-event-application .ctools-modal-content.fh-optimize-modal input.skip-button[type="button"],
  .ctools-modal-content.fh-optimize-modal button.skip-button-submit,
  .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.skip-button-submit[type="button"],
  .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.skip-button-submit[type="button"],
  .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.skip-button-submit[type="button"],
  .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.skip-button-submit[type="button"],
  .ctools-modal-content.fh-optimize-modal .field-event-application input.skip-button-submit[type="button"],
  .field-event-application .ctools-modal-content.fh-optimize-modal input.skip-button-submit[type="button"] {
    margin-right: 10px;
    margin-left: 0 !important;
    background: #fff !important;
    border: 1px solid #003B4C !important; }
.ctools-modal-content.fh-optimize-modal a.back-btn {
  color: #9B9B9B !important;
  display: block;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  position: relative; }
  .ctools-modal-content.fh-optimize-modal a.back-btn::before {
    content: '';
    position: relative;
    vertical-align: inherit;
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background: url(../img/arrow-left-gray.svg) no-repeat;
    background-size: contain; }
.ctools-modal-content.fh-optimize-modal .form-type-textfield,
.ctools-modal-content.fh-optimize-modal .form-type-emailfield,
.ctools-modal-content.fh-optimize-modal .form-type-password {
  width: 100%;
  margin-bottom: 10px !important; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal .form-type-textfield,
    .ctools-modal-content.fh-optimize-modal .form-type-emailfield,
    .ctools-modal-content.fh-optimize-modal .form-type-password {
      width: 30%;
      float: left;
      margin-top: 0;
      margin-right: 1%; } }
.ctools-modal-content.fh-optimize-modal #organization-form-wrapper {
  display: block; }
  .ctools-modal-content.fh-optimize-modal #organization-form-wrapper #autocomplete {
    height: auto !important;
    position: relative !important;
    top: inherit !important;
    overflow-y: scroll !important;
    max-height: 100px !important; }
    @media (min-width: 480px) {
      .ctools-modal-content.fh-optimize-modal #organization-form-wrapper #autocomplete {
        position: absolute !important; } }
  .ctools-modal-content.fh-optimize-modal #organization-form-wrapper .form-type-textfield {
    float: none;
    width: 100%;
    max-width: 300px; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal #organization-form-wrapper {
      display: flex; } }
  .ctools-modal-content.fh-optimize-modal #organization-form-wrapper .form-item-organization-label .element-invisible {
    display: block;
    position: relative !important;
    clip: unset;
    overflow: visible;
    height: inherit;
    width: 100% !important; }
  .ctools-modal-content.fh-optimize-modal #organization-form-wrapper #edit-organization-label {
    border: 1px solid #003B4C; }
.ctools-modal-content.fh-optimize-modal .form-item-organization {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: block !important;
  float: none !important; }
  .ctools-modal-content.fh-optimize-modal .form-item-organization::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background: url(../img/search-navy.svg) no-repeat;
    background-size: contain; }
  .ctools-modal-content.fh-optimize-modal .form-item-organization .form-text.form-autocomplete {
    border: 1px solid #003B4C;
    height: 50px;
    background-size: 0; }
    .ctools-modal-content.fh-optimize-modal .form-item-organization .form-text.form-autocomplete.input-throbbing {
      background-size: auto; }
.ctools-modal-content.fh-optimize-modal div[id^="addressfield-wrapper"] {
  display: block; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal div[id^="addressfield-wrapper"] {
      display: flex;
      flex-direction: row; } }
  .ctools-modal-content.fh-optimize-modal div[id^="addressfield-wrapper"] .form-item-administrative-area,
  .ctools-modal-content.fh-optimize-modal div[id^="addressfield-wrapper"] .form-item-country {
    margin-top: 0; }
.ctools-modal-content.fh-optimize-modal .form-type-select {
  max-width: 300px;
  position: relative;
  margin-right: 10px; }
  .ctools-modal-content.fh-optimize-modal .form-type-select::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    width: 14px;
    height: 14px;
    background: url(../img/arrow-down-white.svg) no-repeat;
    pointer-events: none;
    background-size: contain; }
  .ctools-modal-content.fh-optimize-modal .form-type-select .form-select {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    max-width: 300px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #9B9B9B;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    .ctools-modal-content.fh-optimize-modal .form-type-select .form-select.country, .ctools-modal-content.fh-optimize-modal .form-type-select .form-select.state {
      background-color: #003B4C;
      color: #fff;
      position: relative; }
.ctools-modal-content.fh-optimize-modal #edit-account {
  clear: left; }
.ctools-modal-content.fh-optimize-modal .form-item.form-type-password .password-parent {
  width: 100%; }
.ctools-modal-content.fh-optimize-modal .form-item.form-type-password .password-strength {
  display: none; }
.ctools-modal-content.fh-optimize-modal .form-item.form-type-password .toggle-password-icon {
  right: 10px !important; }
.ctools-modal-content.fh-optimize-modal .form-item {
  position: relative; }
.ctools-modal-content.fh-optimize-modal .form-item label.element-invisible {
  display: block !important;
  height: inherit !important;
  clip: inherit !important;
  position: absolute !important;
  font-size: 16px;
  top: 12px !important;
  left: 10px !important;
  z-index: 1;
  transition: font-size 200ms ease-in-out, top 200ms ease-in-out; }
  .ctools-modal-content.fh-optimize-modal .form-item label.element-invisible.focus {
    font-size: 10px;
    top: 5px !important; }
.ctools-modal-content.fh-optimize-modal .form-item input::placeholder {
  color: transparent !important; }
.ctools-modal-content.fh-optimize-modal .form-item label.element-invisible .form-required {
  display: none; }
.ctools-modal-content.fh-optimize-modal .form-note {
  font-size: 12px;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-style: italic;
  color: #1C7E7E; }
  .ctools-modal-content.fh-optimize-modal .form-note a {
    color: #1C7E7E !important; }
    .ctools-modal-content.fh-optimize-modal .form-note a .ext {
      display: none; }

@media (min-width: 480px) {
  #step1-wrapper .form-submit {
    margin-left: 0 !important;
    margin-top: 0; } }

#edit-secondary-steps-submit-button {
  margin: 0 10px 0 0 !important; }

#modalContent.modal-hide-modal {
  display: none !important; }

.secondary-step a.close-modal {
  display: block !important; }

.student-bypass {
  color: #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  padding-bottom: 0.125rem;
  display: inline-block; }
  .student-bypass::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003B4C;
    content: "";
    margin-left: 0.5rem; }

.not-front .page-banner {
  height: auto;
  min-height: 28.125rem;
  background-position: left top;
  overflow: hidden;
  position: relative;
  margin-bottom: 0; }
  .not-front .page-banner .container {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      .not-front .page-banner .container {
        padding: 0; } }
  .not-front .page-banner .microsite-hero .container {
    height: 100%; }
  .not-front .page-banner .region-global-banner {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 110; }
  .not-front .page-banner .title {
    max-width: 53.125rem; }
  .not-front .page-banner .block-bean-cta-block.view-mode-landing::after,
  .not-front .page-banner #block-fh-common-fh-header::after {
    background-color: rgba(0, 59, 76, 0);
    background-image: -webkit-linear-gradient(-450deg, rgba(0, 59, 76, 0), #003B4C 33%);
    background-image: linear-gradient(180deg,rgba(0, 59, 76, 0), #003B4C 33%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 120; }
  .not-front .page-banner .block-bean-cta-block.view-mode-landing,
  .not-front .page-banner #block-fh-common-fh-header {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding-top: 18rem;
    left: 0;
    top: 0;
    z-index: 130; }
    @media (min-width: 481px) and (max-width: 979px) {
      .not-front .page-banner .block-bean-cta-block.view-mode-landing,
      .not-front .page-banner #block-fh-common-fh-header {
        background-size: 100%;
        background-position: left top; } }
    @media (max-width: 480px) {
      .not-front .page-banner .block-bean-cta-block.view-mode-landing,
      .not-front .page-banner #block-fh-common-fh-header {
        background-size: 100%; } }

.block-bean-cta-block.view-mode-landing .title,
#block-fh-common-fh-header .title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  background: rgba(0, 167, 173, 0.97);
  color: #fff;
  float: none;
  margin: 0 auto -3rem !important;
  max-width: 53.125rem;
  padding: 2rem;
  position: relative;
  z-index: 120; }
  .block-bean-cta-block.view-mode-landing .title:last-child,
  #block-fh-common-fh-header .title:last-child {
    margin-right: 0; }
  .block-bean-cta-block.view-mode-landing .title div:last-child,
  #block-fh-common-fh-header .title div:last-child {
    margin-bottom: 0.625rem; }
  .block-bean-cta-block.view-mode-landing .title h1:last-child,
  #block-fh-common-fh-header .title h1:last-child {
    margin-bottom: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .block-bean-cta-block.view-mode-landing .title,
    #block-fh-common-fh-header .title {
      background: #00A7AD;
      margin: -1rem auto -3rem !important;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .block-bean-cta-block.view-mode-landing .title:last-child,
      #block-fh-common-fh-header .title:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .block-bean-cta-block.view-mode-landing .title,
    #block-fh-common-fh-header .title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      float: none; }
      .block-bean-cta-block.view-mode-landing .title:last-child,
      #block-fh-common-fh-header .title:last-child {
        margin-right: 0; } }
  .block-bean-cta-block.view-mode-landing .title::after,
  #block-fh-common-fh-header .title::after {
    bottom: -0.875rem;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 0.9375rem solid transparent;
    border-right: 0.9375rem solid transparent;
    border-top: 0.9375rem solid rgba(0, 167, 173, 0.97);
    left: calc(50% - 15px);
    position: absolute;
    z-index: 10; }
  .block-bean-cta-block.view-mode-landing .title h1, .block-bean-cta-block.view-mode-landing .title p,
  #block-fh-common-fh-header .title h1,
  #block-fh-common-fh-header .title p {
    margin: 0; }
  .block-bean-cta-block.view-mode-landing .title h1,
  #block-fh-common-fh-header .title h1 {
    margin-bottom: 1rem; }
  .block-bean-cta-block.view-mode-landing .title h2 a,
  #block-fh-common-fh-header .title h2 a {
    color: #fff; }
  .block-bean-cta-block.view-mode-landing .title .field-subhead,
  #block-fh-common-fh-header .title .field-subhead {
    font-size: 1.125rem; }

.block-bean-cta-block.view-mode-landing .field-intro,
#block-fh-common-fh-header .field-intro {
  background: #ECECEC;
  clear: both;
  padding: 5rem 2rem 2.5rem;
  width: 100%;
  margin-bottom: 0; }
  .block-bean-cta-block.view-mode-landing .field-intro h2, .block-bean-cta-block.view-mode-landing .field-intro p,
  #block-fh-common-fh-header .field-intro h2,
  #block-fh-common-fh-header .field-intro p {
    margin: 0;
    color: #003B4C;
    max-width: 60%;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .block-bean-cta-block.view-mode-landing .field-intro h2, .block-bean-cta-block.view-mode-landing .field-intro p,
      #block-fh-common-fh-header .field-intro h2,
      #block-fh-common-fh-header .field-intro p {
        max-width: 100%; } }
  .block-bean-cta-block.view-mode-landing .field-intro h2,
  #block-fh-common-fh-header .field-intro h2 {
    margin-bottom: 1rem; }
  .block-bean-cta-block.view-mode-landing .field-intro p,
  #block-fh-common-fh-header .field-intro p {
    font-size: 1.125rem; }

.not-front .page-banner {
  background-color: #ECECEC;
  min-height: 0;
  overflow: visible; }
  .not-front .page-banner::after,
  .not-front .page-banner .block-bean-cta-block.view-mode-landing::after,
  .not-front .page-banner #block-fh-common-fh-header::after {
    display: none; }
  @media (max-width: 480px) {
    .not-front .page-banner .view-mode-landing.block-bean-cta-block .title,
    .not-front .page-banner #block-fh-common-fh-header .title {
      background: #00A7AD;
      width: 100%; } }
  .not-front .page-banner .field-callout-link {
    margin-top: 2rem; }
  .not-front .page-banner .field-callout-link a {
    color: #fff;
    display: inline-block; }
    @media (max-width: 480px) {
      .not-front .page-banner .field-callout-link a {
        font-size: 1rem; } }
    .not-front .page-banner .field-callout-link a::after {
      display: none; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .title,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header .title,
.node-type-unit .page-banner #block-fh-common-fh-header .title,
.node-type-wrapper .page-banner #block-fh-common-fh-header .title,
.node-type-reading .page-banner #block-fh-common-fh-header .title {
  background: rgba(0, 59, 76, 0.97);
  margin-bottom: -10rem; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .title::after,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header .title::after,
.node-type-unit .page-banner #block-fh-common-fh-header .title::after,
.node-type-wrapper .page-banner #block-fh-common-fh-header .title::after,
.node-type-reading .page-banner #block-fh-common-fh-header .title::after {
  border-top-color: rgba(0, 59, 76, 0.97); }
.node-type-unit-assessment .page-banner .reading-label,
.node-type-lesson-plan .page-banner .reading-label,
.node-type-unit .page-banner .reading-label,
.node-type-wrapper .page-banner .reading-label,
.node-type-reading .page-banner .reading-label {
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.084rem;
  line-height: 1.125rem; }

.node-type-wrapper .page-banner #block-fh-common-fh-header,
.node-type-fh-location .page-banner {
  padding-top: 18rem; }
  @media (min-width: 980px) {
    .node-type-wrapper .page-banner #block-fh-common-fh-header,
    .node-type-fh-location .page-banner {
      background-size: 100%; } }
  .node-type-wrapper .page-banner #block-fh-common-fh-header .title,
  .node-type-fh-location .page-banner .title {
    background: rgba(0, 167, 173, 0.97); }
    @media (max-width: 480px) {
      .node-type-wrapper .page-banner #block-fh-common-fh-header .title,
      .node-type-fh-location .page-banner .title {
        background: #00A7AD;
        width: 100%; } }
  .node-type-wrapper .page-banner #block-fh-common-fh-header .title::after,
  .node-type-fh-location .page-banner .title::after {
    border-top-color: rgba(0, 167, 173, 0.97); }

.node-type-unit-assessment #block-fh-lesson-plan-fh-lesson-plan-menu,
.node-type-unit #block-fh-lesson-plan-fh-lesson-plan-menu {
  position: static !important; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .unit-label,
.node-type-unit .page-banner #block-fh-common-fh-header .unit-label {
  background: url(../img/unit-icon.svg) no-repeat center top;
  background-position-y: -1rem;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-top: 3.75rem;
  text-transform: uppercase; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .unit-label {
  background: url(../img/unit-assessment-icon.svg) no-repeat center top; }

.node-type-reading .page-banner #block-fh-common-fh-header {
  padding-top: 11rem; }
  .node-type-reading .page-banner #block-fh-common-fh-header .reading-label {
    background: url(../img/reading-icon.svg) no-repeat center top;
    padding-top: 3.75rem; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .title h1,
.node-type-unit .page-banner #block-fh-common-fh-header .title h1,
.node-type-book .page-banner #block-fh-common-fh-header .title h1 {
  max-width: 70%;
  text-align: center;
  margin: 0 auto 1rem auto; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-subject,
.node-type-unit .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-unit .page-banner #block-fh-common-fh-header .field-subject,
.node-type-book .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-book .page-banner #block-fh-common-fh-header .field-subject {
  display: inline-block;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.2rem 1rem; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-term-topic a,
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-subject a,
  .node-type-unit .page-banner #block-fh-common-fh-header .field-term-topic a,
  .node-type-unit .page-banner #block-fh-common-fh-header .field-subject a,
  .node-type-book .page-banner #block-fh-common-fh-header .field-term-topic a,
  .node-type-book .page-banner #block-fh-common-fh-header .field-subject a {
    color: #fff; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-unit .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-book .page-banner #block-fh-common-fh-header .field-term-topic {
  background: #00A7AD;
  margin-right: 0.1rem; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-subject,
.node-type-unit .page-banner #block-fh-common-fh-header .field-subject,
.node-type-book .page-banner #block-fh-common-fh-header .field-subject {
  background: #D5C200;
  margin-left: 0.1rem; }

.node-type-unit .page-banner #block-fh-common-fh-header .title h1 {
  margin-top: 1.5rem; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header {
  padding-top: 11rem; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .lesson-label,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .lesson-label {
    background: url(../img/lesson-icon.svg) no-repeat center top;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding-top: 3.75rem;
    text-transform: uppercase; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .title .field-label,
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .title .field-duration,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .title .field-label,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .title .field-duration {
    color: rgba(255, 255, 255, 0.44);
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.1875rem;
    display: inline; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .title h1,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .title h1 {
    margin-top: 1rem; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-chunk-parent a,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .field-chunk-parent a {
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-unit,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header .field-unit,
.node-type-bookend .page-banner #block-fh-common-fh-header .field-unit {
  font-style: italic;
  margin-top: 0.25rem;
  text-decoration: underline; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-unit a:hover,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .field-unit a:hover,
  .node-type-bookend .page-banner #block-fh-common-fh-header .field-unit a:hover {
    color: rgba(255, 255, 255, 0.44); }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .title h3.field-label,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header .title h3.field-label,
.node-type-bookend .page-banner #block-fh-common-fh-header .title h3.field-label {
  color: #D8D8D8;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-unit {
  margin-bottom: 1.75rem; }

.page-taxonomy-term .page-banner {
  background-size: 100%; }
  .page-taxonomy-term .page-banner .vocabulary-topic .item-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding-top: 4rem;
    padding-bottom: 1rem; }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list:last-child {
      margin-right: 0; }
    @media (max-width: 480px) {
      .page-taxonomy-term .page-banner .vocabulary-topic .item-list {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .page-taxonomy-term .page-banner .vocabulary-topic .item-list:last-child {
          margin-right: 0; } }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list h3 {
      color: #003B4C;
      text-transform: uppercase; }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list ul {
      margin: 0;
      padding: 0; }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list ul li {
      display: inline-block;
      margin: 0 0.5rem 1rem 0;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold;
      padding: 0; }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list ul li:not(:last-child)::after {
      content: '•';
      color: #003B4C;
      margin: 0 0 1rem 0.5rem; }

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 36.25rem;
  position: relative; }
  @media (min-width: 481px) and (max-width: 979px) {
    .page-banner {
      height: 32.5rem; } }
  @media (max-width: 480px) {
    .page-banner {
      height: 17.1875rem; } }
  .page-banner::after {
    content: '';
    display: block;
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0) 15%, #000000 100%);
    background-image: linear-gradient(-90deg,rgba(0, 0, 0, 0) 15%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }

.page-banner .container {
  display: table;
  height: 100%;
  width: 100%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .page-banner .container {
      padding: 0;
      margin: 0; } }
  @media (min-width: 671px) and (max-width: 979px) {
    .page-banner .container {
      padding: 1rem; } }
  @media (max-width: 480px) {
    .page-banner .container {
      padding: 0;
      margin: 0; } }

ul.pager {
  display: block;
  padding: 4rem 0;
  position: relative;
  text-align: center;
  width: 100%; }
  ul.pager li.pager-ellipsis,
  ul.pager li.pager-item {
    margin: 0;
    padding: 0 0.1rem; }
  ul.pager li.pager-first a,
  ul.pager li.pager-last a,
  ul.pager li.pager-current,
  ul.pager li.pager-item a {
    color: #fff;
    background: rgba(0, 59, 76, 0.68);
    display: inline-block;
    height: 2.25rem;
    line-height: 2.25rem;
    width: 2.25rem;
    font-size: 1rem; }
  ul.pager li.pager-first,
  ul.pager li.pager-last {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.1rem; }
    ul.pager li.pager-first a,
    ul.pager li.pager-last a {
      font-size: 0.875rem;
      width: auto;
      padding-left: 1rem;
      padding-right: 1rem; }
  ul.pager li.pager-current {
    background: #003B4C;
    margin: 0 0.1rem;
    padding: 0;
    font-weight: normal; }
  ul.pager li.pager-previous,
  ul.pager li.pager-next {
    color: #00A7AD;
    margin: 0;
    padding: 0 0.1rem; }
    ul.pager li.pager-previous a,
    ul.pager li.pager-next a {
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase; }
  ul.pager li.pager-next,
  ul.pager li.pager-previous {
    position: absolute;
    display: inline-block;
    line-height: 2.25rem; }
    ul.pager li.pager-next a,
    ul.pager li.pager-previous a {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #00A7AD;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold; }
  ul.pager li.pager-previous {
    left: 0; }
    ul.pager li.pager-previous a::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #003B4C;
      content: "";
      font-weight: normal;
      margin-right: 0.5rem; }
  ul.pager li.pager-next {
    right: 0; }
    ul.pager li.pager-next a::after {
      color: #003B4C;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-weight: normal;
      margin-left: 0.5rem; }

.view-stories-landing-page .pager-load-more .pager-next {
  position: relative;
  right: unset; }
  .view-stories-landing-page .pager-load-more .pager-next a {
    border: 2px solid #fff;
    padding: 0.75rem 2.5rem; }
    .view-stories-landing-page .pager-load-more .pager-next a::after {
      display: none; }

.fh-chunk-view-mode-complete h2.chunk-title.need-login,
.fh-chunk-view-mode-complete .sidebar.need-login,
.view-mode-full h2.chunk-title.need-login,
.view-mode-full .sidebar.need-login {
  float: none;
  width: 100%; }
.fh-chunk-view-mode-complete h2.permissions-block-title,
.view-mode-full h2.permissions-block-title {
  color: #fff;
  width: 100%; }
.fh-chunk-view-mode-complete .permissions-block,
.view-mode-full .permissions-block {
  width: 100%;
  padding: 2rem; }
.fh-chunk-view-mode-complete .permissions-student-block,
.view-mode-full .permissions-student-block {
  width: 100%;
  padding: 0 2rem 2rem 2rem;
  margin-top: -1.8rem;
  color: #fff;
  font-style: italic;
  font-size: 0.875rem; }
  .fh-chunk-view-mode-complete .permissions-student-block a,
  .view-mode-full .permissions-student-block a {
    color: #fff;
    text-decoration: underline; }
    .fh-chunk-view-mode-complete .permissions-student-block a:hover,
    .view-mode-full .permissions-student-block a:hover {
      color: #00A7AD; }
    .fh-chunk-view-mode-complete .permissions-student-block a::after,
    .view-mode-full .permissions-student-block a::after {
      content: '';
      position: relative;
      vertical-align: middle;
      display: inline-block;
      margin-left: 5px;
      width: 10px;
      height: 10px;
      background: url(../img/arrow-right-white.svg) 0 0 no-repeat;
      pointer-events: none;
      background-size: contain; }
.fh-chunk-view-mode-complete #user-login-form,
.view-mode-full #user-login-form {
  width: 100%; }
.fh-chunk-view-mode-complete #user-login-form .item-list ul,
.view-mode-full #user-login-form .item-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .fh-chunk-view-mode-complete #user-login-form .item-list ul li,
  .view-mode-full #user-login-form .item-list ul li {
    margin: 0; }
    .fh-chunk-view-mode-complete #user-login-form .item-list ul li:before,
    .view-mode-full #user-login-form .item-list ul li:before {
      display: none; }

.node-type-publication-display #page-title {
  color: #003B4C;
  font-size: 2rem; }

.node-type-publication-display .view-mode-full .field-product-type {
  color: #003B4C;
  font-weight: bold;
  display: inline; }
.node-type-publication-display .view-mode-full .field-product-type:first-of-type:before {
  content: "Resource Type: "; }
.node-type-publication-display .view-mode-full .commerce-product-field-field-isbn {
  color: #003B4C;
  font-weight: bold;
  margin-bottom: 1rem; }
  .node-type-publication-display .view-mode-full .commerce-product-field-field-isbn h3 {
    display: inline;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-size: 1rem; }
  .node-type-publication-display .view-mode-full .commerce-product-field-field-isbn .field-isbn {
    display: inline; }
.node-type-publication-display .view-mode-full .commerce-product-field-field-image-cache img {
  display: block;
  margin: 0 auto 0.625rem 1rem; }
  @media (max-width: 480px) {
    .node-type-publication-display .view-mode-full .commerce-product-field-field-image-cache img {
      margin: 0;
      width: 100%; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-type-publication-display .view-mode-full .commerce-product-field-field-image-cache img {
      float: right;
      height: 30%;
      width: 30%; } }
  @media (min-width: 980px) {
    .node-type-publication-display .view-mode-full .commerce-product-field-field-image-cache img {
      float: right;
      height: 30%;
      width: 30%; } }

#block-bean-search-our-resources {
  margin: 0 auto;
  width: 95%; }
  #block-bean-search-our-resources h2 {
    color: #003B4C;
    font-size: 2rem;
    margin-bottom: 0.625rem; }

#block-views-exp-publication-search-page-1 {
  background-color: #ECECEC;
  margin: 1.875rem auto;
  width: 95%; }
  #block-views-exp-publication-search-page-1 .views-exposed-widget {
    padding: 0; }
  #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext {
    padding: 0.625rem 1.25rem;
    width: 100%; }
    #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input {
      font-family: "adelle", "Georgia", "Times New Roman", serif;
      font-weight: bold;
      padding: 1rem;
      width: 100%; }
      @media (max-width: 480px) {
        #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input {
          margin-bottom: 0; } }
      #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input::-webkit-input-placeholder {
        font-style: italic;
        color: #9B9B9B;
        line-height: 1.5rem; }
      #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input::-moz-placeholder {
        font-style: italic;
        color: #9B9B9B;
        line-height: 1.5rem; }
      #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input:-moz-placeholder {
        font-style: italic;
        color: #9B9B9B;
        line-height: 1.5rem; }
      #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input:-ms-input-placeholder {
        font-style: italic;
        color: #9B9B9B;
        line-height: 1.5rem; }
  #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type label {
    display: none; }
  #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .views-widget {
    width: 100%; }
  #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-type-select.form-item-resource-type {
    background: #003B4C url("../img/caret-icon.png") no-repeat 94% center;
    display: inline-block;
    margin-left: 1.25rem; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-type-select.form-item-resource-type {
        /* Retina-specific stuff here */
        background: #003B4C url("../img/caret-icon@2x.png") no-repeat 94% center;
        background-size: 16px; } }
  #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-select {
    color: #fff;
    cursor: pointer; }
    #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-select::-ms-expand {
      display: none; }
    #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-select option {
      color: #000; }
  #block-views-exp-publication-search-page-1 #edit-borrow-only-wrapper {
    margin-left: 3rem;
    max-width: 20%; }
    @media (max-width: 480px) {
      #block-views-exp-publication-search-page-1 #edit-borrow-only-wrapper {
        margin-left: 1.25rem;
        max-width: 100%; } }
    @media (min-width: 481px) and (max-width: 670px) {
      #block-views-exp-publication-search-page-1 #edit-borrow-only-wrapper {
        margin-left: 1.25rem;
        max-width: 100%; } }
  #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox label {
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1.5rem;
    margin-top: -0.9375rem; }
  #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox input[type=checkbox] {
    position: relative;
    top: 0.25rem;
    margin: 0 1rem 0 0;
    cursor: pointer; }
    #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox input[type=checkbox]:before {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0);
      content: "";
      position: absolute;
      left: 0.1875rem;
      top: 0.125rem;
      z-index: 1;
      width: 0.75rem;
      height: 0.375rem;
      border: 2px solid #00A7AD;
      border-top-style: none;
      border-right-style: none; }
    #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox input[type=checkbox]:checked:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
    #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox input[type=checkbox]:after {
      content: "";
      position: absolute;
      top: -0.125rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background: #fff;
      border: 1px solid #B2A6A0;
      cursor: pointer; }
  #block-views-exp-publication-search-page-1 .views-reset-button {
    clear: both;
    font-style: italic;
    float: right;
    padding-top: 0; }
    @media (max-width: 480px) {
      #block-views-exp-publication-search-page-1 .views-reset-button {
        float: left;
        margin-left: 1.25rem; } }
    #block-views-exp-publication-search-page-1 .views-reset-button .form-submit {
      margin: 0 0 .5rem 0; }
    #block-views-exp-publication-search-page-1 .views-reset-button::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #003B4C; }
    #block-views-exp-publication-search-page-1 .views-reset-button input {
      background: transparent;
      font-size: 0.8125rem;
      padding: 0 4.5rem 0 0; }
      @media (min-width: 481px) and (max-width: 670px) {
        #block-views-exp-publication-search-page-1 .views-reset-button input {
          padding-right: 1.25rem; } }
  #block-views-exp-publication-search-page-1 .views-submit-button {
    float: right;
    margin-right: 0.875rem;
    width: 15rem; }
    @media (max-width: 480px) {
      #block-views-exp-publication-search-page-1 .views-submit-button {
        float: left;
        margin-top: 0.625rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      #block-views-exp-publication-search-page-1 .views-submit-button {
        float: left;
        margin-top: 0.625rem; } }
  #block-views-exp-publication-search-page-1 .views-submit-button input {
    background-color: #00A7AD;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    width: 98%; }
    @media (max-width: 480px) {
      #block-views-exp-publication-search-page-1 .views-submit-button input {
        display: block;
        margin-left: 1.25rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      #block-views-exp-publication-search-page-1 .views-submit-button input {
        display: block;
        margin-left: 1.25rem; } }

.node-publication-display.view-mode-teaser form .form-select,
#block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .views-widget .form-select,
#block-views-exp-publication-search-page-1 .view-publication-search form .form-select,
.node-type-publication-display .field-resources form .form-select {
  background: transparent;
  background-image: none;
  border: none;
  display: inline-block;
  height: 100%;
  padding: .7rem 4rem .7rem 1rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }

.view-publication-search .views-row {
  border-bottom: 0.25rem solid #e4e4e4; }

.node-publication-display .login-message {
  color: #9B9B9B;
  font-size: 0.8125rem;
  font-style: italic;
  left: 1.25rem; }
.node-publication-display .educator-info-message {
  color: #9B9B9B;
  font-size: 0.8125rem;
  font-style: italic; }

.page-books-borrowing .region-global-sidebar .block-bean-login-or-register,
.page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body,
.node-type-publication-display .region-global-sidebar .block-bean-login-or-register,
.node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body {
  padding: 0.3125rem 1.25rem 0 1.25rem;
  width: 100%; }
  .page-books-borrowing .region-global-sidebar .block-bean-login-or-register h2,
  .page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body h2,
  .node-type-publication-display .region-global-sidebar .block-bean-login-or-register h2,
  .node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body h2 {
    color: #003B4C;
    font-size: 1.25rem;
    margin-bottom: 0.3125rem; }
  .page-books-borrowing .region-global-sidebar .block-bean-login-or-register .field-bean-body,
  .page-books-borrowing .region-global-sidebar .block-bean-login-or-register .field-loggedin-message,
  .page-books-borrowing .region-global-sidebar .block-bean-login-or-register p,
  .page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body .field-bean-body,
  .page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body .field-loggedin-message,
  .page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body p,
  .node-type-publication-display .region-global-sidebar .block-bean-login-or-register .field-bean-body,
  .node-type-publication-display .region-global-sidebar .block-bean-login-or-register .field-loggedin-message,
  .node-type-publication-display .region-global-sidebar .block-bean-login-or-register p,
  .node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body .field-bean-body,
  .node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body .field-loggedin-message,
  .node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body p {
    font-size: 0.875rem;
    line-height: 1.75;
    padding-bottom: 1.25rem;
    padding-top: 0; }

.node-publication-display.view-mode-teaser {
  margin-bottom: 2rem;
  padding: 0 1.25rem; }
  .node-publication-display.view-mode-teaser h2 {
    font-size: 1.5rem;
    margin-bottom: 0.3125rem;
    width: 75%; }
    .node-publication-display.view-mode-teaser h2 a {
      color: #003B4C; }
  .node-publication-display.view-mode-teaser .field-label,
  .node-publication-display.view-mode-teaser .field-product-type {
    color: #9B9B9B;
    display: inline;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-weight: bold; }
  .node-publication-display.view-mode-teaser .field-body {
    margin-left: 0 !important;
    margin-bottom: 1rem;
    padding-top: 1rem; }
  .node-publication-display.view-mode-teaser img {
    float: right;
    margin: -3rem 0 0.625rem 1rem;
    max-width: 100%; }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser img {
        margin-top: 0.625rem; } }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser img {
        float: none;
        margin-bottom: 0; } }
  @media (max-width: 480px) {
    .node-publication-display.view-mode-teaser h2,
    .node-publication-display.view-mode-teaser .view-mode-teaser .field-image-cache,
    .node-publication-display.view-mode-teaser .field-body {
      width: 100%; } }

.view-publication-search .views-row-1 {
  border-top: 0.25rem solid #e4e4e4; }

.view-publication-search .node-readmore {
  display: none; }

.node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content,
.node-type-publication-display .fh-chunk-downloadable-publication .content {
  margin-bottom: 0.75rem;
  margin-top: 2rem; }
  @media (max-width: 480px) {
    .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content,
    .node-type-publication-display .fh-chunk-downloadable-publication .content {
      background: #003B4C;
      padding: 0.5rem 0;
      text-align: center; } }
  @media (min-width: 481px) and (max-width: 670px) {
    .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content,
    .node-type-publication-display .fh-chunk-downloadable-publication .content {
      display: inline-block;
      background: #003B4C;
      padding: 1rem 0;
      margin: 0;
      width: 65%;
      text-align: center; } }
  .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content img,
  .node-type-publication-display .fh-chunk-downloadable-publication .content img {
    display: none; }
  .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a,
  .node-type-publication-display .fh-chunk-downloadable-publication .content a {
    background: #003B4C; }
    .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a:before,
    .node-type-publication-display .fh-chunk-downloadable-publication .content a:before {
      content: "DOWNLOAD "; }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a,
      .node-type-publication-display .fh-chunk-downloadable-publication .content a {
        background: none;
        font-size: 0.8rem;
        padding: 0; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a,
      .node-type-publication-display .fh-chunk-downloadable-publication .content a {
        background: none;
        font-size: 0.8rem;
        padding: 0; } }

.node-publication-display.view-mode-teaser form,
.node-type-publication-display .field-resources form {
  background: #ECECEC;
  clear: both;
  display: block;
  margin-top: 2rem;
  overflow: hidden;
  position: relative; }
  .node-publication-display.view-mode-teaser form .product-name,
  .node-publication-display.view-mode-teaser form .form-item-product-id,
  .node-publication-display.view-mode-teaser form .form-item-quantity,
  .node-publication-display.view-mode-teaser form .form-submit,
  .node-type-publication-display .field-resources form .product-name,
  .node-type-publication-display .field-resources form .form-item-product-id,
  .node-type-publication-display .field-resources form .form-item-quantity,
  .node-type-publication-display .field-resources form .form-submit {
    display: inline-block;
    float: left; }
  .node-publication-display.view-mode-teaser form .form-item-product-id,
  .node-publication-display.view-mode-teaser form .product-name,
  .node-type-publication-display .field-resources form .form-item-product-id,
  .node-type-publication-display .field-resources form .product-name {
    color: #003B4C;
    font-weight: bold;
    margin: 1.25rem;
    max-width: 55%; }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser form .form-item-product-id,
      .node-publication-display.view-mode-teaser form .product-name,
      .node-type-publication-display .field-resources form .form-item-product-id,
      .node-type-publication-display .field-resources form .product-name {
        margin-bottom: 0;
        max-width: 100%; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .node-publication-display.view-mode-teaser form .form-item-product-id,
      .node-publication-display.view-mode-teaser form .product-name,
      .node-type-publication-display .field-resources form .form-item-product-id,
      .node-type-publication-display .field-resources form .product-name {
        max-width: 40%; } }
  .node-publication-display.view-mode-teaser form .form-type-select.form-item-product-id,
  .node-type-publication-display .field-resources form .form-type-select.form-item-product-id {
    background: #fff url("../img/caret-blue-icon.png") no-repeat 94% center; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .node-publication-display.view-mode-teaser form .form-type-select.form-item-product-id,
      .node-type-publication-display .field-resources form .form-type-select.form-item-product-id {
        /* Retina-specific stuff here */
        background: #fff url("../img/caret-blue-icon@2x.png") no-repeat 94% center;
        background-size: 16px; } }
    .node-publication-display.view-mode-teaser form .form-type-select.form-item-product-id select.form-select,
    .node-type-publication-display .field-resources form .form-type-select.form-item-product-id select.form-select {
      cursor: pointer; }
  .node-publication-display.view-mode-teaser form .product-name,
  .node-type-publication-display .field-resources form .product-name {
    background: #fff;
    padding: 0.6875rem; }
  .node-publication-display.view-mode-teaser form .form-item-quantity label,
  .node-type-publication-display .field-resources form .form-item-quantity label {
    display: none; }
  .node-publication-display.view-mode-teaser form .form-item-quantity input,
  .node-type-publication-display .field-resources form .form-item-quantity input {
    color: #003B4C;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-weight: bold;
    margin-top: 0.25rem;
    padding: 0.6875rem;
    text-align: center; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-publication-display.view-mode-teaser form .form-item-quantity,
    .node-type-publication-display .field-resources form .form-item-quantity {
      position: absolute;
      right: 12.5rem; } }
  @media (max-width: 480px) {
    .node-publication-display.view-mode-teaser form .form-item-quantity,
    .node-type-publication-display .field-resources form .form-item-quantity {
      margin-left: 1.25rem; } }
  .node-publication-display.view-mode-teaser form .form-submit,
  .node-type-publication-display .field-resources form .form-submit {
    display: inline-block;
    font-size: 0.75rem;
    float: right;
    margin: 1.25rem;
    padding: 0.3rem 2.5rem; }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser form .form-submit,
      .node-type-publication-display .field-resources form .form-submit {
        margin-left: 0; } }
  .node-publication-display.view-mode-teaser form .class-set-info,
  .node-type-publication-display .field-resources form .class-set-info {
    display: inline-block;
    padding: 0 0.6875rem; }
  .node-publication-display.view-mode-teaser form .staff-price,
  .node-type-publication-display .field-resources form .staff-price {
    clear: both;
    text-align: left;
    display: block;
    padding: 0 0 1rem 1rem; }

.field-excerpted-reading,
.field-excerpted-reading-2 {
  display: none; }

.node-type-reading .reading-level {
  margin-bottom: 1.25rem; }
  @media (max-width: 480px) {
    .node-type-reading .reading-level {
      text-align: center; } }
  .node-type-reading .reading-level::before {
    content: 'Currently Viewing';
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem;
    margin-right: 1rem; }
  .node-type-reading .reading-level select[id="reading-level"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #dff1f3 url("../img/caret-blue-icon.png") no-repeat;
    background-position: right 0.5rem center;
    border: none;
    border-radius: 0;
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    text-align: left; }

aside [id*="block-views-relevant"] > h2,
aside .block-bean-related-content > h2 {
  border-bottom: 0.1875rem solid #ECECEC;
  color: #003B4C;
  font-size: 1.1875rem;
  margin-bottom: 2rem;
  margin-top: 0;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center; }
  aside [id*="block-views-relevant"] > h2::after,
  aside .block-bean-related-content > h2::after {
    bottom: -0.75rem;
    content: '';
    display: block;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.625rem solid #ECECEC;
    margin: 0 auto;
    width: 0;
    position: absolute;
    left: calc(50% - 10px); }

.content-area .block-bean-related-content > h2,
.content-area [id*="block-views-relevant"] > h2 {
  border-bottom: 0.1875rem solid #ECECEC;
  color: #003B4C;
  padding-bottom: 0.5rem;
  text-align: center; }

.content-area [id*="block-views-related"],
.content-area [id*="block-views-relevant"] {
  clear: left; }

.sands-container.item-list ul {
  display: none; }

.sands-graphic-container {
  text-align: center; }

#sands-graphic {
  max-width: 300px;
  max-height: 250px;
  float: right;
  padding: 0 0 1rem 1rem; }
  @media (max-width: 480px) {
    #sands-graphic {
      float: none;
      padding: 0;
      margin: 0 auto;
      display: inline-block; } }
  #sands-graphic text.active {
    fill: #00A7AD !important; }
  #sands-graphic circle.active {
    fill: #00A7AD !important; }
  #sands-graphic path.active {
    fill: #00A7AD !important; }
  #sands-graphic polygon.active {
    fill: #00A7AD; }

.node-type-landing-page .sands-graphic-container {
  padding-top: 4rem; }

.node-type-landing-page #sands-graphic {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 700px;
  text-align: center; }

.cls-1 {
  font-size: 17.99px;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-weight: 700; }

.cls-1, .cls-7, .cls-8 {
  fill: #60504d; }

.cls-2 {
  letter-spacing: -0.01em; }

.cls-3 {
  letter-spacing: 0em; }

.cls-4 {
  letter-spacing: -0.01em; }

.cls-5 {
  letter-spacing: 0em; }

.cls-6 {
  letter-spacing: 0em; }

.cls-8 {
  font-size: 13.65px;
  font-family: "adelle-sans", "Helvetica", sans-serif; }

.cls-9 {
  letter-spacing: -0.01em; }

.cls-10 {
  letter-spacing: 0em; }

.cls-11 {
  letter-spacing: -0.01em; }

.cls-12 {
  letter-spacing: -0.02em; }

.cls-13 {
  letter-spacing: -0.02em; }

.cls-14 {
  letter-spacing: -0.01em; }

.cls-15 {
  letter-spacing: 0em; }

.cls-16 {
  letter-spacing: 0em; }

.cls-17 {
  letter-spacing: 0em; }

.cls-18 {
  letter-spacing: -0.01em; }

.cls-19 {
  letter-spacing: -0.04em; }

.cls-20 {
  letter-spacing: -0.01em; }

.cls-21 {
  letter-spacing: -0.02em; }

.cls-22 {
  letter-spacing: -0.01em; }

.cls-23 {
  letter-spacing: -0.02em; }

.global-search-subscribe {
  background: #ECECEC;
  padding: 2rem 0; }
  .global-search-subscribe .region {
    display: block; }
    .global-search-subscribe .region::after {
      clear: both;
      content: "";
      display: table; }
  @media (min-width: 671px) and (max-width: 979px) {
    .global-search-subscribe #block-fh-common-fh-search-extended,
    .global-search-subscribe #block-fh-common-fh-email-signup {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .global-search-subscribe #block-fh-common-fh-search-extended:last-child,
      .global-search-subscribe #block-fh-common-fh-email-signup:last-child {
        margin-right: 0; } }
  @media (min-width: 980px) {
    .global-search-subscribe #block-fh-common-fh-search-extended,
    .global-search-subscribe #block-fh-common-fh-email-signup {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .global-search-subscribe #block-fh-common-fh-search-extended:last-child,
      .global-search-subscribe #block-fh-common-fh-email-signup:last-child {
        margin-right: 0; } }
  .global-search-subscribe h2 {
    margin: 0 0 0.5rem; }
  .global-search-subscribe [class*="body"] {
    margin-bottom: 2rem; }
  .global-search-subscribe #block-fh-common-fh-search-extended input[type="text"] {
    border: none; }
  .global-search-subscribe #block-fh-common-fh-search-extended input[type="submit"] {
    margin-top: .9rem; }
  .global-search-subscribe #block-fh-common-fh-email-signup input[type="text"] {
    margin-top: 0; }

.view-mode-default.block-bean-chunk-block {
  margin-bottom: 2rem; }
  .view-mode-default.block-bean-chunk-block h2,
  .view-mode-default.block-bean-chunk-block h3 {
    color: #003B4C;
    font-size: 1.25rem; }
  .view-mode-default.block-bean-chunk-block img {
    text-align: center; }

.region-global-sidebar .menu-block-wrapper > ul.menu {
  margin-left: 0; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li {
    margin-left: 0; }
  .region-global-sidebar .menu-block-wrapper > ul.menu > li > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00A7AD;
    content: "";
    margin-left: 0.5rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li a {
    color: #003B4C;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 2rem;
    padding: 0.1rem 1rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li.expanded {
    list-style: none; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li.expanded ul.menu {
    margin-left: 2rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li.expanded ul.menu li a {
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.5rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li a.active-trail {
    background: #00A7AD;
    color: #fff;
    padding: 0.1rem 1rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li ul.menu li > a.active-trail {
    background: none;
    color: #00A7AD; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li.active-trail a::after {
    color: #fff; }

.field-sources-notes {
  margin-bottom: 1rem; }

div.horizontal-tabs {
  border: none; }
  div.horizontal-tabs fieldset.horizontal-tabs-pane {
    margin: 0;
    padding: 0; }

.horizontal-tabs ul.horizontal-tabs-list {
  background: none;
  border-right: none;
  border-left: none; }
  .horizontal-tabs ul.horizontal-tabs-list li {
    border-left: none;
    border-right: none;
    background: none; }
  .horizontal-tabs ul.horizontal-tabs-list li:hover {
    background: none; }
  .horizontal-tabs ul.horizontal-tabs-list li a:hover {
    background: none; }

.horizontal-tabs ul.horizontal-tabs-list {
  display: block;
  margin-bottom: 2rem;
  overflow: hidden; }
  @media (min-width: 980px) {
    .horizontal-tabs ul.horizontal-tabs-list {
      border-bottom: 0.3125rem solid #ECECEC; } }
  .horizontal-tabs ul.horizontal-tabs-list li {
    width: 33%;
    display: block;
    float: left;
    position: relative;
    text-align: center; }
    @media (min-width: 980px) {
      .horizontal-tabs ul.horizontal-tabs-list li {
        float: none;
        display: inline; } }
  .horizontal-tabs ul.horizontal-tabs-list li a,
  .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    color: #00A7AD;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.75rem;
    padding: 1rem 0; }
    @media (min-width: 980px) {
      .horizontal-tabs ul.horizontal-tabs-list li a,
      .horizontal-tabs ul.horizontal-tabs-list li.selected a {
        display: inline-block;
        font-size: 24px;
        padding: 1rem; } }
  .horizontal-tabs ul.horizontal-tabs-list li a {
    border-bottom: 0.25rem solid #ECECEC; }
    @media (min-width: 980px) {
      .horizontal-tabs ul.horizontal-tabs-list li a {
        border-bottom: none; } }
  .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    background: #ECECEC;
    color: #003B4C; }
  .horizontal-tabs ul.horizontal-tabs-list li.selected::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid #ECECEC;
    left: calc(50% - 15px);
    position: absolute;
    z-index: 10; }
    @media (min-width: 980px) {
      .horizontal-tabs ul.horizontal-tabs-list li.selected::after {
        bottom: -2.5rem;
        left: calc(50% - 20px); } }

.bean-grouped-cta-block > .content > .field-callout-link {
  text-align: center;
  padding: 0 2rem; }
  @media (min-width: 980px) {
    .bean-grouped-cta-block > .content > .field-callout-link {
      top: 1.5rem;
      right: 0; }
      .not-front .bean-grouped-cta-block > .content > .field-callout-link {
        top: 0.37rem; } }
  .bean-grouped-cta-block > .content > .field-callout-link a {
    color: #00A7AD;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .bean-grouped-cta-block > .content > .field-callout-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 0.1rem; }

#view-scope-and-sequence,
#block-views-topics-topics-block,
#block-views-topics-topics-home-block {
  position: relative; }

#block-views-ff1299ab5d656b77b0aceec08d2170c0 > h2,
#block-views-topics-topics-block > h2,
#block-views-topics-topics-home-block > h2 {
  border-bottom: 0.25rem solid #ECECEC;
  display: block;
  font-size: 32;
  color: #003B4C;
  padding-bottom: 0.5rem; }

#block-views-topics-topics-home-block .more-link {
  text-align: center; }
  @media (min-width: 980px) {
    #block-views-topics-topics-home-block .more-link {
      position: absolute;
      text-align: right;
      top: 1rem;
      right: 0; } }
  #block-views-topics-topics-home-block .more-link a {
    color: #00A7AD;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  #block-views-topics-topics-home-block .more-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #003B4C;
    margin-left: 0.1rem; }

#block-views-topics-topics-home-block .views-row {
  display: table;
  float: left;
  text-align: center;
  margin: 0;
  margin-bottom: -3px;
  width: 25%; }
  @media (min-width: 481px) and (max-width: 670px) {
    #block-views-topics-topics-home-block .views-row {
      width: 50%; } }
  @media (max-width: 480px) {
    #block-views-topics-topics-home-block .views-row {
      display: block;
      width: 50%; } }
  #block-views-topics-topics-home-block .views-row .taxonomy-term {
    background-color: #003B4C;
    display: table-cell;
    vertical-align: middle;
    height: 10.4375rem;
    width: 100%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all; }
    @media (max-width: 480px) {
      #block-views-topics-topics-home-block .views-row .taxonomy-term {
        display: block;
        height: 8.75rem; } }
    #block-views-topics-topics-home-block .views-row .taxonomy-term:hover {
      background: #EB922D;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      transition: 0.3s all; }
    #block-views-topics-topics-home-block .views-row .taxonomy-term h2 {
      display: table;
      font-size: 1.3125rem;
      margin: 0;
      width: 100%;
      height: 100%; }
    #block-views-topics-topics-home-block .views-row .taxonomy-term a {
      display: table-cell;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      color: #fff;
      font-size: 1.3rem;
      height: 100%;
      padding: 1rem;
      width: 100%;
      vertical-align: middle; }
      @media (max-width: 480px) {
        #block-views-topics-topics-home-block .views-row .taxonomy-term a {
          font-size: 1.1rem;
          padding: 0; } }

.node-type-landing-page [id*="block-views-topics-"] .views-row,
.view-scope-and-sequence .views-row,
#block-views-topics-topics-block .views-row {
  display: inline-block;
  margin-bottom: 1.5rem;
  min-height: 13.625rem; }
  .node-type-landing-page [id*="block-views-topics-"] .views-row .content,
  .view-scope-and-sequence .views-row .content,
  #block-views-topics-topics-block .views-row .content {
    display: none; }
  @media (min-width: 980px) {
    .node-type-landing-page [id*="block-views-topics-"] .views-row,
    .view-scope-and-sequence .views-row,
    #block-views-topics-topics-block .views-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:last-child,
      .view-scope-and-sequence .views-row:last-child,
      #block-views-topics-topics-block .views-row:last-child {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n),
      .view-scope-and-sequence .views-row:nth-child(3n),
      #block-views-topics-topics-block .views-row:nth-child(3n) {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n+1),
      .view-scope-and-sequence .views-row:nth-child(3n+1),
      #block-views-topics-topics-block .views-row:nth-child(3n+1) {
        clear: left; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-type-landing-page [id*="block-views-topics-"] .views-row,
    .view-scope-and-sequence .views-row,
    #block-views-topics-topics-block .views-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(4n),
      .view-scope-and-sequence .views-row:nth-child(4n),
      #block-views-topics-topics-block .views-row:nth-child(4n) {
        margin-right: 2.35765%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(4n+1),
      .view-scope-and-sequence .views-row:nth-child(4n+1),
      #block-views-topics-topics-block .views-row:nth-child(4n+1) {
        clear: none; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:last-child,
      .view-scope-and-sequence .views-row:last-child,
      #block-views-topics-topics-block .views-row:last-child {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n),
      .view-scope-and-sequence .views-row:nth-child(3n),
      #block-views-topics-topics-block .views-row:nth-child(3n) {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n+1),
      .view-scope-and-sequence .views-row:nth-child(3n+1),
      #block-views-topics-topics-block .views-row:nth-child(3n+1) {
        clear: left; } }
  @media (min-width: 481px) and (max-width: 670px) {
    .node-type-landing-page [id*="block-views-topics-"] .views-row,
    .view-scope-and-sequence .views-row,
    #block-views-topics-topics-block .views-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n),
      .view-scope-and-sequence .views-row:nth-child(3n),
      #block-views-topics-topics-block .views-row:nth-child(3n) {
        margin-right: 2.35765%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n+1),
      .view-scope-and-sequence .views-row:nth-child(3n+1),
      #block-views-topics-topics-block .views-row:nth-child(3n+1) {
        clear: none; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:last-child,
      .view-scope-and-sequence .views-row:last-child,
      #block-views-topics-topics-block .views-row:last-child {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(2n),
      .view-scope-and-sequence .views-row:nth-child(2n),
      #block-views-topics-topics-block .views-row:nth-child(2n) {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(2n+1),
      .view-scope-and-sequence .views-row:nth-child(2n+1),
      #block-views-topics-topics-block .views-row:nth-child(2n+1) {
        clear: left; } }
  @media (max-width: 480px) {
    .node-type-landing-page [id*="block-views-topics-"] .views-row,
    .view-scope-and-sequence .views-row,
    #block-views-topics-topics-block .views-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:last-child,
      .view-scope-and-sequence .views-row:last-child,
      #block-views-topics-topics-block .views-row:last-child {
        margin-right: 0; } }
  .node-type-landing-page [id*="block-views-topics-"] .views-row .taxonomy-term,
  .view-scope-and-sequence .views-row .taxonomy-term,
  #block-views-topics-topics-block .views-row .taxonomy-term {
    background-color: #003B4C;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 13.625rem;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all; }
    .node-type-landing-page [id*="block-views-topics-"] .views-row .taxonomy-term:hover,
    .view-scope-and-sequence .views-row .taxonomy-term:hover,
    #block-views-topics-topics-block .views-row .taxonomy-term:hover {
      background: #EB922D;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      transition: 0.3s all; }
    .node-type-landing-page [id*="block-views-topics-"] .views-row .taxonomy-term h2,
    .view-scope-and-sequence .views-row .taxonomy-term h2,
    #block-views-topics-topics-block .views-row .taxonomy-term h2 {
      font-size: 1.3125rem;
      margin: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .node-type-landing-page [id*="block-views-topics-"] .views-row .taxonomy-term a,
    .view-scope-and-sequence .views-row .taxonomy-term a,
    #block-views-topics-topics-block .views-row .taxonomy-term a {
      color: #fff;
      display: block;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1.3rem;
      height: 100%;
      padding: 6rem 1rem;
      width: 100%; }

.view-topics > .view-content {
  display: block; }
  .view-topics > .view-content::after {
    clear: both;
    content: "";
    display: table; }

#block-views-topics-topics-block .views-row.more-topics a::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.5rem; }

/* Fix for HTML5 audio player to not overlap other content in TimelineJS */
.tl-media-audio {
  max-width: 100%; }

.tl-media-item.tl-media-iframe .field-timeline-media-text.text-long {
  height: 100% !important; }

.node-type-unit-assessment .field-feedback-link a {
  color: #003B4C;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: bold; }

.node-type-unit .field-lesson-series,
.node-type-unit .paragraphs-items-field-lessons-and-assessments,
.node-type-lesson-plan {
  margin-top: 2rem; }
  .node-type-unit .field-lesson-series::after,
  .node-type-unit .paragraphs-items-field-lessons-and-assessments::after,
  .node-type-lesson-plan::after {
    clear: both;
    content: "";
    display: table; }

.node-type-unit .content-area h3,
.node-type-unit .content-area .field-label {
  font-size: 2rem; }

.page-registration h3,
.page-registration label,
.page-user-register h3,
.page-user-register label {
  color: #003B4C; }
.page-registration input[type=text],
.page-registration input[type=password],
.page-registration textarea,
.page-user-register input[type=text],
.page-user-register input[type=password],
.page-user-register textarea {
  border: 0.0625rem solid #d8d8d8; }
@media (min-width: 980px) {
  .page-registration .form-type-textarea,
  .page-user-register .form-type-textarea {
    width: 50%; } }
.page-registration fieldset .fieldset-legend,
.page-user-register fieldset .fieldset-legend {
  font-size: 1rem;
  font-weight: bold; }
.page-registration legend,
.page-user-register legend {
  margin: 0; }
.page-registration #redhen_contact_general_form_group_selfid_options .fieldset-wrapper,
.page-registration #edit-field-contact-address-und-0 .fieldset-wrapper,
.page-user-register #redhen_contact_general_form_group_selfid_options .fieldset-wrapper,
.page-user-register #edit-field-contact-address-und-0 .fieldset-wrapper {
  padding: 0; }

.page-registration #autocomplete,
.page-user-register #autocomplete {
  border: none;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.5);
  margin-left: 0.125rem;
  max-height: 31.25rem;
  overflow-y: scroll; }
  .page-registration #autocomplete li,
  .page-user-register #autocomplete li {
    padding: 0.5rem;
    font-size: 1rem;
    white-space: normal; }

.page-registration input[type=submit] {
  margin-right: 0.5rem; }
.page-registration #edit-cancel {
  background: #B2A6A0;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0.75rem 1rem; }

.page-user.logged-in h1#page-title {
  border-bottom: 5px solid #1C7E7E;
  padding: 0.25rem;
  width: 75%; }

.page-redhen #edit-filter-fieldset a {
  font-size: 1.7rem;
  color: #003B4C; }

.page-redhen table {
  width: 100%;
  margin-top: 50px; }
  .page-redhen table tr {
    background: #fff;
    border-bottom: none; }
  .page-redhen table tr:nth-of-type(2n) {
    background: #ECECEC; }
  .page-redhen table td {
    padding: 1rem 0.5rem; }

.view-filters {
  margin-bottom: 1.75rem; }
  .view-filters .views-exposed-widget.views-submit-button input, .view-filters .views-exposed-widget.views-reset-button input {
    background-color: #ECECEC;
    color: #003B4C;
    font-weight: 700;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    border: 1px solid #B2A6A0; }
    .view-filters .views-exposed-widget.views-submit-button input:hover, .view-filters .views-exposed-widget.views-reset-button input:hover {
      background-color: #E5E5E5;
      border: 1px solid #B2A6A0; }

@media (max-width: 480px) {
  .view-cm-row-videos table td, .view-cm-row-videos table th,
  .view-shoah-testimonies table td,
  .view-shoah-testimonies table th {
    text-align: center;
    padding: 0;
    width: 100%;
    clear: both;
    display: block; } }
.view-cm-row-videos img,
.view-shoah-testimonies img {
  width: 100%; }
  @media (max-width: 480px) {
    .view-cm-row-videos img,
    .view-shoah-testimonies img {
      display: block;
      padding: 1rem;
      vertical-align: inherit; } }
.view-cm-row-videos .video-description,
.view-cm-row-videos .video-rows-description,
.view-shoah-testimonies .video-description,
.view-shoah-testimonies .video-rows-description {
  text-align: left;
  padding: 1rem; }
  @media (max-width: 480px) {
    .view-cm-row-videos .video-description,
    .view-cm-row-videos .video-rows-description,
    .view-shoah-testimonies .video-description,
    .view-shoah-testimonies .video-rows-description {
      text-align: center; } }
  .view-cm-row-videos .video-description strong,
  .view-cm-row-videos .video-rows-description strong,
  .view-shoah-testimonies .video-description strong,
  .view-shoah-testimonies .video-rows-description strong {
    font-family: "adelle-sans", "Helvetica", sans-serif; }
  .view-cm-row-videos .video-description strong a,
  .view-cm-row-videos .video-rows-description strong a,
  .view-shoah-testimonies .video-description strong a,
  .view-shoah-testimonies .video-rows-description strong a {
    color: #003B4C; }

@media (max-width: 480px) {
  .video-row, .video-description {
    /* Make video description text behave  like a row and go below image thumbnails on mobile */
    display: block;
    border-bottom: 1px solid #eee; } }

.node-webinar.view-mode-full .field-label {
  color: #cccccc;
  font-size: 0.75rem;
  margin-bottom: 0;
  text-transform: uppercase; }
.node-webinar.view-mode-full h3 {
  font-family: "adelle-sans", "Helvetica", sans-serif; }
.node-webinar.view-mode-full .group-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .node-webinar.view-mode-full .group-main:last-child {
    margin-right: 0; }
  .node-webinar.view-mode-full .group-main:nth-child(1n) {
    margin-right: 2.35765%; }
  .node-webinar.view-mode-full .group-main:nth-child(1n+1) {
    clear: none; }
  @media (max-width: 480px) {
    .node-webinar.view-mode-full .group-main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 0; }
      .node-webinar.view-mode-full .group-main:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-webinar.view-mode-full .group-main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 0; }
      .node-webinar.view-mode-full .group-main:last-child {
        margin-right: 0; } }
  .node-webinar.view-mode-full .group-main .on-demand-webinar-login {
    margin: 1rem 0; }
    .node-webinar.view-mode-full .group-main .on-demand-webinar-login a {
      background-color: #00A7AD;
      color: #fff;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold;
      border: none;
      margin: 0.8rem 0;
      padding: 0.6rem 1rem;
      text-transform: uppercase; }
  .node-webinar.view-mode-full .group-main .field-body {
    clear: both;
    padding: 0 0 1rem; }
  .node-webinar.view-mode-full .group-main .field-brightcove-video .video-js,
  .node-webinar.view-mode-full .group-main .field-image img {
    margin-bottom: 2rem;
    width: 100%; }
  .node-webinar.view-mode-full .group-main .field-label {
    margin: 0 0 0.5rem; }
  .node-webinar.view-mode-full .group-main .field-downloadable-pdf a {
    align-items: center;
    color: #00A7AD;
    display: flex;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem; }
    .node-webinar.view-mode-full .group-main .field-downloadable-pdf a::after {
      background: url(../img/fh-document-turquoise.svg) no-repeat center;
      content: '';
      display: inline-block;
      height: 20px;
      margin-left: 0.5rem;
      width: 15px; }
.node-webinar.view-mode-full .group-sidebar {
  border-bottom: 0.21875rem solid #d8d8d8;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  .node-webinar.view-mode-full .group-sidebar:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .node-webinar.view-mode-full .group-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border-top: 0.21875rem solid #d8d8d8;
      margin-top: 3rem;
      padding-top: 1rem; }
      .node-webinar.view-mode-full .group-sidebar:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-webinar.view-mode-full .group-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border-top: 0.21875rem solid #d8d8d8;
      margin-top: 3rem;
      padding-top: 1rem; }
      .node-webinar.view-mode-full .group-sidebar:last-child {
        margin-right: 0; } }
  .node-webinar.view-mode-full .group-sidebar .field-label {
    border-top: 0.21875rem solid #d8d8d8;
    padding: 0.625rem; }
  .node-webinar.view-mode-full .group-sidebar .field-webinar-cta a {
    background: #003B4C url(../img/arrow-right-turquoise.png) calc(100% - 1rem) center no-repeat;
    color: #fff;
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    margin-left: 0.625rem;
    padding: 0.6rem 2.5rem 0.6rem 1rem;
    text-transform: uppercase; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .node-webinar.view-mode-full .group-sidebar .field-webinar-cta a {
        /* Retina-specific stuff here */
        background: #003B4C url(../img/arrow-right-turquoise@2x.png) calc(100% - 1rem) center no-repeat;
        background-size: 1.0625rem; } }
  .node-webinar.view-mode-full .group-sidebar .field-webinar-type {
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    margin-left: 0.625rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase; }
  .node-webinar.view-mode-full .group-sidebar .field-term-topic,
  .node-webinar.view-mode-full .group-sidebar .field-subject,
  .node-webinar.view-mode-full .group-sidebar .field-teaching-strategy-types {
    color: #003B4C;
    font-size: 1.125rem;
    font-weight: bold;
    margin-left: 0.625rem; }
  .node-webinar.view-mode-full .group-sidebar h3 {
    font-family: "adelle-sans", "Helvetica", sans-serif; }

.field-webinar-type.red {
  background-color: #E74A37; }

.field-webinar-type.orange {
  background-color: #EB922D; }

.field-webinar-type.yellow {
  background-color: #D5C200; }

.field-webinar-type.green {
  background-color: #88b94b; }

.view-mode-full .group-google-links,
.fh-chunk-view-mode-complete .group-google-links {
  margin: 0 0 1rem 0;
  padding-left: 0.625rem; }
.view-mode-full .field-file,
.view-mode-full .field-link-to-google-asset,
.view-mode-full .field-share-to-google-classroom,
.fh-chunk-view-mode-complete .field-file,
.fh-chunk-view-mode-complete .field-link-to-google-asset,
.fh-chunk-view-mode-complete .field-share-to-google-classroom {
  padding-top: 1rem; }
  .view-mode-full .field-file:before,
  .view-mode-full .field-link-to-google-asset:before,
  .view-mode-full .field-share-to-google-classroom:before,
  .fh-chunk-view-mode-complete .field-file:before,
  .fh-chunk-view-mode-complete .field-link-to-google-asset:before,
  .fh-chunk-view-mode-complete .field-share-to-google-classroom:before {
    display: inline-block;
    content: ' ';
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    vertical-align: middle; }
  .view-mode-full .field-file .file-icon,
  .view-mode-full .field-link-to-google-asset .file-icon,
  .view-mode-full .field-share-to-google-classroom .file-icon,
  .fh-chunk-view-mode-complete .field-file .file-icon,
  .fh-chunk-view-mode-complete .field-link-to-google-asset .file-icon,
  .fh-chunk-view-mode-complete .field-share-to-google-classroom .file-icon {
    display: none; }
  .view-mode-full .field-file a,
  .view-mode-full .field-link-to-google-asset a,
  .view-mode-full .field-share-to-google-classroom a,
  .fh-chunk-view-mode-complete .field-file a,
  .fh-chunk-view-mode-complete .field-link-to-google-asset a,
  .fh-chunk-view-mode-complete .field-share-to-google-classroom a {
    margin-left: 10px; }
    .view-mode-full .field-file a span.ext,
    .view-mode-full .field-link-to-google-asset a span.ext,
    .view-mode-full .field-share-to-google-classroom a span.ext,
    .fh-chunk-view-mode-complete .field-file a span.ext,
    .fh-chunk-view-mode-complete .field-link-to-google-asset a span.ext,
    .fh-chunk-view-mode-complete .field-share-to-google-classroom a span.ext {
      background: none; }
.view-mode-full .field-file:before,
.fh-chunk-view-mode-complete .field-file:before {
  background-image: url("../img/pdf3.svg"); }
.view-mode-full .field-link-to-google-asset:before,
.fh-chunk-view-mode-complete .field-link-to-google-asset:before {
  background-image: url("../img/google-drive-icon.png"); }
.view-mode-full .field-share-to-google-classroom:before,
.fh-chunk-view-mode-complete .field-share-to-google-classroom:before {
  background-image: url("../img/32x32_black_stroke_icon@2x.png"); }

.breadcrumb .region-global-breadcrumb {
  position: relative; }

.breadcrumb {
  background: rgba(0, 0, 0, 0.04);
  padding-top: 4rem;
  padding-bottom: 1rem; }

.breadcrumb .region-global-breadcrumb {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .breadcrumb .region-global-breadcrumb::after {
    clear: both;
    content: "";
    display: table; }
  .breadcrumb .region-global-breadcrumb .block-easy-breadcrumb {
    float: left; }
  .breadcrumb .region-global-breadcrumb .easy-breadcrumb_segment {
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-size: 1rem; }

.breadcrumb .back-link::before {
  content: "";
  color: #00A7AD;
  font-size: 0.75rem;
  font-weight: normal;
  margin-right: 0.25rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-node-14783 .breadcrumb {
  display: none; }

.bcls-hide-overlay {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 5s;
  -webkit-transition-timing-function: ease;
  transition-property: opacity;
  transition-duration: 5s;
  transition-timing-function: ease; }

.video-js .vjs-overlay {
  opacity: .3;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  width: 50%;
  bottom: 5px;
  right: 5px;
  pointer-events: none; }

.video-js .vjs-overlay-top-left {
  top: 5px;
  left: 5px; }

.video-js .vjs-overlay-top {
  left: 50%;
  margin-left: -16.5%;
  top: 5px; }

.video-js .vjs-overlay-top-right {
  right: 5px;
  top: 5px; }

.video-js .vjs-overlay-right {
  margin-top: -15px;
  right: 5px;
  top: 50%; }

.video-js .vjs-overlay-bottom {
  bottom: 4.5em;
  left: 50%;
  margin-left: -16.5%; }

.video-js .vjs-overlay-bottom-left {
  bottom: 4.5em;
  left: 5px; }

.video-js .vjs-overlay-left {
  left: 5px;
  margin-top: -15px;
  top: 50%; }

/* DockText (Inherited by both DockTitle and DockDescription) */
.vjs-dock-text {
  margin-bottom: .333em;
  color: #FFFFFF;
  font-weight: lighter;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 70%, transparent 100%); }

/* docktext background */
.video-js .vjs-dock-text {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #FFFFFF;
  font-weight: lighter;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
  opacity: .7; }

/* DockTitle */
.vjs-dock-title {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.333; }

/* DockDescription hide unless hover*/
.vjs-dock-description {
  color: #FFFFFF;
  font-size: .8em;
  display: none; }

.vjs-dock-description:hover {
  color: #FFFFFF;
  font-size: .8em;
  display: block; }

.brightcove-transcript-cc {
  border: none;
  line-height: 2; }
  .brightcove-transcript-cc label {
    font-weight: normal; }
  .brightcove-transcript-cc label,
  .brightcove-transcript-cc select {
    color: #00A7AD;
    display: inline-block; }

.closed-caption-icon {
  background-image: url("../img/Closed_captioning_symbol.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 12px; }

.page-checkout h1,
.page-cart h1 {
  text-transform: capitalize; }

.view-commerce-cart-summary,
.view-commerce-cart-form-custom {
  font-family: "adelle-sans", "Helvetica", sans-serif; }

#edit-cart-contents {
  padding: 0; }
  #edit-cart-contents .fieldset-wrapper {
    background: none;
    padding: 0; }

.view-commerce-cart-summary table,
.view-commerce-cart-form-custom table,
#commerce-checkout-form-review .checkout-review {
  width: 100%; }

.checkout-review tr.odd,
.checkout-review tr.even {
  background-color: #fff; }

.view-commerce-cart-summary tbody,
.view-commerce-cart-form-custom tbody {
  border-top: none; }

.view-commerce-cart-summary th,
.view-commerce-cart-form-custom th {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: normal; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary th,
    .view-commerce-cart-form-custom th {
      display: none; } }

.view-commerce-cart-form-custom th.views-field-edit-quantity {
  text-align: center; }

.view-commerce-cart-summary tr,
.view-commerce-cart-form-custom tr {
  border-bottom: solid #fff 0.3125rem; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary tr,
    .view-commerce-cart-form-custom tr {
      border-bottom: solid #fff 0.625rem; } }

.view-commerce-cart-summary tr.odd,
.view-commerce-cart-form-custom tr.odd {
  background-color: #d8d8d8; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary tr.odd,
    .view-commerce-cart-form-custom tr.odd {
      background-color: #ECECEC; } }

.view-commerce-cart-summary tr.even,
.view-commerce-cart-form-custom tr.even {
  background-color: #ECECEC; }

.view-commerce-cart-summary td,
.view-commerce-cart-form-custom td {
  font-size: 0.75rem; }
  @media (min-width: 980px) {
    .view-commerce-cart-summary td,
    .view-commerce-cart-form-custom td {
      font-size: 0.875rem; } }
  .view-commerce-cart-summary td input.delete-line-item,
  .view-commerce-cart-form-custom td input.delete-line-item {
    border: none;
    background-color: transparent; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary td,
    .view-commerce-cart-form-custom td {
      clear: both;
      display: block;
      font-size: 1.125rem;
      margin: 0.625rem 0 0 0.625rem; } }
  @media (max-width: 480px) {
    .view-commerce-cart-summary td input.delete-line-item,
    .view-commerce-cart-form-custom td input.delete-line-item {
      float: right;
      margin: 1.25rem 0.3125rem 0.625rem 0; } }
  @media (max-width: 480px) {
    .view-commerce-cart-summary td a,
    .view-commerce-cart-form-custom td a {
      font-size: 1.625rem; } }

@media (max-width: 480px) {
  .view-commerce-cart-form-custom .views-field-sku::before {
    content: "SKU "; } }

.view-commerce-cart-summary tr th.views-field-line-item-title,
.view-commerce-cart-summary tr td.views-field-line-item-title,
.view-commerce-cart-form-custom .views-field-sku {
  padding-left: 0.625rem; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary tr th.views-field-line-item-title,
    .view-commerce-cart-summary tr td.views-field-line-item-title,
    .view-commerce-cart-form-custom .views-field-sku {
      padding: 0.625rem 0; } }

.view-commerce-cart-summary td.views-field-line-item-title,
.view-commerce-cart-form-custom td.views-field-line-item-title {
  padding: 0.9375rem 0; }
  @media (max-width: 480px) {
    .view-commerce-cart-summary td.views-field-line-item-title,
    .view-commerce-cart-form-custom td.views-field-line-item-title {
      margin-bottom: 0.625rem;
      padding: 0; } }

@media (max-width: 480px) {
  .view-commerce-cart-summary td.views-field-commerce-unit-price,
  .view-commerce-cart-form-custom td.views-field-commerce-unit-price {
    display: inline;
    font-size: 1.75rem;
    width: 50%; } }

.view-commerce-cart-form-custom td.views-field-edit-quantity {
  display: inline;
  width: 50%; }
  .view-commerce-cart-form-custom td.views-field-edit-quantity .form-type-textfield {
    text-align: center;
    /* Was unable to vertically align this element, so I took my
    best guess at appropriate top and bottom margins */
    margin-bottom: 0.625rem;
    margin-top: 0.75rem; }

.view-commerce-cart-summary td.views-field-commerce-unit-price,
.view-commerce-cart-summary td.views-field-quantity,
.view-commerce-cart-summary td.views-field-commerce-total {
  vertical-align: middle; }

@media (max-width: 480px) {
  .view-commerce-cart-summary td.views-field-quantity {
    color: #B2A6A0;
    float: right;
    font-size: 1.75rem;
    margin: 0 0.5625rem 1rem 0; } }

@media (max-width: 480px) {
  .view-commerce-cart-summary td.views-field-quantity::before {
    content: "QTY"; } }

.view-commerce-cart-summary th.views-field-quantity,
.view-commerce-cart-summary td.views-field-quantity {
  text-align: center; }

@media (max-width: 480px) {
  .view-commerce-cart-form-custom td.views-field-edit-quantity div.form-type-textfield {
    display: inline;
    float: right;
    margin: 0 0.625rem 0 0; } }
.view-commerce-cart-form-custom td.views-field-edit-quantity div.form-type-textfield input {
  border: solid #B2A6A0 0.0625rem;
  padding: 0.3125rem 0.625rem;
  text-align: center; }
  @media (max-width: 480px) {
    .view-commerce-cart-form-custom td.views-field-edit-quantity div.form-type-textfield input {
      margin-top: 0.1875rem;
      padding: 0.4375rem 1.875rem; } }

.view-commerce-cart-summary tr th.views-field-commerce-total,
.view-commerce-cart-summary tr td.views-field-commerce-total {
  padding-right: 0.625rem; }

@media (max-width: 480px) {
  .view-commerce-cart-summary .views-field-commerce-total,
  .view-commerce-cart-form-custom .views-field-commerce-total {
    display: none; } }

.field-commerce-order-total {
  border-top: solid 0.1875rem #ECECEC;
  margin-top: 1.375rem;
  padding: 1.375rem 0; }
  .field-commerce-order-total tbody {
    border: none; }
  @media (max-width: 480px) {
    .field-commerce-order-total {
      margin-left: auto;
      margin-right: auto; }
      .field-commerce-order-total table.commerce-price-formatted-components,
      .field-commerce-order-total tbody,
      .field-commerce-order-total tr {
        text-align: center;
        width: 100%;
        display: block; } }

@media (min-width: 481px) and (max-width: 979px) {
  .commerce-price-formatted-components {
    display: inline;
    float: right; } }
@media (max-width: 480px) {
  .commerce-price-formatted-components {
    display: inline; } }
.commerce-price-formatted-components .component-title,
.commerce-price-formatted-components .component-total {
  font-size: 1.25rem;
  font-weight: normal; }
  @media (max-width: 480px) {
    .commerce-price-formatted-components .component-title,
    .commerce-price-formatted-components .component-total {
      display: inline;
      font-size: 1.625rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .commerce-price-formatted-components .component-title,
    .commerce-price-formatted-components .component-total {
      font-size: 1.125rem; } }

.commerce-price-formatted-components .component-title {
  float: right; }
  @media (max-width: 480px) {
    .commerce-price-formatted-components .component-title {
      float: none; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .commerce-price-formatted-components .component-title {
      padding-right: 0.5rem; } }

.commerce-price-formatted-components tr.odd {
  background-color: #fff; }

.commerce-price-formatted-components .component-title {
  text-transform: uppercase; }

.commerce-line-item-actions {
  margin-top: 0; }
  .commerce-line-item-actions input {
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .commerce-line-item-actions input {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
  .commerce-line-item-actions #edit-submit,
  .commerce-line-item-actions #edit-checkout {
    border: none; }
  .commerce-line-item-actions #edit-submit {
    background-color: #fff;
    font-size: 0.8125rem;
    padding: 0.9375rem 2.5rem; }
    @media (max-width: 480px) {
      .commerce-line-item-actions #edit-submit {
        font-size: 0.9375rem; } }
  .commerce-line-item-actions #edit-checkout {
    background-color: #003B4C;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0.9375rem 4.375rem; }

.checkout-buttons #edit-continue {
  background-color: #003B4C;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0.9375rem 3.125rem; }
.checkout-buttons #edit-back {
  color: #003B4C;
  padding-left: 1.5625rem; }
.checkout-buttons .button-operator {
  display: none; }

@media (max-width: 480px) {
  .checkout-buttons .fieldset-wrapper {
    text-align: center; } }

@media (max-width: 480px) {
  .checkout-buttons #edit-continue {
    padding: 0.9375rem 4.375rem; } }

@media (max-width: 480px) {
  .checkout-buttons #edit-back {
    padding-left: 0; } }

table.checkout-review tbody {
  border-top: none; }

table.checkout-review tr.pane-data {
  border-bottom: solid 0.9375rem #fff; }

table.checkout-review tbody .pane-title:nth-of-type(1) {
  display: none; }

@media (min-width: 980px) {
  .ts-ck-entity-embed-center .fh-chunk-image {
    max-width: 70%; } }
.ts-ck-entity-embed-center .fh-chunk-image img {
  width: auto; }

@media (min-width: 980px) {
  [class*="ts-ck-entity-embed"] .fh-chunk-image {
    margin: 1rem auto; } }
[class*="ts-ck-entity-embed"] .fh-chunk-image .metadata {
  display: none; }
[class*="ts-ck-entity-embed"] .fh-chunk-image .field-long-caption {
  color: #9B9B9B;
  font-size: 0.875rem;
  font-style: italic; }

.ts-ck-entity-embed-left img,
.ts-ck-entity-embed-right img {
  height: auto;
  width: 100%; }

.node-type-unit-assessment .field-body {
  padding-bottom: 1rem; }

.node-type-unit-assessment .field-feedback-link {
  border-top: 0.1875rem solid #ECECEC;
  padding: 4rem 0; }

.node-type-unit-assessment .fh-chunk-unit-assessment .assessment-step {
  color: #003B4C;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase; }
.node-type-unit-assessment .fh-chunk-unit-assessment h2 {
  font-size: 1.75rem;
  margin-top: 0; }
.node-type-unit-assessment .fh-chunk-unit-assessment h3 {
  font-size: 1.25rem; }
.node-type-unit-assessment .fh-chunk-unit-assessment .full-view-link.backlink {
  display: none; }
.node-type-unit-assessment .fh-chunk-unit-assessment .previous-lesson,
.node-type-unit-assessment .fh-chunk-unit-assessment .next-lesson {
  max-width: 50%; }
  .node-type-unit-assessment .fh-chunk-unit-assessment .previous-lesson a,
  .node-type-unit-assessment .fh-chunk-unit-assessment .next-lesson a {
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    margin-top: 3rem; }
.node-type-unit-assessment .fh-chunk-unit-assessment .previous-lesson {
  float: left; }
.node-type-unit-assessment .fh-chunk-unit-assessment .next-lesson {
  float: right;
  text-align: right; }
.node-type-unit-assessment .fh-chunk-unit-assessment.fh-chunk-view-mode-complete {
  border-top: 0.1875rem solid #ECECEC;
  padding: 4rem 0; }

.node-type-unit-assessment .block-fh-anchor-nav .assessment-step {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: capitalize; }
.node-type-unit-assessment .block-fh-anchor-nav li:hover .assessment-step,
.node-type-unit-assessment .block-fh-anchor-nav li.tc-active .assessment-step {
  color: #fff; }
.node-type-unit-assessment .block-fh-anchor-nav h2.chunk-title {
  padding-left: 0;
  text-transform: none;
  margin-bottom: 0; }

#block-views-unit-overview-block {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #block-views-unit-overview-block::after {
    clear: both;
    content: "";
    display: table; }
  #block-views-unit-overview-block > h2 {
    font-size: 2rem;
    font-family: "adelle", "Georgia", "Times New Roman", serif; }

.unit-overview-minimal-card .overview-lessons-assessments .view-mode-card,
.unit-overview-minimal-card .overview-lessons-assessments .fh-chunk-view-mode-card {
  min-height: 1rem; }
  .unit-overview-minimal-card .overview-lessons-assessments .view-mode-card .assessment-step,
  .unit-overview-minimal-card .overview-lessons-assessments .fh-chunk-view-mode-card .assessment-step {
    text-align: center; }
  .unit-overview-minimal-card .overview-lessons-assessments .view-mode-card .content,
  .unit-overview-minimal-card .overview-lessons-assessments .fh-chunk-view-mode-card .content {
    min-height: 19rem; }
    .unit-overview-minimal-card .overview-lessons-assessments .view-mode-card .content:after,
    .unit-overview-minimal-card .overview-lessons-assessments .fh-chunk-view-mode-card .content:after {
      display: none; }

.assessment-step {
  font-weight: 400;
  text-transform: capitalize; }

.unit-overview-minimal-card .views-field-title span.field-content::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00A7AD;
  content: "";
  margin-right: 0.5rem;
  transform: rotate(180deg); }
.unit-overview-minimal-card .views-field-title span.field-content .back-to-unit {
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }
.unit-overview-minimal-card .views-field-title span.field-content a {
  color: #003B4C; }

.unit-overview-minimal-card .card_title,
.unit-overview-minimal-card h2.chunk-title {
  text-align: center; }
.unit-overview-minimal-card .field-lesson.active-lesson {
  background-color: #9B9B9B;
  opacity: 0.5; }
.unit-overview-minimal-card .field-body {
  display: none; }
.unit-overview-minimal-card .overview-lessons-assessments {
  margin-top: 2rem; }
.unit-overview-minimal-card h2.card_title {
  margin-bottom: 1rem; }
.unit-overview-minimal-card .fh-chunk-view-mode-card,
.unit-overview-minimal-card .node.view-mode-card {
  min-heigth: 19rem;
  max-height: 19rem; }
  @media (max-width: 480px) {
    .unit-overview-minimal-card .fh-chunk-view-mode-card,
    .unit-overview-minimal-card .node.view-mode-card {
      max-height: none; } }

h2.unit-overview-title {
  border-bottom: 0.1875rem solid #ECECEC;
  color: #003B4C;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  padding-bottom: 0.5rem;
  text-align: center; }

.fh-chunk-unit-assessment.fh-chunk-view-mode-card h2.chunk-title {
  border-top: 0; }

.fh-chunk-video.fh-chunk-view-mode-simple .metadata {
  display: none; }

.field-group-chunks {
  clear: left; }

.field-group-chunks .gallery #thumbnails {
  text-align: center; }
  .field-group-chunks .gallery #thumbnails img {
    display: block;
    margin: 0 auto;
    max-height: 38.4375rem;
    width: auto; }
    @media (max-width: 480px) {
      .field-group-chunks .gallery #thumbnails img {
        width: 100%;
        max-width: 80%; } }

.field-group-chunks .thumb-box .slick-active img {
  border-top: 0.1875rem solid #EB922D; }

.field-group-chunks .thumb-box .thumbs {
  height: 60px;
  margin: 0 auto;
  max-width: 32.8125rem;
  overflow: hidden; }

.field-group-chunks .thumb-box .thumbs img {
  height: auto;
  width: 84px;
  padding: 0.3rem; }

.fh-chunk-view-mode-complete .field-group-chunks {
  border-bottom: 0.25rem solid #ECECEC;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

.fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description:last-child {
        margin-right: 0; } }
  @media (min-width: 980px) {
    .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description {
      min-height: 25rem; } }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description .chunk-title {
    font-size: 1.25rem;
    margin-top: 0; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-description .field-long-caption {
    width: 100%; }

.fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta:last-child {
        margin-right: 0; } }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta .field-chunk-parent {
    border-top: 0.25rem solid #ECECEC;
    color: #00A7AD;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    padding: 0.5rem 0 0.5rem 1rem; }
    .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta .field-chunk-parent::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #003B4C;
      margin-left: 0.5rem; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta .field-label {
    border-top: 0.25rem solid #ECECEC;
    color: #B2A6A0;
    font-size: 0.75rem;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    text-transform: uppercase; }
  .fh-chunk-view-mode-complete.fh-chunk-collection .chunk-meta .inline {
    padding: 0 0 0.5rem 1rem;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    color: #003B4C; }

.page-node:not(.page-chunk) .fh-chunk-collection:not(.fh-chunk-view-mode-card):not(.fh-chunk-view-mode-simple_card) {
  background: #ECECEC;
  text-align: center; }

.slick-next {
  right: 0.3125rem;
  z-index: 1; }
  @media (max-width: 480px) {
    .slick-next {
      top: 10%; } }
  .slick-next.slick-arrow::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003B4C;
    content: "";
    font-size: 1.5rem; }

.slick-prev {
  left: 0;
  z-index: 1; }
  @media (max-width: 480px) {
    .slick-prev {
      top: 10%; } }
  .slick-prev.slick-arrow::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003B4C;
    content: "";
    font-size: 1.5rem; }

.thumb-box .slick-prev,
.thumb-box .slick-next {
  top: 50%; }
.thumb-box .slick-arrow.slick-arrow::before {
  background: #003B4C;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  padding: 0.25rem 0.35rem; }

.page-node .fh-chunk-collection {
  padding: 1rem; }
  .page-node .fh-chunk-collection .chunk-title a {
    color: #003B4C;
    font-size: 1.5rem; }
    .page-node .fh-chunk-collection .chunk-title a:hover {
      color: #00A7AD; }
  .page-node .fh-chunk-collection h4 {
    font-size: 1.125rem;
    color: #003B4C; }
  .page-node .fh-chunk-collection .field-long-caption {
    margin: 1rem 0; }
  .page-node .fh-chunk-collection img {
    max-width: 80%; }

.bigfoot-footnote__wrapper {
  border: 0.1875rem solid #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif; }

.bigfoot-footnote.is-active {
  background: #fff; }

.bigfoot-footnote__tooltip {
  background-color: #00A7AD;
  border: none; }

.bigfoot-footnote__button:hover,
.bigfoot-footnote__button:focus,
.bigfoot-footnote__button.is-active,
.bigfoot-footnote__button {
  background: none;
  width: auto; }
  .bigfoot-footnote__button:hover:after,
  .bigfoot-footnote__button:focus:after,
  .bigfoot-footnote__button.is-active:after,
  .bigfoot-footnote__button:after {
    color: #00A7AD;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1rem;
    margin-left: 0; }

@media (max-width: 480px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media (min-width: 481px) and (max-width: 670px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media (min-width: 671px) and (max-width: 979px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media (min-width: 481px) and (max-width: 979px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
@media (min-width: 980px) {
  .block-bean-related-content div.field-intro.text-long {
    margin-left: 1rem;
    margin-right: 1rem; } }
.block-bean-related-content > .content > .entity > .content > .flag-outer {
  display: none; }
.block-bean-related-content > .content .field-callout-link {
  clear: both;
  margin-bottom: 2rem;
  text-align: center; }
  .block-bean-related-content > .content .field-callout-link a {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  .block-bean-related-content > .content .field-callout-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 0.1rem; }

#block-views-relevant-content-content-card-4,
.landing-sections-full-width .block-bean-related-content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #block-views-relevant-content-content-card-4::after,
  .landing-sections-full-width .block-bean-related-content::after {
    clear: both;
    content: "";
    display: table; }
  #block-views-relevant-content-content-card-4 > h2,
  .landing-sections-full-width .block-bean-related-content > h2 {
    color: #003B4C;
    font-size: 2rem;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    text-align: center;
    clear: both; }

.view-mode-3-column, .block-bean-grouped-cta-block [class*="field-calls-to-action"] {
  margin-bottom: 2rem; }
  .view-mode-3-column .group-image, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .group-image {
    position: relative;
    min-height: 6.4375rem; }
  .view-mode-3-column .field-image img, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-image img {
    width: 100%; }
  .view-mode-3-column .field-callout-link, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link {
    background: rgba(0, 59, 76, 0.9);
    display: table;
    margin-top: 0.2rem;
    min-height: 5.75rem;
    width: 95%;
    padding-right: 0.5rem;
    position: absolute !important;
    left: 0;
    bottom: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-mode-3-column .field-callout-link, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link {
        min-height: 3.375rem;
        position: absolute;
        bottom: 0; } }
  .view-mode-3-column .field-callout-link a, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a,
  .view-mode-3-column .field-callout-link a:hover,
  .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a:hover {
    display: table-cell;
    line-height: 1.875rem;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1rem;
    vertical-align: middle; }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-mode-3-column .field-callout-link a, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a,
      .view-mode-3-column .field-callout-link a:hover,
      .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a:hover {
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 0.5rem; } }
  .view-mode-3-column .field-callout-link a::after, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-callout-link a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 1rem; }
  .view-mode-3-column .field-bean-body, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-bean-body {
    background: #ECECEC;
    font-size: 0.9375rem;
    height: 13.75rem;
    line-height: 1.5rem;
    margin-top: -0.3125rem;
    padding: 1.5rem; }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-mode-3-column .field-bean-body, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-bean-body {
        font-size: 0.75rem;
        min-height: 10rem;
        line-height: 1.1875rem;
        padding: 1rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .view-mode-3-column .field-bean-body, .block-bean-grouped-cta-block [class*="field-calls-to-action"] .field-bean-body {
        min-height: 10rem; } }

@media (min-width: 481px) and (max-width: 979px) {
  .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(2) .text-long {
    min-height: 11.75rem; } }
@media (max-width: 480px) {
  .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(2) .field-callout-link {
    position: absolute; } }
@media (min-width: 481px) and (max-width: 979px) {
  .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3),
  .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(4) {
    margin-top: 2rem; }
    .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(3) .text-long,
    .block-bean-grouped-cta-block .horizontal-tabs-pane [class*="field-calls-to-action"]:nth-child(4) .text-long {
      min-height: 11.75rem; } }

.not-front .horizontal-tabs-pane .field-tab-1-title ~ [class*="field-calls-to-action"]:nth-child(3n),
.not-front .horizontal-tabs-pane .field-tab-2-title ~ [class*="field-calls-to-action"]:nth-child(3n) {
  margin-right: 2.35765%; }

.not-front .horizontal-tabs-pane .field-tab-1-title ~ [class*="field-calls-to-action"]:nth-child(3n+1),
.not-front .horizontal-tabs-pane .field-tab-2-title ~ [class*="field-calls-to-action"]:nth-child(3n+1) {
  clear: none; }

.paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block,
.view-mode-1-column-w-space.block-bean-cta-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-left: 12.79471%;
  background-color: #073342;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem; }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block:last-child,
  .view-mode-1-column-w-space.block-bean-cta-block:last-child {
    margin-right: 0; }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block > *,
  .view-mode-1-column-w-space.block-bean-cta-block > * {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    padding: 0 3.5rem; }
    @media (max-width: 480px) {
      .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block > *,
      .view-mode-1-column-w-space.block-bean-cta-block > * {
        padding: 0 1.5rem;
        text-align: center; } }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block h2,
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-bean-body,
  .view-mode-1-column-w-space.block-bean-cta-block h2,
  .view-mode-1-column-w-space.block-bean-cta-block .field-bean-body {
    color: #fff; }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block h2,
  .view-mode-1-column-w-space.block-bean-cta-block h2 {
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block h2,
      .view-mode-1-column-w-space.block-bean-cta-block h2 {
        font-size: 1.75rem; } }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-bean-body,
  .view-mode-1-column-w-space.block-bean-cta-block .field-bean-body {
    font-size: 1rem;
    line-height: 1.5rem; }
  .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link,
  .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link {
    margin: 3rem 0; }
    @media (max-width: 480px) {
      .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link,
      .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link {
        margin: 3rem 0 2rem; } }
    .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link a,
    .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link a {
      background: #1a9da5;
      padding: 1rem 2.5rem;
      text-transform: capitalize; }
      .paragraphs-item-blocks.view-mode-1_column_w_space .field-block .bean-cta-block .field-callout-link a:hover,
      .view-mode-1-column-w-space.block-bean-cta-block .field-callout-link a:hover {
        background: #1C7E7E; }

.paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .block-bean-cta-block.view-mode-1-column {
  clear: both;
  padding: 5rem 10rem;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .block-bean-cta-block.view-mode-1-column {
      padding: 5rem 16rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .block-bean-cta-block.view-mode-1-column {
      padding: 3rem 2rem; } }
  @media (max-width: 480px) {
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .block-bean-cta-block.view-mode-1-column {
      padding: 5rem 2rem; } }
  .region-landing-content-area-sections .paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .region-landing-content-area-sections .block-bean-cta-block.view-mode-1-column {
    padding: 0;
    padding-bottom: 5rem; }
    @media (min-width: 1200px) {
      .region-landing-content-area-sections .paragraphs-item-blocks.view-mode-1_column .bean-cta-block, .region-landing-content-area-sections .block-bean-cta-block.view-mode-1-column {
        padding-bottom: 5rem; } }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block h2, .block-bean-cta-block.view-mode-1-column h2 {
    font-size: 2rem;
    margin-top: 0rem; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block h4, .block-bean-cta-block.view-mode-1-column h4 {
    font-size: 1.5rem; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body p, .block-bean-cta-block.view-mode-1-column .field-bean-body p {
    font-size: 1.125rem; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ul,
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ol, .block-bean-cta-block.view-mode-1-column .field-bean-body ul,
  .block-bean-cta-block.view-mode-1-column .field-bean-body ol {
    display: block;
    margin: 1rem auto 2rem auto; }
    @media (min-width: 980px) {
      .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ul,
      .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ol, .block-bean-cta-block.view-mode-1-column .field-bean-body ul,
      .block-bean-cta-block.view-mode-1-column .field-bean-body ol {
        max-width: 67%;
        text-align: left;
        padding-left: 0; } }
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ul li,
    .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ol li, .block-bean-cta-block.view-mode-1-column .field-bean-body ul li,
    .block-bean-cta-block.view-mode-1-column .field-bean-body ol li {
      margin-left: 0;
      margin-bottom: 0.5rem; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body ul li, .block-bean-cta-block.view-mode-1-column .field-bean-body ul li {
    list-style-type: disc; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-callout-link a, .block-bean-cta-block.view-mode-1-column .field-callout-link a {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  .paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-callout-link::after, .block-bean-cta-block.view-mode-1-column .field-callout-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 0.1rem; }

.content-area-related .block-bean-cta-block.view-mode-1-column {
  padding: 5rem 6rem; }
  @media (max-width: 480px) {
    .content-area-related .block-bean-cta-block.view-mode-1-column {
      padding: 3rem 2rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .content-area-related .block-bean-cta-block.view-mode-1-column {
      padding: 3rem 2rem; } }

[class*="serif"].block-bean-cta-block h2 {
  font-family: "adelle", "Georgia", "Times New Roman", serif; }

[class*="sans"].block-bean-cta-block h2 {
  font-family: "adelle-sans", "Helvetica", sans-serif; }

[class*="navy-"].block-bean-cta-block {
  background-color: #003B4C;
  color: #fff; }
  [class*="navy-"].block-bean-cta-block a {
    color: #00A7AD; }
    [class*="navy-"].block-bean-cta-block a:hover {
      color: #D5C200; }
  [class*="navy-"].block-bean-cta-block .field-callout-link a {
    color: #fff; }
  [class*="navy-"].block-bean-cta-block .field-callout-link::after {
    color: #00A7AD; }

[class*="dark-turquoise-"].block-bean-cta-block {
  background-color: #1C7E7E;
  color: #fff; }
  [class*="dark-turquoise-"].block-bean-cta-block a {
    color: #003B4C; }
    [class*="dark-turquoise-"].block-bean-cta-block a:hover {
      color: #fff; }
  [class*="dark-turquoise-"].block-bean-cta-block .field-callout-link a {
    color: #fff; }
  [class*="dark-turquoise-"].block-bean-cta-block .field-callout-link::after {
    color: #003B4C; }

[class*="light-turquoise-"].block-bean-cta-block {
  background-color: #00A7AD;
  color: #fff; }
  [class*="light-turquoise-"].block-bean-cta-block a {
    color: #003B4C; }
    [class*="light-turquoise-"].block-bean-cta-block a:hover {
      color: #D5C200; }
  [class*="light-turquoise-"].block-bean-cta-block .field-callout-link a {
    color: #fff; }
  [class*="light-turquoise-"].block-bean-cta-block .field-callout-link::after {
    color: #003B4C; }

[class*="grey-"].block-bean-cta-block {
  background-color: #ECECEC;
  color: #003B4C; }
  [class*="grey-"].block-bean-cta-block .field-callout-link a {
    color: #003B4C; }
  [class*="grey-"].block-bean-cta-block .field-callout-link::after {
    color: #00A7AD; }

[class*="white-"].block-bean-cta-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  color: #003B4C; }
  [class*="white-"].block-bean-cta-block + [class*="white-"].block-bean-cta-block, [class*="white-"].block-bean-cta-block:first-child, .block-bean-grouped-cta-block + [class*="white-"].block-bean-cta-block {
    padding-top: 0rem; }
    [class*="white-"].block-bean-cta-block + [class*="white-"].block-bean-cta-block.has-field-image, [class*="white-"].block-bean-cta-block:first-child.has-field-image, .block-bean-grouped-cta-block + [class*="white-"].block-bean-cta-block.has-field-image {
      padding-top: 4rem; }
  @media (min-width: 1200px) {
    [class*="white-"].block-bean-cta-block {
      padding-bottom: 4rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    [class*="white-"].block-bean-cta-block {
      padding-bottom: 3rem; } }
  @media (max-width: 480px) {
    [class*="white-"].block-bean-cta-block {
      padding-bottom: 4rem; } }
  [class*="white-"].block-bean-cta-block h2 {
    color: #003B4C; }
  [class*="white-"].block-bean-cta-block .field-callout-link a {
    color: #003B4C; }
  [class*="white-"].block-bean-cta-block .field-callout-link::after {
    color: #00A7AD; }

.block-bean-cta-block.has-field-image {
  background-color: transparent; }
  .block-bean-cta-block.has-field-image a {
    color: #00A7AD; }
    .block-bean-cta-block.has-field-image a:hover {
      color: #D5C200; }

.block-bean-cta-block.view-mode-1-column .fh-chunk-view-mode-simple .content .field-brightcove-video object {
  width: 100%; }

.page-taxonomy-term .region-global-content-top .view-mode-1-column {
  padding: 0;
  margin-bottom: -3rem; }
  .page-taxonomy-term .region-global-content-top .view-mode-1-column .entity-fh-chunk {
    padding: 0;
    margin-bottom: 0; }

.paragraphs-item-blocks.view-mode-1_column .bean-cta-block h2,
.paragraphs-item-blocks.view-mode-1_column .bean-cta-block .field-bean-body {
  color: #fff; }
.paragraphs-item-blocks.view-mode-1_column .bean-cta-block h2 {
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 1.8125rem;
  font-style: italic;
  font-weight: 100;
  line-height: 2.75rem; }

.region-global-sidebar .bean-cta-block .block-title {
  margin: 0 auto; }
.region-global-sidebar .bean-cta-block .field-callout-link {
  min-height: 0;
  padding: 0; }
.region-global-sidebar .bean-cta-block .field-callout-link a {
  color: #fff;
  font-size: 1rem;
  padding: 0.625rem; }
  .region-global-sidebar .bean-cta-block .field-callout-link a:hover {
    color: #fff;
    font-size: 1rem; }
.region-global-sidebar .bean-cta-block .field-bean-body {
  padding: 1rem 0.75rem;
  height: auto; }

.has-banner div.messages {
  margin-top: 4rem;
  position: relative;
  z-index: 1; }

div.messages {
  background-image: none;
  border: none;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  text-align: center; }
  div.messages li:before {
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.125rem;
    padding-right: 0.4375rem; }
  div.messages em.placeholder {
    font-style: normal; }
  div.messages em.placeholder {
    font-style: normal; }

div.status,
div.status-alt {
  background-color: #00A7AD;
  color: #bfe1e8; }
  div.status a,
  div.status-alt a {
    color: #fff; }
  div.status.status li:before,
  div.status-alt.status li:before {
    content: ""; }

div.error {
  background-color: #fff;
  color: red; }
  div.error li:before {
    color: red;
    content: ""; }

div.warning {
  background-color: #fff;
  color: #000; }
  div.warning li:before {
    color: #D5C200;
    content: ""; }

.tabs.primary {
  border: none;
  clear: both;
  display: block;
  padding: 1rem 0 0.5rem 0;
  overflow: hidden;
  width: 100%; }
  .tabs.primary li {
    margin: 0 0 1.2rem 0;
    display: block;
    float: left; }
  .tabs.primary li a {
    background: #ECECEC;
    color: #9B9B9B;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.75rem;
    padding: 0.5rem; }
  .tabs.primary li a:hover,
  .tabs.primary li a.active {
    background: #fff;
    border-top: 2px solid #00A7AD; }

#block-fh-common-fh-email-signup {
  background: #00A7AD;
  color: #fff;
  padding: 1rem; }
  @media (max-width: 480px) {
    #block-fh-common-fh-email-signup {
      clear: left; } }
  #block-fh-common-fh-email-signup .form-item {
    display: block;
    float: left;
    margin: 0 0 0.5rem 0; }
  #block-fh-common-fh-email-signup .form-item input {
    width: 100%; }
  #block-fh-common-fh-email-signup .form-item-email {
    width: 100%; }
  #block-fh-common-fh-email-signup .form-item-zip {
    width: 100%; }
    @media (min-width: 671px) and (max-width: 979px) {
      #block-fh-common-fh-email-signup .form-item-zip {
        margin-right: 0.5rem;
        width: 49%; } }
    @media (min-width: 980px) {
      #block-fh-common-fh-email-signup .form-item-zip {
        display: inline-block;
        margin-right: 0.5rem;
        width: 44%; } }
  #block-fh-common-fh-email-signup .form-submit {
    background: #003B4C url(../img/arrow-right-turquoise.png) calc(100% - 1rem) center no-repeat;
    color: #fff;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 0.6rem 2.5rem 0.6rem 1rem;
    margin: 0 auto; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #block-fh-common-fh-email-signup .form-submit {
        /* Retina-specific stuff here */
        background: #003B4C url(../img/arrow-right-turquoise@2x.png) calc(100% - 1rem) center no-repeat;
        background-size: 1.0625rem; } }
    @media (min-width: 671px) and (max-width: 979px) {
      #block-fh-common-fh-email-signup .form-submit {
        display: inline-block; } }
    @media (min-width: 980px) {
      #block-fh-common-fh-email-signup .form-submit {
        display: inline-block; } }

.node-fundraising-event .content-area,
.node-type-event .content-area,
.node-type-paid-event .content-area {
  padding-bottom: 2rem; }
.node-fundraising-event fieldset,
.node-type-event fieldset,
.node-type-paid-event fieldset {
  border: none;
  padding: 0; }
.node-fundraising-event .event-message,
.node-type-event .event-message,
.node-type-paid-event .event-message {
  clear: left;
  border: 3px solid #D5C200;
  padding: 10px;
  margin: 5px -2px 10px 0px;
  width: 100%;
  font-weight: bold; }
.node-fundraising-event .field-applicant-message,
.node-type-event .field-applicant-message,
.node-type-paid-event .field-applicant-message {
  clear: left;
  border: 3px solid #00A7AD;
  padding: 10px;
  width: 55%;
  font-weight: bold; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-fundraising-event .field-applicant-message,
    .node-type-event .field-applicant-message,
    .node-type-paid-event .field-applicant-message {
      width: 100%; } }
  @media (max-width: 480px) {
    .node-fundraising-event .field-applicant-message,
    .node-type-event .field-applicant-message,
    .node-type-paid-event .field-applicant-message {
      width: 100%; } }
.node-fundraising-event .field-event-image img,
.node-type-event .field-event-image img,
.node-type-paid-event .field-event-image img {
  height: auto;
  width: 100%; }

.node-fundraising-event .group-header-strip,
.node-type-event .group-header-strip,
.node-type-paid-event .group-header-strip {
  background: #003B4C;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 2rem 3rem 2rem 2rem;
  position: relative; }
  .node-fundraising-event .group-header-strip .field-event-date + .field-short-title,
  .node-type-event .group-header-strip .field-event-date + .field-short-title,
  .node-type-paid-event .group-header-strip .field-event-date + .field-short-title {
    padding-top: 2rem; }
  @media (min-width: 980px) {
    .node-fundraising-event .group-header-strip .fieldset-wrapper,
    .node-type-event .group-header-strip .fieldset-wrapper,
    .node-type-paid-event .group-header-strip .fieldset-wrapper {
      align-items: baseline;
      display: flex;
      justify-content: space-between; } }
  .node-fundraising-event .group-header-strip .field-event-date,
  .node-fundraising-event .group-header-strip .field-short-title,
  .node-fundraising-event .group-header-strip .field-course-type,
  .node-fundraising-event .group-header-strip .field-event-region,
  .node-type-event .group-header-strip .field-event-date,
  .node-type-event .group-header-strip .field-short-title,
  .node-type-event .group-header-strip .field-course-type,
  .node-type-event .group-header-strip .field-event-region,
  .node-type-paid-event .group-header-strip .field-event-date,
  .node-type-paid-event .group-header-strip .field-short-title,
  .node-type-paid-event .group-header-strip .field-course-type,
  .node-type-paid-event .group-header-strip .field-event-region {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    width: 100%; }
    @media (min-width: 481px) and (max-width: 979px) {
      .node-fundraising-event .group-header-strip .field-event-date,
      .node-fundraising-event .group-header-strip .field-short-title,
      .node-fundraising-event .group-header-strip .field-course-type,
      .node-fundraising-event .group-header-strip .field-event-region,
      .node-type-event .group-header-strip .field-event-date,
      .node-type-event .group-header-strip .field-short-title,
      .node-type-event .group-header-strip .field-course-type,
      .node-type-event .group-header-strip .field-event-region,
      .node-type-paid-event .group-header-strip .field-event-date,
      .node-type-paid-event .group-header-strip .field-short-title,
      .node-type-paid-event .group-header-strip .field-course-type,
      .node-type-paid-event .group-header-strip .field-event-region {
        margin-bottom: 0.5rem; } }
    @media (max-width: 480px) {
      .node-fundraising-event .group-header-strip .field-event-date,
      .node-fundraising-event .group-header-strip .field-short-title,
      .node-fundraising-event .group-header-strip .field-course-type,
      .node-fundraising-event .group-header-strip .field-event-region,
      .node-type-event .group-header-strip .field-event-date,
      .node-type-event .group-header-strip .field-short-title,
      .node-type-event .group-header-strip .field-course-type,
      .node-type-event .group-header-strip .field-event-region,
      .node-type-paid-event .group-header-strip .field-event-date,
      .node-type-paid-event .group-header-strip .field-short-title,
      .node-type-paid-event .group-header-strip .field-course-type,
      .node-type-paid-event .group-header-strip .field-event-region {
        display: block;
        float: none;
        margin-bottom: 0.5rem; } }
  .node-fundraising-event .group-header-strip .field-event-date,
  .node-type-event .group-header-strip .field-event-date,
  .node-type-paid-event .group-header-strip .field-event-date {
    color: #00A7AD;
    font-weight: bold;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    font-size: 1.2rem; }
    @media (min-width: 980px) {
      .node-fundraising-event .group-header-strip .field-event-date,
      .node-type-event .group-header-strip .field-event-date,
      .node-type-paid-event .group-header-strip .field-event-date {
        margin-top: 0; } }
  .node-fundraising-event .group-header-strip .field-short-title,
  .node-type-event .group-header-strip .field-short-title,
  .node-type-paid-event .group-header-strip .field-short-title {
    line-height: 1.5rem;
    font-size: 1.3rem;
    min-width: 60%; }
  .node-fundraising-event .group-header-strip .field-course-type,
  .node-type-event .group-header-strip .field-course-type,
  .node-type-paid-event .group-header-strip .field-course-type {
    line-height: 1.5rem; }
  .node-fundraising-event .group-header-strip .field-event-region,
  .node-type-event .group-header-strip .field-event-region,
  .node-type-paid-event .group-header-strip .field-event-region {
    line-height: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 980px) {
      .node-fundraising-event .group-header-strip .field-event-region,
      .node-type-event .group-header-strip .field-event-region,
      .node-type-paid-event .group-header-strip .field-event-region {
        margin-left: 2rem; } }
    .node-fundraising-event .group-header-strip .field-event-region::before,
    .node-type-event .group-header-strip .field-event-region::before,
    .node-type-paid-event .group-header-strip .field-event-region::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.2rem; }

.node-fundraising-event .group-column-left,
.node-type-event .group-column-left,
.node-type-paid-event .group-column-left {
  float: right;
  width: 36%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-fundraising-event .group-column-left,
    .node-type-event .group-column-left,
    .node-type-paid-event .group-column-left {
      width: 100%; } }
  @media (max-width: 480px) {
    .node-fundraising-event .group-column-left,
    .node-type-event .group-column-left,
    .node-type-paid-event .group-column-left {
      width: 100%; } }
  .node-fundraising-event .group-column-left .field-registration-price,
  .node-type-event .group-column-left .field-registration-price,
  .node-type-paid-event .group-column-left .field-registration-price {
    font-size: 1.5rem;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .node-fundraising-event .group-column-left .field-payment-details p,
  .node-type-event .group-column-left .field-payment-details p,
  .node-type-paid-event .group-column-left .field-payment-details p {
    font-size: 0.875rem;
    line-height: 1.2rem; }

.node-fundraising-event .group-column-right,
.node-type-event .group-column-right,
.node-type-paid-event .group-column-right {
  float: left;
  width: 55%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-fundraising-event .group-column-right,
    .node-type-event .group-column-right,
    .node-type-paid-event .group-column-right {
      width: 100%; } }
  @media (max-width: 480px) {
    .node-fundraising-event .group-column-right,
    .node-type-event .group-column-right,
    .node-type-paid-event .group-column-right {
      width: 100%; } }
  .node-fundraising-event .group-column-right .event-title,
  .node-type-event .group-column-right .event-title,
  .node-type-paid-event .group-column-right .event-title {
    margin-top: 0; }
  .node-fundraising-event .group-column-right .field-body,
  .node-fundraising-event .group-column-right .field-body p,
  .node-type-event .group-column-right .field-body,
  .node-type-event .group-column-right .field-body p,
  .node-type-paid-event .group-column-right .field-body,
  .node-type-paid-event .group-column-right .field-body p {
    line-height: 1.5rem; }
  .node-fundraising-event .group-column-right .field-event-time,
  .node-fundraising-event .group-column-right .field-event-date,
  .node-type-event .group-column-right .field-event-time,
  .node-type-event .group-column-right .field-event-date,
  .node-type-paid-event .group-column-right .field-event-time,
  .node-type-paid-event .group-column-right .field-event-date {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.2rem; }
  .node-fundraising-event .group-column-right .field-event-date::before,
  .node-type-event .group-column-right .field-event-date::before,
  .node-type-paid-event .group-column-right .field-event-date::before {
    color: #B2A6A0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .node-fundraising-event .group-column-right .field-event-time,
  .node-fundraising-event .group-column-right .field-event-location,
  .node-type-event .group-column-right .field-event-time,
  .node-type-event .group-column-right .field-event-location,
  .node-type-paid-event .group-column-right .field-event-time,
  .node-type-paid-event .group-column-right .field-event-location {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    line-height: 1.5rem; }
  .node-fundraising-event .group-column-right .field-event-location::before,
  .node-type-event .group-column-right .field-event-location::before,
  .node-type-paid-event .group-column-right .field-event-location::before {
    color: #B2A6A0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.5rem; }
  .node-fundraising-event .group-column-right .field-event-location .name-block,
  .node-type-event .group-column-right .field-event-location .name-block,
  .node-type-paid-event .group-column-right .field-event-location .name-block {
    display: inline; }
  .node-fundraising-event .group-column-right .field-event-location .street-block,
  .node-fundraising-event .group-column-right .field-event-location .locality-block,
  .node-type-event .group-column-right .field-event-location .street-block,
  .node-type-event .group-column-right .field-event-location .locality-block,
  .node-type-paid-event .group-column-right .field-event-location .street-block,
  .node-type-paid-event .group-column-right .field-event-location .locality-block {
    margin-left: 1.5rem;
    margin-bottom: 0; }
  .node-fundraising-event .group-column-right .field-event-time,
  .node-type-event .group-column-right .field-event-time,
  .node-type-paid-event .group-column-right .field-event-time {
    margin-bottom: 1rem; }
    .node-fundraising-event .group-column-right .field-event-time::before,
    .node-type-event .group-column-right .field-event-time::before,
    .node-type-paid-event .group-column-right .field-event-time::before {
      color: #B2A6A0;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }

.node-fundraising-event .group-educator-settings,
.node-type-event .group-educator-settings,
.node-type-paid-event .group-educator-settings {
  border: 0.125rem solid #ECECEC;
  clear: both;
  margin-bottom: 2rem;
  width: 100%;
  padding: 1rem; }
  .node-fundraising-event .group-educator-settings legend,
  .node-type-event .group-educator-settings legend,
  .node-type-paid-event .group-educator-settings legend {
    display: none; }
  .node-fundraising-event .group-educator-settings .fieldset-wrapper div,
  .node-fundraising-event .group-educator-settings .field-label,
  .node-type-event .group-educator-settings .fieldset-wrapper div,
  .node-type-event .group-educator-settings .field-label,
  .node-type-paid-event .group-educator-settings .fieldset-wrapper div,
  .node-type-paid-event .group-educator-settings .field-label {
    display: block;
    color: #000;
    font-family: "adelle-sans", "Helvetica", sans-serif; }
  .node-fundraising-event .group-educator-settings div.form-actions,
  .node-type-event .group-educator-settings div.form-actions,
  .node-type-paid-event .group-educator-settings div.form-actions {
    display: flex;
    justify-content: center; }
  .node-fundraising-event .group-educator-settings .field-label,
  .node-type-event .group-educator-settings .field-label,
  .node-type-paid-event .group-educator-settings .field-label {
    color: #003B4C;
    clear: left;
    float: left;
    margin: 0 0.5rem 1rem 0; }
  .node-fundraising-event .group-educator-settings .fieldset-wrapper div.inline,
  .node-type-event .group-educator-settings .fieldset-wrapper div.inline,
  .node-type-paid-event .group-educator-settings .fieldset-wrapper div.inline {
    float: left;
    margin: 0 0 1rem 0; }

.node-fundraising-event .group-setting-details,
.node-type-event .group-setting-details,
.node-type-paid-event .group-setting-details {
  border: 0.125rem solid #ECECEC;
  color: #003B4C;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1rem; }
  .node-fundraising-event .group-setting-details .fieldset-wrapper > div,
  .node-fundraising-event .group-setting-details .fieldset-wrapper > div > div,
  .node-type-event .group-setting-details .fieldset-wrapper > div,
  .node-type-event .group-setting-details .fieldset-wrapper > div > div,
  .node-type-paid-event .group-setting-details .fieldset-wrapper > div,
  .node-type-paid-event .group-setting-details .fieldset-wrapper > div > div {
    margin-bottom: 1rem; }

.node-paid-event .field-registration-type,
.node-type-event form#registration-form,
.field-event-application {
  background: #ECECEC;
  clear: left;
  width: 55%;
  padding: 2rem 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 480px) {
    .node-paid-event .field-registration-type,
    .node-type-event form#registration-form,
    .field-event-application {
      width: 100%; } }
  .node-paid-event .field-registration-type h2,
  .node-type-event form#registration-form h2,
  .field-event-application h2 {
    font-size: 1.2rem;
    margin-top: 0; }
  .node-paid-event .field-registration-type .form-wrapper .fieldset-wrapper,
  .node-type-event form#registration-form .form-wrapper .fieldset-wrapper,
  .field-event-application .form-wrapper .fieldset-wrapper {
    padding: 0; }
  .node-paid-event .field-registration-type .fieldset-legend,
  .node-type-event form#registration-form .fieldset-legend,
  .field-event-application .fieldset-legend {
    font-size: 1.2rem; }
  .node-paid-event .field-registration-type .form-item,
  .node-paid-event .field-registration-type input,
  .node-type-event form#registration-form .form-item,
  .node-type-event form#registration-form input,
  .field-event-application .form-item,
  .field-event-application input {
    width: 100%; }
  .node-paid-event .field-registration-type select,
  .node-type-event form#registration-form select,
  .field-event-application select {
    background: #fff url("../img/caret-blue-icon.png") 96.2% center no-repeat;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 1rem;
    -webkit-appearance: none; }
  .node-paid-event .field-registration-type input[type="button"],
  .node-type-event form#registration-form input[type="button"],
  .field-event-application input[type="button"] {
    background: #003B4C;
    border: none;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase; }
  .node-paid-event .field-registration-type input[type="checkbox"],
  .node-type-event form#registration-form input[type="checkbox"],
  .field-event-application input[type="checkbox"] {
    display: inline;
    width: auto; }
  .node-paid-event .field-registration-type input[type="radio"],
  .node-type-event form#registration-form input[type="radio"],
  .field-event-application input[type="radio"] {
    width: auto; }
  .node-paid-event .field-registration-type label.option,
  .node-type-event form#registration-form label.option,
  .field-event-application label.option {
    display: inline; }
  .node-paid-event .field-registration-type .multipage-button,
  .node-type-event form#registration-form .multipage-button,
  .field-event-application .multipage-button {
    width: 100%; }
  .node-paid-event .field-registration-type .multipage-link-previous,
  .node-type-event form#registration-form .multipage-link-previous,
  .field-event-application .multipage-link-previous {
    float: left;
    width: auto; }
  .node-paid-event .field-registration-type .multipage-link-next,
  .node-type-event form#registration-form .multipage-link-next,
  .field-event-application .multipage-link-next {
    float: right;
    width: auto; }
  .node-paid-event .field-registration-type #edit-submit,
  .node-type-event form#registration-form #edit-submit,
  .field-event-application #edit-submit {
    padding: 1rem 2rem;
    width: auto; }

.node-type-event form#registration-form {
  width: 100%; }

.node-type-event .block-bean-login-or-register,
.node-type-paid-event .block-bean-login-or-register,
.node-type-webinar .block-bean-login-or-register {
  margin-top: 1.5rem;
  width: 55%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-type-event .block-bean-login-or-register,
    .node-type-paid-event .block-bean-login-or-register,
    .node-type-webinar .block-bean-login-or-register {
      width: 100%; } }
  @media (max-width: 480px) {
    .node-type-event .block-bean-login-or-register,
    .node-type-paid-event .block-bean-login-or-register,
    .node-type-webinar .block-bean-login-or-register {
      width: 100%; } }
  .node-type-event .block-bean-login-or-register .field-bean-body,
  .node-type-paid-event .block-bean-login-or-register .field-bean-body,
  .node-type-webinar .block-bean-login-or-register .field-bean-body {
    margin-bottom: 1rem; }
.node-type-event .block-bean-login-or-register #user-login-form,
.node-type-paid-event .block-bean-login-or-register #user-login-form,
.node-type-webinar .block-bean-login-or-register #user-login-form {
  padding: 2rem;
  width: 100%; }
  .node-type-event .block-bean-login-or-register #user-login-form input,
  .node-type-paid-event .block-bean-login-or-register #user-login-form input,
  .node-type-webinar .block-bean-login-or-register #user-login-form input {
    margin-bottom: 1rem; }
.node-type-event .multipage-counter,
.node-type-paid-event .multipage-counter,
.node-type-webinar .multipage-counter {
  top: 3.8rem; }
.node-type-event .block-bean-login-or-register #user-login-form a,
.node-type-paid-event .block-bean-login-or-register #user-login-form a,
.node-type-webinar .block-bean-login-or-register #user-login-form a {
  display: block; }
  .node-type-event .block-bean-login-or-register #user-login-form a:hover,
  .node-type-paid-event .block-bean-login-or-register #user-login-form a:hover,
  .node-type-webinar .block-bean-login-or-register #user-login-form a:hover {
    color: #fff; }
.node-type-event #autocomplete ul,
.node-type-paid-event #autocomplete ul,
.node-type-webinar #autocomplete ul {
  background: #fff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 1rem;
  margin-left: 0; }
  .node-type-event #autocomplete ul li,
  .node-type-paid-event #autocomplete ul li,
  .node-type-webinar #autocomplete ul li {
    list-style: none; }

.node-type-webinar .block-bean-login-or-register {
  width: 95%; }
.node-type-webinar .block-bean-login-or-register #user-login-form {
  padding-top: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }

@media (max-width: 480px) {
  .page-calendar .view-header {
    margin-top: 5rem; } }

.page-calendar .view-events .views-exposed-form #edit-reset,
.page-holocaust-and-human-behavior .view-events .views-exposed-form #edit-reset,
.page-node-9346 .view-events .views-exposed-form #edit-reset {
  margin-top: 0; }

.view-events .view-grouping-content ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  .view-events .view-grouping-content ul .content {
    padding: 0; }
  .view-events .view-grouping-content ul li:before {
    display: none; }
  .view-events .view-grouping-content ul li.views-row {
    background: #ECECEC;
    margin: 0 0 2rem 0; }
  .view-events .view-grouping-content ul fieldset {
    border: none; }

.view-events .group-header-strip {
  position: relative;
  background: #003B4C;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 2rem 2rem 2rem 2rem; }
  @media (min-width: 980px) {
    .view-events .group-header-strip .fieldset-wrapper {
      align-items: center;
      display: flex;
      justify-content: space-between; } }
  .view-events .group-header-strip .field-subtype,
  .view-events .group-header-strip .field-event-date,
  .view-events .group-header-strip .field-short-title,
  .view-events .group-header-strip .field-course-type,
  .view-events .group-header-strip .field-event-region {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    width: 100%; }
    @media (max-width: 480px) {
      .view-events .group-header-strip .field-subtype,
      .view-events .group-header-strip .field-event-date,
      .view-events .group-header-strip .field-short-title,
      .view-events .group-header-strip .field-course-type,
      .view-events .group-header-strip .field-event-region {
        margin-bottom: 0.5rem; } }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-events .group-header-strip .field-subtype,
      .view-events .group-header-strip .field-event-date,
      .view-events .group-header-strip .field-short-title,
      .view-events .group-header-strip .field-course-type,
      .view-events .group-header-strip .field-event-region {
        margin-bottom: 0.5rem; } }
  .view-events .group-header-strip .field-event-date {
    color: #00A7AD;
    font-weight: bold;
    font-size: 2.1rem;
    margin-right: 1rem;
    width: 40%; }
  .view-events .group-header-strip .field-short-title {
    line-height: 1.5rem;
    font-size: 1.3rem;
    min-width: 60%; }
  .view-events .group-header-strip .field-course-type {
    line-height: 1.5rem; }
  .view-events .group-header-strip .field-subtype {
    line-height: 1.5rem;
    margin-left: 1rem; }
  .view-events .group-header-strip .field-event-region {
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 0; }
    @media (min-width: 980px) {
      .view-events .group-header-strip .field-event-region {
        margin-left: 1.5rem; } }
    .view-events .group-header-strip .field-event-region::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.2rem; }

.node-fundraising-event.view-mode-teaser .field-course-type,
.node-event.view-mode-teaser .field-course-type {
  display: none; }

.view-events .group-details {
  display: none; }

.view-events .group-column-left {
  float: right;
  padding: 2rem;
  width: 36%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .view-events .group-column-left {
      width: 100%; } }
  @media (max-width: 480px) {
    .view-events .group-column-left {
      width: 100%; } }
  .view-events .group-column-left .field-registration-price {
    font-size: 1.5rem;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .view-events .group-column-left .field-payment-details p {
    font-size: 0.875rem;
    line-height: 1.2rem; }
  .view-events .group-column-left .field-event-image img {
    height: auto;
    width: 100%; }

.view-events .group-column-right {
  padding: 2rem;
  float: left;
  width: 55%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .view-events .group-column-right {
      width: 100%; } }
  @media (max-width: 480px) {
    .view-events .group-column-right {
      width: 100%; } }
  .view-events .group-column-right .event-title {
    margin-top: 0; }
  .view-events .group-column-right .field-body,
  .view-events .group-column-right .field-body p {
    line-height: 1.5rem; }
  .view-events .group-column-right .field-event-time,
  .view-events .group-column-right .field-event-date {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.2rem; }
  .view-events .group-column-right .field-event-time,
  .view-events .group-column-right .field-event-location {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    line-height: 1.5rem; }
  .view-events .group-column-right .field-event-time {
    margin-bottom: 1rem; }
  .view-events .group-column-right .field-event-location .name-block {
    font-weight: bold; }

.view-events.view-display-id-attachment_1 .field-event-date {
  display: none; }

.view-events .sign-up-button {
  margin-top: 1rem; }

.view-events select#edit-field-event-region-value {
  background: #ECECEC url("../img/caret-blue-icon.png") 96.2% center no-repeat;
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: left; }

.view-events .view-grouping-header .date-display-single {
  border-bottom: 0.25rem solid #ECECEC;
  color: #003B4C;
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  line-height: 1;
  margin-top: 1rem;
  padding-bottom: 0.5rem; }

.multipage-validation-error {
  color: red;
  font-weight: bold;
  margin: 15px 0; }

.field-callout-link a.ext::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important; }

span.flag-wrapper {
  position: static; }
  span.flag-wrapper .flag-throbber {
    display: none; }

.flag-outer a {
  background: rgba(0, 59, 76, 0.16);
  color: #fff;
  display: inline-block;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem; }
  .flag-outer a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 1rem; }
  .flag-outer a.unflag-action, .flag-outer a:hover {
    background: rgba(0, 59, 76, 0.69);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .flag-outer a.unflag-action::after, .flag-outer a:hover::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-left: 1rem; }

.breadcrumb .flag-outer {
  float: right;
  text-align: right; }

.global-footer {
  background: #003B4C;
  padding: 2rem 0; }
  .global-footer h2 {
    display: none; }

.global-footer .region-global-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .global-footer .region-global-footer:last-child {
    margin-right: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .global-footer .region-global-footer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center;
      margin-bottom: 2rem; }
      .global-footer .region-global-footer:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .global-footer .region-global-footer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center;
      margin-bottom: 1rem; }
      .global-footer .region-global-footer:last-child {
        margin-right: 0; } }

.global-footer ul.menu {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 2rem; }
  @media (min-width: 481px) and (max-width: 979px) {
    .global-footer ul.menu {
      text-align: center; } }
  @media (max-width: 480px) {
    .global-footer ul.menu {
      text-align: center; } }

.global-footer ul.menu li {
  display: inline;
  margin: 0 1.625rem 0 0; }
  @media (max-width: 480px) {
    .global-footer ul.menu li {
      display: list-item;
      list-style-image: none;
      list-style-type: none;
      text-align: left; } }

.global-footer ul.menu li a {
  text-decoration: none; }

.global-footer #block-menu-menu-main-menu-footer ul.menu li a {
  color: #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.625rem;
  font-weight: bold; }
  @media (min-width: 980px) {
    .global-footer #block-menu-menu-main-menu-footer ul.menu li a {
      font-size: 1.125rem; }
      .global-footer #block-menu-menu-main-menu-footer ul.menu li a:hover {
        border-bottom: 0.0625rem solid #00A7AD;
        padding-bottom: 0.3rem; } }

.global-footer #block-menu-menu-secondary-menu-footer ul.menu li a,
.global-footer #block-menu-block-45 .content ul.menu li a {
  color: #fff;
  font-size: 0.9375rem; }
  @media (max-width: 480px) {
    .global-footer #block-menu-menu-secondary-menu-footer ul.menu li a,
    .global-footer #block-menu-block-45 .content ul.menu li a {
      font-size: 1.1875rem; } }
  @media (min-width: 980px) {
    .global-footer #block-menu-menu-secondary-menu-footer ul.menu li a:hover,
    .global-footer #block-menu-block-45 .content ul.menu li a:hover {
      border-bottom: 0.0625rem solid #fff;
      padding-bottom: 0.2rem; } }

.global-footer .logo-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-right: 0;
  text-align: right; }
  .global-footer .logo-container:last-child {
    margin-right: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .global-footer .logo-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      .global-footer .logo-container:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .global-footer .logo-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: left; }
      .global-footer .logo-container:last-child {
        margin-right: 0; } }

.region-colophon {
  clear: left;
  padding: 1rem 0; }

.region-colophon [id*="block-bean-copyright"] {
  padding-bottom: .7rem; }

.region-colophon [id*="block-bean-footer-address-flagship-site"],
.region-colophon [id*="block-bean-footer-uk-registration-number"] {
  padding-top: 0.7rem; }

.region-colophon [id*="block-bean-copyright"],
.region-colophon [id*="block-bean-footer-address-flagship-site"],
.region-colophon [id*="block-bean-footer-uk-registration-number"],
.region-colophon [id*="block-bean-footer-uk-contact-info"] {
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center; }
  @media (max-width: 480px) {
    .region-colophon [id*="block-bean-copyright"],
    .region-colophon [id*="block-bean-footer-address-flagship-site"],
    .region-colophon [id*="block-bean-footer-uk-registration-number"],
    .region-colophon [id*="block-bean-footer-uk-contact-info"] {
      text-align: left; } }

#block-bean-footer-uk-contact-info {
  margin-bottom: -8rem; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-bean-footer-uk-contact-info {
      margin-bottom: -4rem;
      padding: 3rem 1rem; } }
  @media (max-width: 480px) {
    #block-bean-footer-uk-contact-info {
      margin-bottom: -3rem;
      padding: 3rem 1rem; } }

.global-footer [id*="block-bean-copyright"] a,
.global-footer [id*="block-bean-footer-address-flagship-site"] a,
.global-footer [id*="block-bean-footer-uk-registration-number"] a {
  color: #00A7AD; }
  .global-footer [id*="block-bean-copyright"] a:hover,
  .global-footer [id*="block-bean-footer-address-flagship-site"] a:hover,
  .global-footer [id*="block-bean-footer-uk-registration-number"] a:hover {
    color: #00A7AD;
    text-decoration: underline; }

.global-cta {
  width: 100%;
  overflow: hidden; }

.region-global-cta .block-bean {
  margin-bottom: -0.3125rem;
  position: relative; }
  @media (max-width: 480px) {
    .region-global-cta .block-bean {
      height: auto;
      overflow: hidden; } }
  @media (min-width: 671px) and (max-width: 979px) {
    .region-global-cta .block-bean {
      float: left;
      width: 33.3333333%; } }
  @media (min-width: 980px) {
    .region-global-cta .block-bean {
      float: left;
      width: 33.3333333%; } }
  .region-global-cta .block-bean .field-image img {
    width: 100%; }
  .region-global-cta .block-bean .field-callout-link {
    bottom: 0.3125rem;
    display: table;
    height: 7.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    width: 100%; }
    @media (min-width: 671px) and (max-width: 979px) {
      .region-global-cta .block-bean .field-callout-link {
        height: 3.25rem; } }
    @media (min-width: 980px) {
      .region-global-cta .block-bean .field-callout-link {
        height: auto;
        min-height: 5.125rem;
        padding: 0.5rem 1rem;
        width: 50%; } }
    @media (max-width: 480px) {
      .region-global-cta .block-bean .field-callout-link {
        top: 0;
        height: auto; } }
  .region-global-cta .block-bean:nth-of-type(1) .field-callout-link {
    background: rgba(0, 59, 76, 0.9); }
  .region-global-cta .block-bean:nth-of-type(2) .field-callout-link {
    background: rgba(0, 167, 173, 0.9); }
  .region-global-cta .block-bean:nth-of-type(3) .field-callout-link {
    background: rgba(213, 194, 0, 0.9); }
  .region-global-cta .block-bean .field-callout-link a {
    color: #fff;
    display: table-cell;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 7.5rem;
    vertical-align: middle; }
    @media (min-width: 671px) and (max-width: 979px) {
      .region-global-cta .block-bean .field-callout-link a {
        font-size: 1rem;
        padding-right: 0; } }
    @media (min-width: 980px) {
      .region-global-cta .block-bean .field-callout-link a {
        padding-right: 0; } }
    @media (max-width: 480px) {
      .region-global-cta .block-bean .field-callout-link a {
        padding-right: 6.5rem;
        font-size: 1.36rem; } }
  .region-global-cta .block-bean .field-callout-link a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 1rem; }

#block-fh-common-fh-search-extended {
  color: #003B4C;
  margin-bottom: 4rem;
  padding: 1rem; }
  @media (min-width: 671px) and (max-width: 979px) {
    #block-fh-common-fh-search-extended {
      margin-bottom: 2rem; } }
  @media (max-width: 480px) {
    #block-fh-common-fh-search-extended {
      padding: 0; } }
  #block-fh-common-fh-search-extended .form-item-keywords {
    float: left;
    margin: 0;
    width: 90%; }
    #block-fh-common-fh-search-extended .form-item-keywords input {
      width: 100%; }
    @media (max-width: 480px) {
      #block-fh-common-fh-search-extended .form-item-keywords {
        width: 88%; } }
  #block-fh-common-fh-search-extended .form-submit {
    width: 10%;
    float: left;
    background: #00A7AD url(../img/search-icon-white.png) center center no-repeat;
    text-indent: -9999px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #block-fh-common-fh-search-extended .form-submit {
        /* Retina-specific stuff here */
        background: #00A7AD url(../img/search-icon-white@2x.png) center center no-repeat;
        background-size: 0.8125rem; } }

.global-social .block-bean-cta-block.view-mode-1-column,
#block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column {
  text-align: center;
  padding: 2rem 0; }
  .global-social .block-bean-cta-block.view-mode-1-column h2,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column h2 {
    font-size: 1.5rem;
    color: #003B4C;
    margin-top: 0; }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social {
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    .global-social .block-bean-cta-block.view-mode-1-column ul.social li,
    #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li {
      display: inline; }
    .global-social .block-bean-cta-block.view-mode-1-column ul.social li:nth-of-type(2),
    #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li:nth-of-type(2) {
      margin-left: 1rem;
      margin-right: 1rem; }
    .global-social .block-bean-cta-block.view-mode-1-column ul.social li a,
    #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li a {
      text-indent: -9999px;
      display: inline-block;
      height: 52px;
      width: 52px; }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social li .twitter,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .twitter {
    background: url("../img/twitter-icon.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-social .block-bean-cta-block.view-mode-1-column ul.social li .twitter,
      #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .twitter {
        /* Retina-specific stuff here */
        background: url("../img/twitter-icon@2x.png") center center no-repeat;
        background-size: 3.25rem; } }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social li .facebook,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .facebook {
    background: url("../img/facebook-icon.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-social .block-bean-cta-block.view-mode-1-column ul.social li .facebook,
      #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .facebook {
        /* Retina-specific stuff here */
        background: url("../img/facebook-icon@2x.png") center center no-repeat;
        background-size: 3.25rem; } }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social li .youtube,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .youtube {
    background: url("../img/youtube-icon.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-social .block-bean-cta-block.view-mode-1-column ul.social li .youtube,
      #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .youtube {
        /* Retina-specific stuff here */
        background: url("../img/youtube-icon@2x.png") center center no-repeat;
        background-size: 3.25rem; } }
  .global-social .block-bean-cta-block.view-mode-1-column ul.social li .instagram,
  #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .instagram {
    background: url("../img/instagram-icon.png") center center no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .global-social .block-bean-cta-block.view-mode-1-column ul.social li .instagram,
      #block-bean-follow-us-uk.block-bean-cta-block.view-mode-1-column ul.social li .instagram {
        /* Retina-specific stuff here */
        background: url("../img/instagram-icon@2x.png") center center no-repeat;
        background-size: 3.25rem; } }

div#block-bean-follow-us-uk {
  float: none;
  width: 100%; }

.view-mode-tabbed.block-bean-grouped-cta-block {
  position: relative; }
  .view-mode-tabbed.block-bean-grouped-cta-block .field-callout-link {
    position: absolute; }
    @media (max-width: 480px) {
      .view-mode-tabbed.block-bean-grouped-cta-block .field-callout-link {
        position: relative; } }

.block-bean-grouped-cta-block {
  margin-bottom: 2rem; }

.block-bean-grouped-cta-block [class*="field-calls-to-action"] #bean_cta_block_3_column_group_image {
  display: table;
  margin-top: 0.2rem;
  min-height: 5.75rem;
  width: 95%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .block-bean-grouped-cta-block [class*="field-calls-to-action"] #bean_cta_block_3_column_group_image {
      min-height: 3.375rem; } }
.block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(2n) .field-callout-link {
  background: rgba(0, 167, 173, 0.9); }
.block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(3n) .field-callout-link {
  background: rgba(213, 194, 0, 0.9); }
.block-bean-grouped-cta-block [class*="field-calls-to-action"]:nth-child(1) .field-callout-link {
  background: rgba(0, 59, 76, 0.9); }

.global-header {
  background: #003B4C;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1002; }
  @media (min-width: 481px) and (max-width: 979px) {
    .global-header {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }
  @media (max-width: 480px) {
    .global-header {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }
  @media (min-width: 980px) {
    .global-header {
      z-index: 900; } }

.global-header .container {
  position: relative; }

.region-home-slider .bean-cta-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 36.25rem;
  position: relative; }
  @media (min-width: 481px) and (max-width: 979px) {
    .region-home-slider .bean-cta-block {
      height: 21.5rem;
      width: 95%;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .region-home-slider .bean-cta-block {
      background-position: center 1rem;
      background-size: auto 73%;
      height: 16.5rem;
      width: 95%;
      margin: 0 auto; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .region-home-slider .bean-cta-block .container {
      padding: 0; } }
  @media (max-width: 480px) {
    .region-home-slider .bean-cta-block .container {
      padding: 0; } }

.region-home-slider .slick-list {
  overflow: visible; }

.region-home-slider .field-slide {
  opacity: 0; }
  .region-home-slider .field-slide.slick-slide, .region-home-slider .field-slide:first-child {
    opacity: 1; }

.slider-text {
  background-color: #00a7ad;
  color: #fff;
  font-size: 18px;
  float: left;
  display: block;
  padding: 2rem;
  min-height: 235px;
  width: 40%;
  position: absolute;
  top: 24rem;
  z-index: 200; }
  @media (min-width: 481px) and (max-width: 979px) {
    .slider-text {
      background-color: transparent;
      color: #000;
      padding: 0;
      position: relative;
      width: 100%;
      top: 23rem; } }
  @media (max-width: 480px) {
    .slider-text {
      background-color: transparent;
      color: #000;
      padding: 0;
      position: relative;
      width: 100%;
      top: 15rem; } }
  .slider-text h2 {
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      .slider-text h2 {
        color: #003B4C;
        font-size: 20px;
        line-height: 25/20;
        text-transform: none; } }
    @media (max-width: 480px) {
      .slider-text h2 {
        color: #003B4C;
        font-size: 20px !important;
        line-height: 25/20 !important;
        text-transform: none; } }
  .slider-text h2 a {
    color: #fff;
    font-size: 2rem !important;
    line-height: 40px;
    margin-top: 0;
    border-bottom: none;
    text-transform: none; }
    .slider-text h2 a:hover {
      text-decoration: underline; }
    @media (min-width: 481px) and (max-width: 979px) {
      .slider-text h2 a {
        color: #003B4C;
        font-size: 20px;
        line-height: 25px;
        text-transform: none; } }
    @media (max-width: 480px) {
      .slider-text h2 a {
        color: #003B4C;
        font-size: 20px !important;
        line-height: 25px;
        text-transform: none; } }
    .slider-text h2 a::after {
      font-size: 2rem;
      right: -1rem; }
      @media (min-width: 481px) and (max-width: 979px) {
        .slider-text h2 a::after {
          color: #1C7E7E;
          font-size: 20px;
          line-height: 25/20;
          right: 0.25rem; } }
      @media (max-width: 480px) {
        .slider-text h2 a::after {
          color: #1C7E7E;
          font-size: 20px;
          line-height: 25/20;
          right: 0.25rem; } }
  .slider-text .field-bean-body,
  .slider-text p {
    font-size: 1.125rem;
    line-height: 29/18;
    padding: 25px 0; }
    @media (max-width: 480px) {
      .slider-text .field-bean-body,
      .slider-text p {
        font-size: 14px;
        line-height: 21/14; } }
  .slider-text .button {
    display: inline-block; }
    @media (min-width: 481px) and (max-width: 979px) {
      .slider-text .button {
        display: none; } }
    @media (max-width: 480px) {
      .slider-text .button {
        display: none; } }
  .slider-text .field-callout-link a,
  .slider-text .field-callout-link a:hover {
    display: block;
    line-height: 1.875rem;
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    vertical-align: middle; }
  .slider-text .field-callout-link a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 1rem; }

.slick-slide .slider-text {
  color: transparent; }
.slick-slide.slick-current .slider-text {
  color: #fff; }
  @media (min-width: 481px) and (max-width: 979px) {
    .slick-slide.slick-current .slider-text {
      color: #000; } }
  @media (max-width: 480px) {
    .slick-slide.slick-current .slider-text {
      color: #000; } }

.slick-dots {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 18px;
  padding: 24px;
  width: 233px;
  height: auto;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .slick-dots {
      display: none !important; } }
  @media (max-width: 480px) {
    .slick-dots {
      display: none !important; } }
  .slick-dots li {
    padding-bottom: 15px;
    cursor: pointer;
    font-size: 1.3em;
    line-height: 1.05em; }
    .slick-dots li::after {
      background-color: rgba(138, 138, 138, 0.56);
      content: "";
      display: block;
      margin-top: 0.5rem;
      height: 2px;
      width: 81px; }
  .slick-dots li.slick-active {
    color: #D5C200; }
  .slick-dots a {
    color: #D5C200; }

.field-tag-line {
  font-size: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 481px) and (max-width: 979px) {
    .field-tag-line {
      margin-top: 12rem;
      margin-bottom: 2rem; } }
  @media (min-width: 980px) {
    .field-tag-line {
      margin-top: 12rem; } }
  @media (min-width: 1200px) {
    .field-tag-line {
      margin-top: 10rem; } }
  @media (max-width: 480px) {
    .field-tag-line {
      font-size: 16px;
      margin-top: 15rem;
      text-align: left; } }

.home-middle {
  background: url(../img/impact-bg.jpg?v=1) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3rem 0 4rem; }

.region-home-middle {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .region-home-middle::after {
    clear: both;
    content: "";
    display: table; }

#block-bean-our-impact {
  position: relative; }

.bean-impact-grouped-block .field-calls-to-action-1 {
  position: relative;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .bean-impact-grouped-block .field-calls-to-action-1:last-child {
    margin-right: 0; }
  @media (min-width: 980px) {
    .bean-impact-grouped-block .field-calls-to-action-1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .bean-impact-grouped-block .field-calls-to-action-1:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .bean-impact-grouped-block .field-calls-to-action-1 img {
      width: 100%; } }

#block-bean-our-impact > h2 {
  border-bottom: 0.25rem solid #05556D;
  font-size: 2rem;
  margin-top: 0;
  padding-bottom: 1rem; }

.bean-impact-grouped-block > .content > .field-bean-body {
  margin-bottom: 2.5rem;
  text-align: center; }
  .bean-impact-grouped-block > .content > .field-bean-body p {
    font-size: 1.3125rem; }

.bean-impact-grouped-block .field-calls-to-action-1 h2 {
  display: table-cell;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 5.125rem;
  font-weight: bold;
  position: absolute;
  text-align: center;
  left: 0;
  padding-left: 0.5rem;
  vertical-align: middle;
  width: 100%;
  z-index: 10; }
  .bean-impact-grouped-block .field-calls-to-action-1 h2 em {
    font-size: 2.6875rem;
    vertical-align: top;
    line-height: 2.1; }
  @media (max-width: 480px) {
    .bean-impact-grouped-block .field-calls-to-action-1 h2 {
      top: -0.625rem; } }
  @media (min-width: 375px) and (max-width: 667px) {
    .bean-impact-grouped-block .field-calls-to-action-1 h2 {
      top: 10px; } }

.bean-impact-grouped-block .field-calls-to-action-1 .field-image {
  display: table;
  height: 7.8125rem;
  margin-bottom: 1rem;
  width: 100%; }
.bean-impact-grouped-block .field-calls-to-action-1 .field-bean-body p {
  font-size: 1.125rem; }
.bean-impact-grouped-block .field-calls-to-action-1 .field-bean-body .exclaim {
  display: block;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: bold; }

.bean-impact-grouped-block > .content > .field-callout-link {
  text-align: center; }
  @media (min-width: 980px) {
    .bean-impact-grouped-block > .content > .field-callout-link {
      position: absolute;
      top: 1rem;
      right: 0; } }
  .bean-impact-grouped-block > .content > .field-callout-link a {
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  .bean-impact-grouped-block > .content > .field-callout-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #00A7AD;
    margin-left: 0.1rem; }

.node-type-lesson-plan .breadcrumb #block-fh-lesson-plan-fh-lesson-plan-menu {
  position: initial; }

a.dropdown {
  color: #003B4C;
  font-weight: bold; }

a.dropdown::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #00A7AD;
  margin-left: 0.2rem; }

#block-fh-lesson-plan-fh-lesson-plan-menu {
  float: left; }
  #block-fh-lesson-plan-fh-lesson-plan-menu::before {
    content: " / ";
    padding-left: 0.2rem; }

#block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: none;
  background: #fff;
  box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.34);
  padding: 2rem 1rem;
  position: absolute;
  left: 0;
  top: 2.5rem;
  z-index: 120; }
  #block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu:last-child {
    margin-right: 0; }
  #block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -0.625rem;
    left: 20%;
    z-index: 120; }
  #block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu li {
    color: #D5C200;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    line-height: 1.6875rem; }
  #block-fh-lesson-plan-fh-lesson-plan-menu ul.breadcrumb-menu li a {
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif; }

.section-prev,
.section-next {
  background: #00A7AD;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase; }
  .section-prev:hover,
  .section-next:hover {
    color: #fff;
    background: #1C7E7E;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

.content-wrapper .section-next {
  margin-top: 40px; }

.section-prev::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.2rem; }

.section-next::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.2rem; }

.global-header .logo {
  display: block;
  width: 20%; }
  .global-header .logo img {
    width: 9.0625rem; }

.materials-field-wrapper {
  background: #ECECEC;
  clear: both;
  margin-bottom: 2rem;
  padding: 1.5rem; }

.field-materials .field-resource-type,
.field-materials .field-course-type,
.field-handout .field-resource-type,
.field-handout .field-course-type {
  color: #003B4C;
  display: inline;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  margin-right: 0.5rem;
  text-transform: uppercase; }

.field-materials,
.field-handout {
  margin-bottom: 1.5rem; }
  .field-materials:last-child,
  .field-handout:last-child {
    margin-bottom: 0; }
  .field-materials h2,
  .field-materials h2.card_title,
  .field-materials h2.card_title a,
  .field-materials h2.chunk-title,
  .field-materials h2.chunk-title a,
  .field-handout h2,
  .field-handout h2.card_title,
  .field-handout h2.card_title a,
  .field-handout h2.chunk-title,
  .field-handout h2.chunk-title a {
    display: inline;
    color: #00A7AD !important;
    font-size: 1rem !important;
    font-weight: normal;
    margin: 0; }
  .field-materials .fh-chunk-collection,
  .field-handout .fh-chunk-collection {
    padding: 0;
    text-align: left !important; }
  .field-materials .resource-type-audio,
  .field-handout .resource-type-audio {
    background: url("../img/materials-icons-small/fh-audio.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-gallery,
  .field-materials .resource-type-visual-essay,
  .field-handout .resource-type-gallery,
  .field-handout .resource-type-visual-essay {
    background: url("../img/materials-icons-small/fh-collection-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-featured-collection,
  .field-handout .resource-type-featured-collection {
    background: url("../img/materials-icons-small/fh-featured-collection-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-image,
  .field-materials .resource-type-map,
  .field-handout .resource-type-image,
  .field-handout .resource-type-map {
    background: url("../img/materials-icons-small/fh-image-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-blog,
  .field-materials .resource-type-document,
  .field-materials .resource-type-message,
  .field-materials .resource-type-news,
  .field-materials .resource-type-story,
  .field-materials .resource-type-page,
  .field-materials .resource-type-handout,
  .field-handout .resource-type-blog,
  .field-handout .resource-type-document,
  .field-handout .resource-type-message,
  .field-handout .resource-type-news,
  .field-handout .resource-type-story,
  .field-handout .resource-type-page,
  .field-handout .resource-type-handout {
    background: url("../img/materials-icons-small/fh-document-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-book,
  .field-materials .resource-type-books--borrowing,
  .field-handout .resource-type-book,
  .field-handout .resource-type-books--borrowing {
    background: url("../img/materials-icons-small/fh-book-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-webinar,
  .field-materials .resource-type-video,
  .field-handout .resource-type-webinar,
  .field-handout .resource-type-video {
    background: url("../img/materials-icons-small/fh-video-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-teaching-strategy,
  .field-handout .resource-type-teaching-strategy {
    background: url("../img/materials-icons-small/fh-teaching-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-lesson,
  .field-handout .resource-type-lesson {
    background: url("../img/materials-icons-small/fh-lesson-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-reading,
  .field-handout .resource-type-reading {
    background: url("../img/materials-icons-small/fh-reading-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-chapter,
  .field-handout .resource-type-chapter {
    background: url("../img/materials-icons-small/fh-chapter-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-timeline,
  .field-handout .resource-type-timeline {
    background: url("../img/materials-icons-small/fh-timeline-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-unit,
  .field-materials .resource-type-unit-outline,
  .field-handout .resource-type-unit,
  .field-handout .resource-type-unit-outline {
    background: url("../img/materials-icons-small/fh-unit-outline-s.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .resource-type-unit-assessment,
  .field-handout .resource-type-unit-assessment {
    background: url("../img/materials-icons-small/fh-unit-assessment-s.svg") left center no-repeat;
    background-position-x: 2px;
    padding-left: 2rem; }
  .field-materials .field-course-type,
  .field-handout .field-course-type {
    background: url("../img/materials-icons-small/fh-event.svg") left center no-repeat;
    padding-left: 2rem; }
  .field-materials .field-product-type,
  .field-handout .field-product-type {
    display: none; }
  .field-materials .event .field-event-date,
  .field-materials .event .field-label,
  .field-materials .event .field-event-region,
  .field-materials .paid_event .field-event-date,
  .field-materials .paid_event .field-label,
  .field-materials .paid_event .field-event-region,
  .field-materials .fundraising_event .field-event-date,
  .field-materials .fundraising_event .field-label,
  .field-materials .fundraising_event .field-event-region,
  .field-handout .event .field-event-date,
  .field-handout .event .field-label,
  .field-handout .event .field-event-region,
  .field-handout .paid_event .field-event-date,
  .field-handout .paid_event .field-label,
  .field-handout .paid_event .field-event-region,
  .field-handout .fundraising_event .field-event-date,
  .field-handout .fundraising_event .field-label,
  .field-handout .fundraising_event .field-event-region {
    display: none; }
  .field-materials .image-chunk-container-wrapper,
  .field-materials .full-view-link-wrapper,
  .field-handout .image-chunk-container-wrapper,
  .field-handout .full-view-link-wrapper {
    display: none; }

.field-handout .field-handout-chunk {
  margin: 1rem 0; }

#block-menu-menu-primary-menu,
#block-menu-menu-menu-uk-primary-menu {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.33);
  float: right;
  position: absolute;
  right: 0;
  top: 4rem; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-primary-menu,
    #block-menu-menu-menu-uk-primary-menu {
      box-shadow: none;
      display: none;
      float: none;
      margin-bottom: 2rem;
      position: relative;
      top: 0; } }
  @media (max-width: 480px) {
    #block-menu-menu-primary-menu,
    #block-menu-menu-menu-uk-primary-menu {
      box-shadow: none;
      display: none;
      float: none;
      margin-bottom: 2rem;
      position: relative;
      top: 0; } }
  #block-menu-menu-primary-menu h2,
  #block-menu-menu-menu-uk-primary-menu h2 {
    display: none; }
  #block-menu-menu-primary-menu ul.menu,
  #block-menu-menu-menu-uk-primary-menu ul.menu {
    padding: 0;
    margin: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu,
      #block-menu-menu-menu-uk-primary-menu ul.menu {
        margin-top: 1rem;
        padding-top: 6.5rem; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu,
      #block-menu-menu-menu-uk-primary-menu ul.menu {
        margin-top: 1rem;
        padding-top: 6.5rem; } }
  #block-menu-menu-primary-menu ul.menu li,
  #block-menu-menu-menu-uk-primary-menu ul.menu li {
    display: block;
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    text-align: center; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li,
      #block-menu-menu-menu-uk-primary-menu ul.menu li {
        display: list-item;
        float: none;
        margin-bottom: 1rem;
        text-align: left; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li,
      #block-menu-menu-menu-uk-primary-menu ul.menu li {
        display: list-item;
        float: none;
        margin-bottom: 1rem;
        text-align: left; } }
  #block-menu-menu-primary-menu ul.menu li a,
  #block-menu-menu-menu-uk-primary-menu ul.menu li a {
    color: #fff;
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem;
    padding: 1.1rem 1rem;
    text-decoration: none; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li a {
        display: block;
        font-size: 1.875rem;
        padding: 0; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li a {
        display: block;
        font-size: 1.875rem;
        padding: 0; } }
  #block-menu-menu-primary-menu ul.menu li:nth-of-type(1) a,
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
    background: #1C7E7E;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    transition: 0.3s background; }
    #block-menu-menu-primary-menu ul.menu li:nth-of-type(1) a:hover,
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a:hover {
      background: #197171; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(1) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
        background: none;
        color: #1C7E7E; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(1) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
        background: none;
        color: #1C7E7E; } }
  #block-menu-menu-primary-menu ul.menu li:nth-of-type(2) a,
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
    background: #00A7AD;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    transition: 0.3s background; }
    #block-menu-menu-primary-menu ul.menu li:nth-of-type(2) a:hover,
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a:hover {
      background: #00959b; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(2) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
        background: none;
        color: #00A7AD; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(2) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
        background: none;
        color: #00A7AD; } }
  #block-menu-menu-primary-menu ul.menu li:nth-of-type(3) a,
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
    background: #D5C200;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    transition: 0.3s background; }
    #block-menu-menu-primary-menu ul.menu li:nth-of-type(3) a:hover,
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a:hover {
      background: #bfae00; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(3) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
        background: none;
        color: #D5C200; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(3) a,
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
        background: none;
        color: #D5C200; } }
  #block-menu-menu-primary-menu ul.menu li:nth-of-type(4),
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) {
    background: #EB922D; }
    #block-menu-menu-primary-menu ul.menu li:nth-of-type(4):hover,
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4):hover {
      background: #d38328; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(4),
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) {
        background: none; }
        #block-menu-menu-primary-menu ul.menu li:nth-of-type(4) a,
        #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
          color: #EB922D; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li:nth-of-type(4),
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) {
        background: none; }
        #block-menu-menu-primary-menu ul.menu li:nth-of-type(4) a,
        #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
          color: #EB922D; } }
  #block-menu-menu-primary-menu ul.menu li.search,
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search {
    background: #fff;
    display: table;
    position: relative; }
    @media (min-width: 481px) and (max-width: 979px) {
      #block-menu-menu-primary-menu ul.menu li.search,
      #block-menu-menu-menu-uk-primary-menu ul.menu li.search {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li.search,
      #block-menu-menu-menu-uk-primary-menu ul.menu li.search {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
  #block-menu-menu-primary-menu ul.menu li.search input,
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search input {
    border: none;
    display: table-cell;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    padding: 1.25rem 2.3rem;
    position: relative;
    width: 100%; }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li.search input,
      #block-menu-menu-menu-uk-primary-menu ul.menu li.search input {
        display: block;
        width: 100%; } }
    @media (max-width: 480px) {
      #block-menu-menu-primary-menu ul.menu li.search input,
      #block-menu-menu-menu-uk-primary-menu ul.menu li.search input {
        display: block;
        width: 100%; } }
    #block-menu-menu-primary-menu ul.menu li.search input::-webkit-input-placeholder,
    #block-menu-menu-menu-uk-primary-menu ul.menu li.search input::-webkit-input-placeholder {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
    #block-menu-menu-primary-menu ul.menu li.search input::-moz-placeholder,
    #block-menu-menu-menu-uk-primary-menu ul.menu li.search input::-moz-placeholder {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
    #block-menu-menu-primary-menu ul.menu li.search input:-moz-placeholder,
    #block-menu-menu-menu-uk-primary-menu ul.menu li.search input:-moz-placeholder {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
    #block-menu-menu-primary-menu ul.menu li.search input:-ms-input-placeholder,
    #block-menu-menu-menu-uk-primary-menu ul.menu li.search input:-ms-input-placeholder {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
  #block-menu-menu-primary-menu ul.menu li.search button, #block-menu-menu-primary-menu ul.menu li.search .node-paid-event .field-registration-type input[type="button"], .node-paid-event .field-registration-type #block-menu-menu-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-primary-menu ul.menu li.search .node-type-event form#registration-form input[type="button"],
  .node-type-event form#registration-form #block-menu-menu-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-primary-menu ul.menu li.search .field-event-application input[type="button"],
  .field-event-application #block-menu-menu-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search button,
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search .node-paid-event .field-registration-type input[type="button"],
  .node-paid-event .field-registration-type #block-menu-menu-menu-uk-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search .node-type-event form#registration-form input[type="button"],
  .node-type-event form#registration-form #block-menu-menu-menu-uk-primary-menu ul.menu li.search input[type="button"],
  #block-menu-menu-menu-uk-primary-menu ul.menu li.search .field-event-application input[type="button"],
  .field-event-application #block-menu-menu-menu-uk-primary-menu ul.menu li.search input[type="button"] {
    background: none;
    border: none;
    color: #00A7AD;
    font-size: 1rem;
    padding: 0;
    position: absolute;
    z-index: 10;
    top: calc(50% - 10px);
    left: 1rem; }

#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
  background: #fff;
  color: #1C7E7E;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a:hover {
    background: #dedede; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
      background: none;
      color: #fff; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(1) a {
      background: none;
      color: #fff; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
  background: #1C7E7E;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a:hover {
    background: #197171; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
      background: none;
      color: #1C7E7E; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(2) a {
      background: none;
      color: #1C7E7E; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
  background: #00A7AD;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a:hover {
    background: #00959b; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
      background: none;
      color: #00A7AD; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(3) a {
      background: none;
      color: #00A7AD; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
  background: #D5C200;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a:hover {
    background: #bfae00; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
      background: none;
      color: #D5C200; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(4) a {
      background: none;
      color: #D5C200; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) {
  background: #EB922D; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5):hover {
    background: #d38328; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) {
      background: none; }
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) a {
        color: #EB922D; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) {
      background: none; }
      #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(5) a {
        color: #EB922D; } }
#block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(6) a {
  background: #E74A37;
  -webkit-transition: 0.3s background;
  -moz-transition: 0.3s background;
  transition: 0.3s background; }
  #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(6) a:hover {
    background: #D24332; }
  @media (min-width: 481px) and (max-width: 979px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(6) a {
      background: none;
      color: #E74A37; } }
  @media (max-width: 480px) {
    #block-menu-menu-menu-uk-primary-menu ul.menu li:nth-of-type(6) a {
      background: none;
      color: #E74A37; } }

#block-menu-menu-secondary-menu {
  display: none;
  position: relative; }
  @media (min-width: 980px) {
    #block-menu-menu-secondary-menu {
      display: block;
      position: absolute;
      top: 0.5rem;
      right: 0; } }
  #block-menu-menu-secondary-menu h2 {
    display: none; }
  @media (min-width: 980px) {
    #block-menu-menu-secondary-menu ul.menu {
      float: right;
      padding: 0;
      margin: 0; } }
  #block-menu-menu-secondary-menu ul.menu li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 1rem; }
    @media (min-width: 980px) {
      #block-menu-menu-secondary-menu ul.menu li {
        display: inline;
        margin-left: 0.75rem;
        margin-right: 0;
        padding: 0; } }
  #block-menu-menu-secondary-menu ul.menu li a {
    color: #fff;
    font-size: 1.375rem;
    font-weight: normal;
    padding: 0; }
    @media (min-width: 980px) {
      #block-menu-menu-secondary-menu ul.menu li a {
        display: inline-block;
        font-size: 0.9375rem;
        padding: 0.2rem 0; }
        #block-menu-menu-secondary-menu ul.menu li a:hover {
          border-bottom: 0.0625rem solid #fff; } }
  @media (min-width: 980px) {
    #block-menu-menu-secondary-menu ul.menu li:last-of-type {
      border-left: 1px solid #B2A6A0;
      margin-left: 0.8rem; } }
  #block-menu-menu-secondary-menu ul.menu li:last-of-type a {
    background: url(../img/shopping-cart-icon.png) center center no-repeat;
    background-size: 1.375rem;
    border-top: 0.0625rem solid #B2A6A0;
    color: #99D0DB;
    font-weight: bold;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    display: block;
    font-size: 1.375rem;
    padding-left: 2rem;
    padding-top: 0.5rem;
    text-transform: uppercase;
    width: 36px; }
    #block-menu-menu-secondary-menu ul.menu li:last-of-type a:hover {
      border-bottom: none; }
    @media (min-width: 980px) {
      #block-menu-menu-secondary-menu ul.menu li:last-of-type a {
        border-top: none;
        display: inline-block;
        font-size: 0.8125rem;
        text-indent: -9999px;
        padding-left: 0.8rem;
        padding-right: 1.5rem; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #block-menu-menu-secondary-menu ul.menu li:last-of-type a {
        /* Retina-specific stuff here */
        background: url(../img/shopping-cart-icon@2x.png) center center no-repeat;
        background-size: 1.25rem; } }

.global-header .nav-open,
.global-header .nav-close {
  position: absolute;
  top: .85rem;
  right: 1rem; }

.global-header .nav-open {
  top: 1rem; }
  @media (min-width: 980px) {
    .global-header .nav-open {
      display: none; } }
  .global-header .nav-open img {
    width: 2rem; }

.global-header .nav-close {
  display: none; }
  .global-header .nav-close img {
    width: 1.5rem; }

.node-type-fh-location .page-banner {
  padding-top: 0 !important; }
.node-type-fh-location .location-contact h3,
.node-type-fh-location .field-location-address h3 {
  font-size: 1.25rem;
  margin-bottom: 0; }

#modalBackdrop.fh-optimize-backdrop {
  z-index: 200 !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 10%) !important;
  opacity: .7 !important; }

.ctools-modal-content.fh-optimize-modal {
  background-color: #fff;
  background-size: cover;
  border: 0px !important;
  color: #003B4C !important;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  position: fixed;
  width: 100% !important;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  height: calc(100vh - 80px);
  overflow-y: scroll; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal {
      height: auto;
      max-height: 400px;
      overflow: auto; } }
  .ctools-modal-content.fh-optimize-modal .captcha {
    display: none; }
  .ctools-modal-content.fh-optimize-modal .messages {
    display: none !important; }
  .ctools-modal-content.fh-optimize-modal #modal-messages .messages {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 25px; }
  .ctools-modal-content.fh-optimize-modal a.close-modal {
    color: #9B9B9B !important;
    text-decoration: none;
    position: absolute;
    top: 20px !important;
    right: 15px;
    z-index: 1;
    float: none !important;
    text-indent: -1000px;
    overflow: hidden;
    width: 22px;
    height: 22px; }
    .ctools-modal-content.fh-optimize-modal a.close-modal::before, .ctools-modal-content.fh-optimize-modal a.close-modal::after {
      position: absolute;
      left: 8px;
      top: -2px;
      content: ' ';
      height: 26px;
      width: 5px;
      background-color: #9B9B9B; }
    .ctools-modal-content.fh-optimize-modal a.close-modal::before {
      transform: rotate(45deg); }
    .ctools-modal-content.fh-optimize-modal a.close-modal::after {
      transform: rotate(-45deg); }
  .ctools-modal-content.fh-optimize-modal .registration-header {
    margin-bottom: 30px; }
    .ctools-modal-content.fh-optimize-modal .registration-header h2 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 10px; }
    .ctools-modal-content.fh-optimize-modal .registration-header p {
      font-size: 15px;
      line-height: 21px;
      font-family: "adelle", "Georgia", "Times New Roman", serif;
      margin-bottom: 7px; }
  @media (min-width: 768px) {
    .ctools-modal-content.fh-optimize-modal::before {
      content: '';
      background-image: url(../img/optimize/register-step1.jpg);
      background-position-x: center;
      background-size: cover;
      width: 33%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0; }
    .ctools-modal-content.fh-optimize-modal .modal-content {
      width: 67% !important;
      left: 33%;
      padding: 20px 45px !important; }
      .ctools-modal-content.fh-optimize-modal .modal-content h2 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 32px;
        line-height: 36px; } }
  .ctools-modal-content.fh-optimize-modal .slick-slide {
    outline: none; }

.ctools-modal-content.fh-optimize-modal.secondary-step::before {
  background-image: url(../img/optimize/register-secondary-steps.jpg); }
.ctools-modal-content.fh-optimize-modal.complete-step {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/optimize/registration-complete.jpg);
  background-size: cover;
  background-position: center center; }
  .ctools-modal-content.fh-optimize-modal.complete-step::before {
    background-image: unset; }
  .ctools-modal-content.fh-optimize-modal.complete-step a.close::before,
  .ctools-modal-content.fh-optimize-modal.complete-step a.close::after {
    background-color: #fff; }
  .ctools-modal-content.fh-optimize-modal.complete-step #step-complete-wrapper {
    top: 2rem; }
  .ctools-modal-content.fh-optimize-modal.complete-step .modal-content {
    max-width: 575px !important;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
  .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header h2 {
    margin-bottom: 10px;
    font-size: 36px; }
  .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header p {
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px; }
    .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header p a:link,
    .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header p a:visited,
    .ctools-modal-content.fh-optimize-modal.complete-step #complete-registration-header p a:hover {
      color: #fff;
      text-decoration: underline;
      font-weight: bold; }
  .ctools-modal-content.fh-optimize-modal.complete-step .form-actions input {
    text-transform: inherit !important; }
.ctools-modal-content.fh-optimize-modal .step-wrapper {
  position: relative; }
@media (min-width: 768px) {
  .ctools-modal-content.fh-optimize-modal #step2-wrapper .registration-header,
  .ctools-modal-content.fh-optimize-modal #step3-wrapper .registration-header,
  .ctools-modal-content.fh-optimize-modal #step4-wrapper .registration-header {
    width: 30%;
    position: absolute;
    display: block; }
  .ctools-modal-content.fh-optimize-modal #step2-wrapper .field-wrapper,
  .ctools-modal-content.fh-optimize-modal #step3-wrapper .field-wrapper,
  .ctools-modal-content.fh-optimize-modal #step4-wrapper .field-wrapper {
    width: 65%;
    margin-left: 35%; } }
.ctools-modal-content.fh-optimize-modal #step2-wrapper .question-wrapper .question,
.ctools-modal-content.fh-optimize-modal #step3-wrapper .question-wrapper .question,
.ctools-modal-content.fh-optimize-modal #step4-wrapper .question-wrapper .question {
  font-size: 32px;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  line-height: 36px;
  font-weight: normal;
  margin-top: 5px; }
.ctools-modal-content.fh-optimize-modal #step2-wrapper .question-wrapper .step-label,
.ctools-modal-content.fh-optimize-modal #step3-wrapper .question-wrapper .step-label,
.ctools-modal-content.fh-optimize-modal #step4-wrapper .question-wrapper .step-label {
  color: #9B9B9B;
  font-size: 18px;
  line-height: 28px; }

.ctools-modal-content.fh-optimize-modal .help-block.form-error {
  font-size: 11px;
  line-height: 13px;
  color: #E74A37; }
.ctools-modal-content.fh-optimize-modal .form-item label {
  width: 100% !important;
  float: none !important;
  font-size: 13px;
  color: #9B9B9B;
  margin-bottom: 5px;
  font-weight: normal; }
.ctools-modal-content.fh-optimize-modal input[type=text],
.ctools-modal-content.fh-optimize-modal input[type=email],
.ctools-modal-content.fh-optimize-modal input[type=password] {
  font-size: 0.9375rem;
  font-family: "adelle-sans", "Helvetica", sans-serif !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 12px 12px 8px !important;
  color: #003B4C;
  height: 50px; }
  .ctools-modal-content.fh-optimize-modal input[type=text]::placeholder,
  .ctools-modal-content.fh-optimize-modal input[type=email]::placeholder,
  .ctools-modal-content.fh-optimize-modal input[type=password]::placeholder {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    color: #9B9B9B; }
.ctools-modal-content.fh-optimize-modal .field-type-list-boolean {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px; }
  .ctools-modal-content.fh-optimize-modal .field-type-list-boolean label {
    font-size: 18px;
    color: #003B4C;
    padding: 0 13px 0 5px;
    vertical-align: middle; }
  .ctools-modal-content.fh-optimize-modal .field-type-list-boolean input[type="checkbox"] {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #003B4C;
    width: 30px;
    height: 30px;
    transition: .1s background;
    outline: none; }
    .ctools-modal-content.fh-optimize-modal .field-type-list-boolean input[type="checkbox"]:checked {
      background: #00A7AD; }
    .ctools-modal-content.fh-optimize-modal .field-type-list-boolean input[type="checkbox"]:focus {
      outline: #9B9B9B auto 5px !important; }
.ctools-modal-content.fh-optimize-modal fieldset {
  border: none;
  padding: 0;
  margin: 0 0 15px; }
  .ctools-modal-content.fh-optimize-modal fieldset legend {
    display: none; }
.ctools-modal-content.fh-optimize-modal .form-submit,
.ctools-modal-content.fh-optimize-modal button,
.ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input[type="button"],
.node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input[type="button"],
.ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input[type="button"],
.node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input[type="button"],
.ctools-modal-content.fh-optimize-modal .field-event-application input[type="button"],
.field-event-application .ctools-modal-content.fh-optimize-modal input[type="button"] {
  background-color: #EB922D;
  color: #003B4C;
  display: inline-block;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 10px 30px;
  vertical-align: top;
  height: 50px;
  font-size: 14px;
  border-color: transparent !important; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal .form-submit,
    .ctools-modal-content.fh-optimize-modal button,
    .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input[type="button"],
    .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input[type="button"],
    .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input[type="button"],
    .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input[type="button"],
    .ctools-modal-content.fh-optimize-modal .field-event-application input[type="button"],
    .field-event-application .ctools-modal-content.fh-optimize-modal input[type="button"] {
      margin-left: 10px;
      margin-top: 0; } }
  .ctools-modal-content.fh-optimize-modal .form-submit.register-button,
  .ctools-modal-content.fh-optimize-modal button.register-button,
  .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.register-button[type="button"],
  .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.register-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.register-button[type="button"],
  .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.register-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .field-event-application input.register-button[type="button"],
  .field-event-application .ctools-modal-content.fh-optimize-modal input.register-button[type="button"] {
    position: relative; }
    .ctools-modal-content.fh-optimize-modal .form-submit.register-button:disabled,
    .ctools-modal-content.fh-optimize-modal button.register-button:disabled,
    .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.register-button[type="button"]:disabled,
    .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]:disabled,
    .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.register-button[type="button"]:disabled,
    .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]:disabled,
    .ctools-modal-content.fh-optimize-modal .field-event-application input.register-button[type="button"]:disabled,
    .field-event-application .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]:disabled {
      opacity: .65; }
    .ctools-modal-content.fh-optimize-modal .form-submit.register-button::after,
    .ctools-modal-content.fh-optimize-modal button.register-button::after,
    .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.register-button[type="button"]::after,
    .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]::after,
    .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.register-button[type="button"]::after,
    .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]::after,
    .ctools-modal-content.fh-optimize-modal .field-event-application input.register-button[type="button"]::after,
    .field-event-application .ctools-modal-content.fh-optimize-modal input.register-button[type="button"]::after {
      content: '';
      position: relative;
      vertical-align: middle;
      display: inline-block;
      margin-left: 10px;
      width: 14px;
      height: 14px;
      background: url(../img/arrow-right-navy.svg) no-repeat;
      background-size: contain; }
  .ctools-modal-content.fh-optimize-modal .form-submit.secondary-submit-button,
  .ctools-modal-content.fh-optimize-modal button.secondary-submit-button,
  .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.secondary-submit-button[type="button"],
  .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.secondary-submit-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.secondary-submit-button[type="button"],
  .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.secondary-submit-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .field-event-application input.secondary-submit-button[type="button"],
  .field-event-application .ctools-modal-content.fh-optimize-modal input.secondary-submit-button[type="button"] {
    margin: 0 !important; }
  .ctools-modal-content.fh-optimize-modal .form-submit.skip-button, .ctools-modal-content.fh-optimize-modal .form-submit.skip-button-submit,
  .ctools-modal-content.fh-optimize-modal button.skip-button,
  .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.skip-button[type="button"],
  .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.skip-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.skip-button[type="button"],
  .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.skip-button[type="button"],
  .ctools-modal-content.fh-optimize-modal .field-event-application input.skip-button[type="button"],
  .field-event-application .ctools-modal-content.fh-optimize-modal input.skip-button[type="button"],
  .ctools-modal-content.fh-optimize-modal button.skip-button-submit,
  .ctools-modal-content.fh-optimize-modal .node-paid-event .field-registration-type input.skip-button-submit[type="button"],
  .node-paid-event .field-registration-type .ctools-modal-content.fh-optimize-modal input.skip-button-submit[type="button"],
  .ctools-modal-content.fh-optimize-modal .node-type-event form#registration-form input.skip-button-submit[type="button"],
  .node-type-event form#registration-form .ctools-modal-content.fh-optimize-modal input.skip-button-submit[type="button"],
  .ctools-modal-content.fh-optimize-modal .field-event-application input.skip-button-submit[type="button"],
  .field-event-application .ctools-modal-content.fh-optimize-modal input.skip-button-submit[type="button"] {
    margin-right: 10px;
    margin-left: 0 !important;
    background: #fff !important;
    border: 1px solid #003B4C !important; }
.ctools-modal-content.fh-optimize-modal a.back-btn {
  color: #9B9B9B !important;
  display: block;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  position: relative; }
  .ctools-modal-content.fh-optimize-modal a.back-btn::before {
    content: '';
    position: relative;
    vertical-align: inherit;
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background: url(../img/arrow-left-gray.svg) no-repeat;
    background-size: contain; }
.ctools-modal-content.fh-optimize-modal .form-type-textfield,
.ctools-modal-content.fh-optimize-modal .form-type-emailfield,
.ctools-modal-content.fh-optimize-modal .form-type-password {
  width: 100%;
  margin-bottom: 10px !important; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal .form-type-textfield,
    .ctools-modal-content.fh-optimize-modal .form-type-emailfield,
    .ctools-modal-content.fh-optimize-modal .form-type-password {
      width: 30%;
      float: left;
      margin-top: 0;
      margin-right: 1%; } }
.ctools-modal-content.fh-optimize-modal #organization-form-wrapper {
  display: block; }
  .ctools-modal-content.fh-optimize-modal #organization-form-wrapper #autocomplete {
    height: auto !important;
    position: relative !important;
    top: inherit !important;
    overflow-y: scroll !important;
    max-height: 100px !important; }
    @media (min-width: 480px) {
      .ctools-modal-content.fh-optimize-modal #organization-form-wrapper #autocomplete {
        position: absolute !important; } }
  .ctools-modal-content.fh-optimize-modal #organization-form-wrapper .form-type-textfield {
    float: none;
    width: 100%;
    max-width: 300px; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal #organization-form-wrapper {
      display: flex; } }
  .ctools-modal-content.fh-optimize-modal #organization-form-wrapper .form-item-organization-label .element-invisible {
    display: block;
    position: relative !important;
    clip: unset;
    overflow: visible;
    height: inherit;
    width: 100% !important; }
  .ctools-modal-content.fh-optimize-modal #organization-form-wrapper #edit-organization-label {
    border: 1px solid #003B4C; }
.ctools-modal-content.fh-optimize-modal .form-item-organization {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: block !important;
  float: none !important; }
  .ctools-modal-content.fh-optimize-modal .form-item-organization::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background: url(../img/search-navy.svg) no-repeat;
    background-size: contain; }
  .ctools-modal-content.fh-optimize-modal .form-item-organization .form-text.form-autocomplete {
    border: 1px solid #003B4C;
    height: 50px;
    background-size: 0; }
    .ctools-modal-content.fh-optimize-modal .form-item-organization .form-text.form-autocomplete.input-throbbing {
      background-size: auto; }
.ctools-modal-content.fh-optimize-modal div[id^="addressfield-wrapper"] {
  display: block; }
  @media (min-width: 480px) {
    .ctools-modal-content.fh-optimize-modal div[id^="addressfield-wrapper"] {
      display: flex;
      flex-direction: row; } }
  .ctools-modal-content.fh-optimize-modal div[id^="addressfield-wrapper"] .form-item-administrative-area,
  .ctools-modal-content.fh-optimize-modal div[id^="addressfield-wrapper"] .form-item-country {
    margin-top: 0; }
.ctools-modal-content.fh-optimize-modal .form-type-select {
  max-width: 300px;
  position: relative;
  margin-right: 10px; }
  .ctools-modal-content.fh-optimize-modal .form-type-select::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    width: 14px;
    height: 14px;
    background: url(../img/arrow-down-white.svg) no-repeat;
    pointer-events: none;
    background-size: contain; }
  .ctools-modal-content.fh-optimize-modal .form-type-select .form-select {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    max-width: 300px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #9B9B9B;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    .ctools-modal-content.fh-optimize-modal .form-type-select .form-select.country, .ctools-modal-content.fh-optimize-modal .form-type-select .form-select.state {
      background-color: #003B4C;
      color: #fff;
      position: relative; }
.ctools-modal-content.fh-optimize-modal #edit-account {
  clear: left; }
.ctools-modal-content.fh-optimize-modal .form-item.form-type-password .password-parent {
  width: 100%; }
.ctools-modal-content.fh-optimize-modal .form-item.form-type-password .password-strength {
  display: none; }
.ctools-modal-content.fh-optimize-modal .form-item.form-type-password .toggle-password-icon {
  right: 10px !important; }
.ctools-modal-content.fh-optimize-modal .form-item {
  position: relative; }
.ctools-modal-content.fh-optimize-modal .form-item label.element-invisible {
  display: block !important;
  height: inherit !important;
  clip: inherit !important;
  position: absolute !important;
  font-size: 16px;
  top: 12px !important;
  left: 10px !important;
  z-index: 1;
  transition: font-size 200ms ease-in-out, top 200ms ease-in-out; }
  .ctools-modal-content.fh-optimize-modal .form-item label.element-invisible.focus {
    font-size: 10px;
    top: 5px !important; }
.ctools-modal-content.fh-optimize-modal .form-item input::placeholder {
  color: transparent !important; }
.ctools-modal-content.fh-optimize-modal .form-item label.element-invisible .form-required {
  display: none; }
.ctools-modal-content.fh-optimize-modal .form-note {
  font-size: 12px;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-style: italic;
  color: #1C7E7E; }
  .ctools-modal-content.fh-optimize-modal .form-note a {
    color: #1C7E7E !important; }
    .ctools-modal-content.fh-optimize-modal .form-note a .ext {
      display: none; }

@media (min-width: 480px) {
  #step1-wrapper .form-submit {
    margin-left: 0 !important;
    margin-top: 0; } }

#edit-secondary-steps-submit-button {
  margin: 0 10px 0 0 !important; }

#modalContent.modal-hide-modal {
  display: none !important; }

.secondary-step a.close-modal {
  display: block !important; }

.student-bypass {
  color: #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  padding-bottom: 0.125rem;
  display: inline-block; }
  .student-bypass::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003B4C;
    content: "";
    margin-left: 0.5rem; }

.not-front .page-banner {
  height: auto;
  min-height: 28.125rem;
  background-position: left top;
  overflow: hidden;
  position: relative;
  margin-bottom: 0; }
  .not-front .page-banner .container {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      .not-front .page-banner .container {
        padding: 0; } }
  .not-front .page-banner .microsite-hero .container {
    height: 100%; }
  .not-front .page-banner .region-global-banner {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 110; }
  .not-front .page-banner .title {
    max-width: 53.125rem; }
  .not-front .page-banner .block-bean-cta-block.view-mode-landing::after,
  .not-front .page-banner #block-fh-common-fh-header::after {
    background-color: rgba(0, 59, 76, 0);
    background-image: -webkit-linear-gradient(-450deg, rgba(0, 59, 76, 0), #003B4C 33%);
    background-image: linear-gradient(180deg,rgba(0, 59, 76, 0), #003B4C 33%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 120; }
  .not-front .page-banner .block-bean-cta-block.view-mode-landing,
  .not-front .page-banner #block-fh-common-fh-header {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding-top: 18rem;
    left: 0;
    top: 0;
    z-index: 130; }
    @media (min-width: 481px) and (max-width: 979px) {
      .not-front .page-banner .block-bean-cta-block.view-mode-landing,
      .not-front .page-banner #block-fh-common-fh-header {
        background-size: 100%;
        background-position: left top; } }
    @media (max-width: 480px) {
      .not-front .page-banner .block-bean-cta-block.view-mode-landing,
      .not-front .page-banner #block-fh-common-fh-header {
        background-size: 100%; } }

.block-bean-cta-block.view-mode-landing .title,
#block-fh-common-fh-header .title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  background: rgba(0, 167, 173, 0.97);
  color: #fff;
  float: none;
  margin: 0 auto -3rem !important;
  max-width: 53.125rem;
  padding: 2rem;
  position: relative;
  z-index: 120; }
  .block-bean-cta-block.view-mode-landing .title:last-child,
  #block-fh-common-fh-header .title:last-child {
    margin-right: 0; }
  .block-bean-cta-block.view-mode-landing .title div:last-child,
  #block-fh-common-fh-header .title div:last-child {
    margin-bottom: 0.625rem; }
  .block-bean-cta-block.view-mode-landing .title h1:last-child,
  #block-fh-common-fh-header .title h1:last-child {
    margin-bottom: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .block-bean-cta-block.view-mode-landing .title,
    #block-fh-common-fh-header .title {
      background: #00A7AD;
      margin: -1rem auto -3rem !important;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .block-bean-cta-block.view-mode-landing .title:last-child,
      #block-fh-common-fh-header .title:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .block-bean-cta-block.view-mode-landing .title,
    #block-fh-common-fh-header .title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      float: none; }
      .block-bean-cta-block.view-mode-landing .title:last-child,
      #block-fh-common-fh-header .title:last-child {
        margin-right: 0; } }
  .block-bean-cta-block.view-mode-landing .title::after,
  #block-fh-common-fh-header .title::after {
    bottom: -0.875rem;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 0.9375rem solid transparent;
    border-right: 0.9375rem solid transparent;
    border-top: 0.9375rem solid rgba(0, 167, 173, 0.97);
    left: calc(50% - 15px);
    position: absolute;
    z-index: 10; }
  .block-bean-cta-block.view-mode-landing .title h1, .block-bean-cta-block.view-mode-landing .title p,
  #block-fh-common-fh-header .title h1,
  #block-fh-common-fh-header .title p {
    margin: 0; }
  .block-bean-cta-block.view-mode-landing .title h1,
  #block-fh-common-fh-header .title h1 {
    margin-bottom: 1rem; }
  .block-bean-cta-block.view-mode-landing .title h2 a,
  #block-fh-common-fh-header .title h2 a {
    color: #fff; }
  .block-bean-cta-block.view-mode-landing .title .field-subhead,
  #block-fh-common-fh-header .title .field-subhead {
    font-size: 1.125rem; }

.block-bean-cta-block.view-mode-landing .field-intro,
#block-fh-common-fh-header .field-intro {
  background: #ECECEC;
  clear: both;
  padding: 5rem 2rem 2.5rem;
  width: 100%;
  margin-bottom: 0; }
  .block-bean-cta-block.view-mode-landing .field-intro h2, .block-bean-cta-block.view-mode-landing .field-intro p,
  #block-fh-common-fh-header .field-intro h2,
  #block-fh-common-fh-header .field-intro p {
    margin: 0;
    color: #003B4C;
    max-width: 60%;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .block-bean-cta-block.view-mode-landing .field-intro h2, .block-bean-cta-block.view-mode-landing .field-intro p,
      #block-fh-common-fh-header .field-intro h2,
      #block-fh-common-fh-header .field-intro p {
        max-width: 100%; } }
  .block-bean-cta-block.view-mode-landing .field-intro h2,
  #block-fh-common-fh-header .field-intro h2 {
    margin-bottom: 1rem; }
  .block-bean-cta-block.view-mode-landing .field-intro p,
  #block-fh-common-fh-header .field-intro p {
    font-size: 1.125rem; }

.not-front .page-banner {
  background-color: #ECECEC;
  min-height: 0;
  overflow: visible; }
  .not-front .page-banner::after,
  .not-front .page-banner .block-bean-cta-block.view-mode-landing::after,
  .not-front .page-banner #block-fh-common-fh-header::after {
    display: none; }
  @media (max-width: 480px) {
    .not-front .page-banner .view-mode-landing.block-bean-cta-block .title,
    .not-front .page-banner #block-fh-common-fh-header .title {
      background: #00A7AD;
      width: 100%; } }
  .not-front .page-banner .field-callout-link {
    margin-top: 2rem; }
  .not-front .page-banner .field-callout-link a {
    color: #fff;
    display: inline-block; }
    @media (max-width: 480px) {
      .not-front .page-banner .field-callout-link a {
        font-size: 1rem; } }
    .not-front .page-banner .field-callout-link a::after {
      display: none; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .title,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header .title,
.node-type-unit .page-banner #block-fh-common-fh-header .title,
.node-type-wrapper .page-banner #block-fh-common-fh-header .title,
.node-type-reading .page-banner #block-fh-common-fh-header .title {
  background: rgba(0, 59, 76, 0.97);
  margin-bottom: -10rem; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .title::after,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header .title::after,
.node-type-unit .page-banner #block-fh-common-fh-header .title::after,
.node-type-wrapper .page-banner #block-fh-common-fh-header .title::after,
.node-type-reading .page-banner #block-fh-common-fh-header .title::after {
  border-top-color: rgba(0, 59, 76, 0.97); }
.node-type-unit-assessment .page-banner .reading-label,
.node-type-lesson-plan .page-banner .reading-label,
.node-type-unit .page-banner .reading-label,
.node-type-wrapper .page-banner .reading-label,
.node-type-reading .page-banner .reading-label {
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.084rem;
  line-height: 1.125rem; }

.node-type-wrapper .page-banner #block-fh-common-fh-header,
.node-type-fh-location .page-banner {
  padding-top: 18rem; }
  @media (min-width: 980px) {
    .node-type-wrapper .page-banner #block-fh-common-fh-header,
    .node-type-fh-location .page-banner {
      background-size: 100%; } }
  .node-type-wrapper .page-banner #block-fh-common-fh-header .title,
  .node-type-fh-location .page-banner .title {
    background: rgba(0, 167, 173, 0.97); }
    @media (max-width: 480px) {
      .node-type-wrapper .page-banner #block-fh-common-fh-header .title,
      .node-type-fh-location .page-banner .title {
        background: #00A7AD;
        width: 100%; } }
  .node-type-wrapper .page-banner #block-fh-common-fh-header .title::after,
  .node-type-fh-location .page-banner .title::after {
    border-top-color: rgba(0, 167, 173, 0.97); }

.node-type-unit-assessment #block-fh-lesson-plan-fh-lesson-plan-menu,
.node-type-unit #block-fh-lesson-plan-fh-lesson-plan-menu {
  position: static !important; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .unit-label,
.node-type-unit .page-banner #block-fh-common-fh-header .unit-label {
  background: url(../img/unit-icon.svg) no-repeat center top;
  background-position-y: -1rem;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-top: 3.75rem;
  text-transform: uppercase; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .unit-label {
  background: url(../img/unit-assessment-icon.svg) no-repeat center top; }

.node-type-reading .page-banner #block-fh-common-fh-header {
  padding-top: 11rem; }
  .node-type-reading .page-banner #block-fh-common-fh-header .reading-label {
    background: url(../img/reading-icon.svg) no-repeat center top;
    padding-top: 3.75rem; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .title h1,
.node-type-unit .page-banner #block-fh-common-fh-header .title h1,
.node-type-book .page-banner #block-fh-common-fh-header .title h1 {
  max-width: 70%;
  text-align: center;
  margin: 0 auto 1rem auto; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-subject,
.node-type-unit .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-unit .page-banner #block-fh-common-fh-header .field-subject,
.node-type-book .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-book .page-banner #block-fh-common-fh-header .field-subject {
  display: inline-block;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.2rem 1rem; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-term-topic a,
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-subject a,
  .node-type-unit .page-banner #block-fh-common-fh-header .field-term-topic a,
  .node-type-unit .page-banner #block-fh-common-fh-header .field-subject a,
  .node-type-book .page-banner #block-fh-common-fh-header .field-term-topic a,
  .node-type-book .page-banner #block-fh-common-fh-header .field-subject a {
    color: #fff; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-unit .page-banner #block-fh-common-fh-header .field-term-topic,
.node-type-book .page-banner #block-fh-common-fh-header .field-term-topic {
  background: #00A7AD;
  margin-right: 0.1rem; }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-subject,
.node-type-unit .page-banner #block-fh-common-fh-header .field-subject,
.node-type-book .page-banner #block-fh-common-fh-header .field-subject {
  background: #D5C200;
  margin-left: 0.1rem; }

.node-type-unit .page-banner #block-fh-common-fh-header .title h1 {
  margin-top: 1.5rem; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header {
  padding-top: 11rem; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .lesson-label,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .lesson-label {
    background: url(../img/lesson-icon.svg) no-repeat center top;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding-top: 3.75rem;
    text-transform: uppercase; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .title .field-label,
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .title .field-duration,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .title .field-label,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .title .field-duration {
    color: rgba(255, 255, 255, 0.44);
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.1875rem;
    display: inline; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .title h1,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .title h1 {
    margin-top: 1rem; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-chunk-parent a,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .field-chunk-parent a {
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-unit,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header .field-unit,
.node-type-bookend .page-banner #block-fh-common-fh-header .field-unit {
  font-style: italic;
  margin-top: 0.25rem;
  text-decoration: underline; }
  .node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-unit a:hover,
  .node-type-lesson-plan .page-banner #block-fh-common-fh-header .field-unit a:hover,
  .node-type-bookend .page-banner #block-fh-common-fh-header .field-unit a:hover {
    color: rgba(255, 255, 255, 0.44); }
.node-type-unit-assessment .page-banner #block-fh-common-fh-header .title h3.field-label,
.node-type-lesson-plan .page-banner #block-fh-common-fh-header .title h3.field-label,
.node-type-bookend .page-banner #block-fh-common-fh-header .title h3.field-label {
  color: #D8D8D8;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.node-type-unit-assessment .page-banner #block-fh-common-fh-header .field-unit {
  margin-bottom: 1.75rem; }

.page-taxonomy-term .page-banner {
  background-size: 100%; }
  .page-taxonomy-term .page-banner .vocabulary-topic .item-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding-top: 4rem;
    padding-bottom: 1rem; }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list:last-child {
      margin-right: 0; }
    @media (max-width: 480px) {
      .page-taxonomy-term .page-banner .vocabulary-topic .item-list {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .page-taxonomy-term .page-banner .vocabulary-topic .item-list:last-child {
          margin-right: 0; } }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list h3 {
      color: #003B4C;
      text-transform: uppercase; }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list ul {
      margin: 0;
      padding: 0; }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list ul li {
      display: inline-block;
      margin: 0 0.5rem 1rem 0;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold;
      padding: 0; }
    .page-taxonomy-term .page-banner .vocabulary-topic .item-list ul li:not(:last-child)::after {
      content: '•';
      color: #003B4C;
      margin: 0 0 1rem 0.5rem; }

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 36.25rem;
  position: relative; }
  @media (min-width: 481px) and (max-width: 979px) {
    .page-banner {
      height: 32.5rem; } }
  @media (max-width: 480px) {
    .page-banner {
      height: 17.1875rem; } }
  .page-banner::after {
    content: '';
    display: block;
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0) 15%, #000000 100%);
    background-image: linear-gradient(-90deg,rgba(0, 0, 0, 0) 15%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }

.page-banner .container {
  display: table;
  height: 100%;
  width: 100%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .page-banner .container {
      padding: 0;
      margin: 0; } }
  @media (min-width: 671px) and (max-width: 979px) {
    .page-banner .container {
      padding: 1rem; } }
  @media (max-width: 480px) {
    .page-banner .container {
      padding: 0;
      margin: 0; } }

ul.pager {
  display: block;
  padding: 4rem 0;
  position: relative;
  text-align: center;
  width: 100%; }
  ul.pager li.pager-ellipsis,
  ul.pager li.pager-item {
    margin: 0;
    padding: 0 0.1rem; }
  ul.pager li.pager-first a,
  ul.pager li.pager-last a,
  ul.pager li.pager-current,
  ul.pager li.pager-item a {
    color: #fff;
    background: rgba(0, 59, 76, 0.68);
    display: inline-block;
    height: 2.25rem;
    line-height: 2.25rem;
    width: 2.25rem;
    font-size: 1rem; }
  ul.pager li.pager-first,
  ul.pager li.pager-last {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.1rem; }
    ul.pager li.pager-first a,
    ul.pager li.pager-last a {
      font-size: 0.875rem;
      width: auto;
      padding-left: 1rem;
      padding-right: 1rem; }
  ul.pager li.pager-current {
    background: #003B4C;
    margin: 0 0.1rem;
    padding: 0;
    font-weight: normal; }
  ul.pager li.pager-previous,
  ul.pager li.pager-next {
    color: #00A7AD;
    margin: 0;
    padding: 0 0.1rem; }
    ul.pager li.pager-previous a,
    ul.pager li.pager-next a {
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase; }
  ul.pager li.pager-next,
  ul.pager li.pager-previous {
    position: absolute;
    display: inline-block;
    line-height: 2.25rem; }
    ul.pager li.pager-next a,
    ul.pager li.pager-previous a {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #00A7AD;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold; }
  ul.pager li.pager-previous {
    left: 0; }
    ul.pager li.pager-previous a::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #003B4C;
      content: "";
      font-weight: normal;
      margin-right: 0.5rem; }
  ul.pager li.pager-next {
    right: 0; }
    ul.pager li.pager-next a::after {
      color: #003B4C;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-weight: normal;
      margin-left: 0.5rem; }

.view-stories-landing-page .pager-load-more .pager-next {
  position: relative;
  right: unset; }
  .view-stories-landing-page .pager-load-more .pager-next a {
    border: 2px solid #fff;
    padding: 0.75rem 2.5rem; }
    .view-stories-landing-page .pager-load-more .pager-next a::after {
      display: none; }

.fh-chunk-view-mode-complete h2.chunk-title.need-login,
.fh-chunk-view-mode-complete .sidebar.need-login,
.view-mode-full h2.chunk-title.need-login,
.view-mode-full .sidebar.need-login {
  float: none;
  width: 100%; }
.fh-chunk-view-mode-complete h2.permissions-block-title,
.view-mode-full h2.permissions-block-title {
  color: #fff;
  width: 100%; }
.fh-chunk-view-mode-complete .permissions-block,
.view-mode-full .permissions-block {
  width: 100%;
  padding: 2rem; }
.fh-chunk-view-mode-complete .permissions-student-block,
.view-mode-full .permissions-student-block {
  width: 100%;
  padding: 0 2rem 2rem 2rem;
  margin-top: -1.8rem;
  color: #fff;
  font-style: italic;
  font-size: 0.875rem; }
  .fh-chunk-view-mode-complete .permissions-student-block a,
  .view-mode-full .permissions-student-block a {
    color: #fff;
    text-decoration: underline; }
    .fh-chunk-view-mode-complete .permissions-student-block a:hover,
    .view-mode-full .permissions-student-block a:hover {
      color: #00A7AD; }
    .fh-chunk-view-mode-complete .permissions-student-block a::after,
    .view-mode-full .permissions-student-block a::after {
      content: '';
      position: relative;
      vertical-align: middle;
      display: inline-block;
      margin-left: 5px;
      width: 10px;
      height: 10px;
      background: url(../img/arrow-right-white.svg) 0 0 no-repeat;
      pointer-events: none;
      background-size: contain; }
.fh-chunk-view-mode-complete #user-login-form,
.view-mode-full #user-login-form {
  width: 100%; }
.fh-chunk-view-mode-complete #user-login-form .item-list ul,
.view-mode-full #user-login-form .item-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .fh-chunk-view-mode-complete #user-login-form .item-list ul li,
  .view-mode-full #user-login-form .item-list ul li {
    margin: 0; }
    .fh-chunk-view-mode-complete #user-login-form .item-list ul li:before,
    .view-mode-full #user-login-form .item-list ul li:before {
      display: none; }

.node-type-publication-display #page-title {
  color: #003B4C;
  font-size: 2rem; }

.node-type-publication-display .view-mode-full .field-product-type {
  color: #003B4C;
  font-weight: bold;
  display: inline; }
.node-type-publication-display .view-mode-full .field-product-type:first-of-type:before {
  content: "Resource Type: "; }
.node-type-publication-display .view-mode-full .commerce-product-field-field-isbn {
  color: #003B4C;
  font-weight: bold;
  margin-bottom: 1rem; }
  .node-type-publication-display .view-mode-full .commerce-product-field-field-isbn h3 {
    display: inline;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-size: 1rem; }
  .node-type-publication-display .view-mode-full .commerce-product-field-field-isbn .field-isbn {
    display: inline; }
.node-type-publication-display .view-mode-full .commerce-product-field-field-image-cache img {
  display: block;
  margin: 0 auto 0.625rem 1rem; }
  @media (max-width: 480px) {
    .node-type-publication-display .view-mode-full .commerce-product-field-field-image-cache img {
      margin: 0;
      width: 100%; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-type-publication-display .view-mode-full .commerce-product-field-field-image-cache img {
      float: right;
      height: 30%;
      width: 30%; } }
  @media (min-width: 980px) {
    .node-type-publication-display .view-mode-full .commerce-product-field-field-image-cache img {
      float: right;
      height: 30%;
      width: 30%; } }

#block-bean-search-our-resources {
  margin: 0 auto;
  width: 95%; }
  #block-bean-search-our-resources h2 {
    color: #003B4C;
    font-size: 2rem;
    margin-bottom: 0.625rem; }

#block-views-exp-publication-search-page-1 {
  background-color: #ECECEC;
  margin: 1.875rem auto;
  width: 95%; }
  #block-views-exp-publication-search-page-1 .views-exposed-widget {
    padding: 0; }
  #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext {
    padding: 0.625rem 1.25rem;
    width: 100%; }
    #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input {
      font-family: "adelle", "Georgia", "Times New Roman", serif;
      font-weight: bold;
      padding: 1rem;
      width: 100%; }
      @media (max-width: 480px) {
        #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input {
          margin-bottom: 0; } }
      #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input::-webkit-input-placeholder {
        font-style: italic;
        color: #9B9B9B;
        line-height: 1.5rem; }
      #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input::-moz-placeholder {
        font-style: italic;
        color: #9B9B9B;
        line-height: 1.5rem; }
      #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input:-moz-placeholder {
        font-style: italic;
        color: #9B9B9B;
        line-height: 1.5rem; }
      #block-views-exp-publication-search-page-1 .views-widget-filter-search_api_views_fulltext input:-ms-input-placeholder {
        font-style: italic;
        color: #9B9B9B;
        line-height: 1.5rem; }
  #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type label {
    display: none; }
  #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .views-widget {
    width: 100%; }
  #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-type-select.form-item-resource-type {
    background: #003B4C url("../img/caret-icon.png") no-repeat 94% center;
    display: inline-block;
    margin-left: 1.25rem; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-type-select.form-item-resource-type {
        /* Retina-specific stuff here */
        background: #003B4C url("../img/caret-icon@2x.png") no-repeat 94% center;
        background-size: 16px; } }
  #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-select {
    color: #fff;
    cursor: pointer; }
    #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-select::-ms-expand {
      display: none; }
    #block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .form-select option {
      color: #000; }
  #block-views-exp-publication-search-page-1 #edit-borrow-only-wrapper {
    margin-left: 3rem;
    max-width: 20%; }
    @media (max-width: 480px) {
      #block-views-exp-publication-search-page-1 #edit-borrow-only-wrapper {
        margin-left: 1.25rem;
        max-width: 100%; } }
    @media (min-width: 481px) and (max-width: 670px) {
      #block-views-exp-publication-search-page-1 #edit-borrow-only-wrapper {
        margin-left: 1.25rem;
        max-width: 100%; } }
  #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox label {
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1.5rem;
    margin-top: -0.9375rem; }
  #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox input[type=checkbox] {
    position: relative;
    top: 0.25rem;
    margin: 0 1rem 0 0;
    cursor: pointer; }
    #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox input[type=checkbox]:before {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0);
      content: "";
      position: absolute;
      left: 0.1875rem;
      top: 0.125rem;
      z-index: 1;
      width: 0.75rem;
      height: 0.375rem;
      border: 2px solid #00A7AD;
      border-top-style: none;
      border-right-style: none; }
    #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox input[type=checkbox]:checked:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
    #block-views-exp-publication-search-page-1 #edit-borrow-only .form-type-checkbox input[type=checkbox]:after {
      content: "";
      position: absolute;
      top: -0.125rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background: #fff;
      border: 1px solid #B2A6A0;
      cursor: pointer; }
  #block-views-exp-publication-search-page-1 .views-reset-button {
    clear: both;
    font-style: italic;
    float: right;
    padding-top: 0; }
    @media (max-width: 480px) {
      #block-views-exp-publication-search-page-1 .views-reset-button {
        float: left;
        margin-left: 1.25rem; } }
    #block-views-exp-publication-search-page-1 .views-reset-button .form-submit {
      margin: 0 0 .5rem 0; }
    #block-views-exp-publication-search-page-1 .views-reset-button::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #003B4C; }
    #block-views-exp-publication-search-page-1 .views-reset-button input {
      background: transparent;
      font-size: 0.8125rem;
      padding: 0 4.5rem 0 0; }
      @media (min-width: 481px) and (max-width: 670px) {
        #block-views-exp-publication-search-page-1 .views-reset-button input {
          padding-right: 1.25rem; } }
  #block-views-exp-publication-search-page-1 .views-submit-button {
    float: right;
    margin-right: 0.875rem;
    width: 15rem; }
    @media (max-width: 480px) {
      #block-views-exp-publication-search-page-1 .views-submit-button {
        float: left;
        margin-top: 0.625rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      #block-views-exp-publication-search-page-1 .views-submit-button {
        float: left;
        margin-top: 0.625rem; } }
  #block-views-exp-publication-search-page-1 .views-submit-button input {
    background-color: #00A7AD;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    width: 98%; }
    @media (max-width: 480px) {
      #block-views-exp-publication-search-page-1 .views-submit-button input {
        display: block;
        margin-left: 1.25rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      #block-views-exp-publication-search-page-1 .views-submit-button input {
        display: block;
        margin-left: 1.25rem; } }

.node-publication-display.view-mode-teaser form .form-select,
#block-views-exp-publication-search-page-1 .views-widget-filter-node_field_product_type .views-widget .form-select,
#block-views-exp-publication-search-page-1 .view-publication-search form .form-select,
.node-type-publication-display .field-resources form .form-select {
  background: transparent;
  background-image: none;
  border: none;
  display: inline-block;
  height: 100%;
  padding: .7rem 4rem .7rem 1rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }

.view-publication-search .views-row {
  border-bottom: 0.25rem solid #e4e4e4; }

.node-publication-display .login-message {
  color: #9B9B9B;
  font-size: 0.8125rem;
  font-style: italic;
  left: 1.25rem; }
.node-publication-display .educator-info-message {
  color: #9B9B9B;
  font-size: 0.8125rem;
  font-style: italic; }

.page-books-borrowing .region-global-sidebar .block-bean-login-or-register,
.page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body,
.node-type-publication-display .region-global-sidebar .block-bean-login-or-register,
.node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body {
  padding: 0.3125rem 1.25rem 0 1.25rem;
  width: 100%; }
  .page-books-borrowing .region-global-sidebar .block-bean-login-or-register h2,
  .page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body h2,
  .node-type-publication-display .region-global-sidebar .block-bean-login-or-register h2,
  .node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body h2 {
    color: #003B4C;
    font-size: 1.25rem;
    margin-bottom: 0.3125rem; }
  .page-books-borrowing .region-global-sidebar .block-bean-login-or-register .field-bean-body,
  .page-books-borrowing .region-global-sidebar .block-bean-login-or-register .field-loggedin-message,
  .page-books-borrowing .region-global-sidebar .block-bean-login-or-register p,
  .page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body .field-bean-body,
  .page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body .field-loggedin-message,
  .page-books-borrowing .region-global-sidebar .bean-basic .field-bean-body p,
  .node-type-publication-display .region-global-sidebar .block-bean-login-or-register .field-bean-body,
  .node-type-publication-display .region-global-sidebar .block-bean-login-or-register .field-loggedin-message,
  .node-type-publication-display .region-global-sidebar .block-bean-login-or-register p,
  .node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body .field-bean-body,
  .node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body .field-loggedin-message,
  .node-type-publication-display .region-global-sidebar .bean-basic .field-bean-body p {
    font-size: 0.875rem;
    line-height: 1.75;
    padding-bottom: 1.25rem;
    padding-top: 0; }

.node-publication-display.view-mode-teaser {
  margin-bottom: 2rem;
  padding: 0 1.25rem; }
  .node-publication-display.view-mode-teaser h2 {
    font-size: 1.5rem;
    margin-bottom: 0.3125rem;
    width: 75%; }
    .node-publication-display.view-mode-teaser h2 a {
      color: #003B4C; }
  .node-publication-display.view-mode-teaser .field-label,
  .node-publication-display.view-mode-teaser .field-product-type {
    color: #9B9B9B;
    display: inline;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-weight: bold; }
  .node-publication-display.view-mode-teaser .field-body {
    margin-left: 0 !important;
    margin-bottom: 1rem;
    padding-top: 1rem; }
  .node-publication-display.view-mode-teaser img {
    float: right;
    margin: -3rem 0 0.625rem 1rem;
    max-width: 100%; }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser img {
        margin-top: 0.625rem; } }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser img {
        float: none;
        margin-bottom: 0; } }
  @media (max-width: 480px) {
    .node-publication-display.view-mode-teaser h2,
    .node-publication-display.view-mode-teaser .view-mode-teaser .field-image-cache,
    .node-publication-display.view-mode-teaser .field-body {
      width: 100%; } }

.view-publication-search .views-row-1 {
  border-top: 0.25rem solid #e4e4e4; }

.view-publication-search .node-readmore {
  display: none; }

.node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content,
.node-type-publication-display .fh-chunk-downloadable-publication .content {
  margin-bottom: 0.75rem;
  margin-top: 2rem; }
  @media (max-width: 480px) {
    .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content,
    .node-type-publication-display .fh-chunk-downloadable-publication .content {
      background: #003B4C;
      padding: 0.5rem 0;
      text-align: center; } }
  @media (min-width: 481px) and (max-width: 670px) {
    .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content,
    .node-type-publication-display .fh-chunk-downloadable-publication .content {
      display: inline-block;
      background: #003B4C;
      padding: 1rem 0;
      margin: 0;
      width: 65%;
      text-align: center; } }
  .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content img,
  .node-type-publication-display .fh-chunk-downloadable-publication .content img {
    display: none; }
  .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a,
  .node-type-publication-display .fh-chunk-downloadable-publication .content a {
    background: #003B4C; }
    .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a:before,
    .node-type-publication-display .fh-chunk-downloadable-publication .content a:before {
      content: "DOWNLOAD "; }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a,
      .node-type-publication-display .fh-chunk-downloadable-publication .content a {
        background: none;
        font-size: 0.8rem;
        padding: 0; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .node-publication-display.view-mode-teaser .fh-chunk-downloadable-publication .content a,
      .node-type-publication-display .fh-chunk-downloadable-publication .content a {
        background: none;
        font-size: 0.8rem;
        padding: 0; } }

.node-publication-display.view-mode-teaser form,
.node-type-publication-display .field-resources form {
  background: #ECECEC;
  clear: both;
  display: block;
  margin-top: 2rem;
  overflow: hidden;
  position: relative; }
  .node-publication-display.view-mode-teaser form .product-name,
  .node-publication-display.view-mode-teaser form .form-item-product-id,
  .node-publication-display.view-mode-teaser form .form-item-quantity,
  .node-publication-display.view-mode-teaser form .form-submit,
  .node-type-publication-display .field-resources form .product-name,
  .node-type-publication-display .field-resources form .form-item-product-id,
  .node-type-publication-display .field-resources form .form-item-quantity,
  .node-type-publication-display .field-resources form .form-submit {
    display: inline-block;
    float: left; }
  .node-publication-display.view-mode-teaser form .form-item-product-id,
  .node-publication-display.view-mode-teaser form .product-name,
  .node-type-publication-display .field-resources form .form-item-product-id,
  .node-type-publication-display .field-resources form .product-name {
    color: #003B4C;
    font-weight: bold;
    margin: 1.25rem;
    max-width: 55%; }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser form .form-item-product-id,
      .node-publication-display.view-mode-teaser form .product-name,
      .node-type-publication-display .field-resources form .form-item-product-id,
      .node-type-publication-display .field-resources form .product-name {
        margin-bottom: 0;
        max-width: 100%; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .node-publication-display.view-mode-teaser form .form-item-product-id,
      .node-publication-display.view-mode-teaser form .product-name,
      .node-type-publication-display .field-resources form .form-item-product-id,
      .node-type-publication-display .field-resources form .product-name {
        max-width: 40%; } }
  .node-publication-display.view-mode-teaser form .form-type-select.form-item-product-id,
  .node-type-publication-display .field-resources form .form-type-select.form-item-product-id {
    background: #fff url("../img/caret-blue-icon.png") no-repeat 94% center; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .node-publication-display.view-mode-teaser form .form-type-select.form-item-product-id,
      .node-type-publication-display .field-resources form .form-type-select.form-item-product-id {
        /* Retina-specific stuff here */
        background: #fff url("../img/caret-blue-icon@2x.png") no-repeat 94% center;
        background-size: 16px; } }
    .node-publication-display.view-mode-teaser form .form-type-select.form-item-product-id select.form-select,
    .node-type-publication-display .field-resources form .form-type-select.form-item-product-id select.form-select {
      cursor: pointer; }
  .node-publication-display.view-mode-teaser form .product-name,
  .node-type-publication-display .field-resources form .product-name {
    background: #fff;
    padding: 0.6875rem; }
  .node-publication-display.view-mode-teaser form .form-item-quantity label,
  .node-type-publication-display .field-resources form .form-item-quantity label {
    display: none; }
  .node-publication-display.view-mode-teaser form .form-item-quantity input,
  .node-type-publication-display .field-resources form .form-item-quantity input {
    color: #003B4C;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-weight: bold;
    margin-top: 0.25rem;
    padding: 0.6875rem;
    text-align: center; }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-publication-display.view-mode-teaser form .form-item-quantity,
    .node-type-publication-display .field-resources form .form-item-quantity {
      position: absolute;
      right: 12.5rem; } }
  @media (max-width: 480px) {
    .node-publication-display.view-mode-teaser form .form-item-quantity,
    .node-type-publication-display .field-resources form .form-item-quantity {
      margin-left: 1.25rem; } }
  .node-publication-display.view-mode-teaser form .form-submit,
  .node-type-publication-display .field-resources form .form-submit {
    display: inline-block;
    font-size: 0.75rem;
    float: right;
    margin: 1.25rem;
    padding: 0.3rem 2.5rem; }
    @media (max-width: 480px) {
      .node-publication-display.view-mode-teaser form .form-submit,
      .node-type-publication-display .field-resources form .form-submit {
        margin-left: 0; } }
  .node-publication-display.view-mode-teaser form .class-set-info,
  .node-type-publication-display .field-resources form .class-set-info {
    display: inline-block;
    padding: 0 0.6875rem; }
  .node-publication-display.view-mode-teaser form .staff-price,
  .node-type-publication-display .field-resources form .staff-price {
    clear: both;
    text-align: left;
    display: block;
    padding: 0 0 1rem 1rem; }

.field-excerpted-reading,
.field-excerpted-reading-2 {
  display: none; }

.node-type-reading .reading-level {
  margin-bottom: 1.25rem; }
  @media (max-width: 480px) {
    .node-type-reading .reading-level {
      text-align: center; } }
  .node-type-reading .reading-level::before {
    content: 'Currently Viewing';
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem;
    margin-right: 1rem; }
  .node-type-reading .reading-level select[id="reading-level"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #dff1f3 url("../img/caret-blue-icon.png") no-repeat;
    background-position: right 0.5rem center;
    border: none;
    border-radius: 0;
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    text-align: left; }

aside [id*="block-views-relevant"] > h2,
aside .block-bean-related-content > h2 {
  border-bottom: 0.1875rem solid #ECECEC;
  color: #003B4C;
  font-size: 1.1875rem;
  margin-bottom: 2rem;
  margin-top: 0;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center; }
  aside [id*="block-views-relevant"] > h2::after,
  aside .block-bean-related-content > h2::after {
    bottom: -0.75rem;
    content: '';
    display: block;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.625rem solid #ECECEC;
    margin: 0 auto;
    width: 0;
    position: absolute;
    left: calc(50% - 10px); }

.content-area .block-bean-related-content > h2,
.content-area [id*="block-views-relevant"] > h2 {
  border-bottom: 0.1875rem solid #ECECEC;
  color: #003B4C;
  padding-bottom: 0.5rem;
  text-align: center; }

.content-area [id*="block-views-related"],
.content-area [id*="block-views-relevant"] {
  clear: left; }

.sands-container.item-list ul {
  display: none; }

.sands-graphic-container {
  text-align: center; }

#sands-graphic {
  max-width: 300px;
  max-height: 250px;
  float: right;
  padding: 0 0 1rem 1rem; }
  @media (max-width: 480px) {
    #sands-graphic {
      float: none;
      padding: 0;
      margin: 0 auto;
      display: inline-block; } }
  #sands-graphic text.active {
    fill: #00A7AD !important; }
  #sands-graphic circle.active {
    fill: #00A7AD !important; }
  #sands-graphic path.active {
    fill: #00A7AD !important; }
  #sands-graphic polygon.active {
    fill: #00A7AD; }

.node-type-landing-page .sands-graphic-container {
  padding-top: 4rem; }

.node-type-landing-page #sands-graphic {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 700px;
  text-align: center; }

.cls-1 {
  font-size: 17.99px;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-weight: 700; }

.cls-1, .cls-7, .cls-8 {
  fill: #60504d; }

.cls-2 {
  letter-spacing: -0.01em; }

.cls-3 {
  letter-spacing: 0em; }

.cls-4 {
  letter-spacing: -0.01em; }

.cls-5 {
  letter-spacing: 0em; }

.cls-6 {
  letter-spacing: 0em; }

.cls-8 {
  font-size: 13.65px;
  font-family: "adelle-sans", "Helvetica", sans-serif; }

.cls-9 {
  letter-spacing: -0.01em; }

.cls-10 {
  letter-spacing: 0em; }

.cls-11 {
  letter-spacing: -0.01em; }

.cls-12 {
  letter-spacing: -0.02em; }

.cls-13 {
  letter-spacing: -0.02em; }

.cls-14 {
  letter-spacing: -0.01em; }

.cls-15 {
  letter-spacing: 0em; }

.cls-16 {
  letter-spacing: 0em; }

.cls-17 {
  letter-spacing: 0em; }

.cls-18 {
  letter-spacing: -0.01em; }

.cls-19 {
  letter-spacing: -0.04em; }

.cls-20 {
  letter-spacing: -0.01em; }

.cls-21 {
  letter-spacing: -0.02em; }

.cls-22 {
  letter-spacing: -0.01em; }

.cls-23 {
  letter-spacing: -0.02em; }

.global-search-subscribe {
  background: #ECECEC;
  padding: 2rem 0; }
  .global-search-subscribe .region {
    display: block; }
    .global-search-subscribe .region::after {
      clear: both;
      content: "";
      display: table; }
  @media (min-width: 671px) and (max-width: 979px) {
    .global-search-subscribe #block-fh-common-fh-search-extended,
    .global-search-subscribe #block-fh-common-fh-email-signup {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      .global-search-subscribe #block-fh-common-fh-search-extended:last-child,
      .global-search-subscribe #block-fh-common-fh-email-signup:last-child {
        margin-right: 0; } }
  @media (min-width: 980px) {
    .global-search-subscribe #block-fh-common-fh-search-extended,
    .global-search-subscribe #block-fh-common-fh-email-signup {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .global-search-subscribe #block-fh-common-fh-search-extended:last-child,
      .global-search-subscribe #block-fh-common-fh-email-signup:last-child {
        margin-right: 0; } }
  .global-search-subscribe h2 {
    margin: 0 0 0.5rem; }
  .global-search-subscribe [class*="body"] {
    margin-bottom: 2rem; }
  .global-search-subscribe #block-fh-common-fh-search-extended input[type="text"] {
    border: none; }
  .global-search-subscribe #block-fh-common-fh-search-extended input[type="submit"] {
    margin-top: .9rem; }
  .global-search-subscribe #block-fh-common-fh-email-signup input[type="text"] {
    margin-top: 0; }

.view-mode-default.block-bean-chunk-block {
  margin-bottom: 2rem; }
  .view-mode-default.block-bean-chunk-block h2,
  .view-mode-default.block-bean-chunk-block h3 {
    color: #003B4C;
    font-size: 1.25rem; }
  .view-mode-default.block-bean-chunk-block img {
    text-align: center; }

.region-global-sidebar .menu-block-wrapper > ul.menu {
  margin-left: 0; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li {
    margin-left: 0; }
  .region-global-sidebar .menu-block-wrapper > ul.menu > li > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00A7AD;
    content: "";
    margin-left: 0.5rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li a {
    color: #003B4C;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 2rem;
    padding: 0.1rem 1rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li.expanded {
    list-style: none; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li.expanded ul.menu {
    margin-left: 2rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li.expanded ul.menu li a {
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.5rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li a.active-trail {
    background: #00A7AD;
    color: #fff;
    padding: 0.1rem 1rem; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li ul.menu li > a.active-trail {
    background: none;
    color: #00A7AD; }
  .region-global-sidebar .menu-block-wrapper > ul.menu li.active-trail a::after {
    color: #fff; }

.field-sources-notes {
  margin-bottom: 1rem; }

div.horizontal-tabs {
  border: none; }
  div.horizontal-tabs fieldset.horizontal-tabs-pane {
    margin: 0;
    padding: 0; }

.horizontal-tabs ul.horizontal-tabs-list {
  background: none;
  border-right: none;
  border-left: none; }
  .horizontal-tabs ul.horizontal-tabs-list li {
    border-left: none;
    border-right: none;
    background: none; }
  .horizontal-tabs ul.horizontal-tabs-list li:hover {
    background: none; }
  .horizontal-tabs ul.horizontal-tabs-list li a:hover {
    background: none; }

.horizontal-tabs ul.horizontal-tabs-list {
  display: block;
  margin-bottom: 2rem;
  overflow: hidden; }
  @media (min-width: 980px) {
    .horizontal-tabs ul.horizontal-tabs-list {
      border-bottom: 0.3125rem solid #ECECEC; } }
  .horizontal-tabs ul.horizontal-tabs-list li {
    width: 33%;
    display: block;
    float: left;
    position: relative;
    text-align: center; }
    @media (min-width: 980px) {
      .horizontal-tabs ul.horizontal-tabs-list li {
        float: none;
        display: inline; } }
  .horizontal-tabs ul.horizontal-tabs-list li a,
  .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    color: #00A7AD;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.75rem;
    padding: 1rem 0; }
    @media (min-width: 980px) {
      .horizontal-tabs ul.horizontal-tabs-list li a,
      .horizontal-tabs ul.horizontal-tabs-list li.selected a {
        display: inline-block;
        font-size: 24px;
        padding: 1rem; } }
  .horizontal-tabs ul.horizontal-tabs-list li a {
    border-bottom: 0.25rem solid #ECECEC; }
    @media (min-width: 980px) {
      .horizontal-tabs ul.horizontal-tabs-list li a {
        border-bottom: none; } }
  .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    background: #ECECEC;
    color: #003B4C; }
  .horizontal-tabs ul.horizontal-tabs-list li.selected::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid #ECECEC;
    left: calc(50% - 15px);
    position: absolute;
    z-index: 10; }
    @media (min-width: 980px) {
      .horizontal-tabs ul.horizontal-tabs-list li.selected::after {
        bottom: -2.5rem;
        left: calc(50% - 20px); } }

.bean-grouped-cta-block > .content > .field-callout-link {
  text-align: center;
  padding: 0 2rem; }
  @media (min-width: 980px) {
    .bean-grouped-cta-block > .content > .field-callout-link {
      top: 1.5rem;
      right: 0; }
      .not-front .bean-grouped-cta-block > .content > .field-callout-link {
        top: 0.37rem; } }
  .bean-grouped-cta-block > .content > .field-callout-link a {
    color: #00A7AD;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .bean-grouped-cta-block > .content > .field-callout-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 0.1rem; }

#view-scope-and-sequence,
#block-views-topics-topics-block,
#block-views-topics-topics-home-block {
  position: relative; }

#block-views-ff1299ab5d656b77b0aceec08d2170c0 > h2,
#block-views-topics-topics-block > h2,
#block-views-topics-topics-home-block > h2 {
  border-bottom: 0.25rem solid #ECECEC;
  display: block;
  font-size: 32;
  color: #003B4C;
  padding-bottom: 0.5rem; }

#block-views-topics-topics-home-block .more-link {
  text-align: center; }
  @media (min-width: 980px) {
    #block-views-topics-topics-home-block .more-link {
      position: absolute;
      text-align: right;
      top: 1rem;
      right: 0; } }
  #block-views-topics-topics-home-block .more-link a {
    color: #00A7AD;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  #block-views-topics-topics-home-block .more-link::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #003B4C;
    margin-left: 0.1rem; }

#block-views-topics-topics-home-block .views-row {
  display: table;
  float: left;
  text-align: center;
  margin: 0;
  margin-bottom: -3px;
  width: 25%; }
  @media (min-width: 481px) and (max-width: 670px) {
    #block-views-topics-topics-home-block .views-row {
      width: 50%; } }
  @media (max-width: 480px) {
    #block-views-topics-topics-home-block .views-row {
      display: block;
      width: 50%; } }
  #block-views-topics-topics-home-block .views-row .taxonomy-term {
    background-color: #003B4C;
    display: table-cell;
    vertical-align: middle;
    height: 10.4375rem;
    width: 100%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all; }
    @media (max-width: 480px) {
      #block-views-topics-topics-home-block .views-row .taxonomy-term {
        display: block;
        height: 8.75rem; } }
    #block-views-topics-topics-home-block .views-row .taxonomy-term:hover {
      background: #EB922D;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      transition: 0.3s all; }
    #block-views-topics-topics-home-block .views-row .taxonomy-term h2 {
      display: table;
      font-size: 1.3125rem;
      margin: 0;
      width: 100%;
      height: 100%; }
    #block-views-topics-topics-home-block .views-row .taxonomy-term a {
      display: table-cell;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      color: #fff;
      font-size: 1.3rem;
      height: 100%;
      padding: 1rem;
      width: 100%;
      vertical-align: middle; }
      @media (max-width: 480px) {
        #block-views-topics-topics-home-block .views-row .taxonomy-term a {
          font-size: 1.1rem;
          padding: 0; } }

.node-type-landing-page [id*="block-views-topics-"] .views-row,
.view-scope-and-sequence .views-row,
#block-views-topics-topics-block .views-row {
  display: inline-block;
  margin-bottom: 1.5rem;
  min-height: 13.625rem; }
  .node-type-landing-page [id*="block-views-topics-"] .views-row .content,
  .view-scope-and-sequence .views-row .content,
  #block-views-topics-topics-block .views-row .content {
    display: none; }
  @media (min-width: 980px) {
    .node-type-landing-page [id*="block-views-topics-"] .views-row,
    .view-scope-and-sequence .views-row,
    #block-views-topics-topics-block .views-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:last-child,
      .view-scope-and-sequence .views-row:last-child,
      #block-views-topics-topics-block .views-row:last-child {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n),
      .view-scope-and-sequence .views-row:nth-child(3n),
      #block-views-topics-topics-block .views-row:nth-child(3n) {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n+1),
      .view-scope-and-sequence .views-row:nth-child(3n+1),
      #block-views-topics-topics-block .views-row:nth-child(3n+1) {
        clear: left; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-type-landing-page [id*="block-views-topics-"] .views-row,
    .view-scope-and-sequence .views-row,
    #block-views-topics-topics-block .views-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(4n),
      .view-scope-and-sequence .views-row:nth-child(4n),
      #block-views-topics-topics-block .views-row:nth-child(4n) {
        margin-right: 2.35765%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(4n+1),
      .view-scope-and-sequence .views-row:nth-child(4n+1),
      #block-views-topics-topics-block .views-row:nth-child(4n+1) {
        clear: none; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:last-child,
      .view-scope-and-sequence .views-row:last-child,
      #block-views-topics-topics-block .views-row:last-child {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n),
      .view-scope-and-sequence .views-row:nth-child(3n),
      #block-views-topics-topics-block .views-row:nth-child(3n) {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n+1),
      .view-scope-and-sequence .views-row:nth-child(3n+1),
      #block-views-topics-topics-block .views-row:nth-child(3n+1) {
        clear: left; } }
  @media (min-width: 481px) and (max-width: 670px) {
    .node-type-landing-page [id*="block-views-topics-"] .views-row,
    .view-scope-and-sequence .views-row,
    #block-views-topics-topics-block .views-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n),
      .view-scope-and-sequence .views-row:nth-child(3n),
      #block-views-topics-topics-block .views-row:nth-child(3n) {
        margin-right: 2.35765%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(3n+1),
      .view-scope-and-sequence .views-row:nth-child(3n+1),
      #block-views-topics-topics-block .views-row:nth-child(3n+1) {
        clear: none; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:last-child,
      .view-scope-and-sequence .views-row:last-child,
      #block-views-topics-topics-block .views-row:last-child {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(2n),
      .view-scope-and-sequence .views-row:nth-child(2n),
      #block-views-topics-topics-block .views-row:nth-child(2n) {
        margin-right: 0; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:nth-child(2n+1),
      .view-scope-and-sequence .views-row:nth-child(2n+1),
      #block-views-topics-topics-block .views-row:nth-child(2n+1) {
        clear: left; } }
  @media (max-width: 480px) {
    .node-type-landing-page [id*="block-views-topics-"] .views-row,
    .view-scope-and-sequence .views-row,
    #block-views-topics-topics-block .views-row {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .node-type-landing-page [id*="block-views-topics-"] .views-row:last-child,
      .view-scope-and-sequence .views-row:last-child,
      #block-views-topics-topics-block .views-row:last-child {
        margin-right: 0; } }
  .node-type-landing-page [id*="block-views-topics-"] .views-row .taxonomy-term,
  .view-scope-and-sequence .views-row .taxonomy-term,
  #block-views-topics-topics-block .views-row .taxonomy-term {
    background-color: #003B4C;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 13.625rem;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all; }
    .node-type-landing-page [id*="block-views-topics-"] .views-row .taxonomy-term:hover,
    .view-scope-and-sequence .views-row .taxonomy-term:hover,
    #block-views-topics-topics-block .views-row .taxonomy-term:hover {
      background: #EB922D;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      transition: 0.3s all; }
    .node-type-landing-page [id*="block-views-topics-"] .views-row .taxonomy-term h2,
    .view-scope-and-sequence .views-row .taxonomy-term h2,
    #block-views-topics-topics-block .views-row .taxonomy-term h2 {
      font-size: 1.3125rem;
      margin: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .node-type-landing-page [id*="block-views-topics-"] .views-row .taxonomy-term a,
    .view-scope-and-sequence .views-row .taxonomy-term a,
    #block-views-topics-topics-block .views-row .taxonomy-term a {
      color: #fff;
      display: block;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1.3rem;
      height: 100%;
      padding: 6rem 1rem;
      width: 100%; }

.view-topics > .view-content {
  display: block; }
  .view-topics > .view-content::after {
    clear: both;
    content: "";
    display: table; }

#block-views-topics-topics-block .views-row.more-topics a::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.5rem; }

/* Fix for HTML5 audio player to not overlap other content in TimelineJS */
.tl-media-audio {
  max-width: 100%; }

.tl-media-item.tl-media-iframe .field-timeline-media-text.text-long {
  height: 100% !important; }

.node-type-unit-assessment .field-feedback-link a {
  color: #003B4C;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: bold; }

.node-type-unit .field-lesson-series,
.node-type-unit .paragraphs-items-field-lessons-and-assessments,
.node-type-lesson-plan {
  margin-top: 2rem; }
  .node-type-unit .field-lesson-series::after,
  .node-type-unit .paragraphs-items-field-lessons-and-assessments::after,
  .node-type-lesson-plan::after {
    clear: both;
    content: "";
    display: table; }

.node-type-unit .content-area h3,
.node-type-unit .content-area .field-label {
  font-size: 2rem; }

.page-registration h3,
.page-registration label,
.page-user-register h3,
.page-user-register label {
  color: #003B4C; }
.page-registration input[type=text],
.page-registration input[type=password],
.page-registration textarea,
.page-user-register input[type=text],
.page-user-register input[type=password],
.page-user-register textarea {
  border: 0.0625rem solid #d8d8d8; }
@media (min-width: 980px) {
  .page-registration .form-type-textarea,
  .page-user-register .form-type-textarea {
    width: 50%; } }
.page-registration fieldset .fieldset-legend,
.page-user-register fieldset .fieldset-legend {
  font-size: 1rem;
  font-weight: bold; }
.page-registration legend,
.page-user-register legend {
  margin: 0; }
.page-registration #redhen_contact_general_form_group_selfid_options .fieldset-wrapper,
.page-registration #edit-field-contact-address-und-0 .fieldset-wrapper,
.page-user-register #redhen_contact_general_form_group_selfid_options .fieldset-wrapper,
.page-user-register #edit-field-contact-address-und-0 .fieldset-wrapper {
  padding: 0; }

.page-registration #autocomplete,
.page-user-register #autocomplete {
  border: none;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.5);
  margin-left: 0.125rem;
  max-height: 31.25rem;
  overflow-y: scroll; }
  .page-registration #autocomplete li,
  .page-user-register #autocomplete li {
    padding: 0.5rem;
    font-size: 1rem;
    white-space: normal; }

.page-registration input[type=submit] {
  margin-right: 0.5rem; }
.page-registration #edit-cancel {
  background: #B2A6A0;
  color: #fff;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0.75rem 1rem; }

.page-user.logged-in h1#page-title {
  border-bottom: 5px solid #1C7E7E;
  padding: 0.25rem;
  width: 75%; }

.page-redhen #edit-filter-fieldset a {
  font-size: 1.7rem;
  color: #003B4C; }

.page-redhen table {
  width: 100%;
  margin-top: 50px; }
  .page-redhen table tr {
    background: #fff;
    border-bottom: none; }
  .page-redhen table tr:nth-of-type(2n) {
    background: #ECECEC; }
  .page-redhen table td {
    padding: 1rem 0.5rem; }

.view-filters {
  margin-bottom: 1.75rem; }
  .view-filters .views-exposed-widget.views-submit-button input, .view-filters .views-exposed-widget.views-reset-button input {
    background-color: #ECECEC;
    color: #003B4C;
    font-weight: 700;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    border: 1px solid #B2A6A0; }
    .view-filters .views-exposed-widget.views-submit-button input:hover, .view-filters .views-exposed-widget.views-reset-button input:hover {
      background-color: #E5E5E5;
      border: 1px solid #B2A6A0; }

@media (max-width: 480px) {
  .view-cm-row-videos table td, .view-cm-row-videos table th,
  .view-shoah-testimonies table td,
  .view-shoah-testimonies table th {
    text-align: center;
    padding: 0;
    width: 100%;
    clear: both;
    display: block; } }
.view-cm-row-videos img,
.view-shoah-testimonies img {
  width: 100%; }
  @media (max-width: 480px) {
    .view-cm-row-videos img,
    .view-shoah-testimonies img {
      display: block;
      padding: 1rem;
      vertical-align: inherit; } }
.view-cm-row-videos .video-description,
.view-cm-row-videos .video-rows-description,
.view-shoah-testimonies .video-description,
.view-shoah-testimonies .video-rows-description {
  text-align: left;
  padding: 1rem; }
  @media (max-width: 480px) {
    .view-cm-row-videos .video-description,
    .view-cm-row-videos .video-rows-description,
    .view-shoah-testimonies .video-description,
    .view-shoah-testimonies .video-rows-description {
      text-align: center; } }
  .view-cm-row-videos .video-description strong,
  .view-cm-row-videos .video-rows-description strong,
  .view-shoah-testimonies .video-description strong,
  .view-shoah-testimonies .video-rows-description strong {
    font-family: "adelle-sans", "Helvetica", sans-serif; }
  .view-cm-row-videos .video-description strong a,
  .view-cm-row-videos .video-rows-description strong a,
  .view-shoah-testimonies .video-description strong a,
  .view-shoah-testimonies .video-rows-description strong a {
    color: #003B4C; }

@media (max-width: 480px) {
  .video-row, .video-description {
    /* Make video description text behave  like a row and go below image thumbnails on mobile */
    display: block;
    border-bottom: 1px solid #eee; } }

.node-webinar.view-mode-full .field-label {
  color: #cccccc;
  font-size: 0.75rem;
  margin-bottom: 0;
  text-transform: uppercase; }
.node-webinar.view-mode-full h3 {
  font-family: "adelle-sans", "Helvetica", sans-serif; }
.node-webinar.view-mode-full .group-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .node-webinar.view-mode-full .group-main:last-child {
    margin-right: 0; }
  .node-webinar.view-mode-full .group-main:nth-child(1n) {
    margin-right: 2.35765%; }
  .node-webinar.view-mode-full .group-main:nth-child(1n+1) {
    clear: none; }
  @media (max-width: 480px) {
    .node-webinar.view-mode-full .group-main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 0; }
      .node-webinar.view-mode-full .group-main:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-webinar.view-mode-full .group-main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 0; }
      .node-webinar.view-mode-full .group-main:last-child {
        margin-right: 0; } }
  .node-webinar.view-mode-full .group-main .on-demand-webinar-login {
    margin: 1rem 0; }
    .node-webinar.view-mode-full .group-main .on-demand-webinar-login a {
      background-color: #00A7AD;
      color: #fff;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold;
      border: none;
      margin: 0.8rem 0;
      padding: 0.6rem 1rem;
      text-transform: uppercase; }
  .node-webinar.view-mode-full .group-main .field-body {
    clear: both;
    padding: 0 0 1rem; }
  .node-webinar.view-mode-full .group-main .field-brightcove-video .video-js,
  .node-webinar.view-mode-full .group-main .field-image img {
    margin-bottom: 2rem;
    width: 100%; }
  .node-webinar.view-mode-full .group-main .field-label {
    margin: 0 0 0.5rem; }
  .node-webinar.view-mode-full .group-main .field-downloadable-pdf a {
    align-items: center;
    color: #00A7AD;
    display: flex;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem; }
    .node-webinar.view-mode-full .group-main .field-downloadable-pdf a::after {
      background: url(../img/fh-document-turquoise.svg) no-repeat center;
      content: '';
      display: inline-block;
      height: 20px;
      margin-left: 0.5rem;
      width: 15px; }
.node-webinar.view-mode-full .group-sidebar {
  border-bottom: 0.21875rem solid #d8d8d8;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  .node-webinar.view-mode-full .group-sidebar:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .node-webinar.view-mode-full .group-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border-top: 0.21875rem solid #d8d8d8;
      margin-top: 3rem;
      padding-top: 1rem; }
      .node-webinar.view-mode-full .group-sidebar:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .node-webinar.view-mode-full .group-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      border-top: 0.21875rem solid #d8d8d8;
      margin-top: 3rem;
      padding-top: 1rem; }
      .node-webinar.view-mode-full .group-sidebar:last-child {
        margin-right: 0; } }
  .node-webinar.view-mode-full .group-sidebar .field-label {
    border-top: 0.21875rem solid #d8d8d8;
    padding: 0.625rem; }
  .node-webinar.view-mode-full .group-sidebar .field-webinar-cta a {
    background: #003B4C url(../img/arrow-right-turquoise.png) calc(100% - 1rem) center no-repeat;
    color: #fff;
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    margin-left: 0.625rem;
    padding: 0.6rem 2.5rem 0.6rem 1rem;
    text-transform: uppercase; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .node-webinar.view-mode-full .group-sidebar .field-webinar-cta a {
        /* Retina-specific stuff here */
        background: #003B4C url(../img/arrow-right-turquoise@2x.png) calc(100% - 1rem) center no-repeat;
        background-size: 1.0625rem; } }
  .node-webinar.view-mode-full .group-sidebar .field-webinar-type {
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    margin-left: 0.625rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase; }
  .node-webinar.view-mode-full .group-sidebar .field-term-topic,
  .node-webinar.view-mode-full .group-sidebar .field-subject,
  .node-webinar.view-mode-full .group-sidebar .field-teaching-strategy-types {
    color: #003B4C;
    font-size: 1.125rem;
    font-weight: bold;
    margin-left: 0.625rem; }
  .node-webinar.view-mode-full .group-sidebar h3 {
    font-family: "adelle-sans", "Helvetica", sans-serif; }

.field-webinar-type.red {
  background-color: #E74A37; }

.field-webinar-type.orange {
  background-color: #EB922D; }

.field-webinar-type.yellow {
  background-color: #D5C200; }

.field-webinar-type.green {
  background-color: #88b94b; }

@media (min-width: 980px) {
  .node-chapter.view-mode-full .content .field-readings,
  .node-book.view-mode-toc .content .field-chapters {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .node-chapter.view-mode-full .content .field-readings:last-child,
    .node-book.view-mode-toc .content .field-chapters:last-child {
      margin-right: 0; }
    .node-chapter.view-mode-full .content .field-readings:nth-of-type(4n),
    .node-book.view-mode-toc .content .field-chapters:nth-of-type(4n) {
      margin-right: 0; } }
@media (min-width: 481px) and (max-width: 979px) {
  .node-chapter.view-mode-full .content .field-readings,
  .node-book.view-mode-toc .content .field-chapters {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .node-chapter.view-mode-full .content .field-readings:last-child,
    .node-book.view-mode-toc .content .field-chapters:last-child {
      margin-right: 0; }
    .node-chapter.view-mode-full .content .field-readings:nth-of-type(3n),
    .node-book.view-mode-toc .content .field-chapters:nth-of-type(3n) {
      margin-right: 0; } }
@media (max-width: 480px) {
  .node-chapter.view-mode-full .content .field-readings,
  .node-book.view-mode-toc .content .field-chapters {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    min-height: none; }
    .node-chapter.view-mode-full .content .field-readings:last-child,
    .node-book.view-mode-toc .content .field-chapters:last-child {
      margin-right: 0; } }

@media (min-width: 980px) {
  .has-sidebar .node-chapter.view-mode-full .content .field-readings {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .has-sidebar .node-chapter.view-mode-full .content .field-readings:last-child {
      margin-right: 0; }
    .has-sidebar .node-chapter.view-mode-full .content .field-readings:nth-of-type(3n) {
      margin-right: 0; } }

.card-layout {
  overflow: hidden;
  border: 0.0625rem solid #ECECEC;
  position: relative;
  margin-bottom: 2rem; }
  @media (min-width: 980px) {
    .card-layout {
      max-height: 30.8125rem;
      min-height: 30.8125rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .card-layout {
      max-height: 30.8125rem;
      min-height: 30.8125rem; } }
  @media (max-width: 480px) {
    .card-layout {
      max-height: 30.8125rem;
      min-height: 30.8125rem; } }
  .card-layout > .content > .field-label {
    display: none; }
  .card-layout .content::after {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white 50%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), white 50%);
    content: '';
    display: block;
    height: 6.25rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .card-layout .chunk-title {
    border-top: 0.0625rem solid #ECECEC;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5rem; }
    .card-layout .chunk-title a {
      color: #003B4C;
      font-size: 1.125rem; }
  .card-layout .assessment-step {
    border-top: 0.0625rem solid #ECECEC;
    color: #003B4C;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding: .5rem 0.5rem 0 0.5rem; }
    .card-layout .assessment-step + .chunk-title {
      border-top: none;
      padding-top: 0; }
  .card-layout .field-resource-type {
    background: #D5C200;
    display: block;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 0 auto 1rem auto;
    padding: 0.5rem;
    width: 70%;
    text-align: center;
    text-transform: uppercase; }
  .card-layout .flag-outer-chunk-bookmarks {
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    z-index: 2; }
  .card-layout.has-field-image .field-image,
  .card-layout.has-field-image .commerce-product-field,
  .card-layout.has-field-image .field-brightcove-video {
    margin-bottom: -1.03125rem;
    overflow: hidden;
    height: 8.625rem; }
    @media (max-width: 480px) {
      .card-layout.has-field-image .field-image,
      .card-layout.has-field-image .commerce-product-field,
      .card-layout.has-field-image .field-brightcove-video {
        overflow: unset;
        height: auto; } }
    .card-layout.has-field-image .field-image img,
    .card-layout.has-field-image .commerce-product-field img,
    .card-layout.has-field-image .field-brightcove-video img {
      height: auto;
      margin-bottom: 0; }
  .card-layout.has-field-image .chunk-title {
    margin-top: 0.5rem; }

.fh-chunk-timeline.fh-chunk-view-mode-card img {
  height: auto;
  width: 100%; }
.fh-chunk-timeline.fh-chunk-view-mode-card .field-image {
  height: 9.375rem;
  overflow: hidden; }
.fh-chunk-timeline.fh-chunk-view-mode-card .field-term-topic {
  color: #003B4C;
  font-size: 0.9375rem;
  text-align: center; }
.fh-chunk-timeline.fh-chunk-view-mode-card .field-resource-type {
  background: #D5C200 !important; }
.fh-chunk-timeline.fh-chunk-view-mode-card .chunk-title {
  border-top: 0.0625rem solid #ECECEC;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.5rem; }
  .fh-chunk-timeline.fh-chunk-view-mode-card .chunk-title a {
    color: #003B4C;
    font-size: 1.125rem; }
.fh-chunk-timeline.fh-chunk-view-mode-card .field_long_caption {
  color: #505050;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  padding: 0 0.5rem; }

.fh-chunk-video.fh-chunk-view-mode-card .field-brightcove-video {
  height: auto !important;
  overflow: hidden; }
.fh-chunk-video.fh-chunk-view-mode-card .field-term-topic {
  color: #003B4C;
  font-size: 0.9375rem;
  text-align: center; }
.fh-chunk-video.fh-chunk-view-mode-card .field-resource-type {
  background: #D5C200 !important; }
.fh-chunk-video.fh-chunk-view-mode-card .chunk-title {
  border-top: 0.0625rem solid #ECECEC;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.5rem; }
  .fh-chunk-video.fh-chunk-view-mode-card .chunk-title a {
    color: #003B4C;
    font-size: 1.125rem; }
.fh-chunk-video.fh-chunk-view-mode-card .field-brightcove-description {
  color: #505050;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  padding: 0 0.5rem; }

.fh-chunk-video.fh-chunk-view-mode-card.has-field-image .field-resource-type {
  position: relative;
  z-index: 1; }
.fh-chunk-video.fh-chunk-view-mode-card.has-field-image .resource-type-video + h2.chunk-title {
  margin-top: 1.25em; }

.fh-chunk-audio.fh-chunk-view-mode-card img {
  height: auto; }
.fh-chunk-audio.fh-chunk-view-mode-card .field-term-topic {
  color: #003B4C;
  font-size: 0.9375rem;
  text-align: center; }
.fh-chunk-audio.fh-chunk-view-mode-card .field-resource-type {
  background: #D5C200 !important; }
.fh-chunk-audio.fh-chunk-view-mode-card .chunk-title {
  border-top: 0.0625rem solid #ECECEC;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.5rem; }
  .fh-chunk-audio.fh-chunk-view-mode-card .chunk-title a {
    color: #003B4C;
    font-size: 1.125rem; }
.fh-chunk-audio.fh-chunk-view-mode-card .text-long {
  color: #505050;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  padding: 0 0.5rem; }

.fh-chunk-audio.fh-chunk-view-mode-card.has-field-image img {
  margin-bottom: -1.03125rem; }
.fh-chunk-audio.fh-chunk-view-mode-card.has-field-image .field-resource-type {
  position: relative;
  z-index: 1; }

.fh-chunk-document.fh-chunk-view-mode-card .field-resource-type,
.fh-chunk-image.fh-chunk-view-mode-card .field-resource-type {
  background: #D5C200 !important; }
.fh-chunk-document.fh-chunk-view-mode-card .field-term-topic,
.fh-chunk-image.fh-chunk-view-mode-card .field-term-topic {
  color: #003B4C;
  font-size: 0.9375rem;
  text-align: center; }
.fh-chunk-document.fh-chunk-view-mode-card .text-long,
.fh-chunk-image.fh-chunk-view-mode-card .text-long {
  color: #505050;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  padding: 0 0.5rem; }

.fh-chunk-document.fh-chunk-view-mode-card.has-field-image img,
.fh-chunk-image.fh-chunk-view-mode-card.has-field-image img {
  margin-bottom: -1.03125rem; }
.fh-chunk-document.fh-chunk-view-mode-card.has-field-image .field-resource-type,
.fh-chunk-image.fh-chunk-view-mode-card.has-field-image .field-resource-type {
  position: relative;
  z-index: 1; }

.fh-chunk-collection.fh-chunk-view-mode-card {
  padding: 0; }
  .fh-chunk-collection.fh-chunk-view-mode-card .flag-wrapper {
    right: 0; }

.fh-chunk-text.fh-chunk-view-mode-card .field-resource-type {
  background: #00A7AD; }
.fh-chunk-text.fh-chunk-view-mode-card .field-text {
  color: #505050;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  padding: 0 0.5rem; }

.fh-chunk-text.fh-chunk-view-mode-card.has-field-image img {
  margin-bottom: -1.03125rem; }
.fh-chunk-text.fh-chunk-view-mode-card.has-field-image .field-resource-type {
  position: relative;
  z-index: 1; }

.fh-chunk-collection.fh-chunk-view-mode-card.has-field-image img {
  margin-bottom: -1.03125rem;
  max-width: none; }
.fh-chunk-collection.fh-chunk-view-mode-card.has-field-image .field-resource-type {
  position: relative;
  z-index: 1; }

aside .view-mode-simple-card-w-image .fh-chunk-document,
aside .view-mode-simple-card-w-image .fh-chunk-video,
aside .view-mode-simple-card .fh-chunk-view-mode-simple_card {
  border: 0.1875rem solid #ECECEC;
  margin-bottom: 2rem;
  padding: 0 0.5rem 0.5rem 0.5rem; }
  aside .view-mode-simple-card-w-image .fh-chunk-document .field-resource-type,
  aside .view-mode-simple-card-w-image .fh-chunk-video .field-resource-type,
  aside .view-mode-simple-card .fh-chunk-view-mode-simple_card .field-resource-type {
    background: #D5C200;
    display: block;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 0 auto 1rem auto;
    padding: 0.5rem;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    margin-top: -1.03125rem; }
  aside .view-mode-simple-card-w-image .fh-chunk-document .chunk-title,
  aside .view-mode-simple-card-w-image .fh-chunk-video .chunk-title,
  aside .view-mode-simple-card .fh-chunk-view-mode-simple_card .chunk-title {
    font-size: 1.125rem; }
    aside .view-mode-simple-card-w-image .fh-chunk-document .chunk-title a,
    aside .view-mode-simple-card-w-image .fh-chunk-video .chunk-title a,
    aside .view-mode-simple-card .fh-chunk-view-mode-simple_card .chunk-title a {
      color: #003B4C;
      font-size: 1.125rem; }

aside .view.simple-card .view-mode-simple-card,
aside .view-mode-simple-card .view-mode-simple-card {
  border: 0.1875rem solid #ECECEC;
  margin-bottom: 2rem;
  padding: 0 0.5rem 0.5rem 0.5rem; }
  aside .view.simple-card .view-mode-simple-card > h2,
  aside .view-mode-simple-card .view-mode-simple-card > h2 {
    display: none; }
  aside .view.simple-card .view-mode-simple-card .field-product-type,
  aside .view.simple-card .view-mode-simple-card .field-resource-type,
  aside .view.simple-card .view-mode-simple-card .field-event-date,
  aside .view-mode-simple-card .view-mode-simple-card .field-product-type,
  aside .view-mode-simple-card .view-mode-simple-card .field-resource-type,
  aside .view-mode-simple-card .view-mode-simple-card .field-event-date {
    background: #00A7AD;
    display: block;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 0 auto 1rem auto;
    padding: 0.5rem;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    margin-top: -1.03125rem; }
  aside .view.simple-card .view-mode-simple-card .field-product-type,
  aside .view-mode-simple-card .view-mode-simple-card .field-product-type {
    margin-bottom: 0; }
  aside .view.simple-card .view-mode-simple-card .field-resource-type.resource-type-books--borrowing,
  aside .view-mode-simple-card .view-mode-simple-card .field-resource-type.resource-type-books--borrowing {
    display: none; }
  aside .view.simple-card .view-mode-simple-card .default-event-text,
  aside .view-mode-simple-card .view-mode-simple-card .default-event-text {
    display: none; }
  aside .view.simple-card .view-mode-simple-card .field-event-date,
  aside .view-mode-simple-card .view-mode-simple-card .field-event-date {
    background: #EB922D; }
  aside .view.simple-card .view-mode-simple-card .field-label, aside .view.simple-card .view-mode-simple-card .inline,
  aside .view-mode-simple-card .view-mode-simple-card .field-label,
  aside .view-mode-simple-card .view-mode-simple-card .inline {
    color: #B2A6A0;
    display: inline-block;
    font-size: 0.75rem; }
  aside .view.simple-card .view-mode-simple-card .card_title,
  aside .view-mode-simple-card .view-mode-simple-card .card_title {
    font-size: 1.125rem; }
    aside .view.simple-card .view-mode-simple-card .card_title a,
    aside .view-mode-simple-card .view-mode-simple-card .card_title a {
      color: #003B4C; }

#block-bean-related-content-simple,
#block-bean-related-media-simple {
  border: none;
  padding: 0; }

.card-layout {
  overflow: hidden;
  border: 0.0625rem solid #ECECEC;
  position: relative;
  margin-bottom: 2rem; }
  .card-layout > h2 {
    display: none !important; }
  .card-layout .author_title, .card-layout .scholarship_winner, .card-layout .student_essay_info {
    display: none; }
  .card-layout .content::after {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white 50%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), white 50%);
    content: '';
    display: block;
    height: 6.25rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .card-layout .commerce-product-field {
    overflow: hidden; }
  .card-layout .field-body h1.title,
  .card-layout .card_title {
    color: #003B4C;
    border-top: 0.0625rem solid #ECECEC;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.5rem; }
    .card-layout .field-body h1.title a,
    .card-layout .card_title a {
      color: #003B4C;
      font-size: 1.125rem; }
  .card-layout .field-body h1.title {
    border: none; }
  .card-layout .field-webinar-type,
  .card-layout .field-bookend-type,
  .card-layout .field-course-type,
  .card-layout .field-product-type,
  .card-layout .field-subtype,
  .card-layout .field-resource-type {
    background: #00A7AD;
    display: block;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 0 auto 1rem auto;
    padding: 0.5rem;
    position: relative;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    z-index: 1; }
  .card-layout .field-subtype,
  .card-layout .field-course-type {
    background: #EB922D; }
  .card-layout .field-event-image .field-course-type,
  .card-layout .field-course-type ~ .field-subtype {
    display: none; }
  .card-layout .field-event-region,
  .card-layout .field-event-date {
    color: #003B4C;
    font-size: 0.9375rem;
    text-align: center; }
  .card-layout .flag-content-bookmarks {
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    z-index: 2; }
  .card-layout .field-search-terms,
  .card-layout .field-term-topic,
  .card-layout .content .field-term-topic .taxonomy-term h2 a {
    color: #003B4C;
    font-size: 0.9375rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    .card-layout .field-search-terms + .field-term-topic,
    .card-layout .field-term-topic + .field-term-topic,
    .card-layout .content .field-term-topic .taxonomy-term h2 a + .field-term-topic {
      margin-top: -0.5rem; }
  .card-layout .field-search-terms {
    margin-bottom: 0.25rem; }
  .card-layout.no-resource .field-term-topic {
    margin-top: 2rem; }
    .card-layout.no-resource .field-term-topic + .field-term-topic {
      margin-top: -0.5rem; }
  .card-layout .field-long-caption,
  .card-layout .field-body {
    color: #505050;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    padding: 0 0.5rem; }
  .card-layout.has-field-image img {
    margin-bottom: -1.03125rem; }
    @media (max-width: 480px) {
      .card-layout.has-field-image img {
        width: 100%; } }
  .card-layout.has-field-image .field-image {
    margin-bottom: -1.03125rem; }
    .card-layout.has-field-image .field-image img {
      margin-bottom: 0; }
      @media (max-width: 480px) {
        .card-layout.has-field-image .field-image img {
          width: 100%; } }
  .card-layout.has-field-image.has-field-image.no-resource .field-image {
    margin-bottom: 0; }
  .card-layout.has-field-image .field-course-type,
  .card-layout.has-field-image .field-product-type,
  .card-layout.has-field-image .field-resource-type {
    position: relative;
    z-index: 1; }
    .card-layout.has-field-image .field-course-type + h2.card_title,
    .card-layout.has-field-image .field-product-type + h2.card_title,
    .card-layout.has-field-image .field-resource-type + h2.card_title {
      margin-top: 1.25em; }
  .card-layout.has-field-image .field-search-terms,
  .card-layout.has-field-image .field-term-topic {
    margin-top: 0; }
    .card-layout.has-field-image .field-search-terms + .field-term-topic,
    .card-layout.has-field-image .field-term-topic + .field-term-topic {
      margin-top: -0.75rem; }
  .card-layout.has-field-image .chunk-title {
    margin-top: 0.5rem; }

@media (min-width: 980px) {
  .card-layout.has-field-image .field-audio-image img,
  .card-layout.has-field-image .field-brightcove-video img,
  .card-layout.has-field-image .commerce-product-field img,
  .card-layout.has-field-image .field-image img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-audio-image img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-brightcove-video img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .commerce-product-field img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-image img {
    height: 8.625rem;
    width: 100%; } }
@media (min-width: 481px) and (max-width: 979px) {
  .card-layout.has-field-image .field-audio-image img,
  .card-layout.has-field-image .field-brightcove-video img,
  .card-layout.has-field-image .commerce-product-field img,
  .card-layout.has-field-image .field-image img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-audio-image img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-brightcove-video img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .commerce-product-field img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-image img {
    height: 10.25rem;
    width: 100%; } }
@media (max-width: 480px) {
  .card-layout.has-field-image .field-audio-image img,
  .card-layout.has-field-image .field-brightcove-video img,
  .card-layout.has-field-image .commerce-product-field img,
  .card-layout.has-field-image .field-image img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-audio-image img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-brightcove-video img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .commerce-product-field img,
  .card-layout.fh-chunk-image.fh-chunk-view-mode-card .field-image img {
    width: 100%; } }

@media (min-width: 980px) {
  .view-odlc-content .node.view-mode-card.node-webinar .card-layout-odlc {
    max-height: 25.5rem;
    min-height: 25.5rem; } }
@media (min-width: 481px) and (max-width: 979px) {
  .view-odlc-content .node.view-mode-card.node-webinar .card-layout-odlc {
    max-height: 25.5rem;
    min-height: 25.5rem; } }
@media (max-width: 480px) {
  .view-odlc-content .node.view-mode-card.node-webinar .card-layout-odlc {
    max-height: 25.5rem;
    min-height: initial; } }
.view-odlc-content .node.view-mode-card.node-webinar .field-webinar-type {
  margin: 0 auto 0.5rem auto; }
.view-odlc-content .node.view-mode-card.node-webinar .field-term-topic {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem; }
.view-odlc-content .node.view-mode-card.node-webinar .flag-outer {
  display: none; }

.node.view-mode-card.node-webinar .content {
  padding-bottom: 0.5rem; }
.node.view-mode-card.node-webinar .field-brightcove-video {
  position: relative; }
  .node.view-mode-card.node-webinar .field-brightcove-video a {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
    .node.view-mode-card.node-webinar .field-brightcove-video a::after {
      background: url("../img/video-player-icon.svg") no-repeat center;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0.7;
      position: absolute;
      width: 100%;
      z-index: 2; }
.node.view-mode-card.node-webinar .brightcove-video-overlay {
  position: absolute;
  top: 0; }
  .node.view-mode-card.node-webinar .brightcove-video-overlay.brightcove-video-caption {
    left: 0; }
  .node.view-mode-card.node-webinar .brightcove-video-overlay.brightcove-video-length {
    right: 0; }
  .node.view-mode-card.node-webinar .brightcove-video-overlay .video-caption-wrapper,
  .node.view-mode-card.node-webinar .brightcove-video-overlay .video-length-wrapper {
    background-color: #505050;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.05813rem;
    opacity: 0.7;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 3; }
.node.view-mode-card.node-webinar .field-webinar-type {
  position: relative;
  width: 74%;
  z-index: 3; }
  .node.view-mode-card.node-webinar .field-webinar-type.red {
    background-color: #E74A37; }
  .node.view-mode-card.node-webinar .field-webinar-type.orange {
    background-color: #EB922D; }
  .node.view-mode-card.node-webinar .field-webinar-type.yellow {
    background-color: #D5C200; }
  .node.view-mode-card.node-webinar .field-webinar-type.green {
    background-color: #88b94b; }
.node.view-mode-card.node-webinar .field-subject,
.node.view-mode-card.node-webinar .field-teaching-strategy-types {
  color: #527A86;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.1875rem;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2; }

.node.view-mode-card.node-webinar.has-field-image .field-webinar-type {
  margin-top: 0.3125rem; }

.node.teaser-image .field-field-image-cache,
.node.teaser-image .field-dl-pdf-image {
  display: none; }

#block-bean-related-content-card,
#block-bean-related-media-card {
  border: none; }
  #block-bean-related-content-card .view-mode-card,
  #block-bean-related-media-card .view-mode-card {
    max-height: 30.8125rem;
    min-height: 30.8125rem; }

@media (min-width: 980px) {
  .card-layout {
    max-height: 30.8125rem;
    min-height: 30.8125rem; } }
@media (min-width: 481px) and (max-width: 979px) {
  .card-layout {
    max-height: 30.8125rem;
    min-height: 30.8125rem; } }
@media (max-width: 480px) {
  .card-layout {
    max-height: 30.8125rem;
    min-height: 30.8125rem; } }

.node-type-bookend .page-banner #block-fh-common-fh-header,
.node-type-chapter .page-banner #block-fh-common-fh-header,
.node-type-reading .page-banner #block-fh-common-fh-header,
.node-type-book .page-banner #block-fh-common-fh-header {
  padding-top: 14rem; }
  .node-type-bookend .page-banner #block-fh-common-fh-header .title,
  .node-type-chapter .page-banner #block-fh-common-fh-header .title,
  .node-type-reading .page-banner #block-fh-common-fh-header .title,
  .node-type-book .page-banner #block-fh-common-fh-header .title {
    background: rgba(0, 59, 76, 0.97);
    margin: 7rem auto -3rem !important;
    max-width: none;
    position: relative;
    z-index: 100; }
    .node-type-bookend .page-banner #block-fh-common-fh-header .title::after,
    .node-type-chapter .page-banner #block-fh-common-fh-header .title::after,
    .node-type-reading .page-banner #block-fh-common-fh-header .title::after,
    .node-type-book .page-banner #block-fh-common-fh-header .title::after {
      border-top-color: rgba(0, 59, 76, 0.97); }
  .node-type-bookend .page-banner #block-fh-common-fh-header .chapter-label,
  .node-type-chapter .page-banner #block-fh-common-fh-header .chapter-label,
  .node-type-reading .page-banner #block-fh-common-fh-header .chapter-label,
  .node-type-book .page-banner #block-fh-common-fh-header .chapter-label {
    background: url(../img/materials-icons-large/fh-chapter.svg) no-repeat center top; }
  .node-type-bookend .page-banner #block-fh-common-fh-header .book-label,
  .node-type-chapter .page-banner #block-fh-common-fh-header .book-label,
  .node-type-reading .page-banner #block-fh-common-fh-header .book-label,
  .node-type-book .page-banner #block-fh-common-fh-header .book-label {
    background: url(../img/materials-icons-large/fh-book.svg) no-repeat center top; }
  .node-type-bookend .page-banner #block-fh-common-fh-header .chapter-label,
  .node-type-bookend .page-banner #block-fh-common-fh-header .book-label,
  .node-type-chapter .page-banner #block-fh-common-fh-header .chapter-label,
  .node-type-chapter .page-banner #block-fh-common-fh-header .book-label,
  .node-type-reading .page-banner #block-fh-common-fh-header .chapter-label,
  .node-type-reading .page-banner #block-fh-common-fh-header .book-label,
  .node-type-book .page-banner #block-fh-common-fh-header .chapter-label,
  .node-type-book .page-banner #block-fh-common-fh-header .book-label {
    background-size: 4.1875rem 3.1875rem;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-top: 3.75rem;
    text-transform: uppercase;
    letter-spacing: 0.084rem;
    line-height: 1.125rem; }
  .node-type-bookend .page-banner #block-fh-common-fh-header .field-book,
  .node-type-chapter .page-banner #block-fh-common-fh-header .field-book,
  .node-type-reading .page-banner #block-fh-common-fh-header .field-book,
  .node-type-book .page-banner #block-fh-common-fh-header .field-book {
    background: none;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-decoration: underline; }
    .node-type-bookend .page-banner #block-fh-common-fh-header .field-book a,
    .node-type-chapter .page-banner #block-fh-common-fh-header .field-book a,
    .node-type-reading .page-banner #block-fh-common-fh-header .field-book a,
    .node-type-book .page-banner #block-fh-common-fh-header .field-book a {
      color: #fff; }
  .node-type-bookend .page-banner #block-fh-common-fh-header .field-chapter,
  .node-type-chapter .page-banner #block-fh-common-fh-header .field-chapter,
  .node-type-reading .page-banner #block-fh-common-fh-header .field-chapter,
  .node-type-book .page-banner #block-fh-common-fh-header .field-chapter {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05rem; }
    .node-type-bookend .page-banner #block-fh-common-fh-header .field-chapter a,
    .node-type-chapter .page-banner #block-fh-common-fh-header .field-chapter a,
    .node-type-reading .page-banner #block-fh-common-fh-header .field-chapter a,
    .node-type-book .page-banner #block-fh-common-fh-header .field-chapter a {
      color: #fff; }
  .node-type-bookend .page-banner #block-fh-common-fh-header .field-term-topic,
  .node-type-chapter .page-banner #block-fh-common-fh-header .field-term-topic,
  .node-type-reading .page-banner #block-fh-common-fh-header .field-term-topic,
  .node-type-book .page-banner #block-fh-common-fh-header .field-term-topic {
    color: #fff;
    display: inline-block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.075rem;
    margin-top: 0.5rem;
    padding: 0.25rem 1rem; }
  .node-type-bookend .page-banner #block-fh-common-fh-header .field-term-topic,
  .node-type-chapter .page-banner #block-fh-common-fh-header .field-term-topic,
  .node-type-reading .page-banner #block-fh-common-fh-header .field-term-topic,
  .node-type-book .page-banner #block-fh-common-fh-header .field-term-topic {
    background: #00A7AD;
    margin-right: 0.5rem; }
    .node-type-bookend .page-banner #block-fh-common-fh-header .field-term-topic a,
    .node-type-chapter .page-banner #block-fh-common-fh-header .field-term-topic a,
    .node-type-reading .page-banner #block-fh-common-fh-header .field-term-topic a,
    .node-type-book .page-banner #block-fh-common-fh-header .field-term-topic a {
      color: #fff; }

.node-type-book .page-banner #block-fh-common-fh-header .field-term-topic {
  padding: 0.2rem 1rem; }
.node-type-book .page-banner #block-fh-common-fh-header .field-subhead {
  margin-bottom: 1rem; }

#block-bean-hhb-book-intro {
  padding-bottom: 2rem; }

.chapter-dropdown-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  margin-top: 5.5rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .chapter-dropdown-wrapper:last-child {
    margin-right: 0; }
  @media (min-width: 481px) and (max-width: 979px) {
    .chapter-dropdown-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .chapter-dropdown-wrapper:last-child {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .chapter-dropdown-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .chapter-dropdown-wrapper:last-child {
        margin-right: 0; } }
  .node .content .chapter-dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

.node-type-bookend .page-banner .chapter-dropdown-wrapper,
.node-type-chapter .page-banner .chapter-dropdown-wrapper {
  margin-top: 6rem; }

.toc-wrapper {
  background: #ECECEC;
  box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.34);
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 3.9rem;
  width: 100%; }
  @media (min-width: 481px) and (max-width: 979px) {
    .toc-wrapper {
      top: 2.9rem; } }
  @media (max-width: 480px) {
    .toc-wrapper {
      top: 6.9rem; } }
  .toc-wrapper .book-title {
    background: url("../img/materials-icons-small/fh-reading-s.svg") left center no-repeat;
    color: #003B4C;
    margin-left: 1rem;
    padding-left: 2rem;
    text-align: left; }
    @media (max-width: 480px) {
      .toc-wrapper .book-title {
        background-size: 1.625rem;
        font-size: 1.125rem; } }
  .toc-wrapper .about-link {
    color: #003B4C;
    float: right;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    margin-right: 1rem; }
    @media (min-width: 481px) and (max-width: 979px) {
      .toc-wrapper .about-link {
        float: none;
        margin-left: 1rem; } }
    @media (max-width: 480px) {
      .toc-wrapper .about-link {
        float: none;
        margin-left: 1rem; } }
    .toc-wrapper .about-link::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #003B4C;
      margin-left: 0.1rem; }
  .toc-wrapper .tabs {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem; }
    .toc-wrapper .tabs a {
      color: rgba(0, 59, 76, 0.5);
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold;
      padding: 0.5rem 1rem; }
      @media (max-width: 480px) {
        .toc-wrapper .tabs a {
          font-weight: normal; } }
    .toc-wrapper .tabs a:hover,
    .toc-wrapper .tabs a.active {
      background: #EB922D;
      color: #fff;
      position: relative; }
    .toc-wrapper .tabs a:hover::after,
    .toc-wrapper .tabs a.active::after {
      content: '';
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #EB922D;
      position: absolute;
      bottom: -0.625rem;
      left: 38%;
      right: 38%;
      margin: 0 auto; }
      @media (min-width: 481px) and (max-width: 979px) {
        .toc-wrapper .tabs a:hover::after,
        .toc-wrapper .tabs a.active::after {
          bottom: -0.5625rem; } }
      @media (max-width: 480px) {
        .toc-wrapper .tabs a:hover::after,
        .toc-wrapper .tabs a.active::after {
          bottom: -0.5625rem; } }

.previous-button-wrapper {
  float: left; }
  @media (max-width: 480px) {
    .previous-button-wrapper {
      width: 50%;
      font-size: 0.625rem;
      text-align: left;
      margin-top: 0.5rem; } }
  @media (min-width: 980px) {
    .previous-button-wrapper {
      position: absolute;
      left: 0; } }
  .previous-button-wrapper .section-prev {
    float: none; }
    @media (max-width: 480px) {
      .previous-button-wrapper .section-prev {
        font-size: 0.625rem; } }

.next-button-wrapper {
  float: right; }
  @media (min-width: 980px) {
    .next-button-wrapper {
      position: absolute;
      right: 0; } }
  @media (max-width: 480px) {
    .next-button-wrapper {
      width: 50%;
      text-align: right; } }
  .next-button-wrapper .section-next {
    right: 0; }
    @media (max-width: 480px) {
      .next-button-wrapper .section-next {
        font-size: 0.625rem; } }

@media (max-width: 480px) {
  .node .content .previous-button-wrapper a.section-prev,
  .node .content .previous-button-wrapper a.section-next,
  .node .content .next-button-wrapper a.section-prev,
  .node .content .next-button-wrapper a.section-next {
    font-size: 0.625rem; } }

.chapter-dropdown-wrapper .dropdown-toggle {
  color: #003B4C;
  cursor: pointer;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0.5rem 0 0.5rem 0; }
  @media (max-width: 480px) {
    .chapter-dropdown-wrapper .dropdown-toggle {
      display: block;
      margin-top: 2rem;
      text-align: center; } }
  .chapter-dropdown-wrapper .dropdown-toggle::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #003B4C;
    font-size: 1.8rem;
    line-height: 0.75;
    margin-left: 0.5rem;
    vertical-align: bottom; }

.chapter-dropdown-wrapper .chapters-wrapper,
.chapter-dropdown-wrapper .readings-wrapper {
  clear: both;
  background: #fff;
  padding: 2rem 1rem;
  overflow: hidden;
  text-align: left;
  top: 3rem;
  width: 100%; }
  .chapter-dropdown-wrapper .chapters-wrapper::before,
  .chapter-dropdown-wrapper .readings-wrapper::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECECEC;
    position: absolute;
    top: -0.625rem;
    left: 50%;
    right: 50%; }
  .chapter-dropdown-wrapper .chapters-wrapper h3,
  .chapter-dropdown-wrapper .readings-wrapper h3 {
    font-size: 1.2rem;
    padding: 0 1.2rem; }
    .chapter-dropdown-wrapper .chapters-wrapper h3 a,
    .chapter-dropdown-wrapper .readings-wrapper h3 a {
      color: #003B4C; }
  .chapter-dropdown-wrapper .chapters-wrapper .item-list,
  .chapter-dropdown-wrapper .readings-wrapper .item-list {
    margin: 0 0 -20px 0; }
  .chapter-dropdown-wrapper .chapters-wrapper ul, .chapter-dropdown-wrapper .chapters-wrapper ol,
  .chapter-dropdown-wrapper .readings-wrapper ul,
  .chapter-dropdown-wrapper .readings-wrapper ol {
    padding-left: 1rem;
    list-style-position: outside; }
  .chapter-dropdown-wrapper .chapters-wrapper li,
  .chapter-dropdown-wrapper .readings-wrapper li {
    color: #EB922D;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: bold;
    line-height: 1.6875rem; }
    .chapter-dropdown-wrapper .chapters-wrapper li.bookend,
    .chapter-dropdown-wrapper .readings-wrapper li.bookend {
      list-style-type: disc; }
  .chapter-dropdown-wrapper .chapters-wrapper li a,
  .chapter-dropdown-wrapper .readings-wrapper li a {
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-weight: normal;
    margin-left: 1rem; }
  .chapter-dropdown-wrapper .chapters-wrapper ol li.bookend,
  .chapter-dropdown-wrapper .readings-wrapper ol li.bookend {
    margin-left: 0.4375rem; }
    .chapter-dropdown-wrapper .chapters-wrapper ol li.bookend a,
    .chapter-dropdown-wrapper .readings-wrapper ol li.bookend a {
      margin-left: 0.5625rem; }
  .chapter-dropdown-wrapper .chapters-wrapper li a:hover,
  .chapter-dropdown-wrapper .chapters-wrapper li a.active,
  .chapter-dropdown-wrapper .readings-wrapper li a:hover,
  .chapter-dropdown-wrapper .readings-wrapper li a.active {
    font-weight: bold;
    text-decoration: underline; }

.chapter-dropdown-wrapper .readings-wrapper {
  display: none; }
  .chapter-dropdown-wrapper .readings-wrapper .item-list:last-of-type ul,
  .chapter-dropdown-wrapper .readings-wrapper .item-list:first-of-type ul {
    padding-left: 0rem; }
  .chapter-dropdown-wrapper .readings-wrapper .item-list:last-of-type li,
  .chapter-dropdown-wrapper .readings-wrapper .item-list:first-of-type li {
    list-style-type: disc; }
  .chapter-dropdown-wrapper .readings-wrapper .item-list:last-of-type li a,
  .chapter-dropdown-wrapper .readings-wrapper .item-list:first-of-type li a {
    margin-left: 0;
    padding-left: 0.5rem; }

.view-mode-toc h3.field-label {
  color: #003B4C;
  text-align: center;
  font-size: 2em;
  border-bottom: 3px solid #ECECEC;
  padding-bottom: 1rem; }

.irg-node {
  color: #3C3C3C;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  /* Full view and thanks page */
  /* IRG Form styles */ }
  .irg-node .irg-node-header,
  .irg-node .irg-node-main {
    display: block; }
  .irg-node .irg-small-thermometer-wrapper {
    background: #CBDD37 !important;
    padding: 1.5em 0 4em 0;
    margin-bottom: 1.5em; }
  .irg-node.irg-thanks, .irg-node.irg-view {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 2rem; }
    @media (min-width: 800px) {
      .irg-node.irg-thanks, .irg-node.irg-view {
        max-width: 2000px; } }
    .irg-node.irg-thanks .irg-node-header, .irg-node.irg-view .irg-node-header {
      background-color: #00A7AD;
      position: relative; }
      @media (min-width: 800px) {
        .irg-node.irg-thanks .irg-node-header, .irg-node.irg-view .irg-node-header {
          overflow: auto; } }
      .irg-node.irg-thanks .irg-node-header .irg-node-logo, .irg-node.irg-view .irg-node-header .irg-node-logo {
        position: absolute;
        background: url(../img/logo-black.svg) no-repeat top left;
        width: 179px;
        height: 90px;
        top: 15px;
        left: 25px; }
        @media (max-width: 480px) {
          .irg-node.irg-thanks .irg-node-header .irg-node-logo, .irg-node.irg-view .irg-node-header .irg-node-logo {
            background: url(../img/logo-black-small.svg) no-repeat top left;
            width: 107px;
            height: 43px; } }
        @media (min-width: 800px) {
          .irg-node.irg-thanks .irg-node-header .irg-node-logo, .irg-node.irg-view .irg-node-header .irg-node-logo {
            background-image: url(../img/logo.svg);
            position: unset;
            display: block;
            float: left;
            margin: 25px; } }
      .irg-node.irg-thanks .irg-node-header .irg-node-header-image, .irg-node.irg-view .irg-node-header .irg-node-header-image {
        background-color: #00A7AD; }
        .irg-node.irg-thanks .irg-node-header .irg-node-header-image img, .irg-node.irg-view .irg-node-header .irg-node-header-image img {
          width: 100%;
          max-width: 800px;
          height: auto; }
          @media (min-width: 800px) {
            .irg-node.irg-thanks .irg-node-header .irg-node-header-image img, .irg-node.irg-view .irg-node-header .irg-node-header-image img {
              float: right;
              max-width: 600px; } }
          @media (min-width: 800px) and (max-width: 1050px) {
            .irg-node.irg-thanks .irg-node-header .irg-node-header-image img, .irg-node.irg-view .irg-node-header .irg-node-header-image img {
              float: right;
              max-width: 500px; } }
      .irg-node.irg-thanks .irg-node-header .irg-node-header-text, .irg-node.irg-view .irg-node-header .irg-node-header-text {
        background-color: #00A7AD;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2.25rem;
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        color: #fff;
        line-height: 42px;
        padding: .5em 1em; }
        @media (min-width: 800px) {
          .irg-node.irg-thanks .irg-node-header .irg-node-header-text, .irg-node.irg-view .irg-node-header .irg-node-header-text {
            font-size: 2rem;
            line-height: 38px;
            display: block;
            clear: left; } }
        @media (min-width: 800px) and (max-width: 1050px) {
          .irg-node.irg-thanks .irg-node-header .irg-node-header-text, .irg-node.irg-view .irg-node-header .irg-node-header-text {
            font-size: 1.5rem;
            line-height: 28px;
            padding: .5em .1em .2em 1em; } }
  .irg-node.irg-thanks .irg-thanks-message {
    color: #3C3C3C;
    line-height: 1.5em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    max-width: 767px;
    margin: 0 auto;
    padding: 1.5em 1.5em 5em 1.5em; }
  @media (min-width: 800px) {
    .irg-node.irg-thanks .irg-node-header-text {
      font-size: 2.25rem !important;
      line-height: 42px !important;
      position: absolute !important;
      bottom: 25px !important; } }
  .irg-node .irg-node-main .irg-giving-form-wrapper {
    max-width: 767px;
    margin: 0 auto; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .form-required {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .form-item input[type="text"], .irg-node .irg-node-main .irg-giving-form-wrapper .form-item textarea {
      width: 100%;
      border: #949494 solid 2px;
      color: #3C3C3C;
      padding: 5px;
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .form-item input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      display: inherit;
      background-color: transparent;
      border: 3px solid #949494;
      width: 2rem;
      height: 2rem;
      outline: none; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .form-item input[type="checkbox"]:checked {
        background-color: transparent;
        background-image: url("../img/graycheck.svg");
        background-size: 10px 10px;
        background-repeat: no-repeat;
        background-position: center; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .form-item input[type="checkbox"] + label {
      float: left;
      position: relative;
      left: 40px;
      bottom: 32px;
      margin-top: 0;
      width: 85%;
      color: #3C3C3C; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .entitytype-giving_form-form {
      margin: 0 auto;
      padding: 0% 5%; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .entitytype-giving_form-form label {
        font-weight: 400; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .entitytype-giving_form-form input {
        border: #B2A6A0 solid 1px; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .entitytype-giving_form-form::-webkit-input-placeholder {
        color: #737373;
        padding: 5px;
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .entitytype-giving_form-form::-moz-placeholder {
        color: #737373;
        padding: 5px;
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .entitytype-giving_form-form:-moz-placeholder {
        color: #737373;
        padding: 5px;
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .entitytype-giving_form-form:-ms-input-placeholder {
        color: #737373;
        padding: 5px;
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .entitytype-giving_form-form .irg-giving-form-label h2 {
        font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 1.3em;
        line-height: 2em;
        text-transform: uppercase;
        font-weight: 700; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .form-item.form-type-textfield.form-item-field-giving-entityform-amount-d-und-0-value ::placeholder {
      color: #1C7E7E; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .grippie {
      display: none; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .counter {
      color: #949494;
      font-size: 0.875rem;
      font-style: italic;
      line-height: 1rem; }
    .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=password],
    .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=text],
    .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=email] {
      background: #fff;
      border-radius: 0;
      color: #3C3C3C;
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 0.9375rem;
      line-height: 2em;
      margin: 0.8rem 0;
      padding: 0.6rem 1rem;
      outline: none; }
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=password]::-webkit-input-placeholder,
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=text]::-webkit-input-placeholder,
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=email]::-webkit-input-placeholder {
        color: #737373; }
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=password]::-moz-placeholder,
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=text]::-moz-placeholder,
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=email]::-moz-placeholder {
        color: #737373; }
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=password]:-moz-placeholder,
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=text]:-moz-placeholder,
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=email]:-moz-placeholder {
        color: #737373; }
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=password]:-ms-input-placeholder,
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=text]:-ms-input-placeholder,
      .irg-node .irg-node-main .irg-giving-form-wrapper form input[type=email]:-ms-input-placeholder {
        color: #737373; }
    .irg-node .irg-node-main .irg-giving-form-wrapper #edit-field-giving-entityform-message-und-0-value {
      line-height: 1.5em;
      height: 200px;
      width: 100%;
      margin-top: 20px; }
      .irg-node .irg-node-main .irg-giving-form-wrapper #edit-field-giving-entityform-message-und-0-value label {
        padding-bottom: 400px; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .field-name-field-giving-entityform-message {
      border-top: 2px solid #9B9B9B;
      margin-top: 40px;
      padding-top: 20px;
      font-size: 0.9375rem; }
    .irg-node .irg-node-main .irg-giving-form-wrapper input.in-room-button {
      background-color: #FF9E17;
      border: 2px solid #FF9E17 !important;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 2rem;
      padding: 1.5rem 1rem 1.5rem 1rem;
      margin: 1rem 0 1rem 0;
      text-decoration: none;
      text-transform: capitalize;
      text-align: center;
      width: 45%; }
      @media (max-width: 480px) {
        .irg-node .irg-node-main .irg-giving-form-wrapper input.in-room-button {
          width: 45%;
          font-size: 0.9375rem;
          padding: 1rem; } }
      @media (min-width: 481px) and (max-width: 979px) {
        .irg-node .irg-node-main .irg-giving-form-wrapper input.in-room-button {
          width: 45%;
          font-size: 20; } }
    .irg-node .irg-node-main .irg-giving-form-wrapper .in-room-gift.form-submit {
      background-color: #FF9E17; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .in-room-gift.form-submit:hover {
        background: #fff;
        -webkit-transition: 0.2 background;
        -moz-transition: 0.2 background;
        transition: 0.2 background; }
    .irg-node .irg-node-main .irg-giving-form-wrapper .in-room-pledge.form-submit {
      background-color: #fff;
      float: right; }
      .irg-node .irg-node-main .irg-giving-form-wrapper .in-room-pledge.form-submit:hover {
        background: #FF9E17;
        -webkit-transition: 0.2 background;
        -moz-transition: 0.2 background;
        transition: 0.2 background; }
  .irg-node .errors-wrapper {
    padding: 15px 5% 0;
    color: red;
    font-weight: bold;
    line-height: 22px;
    font-size: 16px; }
  .irg-node .form-item-field-giving-entityform-email-und-0-email .description {
    font-size: .8rem;
    margin-top: -8px;
    padding-bottom: 8px;
    font-style: italic;
    color: #3c3c3c; }

.irg-node.irg-admin {
  color: #3C3C3C;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-weight: 400;
  background-color: #F6F6F6;
  /* Two column layout */
  /* Header */
  /* Forms */
  /* Tables */ }
  .irg-node.irg-admin .irg-admin-main-first-column.column {
    width: 43%; }
  .irg-node.irg-admin .irg-admin-main-second-column.column {
    width: 52%; }
  .irg-node.irg-admin .irg-admin-main-first-column.column,
  .irg-node.irg-admin .irg-admin-main-second-column.column {
    float: left;
    background-color: #F6F6F6;
    margin-left: 1%; }
    .irg-node.irg-admin .irg-admin-main-first-column.column > div,
    .irg-node.irg-admin .irg-admin-main-second-column.column > div {
      background-color: #fff;
      border: 1px #E5E5E5 solid;
      margin: 2%;
      padding: 1rem 1.5rem 1.5rem 1.5rem; }
  .irg-node.irg-admin .irg-admin-main.row:after {
    content: "";
    display: table;
    clear: both; }
  .irg-node.irg-admin .irg-admin-header {
    margin: 0;
    padding: 20px;
    width: 100%;
    background: #00A7AD; }
  .irg-node.irg-admin .irg-admin-logo {
    background: url(../img/logo.svg) no-repeat top left;
    width: 179px;
    height: 73px;
    display: inline-block;
    margin: 5px 20px 5px 30px;
    text-align: left;
    vertical-align: middle; }
  .irg-node.irg-admin .irg-admin-header-text-wrapper {
    display: inline-block;
    text-align: left;
    padding: 0 0 0 7%;
    width: 70%; }
    .irg-node.irg-admin .irg-admin-header-text-wrapper h2 {
      color: white;
      font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
      font-size: 2em;
      font-weight: 500; }
  .irg-node.irg-admin h3 {
    color: #000;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5rem;
    text-transform: uppercase; }
  .irg-node.irg-admin .irg-admin-launch-settings-wrapper input[type="submit"],
  .irg-node.irg-admin .irg-admin-add-pledge-wrapper input[type="submit"] {
    color: #000;
    border: 2px #FF9E17 solid;
    border-radius: 2px;
    background-color: #FF9E17; }
    .irg-node.irg-admin .irg-admin-launch-settings-wrapper input[type="submit"]:focus, .irg-node.irg-admin .irg-admin-launch-settings-wrapper input[type="submit"]:hover,
    .irg-node.irg-admin .irg-admin-add-pledge-wrapper input[type="submit"]:focus,
    .irg-node.irg-admin .irg-admin-add-pledge-wrapper input[type="submit"]:hover {
      background-color: #ECECEC; }
  .irg-node.irg-admin .irg-admin-launch-settings-wrapper #irg-launch-form {
    position: relative; }
  .irg-node.irg-admin .irg-admin-launch-settings-wrapper .form-type-textfield,
  .irg-node.irg-admin .irg-admin-launch-settings-wrapper .form-type-textfield input {
    width: 70%; }
  .irg-node.irg-admin .irg-admin-launch-settings-wrapper .form-item-new-live-toggle {
    position: absolute;
    top: 0;
    right: 0; }
    .irg-node.irg-admin .irg-admin-launch-settings-wrapper .form-item-new-live-toggle .jq-toggle-switch.jq-toggle-switch-theme-outline.checked {
      border-color: #00A7AD; }
    .irg-node.irg-admin .irg-admin-launch-settings-wrapper .form-item-new-live-toggle .jq-toggle-switch.jq-toggle-switch-theme-outline.checked .jq-toggle-button {
      background: #00A7AD;
      border-color: #00A7AD; }
    .irg-node.irg-admin .irg-admin-launch-settings-wrapper .form-item-new-live-toggle label.option {
      float: left;
      padding-right: .5em;
      vertical-align: top;
      font-weight: bold; }
  .irg-node.irg-admin .irg-admin-add-pledge-wrapper h3 .field-group-format-title {
    display: none; }
  .irg-node.irg-admin .irg-admin-add-pledge-wrapper label.option {
    vertical-align: middle; }
  .irg-node.irg-admin .irg-admin-table-inner-wrapper {
    overflow: auto;
    min-height: 200px;
    max-height: 500px;
    border: 1px solid #d8d8d8; }
    .irg-node.irg-admin .irg-admin-table-inner-wrapper table {
      border-collapse: collapse;
      width: 100%; }
    .irg-node.irg-admin .irg-admin-table-inner-wrapper thead th {
      position: sticky;
      top: 0; }
    .irg-node.irg-admin .irg-admin-table-inner-wrapper tbody tr:nth-child(even) {
      background-color: #ECECEC; }
    .irg-node.irg-admin .irg-admin-table-inner-wrapper th, .irg-node.irg-admin .irg-admin-table-inner-wrapper td {
      padding: 8px 16px;
      font-size: 0.875rem;
      line-height: 1rem; }
    .irg-node.irg-admin .irg-admin-table-inner-wrapper th {
      background: #d8d8d8;
      text-transform: uppercase; }
    .irg-node.irg-admin .irg-admin-table-inner-wrapper button, .irg-node.irg-admin .irg-admin-table-inner-wrapper .node-paid-event .field-registration-type input[type="button"], .node-paid-event .field-registration-type .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"],
    .irg-node.irg-admin .irg-admin-table-inner-wrapper .node-type-event form#registration-form input[type="button"],
    .node-type-event form#registration-form .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"],
    .irg-node.irg-admin .irg-admin-table-inner-wrapper .field-event-application input[type="button"],
    .field-event-application .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"] {
      color: #000;
      border: 2px #FF9E17 solid;
      border-radius: 2px;
      background-color: #FF9E17; }
      .irg-node.irg-admin .irg-admin-table-inner-wrapper button:focus, .irg-node.irg-admin .irg-admin-table-inner-wrapper .node-paid-event .field-registration-type input[type="button"]:focus, .node-paid-event .field-registration-type .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"]:focus,
      .irg-node.irg-admin .irg-admin-table-inner-wrapper .node-type-event form#registration-form input[type="button"]:focus,
      .node-type-event form#registration-form .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"]:focus,
      .irg-node.irg-admin .irg-admin-table-inner-wrapper .field-event-application input[type="button"]:focus,
      .field-event-application .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"]:focus, .irg-node.irg-admin .irg-admin-table-inner-wrapper button:hover, .irg-node.irg-admin .irg-admin-table-inner-wrapper .node-paid-event .field-registration-type input[type="button"]:hover, .node-paid-event .field-registration-type .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"]:hover,
      .irg-node.irg-admin .irg-admin-table-inner-wrapper .node-type-event form#registration-form input[type="button"]:hover,
      .node-type-event form#registration-form .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"]:hover,
      .irg-node.irg-admin .irg-admin-table-inner-wrapper .field-event-application input[type="button"]:hover,
      .field-event-application .irg-node.irg-admin .irg-admin-table-inner-wrapper input[type="button"]:hover {
        background-color: #ECECEC; }
  .irg-node.irg-admin .irg-admin-table-updated-date {
    color: #737373;
    font-size: 0.75rem;
    font-style: italic;
    text-align: right; }
  .irg-node.irg-admin .irg-small-thermometer-wrapper {
    padding-bottom: 6em !important; }
  .irg-node.irg-admin .irg-admin-view-links-wrapper {
    font-size: 1.25rem;
    line-height: 1.8125rem; }
    .irg-node.irg-admin .irg-admin-view-links-wrapper a {
      display: block; }

.page-node-admin.node-type-in-room-giving-page .messages-wrapper {
  margin-top: 0; }

.node-type-in-room-giving-page .page-container .page-container-inner {
  box-shadow: none;
  max-width: inherit; }

.irg-page {
  font-family: 'Helvetica', sans-serif; }
  .irg-page .irg-header {
    display: block;
    height: 32vh;
    max-height: 32vh;
    position: relative; }
    .irg-page .irg-header .irg-header-left {
      width: 52vw;
      background: #00AFBD;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      min-width: 950px;
      z-index: 1; }
  .irg-page .irg-logo {
    background: url(../img/logo.svg) no-repeat top left;
    width: 179px;
    height: 73px;
    top: 75px;
    left: 75px;
    position: absolute; }
  .irg-page .header-text-wrapper {
    position: absolute;
    top: 65px;
    left: 336px;
    font-size: 52px;
    line-height: 53px;
    color: white;
    text-transform: uppercase;
    font-weight: bold; }
  .irg-page .header-image {
    position: absolute;
    right: 0;
    top: 0; }
    .irg-page .header-image img {
      width: 48vw;
      height: 32vh;
      object-fit: cover;
      display: block; }
  .irg-page .irg-main {
    display: block;
    height: 58vh;
    max-height: 58vh;
    background: white; }
    .irg-page .irg-main .main-inner {
      position: relative;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row; }
    .irg-page .irg-main .message-wrapper {
      width: 45vw;
      display: block;
      margin-right: 81px; }
      .irg-page .irg-main .message-wrapper .message-amount .name {
        font-weight: normal; }
      .irg-page .irg-main .message-wrapper .message-text,
      .irg-page .irg-main .message-wrapper .message-amount {
        text-align: center;
        color: #00a2ad;
        font-weight: bold;
        font-size: 4vh;
        line-height: 5.5vh; }
        .irg-page .irg-main .message-wrapper .message-text.smallest,
        .irg-page .irg-main .message-wrapper .message-amount.smallest {
          font-size: 4vh;
          line-height: 5.5vh; }
        .irg-page .irg-main .message-wrapper .message-text.small,
        .irg-page .irg-main .message-wrapper .message-amount.small {
          font-size: 4.5vh;
          line-height: 5.75vh; }
        .irg-page .irg-main .message-wrapper .message-text.medium,
        .irg-page .irg-main .message-wrapper .message-amount.medium {
          font-size: 5.75vh;
          line-height: 6.5vh; }
        .irg-page .irg-main .message-wrapper .message-text.large,
        .irg-page .irg-main .message-wrapper .message-amount.large {
          font-size: 8vh;
          line-height: 9.75vh; }
  .irg-page .irg-footer {
    display: block;
    height: 10vh;
    max-height: 10vh;
    background: #3C3C3C;
    color: white;
    margin: 0;
    padding: 0;
    text-align: center; }
    .irg-page .irg-footer p {
      margin: 0;
      padding: 0; }
    .irg-page .irg-footer a {
      color: #FF9E17;
      text-decoration: none; }
    .irg-page .irg-footer .field-giving-display-prompt {
      font-size: 34px;
      padding-top: 1.5vh; }
    .irg-page .irg-footer .field-giving-disclaimer {
      font-size: 20px;
      padding-top: 1vh; }

.thermometer-large {
  height: 100%;
  margin-left: 20vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Helvetica', sans-serif; }
  .thermometer-large.no-thermometer {
    width: 300px;
    margin-left: 15vw; }
    .thermometer-large.no-thermometer .thermometer-wrapper {
      width: inherit; }
    .thermometer-large.no-thermometer .total-goal {
      display: none; }
    .thermometer-large.no-thermometer .status-wrapper.no-thermometer {
      position: relative;
      left: inherit;
      transform: none;
      text-align: center;
      display: block;
      bottom: inherit !important; }
      .thermometer-large.no-thermometer .status-wrapper.no-thermometer::before {
        display: none; }
  .thermometer-large .total-goal {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    z-index: 100;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px;
    text-transform: uppercase;
    transform: translateX(-35%);
    white-space: nowrap; }
  .thermometer-large .thermometer-wrapper {
    width: 50%;
    position: relative; }
    .thermometer-large .thermometer-wrapper.goal-met .glass-fill {
      background: #CBDD37; }
    .thermometer-large .thermometer-wrapper.goal-met .status-bar-outer {
      display: none; }
    .thermometer-large .thermometer-wrapper.goal-met .status-wrapper {
      background: #CBDD37;
      bottom: 50% !important; }
      .thermometer-large .thermometer-wrapper.goal-met .status-wrapper::before {
        display: none; }
      .thermometer-large .thermometer-wrapper.goal-met .status-wrapper .status-label {
        color: #007E87; }
  .thermometer-large .thermometer {
    height: 500px;
    width: 80px;
    display: block;
    position: relative; }
  .thermometer-large .status-container, .thermometer-large .benchmarks-container, .thermometer-large .thermometer-mini .benchmarks-contaner, .thermometer-mini .thermometer-large .benchmarks-contaner {
    height: calc(100% - 20px);
    width: 100%;
    position: absolute;
    bottom: 10px; }
  .thermometer-large .status-wrapper {
    font-size: 16px;
    position: absolute;
    left: 188px;
    z-index: 100;
    border: 5px solid #CBDD37;
    border-radius: 15px;
    padding: 20px 25px;
    background: white;
    transform: translate(0, 50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 25%;
    transition: bottom 2s ease-out; }
    .thermometer-large .status-wrapper .status-label,
    .thermometer-large .status-wrapper .status-suffix {
      color: #00afbd;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
    .thermometer-large .status-wrapper .status-total {
      font-weight: bold;
      font-size: 42px;
      color: black; }
      .thermometer-large .status-wrapper .status-total::before {
        content: '$'; }
    .thermometer-large .status-wrapper .status-suffix {
      color: black;
      font-weight: bold; }
    .thermometer-large .status-wrapper span {
      display: block; }
  .thermometer-large .status-bar-outer {
    content: '';
    height: 5px;
    display: block;
    width: 155px;
    background-color: #CBDD37;
    position: absolute;
    left: 40px;
    transition: bottom 2s ease-out; }
  .thermometer-large .benchmarks-container .benchmark-wrapper {
    position: absolute;
    text-align: right;
    right: 125px;
    z-index: 1000;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    width: 180px;
    transition: bottom 2s ease-out;
    bottom: 0; }
    .thermometer-large .benchmarks-container .benchmark-wrapper::before {
      content: '';
      height: 2px;
      display: block;
      width: 108px;
      background-color: black;
      position: absolute;
      right: -117px; }
  .thermometer-large .glass-container, .thermometer-large .glass-inner {
    width: 80px;
    height: 100%;
    border: 2px solid #949494;
    border-radius: 100px 100px;
    margin: 0;
    position: relative; }
  .thermometer-large .status-bar-inner {
    display: block;
    width: 100%;
    position: absolute;
    bottom: calc(25%);
    z-index: 1000;
    height: 100%;
    transition: bottom 2s ease-out; }
    .thermometer-large .status-bar-inner::before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      border-bottom: 5px solid #CBDD37;
      z-index: 100;
      position: relative; }
  .thermometer-large .glass-inner {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    background: transparent;
    overflow: hidden;
    border-color: black;
    border-width: 3px; }
  .thermometer-large .glass-fill {
    background: #00AFBD;
    width: 70px;
    height: 0;
    bottom: 0;
    position: absolute;
    transition: height 2s ease-out;
    z-index: 0; }
  .thermometer-large .bar-wrapper {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
    font-size: 14px;
    color: #3c3c3c;
    overflow: hidden;
    border-radius: 100px; }
    .thermometer-large .bar-wrapper .bar {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      position: relative;
      z-index: 1; }
      .thermometer-large .bar-wrapper .bar .tick::before {
        content: '';
        width: 25%;
        display: block;
        border-top: 1px solid;
        right: 0;
        position: absolute; }
      .thermometer-large .bar-wrapper .bar .tick:last-child::before {
        border: none; }
      .thermometer-large .bar-wrapper .bar:first-child::before {
        border: none; }
      .thermometer-large .bar-wrapper .bar::before {
        content: '';
        width: 100%;
        display: block;
        border-top: 3px dashed black; }

.thermometer-mini {
  font-family: 'Helvetica', sans-serif; }
  .thermometer-mini .thermometer-wrapper {
    width: 85%;
    max-width: 380px;
    margin: 0 auto;
    padding-top: 85px; }
    @media (max-width: 480px) {
      .thermometer-mini .thermometer-wrapper {
        padding-top: 75px; } }
  .thermometer-mini .thermometer {
    height: 50px;
    width: 100%;
    display: block;
    position: relative; }
  .thermometer-mini .status-container, .thermometer-mini .thermometer-large .benchmarks-container, .thermometer-large .thermometer-mini .benchmarks-container, .thermometer-mini .benchmarks-contaner {
    width: calc(100% - 23px);
    height: 100%;
    position: absolute;
    left: 11px;
    top: 8px; }
  .thermometer-mini .status-wrapper {
    font-size: 10px;
    position: absolute;
    left: 0%;
    z-index: 100;
    border: none;
    border-radius: 150px;
    padding: 10px 15px;
    background: white;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: left 2s ease-out;
    top: -68px; }
    @media (max-width: 480px) {
      .thermometer-mini .status-wrapper {
        padding: 10px 8px 10px 8px;
        border-radius: 25px;
        top: -55px; } }
    .thermometer-mini .status-wrapper .status-label,
    .thermometer-mini .status-wrapper .status-suffix {
      color: #00afbd;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .thermometer-mini .status-wrapper .status-label,
        .thermometer-mini .status-wrapper .status-suffix {
          padding-left: 2px; } }
    .thermometer-mini .status-wrapper .status-total {
      font-weight: bold;
      font-size: 20px;
      color: black; }
      @media (max-width: 480px) {
        .thermometer-mini .status-wrapper .status-total {
          font-size: 12px;
          padding-left: 0; } }
      .thermometer-mini .status-wrapper .status-total::before {
        content: '$'; }
    .thermometer-mini .status-wrapper .status-suffix {
      color: black;
      width: 55px;
      padding-left: 10px;
      font-weight: bold; }
      @media (max-width: 480px) {
        .thermometer-mini .status-wrapper .status-suffix {
          padding-left: 5px;
          font-size: 10px; } }
    .thermometer-mini .status-wrapper span {
      display: block; }
  .thermometer-mini .status-bar-outer {
    content: '';
    height: 35px;
    display: block;
    width: 5px;
    background-color: white;
    position: absolute;
    top: -22px;
    left: 20%;
    transition: left 2s ease-out; }
  .thermometer-mini .status-bar-inner {
    display: block;
    width: 5px;
    position: absolute;
    left: 20%;
    top: 0;
    z-index: 1000;
    height: 100%;
    background: white;
    transition: left 2s ease-out; }
  .thermometer-mini .glass-container, .thermometer-mini .glass-inner {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 150px;
    margin: 0;
    position: relative; }
  .thermometer-mini .glass-inner {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    background: transparent;
    overflow: hidden;
    border-color: white;
    border-width: 3px; }
  .thermometer-mini .glass-fill {
    background: #00AFBD;
    width: 20%;
    height: 100%;
    bottom: 0;
    position: absolute;
    transition: width 2s ease-out;
    z-index: 0; }
  .thermometer-mini .range {
    font-size: 13px;
    font-weight: bold;
    color: #3c3c3c;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .thermometer-mini .range .end::before {
      content: '$'; }

.view-mode-full .group-google-links,
.fh-chunk-view-mode-complete .group-google-links {
  margin: 0 0 1rem 0;
  padding-left: 0.625rem; }
.view-mode-full .field-file,
.view-mode-full .field-link-to-google-asset,
.view-mode-full .field-share-to-google-classroom,
.fh-chunk-view-mode-complete .field-file,
.fh-chunk-view-mode-complete .field-link-to-google-asset,
.fh-chunk-view-mode-complete .field-share-to-google-classroom {
  padding-top: 1rem; }
  .view-mode-full .field-file:before,
  .view-mode-full .field-link-to-google-asset:before,
  .view-mode-full .field-share-to-google-classroom:before,
  .fh-chunk-view-mode-complete .field-file:before,
  .fh-chunk-view-mode-complete .field-link-to-google-asset:before,
  .fh-chunk-view-mode-complete .field-share-to-google-classroom:before {
    display: inline-block;
    content: ' ';
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    vertical-align: middle; }
  .view-mode-full .field-file .file-icon,
  .view-mode-full .field-link-to-google-asset .file-icon,
  .view-mode-full .field-share-to-google-classroom .file-icon,
  .fh-chunk-view-mode-complete .field-file .file-icon,
  .fh-chunk-view-mode-complete .field-link-to-google-asset .file-icon,
  .fh-chunk-view-mode-complete .field-share-to-google-classroom .file-icon {
    display: none; }
  .view-mode-full .field-file a,
  .view-mode-full .field-link-to-google-asset a,
  .view-mode-full .field-share-to-google-classroom a,
  .fh-chunk-view-mode-complete .field-file a,
  .fh-chunk-view-mode-complete .field-link-to-google-asset a,
  .fh-chunk-view-mode-complete .field-share-to-google-classroom a {
    margin-left: 10px; }
    .view-mode-full .field-file a span.ext,
    .view-mode-full .field-link-to-google-asset a span.ext,
    .view-mode-full .field-share-to-google-classroom a span.ext,
    .fh-chunk-view-mode-complete .field-file a span.ext,
    .fh-chunk-view-mode-complete .field-link-to-google-asset a span.ext,
    .fh-chunk-view-mode-complete .field-share-to-google-classroom a span.ext {
      background: none; }
.view-mode-full .field-file:before,
.fh-chunk-view-mode-complete .field-file:before {
  background-image: url("../img/pdf3.svg"); }
.view-mode-full .field-link-to-google-asset:before,
.fh-chunk-view-mode-complete .field-link-to-google-asset:before {
  background-image: url("../img/google-drive-icon.png"); }
.view-mode-full .field-share-to-google-classroom:before,
.fh-chunk-view-mode-complete .field-share-to-google-classroom:before {
  background-image: url("../img/32x32_black_stroke_icon@2x.png"); }

.paragraphs-item-event-nodes {
  background-color: #F6F6F6;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (max-width: 480px) {
    .paragraphs-item-event-nodes {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .paragraphs-item-event-nodes {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .paragraphs-item-event-nodes > .content {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .paragraphs-item-event-nodes > .content::after {
      clear: both;
      content: "";
      display: table; }
  .paragraphs-item-event-nodes .field-events {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .paragraphs-item-event-nodes .field-events:last-child {
      margin-right: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      .paragraphs-item-event-nodes .field-events {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .paragraphs-item-event-nodes .field-events:last-child {
          margin-right: 0; }
        .paragraphs-item-event-nodes .field-events:nth-child(2n) {
          margin-right: 0; }
        .paragraphs-item-event-nodes .field-events:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 980px) {
      .paragraphs-item-event-nodes .field-events {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .paragraphs-item-event-nodes .field-events:last-child {
          margin-right: 0; } }
  .paragraphs-item-event-nodes .field-events .node {
    background-color: #fff; }

.paragraphs-items-field-event-columns.paragraphs-items-full .field-event-columns {
  margin-bottom: 2rem;
  padding-bottom: 0; }
  .paragraphs-items-field-event-columns.paragraphs-items-full .field-event-columns .text {
    padding-bottom: 0; }

.community-conversations .paragraphs-item-event-three-columns {
  background: url("../img/community-conversations-bg-image.jpg") no-repeat center center;
  background-size: cover; }
  .community-conversations .paragraphs-item-event-three-columns .field-title {
    color: #fff; }

.paragraphs-item-cta-with-single-link .field-p-link {
  margin: 1rem auto;
  text-align: center; }
.paragraphs-item-cta-with-single-link .field-p-link a {
  background: #1a9da5;
  padding: 1rem 2.5rem;
  text-transform: capitalize; }

.node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link,
.paragraphs-items-field-story-call-to-action {
  background: #dff1f3;
  padding: 4rem 2rem 6rem;
  text-align: center; }
  .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-line-1,
  .paragraphs-items-field-story-call-to-action .field-p-line-1 {
    color: rgba(0, 59, 76, 0.37);
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 2rem;
    text-transform: uppercase; }
  .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-line-2,
  .paragraphs-items-field-story-call-to-action .field-p-line-2 {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.75rem;
    color: #003B4C;
    max-width: 43.75rem;
    margin: 2rem auto 0; }
  .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link-2,
  .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link,
  .paragraphs-items-field-story-call-to-action .field-p-link-2,
  .paragraphs-items-field-story-call-to-action .field-p-link {
    line-height: 2.5rem;
    margin-top: 1.5rem; }
    .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link-2 a,
    .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link a,
    .paragraphs-items-field-story-call-to-action .field-p-link-2 a,
    .paragraphs-items-field-story-call-to-action .field-p-link a {
      border-bottom: 3px solid #00A7AD;
      color: #083343;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      letter-spacing: 0.03125rem;
      padding-bottom: 0.5rem;
      padding-right: 1.375rem;
      position: relative;
      text-transform: uppercase; }
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link-2 a .ext,
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link a .ext,
      .paragraphs-items-field-story-call-to-action .field-p-link-2 a .ext,
      .paragraphs-items-field-story-call-to-action .field-p-link a .ext {
        display: none; }
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link-2 a:after,
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link a:after,
      .paragraphs-items-field-story-call-to-action .field-p-link-2 a:after,
      .paragraphs-items-field-story-call-to-action .field-p-link a:after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        bottom: 0.71875rem;
        color: #003B4C;
        content: "\f061";
        font-family: 'FontAwesome';
        font-size: 1.125rem;
        font-weight: 100;
        position: absolute;
        right: 0; }
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link-2 a:hover:after, .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link-2 a:active:after, .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link-2 a:focus:after,
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link a:hover:after,
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link a:active:after,
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link a:focus:after,
      .paragraphs-items-field-story-call-to-action .field-p-link-2 a:hover:after,
      .paragraphs-items-field-story-call-to-action .field-p-link-2 a:active:after,
      .paragraphs-items-field-story-call-to-action .field-p-link-2 a:focus:after,
      .paragraphs-items-field-story-call-to-action .field-p-link a:hover:after,
      .paragraphs-items-field-story-call-to-action .field-p-link a:active:after,
      .paragraphs-items-field-story-call-to-action .field-p-link a:focus:after {
        right: -0.125rem;
        color: #001319; }
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link-2 a::after,
      .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-link a::after,
      .paragraphs-items-field-story-call-to-action .field-p-link-2 a::after,
      .paragraphs-items-field-story-call-to-action .field-p-link a::after {
        bottom: 0; }

.node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link {
  background-color: #fff; }
  .node-type-basic-paragraphs-page .paragraphs-item-cta-with-underlined-link .field-p-line-2 {
    color: #073342;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 2rem;
    line-height: 2.8125rem; }

.paragraphs-item-full-width-contest-hero .microsite-hero-contest {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  text-align: center; }
  @media (max-width: 480px) {
    .paragraphs-item-full-width-contest-hero .microsite-hero-contest {
      height: 17.1875rem; } }
  .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text {
    bottom: 7rem;
    left: 0;
    position: absolute;
    right: 0; }
    @media (max-width: 480px) {
      .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text {
        bottom: unset;
        top: 2rem; } }
    .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text h1,
    .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text .hero-header {
      color: #fff;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold;
      line-height: 3.375rem; }
      @media (max-width: 480px) {
        .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text h1,
        .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text .hero-header {
          line-height: 2rem; } }
    .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text .hero-header {
      font-size: 1.8125rem; }
      @media (max-width: 480px) {
        .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text .hero-header {
          font-size: 1.25rem; } }
    .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text h1 {
      font-size: 3rem; }
      @media (max-width: 480px) {
        .paragraphs-item-full-width-contest-hero .microsite-hero-contest .top-text h1 {
          font-size: 2rem;
          margin-top: 0.5rem; } }
.paragraphs-item-full-width-contest-hero .bottom-text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  background: #fff;
  margin-bottom: 1rem;
  margin-top: -6rem;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
  z-index: 1; }
  .paragraphs-item-full-width-contest-hero .bottom-text:last-child {
    margin-right: 0; }
  .paragraphs-item-full-width-contest-hero .bottom-text h2, .paragraphs-item-full-width-contest-hero .bottom-text p {
    max-width: 75%; }
  .paragraphs-item-full-width-contest-hero .bottom-text h2 {
    color: #073342;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    margin: 2rem auto 1rem;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .paragraphs-item-full-width-contest-hero .bottom-text h2 {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin: 1.5rem auto 0.75rem; } }
  .paragraphs-item-full-width-contest-hero .bottom-text p {
    color: #000;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.875rem;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .paragraphs-item-full-width-contest-hero .bottom-text p {
        font-size: 1.125rem;
        line-height: 1.625rem; } }

.microsite-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 35rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative; }
  @media (max-width: 480px) {
    .microsite-hero {
      height: 17.1875rem;
      margin-bottom: 10em; } }
  .microsite-hero .video-js {
    height: 35rem !important;
    width: 100%; }
    @media (max-width: 480px) {
      .microsite-hero .video-js {
        height: 17.1875rem !important; } }
  .microsite-hero .text {
    position: absolute;
    bottom: 1.25rem; }
    @media (max-width: 480px) {
      .microsite-hero .text {
        position: relative;
        top: 9.375rem;
        margin-left: -1rem;
        margin-right: -1rem;
        height: 100%; } }
  .microsite-hero .text h1 {
    color: #fff;
    display: block;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 2.25rem;
    max-width: 31.875rem;
    margin: 0 0 -2rem 0;
    padding: 1rem 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1; }
    @media (min-width: 1200px) {
      .microsite-hero .text h1 {
        font-size: 3.25rem; } }
  .microsite-hero .text h1 span {
    background-color: #073342;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline;
    padding: 0 1rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; }
    @media (max-width: 480px) {
      .microsite-hero .text h1 span {
        padding: 2rem 2rem 2rem 2rem;
        box-decoration-break: slice;
        -webkit-box-decoration-break: slice;
        display: block;
        text-align: left;
        margin: 0 auto;
        font-size: 1.75rem; } }
  .microsite-hero .text p {
    color: #fff;
    background-color: rgba(0, 167, 173, 0.9);
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 2rem 1rem;
    max-width: 31.25rem;
    margin-left: 1rem; }
    @media (max-width: 480px) {
      .microsite-hero .text p {
        position: relative;
        top: 1rem;
        padding: 2rem 2rem 2rem 2rem;
        display: block;
        margin-left: 0rem;
        font-size: 1.25rem;
        text-align: left;
        margin-bottom: 200rem; } }
    @media (min-width: 1200px) {
      .microsite-hero .text p {
        font-size: 2rem;
        line-height: 2.4375rem;
        margin-left: 4rem; } }
  .microsite-hero .text p span {
    font-weight: bold; }

.microsite-hero.has-video {
  padding-top: 0; }

.microsite-hero.has-subtitle {
  background-color: #fff; }

.microsite.text-with-intro {
  text-align: center; }
  .microsite.text-with-intro .container {
    background-color: #fff;
    margin-top: -5rem;
    max-width: 54rem;
    padding: 2rem 4rem;
    position: relative;
    z-index: 1; }
  .microsite.text-with-intro h4 {
    color: #003B4C;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .microsite.text-with-intro p {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    color: #003B4C; }

.paragraphs-item-infographic-stat-three-columns .paragraphs-items-field-infographic-stats {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .paragraphs-item-infographic-stat-three-columns .paragraphs-items-field-infographic-stats:last-child {
    margin-right: 0; }
.paragraphs-item-infographic-stat-three-columns .field-infographic-stats {
  margin-top: 2rem;
  text-align: center; }
  .paragraphs-item-infographic-stat-three-columns .field-infographic-stats:last-child {
    margin-bottom: 2rem; }
  .paragraphs-item-infographic-stat-three-columns .field-infographic-stats * {
    color: #073342;
    font-family: "adelle-sans", "Helvetica", sans-serif; }
  .paragraphs-item-infographic-stat-three-columns .field-infographic-stats .field-infographic-stat-date,
  .paragraphs-item-infographic-stat-three-columns .field-infographic-stats .field-infographic-stat-value {
    font-size: 4rem;
    font-weight: bold; }
  .paragraphs-item-infographic-stat-three-columns .field-infographic-stats .field-infographic-stat-title {
    font-size: 1.5rem;
    padding: 0 1rem; }

@font-face {
  font-family: VideoJs;
  src: url("//vjs.zencdn.net/font/1.5.1/VideoJS.eot?#iefix"), format("eot"); }
.paragraphs-item-multi-video .field-multi-video-brightcove .video-js {
  height: 400px !important;
  width: 100%; }
  @media (max-width: 480px) {
    .paragraphs-item-multi-video .field-multi-video-brightcove .video-js {
      margin-top: 3em; } }
  @media (min-width: 1200px) {
    .paragraphs-item-multi-video .field-multi-video-brightcove .video-js {
      height: 600px !important; } }
.paragraphs-item-multi-video .container {
  position: relative; }
.paragraphs-item-multi-video .thumbnails {
  position: absolute;
  bottom: -1.5625rem;
  text-align: right;
  width: 100%;
  z-index: 2; }
  @media (min-width: 1200px) {
    .paragraphs-item-multi-video .thumbnails {
      bottom: -3.125rem; } }
.paragraphs-item-multi-video .field-multi-video-preview-image {
  border-radius: 50%;
  border: 5px solid white;
  display: inline-block;
  float: none;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 50px;
  height: 50px; }
  @media (min-width: 1200px) {
    .paragraphs-item-multi-video .field-multi-video-preview-image {
      width: 100px;
      height: 100px; } }
  .paragraphs-item-multi-video .field-multi-video-preview-image::before {
    content: "\f101";
    color: white;
    cursor: pointer;
    font-size: 1rem;
    font-family: VideoJS;
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 25%; }
    @media (min-width: 1200px) {
      .paragraphs-item-multi-video .field-multi-video-preview-image::before {
        top: 40%;
        left: 40%; } }
.paragraphs-item-multi-video .field-multi-video-preview-image img {
  cursor: pointer;
  width: 100%; }
.paragraphs-item-multi-video .vjs-big-play-button {
  background-color: #fff !important;
  z-index: 5; }
.paragraphs-item-multi-video .vjs-icon-play:before, .paragraphs-item-multi-video .video-js .vjs-big-play-button:before, .paragraphs-item-multi-video .video-js .vjs-play-control:before {
  color: #000; }

.node-type-story .row {
  display: block; }
  .node-type-story .row::after {
    clear: both;
    content: "";
    display: table; }

.page-stories .content-area.container,
.node-type-story .content-area.container,
.node-type-basic-paragraphs-page .content-area.container {
  float: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%; }
.page-stories .breadcrumb .flag-outer,
.page-stories .breadcrumb .print-icon,
.node-type-story .breadcrumb .flag-outer,
.node-type-story .breadcrumb .print-icon,
.node-type-basic-paragraphs-page .breadcrumb .flag-outer,
.node-type-basic-paragraphs-page .breadcrumb .print-icon {
  display: none; }
.page-stories .content-wrapper,
.node-type-story .content-wrapper,
.node-type-basic-paragraphs-page .content-wrapper {
  margin-top: 0; }
.page-stories .content-area > .content > .region-content,
.node-type-story .content-area > .content > .region-content,
.node-type-basic-paragraphs-page .content-area > .content > .region-content {
  padding-bottom: 0; }

#block-bean-fht-sign-up-and-social-block {
  width: 100%; }

.paragraphs-items {
  clear: both;
  margin-bottom: 0;
  width: 100%; }

.field-paragraphs {
  clear: both;
  margin: 0 auto;
  max-width: 100%; }

.paragraphs-item-sponsor-logos {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .paragraphs-item-sponsor-logos::after {
    clear: both;
    content: "";
    display: table; }
  .paragraphs-item-sponsor-logos h3.field-title {
    margin-top: 0;
    margin-bottom: 4rem;
    text-align: center; }
  .paragraphs-item-sponsor-logos .field-logo-and-link {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 2rem;
    text-align: center; }
    .paragraphs-item-sponsor-logos .field-logo-and-link:last-child {
      margin-right: 0; }
    @media (min-width: 481px) and (max-width: 979px) {
      .paragraphs-item-sponsor-logos .field-logo-and-link {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .paragraphs-item-sponsor-logos .field-logo-and-link:last-child {
          margin-right: 0; } }
    @media (min-width: 980px) {
      .paragraphs-item-sponsor-logos .field-logo-and-link {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        display: table;
        margin-bottom: 0; }
        .paragraphs-item-sponsor-logos .field-logo-and-link:last-child {
          margin-right: 0; } }
    .paragraphs-item-sponsor-logos .field-logo-and-link .field-image {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%; }
    .paragraphs-item-sponsor-logos .field-logo-and-link img {
      max-width: 100%;
      height: auto; }

.paragraphs-item-two-columns {
  margin: 0 auto;
  max-width: 100%; }

.paragraphs-items-field-two-column-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .paragraphs-items-field-two-column-items .field-two-column-items {
    flex: 1;
    display: flex;
    min-width: 20rem; }
    @media (max-width: 480px) {
      .paragraphs-items-field-two-column-items .field-two-column-items {
        min-width: 20rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .paragraphs-items-field-two-column-items .field-two-column-items {
        min-width: 20.9375rem; } }
    @media (min-width: 671px) and (max-width: 979px) {
      .paragraphs-items-field-two-column-items .field-two-column-items {
        min-width: 20rem; } }
    @media (min-width: 980px) and (max-width: 1200px) {
      .paragraphs-items-field-two-column-items .field-two-column-items {
        min-width: 20.9375rem; } }
    .paragraphs-items-field-two-column-items .field-two-column-items > .entity {
      flex: 1; }
    .paragraphs-items-field-two-column-items .field-two-column-items:first-of-type .content {
      padding: 6.25rem 3.125rem 6.25rem 6.25rem; }
      @media (max-width: 480px) {
        .paragraphs-items-field-two-column-items .field-two-column-items:first-of-type .content {
          padding: 2rem 1rem 1rem; } }
      @media (min-width: 481px) and (max-width: 670px) {
        .paragraphs-items-field-two-column-items .field-two-column-items:first-of-type .content {
          padding: 2rem 1.5rem 1rem; } }
      @media (min-width: 671px) and (max-width: 979px) {
        .paragraphs-items-field-two-column-items .field-two-column-items:first-of-type .content {
          padding: 2rem 1rem 1rem; } }
      @media (min-width: 980px) and (max-width: 1200px) {
        .paragraphs-items-field-two-column-items .field-two-column-items:first-of-type .content {
          padding: 2rem 1.5rem 1rem; } }
    .paragraphs-items-field-two-column-items .field-two-column-items:last-of-type .content {
      padding: 6.25rem 3.125rem 6.25rem 3.125rem; }
      @media (max-width: 480px) {
        .paragraphs-items-field-two-column-items .field-two-column-items:last-of-type .content {
          padding: 1rem 1rem 2rem; } }
      @media (min-width: 481px) and (max-width: 670px) {
        .paragraphs-items-field-two-column-items .field-two-column-items:last-of-type .content {
          padding: 1rem 1.5rem 2rem; } }
      @media (min-width: 671px) and (max-width: 979px) {
        .paragraphs-items-field-two-column-items .field-two-column-items:last-of-type .content {
          padding: 1rem 1rem 2rem; } }
      @media (min-width: 980px) and (max-width: 1200px) {
        .paragraphs-items-field-two-column-items .field-two-column-items:last-of-type .content {
          padding: 1rem 1.5rem 2rem; } }
    .paragraphs-items-field-two-column-items .field-two-column-items .content {
      display: flex;
      flex-direction: column; }
    .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-1 {
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      letter-spacing: 0.03125rem;
      text-transform: uppercase;
      margin-bottom: 2.25rem; }
      @media (max-width: 480px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-1 {
          margin-bottom: 1rem; } }
      @media (min-width: 481px) and (max-width: 670px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-1 {
          margin-bottom: 1.5rem; } }
      @media (min-width: 671px) and (max-width: 979px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-1 {
          margin-bottom: 1rem; } }
      @media (min-width: 980px) and (max-width: 1200px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-1 {
          margin-bottom: 1.5rem; } }
    .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-2 {
      font-size: 2.25rem;
      margin: 0 0 1.5rem;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 480px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-2 {
          font-size: 1.5rem;
          margin: 0 0 1rem; } }
      @media (min-width: 481px) and (max-width: 670px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-2 {
          font-size: 2rem;
          margin: 0 0 1.5rem; } }
      @media (min-width: 671px) and (max-width: 979px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-2 {
          font-size: 1.5rem;
          margin: 0 0 1rem; } }
      @media (min-width: 980px) and (max-width: 1200px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-heading-2 {
          font-size: 2rem;
          margin: 0 0 1.5rem; } }
    .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-description {
      font-size: 1.375rem;
      font-weight: 100;
      line-height: 1.6;
      margin: 0.75rem 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 480px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-description {
          font-size: 1.125rem; } }
      @media (min-width: 481px) and (max-width: 670px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-description {
          font-size: 1.25rem; } }
      @media (min-width: 671px) and (max-width: 979px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-description {
          font-size: 1.125rem; } }
      @media (min-width: 980px) and (max-width: 1200px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-hubspot-form-description {
          font-size: 1.25rem; } }
    .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-image,
    .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video .video-js {
      width: 100%;
      margin-left: -1.5625rem; }
      @media (max-width: 480px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-image,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video .video-js {
          margin-left: 0; } }
      @media (min-width: 481px) and (max-width: 670px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-image,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video .video-js {
          margin-left: 0; } }
      @media (min-width: 671px) and (max-width: 979px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-image,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video .video-js {
          margin-left: 0; } }
      @media (min-width: 980px) and (max-width: 1200px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-image,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video .video-js {
          margin-left: 0; } }
      .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-image img,
      .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video .video-js img {
        height: auto;
        width: 100%; }
    .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link,
    .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link {
      text-align: right;
      padding-top: 0.75rem;
      padding-right: 1.5625rem; }
      @media (max-width: 480px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link {
          padding-right: 0;
          margin-bottom: 1.5rem; } }
      @media (min-width: 481px) and (max-width: 670px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link {
          padding-right: 0;
          margin-bottom: 2.25rem; } }
      @media (min-width: 671px) and (max-width: 979px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link {
          padding-right: 0;
          margin-bottom: 1.5rem; } }
      @media (min-width: 980px) and (max-width: 1200px) {
        .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link {
          padding-right: 0;
          margin-bottom: 2.25rem; } }
      .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link a,
      .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link a {
        border-bottom: 3px solid #1a9da5;
        color: #083343;
        font-family: "adelle-sans", "Helvetica", sans-serif;
        font-size: 1.125rem;
        font-weight: 600;
        letter-spacing: 0.03125rem;
        padding-bottom: 0.5rem;
        padding-right: 1.375rem;
        position: relative;
        text-transform: uppercase; }
        .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link a .ext,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link a .ext {
          display: none; }
        .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link a:after,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link a:after {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          bottom: 0.71875rem;
          color: #505050;
          content: "\f061";
          font-family: 'FontAwesome';
          font-size: 1.125rem;
          font-weight: 100;
          position: absolute;
          right: 0; }
        .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link a:hover:after, .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link a:active:after, .paragraphs-items-field-two-column-items .field-two-column-items .field-p-image-link a:focus:after,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link a:hover:after,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link a:active:after,
        .paragraphs-items-field-two-column-items .field-two-column-items .field-brightcove-video-link a:focus:after {
          right: -0.125rem;
          color: #373737; }
  .paragraphs-items-field-two-column-items .field-hubspot-form-embed-code p {
    color: #003B4C;
    margin-bottom: -2rem;
    margin-top: 1rem;
    padding-bottom: 0; }
  .paragraphs-items-field-two-column-items .field-hubspot-form-embed-code .submitted-message p {
    margin-bottom: 0; }
  .paragraphs-items-field-two-column-items .hs-form {
    margin-top: 2rem; }
    .paragraphs-items-field-two-column-items .hs-form div {
      display: inline-block;
      vertical-align: top; }
      .paragraphs-items-field-two-column-items .hs-form div.hs-submit, .paragraphs-items-field-two-column-items .hs-form div.legal-consent-container {
        display: block;
        margin-top: 18px; }
    .paragraphs-items-field-two-column-items .hs-form ul.inputs-list, .paragraphs-items-field-two-column-items .hs-form ul.inputs-list li {
      list-style: none outside none;
      margin: 0;
      padding: 0; }
      .paragraphs-items-field-two-column-items .hs-form ul.inputs-list:before, .paragraphs-items-field-two-column-items .hs-form ul.inputs-list li:before {
        content: ''; }
    .paragraphs-items-field-two-column-items .hs-form .hs_zip {
      display: none; }
    .paragraphs-items-field-two-column-items .hs-form .hs-fieldtype-text {
      display: block; }
    .paragraphs-items-field-two-column-items .hs-form .hs-email label {
      display: none; }
    .paragraphs-items-field-two-column-items .hs-form .hs-form-booleancheckbox input {
      margin-right: 5px; }
  .paragraphs-items-field-two-column-items form input[type=email], .paragraphs-items-field-two-column-items form input[type=text] {
    border: none;
    color: #003B4C;
    font-family: "adelle", "Georgia", "Times New Roman", serif;
    font-size: 1.125rem;
    height: 3.625rem;
    margin: 5px;
    padding: 0 1.125rem;
    width: 100%; }
    @media (max-width: 480px) {
      .paragraphs-items-field-two-column-items form input[type=email], .paragraphs-items-field-two-column-items form input[type=text] {
        width: 100%;
        margin-bottom: 2rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .paragraphs-items-field-two-column-items form input[type=email], .paragraphs-items-field-two-column-items form input[type=text] {
        width: 100%;
        margin-bottom: 2rem; } }
    @media (min-width: 671px) and (max-width: 979px) {
      .paragraphs-items-field-two-column-items form input[type=email], .paragraphs-items-field-two-column-items form input[type=text] {
        width: 100%;
        margin-bottom: 2rem; } }
    @media (min-width: 980px) and (max-width: 1200px) {
      .paragraphs-items-field-two-column-items form input[type=email], .paragraphs-items-field-two-column-items form input[type=text] {
        width: 100%;
        margin-bottom: 2rem; } }
    .paragraphs-items-field-two-column-items form input[type=email]::-webkit-input-placeholder, .paragraphs-items-field-two-column-items form input[type=text]::-webkit-input-placeholder {
      color: #9B9B9B; }
    .paragraphs-items-field-two-column-items form input[type=email]::-moz-placeholder, .paragraphs-items-field-two-column-items form input[type=text]::-moz-placeholder {
      color: #9B9B9B; }
    .paragraphs-items-field-two-column-items form input[type=email]:-moz-placeholder, .paragraphs-items-field-two-column-items form input[type=text]:-moz-placeholder {
      color: #9B9B9B; }
    .paragraphs-items-field-two-column-items form input[type=email]:-ms-input-placeholder, .paragraphs-items-field-two-column-items form input[type=text]:-ms-input-placeholder {
      color: #9B9B9B; }
  .paragraphs-items-field-two-column-items form input[type=submit] {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #1a9da5;
    border: none;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    height: 3.625rem;
    margin: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 480px) {
      .paragraphs-items-field-two-column-items form input[type=submit] {
        padding: 0 1rem;
        top: 2px; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .paragraphs-items-field-two-column-items form input[type=submit] {
        padding: 0 1.5rem;
        top: 2px; } }
    @media (min-width: 671px) and (max-width: 979px) {
      .paragraphs-items-field-two-column-items form input[type=submit] {
        padding: 0 1rem;
        top: 2px; } }
    @media (min-width: 980px) and (max-width: 1200px) {
      .paragraphs-items-field-two-column-items form input[type=submit] {
        padding: 0 1.5rem;
        top: 2px; } }
    .paragraphs-items-field-two-column-items form input[type=submit]:hover, .paragraphs-items-field-two-column-items form input[type=submit]:active, .paragraphs-items-field-two-column-items form input[type=submit]:focus {
      background-color: #137379; }
  .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-items-field-social-media-items {
    display: flex;
    justify-content: space-evenly;
    max-width: 80%;
    margin: 0.75rem auto 1.5rem; }
    .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-items-field-social-media-items .content {
      padding: 0; }
    .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-items-field-social-media-items div {
      display: inline; }
  .paragraphs-items-field-two-column-items .field-social-media-title {
    font-size: 1.75rem;
    color: #083343;
    background-color: #dff1f3;
    padding: 1.25rem 3.75rem;
    position: relative;
    margin: 0 auto 3rem;
    text-align-last: center; }
    @media (max-width: 480px) {
      .paragraphs-items-field-two-column-items .field-social-media-title {
        font-size: 1.375rem;
        padding: 0.75rem 1.5rem; } }
    @media (min-width: 481px) and (max-width: 670px) {
      .paragraphs-items-field-two-column-items .field-social-media-title {
        font-size: 1.5rem;
        padding: 1rem 2rem; } }
    @media (min-width: 671px) and (max-width: 979px) {
      .paragraphs-items-field-two-column-items .field-social-media-title {
        font-size: 1.375rem;
        padding: 0.75rem 1.5rem; } }
    @media (min-width: 980px) and (max-width: 1200px) {
      .paragraphs-items-field-two-column-items .field-social-media-title {
        font-size: 1.5rem;
        padding: 1rem 2rem; } }
    .paragraphs-items-field-two-column-items .field-social-media-title span {
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: 800; }
    .paragraphs-items-field-two-column-items .field-social-media-title:after {
      border-left: 1.875rem solid transparent;
      border-right: 1.875rem solid transparent;
      border-top: 1.375rem solid #dff1f3;
      bottom: -1.375rem;
      content: "";
      display: block;
      left: 50%;
      margin-left: -1.875rem;
      position: absolute; }
  .paragraphs-items-field-two-column-items .field-social-media-description {
    font-size: 1.375rem;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin: 0 auto;
    max-width: 80%; }
  .paragraphs-items-field-two-column-items .light-blue {
    background-color: #dff1f3;
    color: #083343; }
    .paragraphs-items-field-two-column-items .light-blue a {
      color: #00A7AD;
      text-decoration: underline; }
  .paragraphs-items-field-two-column-items .blue {
    background-color: #1a9da5;
    color: #fff; }
    .paragraphs-items-field-two-column-items .blue p {
      color: #fff; }
    .paragraphs-items-field-two-column-items .blue a {
      color: #fff;
      text-decoration: underline; }
    .paragraphs-items-field-two-column-items .blue .field-brightcove-video-link a {
      border-bottom: 3px solid #dff1f3;
      color: #fff;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      letter-spacing: 0.03125rem;
      padding-bottom: 0.5rem;
      padding-right: 1.375rem;
      position: relative;
      text-transform: uppercase; }
      .paragraphs-items-field-two-column-items .blue .field-brightcove-video-link a .ext {
        display: none; }
      .paragraphs-items-field-two-column-items .blue .field-brightcove-video-link a:after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        bottom: 0.71875rem;
        color: #fff;
        content: "\f061";
        font-family: 'FontAwesome';
        font-size: 1.125rem;
        font-weight: 100;
        position: absolute;
        right: 0; }
      .paragraphs-items-field-two-column-items .blue .field-brightcove-video-link a:hover:after, .paragraphs-items-field-two-column-items .blue .field-brightcove-video-link a:active:after, .paragraphs-items-field-two-column-items .blue .field-brightcove-video-link a:focus:after {
        right: -0.125rem;
        color: #e6e6e6; }
    .paragraphs-items-field-two-column-items .blue form input[type=submit] {
      background-color: #083343; }
      .paragraphs-items-field-two-column-items .blue form input[type=submit]:hover, .paragraphs-items-field-two-column-items .blue form input[type=submit]:active, .paragraphs-items-field-two-column-items .blue form input[type=submit]:focus {
        background-color: #0d5671; }
  .paragraphs-items-field-two-column-items .dark-blue {
    background-color: #083343;
    color: #fff; }
    .paragraphs-items-field-two-column-items .dark-blue p {
      color: #fff; }
    .paragraphs-items-field-two-column-items .dark-blue a {
      color: #00A7AD;
      text-decoration: underline; }
    .paragraphs-items-field-two-column-items .dark-blue .field-brightcove-video-link a {
      border-bottom: 3px solid #1a9da5;
      color: #fff;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1.125rem;
      font-weight: 600;
      letter-spacing: 0.03125rem;
      padding-bottom: 0.5rem;
      padding-right: 1.375rem;
      position: relative;
      text-transform: uppercase; }
      .paragraphs-items-field-two-column-items .dark-blue .field-brightcove-video-link a .ext {
        display: none; }
      .paragraphs-items-field-two-column-items .dark-blue .field-brightcove-video-link a:after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        bottom: 0.71875rem;
        color: #fff;
        content: "\f061";
        font-family: 'FontAwesome';
        font-size: 1.125rem;
        font-weight: 100;
        position: absolute;
        right: 0; }
      .paragraphs-items-field-two-column-items .dark-blue .field-brightcove-video-link a:hover:after, .paragraphs-items-field-two-column-items .dark-blue .field-brightcove-video-link a:active:after, .paragraphs-items-field-two-column-items .dark-blue .field-brightcove-video-link a:focus:after {
        right: -0.125rem;
        color: #e6e6e6; }

.story-content-wrapper .field-body h2,
.paragraphs-item-rich-text-wysiwyg h2 {
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 2.625rem;
  line-height: 3.3125rem; }
.story-content-wrapper .field-body h3,
.paragraphs-item-rich-text-wysiwyg h3 {
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 2.625rem;
  line-height: 3.3125rem; }
.story-content-wrapper .field-body h4,
.paragraphs-item-rich-text-wysiwyg h4 {
  color: #003B4C;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.375rem;
  line-height: 1.875rem; }
.story-content-wrapper .field-body blockquote,
.paragraphs-item-rich-text-wysiwyg blockquote {
  border-left: none;
  margin-left: 0;
  padding-left: 0; }
.story-content-wrapper .field-body blockquote p,
.paragraphs-item-rich-text-wysiwyg blockquote p {
  color: #00A7AD;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.8125rem;
  font-style: italic;
  line-height: 2.5rem; }
.story-content-wrapper .field-body p strong,
.paragraphs-item-rich-text-wysiwyg p strong {
  color: #003B4C;
  font-size: 1.25rem;
  line-height: 1.875rem; }

.page-stories .page__title {
  display: none; }

.page-stories #block-system-main > .content {
  background-color: #003B4C; }

.view-stories-landing-page {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2rem;
  padding: 2rem; }
  .view-stories-landing-page::after {
    clear: both;
    content: "";
    display: table; }
  .view-stories-landing-page .view-content {
    background-color: #003B4C;
    margin: auto; }
  .view-stories-landing-page .view-content .item-list ul {
    column-count: 3;
    column-gap: 0;
    counter-reset: item-counter; }
    @media (max-width: 480px) {
      .view-stories-landing-page .view-content .item-list ul {
        column-count: 1; } }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-stories-landing-page .view-content .item-list ul {
        column-count: 2; } }
  .view-stories-landing-page li.views-row {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: visible;
    box-sizing: border-box;
    break-inside: avoid;
    counter-increment: item-counter;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box; }

.view-stories-landing-page .views-row {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-transition: 0.3s margin-top;
  -moz-transition: 0.3s margin-top;
  transition: 0.3s margin-top; }
  .view-stories-landing-page .views-row h4 {
    margin-top: 0.5rem; }
  .view-stories-landing-page .views-row .text {
    width: 92%; }
  .view-stories-landing-page .views-row .text h3,
  .view-stories-landing-page .views-row .text h3 a {
    text-decoration: none; }
  .view-stories-landing-page .views-row .text h3 a {
    border-bottom: 2px solid #00A7AD; }
  .view-stories-landing-page .views-row .field-story-image {
    margin-bottom: -3rem; }
  .view-stories-landing-page .views-row img {
    width: 100%; }

.shared-stories-styling {
  background-color: #F6F6F6;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  .shared-stories-styling > .content {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .shared-stories-styling > .content::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 481px) and (max-width: 979px) {
      .shared-stories-styling > .content {
        padding: 0; } }
    @media (min-width: 980px) {
      .shared-stories-styling > .content {
        padding: 0; } }
  .shared-stories-styling .field-title {
    color: #003B4C;
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 2rem; }
  @media (max-width: 480px) {
    .shared-stories-styling .field-columns-view-all {
      margin-bottom: 2rem; } }
  @media (min-width: 980px) {
    .shared-stories-styling .field-columns-view-all {
      position: absolute;
      top: 1rem;
      right: 0;
      z-index: 1; } }
  .shared-stories-styling .field-columns-view-all a {
    display: inline-block;
    border-bottom: 3px solid #EFD900;
    color: #083343;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    padding-bottom: 0.5rem;
    padding-right: 1.375rem;
    position: relative;
    text-transform: uppercase; }
    .shared-stories-styling .field-columns-view-all a .ext {
      display: none; }
    .shared-stories-styling .field-columns-view-all a:after {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      bottom: 0.71875rem;
      color: #505050;
      content: "\f061";
      font-family: 'FontAwesome';
      font-size: 1.125rem;
      font-weight: 100;
      position: absolute;
      right: 0; }
    .shared-stories-styling .field-columns-view-all a:hover:after, .shared-stories-styling .field-columns-view-all a:active:after, .shared-stories-styling .field-columns-view-all a:focus:after {
      right: -0.125rem;
      color: #373737; }
  .shared-stories-styling .paragraphs-items-field-upstander-columns,
  .shared-stories-styling .paragraphs-items-field-event-columns {
    display: flex;
    flex-wrap: wrap; }
  .shared-stories-styling .field-event-columns,
  .shared-stories-styling .field-upstander-columns {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-bottom: 1rem;
    overflow: hidden;
    -webkit-transition: 0.3s margin-top;
    -moz-transition: 0.3s margin-top;
    transition: 0.3s margin-top; }
    @media (max-width: 480px) {
      .shared-stories-styling .field-event-columns,
      .shared-stories-styling .field-upstander-columns {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .shared-stories-styling .field-event-columns:last-child,
        .shared-stories-styling .field-upstander-columns:last-child {
          margin-right: 0; } }
    @media (min-width: 481px) and (max-width: 979px) {
      .shared-stories-styling .field-event-columns,
      .shared-stories-styling .field-upstander-columns {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .shared-stories-styling .field-event-columns:last-child,
        .shared-stories-styling .field-upstander-columns:last-child {
          margin-right: 0; }
        .shared-stories-styling .field-event-columns:nth-child(2n),
        .shared-stories-styling .field-upstander-columns:nth-child(2n) {
          margin-right: 0; }
        .shared-stories-styling .field-event-columns:nth-child(2n+1),
        .shared-stories-styling .field-upstander-columns:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 980px) {
      .shared-stories-styling .field-event-columns,
      .shared-stories-styling .field-upstander-columns {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-bottom: 0; }
        .shared-stories-styling .field-event-columns:last-child,
        .shared-stories-styling .field-upstander-columns:last-child {
          margin-right: 0; }
        .shared-stories-styling .field-event-columns:nth-child(3n),
        .shared-stories-styling .field-upstander-columns:nth-child(3n) {
          margin-right: 0; }
        .shared-stories-styling .field-event-columns:nth-child(3n+1),
        .shared-stories-styling .field-upstander-columns:nth-child(3n+1) {
          clear: left; } }
    .shared-stories-styling .field-event-columns img,
    .shared-stories-styling .field-upstander-columns img {
      margin-bottom: -3rem;
      width: 100%; }
    .shared-stories-styling .field-event-columns:hover,
    .shared-stories-styling .field-upstander-columns:hover {
      background-color: #FFFEF7;
      margin-top: -0.5rem;
      -webkit-transition: 0.3s margin-top;
      -moz-transition: 0.3s margin-top;
      transition: 0.3s margin-top; }
      .shared-stories-styling .field-event-columns:hover h3 a,
      .shared-stories-styling .field-upstander-columns:hover h3 a {
        text-decoration-color: #EFD900; }
      .shared-stories-styling .field-event-columns:hover .text,
      .shared-stories-styling .field-upstander-columns:hover .text {
        background-color: #FFFEF7; }
  .shared-stories-styling .field-story-type {
    color: #00A7AD; }
  .shared-stories-styling .text {
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 2rem;
    position: relative;
    width: 92%;
    z-index: 1; }
    .shared-stories-styling .text h4 {
      margin-bottom: 0;
      padding: 0 1rem; }
    .shared-stories-styling .text h3 {
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 2.625rem;
      margin-top: 0;
      margin-bottom: 0.5rem;
      padding: 0.5rem 1rem 0;
      text-decoration: underline;
      text-transform: uppercase; }
      .shared-stories-styling .text h3 a {
        color: #003B4C; }
    .shared-stories-styling .text p, .shared-stories-styling .text p strong {
      font-family: "adelle", "Georgia", "Times New Roman", serif;
      color: #000;
      font-size: 1.25rem;
      font-weight: normal;
      line-height: 1.75rem;
      padding: 1rem; }
  .shared-stories-styling .student {
    padding-left: 1rem;
    padding-right: 1rem; }
    .shared-stories-styling .student .field-story-author-photo,
    .shared-stories-styling .student .field-student-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .shared-stories-styling .student .field-story-author-photo:last-child,
      .shared-stories-styling .student .field-student-image:last-child {
        margin-right: 0; }
      .shared-stories-styling .student .field-story-author-photo img,
      .shared-stories-styling .student .field-student-image img {
        border-radius: 50%;
        height: 4.375rem;
        width: 4.375rem; }
    .shared-stories-styling .student .student-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 70.14568%;
      margin-left: 4.2649%; }
      .shared-stories-styling .student .student-info:last-child {
        margin-right: 0; }
    .shared-stories-styling .student .student-info h4 {
      color: #003B4C;
      font-size: 1.125rem;
      margin: 0;
      padding: 0; }
    .shared-stories-styling .student .student-info span {
      color: #003B4C;
      display: block;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 0.9375rem; }
    .shared-stories-styling .student .student-info span.location {
      font-size: 0.75rem; }

.paragraphs-item-upstander-three-columns.stories {
  background: url("../img/upstander-stories-bg.png") center center no-repeat;
  background-size: cover; }
  .paragraphs-item-upstander-three-columns.stories .field-title {
    color: #fff; }
  .paragraphs-item-upstander-three-columns.stories .field-event-columns:hover,
  .paragraphs-item-upstander-three-columns.stories .field-upstander-columns:hover {
    background-color: #E3F7FA; }
    .paragraphs-item-upstander-three-columns.stories .field-event-columns:hover h3 a,
    .paragraphs-item-upstander-three-columns.stories .field-upstander-columns:hover h3 a {
      text-decoration-color: #00A7AD; }
    .paragraphs-item-upstander-three-columns.stories .field-event-columns:hover .text,
    .paragraphs-item-upstander-three-columns.stories .field-upstander-columns:hover .text {
      background-color: #E3F7FA; }
  .paragraphs-item-upstander-three-columns.stories .field-columns-view-all a {
    background-image: none;
    border-bottom: 3px solid #00A7AD;
    color: #fff;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    padding-bottom: 0.5rem;
    padding-right: 1.375rem;
    position: relative;
    text-transform: uppercase; }
    .paragraphs-item-upstander-three-columns.stories .field-columns-view-all a .ext {
      display: none; }
    .paragraphs-item-upstander-three-columns.stories .field-columns-view-all a:after {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      bottom: 0.71875rem;
      color: #fff;
      content: "\f061";
      font-family: 'FontAwesome';
      font-size: 1.125rem;
      font-weight: 100;
      position: absolute;
      right: 0; }
    .paragraphs-item-upstander-three-columns.stories .field-columns-view-all a:hover:after, .paragraphs-item-upstander-three-columns.stories .field-columns-view-all a:active:after, .paragraphs-item-upstander-three-columns.stories .field-columns-view-all a:focus:after {
      right: -0.125rem;
      color: #e6e6e6; }

.view-stories-landing-page {
  background-color: #003B4C; }
  .view-stories-landing-page .view-mode-story-landing-card .text p,
  .view-stories-landing-page .view-mode-story-landing-card .text p strong {
    font-style: italic; }

.paragraphs-item-event-three-columns .text h3 {
  text-decoration: none; }
.paragraphs-item-event-three-columns .text > a {
  border-bottom: 3px solid #1a9da5;
  color: #083343;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  padding-bottom: 0.5rem;
  padding-right: 1.375rem;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 0.2rem; }
  .paragraphs-item-event-three-columns .text > a .ext {
    display: none; }
  .paragraphs-item-event-three-columns .text > a:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 0.71875rem;
    color: #505050;
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 1.125rem;
    font-weight: 100;
    position: absolute;
    right: 0; }
  .paragraphs-item-event-three-columns .text > a:hover:after, .paragraphs-item-event-three-columns .text > a:active:after, .paragraphs-item-event-three-columns .text > a:focus:after {
    right: -0.125rem;
    color: #373737; }
  .paragraphs-item-event-three-columns .text > a:after {
    bottom: 0.1rem; }

.paragraphs-item-essay-columns {
  background-color: #F6F6F6;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  .paragraphs-item-essay-columns > .content {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .paragraphs-item-essay-columns > .content::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 481px) and (max-width: 979px) {
      .paragraphs-item-essay-columns > .content {
        padding: 0; } }
    @media (min-width: 980px) {
      .paragraphs-item-essay-columns > .content {
        padding: 0; } }
  .paragraphs-item-essay-columns .field-title,
  .paragraphs-item-essay-columns .field-intro {
    color: #073342;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    margin-bottom: 2rem;
    text-align: center; }
  .paragraphs-item-essay-columns .field-title {
    font-size: 1.875rem;
    font-weight: 700; }
  .paragraphs-item-essay-columns .field-intro {
    font-size: 1.375rem;
    line-height: 2rem; }
    .paragraphs-item-essay-columns .field-intro strong {
      font-size: 1rem; }
  .paragraphs-item-essay-columns .paragraphs-items-field-essay-columns {
    display: flex;
    flex-wrap: wrap; }
  .paragraphs-item-essay-columns .field-essay-columns {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.4375rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-bottom: 1rem;
    overflow: hidden;
    -webkit-transition: 0.3s margin-top;
    -moz-transition: 0.3s margin-top;
    transition: 0.3s margin-top; }
    @media (max-width: 480px) {
      .paragraphs-item-essay-columns .field-essay-columns {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .paragraphs-item-essay-columns .field-essay-columns:last-child {
          margin-right: 0; } }
    @media (min-width: 481px) and (max-width: 979px) {
      .paragraphs-item-essay-columns .field-essay-columns {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .paragraphs-item-essay-columns .field-essay-columns:last-child {
          margin-right: 0; }
        .paragraphs-item-essay-columns .field-essay-columns:nth-child(2n) {
          margin-right: 0; }
        .paragraphs-item-essay-columns .field-essay-columns:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 980px) {
      .paragraphs-item-essay-columns .field-essay-columns {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .paragraphs-item-essay-columns .field-essay-columns:last-child {
          margin-right: 0; }
        .paragraphs-item-essay-columns .field-essay-columns:nth-child(3n) {
          margin-right: 0; }
        .paragraphs-item-essay-columns .field-essay-columns:nth-child(3n+1) {
          clear: left; } }
    .paragraphs-item-essay-columns .field-essay-columns img {
      margin-bottom: -3rem;
      width: 100%; }
    .paragraphs-item-essay-columns .field-essay-columns:hover {
      background-color: #FFFEF7;
      margin-top: -0.5rem;
      -webkit-transition: 0.3s margin-top;
      -moz-transition: 0.3s margin-top;
      transition: 0.3s margin-top; }
      .paragraphs-item-essay-columns .field-essay-columns:hover .text {
        background-color: #FFFEF7; }
  .paragraphs-item-essay-columns .text {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: 92%;
    z-index: 1; }
    .paragraphs-item-essay-columns .text .award-winner,
    .paragraphs-item-essay-columns .text .scholarship-winner {
      background: url("../img/star.svg") no-repeat left center;
      color: #9B9B9B;
      font-size: 0.875rem;
      font-weight: 700;
      padding: 1rem 0 0.75rem 2rem;
      text-transform: uppercase; }
    .paragraphs-item-essay-columns .text .field-short-title,
    .paragraphs-item-essay-columns .text .field-short-title a {
      color: #383838;
      font-size: 1.75rem;
      font-weight: 700;
      letter-spacing: 0.8px;
      line-height: 2.6875rem;
      text-decoration-color: #D5C200;
      text-decoration-line: underline;
      text-transform: uppercase; }
    .paragraphs-item-essay-columns .text .field-short-description {
      font-size: 1.25rem;
      font-style: italic;
      line-height: 1.875rem;
      margin: 1rem 0; }
  .paragraphs-item-essay-columns .student-card {
    overflow: hidden;
    padding: 0 0 2rem; }
    .paragraphs-item-essay-columns .student-card .field-student-image {
      display: inline-block;
      margin-right: 5%;
      vertical-align: top; }
      .paragraphs-item-essay-columns .student-card .field-student-image img {
        border-radius: 50%;
        height: 4.375rem;
        width: 4.375rem; }
    .paragraphs-item-essay-columns .student-card .student-info {
      display: inline-block; }
    .paragraphs-item-essay-columns .student-card .student-info .field-student-name {
      color: #003B4C;
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      margin: 0;
      padding: 0; }
    .paragraphs-item-essay-columns .student-card .student-info .field-student-school,
    .paragraphs-item-essay-columns .student-card .student-info .field-student-location {
      color: #003B4C;
      display: block;
      font-family: "adelle-sans", "Helvetica", sans-serif; }
    .paragraphs-item-essay-columns .student-card .student-info .field-student-school {
      font-size: 0.9375rem; }
    .paragraphs-item-essay-columns .student-card .student-info .field-student-location {
      font-size: 0.75rem; }

.node-type-basic-paragraphs-page .paragraphs-items-field-two-column-items .field-two-column-items {
  background-color: #F6F6F6; }
  .node-type-basic-paragraphs-page .paragraphs-items-field-two-column-items .field-two-column-items .content {
    padding-top: 2rem; }
  .node-type-basic-paragraphs-page .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-rich-text-wysiwyg .content .field-text h2 {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0; }
  .node-type-basic-paragraphs-page .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-rich-text-wysiwyg .content .field-text table,
  .node-type-basic-paragraphs-page .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-rich-text-wysiwyg .content .field-text tbody,
  .node-type-basic-paragraphs-page .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-rich-text-wysiwyg .content .field-text td {
    border: none; }
  .node-type-basic-paragraphs-page .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-rich-text-wysiwyg .content .field-text table {
    width: 100% !important; }
  .node-type-basic-paragraphs-page .paragraphs-items-field-two-column-items .field-two-column-items .paragraphs-item-rich-text-wysiwyg .content .field-text table td {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.125rem;
    padding-bottom: 0;
    padding-left: 0; }

.node-type-story .page__title {
  display: none; }
.node-type-story .story-author {
  padding-top: 2rem; }
  @media (min-width: 980px) {
    .node-type-story .story-author {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 27.49666%; }
      .node-type-story .story-author:last-child {
        margin-right: 0; } }
.node-type-story .story-content-wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media (min-width: 980px) {
    .node-type-story .story-content-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 70.14568%;
      margin-right: 0;
      margin-top: -2rem;
      padding: 1rem 2rem; }
      .node-type-story .story-content-wrapper:last-child {
        margin-right: 0; } }
.node-type-story .field-story-type {
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-weight: bold;
  font-size: 1.1875rem;
  color: #00A7AD;
  position: absolute;
  top: 2rem; }
.node-type-story .title {
  margin-top: 3rem; }
.node-type-story .title h2 a {
  color: #003B4C;
  font-size: 2.625rem;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-weight: bold; }
.node-type-story .author_title {
  color: #9B9B9B;
  font-family: "adelle", "Georgia", "Times New Roman", serif;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 1rem; }
.node-type-story .field-story-author-photo img {
  border-radius: 50%; }
.node-type-story .field-story-author-name {
  color: #003B4C;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: bold; }
.node-type-story .field-story-author-location,
.node-type-story .field-story-author-school {
  color: #003B4C;
  display: inline;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.875rem; }
.node-type-story .scholarship_winner {
  background: url("../img/star.svg") no-repeat left top;
  color: #9B9B9B;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0.75rem 0 0.75rem 2rem;
  text-transform: uppercase; }
.node-type-story .student_essay_info {
  color: #9B9B9B;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 1rem; }
@media (max-width: 480px) {
  .node-type-story .microsite-hero {
    margin-bottom: 1rem; } }

.view-Content-Bookmarks .view-footer > h2 {
  clear: left; }

#block-block-20 {
  color: #003B4C;
  margin-bottom: 3rem; }

.view-odlc-content .view-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .view-odlc-content .view-header:last-child {
    margin-right: 0; }
  .view-odlc-content .view-header .filter-title {
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 1.1875rem;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .view-odlc-content .view-header .block-facetapi .content {
    display: block; }
    @media (max-width: 480px) {
      .view-odlc-content .view-header .block-facetapi .content {
        display: none; } }
    @media (min-width: 481px) and (max-width: 979px) {
      .view-odlc-content .view-header .block-facetapi .content {
        display: none; } }
  @media (max-width: 480px) {
    .view-odlc-content .view-header {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .view-odlc-content .view-header:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .view-odlc-content .view-header {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .view-odlc-content .view-header:last-child {
        margin-right: 0; } }
.view-odlc-content .attachment-before {
  color: #003B4C;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 1.5rem; }
  .view-odlc-content .attachment-before #block-current-search-standard {
    margin-top: 0.8125rem; }
    .view-odlc-content .attachment-before #block-current-search-standard .current-search-item ul li,
    .view-odlc-content .attachment-before #block-current-search-standard .current-search-item ul li a,
    .view-odlc-content .attachment-before #block-current-search-standard h2 {
      font-size: 0.875rem; }
.view-odlc-content .view-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .view-odlc-content .view-content:last-child {
    margin-right: 0; }
  @media (max-width: 480px) {
    .view-odlc-content .view-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .view-odlc-content .view-content:last-child {
        margin-right: 0; } }
  @media (min-width: 481px) and (max-width: 979px) {
    .view-odlc-content .view-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .view-odlc-content .view-content:last-child {
        margin-right: 0; } }
  .view-odlc-content .view-content .views-row {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .view-odlc-content .view-content .views-row:last-child {
      margin-right: 0; }
    .view-odlc-content .view-content .views-row:nth-child(3n) {
      margin-right: 0; }
    .view-odlc-content .view-content .views-row:nth-child(3n+1) {
      clear: left; }
    @media (min-width: 481px) and (max-width: 670px) {
      .view-odlc-content .view-content .views-row {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .view-odlc-content .view-content .views-row:last-child {
          margin-right: 0; }
        .view-odlc-content .view-content .views-row:nth-child(3n) {
          margin-right: 2.35765%; }
        .view-odlc-content .view-content .views-row:nth-child(3n+1) {
          clear: none; }
        .view-odlc-content .view-content .views-row:nth-child(2n) {
          margin-right: 0; }
        .view-odlc-content .view-content .views-row:nth-child(2n+1) {
          clear: left; } }
    @media (max-width: 480px) {
      .view-odlc-content .view-content .views-row {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .view-odlc-content .view-content .views-row:last-child {
          margin-right: 0; } }
.view-odlc-content .block-facetapi {
  margin-bottom: 1rem; }
  .view-odlc-content .block-facetapi h2 {
    background-color: #E5E5E5;
    color: #003B4C;
    cursor: pointer;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem;
    padding: 1rem;
    margin: 0;
    text-transform: uppercase; }
    .view-odlc-content .block-facetapi h2::before {
      transform: rotate(0deg);
      transition: transform 500ms ease;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #003B4C;
      content: "";
      font-size: 1.125rem;
      margin-left: 0.2rem;
      margin-right: 0.5rem;
      vertical-align: bottom; }
    .view-odlc-content .block-facetapi h2.closed::before {
      transform: rotate(-90deg);
      transition: transform 500ms ease; }
  .view-odlc-content .block-facetapi .content {
    background-color: #E5E5E5;
    padding: 0 1rem 0.5rem; }
    .view-odlc-content .block-facetapi .content .item-list {
      border-top: solid 2px #003B4C;
      padding-top: 0.5rem; }
  .view-odlc-content .block-facetapi .facetapi-facetapi-checkbox-links {
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-size: 0.875rem;
    font-weight: bold; }
    .view-odlc-content .block-facetapi .facetapi-facetapi-checkbox-links a {
      font-family: "adelle-sans", "Helvetica", sans-serif;
      font-weight: bold;
      color: #003B4C; }
    .view-odlc-content .block-facetapi .facetapi-facetapi-checkbox-links li {
      line-height: 2; }
    .view-odlc-content .block-facetapi .facetapi-facetapi-checkbox-links input[type="checkbox"] {
      position: relative;
      top: -0.25rem;
      margin: 0 0.5rem 0 0;
      cursor: pointer; }
      .view-odlc-content .block-facetapi .facetapi-facetapi-checkbox-links input[type="checkbox"]:before {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0);
        content: "";
        position: absolute;
        left: 0.15rem;
        top: 0.25rem;
        z-index: 1;
        width: 0.75rem;
        height: 0.375rem;
        border: 2px solid #003B4C;
        border-top-style: none;
        border-right-style: none; }
      .view-odlc-content .block-facetapi .facetapi-facetapi-checkbox-links input[type="checkbox"]::after {
        content: "";
        position: absolute;
        left: 0;
        width: 1rem;
        height: 1rem;
        background: #E5E5E5;
        border: 2px solid #003B4C;
        cursor: pointer; }
      .view-odlc-content .block-facetapi .facetapi-facetapi-checkbox-links input[type="checkbox"]:checked:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1); }
      .view-odlc-content .block-facetapi .facetapi-facetapi-checkbox-links input[type="checkbox"]:checked:after {
        background-color: #99D0DB; }

.facet-filters {
  margin-bottom: 1rem;
  background: rgba(0, 59, 76, 0.82);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 100; }
  .facet-filters .block-facetapi {
    display: inline-block;
    position: relative; }
  .facet-filters h2 {
    color: #fff;
    cursor: pointer;
    font-size: 0.8125rem;
    padding: 0.5rem 2rem;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .facet-filters h2 {
        font-weight: normal;
        padding: 0.5rem; } }
    .facet-filters h2::after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-left: 0.2rem; }

ul.facetapi-facetapi-links {
  margin-bottom: 0; }

.page-taxonomy ul.facetapi-facetapi-checkbox-links,
.page-resource-library ul.facetapi-facetapi-checkbox-links {
  background: #003B4C;
  display: block;
  display: none;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.875rem;
  left: 0;
  max-height: 20.4375rem;
  overflow-y: scroll;
  padding: 1rem;
  position: absolute;
  width: 15rem; }
  .page-taxonomy ul.facetapi-facetapi-checkbox-links li,
  .page-resource-library ul.facetapi-facetapi-checkbox-links li {
    color: #fff; }
  .page-taxonomy ul.facetapi-facetapi-checkbox-links li a,
  .page-resource-library ul.facetapi-facetapi-checkbox-links li a {
    color: #fff;
    line-height: 2rem; }
  .page-taxonomy ul.facetapi-facetapi-checkbox-links input[type=checkbox],
  .page-resource-library ul.facetapi-facetapi-checkbox-links input[type=checkbox] {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer; }
    .page-taxonomy ul.facetapi-facetapi-checkbox-links input[type=checkbox]:before,
    .page-resource-library ul.facetapi-facetapi-checkbox-links input[type=checkbox]:before {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0);
      content: "";
      position: absolute;
      left: 0.1875rem;
      top: 0.125rem;
      z-index: 1;
      width: 0.75rem;
      height: 0.375rem;
      border: 2px solid #00A7AD;
      border-top-style: none;
      border-right-style: none; }
    .page-taxonomy ul.facetapi-facetapi-checkbox-links input[type=checkbox]:checked:before,
    .page-resource-library ul.facetapi-facetapi-checkbox-links input[type=checkbox]:checked:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
    .page-taxonomy ul.facetapi-facetapi-checkbox-links input[type=checkbox]:after,
    .page-resource-library ul.facetapi-facetapi-checkbox-links input[type=checkbox]:after {
      content: "";
      position: absolute;
      top: -0.125rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      background: #fff;
      border: 1px solid #B2A6A0;
      cursor: pointer; }

.block-current-search .content,
.block-current-search .item-list,
.block-current-search .current-search-item,
.block-current-search .current-search-item ul,
.block-current-search .current-search-item ul li,
.block-current-search .current-search-group {
  display: inline; }
.block-current-search .current-search-group h4 {
  display: none; }
.block-current-search .current-search-item ul li,
.block-current-search .current-search-item ul li a,
.block-current-search h2 {
  display: inline;
  color: #B2A6A0;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase; }
.block-current-search h2 {
  color: #003B4C;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0.5rem; }
.block-current-search .current-search-group .item-list li {
  margin-left: 1.5rem;
  margin-right: 0.5rem; }

.hhb-filter a.facetapi-checkbox {
  padding: 0; }
.hhb-filter label {
  display: inline;
  color: #B2A6A0;
  font-size: 0.8125rem;
  font-weight: normal; }

#fh-common-search-tabbed-form::after {
  clear: both;
  content: "";
  display: table; }
#fh-common-search-tabbed-form .form-type-textfield {
  float: left;
  margin: 0;
  width: 93.33333%; }
  @media (min-width: 481px) and (max-width: 979px) {
    #fh-common-search-tabbed-form .form-type-textfield {
      width: 90%; } }
  @media (max-width: 480px) {
    #fh-common-search-tabbed-form .form-type-textfield {
      width: 85%; } }
#fh-common-search-tabbed-form .form-type-textfield input[type=text] {
  background: #ECECEC;
  display: block;
  font-size: 1rem;
  height: 3.75rem;
  margin-top: 0;
  width: 100%; }
  #fh-common-search-tabbed-form .form-type-textfield input[type=text]::-webkit-input-placeholder {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-style: italic;
    color: #9B9B9B;
    line-height: 1.5rem; }
  #fh-common-search-tabbed-form .form-type-textfield input[type=text]::-moz-placeholder {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-style: italic;
    color: #9B9B9B;
    line-height: 1.5rem; }
  #fh-common-search-tabbed-form .form-type-textfield input[type=text]:-moz-placeholder {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-style: italic;
    color: #9B9B9B;
    line-height: 1.5rem; }
  #fh-common-search-tabbed-form .form-type-textfield input[type=text]:-ms-input-placeholder {
    font-family: "adelle-sans", "Helvetica", sans-serif;
    font-style: italic;
    color: #9B9B9B;
    line-height: 1.5rem; }
#fh-common-search-tabbed-form .form-submit {
  background: #D5C200 url("../img/search-icon-white.png") center center no-repeat;
  color: #D5C200;
  display: block;
  float: left;
  height: 3.75rem;
  line-height: 1.875rem;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 6.666666666667%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
  @media (min-width: 481px) and (max-width: 979px) {
    #fh-common-search-tabbed-form .form-submit {
      width: 10%; } }
  @media (max-width: 480px) {
    #fh-common-search-tabbed-form .form-submit {
      width: 15%; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #fh-common-search-tabbed-form .form-submit {
      /* Retina-specific stuff here */
      background: #D5C200 url("../img/search-icon-white@2x.png") center center no-repeat;
      background-size: 1.375rem 1.375rem; } }

.result-count {
  color: #003B4C;
  float: left;
  font-family: "adelle-sans", "Helvetica", sans-serif;
  font-size: 1.1875rem;
  font-weight: bold; }

.view-search .view-filters {
  margin-top: 4rem; }

.view-search .view-filters form {
  clear: both;
  display: inline; }
  .view-search .view-filters form .views-exposed-form .views-exposed-widget {
    display: block;
    float: right;
    padding: 0; }
  .view-search .view-filters form .form-item-sort-by {
    text-align: right; }
  .view-search .view-filters form .form-item-sort-by label,
  .view-search .view-filters form .form-item-sort-by select {
    display: inline; }
  .view-search .view-filters form .form-item-sort-by label {
    color: #B2A6A0;
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "adelle-sans", "Helvetica", sans-serif; }
  .view-search .view-filters form .form-item-sort-by select {
    background: #ECECEC url("../img/caret-blue-icon.png") 96.2% center no-repeat;
    border: none;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-align: left; }

.view-search .view-empty {
  padding: 2rem; }

#block-fh-common-fh-search-tabbed {
  margin-bottom: 0rem; }

#block-facetapi-ry5uesuu3lysyen1byb8fabghbjxdnu3 {
  margin-top: 2rem; }

.facetapi-facet-fh-search-api-search-type {
  background: #ECECEC;
  display: block;
  height: 3.75rem; }
  @media (max-width: 480px) {
    .facetapi-facet-fh-search-api-search-type {
      height: initial;
      padding: 0.4rem 0 !important; } }
  .facetapi-facet-fh-search-api-search-type li {
    display: inline; }
    @media (max-width: 480px) {
      .facetapi-facet-fh-search-api-search-type li {
        display: list-item; } }
  .facetapi-facet-fh-search-api-search-type li a {
    color: #003B4C;
    font-family: "adelle-sans", "Helvetica", sans-serif;
    padding: 1.2rem 2rem;
    line-height: 60px; }
    @media (max-width: 480px) {
      .facetapi-facet-fh-search-api-search-type li a {
        display: block;
        font-size: 0.875rem;
        line-height: initial;
        padding: 0.5rem; } }

.facetapi-facet-fh-search-api-search-type .facetapi-active {
  background: rgba(0, 59, 76, 0.82);
  border-top: 0.1875rem solid #00A7AD;
  color: #fff; }

/*# sourceMappingURL=facingfuture.css.map */
