@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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, .cp-cap-hero-wrapper .cp-cap-hero-title {
  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 {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden, .menu-name-main-menu .content .menu .menu,
.menu-name-main-menu .content .menu .menu .menu {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .menu-name-main-menu .content .menu .focusable.menu:active,
.visuallyhidden.focusable:focus,
.menu-name-main-menu .content .menu .focusable.menu:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

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

  p,
  h2,
  .block-title,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .block-title,
  h3 {
    page-break-after: avoid;
  }
}
/**
 *
 * This method returns the content wrapped in the requested media query. It also checks to see if
 * the no-query variable has been defined. If the variable exists the content is output and wrapped
 * in a class as defined by the variable.
 *
 * The $no-query defined class is to wrap content in when there are no media queries available for
 * the current browser. This is typically provided by a javascript plugin like modernizr.
 *
 * $bp: The breakpoint in pixels
 *
 * $no-ie: To override this breakpoint and not use it in browsers that don't support media queries
 * pass true as the second argument.
 *
 */
.tabs:before, .pager:before, .form-item:before, .webform-component--file .fieldset-wrapper:before,
.webform-component--files .fieldset-wrapper:before, button:before,
html input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before, fieldset.fifty-fifty .fieldset-wrapper:before, .clearfix:before, .gallery:before, .gallery .gallery-item:before, .header:before, .menu-name-main-menu .content .menu .leaf:before,
.menu-name-main-menu .content .menu .expanded:before, .request-proposal-wrapper:before, .footer:before, .footer-content:before, .footer-bottom:before, .footer-images-wrapper:before, .footer-quote:before, .footer-columns:before, .footer-social-media:before, .footer-social-media .menu:before, .ability-one-wrapper:before, .main:before, .view-affiliates .view-content:before, .view-affiliates .views-row:before, .view-leadership:before, .view-leadership .views-row:before, .view-leadership .views-row .views-field-title a:before,
.view-leadership .views-row .views-field-title span:before, .team-member-info:before, .team-member-video:before, .board-members-block .views-row .views-field-title:before, .section-one-content .large-block:before, .section-three-content:before, .section-three-content .wide-block.text .block-content:before, .about-hero:before,
.about-section-1:before,
.about-section-2:before,
.about-section-3:before,
.about-section-4:before,
.about-section-5:before, .brand-box .logo-file-downloads:before, .cp-card-item:before, .cp-card-side-content:before,
.cp-card-wide-content:before, .cp-cap-hero-wrapper .cp-cap-hero-content:before, .cp-icon-item-section-content:before, .view-glossary-page .views-row:before, .page-node-96 .form-checkboxes:before,
.request-a-proposal-form .form-checkboxes:before, .page-node-96 .form-checkboxes .form-type-checkbox:before,
.request-a-proposal-form .form-checkboxes .form-type-checkbox:before, .view-blog .views-row:before,
.view-stories .views-row:before, .office-listing-item:before, .page-speakers-bureau .view-leadership .speaker-title:before, .block-system .view-reports:before, .block-system .view-reports .views-row:before, .conf-info-blocks:before, .conf-welcome-content:before, .conf-questions-wrapper:before, .conf-sponsors-wrapper:before, .field-name-field-conf-related-maps:before, .session-info-top:before, .session-voucher-rec-wrapper:before, .session-info-presentations:before, .session-speakers-wrapper:before,
.session-moderators-wrapper:before, .session-moderator-speaker-wrapper:before, .node-type-landing-page .lp-right-column:before, .page-node-5575 .lp-related-section-wrapper:before,
.node-type-landing-page .lp-related-section-wrapper:before,
.page-node-5636 .lp-related-section-wrapper:before, .page-node-5575 .lp-related-items-wrapper:before,
.node-type-landing-page .lp-related-items-wrapper:before,
.page-node-5636 .lp-related-items-wrapper:before, .view-bd-thank-you-related .view-content:before, .infg-header:before, .infg-timeline .timeline-wrapper .infg-timeline-item-wrapper:before, .infg-timeline .timeline-wrapper .infg-timeline-item-text-wrapper:before, .infg-gallery .infg-slider-wrapper:before, .infg-stats-people-section:before,
.infg-stats-money-section:before, .annual-report .row:before, .annual-report .ar-footer .wrapper:before, .media-announcement-content-wrapper:before, .media-announcement-image:before, .view-events .views-row:before, .announcement-wrapper .announcement-content:before, .awards-page .award:before, .awards-page .winners:before, .tabs:after, .pager:after, .form-item:after, .webform-component--file .fieldset-wrapper:after,
.webform-component--files .fieldset-wrapper:after, button:after,
html input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after, fieldset.fifty-fifty .fieldset-wrapper:after, .clearfix:after, .gallery:after, .gallery .gallery-item:after, .header:after, .menu-name-main-menu .content .menu .leaf:after,
.menu-name-main-menu .content .menu .expanded:after, .request-proposal-wrapper:after, .footer:after, .footer-content:after, .footer-bottom:after, .footer-images-wrapper:after, .footer-quote:after, .footer-columns:after, .footer-social-media:after, .footer-social-media .menu:after, .ability-one-wrapper:after, .main:after, .view-affiliates .view-content:after, .view-affiliates .views-row:after, .view-leadership:after, .view-leadership .views-row:after, .view-leadership .views-row .views-field-title a:after,
.view-leadership .views-row .views-field-title span:after, .team-member-info:after, .team-member-video:after, .board-members-block .views-row .views-field-title:after, .section-one-content .large-block:after, .section-three-content:after, .section-three-content .wide-block.text .block-content:after, .about-hero:after,
.about-section-1:after,
.about-section-2:after,
.about-section-3:after,
.about-section-4:after,
.about-section-5:after, .brand-box .logo-file-downloads:after, .cp-card-item:after, .cp-card-side-content:after,
.cp-card-wide-content:after, .cp-cap-hero-wrapper .cp-cap-hero-content:after, .cp-icon-item-section-content:after, .view-glossary-page .views-row:after, .page-node-96 .form-checkboxes:after,
.request-a-proposal-form .form-checkboxes:after, .page-node-96 .form-checkboxes .form-type-checkbox:after,
.request-a-proposal-form .form-checkboxes .form-type-checkbox:after, .view-blog .views-row:after,
.view-stories .views-row:after, .office-listing-item:after, .page-speakers-bureau .view-leadership .speaker-title:after, .block-system .view-reports:after, .block-system .view-reports .views-row:after, .conf-info-blocks:after, .conf-welcome-content:after, .conf-questions-wrapper:after, .conf-sponsors-wrapper:after, .field-name-field-conf-related-maps:after, .session-info-top:after, .session-voucher-rec-wrapper:after, .session-info-presentations:after, .session-speakers-wrapper:after,
.session-moderators-wrapper:after, .session-moderator-speaker-wrapper:after, .node-type-landing-page .lp-right-column:after, .page-node-5575 .lp-related-section-wrapper:after,
.node-type-landing-page .lp-related-section-wrapper:after,
.page-node-5636 .lp-related-section-wrapper:after, .page-node-5575 .lp-related-items-wrapper:after,
.node-type-landing-page .lp-related-items-wrapper:after,
.page-node-5636 .lp-related-items-wrapper:after, .view-bd-thank-you-related .view-content:after, .infg-header:after, .infg-timeline .timeline-wrapper .infg-timeline-item-wrapper:after, .infg-timeline .timeline-wrapper .infg-timeline-item-text-wrapper:after, .infg-gallery .infg-slider-wrapper:after, .infg-stats-people-section:after,
.infg-stats-money-section:after, .annual-report .row:after, .annual-report .ar-footer .wrapper:after, .media-announcement-content-wrapper:after, .media-announcement-image:after, .view-events .views-row:after, .announcement-wrapper .announcement-content:after, .awards-page .award:after, .awards-page .winners:after {
  content: "";
  display: table;
}
.tabs:after, .pager:after, .form-item:after, .webform-component--file .fieldset-wrapper:after,
.webform-component--files .fieldset-wrapper:after, button:after,
html input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after, fieldset.fifty-fifty .fieldset-wrapper:after, .clearfix:after, .gallery:after, .gallery .gallery-item:after, .header:after, .menu-name-main-menu .content .menu .leaf:after,
.menu-name-main-menu .content .menu .expanded:after, .request-proposal-wrapper:after, .footer:after, .footer-content:after, .footer-bottom:after, .footer-images-wrapper:after, .footer-quote:after, .footer-columns:after, .footer-social-media:after, .footer-social-media .menu:after, .ability-one-wrapper:after, .main:after, .view-affiliates .view-content:after, .view-affiliates .views-row:after, .view-leadership:after, .view-leadership .views-row:after, .view-leadership .views-row .views-field-title a:after,
.view-leadership .views-row .views-field-title span:after, .team-member-info:after, .team-member-video:after, .board-members-block .views-row .views-field-title:after, .section-one-content .large-block:after, .section-three-content:after, .section-three-content .wide-block.text .block-content:after, .about-hero:after,
.about-section-1:after,
.about-section-2:after,
.about-section-3:after,
.about-section-4:after,
.about-section-5:after, .brand-box .logo-file-downloads:after, .cp-card-item:after, .cp-card-side-content:after,
.cp-card-wide-content:after, .cp-cap-hero-wrapper .cp-cap-hero-content:after, .cp-icon-item-section-content:after, .view-glossary-page .views-row:after, .page-node-96 .form-checkboxes:after,
.request-a-proposal-form .form-checkboxes:after, .page-node-96 .form-checkboxes .form-type-checkbox:after,
.request-a-proposal-form .form-checkboxes .form-type-checkbox:after, .view-blog .views-row:after,
.view-stories .views-row:after, .office-listing-item:after, .page-speakers-bureau .view-leadership .speaker-title:after, .block-system .view-reports:after, .block-system .view-reports .views-row:after, .conf-info-blocks:after, .conf-welcome-content:after, .conf-questions-wrapper:after, .conf-sponsors-wrapper:after, .field-name-field-conf-related-maps:after, .session-info-top:after, .session-voucher-rec-wrapper:after, .session-info-presentations:after, .session-speakers-wrapper:after,
.session-moderators-wrapper:after, .session-moderator-speaker-wrapper:after, .node-type-landing-page .lp-right-column:after, .page-node-5575 .lp-related-section-wrapper:after,
.node-type-landing-page .lp-related-section-wrapper:after,
.page-node-5636 .lp-related-section-wrapper:after, .page-node-5575 .lp-related-items-wrapper:after,
.node-type-landing-page .lp-related-items-wrapper:after,
.page-node-5636 .lp-related-items-wrapper:after, .view-bd-thank-you-related .view-content:after, .infg-header:after, .infg-timeline .timeline-wrapper .infg-timeline-item-wrapper:after, .infg-timeline .timeline-wrapper .infg-timeline-item-text-wrapper:after, .infg-gallery .infg-slider-wrapper:after, .infg-stats-people-section:after,
.infg-stats-money-section:after, .annual-report .row:after, .annual-report .ar-footer .wrapper:after, .media-announcement-content-wrapper:after, .media-announcement-image:after, .view-events .views-row:after, .announcement-wrapper .announcement-content:after, .awards-page .award:after, .awards-page .winners:after {
  clear: both;
}

.skip-link, .visuallyhidden, .menu-name-main-menu .content .menu .menu,
.menu-name-main-menu .content .menu .menu .menu, .offscreen, .footer-social-media .facebook-link span,
.footer-social-media .twitter-link span,
.footer-social-media .youtube-link span,
.footer-social-media .linkedin-link span, .sitemap-menu .block-wrapper .content .menu-name-main-menu .menu .menu-home {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.menu-name-main-menu .content .menu .leaf.menu-home, .menu-name-main-menu .content .menu.menu-open .leaf,
.menu-name-main-menu .content .menu.menu-open .expanded, .menu-name-main-menu .content .menu .menu.drop-down-active, .menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}

.skip-link:focus, .accordion .accordion-header a, .data-formatted-list .data-item .data-item-wrapper .data-item-label, .cp-icon-item-title, .view-glossary-page .attachment .view-header a, .view-glossary-page .attachment .item-list .views-summary .active, .view-products-services ul li .views-field-view-node a, .procurement-list .procurement-list-involved-label, .infg-timeline .timeline-wrapper .infg-timeline-item-date, .view-events .event-location,
.view-events .event-citystate {
  font-weight: 700;
}

h3, .view-news .item-list .date-display-single, .small-block-column-one .block-content,
.small-block-column-two .block-content, .node-conference-page .page-subtitle, .view-conference-schedule .page-subtitle, .session-info-tracks, .session-location, .view-events .event-date, h6, .accordion .accordion-header a, .about-hero-subtitle, .cp-hero-wrapper .cp-hero-descripton, .conf-date-label, .search-results .search-publication-date, .cp-card-side-title,
.cp-card-wide-title, .cp-quote-wide-content {
  font-style: italic;
}

body, .tall-block.right .block-content, .small-block-column-one .small-block.with-title .block-content,
.small-block-column-two .small-block.with-title .block-content, .section-three-content .letter-block .block-content, .about-hero-text, .about-section-text, .cp-hero-wrapper .cp-hero-title, .conference-interior .conference-header-title, .session-standard-time, .infg-page-title-text, button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .request-proposal-link, .red-button, a.button, .cp-card-side-link,
.cp-card-wide-link, .view-blog .story-card-link,
.view-stories .story-card-link, .view-events .event-link a, .blue-button, form .description, .required-note, h1, .cp-cap-hero-wrapper .cp-cap-hero-title, h2, .block-title, .footer-right-wrapper .menu-title, .footer-copyright, blockquote, .hero-title, .section-one-content .large-block .block-title, .section-one-content .large-block .block-content, .section-one-content .small-block .block-title, .tall-block .block-title, .tall-block .block-content, .section-three-content .letter-block .block-title, .section-three-content .wide-block.text .block-title, .section-three-content .wide-block.text .block-content, .about-hero-title, .about-hero-graphic-title, .about-section-title, .brand-hero-title, .brand-box, .brand-box .content, .conference-header-title, .conference-header-description, .conference-header-registration-link .red-button, .conference-header-registration-link a.button, .conference-interior .conference-header-location,
.conference-interior .conference-header-date, .conf-welcome-content, .conf-questions-title, .conf-sponsors-title, .click-text, .node-conference-page .page-title, .view-conference-schedule .page-title, .view-conference-schedule .view-content h3, .session-breakout-wrapper, .session-info-moderators-title,
.session-info-speakers-title, .procurement-list h3, .node-type-landing-page .lp-subtitle, .page-node-5575 .lp-related-section-wrapper .block-title,
.page-node-5575 .lp-related-section-title,
.node-type-landing-page .lp-related-section-wrapper .block-title,
.node-type-landing-page .lp-related-section-title,
.page-node-5636 .lp-related-section-wrapper .block-title,
.page-node-5636 .lp-related-section-title, .infg-section-title, .infg-timeline .timeline-wrapper .slider-item .container h3.infg-timeline-item-title, .infg-gallery-title h2, .infg-gallery-title .block-title, .infg-gallery-description, .infg-stat-value, .infg-stat-description, .infg-chart-type,
.infg-chart-value, form label, form .error-message, h5, .view-news .item-list .views-field-title a, .view-leadership .views-row .views-field-field-team-position, .tall-block.right .block-title, .small-block-column-one .small-block.with-title .block-title,
.small-block-column-two .small-block.with-title .block-title, .brand-hero .brand-hero-scroll-prompt .scroll-prompt-text, .brand-box .title, #download-form .form-title, #download-form input[type=submit], #download-form .messages.error ul li, .webform-confirmation h2, .webform-confirmation .block-title, .webform-confirmation h3, .cp-cards-title, .view-blog .story-card-title,
.view-stories .story-card-title, .view-events .event-title, .node-type-landing-page .field-name-field-lp-form .block-wrapper .block-title, .node-type-landing-page .field-name-field-lp-form .block-wrapper label, .page-node-5575 .lp-icons-section-title,
.node-type-landing-page .lp-icons-section-title, .page-node-5575 .lp-icon-item-title,
.node-type-landing-page .lp-icon-item-title, h4, .view-conference-menu .leaf,
.annual-conference-menu .leaf, .session-standard-title, .infg-letter-subtitle,
.infg-letter-sign-off, .infg-chart-type-heading, .infg-chart-total-title,
.infg-chart-total-value, .news-media-menu-wrapper .leaf a,
.news-media-menu-wrapper .expanded a, h3, .view-news .item-list .date-display-single, .small-block-column-one .block-content,
.small-block-column-two .block-content, .node-conference-page .page-subtitle, .view-conference-schedule .page-subtitle, .session-info-tracks, .session-location, .view-events .event-date, h6, .accordion .accordion-header a, .about-hero-subtitle, .cp-hero-wrapper .cp-hero-descripton, .conf-date-label, .smalltext, .xsmalltext {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

body, .tall-block.right .block-content, .small-block-column-one .small-block.with-title .block-content,
.small-block-column-two .small-block.with-title .block-content, .section-three-content .letter-block .block-content, .about-hero-text, .about-section-text, .cp-hero-wrapper .cp-hero-title, .conference-interior .conference-header-title, .session-standard-time, .infg-page-title-text {
  font-weight: 400;
  font-style: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .request-proposal-link, .red-button, a.button, .cp-card-side-link,
.cp-card-wide-link, .view-blog .story-card-link,
.view-stories .story-card-link, .view-events .event-link a, .blue-button, form .description, .required-note, h1, .cp-cap-hero-wrapper .cp-cap-hero-title, h2, .block-title, .footer-right-wrapper .menu-title, .footer-copyright, blockquote, .hero-title, .section-one-content .large-block .block-title, .section-one-content .large-block .block-content, .section-one-content .small-block .block-title, .tall-block .block-title, .tall-block .block-content, .section-three-content .letter-block .block-title, .section-three-content .wide-block.text .block-title, .section-three-content .wide-block.text .block-content, .about-hero-title, .about-hero-graphic-title, .about-section-title, .brand-hero-title, .brand-box, .brand-box .content, .conference-header-title, .conference-header-description, .conference-header-registration-link .red-button, .conference-header-registration-link a.button, .conference-interior .conference-header-location,
.conference-interior .conference-header-date, .conf-welcome-content, .conf-questions-title, .conf-sponsors-title, .click-text, .node-conference-page .page-title, .view-conference-schedule .page-title, .view-conference-schedule .view-content h3, .session-breakout-wrapper, .session-info-moderators-title,
.session-info-speakers-title, .procurement-list h3, .node-type-landing-page .lp-subtitle, .page-node-5575 .lp-related-section-wrapper .block-title,
.page-node-5575 .lp-related-section-title,
.node-type-landing-page .lp-related-section-wrapper .block-title,
.node-type-landing-page .lp-related-section-title,
.page-node-5636 .lp-related-section-wrapper .block-title,
.page-node-5636 .lp-related-section-title, .infg-section-title, .infg-timeline .timeline-wrapper .slider-item .container h3.infg-timeline-item-title, .infg-gallery-title h2, .infg-gallery-title .block-title, .infg-gallery-description, .infg-stat-value, .infg-stat-description, .infg-chart-type,
.infg-chart-value {
  font-weight: 300;
  font-style: normal;
}

form label, form .error-message, h5, .view-news .item-list .views-field-title a, .view-leadership .views-row .views-field-field-team-position, .tall-block.right .block-title, .small-block-column-one .small-block.with-title .block-title,
.small-block-column-two .small-block.with-title .block-title, .brand-hero .brand-hero-scroll-prompt .scroll-prompt-text, .brand-box .title, #download-form .form-title, #download-form input[type=submit], #download-form .messages.error ul li, .webform-confirmation h2, .webform-confirmation .block-title, .webform-confirmation h3, .cp-cards-title, .view-blog .story-card-title,
.view-stories .story-card-title, .view-events .event-title, .node-type-landing-page .field-name-field-lp-form .block-wrapper .block-title, .node-type-landing-page .field-name-field-lp-form .block-wrapper label, .page-node-5575 .lp-icons-section-title,
.node-type-landing-page .lp-icons-section-title, .page-node-5575 .lp-icon-item-title,
.node-type-landing-page .lp-icon-item-title {
  font-weight: 700;
  font-style: normal;
}

h4, .view-conference-menu .leaf,
.annual-conference-menu .leaf, .session-standard-title, .infg-letter-subtitle,
.infg-letter-sign-off, .infg-chart-type-heading, .infg-chart-total-title,
.infg-chart-total-value, .news-media-menu-wrapper .leaf a,
.news-media-menu-wrapper .expanded a {
  font-weight: 600;
  font-style: normal;
}

h3, .view-news .item-list .date-display-single, .small-block-column-one .block-content,
.small-block-column-two .block-content, .node-conference-page .page-subtitle, .view-conference-schedule .page-subtitle, .session-info-tracks, .session-location, .view-events .event-date {
  font-weight: 300;
}

h6, .accordion .accordion-header a, .about-hero-subtitle, .cp-hero-wrapper .cp-hero-descripton, .conf-date-label {
  font-weight: 800;
}

.lp-facebook-link:before, .menu-name-menu-share-buttons .post-to-facebook:before,
.menu-name-menu-share-buttons #post-to-fb:before,
.block-re-socialtools .post-to-facebook:before,
.block-re-socialtools #post-to-fb:before, .lp-twitter-link:before, .menu-name-menu-share-buttons .post-to-twitter:before,
.menu-name-menu-share-buttons #post-to-twitter:before,
.block-re-socialtools .post-to-twitter:before,
.block-re-socialtools #post-to-twitter:before, .page-speakers-bureau .view-leadership .speaker-photo-wrapper.video-overlay a:before, .view-video-gallery ul .views-row .field-name-field-video .field-item a:before, .lp-linkedin-link:before, blockquote p:before, .custom-icon.wheelchair-icon:before, .custom-icon.pregnancy-icon:before, .custom-icon.hand-icon:before, .custom-icon.walkingstick-icon:before, .custom-icon.glasses-icon:before, .custom-icon.crutches-icon:before, .custom-icon.head-icon:before, .custom-icon.hearing-icon:before, .custom-icon.leg-icon:before, .menu-name-main-menu .content .mobile-menu-home-link:after, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:hover:after, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:focus:after, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:after, .menu-name-main-menu .content .menu.menu-open .menu-home .mobile-menu-home-link:after, #download-form #close:after, .infg-header-nav .infg-menu.open .infg-mobile-menu-toggle:after, .announcement-wrapper .announcement-close:before, .c-featured-takeover__close:before, .menu-name-main-menu .content .touch-button:before, .up-arrow-link:before,
.down-arrow-link:before, .down-arrow a:after, .design-challenge-menu .menu .leaf a.design-challenge-home:before,
.design-challenge-menu .menu .expanded a.design-challenge-home:before, .design-challenge-menu .menu.dc-menu-open .menu .leaf .design-challenge-home:hover:before, .design-challenge-menu .menu.dc-menu-open .menu .leaf .design-challenge-home:focus:before,
.design-challenge-menu .menu.dc-menu-open .menu .expanded .design-challenge-home:hover:before,
.design-challenge-menu .menu.dc-menu-open .menu .expanded .design-challenge-home:focus:before, .up-arrow a:after, .design-challenge-menu .menu .leaf a.design-challenge-home:hover:before, .design-challenge-menu .menu .leaf a.design-challenge-home:focus:before,
.design-challenge-menu .menu .expanded a.design-challenge-home:hover:before,
.design-challenge-menu .menu .expanded a.design-challenge-home:focus:before, .design-challenge-menu .menu.dc-menu-open .menu .leaf .design-challenge-home:before,
.design-challenge-menu .menu.dc-menu-open .menu .expanded .design-challenge-home:before, .accordion .accordion-header a:before, .session-standard-time:before, .accordion .accordion-header.is-expanded a:before, .session-information-header.info-toggle .session-standard-time:before, .solutions-icon.community:before, .solutions-icon.enterprise:before, .solutions-icon.government:before, .solutions-icon.partners:before, .infg-timeline .timeline-wrapper .vco-slider .nav-next .icon:before, .infg-gallery .infg-next:before, .infg-timeline .timeline-wrapper .vco-slider .nav-previous .icon:before, .infg-gallery .infg-prev:before, .custom-icon.cost-effective-icon:before, .custom-icon.success-icon:before, .custom-icon.cost-streamline-icon:before, .session-info-presentation.item-1:before, .session-info-presentation:before, .session-info-recommendation:before, .session-info-voucher:before {
  font-family: "sourceamerica-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.lp-facebook-link:before, .menu-name-menu-share-buttons .post-to-facebook:before,
.menu-name-menu-share-buttons #post-to-fb:before,
.block-re-socialtools .post-to-facebook:before,
.block-re-socialtools #post-to-fb:before {
  content: "\e60e";
}

.lp-twitter-link:before, .menu-name-menu-share-buttons .post-to-twitter:before,
.menu-name-menu-share-buttons #post-to-twitter:before,
.block-re-socialtools .post-to-twitter:before,
.block-re-socialtools #post-to-twitter:before {
  content: "\e60d";
}

.page-speakers-bureau .view-leadership .speaker-photo-wrapper.video-overlay a:before, .view-video-gallery ul .views-row .field-name-field-video .field-item a:before {
  content: "\e60c";
}

.lp-linkedin-link:before {
  content: "\e60b";
}

blockquote p:before {
  content: "\e60a";
}

.custom-icon.wheelchair-icon:before {
  content: "\e608";
}

.custom-icon.pregnancy-icon:before {
  content: "\e607";
}

.custom-icon.hand-icon:before {
  content: "\e606";
}

.custom-icon.walkingstick-icon:before {
  content: "\e605";
}

.custom-icon.glasses-icon:before {
  content: "\e604";
}

.custom-icon.crutches-icon:before {
  content: "\e603";
}

.custom-icon.head-icon:before {
  content: "\e602";
}

.custom-icon.hearing-icon:before {
  content: "\e601";
}

.custom-icon.leg-icon:before {
  content: "\e600";
}

.menu-name-main-menu .content .mobile-menu-home-link:after, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:hover:after, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:focus:after, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:after {
  content: "\f0c9";
}

.menu-name-main-menu .content .menu.menu-open .menu-home .mobile-menu-home-link:after, #download-form #close:after, .infg-header-nav .infg-menu.open .infg-mobile-menu-toggle:after, .announcement-wrapper .announcement-close:before, .c-featured-takeover__close:before {
  content: "\f00d";
}

.menu-name-main-menu .content .touch-button:before, .up-arrow-link:before,
.down-arrow-link:before, .down-arrow a:after, .design-challenge-menu .menu .leaf a.design-challenge-home:before,
.design-challenge-menu .menu .expanded a.design-challenge-home:before, .design-challenge-menu .menu.dc-menu-open .menu .leaf .design-challenge-home:hover:before, .design-challenge-menu .menu.dc-menu-open .menu .leaf .design-challenge-home:focus:before,
.design-challenge-menu .menu.dc-menu-open .menu .expanded .design-challenge-home:hover:before,
.design-challenge-menu .menu.dc-menu-open .menu .expanded .design-challenge-home:focus:before {
  content: "\e900";
}

.up-arrow-link:before, .up-arrow a:after, .design-challenge-menu .menu .leaf a.design-challenge-home:hover:before, .design-challenge-menu .menu .leaf a.design-challenge-home:focus:before,
.design-challenge-menu .menu .expanded a.design-challenge-home:hover:before,
.design-challenge-menu .menu .expanded a.design-challenge-home:focus:before, .design-challenge-menu .menu.dc-menu-open .menu .leaf .design-challenge-home:before,
.design-challenge-menu .menu.dc-menu-open .menu .expanded .design-challenge-home:before {
  content: "\e901";
}

.accordion .accordion-header a:before, .session-standard-time:before {
  content: "\f067";
}

.accordion .accordion-header.is-expanded a:before, .session-information-header.info-toggle .session-standard-time:before {
  content: "\f068";
}

.solutions-icon.community:before {
  content: "\e902";
}

.solutions-icon.enterprise:before {
  content: "\e903";
}

.solutions-icon.government:before {
  content: "\e904";
}

.solutions-icon.partners:before {
  content: "\e905";
}

.infg-timeline .timeline-wrapper .vco-slider .nav-next .icon:before, .infg-gallery .infg-next:before {
  content: "\e906";
}

.infg-timeline .timeline-wrapper .vco-slider .nav-previous .icon:before, .infg-gallery .infg-prev:before {
  content: "\e90d";
}

.custom-icon.cost-effective-icon:before {
  content: "\e907";
}

.custom-icon.success-icon:before {
  content: "\e908";
}

.custom-icon.cost-streamline-icon:before {
  content: "\e909";
}

.session-info-presentation.item-1:before, .session-info-presentation:before {
  content: "\e90a";
}

.session-info-recommendation:before {
  content: "\e90b";
}

.session-info-voucher:before {
  content: "\e90c";
}

a.button {
  border: none;
}
a.button:hover, a.button:focus {
  border: none;
  background-image: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .request-proposal-link, .red-button, a.button, .cp-card-side-link,
.cp-card-wide-link, .view-blog .story-card-link,
.view-stories .story-card-link, .view-events .event-link a, .blue-button {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  border-radius: 0.3em;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
  padding: 0.6em 1.5em;
  background-image: none;
  background: none;
  color: #FFFFFF;
  text-shadow: none;
  text-align: center;
  text-decoration: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .request-proposal-link:hover, .red-button:hover, a.button:hover, .cp-card-side-link:hover,
.cp-card-wide-link:hover, .view-blog .story-card-link:hover,
.view-stories .story-card-link:hover, .view-events .event-link a:hover, .blue-button:hover, button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus, .request-proposal-link:focus, .red-button:focus, a.button:focus, .cp-card-side-link:focus,
.cp-card-wide-link:focus, .view-blog .story-card-link:focus,
.view-stories .story-card-link:focus, .view-events .event-link a:focus, .blue-button:focus {
  transition: all 0.3s ease;
  box-shadow: none;
  color: #F4F4F4;
  text-decoration: underline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"], .request-proposal-link, .red-button, a.button, .cp-card-side-link,
.cp-card-wide-link, .view-blog .story-card-link,
.view-stories .story-card-link, .view-events .event-link a {
  background-color: #C32E4C;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .request-proposal-link:hover, .red-button:hover, a.button:hover, .cp-card-side-link:hover,
.cp-card-wide-link:hover, .view-blog .story-card-link:hover,
.view-stories .story-card-link:hover, .view-events .event-link a:hover, button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus, .request-proposal-link:focus, .red-button:focus, a.button:focus, .cp-card-side-link:focus,
.cp-card-wide-link:focus, .view-blog .story-card-link:focus,
.view-stories .story-card-link:focus, .view-events .event-link a:focus {
  transition: all 0.3s ease;
  background-color: #C32E4C;
}

.blue-button {
  background-color: #7B9CB1;
}
.blue-button:hover, .blue-button:focus {
  transition: all 0.3s ease;
  background-color: #3D5265;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"], #download-form input[type=submit] {
  border: none;
  border-radius: 0.3em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, #download-form input[type=submit]:hover, button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus, #download-form input[type=submit]:focus {
  transition: all 0.3s ease;
  background: none;
  background-color: #C32E4C;
}

.page-speakers-bureau .view-leadership .speaker-photo-wrapper.video-overlay, .view-video-gallery ul .views-row .field-name-field-video .field-item {
  position: relative;
  z-index: 99;
  text-align: center;
}
.page-speakers-bureau .view-leadership .speaker-photo-wrapper.video-overlay a:before, .view-video-gallery ul .views-row .field-name-field-video .field-item a:before {
  font-size: 50px;
  font-size: 3.125rem;
  position: absolute;
  z-index: 99;
  display: inline-block;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}

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

#admin-menu {
  z-index: 9999;
  line-height: 1.4;
}
#admin-menu a {
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.element-invisible {
  width: 0;
}

.tabs {
  padding: 0;
  border-bottom: solid 2px #7B9CB1;
  margin-bottom: 1em;
  border-bottom: 1px solid;
}
.tabs li {
  float: left;
  margin: 0 2px 0 0;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
  padding-left: 0;
}
.tabs li a {
  display: block;
  padding: 0.5em 1em;
  background-color: #7B9CB1;
  color: #FFFFFF;
  text-decoration: none;
}
.tabs li a:hover, .tabs li a:focus {
  background-color: #3D5265;
}

.logged-in #edit-node {
  position: absolute;
  top: 0;
}
.logged-in #edit-node a {
  cursor: pointer;
  background: #000000;
  color: #FFFFFF;
  padding: 3px 8px;
}
.logged-in .views-row {
  position: relative;
}

.pager {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  clear: both;
  padding: 0.5em 0;
  border-top: 1px solid #C7D9E7;
  border-bottom: 1px solid #C7D9E7;
  margin: 2em auto;
  text-align: center;
  width: 100%;
}
.pager .pager-item,
.pager .pager-previous,
.pager .pager-current,
.pager .pager-first,
.pager .pager-next,
.pager .pager-last,
.pager .pager-ellipsis {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  margin: 0 1em;
}
.pager .pager-item a,
.pager .pager-previous a,
.pager .pager-current a,
.pager .pager-first a,
.pager .pager-next a,
.pager .pager-last a,
.pager .pager-ellipsis a {
  text-decoration: none;
}
.pager .pager-item a:hover, .pager .pager-item a:focus,
.pager .pager-previous a:hover,
.pager .pager-previous a:focus,
.pager .pager-current a:hover,
.pager .pager-current a:focus,
.pager .pager-first a:hover,
.pager .pager-first a:focus,
.pager .pager-next a:hover,
.pager .pager-next a:focus,
.pager .pager-last a:hover,
.pager .pager-last a:focus,
.pager .pager-ellipsis a:hover,
.pager .pager-ellipsis a:focus {
  text-decoration: underline;
}

fieldset {
  padding: 1em;
  margin: 1em 0;
}
fieldset legend {
  padding: 0;
}

form label {
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: middle;
  width: 100%;
  line-height: 1.4;
  color: #000000;
}
@media (min-width: 48.0625em) {
  form label {
    width: 25%;
  }
}
.no-mediaqueries form label {
  width: 25%;
}
form .full-width-label label {
  width: auto;
}
form .form-type-checkbox {
  margin: 0 0 20px;
}
form .form-type-checkbox input[type="checkbox"] {
  display: inline;
  margin: 0 10px 0 0;
}
form .form-type-checkbox label {
  display: inline;
}
form .form-actions {
  text-align: center;
}

.form-item {
  clear: both;
}

form .description {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 1em 2em 26%;
}

form .error-message {
  font-size: 14px;
  font-size: 0.875rem;
  color: #C32E4C;
  margin: 0 1em 2em 26%;
}

.required-note {
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}

.form-required,
form .required {
  color: #C32E4C;
}

.form-item-submitted-release-form-yes label {
  width: 85%;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  font-size: 18px;
  font-size: 1.125rem;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 1em;
  height: 74px;
  margin-bottom: 1em;
  color: #000000;
  background-color: #FFFFFF;
}
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  box-shadow: none;
  border: 1px solid #000000;
}
textarea.error,
select.error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="email"].error,
input[type="month"].error,
input[type="number"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="time"].error,
input[type="url"].error,
input[type="week"].error {
  border: 1px solid #C32E4C;
}
@media (min-width: 48.0625em) {
  textarea,
  select,
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"] {
    width: 74%;
  }
}
.no-mediaqueries textarea, .no-mediaqueries
select, .no-mediaqueries
input[type="date"], .no-mediaqueries
input[type="datetime"], .no-mediaqueries
input[type="datetime-local"], .no-mediaqueries
input[type="email"], .no-mediaqueries
input[type="month"], .no-mediaqueries
input[type="number"], .no-mediaqueries
input[type="password"], .no-mediaqueries
input[type="search"], .no-mediaqueries
input[type="tel"], .no-mediaqueries
input[type="text"], .no-mediaqueries
input[type="time"], .no-mediaqueries
input[type="url"], .no-mediaqueries
input[type="week"] {
  width: 74%;
}

.webform-client-form .form-textarea-wrapper {
  font-size: 18px;
  font-size: 1.125rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 74px;
  margin-bottom: 1em;
  color: #000000;
  background-color: #FFFFFF;
  padding: 0;
}
.webform-client-form .form-textarea-wrapper:focus {
  box-shadow: none;
}
.webform-client-form .form-textarea-wrapper.error {
  border: 1px solid #C32E4C;
}

#admin-menu .dropdown .admin-menu-search {
  height: auto;
}

select {
  height: auto;
}

.webform-component-textarea label {
  vertical-align: top;
}
.webform-component-textarea textarea {
  resize: none;
}

.webform-component-file .description,
.webform-component-textarea .description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0.5em 1em 2em 0;
}

.form-managed-file .form-submit {
  display: block;
  margin: 0.5em 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 1em 1em;
}

.webform-component-radios label {
  width: auto;
}
.webform-component-radios .option {
  width: 75%;
}
@media (min-width: 48.0625em) {
  .webform-component-radios .option {
    width: 90%;
  }
}
.no-mediaqueries .webform-component-radios .option {
  width: 90%;
}
.webform-component-radios.options-inline .form-item {
  clear: none;
  display: inline-block;
}
.webform-component-radios.options-inline .option {
  width: auto;
}

@media (min-width: 48.0625em) {
  .webform-component--file .fieldset-wrapper > div,
  .webform-component--files .fieldset-wrapper > div {
    width: 33.3333%;
    float: left;
  }
}
.no-mediaqueries .webform-component--file .fieldset-wrapper > div, .no-mediaqueries
.webform-component--files .fieldset-wrapper > div {
  width: 33.3333%;
  float: left;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin-bottom: 1em;
}
button:hover, button:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: none;
  background-color: #C32E4C;
}

fieldset.fifty-fifty {
  margin: 0;
  padding: 0;
}
fieldset.fifty-fifty select {
  padding: 23px 25px 24px;
  width: 100%;
}
fieldset.fifty-fifty input[type="text"] {
  width: 100%;
}
@media (min-width: 48.0625em) {
  fieldset.fifty-fifty .form-item {
    clear: none;
    float: right;
    width: 45%;
  }
  fieldset.fifty-fifty .form-item:first-child {
    float: left;
  }
}
.no-mediaqueries fieldset.fifty-fifty .form-item {
  clear: none;
  float: right;
  width: 45%;
}
.no-mediaqueries fieldset.fifty-fifty .form-item:first-child {
  float: left;
}

fieldset.js-epipeline-user-two-fieldset {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}
img[style*="float:left"] {
  margin-right: 1em;
  margin-bottom: 1em;
}
img[style*="float:right"] {
  margin-left: 1em;
  margin-bottom: 1em;
}

.skip-link {
  color: #FFFFFF;
  background-color: #C32E4C;
}
.skip-link:focus {
  clip: auto;
  overflow: visible;
  position: static;
  display: block;
  padding-top: .5em;
  padding-bottom: .5em;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.movie-wrapper {
  position: relative;
  padding-bottom: 25%;
  margin-bottom: 2em;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.movie-wrapper iframe,
.movie-wrapper object,
.movie-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "sourceamerica-icons";
  src: url("../fonts/sourceamerica-icons.eot");
  src: url("../fonts/sourceamerica-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/sourceamerica-icons.woff") format("woff"), url("../fonts/sourceamerica-icons.ttf") format("truetype"), url("../fonts/sourceamerica-icons.svg#sourceamerica-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
  line-height: 1.4;
}

body {
  color: #333333;
  background-color: #C32E4C;
}

a {
  color: #C32E4C;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
a:focus {
  outline: dotted 2px #C7D9E7;
}

h1, .cp-cap-hero-wrapper .cp-cap-hero-title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #C32E4C;
}
@media (min-width: 48.0625em) {
  h1, .cp-cap-hero-wrapper .cp-cap-hero-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.no-mediaqueries h1, .no-mediaqueries .cp-cap-hero-wrapper .cp-cap-hero-title, .cp-cap-hero-wrapper .no-mediaqueries .cp-cap-hero-title {
  font-size: 52px;
  font-size: 3.25rem;
}

h2, .block-title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #333333;
}
@media (min-width: 48.0625em) {
  h2, .block-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.no-mediaqueries h2, .no-mediaqueries .block-title {
  font-size: 36px;
  font-size: 2.25rem;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #333333;
}
@media (min-width: 48.0625em) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.no-mediaqueries h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #C32E4C;
}
@media (min-width: 48.0625em) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.no-mediaqueries h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
}
@media (min-width: 48.0625em) {
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.no-mediaqueries h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
}

.smalltext {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
}

.xsmalltext {
  font-size: 12px;
  font-size: 0.75rem;
  color: #C32E4C;
}

ul li {
  list-style-type: none;
  list-style-image: url("../images/bullet.png");
}
ul li ol li {
  list-style: decimal;
}

ol li {
  list-style: decimal;
}
ol li ul li {
  list-style-image: url("../images/bullet.png");
}

li {
  padding-left: 1em;
  line-height: 2;
  margin: 1em 0;
}

.accordion {
  padding: 1em 0;
}
.accordion .accordion-content {
  display: none;
  margin: 0;
}
.accordion .accordion-content.is-visible {
  margin-bottom: 1em;
}
.accordion .accordion-content .accordion-inner {
  padding: 0 0 0 18px;
}
.accordion .accordion-content .accordion-list {
  margin: 0;
  padding: 0;
}
.accordion .accordion-content .accordion-list .accordion-list-item {
  border-bottom: 1px solid #C7D9E7;
  list-style-type: none;
  list-style-image: none;
  text-indent: 2.75em;
  padding-left: 0;
}
.accordion .accordion-content .accordion-list .accordion-list-item.last {
  border: none;
}
.accordion .accordion-header a {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  width: 100%;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .accordion .accordion-header a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.no-mediaqueries .accordion .accordion-header a {
  font-size: 18px;
  font-size: 1.125rem;
}
.accordion .accordion-header a:before {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 0.5em;
  color: #FFFFFF;
  background-color: #C32E4C;
  padding: 0.15em;
}
.accordion .accordion-header a:hover, .accordion .accordion-header a:focus {
  text-decoration: none;
}
.accordion .accordion-header a:focus {
  outline: 1px dotted #000000;
}

.gallery {
  width: 100%;
  clear: both;
}
.gallery .gallery-list {
  width: 100%;
  padding: 0;
  margin: 0;
}
.gallery .gallery-item {
  float: left;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
  padding-left: 0;
  text-align: center;
}
.gallery .gallery-item.item-1,
.gallery .gallery-item.item-4,
.gallery .gallery-item.item-7 {
  width: 49%;
  margin: 0 0 1% 0;
}
@media (min-width: 48.0625em) {
  .gallery .gallery-item.item-1,
  .gallery .gallery-item.item-4,
  .gallery .gallery-item.item-7 {
    width: 32%;
    clear: left;
    margin: 0;
  }
}
.no-mediaqueries .gallery .gallery-item.item-1, .no-mediaqueries
.gallery .gallery-item.item-4, .no-mediaqueries
.gallery .gallery-item.item-7 {
  width: 32%;
  clear: left;
  margin: 0;
}
.gallery .gallery-item.item-2,
.gallery .gallery-item.item-5,
.gallery .gallery-item.item-8 {
  width: 49%;
  margin: 0 0 1% 0;
}
@media (min-width: 48.0625em) {
  .gallery .gallery-item.item-2,
  .gallery .gallery-item.item-5,
  .gallery .gallery-item.item-8 {
    margin: 0 1% 1% 1%;
    width: 32%;
  }
}
.no-mediaqueries .gallery .gallery-item.item-2, .no-mediaqueries
.gallery .gallery-item.item-5, .no-mediaqueries
.gallery .gallery-item.item-8 {
  margin: 0 1% 1% 1%;
  width: 32%;
}
.gallery .gallery-item.item-3,
.gallery .gallery-item.item-6,
.gallery .gallery-item.item-9 {
  width: 49%;
  margin: 0 0 1% 0;
}
@media (min-width: 48.0625em) {
  .gallery .gallery-item.item-3,
  .gallery .gallery-item.item-6,
  .gallery .gallery-item.item-9 {
    width: 32%;
    clear: right;
    margin: 0;
  }
}
.no-mediaqueries .gallery .gallery-item.item-3, .no-mediaqueries
.gallery .gallery-item.item-6, .no-mediaqueries
.gallery .gallery-item.item-9 {
  width: 32%;
  clear: right;
  margin: 0;
}

.custom-icon.hand-icon,
.custom-icon.crutches-icon,
.custom-icon.leg-icon,
.custom-icon.hearing-icon,
.custom-icon.glasses-icon,
.custom-icon.head-icon,
.custom-icon.wheelchair-icon,
.custom-icon.pregnancy-icon,
.custom-icon.walkingstick-icon,
.custom-icon.cost-effective-icon,
.custom-icon.success-icon,
.custom-icon.cost-streamline-icon {
  display: inline-block;
}
.custom-icon.hand-icon:before,
.custom-icon.crutches-icon:before,
.custom-icon.leg-icon:before,
.custom-icon.hearing-icon:before,
.custom-icon.glasses-icon:before,
.custom-icon.head-icon:before,
.custom-icon.wheelchair-icon:before,
.custom-icon.pregnancy-icon:before,
.custom-icon.walkingstick-icon:before,
.custom-icon.cost-effective-icon:before,
.custom-icon.success-icon:before,
.custom-icon.cost-streamline-icon:before {
  font-size: 56px;
  font-size: 3.5rem;
  display: inline-block;
  padding: 0.485em;
  color: #FFFFFF;
  background-color: #C32E4C;
}

.sa-table {
  border: 1px solid #333333;
}
.sa-table caption {
  padding: 1em;
}
.sa-table thead {
  color: #C7D9E7;
  background-color: #3D5265;
}
.sa-table thead th {
  padding: 0.5em 1em;
}
.sa-table td {
  padding: 0.5em;
  border: 1px solid #333333;
}

/*

<ul class="data-formatted-list">
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">School</li>
    <li class="data-item-value">$8,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">Team</li>
    <li class="data-item-value">$6,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">NPA</li>
    <li class="data-item-value">$1,000</li>
  </ul>
  </li>
  <li class="data-footer">A trip to Washington, DC*</li>
</ul>

<p><strong>Second Place</strong></p>

<ul class="data-formatted-list">
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">School</li>
    <li class="data-item-value">$8,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">Team</li>
    <li class="data-item-value">$5,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">NPA</li>
    <li class="data-item-value">$1,000</li>
  </ul>
  </li>
  <li class="data-footer">A trip to Washington, DC*</li>
</ul>

<p><strong>Third Place</strong></p>

<ul class="data-formatted-list">
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">School</li>
    <li class="data-item-value">$5,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">Team</li>
    <li class="data-item-value">$3,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">NPA</li>
    <li class="data-item-value">$1,000</li>
  </ul>
  </li>
  <li class="data-footer">A trip to Washington, DC*</li>
</ul>

<p><strong>Fourth Place</strong></p>

<ul class="data-formatted-list">
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">School</li>
    <li class="data-item-value">$2,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">Team</li>
    <li class="data-item-value">$2,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">NPA</li>
    <li class="data-item-value">$1,000</li>
  </ul>
  </li>
  <li class="data-footer">A trip to Washington, DC*</li>
</ul>

<p><strong>Fifth Place</strong></p>

<ul class="data-formatted-list">
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">School</li>
    <li class="data-item-value">$2,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">Team</li>
    <li class="data-item-value">$2,000</li>
  </ul>
  </li>
  <li class="data-item">
  <ul class="data-item-wrapper">
    <li class="data-item-label">NPA</li>
    <li class="data-item-value">$1,000</li>
  </ul>
  </li>
  <li class="data-footer">A trip to Washington, DC*</li>
</ul>

*/
/*

<p><strong>First Place</strong></p>

<ul class="data-formatted-list">
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">School</li><li class="data-item-value">$10,000</li></ul></li>
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">Team</li><li class="data-item-value">$10,000</li></ul></li>
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">NPA</li><li class="data-item-value">$5,000</li></ul></li>
  <li class="data-footer">A trip to Washington, DC*</li>
</ul>

<p><strong>Second Place</strong></p>

<ul class="data-formatted-list">
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">School</li><li class="data-item-value">$6,000</li></ul></li>
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">Team</li><li class="data-item-value">$6,000</li></ul></li>
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">NPA</li><li class="data-item-value">$4,000</li></ul></li>
  <li class="data-footer">A trip to Washington, DC*</li>
</ul>

<p><strong>Third Place</strong></p>

<ul class="data-formatted-list">
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">School<li class="data-item-value">$4,000</li></ul></li>
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">Team<li class="data-item-value">$4,000</li></ul></li>
  <li class="data-item"><ul class="data-item-wrapper"><li class="data-item-label">NPA<li class="data-item-value">$3,000</li></ul></li>
  <li class="data-footer">A trip to Washington, DC*</li>
</ul>

*/
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
  border-bottom: 5px solid #C32E4C;
  box-shadow: 0px 2.5px 2.5px 0px rgba(0, 0, 0, 0.25);
}
.header.header-position {
  position: static;
}
@media (min-width: 64em) {
  .header.header-position {
    position: fixed;
  }
}
.no-mediaqueries .header.header-position {
  position: fixed;
}

.header-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440pxpx;
}
.header-content:after {
  content: " ";
  display: block;
  clear: both;
}

h1.site-logo, .cp-cap-hero-wrapper .site-logo.cp-cap-hero-title {
  margin: 0;
}

.site-logo {
  font-size: 16px;
  font-size: 1rem;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.site-logo a {
  transition: all 0.3s ease;
  background: url(../images/sourceamerica.png);
  background: none, url(../images/sourceamerica.svg);
  transition: all 0.3s ease;
  position: relative;
  z-index: 150;
  margin: 1.125em 0 1.125em 1.9375em;
  display: block;
  width: 180px;
  height: 20px;
  background-size: 180px 20px;
  background-repeat: no-repeat;
}
@media (min-width: 31.25em) {
  .site-logo a {
    width: 237px;
    height: 26px;
    background-size: 237px 26px;
  }
}
.no-mediaqueries .site-logo a {
  width: 237px;
  height: 26px;
  background-size: 237px 26px;
}

.menu-name-main-menu .content {
  display: table;
  float: right;
}
.menu-name-main-menu .content .menu {
  max-height: 0;
  display: table-row;
  margin: 0;
  padding: 0;
  text-align: right;
}
.menu-name-main-menu .content .menu .leaf,
.menu-name-main-menu .content .menu .expanded {
  display: block;
  position: relative;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
  margin: 0;
  padding-left: 0;
  text-align: left;
  width: auto;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .leaf,
  .menu-name-main-menu .content .menu .expanded {
    display: table-cell;
    border-right: 1px solid #B4B4B4;
    padding-right: 50px;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded {
  display: table-cell;
  border-right: 1px solid #B4B4B4;
  padding-right: 50px;
}
.menu-name-main-menu .content .menu .leaf:hover, .menu-name-main-menu .content .menu .leaf:focus,
.menu-name-main-menu .content .menu .expanded:hover,
.menu-name-main-menu .content .menu .expanded:focus {
  color: #FFFFFF;
  background-color: #C32E4C;
}
.menu-name-main-menu .content .menu .leaf:hover .touch-button, .menu-name-main-menu .content .menu .leaf:focus .touch-button,
.menu-name-main-menu .content .menu .expanded:hover .touch-button,
.menu-name-main-menu .content .menu .expanded:focus .touch-button {
  background-color: #C32E4C;
}
.menu-name-main-menu .content .menu .leaf:hover .touch-button:before, .menu-name-main-menu .content .menu .leaf:focus .touch-button:before,
.menu-name-main-menu .content .menu .expanded:hover .touch-button:before,
.menu-name-main-menu .content .menu .expanded:focus .touch-button:before {
  color: #FFFFFF;
}
.menu-name-main-menu .content .menu .leaf:hover a, .menu-name-main-menu .content .menu .leaf:focus a,
.menu-name-main-menu .content .menu .expanded:hover a,
.menu-name-main-menu .content .menu .expanded:focus a {
  color: #FFFFFF;
}
.menu-name-main-menu .content .touch-button {
  cursor: pointer;
  text-align: center;
  position: absolute;
  width: 50px;
  right: 0;
  height: 62px;
  top: 0;
  float: right;
}
.menu-name-main-menu .content .touch-button:before {
  color: #505050;
  text-align: center;
  height: 1.4em;
  width: 50px;
}
.menu-name-main-menu .content a {
  display: inline-block;
  width: 100%;
  padding: 1.25em 1em;
  color: #000000;
  text-decoration: none;
}
.menu-name-main-menu .content a:hover, .menu-name-main-menu .content a:focus {
  color: #FFFFFF;
  background-color: #C32E4C;
}
.menu-name-main-menu .content .mobile-menu-home-link {
  padding: 1.25em 1em;
  margin: 0;
  width: 100%;
}
.menu-name-main-menu .content .mobile-menu-home-link:after {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
}

.menu-name-main-menu .content .menu .leaf,
.menu-name-main-menu .content .menu .expanded {
  display: none;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .leaf,
  .menu-name-main-menu .content .menu .expanded {
    display: table-cell;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded {
  display: table-cell;
}
.menu-name-main-menu .content .menu .leaf.menu-home,
.menu-name-main-menu .content .menu .expanded.menu-home {
  display: block;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .leaf.menu-home,
  .menu-name-main-menu .content .menu .expanded.menu-home {
    display: none;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf.menu-home, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded.menu-home {
  display: none;
}
.menu-name-main-menu .content .menu.menu-open .leaf,
.menu-name-main-menu .content .menu.menu-open .expanded {
  display: block;
}

.menu-name-main-menu .content .menu .expanded .menu .expanded a:focus + ul + span .touch-button {
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu .expanded .menu .expanded a:focus + ul + span .touch-button:before {
  content: "\e906";
}

.menu-name-main-menu .content .menu .expanded a:focus + ul + span .touch-button {
  background-color: #C32E4C;
}

.menu-name-main-menu .content .menu .expanded .menu > .leaf {
  padding-right: 0;
}

.menu-name-main-menu .content .menu .leaf .menu .leaf a:hover, .menu-name-main-menu .content .menu .leaf .menu .leaf a:focus,
.menu-name-main-menu .content .menu .leaf .menu .expanded a:hover,
.menu-name-main-menu .content .menu .leaf .menu .expanded a:focus,
.menu-name-main-menu .content .menu .expanded .menu .leaf a:hover,
.menu-name-main-menu .content .menu .expanded .menu .leaf a:focus,
.menu-name-main-menu .content .menu .expanded .menu .expanded a:hover,
.menu-name-main-menu .content .menu .expanded .menu .expanded a:focus {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu .leaf .menu .leaf .menu .leaf:hover, .menu-name-main-menu .content .menu .leaf .menu .leaf .menu .leaf:focus,
.menu-name-main-menu .content .menu .leaf .menu .leaf .menu .expanded:hover,
.menu-name-main-menu .content .menu .leaf .menu .leaf .menu .expanded:focus,
.menu-name-main-menu .content .menu .leaf .menu .expanded .menu .leaf:hover,
.menu-name-main-menu .content .menu .leaf .menu .expanded .menu .leaf:focus,
.menu-name-main-menu .content .menu .leaf .menu .expanded .menu .expanded:hover,
.menu-name-main-menu .content .menu .leaf .menu .expanded .menu .expanded:focus,
.menu-name-main-menu .content .menu .expanded .menu .leaf .menu .leaf:hover,
.menu-name-main-menu .content .menu .expanded .menu .leaf .menu .leaf:focus,
.menu-name-main-menu .content .menu .expanded .menu .leaf .menu .expanded:hover,
.menu-name-main-menu .content .menu .expanded .menu .leaf .menu .expanded:focus,
.menu-name-main-menu .content .menu .expanded .menu .expanded .menu .leaf:hover,
.menu-name-main-menu .content .menu .expanded .menu .expanded .menu .leaf:focus,
.menu-name-main-menu .content .menu .expanded .menu .expanded .menu .expanded:hover,
.menu-name-main-menu .content .menu .expanded .menu .expanded .menu .expanded:focus {
  color: #C32E4C;
  background-color: #FFFFFF;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .leaf:hover > .menu, .menu-name-main-menu .content .menu .leaf:focus > .menu,
  .menu-name-main-menu .content .menu .expanded:hover > .menu,
  .menu-name-main-menu .content .menu .expanded:focus > .menu {
    border: none;
    clip: inherit;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
    display: table-cell;
    border-bottom: 4px solid #C32E4C;
    max-height: 500em;
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded {
    border: none;
    position: relative;
    display: block;
    width: 100%;
    min-width: 20em;
    color: #000000;
    border-left: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    background-color: #DCDCDC;
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf.last,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded.last, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf.last,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded.last,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf.last,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded.last,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf.last,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded.last {
    border-bottom: none;
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf a,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded a, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf a,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded a,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf a,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded a,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf a,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded a {
    color: #000000;
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf .touch-button,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded .touch-button, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf .touch-button,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded .touch-button,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf .touch-button,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded .touch-button,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf .touch-button,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded .touch-button {
    color: #505050;
    background-color: #DCDCDC;
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf .touch-button:before,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded .touch-button:before, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf .touch-button:before,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded .touch-button:before {
    color: #505050;
    font-family: "sourceamerica-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    speak: none;
    content: "\e900";
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:hover, .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:focus,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:hover,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:focus, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:hover, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:focus,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:hover,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:focus,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:hover,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:focus,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:hover,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:focus,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:hover,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:focus,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:hover,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:focus {
    color: #C32E4C;
    background-color: #FFFFFF;
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:hover a, .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:focus a,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:hover a,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:focus a, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:hover a, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:focus a,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:hover a,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:focus a,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:hover a,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:focus a,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:hover a,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:focus a,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:hover a,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:focus a,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:hover a,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:focus a {
    color: #C32E4C;
    background-color: #FFFFFF;
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:hover .touch-button, .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:focus .touch-button,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:hover .touch-button,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:focus .touch-button, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:hover .touch-button, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:focus .touch-button,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:hover .touch-button,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:focus .touch-button,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:hover .touch-button,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:focus .touch-button,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:hover .touch-button,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:focus .touch-button,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:hover .touch-button,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:focus .touch-button,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:hover .touch-button,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:focus .touch-button {
    color: #505050;
    background-color: #FFFFFF;
  }
  .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:hover .touch-button:before, .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:focus .touch-button:before,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:hover .touch-button:before,
  .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:focus .touch-button:before, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:hover .touch-button:before, .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:focus .touch-button:before,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:hover .touch-button:before,
  .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:focus .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:hover .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:focus .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:hover .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:focus .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:hover .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:focus .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:hover .touch-button:before,
  .menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:focus .touch-button:before {
    color: #C32E4C;
    background-color: #FFFFFF;
    font-family: "sourceamerica-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    speak: none;
    content: "\e906";
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu {
  border: none;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left;
  display: table-cell;
  border-bottom: 4px solid #C32E4C;
  max-height: 500em;
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded {
  border: none;
  position: relative;
  display: block;
  width: 100%;
  min-width: 20em;
  color: #000000;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  background-color: #DCDCDC;
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf.last,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded.last, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf.last,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded.last, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf.last,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded.last, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf.last,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded.last {
  border-bottom: none;
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf a,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded a, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf a,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded a, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf a,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded a, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf a,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded a {
  color: #000000;
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf .touch-button,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded .touch-button, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf .touch-button,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded .touch-button, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf .touch-button,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded .touch-button, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf .touch-button,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded .touch-button {
  color: #505050;
  background-color: #DCDCDC;
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf .touch-button:before,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded .touch-button:before, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf .touch-button:before,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded .touch-button:before, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf .touch-button:before,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded .touch-button:before, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf .touch-button:before,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded .touch-button:before {
  color: #505050;
  font-family: "sourceamerica-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  speak: none;
  content: "\e900";
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:hover, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:focus,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:hover,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:focus, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:hover, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:focus,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:hover,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:focus, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:hover, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:focus,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:hover,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:focus, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:hover, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:focus,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:hover,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:focus {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:hover a, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:focus a,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:hover a,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:focus a, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:hover a, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:focus a,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:hover a,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:focus a, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:hover a, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:focus a,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:hover a,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:focus a, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:hover a, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:focus a,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:hover a,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:focus a {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:hover .touch-button, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:focus .touch-button,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:hover .touch-button,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:focus .touch-button, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:hover .touch-button, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:focus .touch-button,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:hover .touch-button,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:focus .touch-button, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:hover .touch-button, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:focus .touch-button,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:hover .touch-button,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:focus .touch-button, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:hover .touch-button, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:focus .touch-button,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:hover .touch-button,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:focus .touch-button {
  color: #505050;
  background-color: #FFFFFF;
}
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:hover .touch-button:before, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .leaf:focus .touch-button:before,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:hover .touch-button:before,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:hover > .menu .expanded:focus .touch-button:before, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:hover .touch-button:before, .no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .leaf:focus .touch-button:before,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:hover .touch-button:before,
.no-mediaqueries .menu-name-main-menu .content .menu .leaf:focus > .menu .expanded:focus .touch-button:before, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:hover .touch-button:before, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .leaf:focus .touch-button:before,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:hover .touch-button:before,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:hover > .menu .expanded:focus .touch-button:before, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:hover .touch-button:before, .no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .leaf:focus .touch-button:before,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:hover .touch-button:before,
.no-mediaqueries
.menu-name-main-menu .content .menu .expanded:focus > .menu .expanded:focus .touch-button:before {
  color: #C32E4C;
  background-color: #FFFFFF;
  font-family: "sourceamerica-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  speak: none;
  content: "\e906";
}

.menu-name-main-menu .content .menu .menu .expanded .menu {
  top: 0;
  left: 100%;
  border-bottom: 4px solid #C32E4C;
  width: 0;
  margin-top: -1px;
  max-height: 500em;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .menu .expanded .menu {
    width: 100%;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .menu .expanded .menu {
  width: 100%;
}
.menu-name-main-menu .content .menu .menu .expanded .menu > .leaf,
.menu-name-main-menu .content .menu .menu .expanded .menu > .expanded {
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu .menu .expanded .menu > .leaf.first,
.menu-name-main-menu .content .menu .menu .expanded .menu > .expanded.first {
  border-top: 1px solid #B4B4B4;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .menu .expanded .menu:hover > .menu .leaf,
  .menu-name-main-menu .content .menu .menu .expanded .menu:hover > .menu .expanded, .menu-name-main-menu .content .menu .menu .expanded .menu:focus > .menu .leaf,
  .menu-name-main-menu .content .menu .menu .expanded .menu:focus > .menu .expanded {
    border: 1px solid;
    position: relative;
    display: block;
    width: 100%;
    min-width: 20em;
    background-color: #999999;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .menu .expanded .menu:hover > .menu .leaf,
.no-mediaqueries .menu-name-main-menu .content .menu .menu .expanded .menu:hover > .menu .expanded, .no-mediaqueries .menu-name-main-menu .content .menu .menu .expanded .menu:focus > .menu .leaf,
.no-mediaqueries .menu-name-main-menu .content .menu .menu .expanded .menu:focus > .menu .expanded {
  border: 1px solid;
  position: relative;
  display: block;
  width: 100%;
  min-width: 20em;
  background-color: #999999;
}

@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .menu-resources .menu .expanded,
  .menu-name-main-menu .content .menu .last .menu .expanded .menu {
    right: 100%;
    left: -100%;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .menu-resources .menu .expanded, .no-mediaqueries
.menu-name-main-menu .content .menu .last .menu .expanded .menu {
  right: 100%;
  left: -100%;
}

.menu-name-main-menu .content a:hover .menu .menu a, .menu-name-main-menu .content a:focus .menu .menu a {
  color: #FFFFFF;
}

.menu-name-main-menu .content .menu .menu .leaf:hover a, .menu-name-main-menu .content .menu .menu .leaf:focus a,
.menu-name-main-menu .content .menu .menu .expanded:hover a,
.menu-name-main-menu .content .menu .menu .expanded:focus a {
  color: #FFFFFF;
}

.menu-name-main-menu .content .menu .menu .menu .leaf,
.menu-name-main-menu .content .menu .menu .menu .expanded {
  color: #000000;
}
.menu-name-main-menu .content .menu .menu .menu .leaf a,
.menu-name-main-menu .content .menu .menu .menu .expanded a {
  color: #000000;
}
.menu-name-main-menu .content .menu .menu .menu .leaf a:hover, .menu-name-main-menu .content .menu .menu .menu .leaf a:focus,
.menu-name-main-menu .content .menu .menu .menu .expanded a:hover,
.menu-name-main-menu .content .menu .menu .menu .expanded a:focus {
  color: #C32E4C;
}

.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .leaf,
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .expaned {
  color: #000000;
  padding-right: 0;
}
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .leaf:hover, .menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .leaf:focus,
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .expaned:hover,
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .expaned:focus {
  color: #C32E4C;
}
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .leaf a,
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .expaned a {
  color: #000000;
}
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .leaf a:hover, .menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .leaf a:focus,
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .expaned a:hover,
.menu-name-main-menu .content .menu .expanded:hover .menu .expanded:hover .menu .expaned a:focus {
  color: #C32E4C;
}

.menu-name-main-menu .content .menu .menu.drop-down-active .leaf,
.menu-name-main-menu .content .menu .menu.drop-down-active .expanded {
  color: #000000;
  background-color: #DCDCDC;
}

.menu-name-main-menu .content .menu .expanded .menu.menu.drop-down-active {
  border-bottom: 4px solid #C32E4C;
}
.menu-name-main-menu .content .menu .expanded .menu.menu.drop-down-active .leaf,
.menu-name-main-menu .content .menu .expanded .menu.menu.drop-down-active .expanded {
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  background-color: #DCDCDC;
}
.menu-name-main-menu .content .menu .expanded .menu.menu.drop-down-active .leaf .menu,
.menu-name-main-menu .content .menu .expanded .menu.menu.drop-down-active .expanded .menu {
  border-bottom: 4px solid #C32E4C;
}

.menu-name-main-menu .content .menu.menu-open {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
}
.menu-name-main-menu .content .menu.menu-open .leaf,
.menu-name-main-menu .content .menu.menu-open .expanded {
  position: relative;
  border: none;
  text-align: left;
}
.menu-name-main-menu .content .menu.menu-open .menu-home {
  text-align: right;
  padding: 0;
}

.menu-name-main-menu .content .menu .menu.drop-down-active {
  position: relative;
  top: 100%;
  right: 0;
  text-align: left;
  display: block;
  max-height: 500em;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .menu.drop-down-active {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
    display: table-cell;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .menu.drop-down-active {
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left;
  display: table-cell;
}
.menu-name-main-menu .content .menu .menu.drop-down-active .leaf,
.menu-name-main-menu .content .menu .menu.drop-down-active .expanded {
  position: relative;
  display: block;
  width: auto;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .menu.drop-down-active .leaf,
  .menu-name-main-menu .content .menu .menu.drop-down-active .expanded {
    width: 100%;
    text-align: left;
    margin: 0;
    min-width: 20em;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .menu.drop-down-active .leaf, .no-mediaqueries
.menu-name-main-menu .content .menu .menu.drop-down-active .expanded {
  width: 100%;
  text-align: left;
  margin: 0;
  min-width: 20em;
}

.menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary {
  position: relative;
  left: 0;
  display: block;
  max-height: 500em;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary {
    position: absolute;
    display: table-cell;
    top: 0;
    left: 100%;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary {
  position: absolute;
  display: table-cell;
  top: 0;
  left: 100%;
}
.menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary .leaf,
.menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary .expanded {
  display: block;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary .leaf,
  .menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary .expanded {
    width: 100%;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary .leaf, .no-mediaqueries
.menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary .expanded {
  width: 100%;
}

.menu-name-main-menu .content .menu .menu-resources .menu.drop-down-active .expanded .menu.drop-down-active-tertiary,
.menu-name-main-menu .content .menu .last .menu.drop-down-active .expanded .menu.drop-down-active-tertiary {
  left: 0;
}
@media (min-width: 64em) {
  .menu-name-main-menu .content .menu .menu-resources .menu.drop-down-active .expanded .menu.drop-down-active-tertiary,
  .menu-name-main-menu .content .menu .last .menu.drop-down-active .expanded .menu.drop-down-active-tertiary {
    right: 100%;
    left: -100%;
  }
}
.no-mediaqueries .menu-name-main-menu .content .menu .menu-resources .menu.drop-down-active .expanded .menu.drop-down-active-tertiary, .no-mediaqueries
.menu-name-main-menu .content .menu .last .menu.drop-down-active .expanded .menu.drop-down-active-tertiary {
  right: 100%;
  left: -100%;
}

.menu-name-main-menu .content .menu.menu-open {
  /*
  level 1 button (darkest) - $c-grey
  level 1 background - $c-dark-grey
  level 2 button = level 1 background - $c-dark-grey
  level 2 background - $c-light-grey
  level 3 button = level 2 background - $c-light-grey
  level 3 background (lightest) - $c-white
  */
}
.menu-name-main-menu .content .menu.menu-open a {
  color: #000000;
  border-bottom: 1px solid #B4B4B4;
}
.menu-name-main-menu .content .menu.menu-open .leaf,
.menu-name-main-menu .content .menu.menu-open .expanded {
  color: #000000;
  background-color: #C1C1C1;
}
.menu-name-main-menu .content .menu.menu-open .leaf:hover, .menu-name-main-menu .content .menu.menu-open .leaf:focus,
.menu-name-main-menu .content .menu.menu-open .expanded:hover,
.menu-name-main-menu .content .menu.menu-open .expanded:focus {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .leaf:hover a, .menu-name-main-menu .content .menu.menu-open .leaf:focus a,
.menu-name-main-menu .content .menu.menu-open .expanded:hover a,
.menu-name-main-menu .content .menu.menu-open .expanded:focus a {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .leaf:hover .touch-button, .menu-name-main-menu .content .menu.menu-open .leaf:focus .touch-button,
.menu-name-main-menu .content .menu.menu-open .expanded:hover .touch-button,
.menu-name-main-menu .content .menu.menu-open .expanded:focus .touch-button {
  background-color: #A9A9A9;
}
.menu-name-main-menu .content .menu.menu-open .leaf a:hover, .menu-name-main-menu .content .menu.menu-open .leaf a:focus,
.menu-name-main-menu .content .menu.menu-open .expanded a:hover,
.menu-name-main-menu .content .menu.menu-open .expanded a:focus {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .leaf a .touch-button,
.menu-name-main-menu .content .menu.menu-open .expanded a .touch-button {
  background-color: #A9A9A9;
}
.menu-name-main-menu .content .menu.menu-open .leaf .touch-button,
.menu-name-main-menu .content .menu.menu-open .expanded .touch-button {
  background-color: #A9A9A9;
}
.menu-name-main-menu .content .menu.menu-open .leaf .touch-button:hover, .menu-name-main-menu .content .menu.menu-open .leaf .touch-button:focus,
.menu-name-main-menu .content .menu.menu-open .expanded .touch-button:hover,
.menu-name-main-menu .content .menu.menu-open .expanded .touch-button:focus {
  background-color: #A9A9A9;
}
.menu-name-main-menu .content .menu.menu-open .menu-home .mobile-menu-home-link {
  color: #000000;
  background-color: #F4F4F4;
}
.menu-name-main-menu .content .menu.menu-open .menu-home .mobile-menu-home-link:hover, .menu-name-main-menu .content .menu.menu-open .menu-home .mobile-menu-home-link:focus {
  color: #000000;
  background-color: #F4F4F4;
}
.menu-name-main-menu .content .menu.menu-open .drop-down-trigger-active span > .touch-button:before {
  color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .drop-down-trigger-active > a {
  color: #C32E4C;
  background-color: #FFFFFF;
}

.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active {
  border-bottom: 4px solid #C32E4C;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active a {
  color: #000000;
  background-color: #DCDCDC;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded {
  color: #000000;
  background-color: #DCDCDC;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf .touch-button,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded .touch-button {
  color: #000000;
  background-color: #B4B4B4;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf .touch-button:before,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded .touch-button:before {
  color: #000000;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:hover, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:focus,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:hover,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:focus {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:hover a, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:focus a,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:hover a,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:focus a {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:hover a:hover, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:hover a:focus, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:focus a:hover, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:focus a:focus,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:hover a:hover,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:hover a:focus,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:focus a:hover,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:focus a:focus {
  color: #C32E4C;
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:hover .touch-button, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:focus .touch-button,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:hover .touch-button,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:focus .touch-button {
  color: #000000;
  background-color: #B4B4B4;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:hover .touch-button:before, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:focus .touch-button:before,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:hover .touch-button:before,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:focus .touch-button:before {
  color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:hover .touch-button:hover, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:hover .touch-button:focus, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:focus .touch-button:hover, .menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .leaf:focus .touch-button:focus,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:hover .touch-button:hover,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:hover .touch-button:focus,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:focus .touch-button:hover,
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .expanded:focus .touch-button:focus {
  background-color: #B4B4B4;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .drop-down-trigger-active span > .touch-button:before {
  color: #FFFFFF;
}
.menu-name-main-menu .content .menu.menu-open .menu.drop-down-active .drop-down-trigger-active > a {
  color: #C32E4C;
  background-color: #FFFFFF;
}

.menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary a {
  color: #000000;
  background-color: #FFFFFF;
}
.menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary a:hover, .menu-name-main-menu .content .menu .menu.drop-down-active .expanded .menu.drop-down-active-tertiary a:focus {
  color: #C32E4C;
}

.ask-a-representative {
  position: relative;
  z-index: 1;
}

.request-proposal-wrapper {
  position: relative;
  z-index: 20;
  padding: 2em;
  background-color: #C7D9E7;
}

.request-proposal-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.request-proposal-content:after {
  content: " ";
  display: block;
  clear: both;
}

.request-proposal-text {
  display: block;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 48.0625em) {
  .request-proposal-text {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
.no-mediaqueries .request-proposal-text {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.request-proposal-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
}
@media (min-width: 48.0625em) {
  .request-proposal-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.no-mediaqueries .request-proposal-title {
  font-size: 36px;
  font-size: 2.25rem;
}

.request-proposal-link-wrapper {
  display: block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .request-proposal-link-wrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
  }
}
.no-mediaqueries .request-proposal-link-wrapper {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

.footer {
  position: relative;
  background-color: #F4F4F4;
}

.footer-content {
  position: relative;
  border-bottom: 20px solid #C32E4C;
}

.footer-bottom {
  display: block;
  background-color: #FFFFFF;
}

.footer-bottom-right-background,
.footer-bottom-left-background {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.footer-bottom-right-background {
  right: 0;
}
@media (min-width: 71.5625em) {
  .footer-bottom-right-background {
    background-color: #333333;
  }
}
.no-mediaqueries .footer-bottom-right-background {
  background-color: #333333;
}

.footer-bottom-left-background {
  left: 0;
  background-color: #FFFFFF;
}

.footer-images-wrapper {
  position: relative;
  z-index: 5;
}

.footer-images-wrapper .field-name-field-footer-images .field-items .field-item {
  line-height: 0;
  float: left;
  width: 25%;
}
.footer-images-wrapper .field-name-field-footer-images .field-items .field-item img {
  width: 100%;
}

.footer-text {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: table;
  width: 100%;
  z-index: 5;
  background-color: #333333;
}
.footer-text:after {
  content: " ";
  display: block;
  clear: both;
}

.footer-wrapper {
  display: table-row;
}

.footer-quote {
  position: relative;
  background-color: #FFFFFF;
}
@media (min-width: 71.5625em) {
  .footer-quote {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.no-mediaqueries .footer-quote {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

@media (min-width: 71.5625em) {
  .footer-quote-wrapper {
    margin: 0 auto;
    width: 90%;
  }
}
.no-mediaqueries .footer-quote-wrapper {
  margin: 0 auto;
  width: 90%;
}

.footer-right-wrapper {
  padding-left: 2em;
  color: #FFFFFF;
  background-color: #333333;
}
@media (min-width: 71.5625em) {
  .footer-right-wrapper {
    display: table-cell;
    width: 50%;
  }
}
.no-mediaqueries .footer-right-wrapper {
  display: table-cell;
  width: 50%;
}
.footer-right-wrapper a {
  color: #FFFFFF;
}
.footer-right-wrapper .menu-title {
  font-size: 34px;
  font-size: 2.125rem;
  margin: 1.2em 0 0.6em 0;
}

@media (min-width: 37.5em) {
  .footer-column-one,
  .footer-column-two,
  .footer-column-three {
    float: left;
    width: 33%;
  }
}
.no-mediaqueries .footer-column-one, .no-mediaqueries
.footer-column-two, .no-mediaqueries
.footer-column-three {
  float: left;
  width: 33%;
}
.footer-column-one .menu,
.footer-column-two .menu,
.footer-column-three .menu {
  padding: 0;
  margin: 0;
}
.footer-column-one .leaf,
.footer-column-one .expanded,
.footer-column-two .leaf,
.footer-column-two .expanded,
.footer-column-three .leaf,
.footer-column-three .expanded {
  list-style-image: none;
  list-style-type: none;
  line-height: 1.4;
  padding-left: 0;
}

.footer-social-media {
  clear: both;
}
.footer-social-media .menu {
  margin: 0;
  padding: 0 0 0 0;
}
.footer-social-media .leaf,
.footer-social-media .expanded {
  margin: 0;
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
  line-height: 1.4;
}
.footer-social-media .leaf.last a,
.footer-social-media .expanded.last a {
  margin-right: 0;
}
.footer-social-media .facebook-link,
.footer-social-media .twitter-link,
.footer-social-media .youtube-link,
.footer-social-media .linkedin-link {
  float: left;
  margin-right: 1em;
  text-decoration: none;
}
.footer-social-media .facebook-link:before,
.footer-social-media .twitter-link:before,
.footer-social-media .youtube-link:before,
.footer-social-media .linkedin-link:before {
  transition: all 250ms ease-in;
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  width: 52px;
  height: 52px;
  border: 1px solid #C32E4C;
}
.footer-social-media .facebook-link:hover:before, .footer-social-media .facebook-link:focus:before,
.footer-social-media .twitter-link:hover:before,
.footer-social-media .twitter-link:focus:before,
.footer-social-media .youtube-link:hover:before,
.footer-social-media .youtube-link:focus:before,
.footer-social-media .linkedin-link:hover:before,
.footer-social-media .linkedin-link:focus:before {
  background-color: #C32E4C;
}
.footer-social-media .facebook-link:before {
  display: block;
  width: 52px;
  content: '';
  height: 52px;
  background-size: cover;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  /* background-position: 24px 19px; */
  background-image: url(../images/facebook.svg);
}
.footer-social-media .twitter-link:before {
  display: block;
  width: 52px;
  content: '';
  height: 52px;
  background-size: cover;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  /* background-position: 24px 19px; */
  background-image: url(../images/twitter.svg);
}
.footer-social-media .youtube-link:before {
  display: block;
  width: 52px;
  content: '';
  height: 52px;
  background-size: cover;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  /* background-position: 24px 19px; */
  background-image: url(../images/youtube.svg);
}
.footer-social-media .linkedin-link:before {
  display: block;
  width: 52px;
  content: '';
  height: 52px;
  background-size: cover;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  /* background-position: 24px 19px; */
  background-image: url(../images/linkedin.svg);
}

.ability-one-wrapper {
  clear: both;
  display: table;
}

.ability-one-section {
  display: table-row;
}

.ability-one-text {
  display: table-cell;
  width: 100%;
}

.ability-one-logo-image {
  background: url(../images/abilityone-logo.png);
  background: none, url(../images/abilityone-logo.svg);
  display: table-cell;
  vertical-align: middle;
  padding-right: 3em;
  width: auto;
  min-width: 40px;
  height: 25px;
  background-size: 40px 25px;
  background-repeat: no-repeat;
}

.footer-menu-block-wrapper {
  float: left;
}

.menu-name-menu-footer-menu {
  float: left;
}
.menu-name-menu-footer-menu .menu {
  padding: 0;
  margin: 0;
}
.menu-name-menu-footer-menu .menu .leaf,
.menu-name-menu-footer-menu .menu .expanded {
  display: inline-block;
  margin: 0.6em 1em 0.6em 0;
  list-style-image: none;
  list-style-type: none;
  padding-left: 0;
}
.menu-name-menu-footer-menu .menu .leaf.last {
  margin-right: 0;
}

.footer-search-form {
  display: table;
  padding: 2em 0;
  width: 100%;
}
.footer-search-form label {
  height: 0;
  color: #FFFFFF;
}
.footer-search-form .container-inline {
  display: block;
}
.footer-search-form .container-inline h2.element-invisible, .footer-search-form .container-inline .element-invisible.block-title {
  color: #FFFFFF;
}
@media (min-width: 48.0625em) {
  .footer-search-form .container-inline {
    display: table-row;
  }
}
.no-mediaqueries .footer-search-form .container-inline {
  display: table-row;
}
.footer-search-form .form-type-textfield {
  display: block;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 48.0625em) {
  .footer-search-form .form-type-textfield {
    display: table-cell;
    width: 80%;
  }
}
.no-mediaqueries .footer-search-form .form-type-textfield {
  display: table-cell;
  width: 80%;
}
.footer-search-form .form-type-textfield .form-text {
  width: 95%;
}
.footer-search-form .form-actions {
  display: block;
  padding-right: 2%;
  width: 20%;
  vertical-align: middle;
}
@media (min-width: 48.0625em) {
  .footer-search-form .form-actions {
    display: table-cell;
  }
}
.no-mediaqueries .footer-search-form .form-actions {
  display: table-cell;
}

.footer-copyright {
  clear: left;
  float: left;
  padding-bottom: 0;
  margin-right: 1em;
}

.code-of-conduct {
  clear: both;
}
@media (min-width: 48.0625em) {
  .code-of-conduct {
    padding-bottom: 3.25em;
  }
}
.no-mediaqueries .code-of-conduct {
  padding-bottom: 3.25em;
}

.main {
  padding-top: 62px;
  background-color: #FFFFFF;
}

.page-node-5699 .main {
  background-color: #C7D9E7;
}

.main-content-wrapper {
  background-color: #FFFFFF;
}

.page-speakers-bureau .main-content,
.page-nonprofit-locator .main-content,
.page-products-services .main-content,
.page-node .main-content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.page-speakers-bureau .main-content:after,
.page-nonprofit-locator .main-content:after,
.page-products-services .main-content:after,
.page-node .main-content:after {
  content: " ";
  display: block;
  clear: both;
}

.page-faqs .main-content,
.page-user .main-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.page-faqs .main-content:after,
.page-user .main-content:after {
  content: " ";
  display: block;
  clear: both;
}

.narrow-section, .block-system .view-reports {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.narrow-section:after, .block-system .view-reports:after {
  content: " ";
  display: block;
  clear: both;
}

.sitemap-menu,
.page-node .tabs,
.page-node .block-system .node {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.sitemap-menu:after,
.page-node .tabs:after,
.page-node .block-system .node:after {
  content: " ";
  display: block;
  clear: both;
}

.block-blockify .content .title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.block-blockify .content .title:after {
  content: " ";
  display: block;
  clear: both;
}

#node-9092 .form-actions {
  text-align: center;
}

form .webform-component--i-am-interested-in-learning-about > label {
  width: 100%;
}
form .webform-component--i-am-interested-in-learning-about .description {
  margin: 0 0 2em;
}

.page-node-done .webform-confirmation {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.page-node-done .webform-confirmation:after {
  content: " ";
  display: block;
  clear: both;
}
.page-node-done .links {
  display: none;
}

/**
 * Override full width content types here.
 */
.main-content {
  background-color: #FFFFFF;
  margin-top: -62px;
  padding: 62px 1em 0.5em 1em;
}
@media (min-width: 48.0625em) {
  .main-content {
    padding: 62px 5.25 2em 5.25;
  }
}
.no-mediaqueries .main-content {
  padding: 62px 5.25 2em 5.25;
}
.front .main-content {
  padding: 62px 0 0 0;
}

.content-bottom-wrapper {
  margin-bottom: 0;
  padding-bottom: 2em;
  background-color: #FFFFFF;
}
.content-bottom-wrapper .content-bottom {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.content-bottom-wrapper .content-bottom:after {
  content: " ";
  display: block;
  clear: both;
}

.block-blockify .content .title {
  text-align: center;
}

.small-button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.85em 1.85em;
}

blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 1.5em 8.5%;
  border: 1px solid #C7D9E7;
  color: #333333;
  line-height: 1.4;
}
blockquote p {
  margin: 0;
}
blockquote p:before {
  font-size: 32px;
  font-size: 2rem;
  float: left;
  margin-right: 0.55em;
  padding: 10px 0 0 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 52px;
  height: 52px;
  color: #FFFFFF;
  background-color: #C32E4C;
}
@media (min-width: 37.5em) {
  blockquote p:before {
    margin-bottom: 1em;
  }
}
.no-mediaqueries blockquote p:before {
  margin-bottom: 1em;
}
blockquote p .cite {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 1em;
  color: #505050;
  display: block;
  font-style: italic;
}
blockquote p .cite:before {
  font-size: 16px;
  font-size: 1rem;
  content: '';
  margin-left: 0;
}
blockquote .cite {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 1em;
  color: #505050;
  font-style: italic;
}
blockquote .cite p:before {
  font-size: 16px;
  font-size: 1rem;
  content: '';
  float: none;
  margin: 0;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  text-align: left;
  width: auto;
  height: 1.4em;
  color: #505050;
  background: none;
}

.next-arrow.front-page {
  bottom: 1.5em;
}
.next-arrow.front-page .up-arrow-link:before,
.next-arrow.front-page .down-arrow-link:before {
  color: #FFFFFF;
  background-color: #C32E4C;
}

.jump-link:before {
  display: block;
  content: " ";
  margin-top: -62px;
  height: 82px;
  visibility: hidden;
}

.data-formatted-list {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  /*
  
  <ul class="data-formatted-list">
    <li class="data-item">
      <ul class="data-item-wrapper">
        <li class="data-item-label">School</li>
        <li class="data-item-value">$10,000</li>
      </ul>
    </li>
    <li class="data-item">
      <ul class="data-item-wrapper">
        <li class="data-item-label">Team</li>
        <li class="data-item-value">$10,000</li>
      </ul>
    </li>
    <li class="data-item">
      <ul class="data-item-wrapper">
        <li class="data-item-label">NPA</li>
        <li class="data-item-value">$5,000</li>
      </ul>
    </li>
    <li class="data-footer">A trip to Washington, DC*</li>
  </ul>
  
  */
}
.data-formatted-list .data-item {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}
.data-formatted-list .data-item .data-item-wrapper {
  display: table-row;
  border: 1px solid #C7D9E7;
  margin: 0;
  padding: 0;
  width: 100%;
}
.data-formatted-list .data-item .data-item-wrapper .data-item-label {
  border: 1px solid #C7D9E7;
  padding: 1em;
  margin: 0;
  display: table-cell;
  width: 100%;
  min-width: 125px;
  line-height: 1.4;
  list-style-type: none;
  list-style-image: none;
}
.data-formatted-list .data-item .data-item-wrapper .data-item-value {
  display: table-cell;
  border: 1px solid #C7D9E7;
  padding: 1em;
  margin: 0;
  width: 100%;
  min-width: 125px;
  line-height: 1;
  list-style-type: none;
  list-style-image: none;
}
.data-formatted-list .data-footer {
  border: 1px solid #C7D9E7;
  padding: 1em;
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
}

#appointment-calendar-node-form, #block-block-25 {
  padding: 0 15px 0 15px;
  max-width: 850px;
  margin: 0 auto;
}
#appointment-calendar-node-form #appointment-date-add-more-wrapper .fieldset-legend, #block-block-25 #appointment-date-add-more-wrapper .fieldset-legend {
  display: none;
}

.date-combo {
  padding-left: 0;
}

form .description {
  margin-left: 0;
}

#ajax-submit-random-1167596011:before {
  content: "test";
}

.page-search-node .main-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.page-search-node .main-content:after {
  content: " ";
  display: block;
  clear: both;
}

.search-form label {
  display: block;
  width: auto;
}
@media (min-width: 48.0625em) {
  .search-form label {
    display: inline-block;
    width: 25%;
  }
}
.no-mediaqueries .search-form label {
  display: inline-block;
  width: 25%;
}

.search-results .search-snippet-info {
  border-bottom: 4px solid #C32E4C;
}

.search-results .search-publication-date {
  font-size: 14px;
  font-size: 0.875rem;
}

.node-timeline h2.date, .node-timeline .date.block-title,
.node-timeline .nav-container .date {
  display: none;
}
.node-timeline .vco-storyjs {
  z-index: 99;
}
.node-timeline .vco-storyjs .vco-feature blockquote p {
  color: #333333;
  margin-top: 0;
}

.page-finding-job .main-content,
.page-node-5699 .main-content {
  max-width: none;
  padding: 75px 1em 0;
  background-color: #C7D9E7;
}
@media (min-width: 48.0625em) {
  .page-finding-job .main-content,
  .page-node-5699 .main-content {
    background-image: url(../images/usa-map.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.no-mediaqueries .page-finding-job .main-content, .no-mediaqueries
.page-node-5699 .main-content {
  background-image: url(../images/usa-map.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.view-affiliates {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
  max-width: none;
}
.view-affiliates:after {
  content: " ";
  display: block;
  clear: both;
}
.view-affiliates .views-exposed-form label {
  width: auto;
}
.view-affiliates .views-exposed-form .views-exposed-widget {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-affiliates .views-exposed-form .views-exposed-widget {
    width: auto;
  }
}
.no-mediaqueries .view-affiliates .views-exposed-form .views-exposed-widget {
  width: auto;
}
.view-affiliates .views-exposed-form .views-exposed-widget.views-widget-filter-title {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-affiliates .views-exposed-form .views-exposed-widget.views-widget-filter-title {
    width: 20%;
  }
}
.no-mediaqueries .view-affiliates .views-exposed-form .views-exposed-widget.views-widget-filter-title {
  width: 20%;
}
.view-affiliates .views-exposed-form .views-exposed-widget.views-widget-filter-title .form-item-title {
  width: 100%;
}
.view-affiliates .views-exposed-form .views-exposed-widget .form-item {
  width: 100%;
}
.view-affiliates .views-exposed-form .views-exposed-widget input[type="text"] {
  width: 100%;
  background-image: none;
}
.view-affiliates .views-exposed-form .views-exposed-widget .form-type-select {
  padding: 0;
}
.view-affiliates .views-exposed-form .views-exposed-widget .form-type-select select {
  width: auto;
  padding: 1.325em 1em;
  margin: 0;
}
.view-affiliates .views-exposed-form .views-exposed-widget .geofield-proximity-origin-from {
  width: 7%;
  text-align: center;
  line-height: 3.5;
}
.view-affiliates .views-exposed-form .views-exposed-widget .ajax-progress {
  display: none;
}
.view-affiliates .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  margin-bottom: 2em;
}
@media (min-width: 48.0625em) {
  .view-affiliates .views-exposed-form .views-exposed-widget .form-submit {
    margin: 2em 0;
  }
}
.no-mediaqueries .view-affiliates .views-exposed-form .views-exposed-widget .form-submit {
  margin: 2em 0;
}
.view-affiliates .views-exposed-form .views-exposed-widget .form-submit.progress-disabled {
  background-color: #666;
}
.view-affiliates .views-exposed-form .views-exposed-widget.views-submit-button {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-affiliates .views-exposed-form .views-exposed-widget.views-submit-button {
    width: 10%;
  }
}
.no-mediaqueries .view-affiliates .views-exposed-form .views-exposed-widget.views-submit-button {
  width: 10%;
}
.view-affiliates .view-affiliates .view-filters {
  display: none;
}
.view-affiliates #autocomplete {
  margin: 0 1px;
  padding: 15px;
  border-color: #DCDCDC;
  background-color: #FFFFFF;
}
.view-affiliates #autocomplete ul li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  list-style-image: none;
}
.view-affiliates #autocomplete ul li.selected {
  background-color: #DCDCDC;
}
.view-affiliates .view-body {
  margin: 0 -1em;
  background-color: #fff;
}
.view-affiliates .view-body .view-body-wrapper {
  padding: 50px 1em 5px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.view-affiliates .view-body .view-body-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.view-affiliates .view-header {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.view-affiliates .view-header:after {
  content: " ";
  display: block;
  clear: both;
}
.view-affiliates .view-filters {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 20px;
}
.view-affiliates .view-filters:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 48.0625em) {
  .view-affiliates .view-filters .views-exposed-form .views-exposed-widget {
    width: 20%;
  }
  .view-affiliates .view-filters .views-exposed-form .views-exposed-widget.views-widget-filter-field_affiliate_address_postal_code, .view-affiliates .view-filters .views-exposed-form .views-exposed-widget.views-widget-filter-title {
    width: 60%;
  }
}
.no-mediaqueries .view-affiliates .view-filters .views-exposed-form .views-exposed-widget {
  width: 20%;
}
.no-mediaqueries .view-affiliates .view-filters .views-exposed-form .views-exposed-widget.views-widget-filter-field_affiliate_address_postal_code, .no-mediaqueries .view-affiliates .view-filters .views-exposed-form .views-exposed-widget.views-widget-filter-title {
  width: 60%;
}
.view-affiliates .view-filters .views-exposed-form .views-exposed-widget .form-type-select {
  float: none;
  width: 100%;
}
.view-affiliates .view-filters .views-exposed-form .views-exposed-widget .form-type-select select {
  width: 100%;
  margin-bottom: 1em;
}
.view-affiliates .views-row {
  float: left;
  width: 100%;
  margin: 0 1em;
  padding-bottom: 2em;
}
.view-affiliates .views-row.views-row-odd, .view-affiliates .views-row.views-row-even {
  clear: none;
}
@media (min-width: 37.5em) {
  .view-affiliates .views-row {
    width: 48%;
    margin: 0 1%;
    clear: none;
  }
  .view-affiliates .views-row.views-row-odd {
    clear: left;
  }
  .view-affiliates .views-row.views-row-even {
    clear: right;
  }
}
.no-mediaqueries .view-affiliates .views-row {
  width: 48%;
  margin: 0 1%;
  clear: none;
}
.no-mediaqueries .view-affiliates .views-row.views-row-odd {
  clear: left;
}
.no-mediaqueries .view-affiliates .views-row.views-row-even {
  clear: right;
}
@media (min-width: 48.0625em) {
  .view-affiliates .views-row {
    width: 31%;
    margin: 0 1%;
  }
  .view-affiliates .views-row.views-row-odd, .view-affiliates .views-row.views-row-even {
    clear: none;
  }
  .view-affiliates .views-row.views-row-1, .view-affiliates .views-row.views-row-4, .view-affiliates .views-row.views-row-7, .view-affiliates .views-row.views-row-10, .view-affiliates .views-row.views-row-13 {
    clear: left;
  }
  .view-affiliates .views-row.views-row-3, .view-affiliates .views-row.views-row-8, .view-affiliates .views-row.views-row-11, .view-affiliates .views-row.views-row-14, .view-affiliates .views-row.views-row-17 {
    clear: right;
  }
}
.no-mediaqueries .view-affiliates .views-row {
  width: 31%;
  margin: 0 1%;
}
.no-mediaqueries .view-affiliates .views-row.views-row-odd, .no-mediaqueries .view-affiliates .views-row.views-row-even {
  clear: none;
}
.no-mediaqueries .view-affiliates .views-row.views-row-1, .no-mediaqueries .view-affiliates .views-row.views-row-4, .no-mediaqueries .view-affiliates .views-row.views-row-7, .no-mediaqueries .view-affiliates .views-row.views-row-10, .no-mediaqueries .view-affiliates .views-row.views-row-13 {
  clear: left;
}
.no-mediaqueries .view-affiliates .views-row.views-row-3, .no-mediaqueries .view-affiliates .views-row.views-row-8, .no-mediaqueries .view-affiliates .views-row.views-row-11, .no-mediaqueries .view-affiliates .views-row.views-row-14, .no-mediaqueries .view-affiliates .views-row.views-row-17 {
  clear: right;
}
@media (min-width: 64em) {
  .view-affiliates .views-row {
    width: 20%;
    margin: 0 6.5%;
  }
}
.no-mediaqueries .view-affiliates .views-row {
  width: 20%;
  margin: 0 6.5%;
}

.node-type-press-release .block-blockify .title,
.page-news .block-blockify .title {
  text-align: center;
}

.node-type-press-release .main-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.node-type-press-release .main-content:after {
  content: " ";
  display: block;
  clear: both;
}

.view-news {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
}
.view-news:after {
  content: " ";
  display: block;
  clear: both;
}
.view-news .item-list ul {
  margin: 0;
  padding: 0;
}
.view-news .item-list .views-row {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
  padding-left: 0;
  border-bottom: 1px solid #C7D9E7;
  padding: 1.5em;
}
.view-news .item-list .date-display-single {
  font-size: 22px;
  font-size: 1.375rem;
}
.view-news .item-list .views-field-title a {
  font-size: 22px;
  font-size: 1.375rem;
  text-decoration: none;
}

.view-leadership .views-row {
  width: 100%;
  margin: 1em 0;
  float: left;
  text-align: center;
}
@media (min-width: 31.25em) {
  .view-leadership .views-row {
    width: 46%;
    margin: 0 2% 5% 2%;
  }
}
.no-mediaqueries .view-leadership .views-row {
  width: 46%;
  margin: 0 2% 5% 2%;
}
@media (min-width: 48.0625em) {
  .view-leadership .views-row {
    width: 21%;
    margin: 0 2% 5% 2%;
  }
}
.no-mediaqueries .view-leadership .views-row {
  width: 21%;
  margin: 0 2% 5% 2%;
}
.view-leadership .views-row .views-field-field-team-photo a {
  display: block;
}
.view-leadership .views-row .views-field-title a,
.view-leadership .views-row .views-field-title span {
  font-size: 28px;
  font-size: 1.75rem;
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
  color: #C32E4C;
}
.view-leadership .views-row .views-field-field-team-position {
  font-size: 18px;
  font-size: 1.125rem;
}
.view-leadership .views-row-1,
.view-leadership .views-row-5,
.view-leadership .views-row-9,
.view-leadership .views-row-13,
.view-leadership .views-row-17,
.view-leadership .views-row-21,
.view-leadership .views-row-25 {
  clear: left;
}
.view-leadership .views-row-3,
.view-leadership .views-row-7,
.view-leadership .views-row-11,
.view-leadership .views-row-15,
.view-leadership .views-row-19,
.view-leadership .views-row-23,
.view-leadership .views-row-27 {
  clear: left;
}
@media (min-width: 48.0625em) {
  .view-leadership .views-row-3,
  .view-leadership .views-row-7,
  .view-leadership .views-row-11,
  .view-leadership .views-row-15,
  .view-leadership .views-row-19,
  .view-leadership .views-row-23,
  .view-leadership .views-row-27 {
    clear: none;
  }
}
.no-mediaqueries .view-leadership .views-row-3, .no-mediaqueries
.view-leadership .views-row-7, .no-mediaqueries
.view-leadership .views-row-11, .no-mediaqueries
.view-leadership .views-row-15, .no-mediaqueries
.view-leadership .views-row-19, .no-mediaqueries
.view-leadership .views-row-23, .no-mediaqueries
.view-leadership .views-row-27 {
  clear: none;
}

.node-team-member {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.node-team-member:after {
  content: " ";
  display: block;
  clear: both;
}
.node-team-member .title {
  margin-bottom: 0;
}

.team-member-position {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 1em;
}

.team-member-info {
  border: 1px solid #C7D9E7;
  padding: 2em;
}

.team-member-photo {
  float: none;
  width: 100%;
  margin: 0;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .team-member-photo {
    float: left;
    width: 30%;
    margin-right: 2.5%;
  }
}
.no-mediaqueries .team-member-photo {
  float: left;
  width: 30%;
  margin-right: 2.5%;
}

.team-member-description {
  float: none;
  width: 100%;
  margin-top: 2em;
}
@media (min-width: 48.0625em) {
  .team-member-description {
    float: left;
    width: 67%;
    margin: 0;
  }
  .team-member-description > p {
    margin-top: 0;
  }
}
.no-mediaqueries .team-member-description {
  float: left;
  width: 67%;
  margin: 0;
}
.no-mediaqueries .team-member-description > p {
  margin-top: 0;
}

.team-member-video {
  clear: both;
  padding-top: 2em;
}

.board-members-block .views-row .views-field-title {
  font-size: 28px;
  font-size: 1.75rem;
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
  color: #C32E4C;
}

.hero-content {
  position: relative;
}

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  width: auto;
  display: block;
  height: 250px;
}
@media (min-width: 48.0625em) {
  .hero-image {
    height: 600px;
  }
}
.no-mediaqueries .hero-image {
  height: 600px;
}

.hero-text-overlay {
  background-color: #333333;
}

.hero-text-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1440pxpx;
}
.hero-text-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.hero-text.right {
  width: 100%;
  padding: 1em;
}
@media (min-width: 48.0625em) {
  .hero-text.right {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    padding: 2em;
    width: 50%;
  }
}
.no-mediaqueries .hero-text.right {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  padding: 2em;
  width: 50%;
}
.hero-text.left {
  width: 100%;
  padding: 1em;
}
@media (min-width: 48.0625em) {
  .hero-text.left {
    position: absolute;
    bottom: 0;
    right: 50%;
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    padding: 2em;
    width: 50%;
  }
}
.no-mediaqueries .hero-text.left {
  position: absolute;
  bottom: 0;
  right: 50%;
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  padding: 2em;
  width: 50%;
}
.hero-text.center {
  width: 100%;
  padding: 1em;
}
@media (min-width: 48.0625em) {
  .hero-text.center {
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    padding: 2em;
    width: 50%;
    text-align: center;
  }
}
.no-mediaqueries .hero-text.center {
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  padding: 2em;
  width: 50%;
  text-align: center;
}

.hero-title {
  font-size: 42px;
  font-size: 2.625rem;
  color: #F4F4F4;
  line-height: 1.2;
  padding-bottom: 1em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.hero-title p {
  margin: 0;
}
@media (min-width: 64em) {
  .hero-title {
    font-size: 56px;
    font-size: 3.5rem;
    padding-bottom: 0.25em;
  }
}
.no-mediaqueries .hero-title {
  font-size: 56px;
  font-size: 3.5rem;
  padding-bottom: 0.25em;
}
@media (min-width: 90em) {
  .hero-title {
    font-size: 74px;
    font-size: 4.625rem;
    padding-bottom: 0.25em;
  }
}
.no-mediaqueries .hero-title {
  font-size: 74px;
  font-size: 4.625rem;
  padding-bottom: 0.25em;
}

.hero-button .red-button, .hero-button a.button {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1.125em 1.5em;
}
@media (min-width: 48.0625em) {
  .hero-button .red-button, .hero-button a.button {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.no-mediaqueries .hero-button .red-button, .no-mediaqueries .hero-button a.button {
  font-size: 22px;
  font-size: 1.375rem;
}

.section-one {
  display: block;
  position: relative;
  color: #FFFFFF;
  background-color: #3D5265;
  height: 100%;
}

.section-one-right-background,
.section-one-left-background {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

@media (min-width: 71.5625em) {
  .section-one-right-background {
    right: 0;
    background-color: #FFFFFF;
  }
}
.no-mediaqueries .section-one-right-background {
  right: 0;
  background-color: #FFFFFF;
}

@media (min-width: 71.5625em) {
  .section-one-left-background {
    left: 0;
    background-color: #3D5265;
  }
}
.no-mediaqueries .section-one-left-background {
  left: 0;
  background-color: #3D5265;
}

.section-one-content-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  z-index: 5;
}
.section-one-content-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.section-one-content {
  display: table-row;
}
.section-one-content .large-block {
  display: block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  padding: 2em;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .section-one-content .large-block {
    padding: 0 6.25em 0 8em;
  }
}
.no-mediaqueries .section-one-content .large-block {
  padding: 0 6.25em 0 8em;
}
@media (min-width: 71.5625em) {
  .section-one-content .large-block {
    position: relative;
    display: table-cell;
    width: 50%;
  }
}
.no-mediaqueries .section-one-content .large-block {
  position: relative;
  display: table-cell;
  width: 50%;
}
.section-one-content .large-block .large-block-content {
  line-height: 1.7;
}
@media (min-width: 71.5625em) {
  .section-one-content .large-block .large-block-content {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
  }
}
.no-mediaqueries .section-one-content .large-block .large-block-content {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
}
.section-one-content .large-block .block-title {
  font-size: 42px;
  font-size: 2.625rem;
  color: #FFFFFF;
}
@media (min-width: 48.0625em) {
  .section-one-content .large-block .block-title {
    font-size: 80px;
    font-size: 5rem;
  }
}
.no-mediaqueries .section-one-content .large-block .block-title {
  font-size: 80px;
  font-size: 5rem;
}
.section-one-content .large-block .block-content {
  font-size: 18px;
  font-size: 1.125rem;
  color: #C7D9E7;
  line-height: 1.7;
}
@media (min-width: 48.0625em) {
  .section-one-content .large-block .block-content {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.no-mediaqueries .section-one-content .large-block .block-content {
  font-size: 24px;
  font-size: 1.5rem;
}
.section-one-content .small-block-wrapper {
  display: table;
  position: relative;
}
.section-one-content .small-blocks-top,
.section-one-content .small-blocks-bottom {
  display: table-row;
  height: 100%;
}
.section-one-content .small-block {
  display: block;
  position: relative;
  padding: 2.25em 1.75em 5em 1.75em;
  width: 100%;
  background-color: #FFFFFF;
}
@media (min-width: 48.0625em) {
  .section-one-content .small-block {
    height: calc(50vh - 31px);
  }
}
.no-mediaqueries .section-one-content .small-block {
  height: calc(50vh - 31px);
}
@media (min-width: 48.0625em) {
  .section-one-content .small-block {
    display: table-cell;
    width: 50%;
    height: calc(50vh - 31px);
  }
}
.no-mediaqueries .section-one-content .small-block {
  display: table-cell;
  width: 50%;
  height: calc(50vh - 31px);
}
.section-one-content .small-block .block-title {
  font-size: 38px;
  font-size: 2.375rem;
  color: #C32E4C;
  line-height: 1;
  vertical-align: top;
}
@media (min-width: 48.0625em) {
  .section-one-content .small-block .block-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.no-mediaqueries .section-one-content .small-block .block-title {
  font-size: 40px;
  font-size: 2.5rem;
}
.section-one-content .small-block .block-content {
  color: #000000;
  padding-bottom: 2em;
  line-height: 1.7;
}
.section-one-content .small-block.item-3 .block-content {
  margin-top: 3.5em;
}
.section-one-content .small-block .learn-more-button {
  position: absolute;
  bottom: 3em;
}
.section-one-content .small-block .learn-more-button .red-button, .section-one-content .small-block .learn-more-button a.button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.85em 1.85em;
}
.section-one-content .small-block.item-1 {
  border-right: 1px solid #C7D9E7;
  border-bottom: 1px solid #C7D9E7;
}
.section-one-content .small-block.item-2 {
  clear: right;
  border-left: 1px solid #C7D9E7;
  border-bottom: 1px solid #C7D9E7;
  border-right: 2px solid #C7D9E7;
}
.section-one-content .small-block.item-3 {
  clear: left;
  border-right: 1px solid #C7D9E7;
  border-top: 1px solid #C7D9E7;
}
.section-one-content .small-block.item-4 {
  border-left: 1px solid #C7D9E7;
  border-top: 1px solid #C7D9E7;
  border-right: 2px solid #C7D9E7;
}

.solutions-icon {
  margin-bottom: 1em;
}
.solutions-icon:before {
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
  width: 52px;
  height: 52px;
  color: #3D5265;
}

.section-two {
  display: block;
  position: relative;
  background-color: #C7D9E7;
}

.section-two-content-wrapper {
  display: table;
}

.section-two-content {
  display: table-row;
  line-height: 0;
}

.tall-block {
  float: none;
}
@media (min-width: 48.0625em) {
  .tall-block {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
.no-mediaqueries .tall-block {
  display: inline-block;
  width: 50%;
  float: left;
}
@media (min-width: 77.5em) {
  .tall-block {
    display: table-cell;
    width: 25%;
    float: none;
    height: 100vh;
  }
}
.no-mediaqueries .tall-block {
  display: table-cell;
  width: 25%;
  float: none;
  height: 100vh;
}

.tall-block {
  vertical-align: top;
  padding: 2em;
  background-color: #C7D9E7;
}
@media (min-width: 90em) {
  .tall-block {
    padding: 2.75em 2em 0 2em;
  }
}
.no-mediaqueries .tall-block {
  padding: 2.75em 2em 0 2em;
}
.tall-block .block-title {
  font-size: 42px;
  font-size: 2.625rem;
  color: #C32E4C;
  line-height: 1.2;
}
@media (min-width: 90em) {
  .tall-block .block-title {
    font-size: 80px;
    font-size: 5rem;
  }
}
.no-mediaqueries .tall-block .block-title {
  font-size: 80px;
  font-size: 5rem;
}
.tall-block .block-content {
  font-size: 16px;
  font-size: 1rem;
  color: #2D3D4C;
  line-height: 1.7;
}
@media (min-width: 90em) {
  .tall-block .block-content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.no-mediaqueries .tall-block .block-content {
  font-size: 18px;
  font-size: 1.125rem;
}
.tall-block.right {
  vertical-align: top;
  padding: 2em;
}
@media (min-width: 77.5em) {
  .tall-block.right {
    vertical-align: middle;
  }
}
.no-mediaqueries .tall-block.right {
  vertical-align: middle;
}
@media (min-width: 90em) {
  .tall-block.right {
    padding: 0 2.5em;
  }
}
.no-mediaqueries .tall-block.right {
  padding: 0 2.5em;
}
.tall-block.right .block-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #C32E4C;
  text-transform: uppercase;
}
.tall-block.right .block-content {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 1em;
  color: #3D5265;
  line-height: 1.7;
}
.tall-block.right .red-button, .tall-block.right a.button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.85em 1.85em;
  line-height: 1.6;
}

.small-block-column-one,
.small-block-column-two {
  background-color: #FFFFFF;
}
@media (min-width: 77.5em) {
  .small-block-column-one,
  .small-block-column-two {
    height: 50vh;
  }
}
.no-mediaqueries .small-block-column-one, .no-mediaqueries
.small-block-column-two {
  height: 50vh;
}
.small-block-column-one .block-title,
.small-block-column-two .block-title {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.small-block-column-one .block-content,
.small-block-column-two .block-content {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 1em 2.25em 0 1.75em;
  color: #3D5265;
  line-height: 1.7;
}
@media (min-width: 77.5em) {
  .small-block-column-one .block-content,
  .small-block-column-two .block-content {
    padding: 1em 2.25em 2.5em 1.75em;
  }
}
.no-mediaqueries .small-block-column-one .block-content, .no-mediaqueries
.small-block-column-two .block-content {
  padding: 1em 2.25em 2.5em 1.75em;
}
.small-block-column-one .block-image,
.small-block-column-two .block-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50vh;
  width: 100%;
  min-height: 390px;
}
@media (min-width: 48.0625em) {
  .small-block-column-one .block-image,
  .small-block-column-two .block-image {
    height: 50vh;
  }
}
.no-mediaqueries .small-block-column-one .block-image, .no-mediaqueries
.small-block-column-two .block-image {
  height: 50vh;
}
.small-block-column-one .small-block.with-title .small-block-text,
.small-block-column-two .small-block.with-title .small-block-text {
  padding: 1em 3em 1em 1.875em;
}
.small-block-column-one .small-block.with-title .block-title,
.small-block-column-two .small-block.with-title .block-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #C32E4C;
  text-transform: uppercase;
}
.small-block-column-one .small-block.with-title .block-content,
.small-block-column-two .small-block.with-title .block-content {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  line-height: 1.7;
}

.small-block-column-one,
.small-block-column-two {
  display: block;
  clear: none;
  width: 100%;
  float: none;
}
@media (min-width: 48.0625em) {
  .small-block-column-one,
  .small-block-column-two {
    display: inline-block;
    clear: right;
    width: 50%;
    float: left;
  }
}
.no-mediaqueries .small-block-column-one, .no-mediaqueries
.small-block-column-two {
  display: inline-block;
  clear: right;
  width: 50%;
  float: left;
}
@media (min-width: 77.5em) {
  .small-block-column-one,
  .small-block-column-two {
    display: table;
    clear: none;
    width: 100%;
  }
}
.no-mediaqueries .small-block-column-one, .no-mediaqueries
.small-block-column-two {
  display: table;
  clear: none;
  width: 100%;
}

.small-block-column-one .small-block {
  vertical-align: bottom;
}

.small-block-column-two .small-block {
  vertical-align: middle;
}

.small-block-content {
  display: table-row;
  width: 100%;
  line-height: 1.7;
}
@media (min-width: 77.5em) {
  .small-block-content {
    width: 50%;
  }
}
.no-mediaqueries .small-block-content {
  width: 50%;
}

.small-block {
  display: block;
  width: 100%;
}
@media (min-width: 77.5em) {
  .small-block {
    display: table-cell;
    width: 50%;
  }
}
.no-mediaqueries .small-block {
  display: table-cell;
  width: 50%;
}

.section-three {
  display: block;
  position: relative;
  margin-bottom: -2em;
  color: #FFFFFF;
  background-color: #3D5265;
}

.section-three-right-background,
.section-three-left-background {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

@media (min-width: 48.0625em) {
  .section-three-right-background {
    right: 0;
    background-color: #7B9CB1;
  }
}
.no-mediaqueries .section-three-right-background {
  right: 0;
  background-color: #7B9CB1;
}

@media (min-width: 48.0625em) {
  .section-three-left-background {
    left: 0;
    background-color: #3D5265;
  }
}
.no-mediaqueries .section-three-left-background {
  left: 0;
  background-color: #3D5265;
}

.section-three-wrapper {
  display: table;
  width: 100%;
  z-index: 5;
  position: relative;
}

.section-three-content {
  display: table-row;
}
.section-three-content .block-image {
  line-height: 0;
}
@media (min-width: 48.0625em) {
  .section-three-content .block-image {
    margin-right: -1px;
  }
}
.no-mediaqueries .section-three-content .block-image {
  margin-right: -1px;
}
.section-three-content .block-image img {
  width: 100%;
}
.section-three-content .wide-block-wrapper {
  background-color: #3D5265;
}
@media (min-width: 48.0625em) {
  .section-three-content .wide-block-wrapper {
    display: table-cell;
    width: 50%;
  }
}
.no-mediaqueries .section-three-content .wide-block-wrapper {
  display: table-cell;
  width: 50%;
}
.section-three-content .large-block-wrapper {
  position: relative;
}
@media (min-width: 48.0625em) {
  .section-three-content .large-block-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.no-mediaqueries .section-three-content .large-block-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.section-three-content .large-block {
  width: 100%;
  margin: 0;
}
@media (min-width: 48.0625em) {
  .section-three-content .large-block {
    max-width: calc(1440px / 2);
    margin: 0 auto 0 0;
    padding: 0 1em 1em 1em;
  }
}
.no-mediaqueries .section-three-content .large-block {
  max-width: calc(1440px / 2);
  margin: 0 auto 0 0;
  padding: 0 1em 1em 1em;
}
.section-three-content .letter-block {
  padding: 2em;
  width: 100%;
  color: #000000;
  background-color: #FFFFFF;
}
@media (min-width: 48.0625em) {
  .section-three-content .letter-block {
    margin: 3em auto 0 auto;
    max-width: 36.25em;
  }
}
.no-mediaqueries .section-three-content .letter-block {
  margin: 3em auto 0 auto;
  max-width: 36.25em;
}
@media (min-width: 64em) {
  .section-three-content .letter-block {
    padding: 3.5em 5em 5em 5em;
  }
}
.no-mediaqueries .section-three-content .letter-block {
  padding: 3.5em 5em 5em 5em;
}
.section-three-content .letter-block .block-title {
  font-size: 34px;
  font-size: 2.125rem;
  color: #C32E4C;
}
.section-three-content .letter-block .block-content {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 1em;
  line-height: 1.7;
}
.section-three-content .wide-block.text {
  width: 100%;
  color: #FFFFFF;
  background-color: #3D5265;
  padding: 2em;
}
@media (min-width: 48.0625em) {
  .section-three-content .wide-block.text {
    max-width: calc(1440px / 2);
    margin: 0 0 0 auto;
    padding: 0 1em 1em 1em;
  }
}
.no-mediaqueries .section-three-content .wide-block.text {
  max-width: calc(1440px / 2);
  margin: 0 0 0 auto;
  padding: 0 1em 1em 1em;
}
.section-three-content .wide-block.text .block-title {
  font-size: 42px;
  font-size: 2.625rem;
  color: #FFFFFF;
}
@media (min-width: 48.0625em) {
  .section-three-content .wide-block.text .block-title {
    font-size: 80px;
    font-size: 5rem;
    margin-top: 0.5em;
  }
}
.no-mediaqueries .section-three-content .wide-block.text .block-title {
  font-size: 80px;
  font-size: 5rem;
  margin-top: 0.5em;
}
.section-three-content .wide-block.text .block-content {
  font-size: 24px;
  font-size: 1.5rem;
  color: #C7D9E7;
  line-height: 1.7;
  width: 90%;
}
.section-three-content .wide-block.text .block-content p {
  margin-top: 0;
}

.about-hero,
.about-section-1,
.about-section-2,
.about-section-3,
.about-section-4,
.about-section-5 {
  position: relative;
  display: block;
  height: calc(100vh + 62px);
  color: #FFFFFF;
  background-color: #C32E4C;
}
@media (min-width: 37.5em) {
  .about-hero,
  .about-section-1,
  .about-section-2,
  .about-section-3,
  .about-section-4,
  .about-section-5 {
    height: calc(100vh - 52px);
  }
}
.no-mediaqueries .about-hero, .no-mediaqueries
.about-section-1, .no-mediaqueries
.about-section-2, .no-mediaqueries
.about-section-3, .no-mediaqueries
.about-section-4, .no-mediaqueries
.about-section-5 {
  height: calc(100vh - 52px);
}

.about-section-5 {
  margin-bottom: -2em;
}

.about-section-wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  margin-top: 0;
  width: 90%;
}

.about-section-content {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about-section-content:after {
  content: " ";
  display: block;
  clear: both;
}
.about-hero .about-section-content {
  padding: 2em;
}
@media (min-width: 48.0625em) {
  .about-hero .about-section-content {
    padding: 0;
  }
}
.no-mediaqueries .about-hero .about-section-content {
  padding: 0;
}

.about-section-text-wrapper {
  padding: 1em;
  margin: 0;
  text-align: left;
  background-color: #3D5265;
}
@media (min-width: 48.0625em) {
  .about-section-text-wrapper {
    padding: 2em 3em;
    margin: 1em;
  }
}
.no-mediaqueries .about-section-text-wrapper {
  padding: 2em 3em;
  margin: 1em;
}

.about-section-content.about-hero-content {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}
.about-section-content.about-hero-content:after {
  content: " ";
  display: block;
  clear: both;
}

.about-hero {
  margin-top: -62px;
}

.about-hero-title {
  font-size: 32px;
  font-size: 2rem;
  padding: 0 0 0.6em 0;
  margin: 0;
  color: #FFFFFF;
}
@media (min-width: 31.25em) {
  .about-hero-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.no-mediaqueries .about-hero-title {
  font-size: 46px;
  font-size: 2.875rem;
}
@media (min-width: 48.0625em) {
  .about-hero-title {
    font-size: 74px;
    font-size: 4.625rem;
  }
}
.no-mediaqueries .about-hero-title {
  font-size: 74px;
  font-size: 4.625rem;
}

.about-hero-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
}

.about-hero-text {
  font-size: 16px;
  font-size: 1rem;
}

.about-hero-graphic-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.about-hero-graphic img {
  width: 100%;
}

.about-section-title {
  font-size: 32px;
  font-size: 2rem;
}

.about-section-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.about-section-text li {
  line-height: 2.25;
}

.about-section-card {
  padding: 1em;
  background-color: #FFFFFF;
}
.about-section-card .about-section-text-wrapper {
  border: 1px solid #C7D9E7;
  color: #333333;
  background-color: #FFFFFF;
}

.next-arrow {
  position: absolute;
  bottom: 2em;
  width: 100%;
  text-align: center;
  z-index: 50;
}
@media (min-width: 31.25em) {
  .next-arrow {
    bottom: 3.5em;
  }
}
.no-mediaqueries .next-arrow {
  bottom: 3.5em;
}
@media (min-width: 48.0625em) {
  .next-arrow {
    bottom: 1.5em;
  }
}
.no-mediaqueries .next-arrow {
  bottom: 1.5em;
}

.about-hero .next-arrow {
  bottom: 1.5em;
}

.up-arrow-link,
.down-arrow-link {
  display: inline-block;
  width: 3.25em;
  height: 3.25em;
  color: #FFFFFF;
}
.up-arrow-link:before,
.down-arrow-link:before {
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
  border-radius: 50%;
  padding: 0.3em;
  color: #3D5265;
  background-color: #FFFFFF;
}

.up-arrow-link {
  text-decoration: none;
  display: inline-block;
}

.down-arrow-link {
  text-decoration: none;
  display: inline-block;
}
.down-arrow-link:before {
  display: inline-block;
}

.about-section-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh + 62px);
  min-height: 35em;
}
@media (min-width: 37.5em) {
  .about-section-background {
    height: calc(100vh - 52px);
  }
}
.no-mediaqueries .about-section-background {
  height: calc(100vh - 52px);
}

#brand-content {
  margin-top: -61px;
}

.brand-hero {
  position: relative;
  height: calc(100vh - 62px);
  background-color: #333333;
}
.brand-hero-title {
  position: absolute;
  top: 43%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 31px;
  font-size: 1.9375rem;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
}
.brand-hero-title .hero-text-wrapper {
  color: #FFFFFF;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.2;
}
.brand-hero .brand-hero-scroll-prompt {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.brand-hero .brand-hero-scroll-prompt .scroll-prompt {
  text-decoration: none;
}
.brand-hero .brand-hero-scroll-prompt .scroll-prompt-text {
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  padding-bottom: 2em;
}
@media (min-width: 48.0625em) {
  .brand-hero-title {
    top: 43%;
  }
  .brand-hero-title .hero-text-wrapper {
    color: #FFFFFF;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.2;
  }
  .brand-hero-scroll-prompt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.no-mediaqueries .brand-hero-title {
  top: 43%;
}
.no-mediaqueries .brand-hero-title .hero-text-wrapper {
  color: #FFFFFF;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.2;
}
.no-mediaqueries .brand-hero-scroll-prompt {
  font-size: 24px;
  font-size: 1.5rem;
}

.brand-box {
  max-width: 1440pxpx;
  position: relative;
}
.brand-box-left, .brand-box-right {
  width: 100%;
  float: none;
  display: block;
  padding: 1.5625em 0.75em;
  position: relative;
}
.brand-box-left button, .brand-box-right button {
  position: static;
}
.brand-box-left {
  background: #C7D9E7;
  padding-bottom: 70px;
}
.brand-box-left.dark {
  background: #3D5265;
}
.brand-box-left.dark .brand-box-title,
.brand-box-left.dark .brand-box-description {
  color: white;
}
.brand-box-right {
  background: white;
  padding-bottom: 100px;
}
.brand-box-right.dark {
  background: #DCDCDC;
}
.brand-box-title {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #3c5266;
  line-height: 1.2;
  padding-bottom: 45px;
}
.brand-box-description {
  font-size: 16px;
  font-size: 1rem;
  color: #3b5266;
  line-height: 1.6;
  text-align: left;
}
.brand-box .logo-files {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.brand-box .logo-files .logo-file {
  border-bottom: 1px solid #DCDCDC;
  min-height: 12.5em;
  padding-left: 0;
  padding: 25px 0;
  list-style-type: none;
  list-style-image: none;
}
.brand-box .logo-files .logo-file .logo-type {
  display: block;
  padding-bottom: 25px;
}
.brand-box .logo-files .logo-file .logo {
  display: block;
  width: 10.9375em;
  margin-left: -5px;
  float: left;
}
.brand-box .logo-files .logo-file:last-child {
  border-bottom: none;
}
.brand-box .logo-file-downloads {
  float: left;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  min-width: 200px;
  clear: both;
}
.brand-box .logo-file-downloads .title {
  color: #404040;
}
.brand-box .logo-file-downloads-type {
  float: left;
  width: 100px;
  padding-left: 0;
  padding: 0 0.9375em 0 0;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
}
.brand-box .logo-file-downloads-type a {
  color: #C32E4C;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.brand-box .guide-book {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.brand-box .do-dont {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.brand-box .do-dont-item {
  float: left;
  width: 50%;
  padding-left: 0;
  padding: 20px;
  margin-bottom: 33%;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
}
.brand-box .title {
  color: #C32E4C;
  padding-bottom: 10px;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
  padding-left: 0;
  display: block;
}
.brand-box .title p {
  margin: 0;
}
.brand-box .content {
  font-size: 12px;
  font-size: 0.75rem;
}
.brand-box .content p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.brand-box .questions {
  list-style: none;
  margin: 0;
  padding: 1.5625em 0 0;
}
.brand-box .questions hr {
  border-color: white;
}
.brand-box .questions li {
  list-style-image: none;
  line-height: 1.2;
}
.brand-box .questions .question .content p a {
  color: #333333;
}
@media (min-width: 48.0625em) {
  .brand-box {
    height: 100vh;
  }
  .brand-box-left, .brand-box-right {
    width: 50%;
    height: 100%;
    float: left;
    padding: 1.875em;
  }
  .brand-box-left button, .brand-box-right button {
    /*position: absolute;*/
  }
  .brand-box-right {
    padding-bottom: 0;
  }
  .brand-box-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .brand-box .logo-files .logo-file {
    max-width: 550px;
  }
  .brand-box .questions hr {
    margin: .6em 0;
  }
  .brand-box .questions .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.no-mediaqueries .brand-box {
  height: 100vh;
}
.no-mediaqueries .brand-box-left, .no-mediaqueries .brand-box-right {
  width: 50%;
  height: 100%;
  float: left;
  padding: 1.875em;
}
.no-mediaqueries .brand-box-left button, .no-mediaqueries .brand-box-right button {
  /*position: absolute;*/
}
.no-mediaqueries .brand-box-right {
  padding-bottom: 0;
}
.no-mediaqueries .brand-box-title {
  font-size: 50px;
  font-size: 3.125rem;
}
.no-mediaqueries .brand-box .logo-files .logo-file {
  max-width: 550px;
}
.no-mediaqueries .brand-box .questions hr {
  margin: .6em 0;
}
.no-mediaqueries .brand-box .questions .title {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 54.25em) {
  .brand-box-title {
    font-size: 80px;
    font-size: 5rem;
  }
  .brand-box .questions hr {
    margin: 1em 0;
  }
  .brand-box .questions .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .brand-box .logo-file-downloads {
    width: 12.5em;
    padding-top: 0;
    clear: none;
    float: right;
  }
}
.no-mediaqueries .brand-box-title {
  font-size: 80px;
  font-size: 5rem;
}
.no-mediaqueries .brand-box .questions hr {
  margin: 1em 0;
}
.no-mediaqueries .brand-box .questions .title {
  font-size: 14px;
  font-size: 0.875rem;
}
.no-mediaqueries .brand-box .logo-file-downloads {
  width: 12.5em;
  padding-top: 0;
  clear: none;
  float: right;
}
@media (min-width: 68.125em) {
  .brand-box .logo-file-downloads {
    width: 12.5em;
    padding-top: 0;
  }
}
.no-mediaqueries .brand-box .logo-file-downloads {
  width: 12.5em;
  padding-top: 0;
}

.down-arrow,
.up-arrow {
  font-size: 32px;
  font-size: 2rem;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  padding: 0.2em 0.3em;
  color: #000000;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}
.down-arrow.centered,
.up-arrow.centered {
  position: absolute;
  left: 50%;
  bottom: 2%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
}
.down-arrow a,
.up-arrow a {
  color: #000000;
  position: absolute;
  height: 50px;
  width: 50px;
  text-decoration: none;
}
.down-arrow a:after,
.up-arrow a:after {
  border-radius: 50%;
  padding: 0.3em;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 48.0625em) {
  .down-arrow.centered,
  .up-arrow.centered {
    bottom: 9%;
  }
}
.no-mediaqueries .down-arrow.centered, .no-mediaqueries
.up-arrow.centered {
  bottom: 9%;
}

.scroll-prompt .down-arrow {
  bottom: 0;
  margin-bottom: -1.5em;
}
.scroll-prompt .down-arrow a {
  color: #FFFFFF;
}

#download-form {
  display: none;
  position: fixed;
  top: 4.0625em;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  overflow-y: scroll;
}
#download-form .field {
  position: absolute;
  padding: 0 .6em;
  background: white;
  z-index: 99999;
  width: 100%;
  height: 99vh;
}
#download-form #close {
  font-size: 29px;
  font-size: 1.8125rem;
  display: block;
  border-radius: 50%;
  padding: 0em 0.125em;
  height: 35px;
  width: 35px;
  position: relative;
  top: 15px;
  cursor: pointer;
  float: right;
}
#download-form .form-title {
  font-size: 21px;
  font-size: 1.3125rem;
  padding-top: 0em;
}
#download-form .form-title .error-label {
  color: red;
  padding-left: 15px;
  font-size: 0.75em;
}
#download-form label {
  margin-bottom: .5em;
}
#download-form label.option {
  width: 85%;
  margin-left: 25px;
  font-size: 9px;
  font-size: 0.5625rem;
}
#download-form input[type=text], #download-form input[type=email] {
  height: 50px;
  box-sizing: border-box;
  padding: 0 1em;
  line-height: 1.25;
}
#download-form input[type=text].error, #download-form input[type=email].error {
  border: 3px solid red;
}
#download-form input[type=checkbox] {
  position: absolute;
  margin-left: 0;
}
#download-form input[type=submit] {
  height: auto;
  width: 100%;
  padding: 1.25em 1em;
  font-size: 16px;
  font-size: 1rem;
}
#download-form .messages.error {
  background-color: transparent;
  background-image: none;
  border: none;
  margin: 0;
  padding: 0;
}
#download-form .messages.error ul {
  margin: 0;
}
#download-form .messages.error ul li:first-child {
  display: none;
}
#download-form .messages.error ul li:last-child {
  display: none;
}
#download-form .messages.error ul li:nth-child(2) {
  color: transparent;
}
#download-form .messages.error ul li:nth-child(2):before {
  content: 'Please enter the required information.';
  color: red;
}
@media (min-width: 54.25em) {
  #download-form {
    top: 0;
  }
  #download-form .field {
    padding: 0 1.5625em;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
  }
  #download-form .form-title {
    width: 80%;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  #download-form label {
    width: 65%;
    margin-bottom: 1em;
  }
  #download-form input {
    width: 100%;
  }
  #download-form input[type=checkbox] {
    width: auto;
    margin-right: 0;
  }
  #download-form input[type=submit] {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.no-mediaqueries #download-form {
  top: 0;
}
.no-mediaqueries #download-form .field {
  padding: 0 1.5625em;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}
.no-mediaqueries #download-form .form-title {
  width: 80%;
  font-size: 21px;
  font-size: 1.3125rem;
}
.no-mediaqueries #download-form label {
  width: 65%;
  margin-bottom: 1em;
}
.no-mediaqueries #download-form input {
  width: 100%;
}
.no-mediaqueries #download-form input[type=checkbox] {
  width: auto;
  margin-right: 0;
}
.no-mediaqueries #download-form input[type=submit] {
  font-size: 21px;
  font-size: 1.3125rem;
}

body.form-open {
  position: absolute;
  overflow-x: hidden;
}

.webform-confirmation {
  min-height: 500px;
}
.webform-confirmation h3 {
  margin-bottom: 5px;
}
.webform-confirmation-message {
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-left: 25px;
}

.node-type-custom-page .main-content .block-blockify {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.node-type-custom-page .main-content .block-blockify:after {
  content: " ";
  display: block;
  clear: both;
}

.node-type-custom-page .main-content,
.page-node.node-type-custom-page .block-system .node {
  margin: -62px 0 0 0;
  width: 100%;
  max-width: none;
  padding: 62px 0 0.5em 0;
}

.node-type-custom-page .cp-page-title {
  text-align: center;
}

.node-type-custom-page .field-name-field-custom-page-content,
.cp-icon-section-wrapper,
.cp-textarea-wrapper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
.node-type-custom-page .field-name-field-custom-page-content:after,
.cp-icon-section-wrapper:after,
.cp-textarea-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 56.25em) {
  .node-type-custom-page .field-name-field-custom-page-content,
  .cp-icon-section-wrapper,
  .cp-textarea-wrapper {
    padding: 0;
  }
}
.no-mediaqueries .node-type-custom-page .field-name-field-custom-page-content, .no-mediaqueries
.cp-icon-section-wrapper, .no-mediaqueries
.cp-textarea-wrapper {
  padding: 0;
}

.cp-quote-wrapper,
.cp-video-wrapper,
.cp-content-width-image-wrapper,
.cp-card-side-image-wrapper,
.cp-card-wide-image-wrapper,
.node-custom-page .field-item .field-type-blockreference {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.cp-quote-wrapper:after,
.cp-video-wrapper:after,
.cp-content-width-image-wrapper:after,
.cp-card-side-image-wrapper:after,
.cp-card-wide-image-wrapper:after,
.node-custom-page .field-item .field-type-blockreference:after {
  content: " ";
  display: block;
  clear: both;
}

.page-node-5638 .node-custom-page h2, .page-node-5638 .node-custom-page .block-title {
  text-align: center;
}

.cp-cards-wrapper {
  display: block;
  padding: 0 1em;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 56.25em) {
  .cp-cards-wrapper {
    display: table;
    padding: 0;
    border-spacing: 0.5em;
    width: 54.75em;
  }
  .cp-cards-wrapper.cp-cards-1 {
    display: block;
  }
  .cp-cards-wrapper.cp-cards-1 .cp-card-item {
    background: #C7D9E7;
  }
  .cp-cards-wrapper.cp-cards-2 {
    width: 684px;
  }
  .cp-cards-wrapper.cp-cards-2 .cp-card-item {
    position: relative;
  }
  .cp-cards-wrapper.cp-cards-2 .cp-cards-link-wrapper {
    padding: 1em 0 0;
    height: 65px;
  }
  .cp-cards-wrapper.cp-cards-2 .cp-cards-link-wrapper a {
    position: absolute;
    bottom: 15px;
  }
}
.no-mediaqueries .cp-cards-wrapper {
  display: table;
  padding: 0;
  border-spacing: 0.5em;
  width: 54.75em;
}
.no-mediaqueries .cp-cards-wrapper.cp-cards-1 {
  display: block;
}
.no-mediaqueries .cp-cards-wrapper.cp-cards-1 .cp-card-item {
  background: #C7D9E7;
}
.no-mediaqueries .cp-cards-wrapper.cp-cards-2 {
  width: 684px;
}
.no-mediaqueries .cp-cards-wrapper.cp-cards-2 .cp-card-item {
  position: relative;
}
.no-mediaqueries .cp-cards-wrapper.cp-cards-2 .cp-cards-link-wrapper {
  padding: 1em 0 0;
  height: 65px;
}
.no-mediaqueries .cp-cards-wrapper.cp-cards-2 .cp-cards-link-wrapper a {
  position: absolute;
  bottom: 15px;
}

.cp-cards-wrapper-content {
  display: block;
}
@media (min-width: 56.25em) {
  .cp-cards-wrapper-content {
    display: table-row;
  }
  .cp-cards-1 .cp-cards-wrapper-content {
    display: block;
  }
}
.no-mediaqueries .cp-cards-wrapper-content {
  display: table-row;
}
.cp-cards-1 .no-mediaqueries .cp-cards-wrapper-content {
  display: block;
}

.cp-card-item {
  border: none;
  padding: 0;
  margin: 2em 0;
  display: block;
  width: 100%;
}
@media (min-width: 56.25em) {
  .cp-card-item {
    display: table-cell;
    border: 2px solid #C7D9E7;
    padding: 1em;
    width: 50%;
  }
  .cp-cards-1 .cp-card-item {
    display: block;
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
}
.no-mediaqueries .cp-card-item {
  display: table-cell;
  border: 2px solid #C7D9E7;
  padding: 1em;
  width: 50%;
}
.cp-cards-1 .no-mediaqueries .cp-card-item {
  display: block;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}

.cp-card-item-content {
  border: 2px solid #C7D9E7;
  padding: 1em;
}
@media (min-width: 56.25em) {
  .cp-card-item-content {
    border: none;
    padding: 0;
  }
}
.no-mediaqueries .cp-card-item-content {
  border: none;
  padding: 0;
}

.cp-cards-image-wrapper {
  text-align: center;
}

.cp-card-side-image-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .cp-card-side-image-content {
    float: right;
    width: 40%;
  }
}
.no-mediaqueries .cp-card-side-image-content {
  float: right;
  width: 40%;
}

.cp-card-side-text {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .cp-card-side-text {
    float: left;
    width: 55%;
    margin-right: 5%;
  }
}
.no-mediaqueries .cp-card-side-text {
  float: left;
  width: 55%;
  margin-right: 5%;
}

.cp-cards-link-wrapper {
  text-align: center;
}

.cp-cards-link {
  font-weight: bold;
}

.cp-cards-title, .view-blog .story-card-title,
.view-stories .story-card-title, .view-events .event-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0.5em 0 0 0;
  color: #C32E4C;
}

.cp-card-side-title,
.cp-card-wide-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0.5em 0 0 0;
  font-weight: 200;
}

.cp-card-side-image-wrapper,
.cp-card-wide-image-wrapper {
  margin: 2em auto;
  padding: 0 1em;
}
@media (min-width: 56.25em) {
  .cp-card-side-image-wrapper,
  .cp-card-wide-image-wrapper {
    padding: 0;
  }
}
.no-mediaqueries .cp-card-side-image-wrapper, .no-mediaqueries
.cp-card-wide-image-wrapper {
  padding: 0;
}

.cp-card-side-content,
.cp-card-wide-content {
  padding: 1em;
  border: 2px solid #C7D9E7;
}

.cp-cards-description {
  text-align: center;
}

.cp-hero-wrapper {
  position: relative;
}
.cp-hero-wrapper .cp-hero-image {
  width: 100%;
}
.cp-hero-wrapper .cp-hero-text {
  color: #FFFFFF;
  background-color: #3D5265;
  padding: 2em;
  text-align: center;
}
@media (min-width: 56.25em) {
  .cp-hero-wrapper .cp-hero-text {
    position: absolute;
    top: 50%;
    right: 50%;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #FFFFFF;
    background-color: #3D5265;
    padding: 2em;
    text-align: center;
    width: 90%;
  }
}
.no-mediaqueries .cp-hero-wrapper .cp-hero-text {
  position: absolute;
  top: 50%;
  right: 50%;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #FFFFFF;
  background-color: #3D5265;
  padding: 2em;
  text-align: center;
  width: 90%;
}
@media (min-width: 71.5625em) {
  .cp-hero-wrapper .cp-hero-text {
    width: 70%;
  }
}
.no-mediaqueries .cp-hero-wrapper .cp-hero-text {
  width: 70%;
}
@media (min-width: 90em) {
  .cp-hero-wrapper .cp-hero-text {
    width: auto;
  }
}
.no-mediaqueries .cp-hero-wrapper .cp-hero-text {
  width: auto;
}
.cp-hero-wrapper .cp-hero-title {
  font-size: 42px;
  font-size: 2.625rem;
  color: #FFFFFF;
}
@media (min-width: 71.5625em) {
  .cp-hero-wrapper .cp-hero-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.no-mediaqueries .cp-hero-wrapper .cp-hero-title {
  font-size: 52px;
  font-size: 3.25rem;
}
.cp-hero-wrapper .cp-hero-descripton {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 71.5625em) {
  .cp-hero-wrapper .cp-hero-descripton {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.no-mediaqueries .cp-hero-wrapper .cp-hero-descripton {
  font-size: 22px;
  font-size: 1.375rem;
}

.cp-cap-hero-wrapper {
  text-align: center;
  padding: 0;
  width: 100%;
  color: #FFFFFF;
  background-color: #DCDCDC;
}
.cp-cap-hero-wrapper .cp-cap-hero-descripton {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1em;
  color: #333333;
}

.cp-icon-section-wrapper {
  padding: 0 1em;
}
@media (min-width: 64em) {
  .cp-icon-section-wrapper {
    padding: 0;
  }
}
.no-mediaqueries .cp-icon-section-wrapper {
  padding: 0;
}

.cp-icon-item-section-content {
  margin-bottom: 1.5em;
}

.cp-icon-item-icon {
  padding: 0 0 2em 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .cp-icon-item-icon {
    float: left;
    width: 15%;
  }
}
.no-mediaqueries .cp-icon-item-icon {
  float: left;
  width: 15%;
}

.cp-icon-item-text {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .cp-icon-item-text {
    float: left;
    width: 82%;
    margin-left: 3%;
  }
}
.no-mediaqueries .cp-icon-item-text {
  float: left;
  width: 82%;
  margin-left: 3%;
}

.cp-icon-item-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333333;
}

.cp-quote-content {
  margin: 5em auto 2.5em auto;
  border: none;
  border-top: 10px solid #C32E4C;
  padding: 1.5em 1em;
}
@media (min-width: 48.0625em) {
  .cp-quote-content {
    padding: 1.5em 2.25em;
  }
}
.no-mediaqueries .cp-quote-content {
  padding: 1.5em 2.25em;
}

.cp-quote-author-wrapper {
  padding: 1em 0 0 0.5em;
}
@media (min-width: 48.0625em) {
  .cp-quote-author-wrapper {
    padding: 1em 0 0 3em;
  }
}
.no-mediaqueries .cp-quote-author-wrapper {
  padding: 1em 0 0 3em;
}

.cp-quote-author-content {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
}
.cp-quote-author-content:before {
  content: '- ';
}

.cp-quote-wide-wrapper {
  margin: 2em 0;
  text-align: center;
  color: #333333;
  background-color: #C7D9E7;
}

.cp-quote-wide-content {
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-size: 1.75rem;
  border: none;
  padding: 1.5em 1em;
}
.cp-quote-wide-content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 48.0625em) {
  .cp-quote-wide-content {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 1.5em 2.25em;
  }
}
.no-mediaqueries .cp-quote-wide-content {
  font-size: 36px;
  font-size: 2.25rem;
  padding: 1.5em 2.25em;
}
.cp-quote-wide-content p:before {
  content: none;
}

.cp-quote-wide-author-wrapper {
  padding: 1em;
}

.cp-quote-wide-author-content {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.cp-cards-3 {
  width: 100%;
}
@media (min-width: 56.25em) {
  .cp-cards-3 {
    width: 1024px;
  }
}
.no-mediaqueries .cp-cards-3 {
  width: 1024px;
}
.cp-cards-3 .cp-cards-title, .cp-cards-3 .view-blog .story-card-title, .view-blog .cp-cards-3 .story-card-title,
.cp-cards-3 .view-stories .story-card-title,
.view-stories .cp-cards-3 .story-card-title, .cp-cards-3 .view-events .event-title, .view-events .cp-cards-3 .event-title {
  margin: .5em 0;
}
.cp-cards-3 .award-type {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.cp-cards-3 .cp-cards-link-wrapper {
  padding: 1em 0 0;
  height: 65px;
}
.cp-cards-3 .cp-cards-link-wrapper a {
  position: absolute;
  bottom: 15px;
}
.cp-cards-3 .cp-card-description {
  padding-bottom: 30px;
  text-align: center;
}
.cp-cards-3 .cp-card-item {
  width: 100%;
  position: relative;
}
.cp-cards-3 .cp-card-item.no-border {
  border: none !important;
}
@media (min-width: 56.25em) {
  .cp-cards-3 .cp-card-item {
    display: table-cell;
    width: 33.3333%;
  }
}
.no-mediaqueries .cp-cards-3 .cp-card-item {
  display: table-cell;
  width: 33.3333%;
}

.field-type-field-collection .field-item.odd .cp-cards-3 .cp-card-item.odd {
  background: #FFFFFF;
}
.field-type-field-collection .field-item.even .cp-cards-3 .cp-card-item.even {
  background: #FFFFFF;
}

/*

.cp-cards-3 {
  width: 100%;
  display: block;

  @include breakpoint($bp-med-small) {
    width: 1024px;
  }

  .cp-cards-wrapper{
    display: block;
    @extend %clearfix;
  }

  .cp-cards-title{
    margin: .5em 0;
  }

  .cp-cards-link-wrapper{
    padding: 1em 0 0;
  }

  .cp-card-item {
    width: 100%;

    @include breakpoint($bp-med-small) {
      display: block;
      width: 30%;
      margin: 0 1%;
      float: left;
    }


  }// .cp-card-item
}// .cp-cards-3


.field-type-field-collection{
  .field-item.odd{
    .cp-cards-3{
      .cp-card-item{
        &.even{
          background: $c-white;
        }
        &.odd{
          background: $c-light-grey;
        }
      }
    }
  }

  .field-item.even{
    .cp-cards-3{
      .cp-card-item{
        &.even{
          background: $c-light-grey;
        }
        &.odd{
          background: $c-white;
        }
      }
    }
  }
}
 */
.page-glossary .block-blockify .title {
  text-align: center;
}

.view-glossary-page {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.view-glossary-page:after {
  content: " ";
  display: block;
  clear: both;
}
.view-glossary-page .attachment {
  text-align: center;
  padding: 0 0 3em 0;
}
.view-glossary-page .attachment .view-header a {
  padding-right: 0.5em;
  text-decoration: none;
}
.view-glossary-page .attachment .view-header,
.view-glossary-page .attachment .view-content,
.view-glossary-page .attachment .view-content .item-list {
  display: inline;
}
.view-glossary-page .attachment .item-list .views-summary {
  display: inline;
  padding: 0;
  margin: 0;
}
.view-glossary-page .attachment .item-list .views-summary li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  text-transform: uppercase;
  padding-right: 0.1em;
}
.view-glossary-page .attachment .item-list .views-summary .active {
  text-decoration: none;
}
.view-glossary-page .attachment .view-header {
  text-transform: uppercase;
}
.view-glossary-page .views-row {
  padding-bottom: 0.5em;
}
.view-glossary-page .glossary-term {
  float: none;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-glossary-page .glossary-term {
    float: left;
    width: 30%;
  }
}
.no-mediaqueries .view-glossary-page .glossary-term {
  float: left;
  width: 30%;
}
.view-glossary-page .glossary-definition {
  float: none;
  width: 100%;
}
.view-glossary-page .glossary-definition p {
  margin-top: 0;
}
@media (min-width: 48.0625em) {
  .view-glossary-page .glossary-definition {
    float: left;
    width: 70%;
  }
}
.no-mediaqueries .view-glossary-page .glossary-definition {
  float: left;
  width: 70%;
}
.view-glossary-page #edit-node {
  right: 0;
}

.page-glossary- .view-glossary-page .attachment .view-header a,
.page-glossary-a .view-glossary-page .attachment .view-header a,
.page-glossary-b .view-glossary-page .attachment .view-header a,
.page-glossary-c .view-glossary-page .attachment .view-header a,
.page-glossary-d .view-glossary-page .attachment .view-header a,
.page-glossary-e .view-glossary-page .attachment .view-header a,
.page-glossary-f .view-glossary-page .attachment .view-header a,
.page-glossary-g .view-glossary-page .attachment .view-header a,
.page-glossary-h .view-glossary-page .attachment .view-header a,
.page-glossary-i .view-glossary-page .attachment .view-header a,
.page-glossary-j .view-glossary-page .attachment .view-header a,
.page-glossary-k .view-glossary-page .attachment .view-header a,
.page-glossary-l .view-glossary-page .attachment .view-header a,
.page-glossary-m .view-glossary-page .attachment .view-header a,
.page-glossary-n .view-glossary-page .attachment .view-header a,
.page-glossary-o .view-glossary-page .attachment .view-header a,
.page-glossary-p .view-glossary-page .attachment .view-header a,
.page-glossary-q .view-glossary-page .attachment .view-header a,
.page-glossary-r .view-glossary-page .attachment .view-header a,
.page-glossary-s .view-glossary-page .attachment .view-header a,
.page-glossary-t .view-glossary-page .attachment .view-header a,
.page-glossary-u .view-glossary-page .attachment .view-header a,
.page-glossary-v .view-glossary-page .attachment .view-header a,
.page-glossary-w .view-glossary-page .attachment .view-header a,
.page-glossary-x .view-glossary-page .attachment .view-header a,
.page-glossary-y .view-glossary-page .attachment .view-header a,
.page-glossary-z .view-glossary-page .attachment .view-header a {
  font-weight: normal;
  text-decoration: underline;
}

.summer-picnic-2019-newsletter-form {
  padding: 60px 30px 30px 30px;
}

.contact-us-form .form-item label {
  display: block;
  width: auto;
}
@media (min-width: 48.0625em) {
  .contact-us-form .form-item label {
    display: inline-block;
    width: 25%;
  }
}
.no-mediaqueries .contact-us-form .form-item label {
  display: inline-block;
  width: 25%;
}
.contact-us-form .form-textarea-wrapper {
  margin-bottom: 1em;
}

.page-node-96 .form-checkboxes .form-type-checkbox,
.request-a-proposal-form .form-checkboxes .form-type-checkbox {
  float: left;
  clear: none;
  padding-bottom: 0.5em;
  width: 33%;
}
.page-node-96 .form-checkboxes .form-type-checkbox label,
.request-a-proposal-form .form-checkboxes .form-type-checkbox label {
  width: 80%;
  font-weight: 400;
}
.page-node-96 .form-checkboxes .form-type-checkbox.item-1, .page-node-96 .form-checkboxes .form-type-checkbox.item-4, .page-node-96 .form-checkboxes .form-type-checkbox.item-7, .page-node-96 .form-checkboxes .form-type-checkbox.item-10, .page-node-96 .form-checkboxes .form-type-checkbox.item-13, .page-node-96 .form-checkboxes .form-type-checkbox.item-16, .page-node-96 .form-checkboxes .form-type-checkbox.item-19, .page-node-96 .form-checkboxes .form-type-checkbox.item-22, .page-node-96 .form-checkboxes .form-type-checkbox.item-25, .page-node-96 .form-checkboxes .form-type-checkbox.item-28,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-1,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-4,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-7,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-10,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-13,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-16,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-19,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-22,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-25,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-28 {
  clear: left;
}
.page-node-96 .form-checkboxes .form-type-checkbox.item-3, .page-node-96 .form-checkboxes .form-type-checkbox.item-6, .page-node-96 .form-checkboxes .form-type-checkbox.item-9, .page-node-96 .form-checkboxes .form-type-checkbox.item-12, .page-node-96 .form-checkboxes .form-type-checkbox.item-15, .page-node-96 .form-checkboxes .form-type-checkbox.item-18, .page-node-96 .form-checkboxes .form-type-checkbox.item-21, .page-node-96 .form-checkboxes .form-type-checkbox.item-24, .page-node-96 .form-checkboxes .form-type-checkbox.item-27, .page-node-96 .form-checkboxes .form-type-checkbox.item-30,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-3,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-6,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-9,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-12,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-15,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-18,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-21,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-24,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-27,
.request-a-proposal-form .form-checkboxes .form-type-checkbox.item-30 {
  clear: right;
}
.page-node-96 .form-checkboxes input[type="checkbox"],
.request-a-proposal-form .form-checkboxes input[type="checkbox"] {
  margin: 0.4em 0.4em 1em 1em;
  vertical-align: top;
}

.page-node-96 .node-webform .description,
.request-a-proposal-form .node-webform .description {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1em 0 0 0;
}
.page-node-96 .node-webform input[type="submit"],
.request-a-proposal-form .node-webform input[type="submit"] {
  margin-top: 1em;
}
.page-node-96 .node-webform select,
.request-a-proposal-form .node-webform select {
  height: 74px;
  width: 100%;
}
.page-node-96 .node-webform .webform-component--fname label,
.page-node-96 .node-webform .webform-component--lname label,
.page-node-96 .node-webform .webform-component--city label,
.page-node-96 .node-webform .webform-component--state label,
.page-node-96 .node-webform .webform-component--zip-code label,
.request-a-proposal-form .node-webform .webform-component--fname label,
.request-a-proposal-form .node-webform .webform-component--lname label,
.request-a-proposal-form .node-webform .webform-component--city label,
.request-a-proposal-form .node-webform .webform-component--state label,
.request-a-proposal-form .node-webform .webform-component--zip-code label {
  display: block;
  width: 45%;
}
.page-node-96 .node-webform .webform-component--fname .form-text,
.page-node-96 .node-webform .webform-component--lname .form-text,
.page-node-96 .node-webform .webform-component--city .form-text,
.page-node-96 .node-webform .webform-component--state .form-text,
.page-node-96 .node-webform .webform-component--zip-code .form-text,
.request-a-proposal-form .node-webform .webform-component--fname .form-text,
.request-a-proposal-form .node-webform .webform-component--lname .form-text,
.request-a-proposal-form .node-webform .webform-component--city .form-text,
.request-a-proposal-form .node-webform .webform-component--state .form-text,
.request-a-proposal-form .node-webform .webform-component--zip-code .form-text {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .page-node-96 .node-webform .webform-component--fname,
  .page-node-96 .node-webform .webform-component--lname,
  .request-a-proposal-form .node-webform .webform-component--fname,
  .request-a-proposal-form .node-webform .webform-component--lname {
    float: left;
    width: 49%;
  }
}
.no-mediaqueries .page-node-96 .node-webform .webform-component--fname, .no-mediaqueries
.page-node-96 .node-webform .webform-component--lname, .no-mediaqueries
.request-a-proposal-form .node-webform .webform-component--fname, .no-mediaqueries
.request-a-proposal-form .node-webform .webform-component--lname {
  float: left;
  width: 49%;
}
.page-node-96 .node-webform .webform-component--fname,
.request-a-proposal-form .node-webform .webform-component--fname {
  margin-right: 1%;
}
.page-node-96 .node-webform .webform-component--fname.form-item,
.request-a-proposal-form .node-webform .webform-component--fname.form-item {
  clear: left;
}
.page-node-96 .node-webform .webform-component--lname,
.request-a-proposal-form .node-webform .webform-component--lname {
  margin-left: 1%;
}
.page-node-96 .node-webform .webform-component--lname.form-item,
.request-a-proposal-form .node-webform .webform-component--lname.form-item {
  clear: right;
}
.page-node-96 .node-webform .webform-component--lname .form-text,
.request-a-proposal-form .node-webform .webform-component--lname .form-text {
  width: 99%;
}
.page-node-96 .node-webform .webform-component--city,
.page-node-96 .node-webform .webform-component--state,
.page-node-96 .node-webform .webform-component--zip-code,
.request-a-proposal-form .node-webform .webform-component--city,
.request-a-proposal-form .node-webform .webform-component--state,
.request-a-proposal-form .node-webform .webform-component--zip-code {
  float: left;
}
.page-node-96 .node-webform .webform-component--city,
.request-a-proposal-form .node-webform .webform-component--city {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .page-node-96 .node-webform .webform-component--city,
  .request-a-proposal-form .node-webform .webform-component--city {
    margin-right: 1%;
    width: 37%;
  }
  .page-node-96 .node-webform .webform-component--city.form-item,
  .request-a-proposal-form .node-webform .webform-component--city.form-item {
    clear: left;
  }
}
.no-mediaqueries .page-node-96 .node-webform .webform-component--city, .no-mediaqueries
.request-a-proposal-form .node-webform .webform-component--city {
  margin-right: 1%;
  width: 37%;
}
.no-mediaqueries .page-node-96 .node-webform .webform-component--city.form-item, .no-mediaqueries
.request-a-proposal-form .node-webform .webform-component--city.form-item {
  clear: left;
}
.page-node-96 .node-webform .webform-component--state,
.request-a-proposal-form .node-webform .webform-component--state {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .page-node-96 .node-webform .webform-component--state,
  .request-a-proposal-form .node-webform .webform-component--state {
    margin-right: 1%;
    margin-left: 1%;
    width: 36%;
  }
  .page-node-96 .node-webform .webform-component--state.form-item,
  .request-a-proposal-form .node-webform .webform-component--state.form-item {
    clear: none;
  }
}
.no-mediaqueries .page-node-96 .node-webform .webform-component--state, .no-mediaqueries
.request-a-proposal-form .node-webform .webform-component--state {
  margin-right: 1%;
  margin-left: 1%;
  width: 36%;
}
.no-mediaqueries .page-node-96 .node-webform .webform-component--state.form-item, .no-mediaqueries
.request-a-proposal-form .node-webform .webform-component--state.form-item {
  clear: none;
}
@media (min-width: 48.0625em) {
  .page-node-96 .node-webform .webform-component--zip-code,
  .request-a-proposal-form .node-webform .webform-component--zip-code {
    margin-left: 1%;
    width: 22.5%;
  }
  .page-node-96 .node-webform .webform-component--zip-code.form-item,
  .request-a-proposal-form .node-webform .webform-component--zip-code.form-item {
    clear: right;
  }
}
.no-mediaqueries .page-node-96 .node-webform .webform-component--zip-code, .no-mediaqueries
.request-a-proposal-form .node-webform .webform-component--zip-code {
  margin-left: 1%;
  width: 22.5%;
}
.no-mediaqueries .page-node-96 .node-webform .webform-component--zip-code.form-item, .no-mediaqueries
.request-a-proposal-form .node-webform .webform-component--zip-code.form-item {
  clear: right;
}

.node-news .field,
.node-story .field {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.node-news .field:after,
.node-story .field:after {
  content: " ";
  display: block;
  clear: both;
}
.node-news .field-name-field-story-hero-image,
.node-story .field-name-field-story-hero-image {
  max-width: none;
  line-height: 0;
}
.node-news .field-name-field-story-hero-image img,
.node-story .field-name-field-story-hero-image img {
  width: 100%;
}
.node-news .field-name-field-story-category,
.node-story .field-name-field-story-category {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  border-top: 1px solid #C7D9E7;
  padding-top: 1em;
}
.node-news .field-name-field-story-category .field-label,
.node-story .field-name-field-story-category .field-label {
  margin: 0.5em 0;
}

.view-blog,
.view-stories {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.view-blog:after,
.view-stories:after {
  content: " ";
  display: block;
  clear: both;
}
.view-blog .view-content,
.view-stories .view-content {
  display: table-row;
}
.view-blog .story-card-wrap-link,
.view-stories .story-card-wrap-link {
  text-decoration: none;
}
.view-blog .story-card-image-wrapper,
.view-stories .story-card-image-wrapper {
  text-align: center;
}
.view-blog .story-card-image-wrapper img,
.view-stories .story-card-image-wrapper img {
  width: 100%;
}
.view-blog .story-card-description,
.view-stories .story-card-description {
  color: #333333;
}
.view-blog .views-row,
.view-stories .views-row {
  float: left;
  padding: 1em;
  margin: 1em 0;
  display: block;
  width: 100%;
  border: 2px solid #C7D9E7;
}
@media (min-width: 56.25em) {
  .view-blog .views-row,
  .view-stories .views-row {
    display: table-cell;
    width: 49%;
    min-height: 40em;
  }
}
.no-mediaqueries .view-blog .views-row, .no-mediaqueries
.view-stories .views-row {
  display: table-cell;
  width: 49%;
  min-height: 40em;
}
.view-blog .views-row-odd,
.view-stories .views-row-odd {
  clear: left;
}
@media (min-width: 56.25em) {
  .view-blog .views-row-odd,
  .view-stories .views-row-odd {
    margin-right: 1%;
  }
}
.no-mediaqueries .view-blog .views-row-odd, .no-mediaqueries
.view-stories .views-row-odd {
  margin-right: 1%;
}
.view-blog .views-row-even,
.view-stories .views-row-even {
  clear: right;
}
@media (min-width: 56.25em) {
  .view-blog .views-row-even,
  .view-stories .views-row-even {
    margin-left: 1%;
  }
}
.no-mediaqueries .view-blog .views-row-even, .no-mediaqueries
.view-stories .views-row-even {
  margin-left: 1%;
}

.office-listing p {
  margin: 0;
}

.office-listing-main {
  padding-bottom: 2em;
}

.office-listing-item {
  float: none;
  width: 100%;
  padding-bottom: 2em;
}
.office-listing-item.item-1, .office-listing-item.item-4, .office-listing-item.item-7 {
  clear: left;
  margin-left: 0;
}
.office-listing-item.item-3, .office-listing-item.item-6, .office-listing-item.item-9 {
  clear: right;
}
@media (min-width: 37.5em) {
  .office-listing-item {
    float: left;
    width: 31%;
    margin: 0 1%;
  }
}
.no-mediaqueries .office-listing-item {
  float: left;
  width: 31%;
  margin: 0 1%;
}

/*
<div class="office-listing">
<div class="office-listing-main">
<p><strong>National Office</strong></p>
<p>8401 Old Courthouse Road</p>
<p>Vienna, VA 22182</p>
<p>Phone: 571-226-4660</p>
</div>

<div class="office-listing-all">

<div class="office-listing-item item-1 item-odd">
<p><strong>East Region Office</strong></p>
<p>8401 Old Courthouse Road</p>
<p>Suite 500</p>
<p>Vienna, VA 22182</p>
<p>Phone: 571-226-4682</p>
</div>

<div class="office-listing-item item-2 item-even">
<p><strong>North Central Region Office</strong></p>
<p>1400 East Touhy Avenue</p>
<p>Suite 300</p>
<p>Des Plaines, IL 60018</p>
<p>Phone: 847-789-8400</p>
</div>

<div class="office-listing-item item-3 item-odd">
<p><strong>Northwest Region Office</strong></p>
<p>1501 Fourth Avenue</p>
<p>Suite 510</p>
<p>Seattle, WA 98101</p>
<p>Phone: 206-272-3500</p>
</div>

<div class="office-listing-item item-4 item-even">
<p><strong>Pacific West Region Office</strong></p>
<p>2633 Camino Ramon</p>
<p>Suite 150</p>
<p>San Ramon, CA 94583</p>
<p>Phone: 925-543-5100</p>
</div>

<div class="office-listing-item item-5 item-odd">
<p><strong>South Region Office</strong></p>
<p>112 TownPark Drive</p>
<p>Suite 200</p>
<p>Kennesaw, GA 30144</p>
<p>Phone: 770-424-9093</p>
</div>

<div class="office-listing-item item-6 item-even">
<p><strong>South Central Office</strong></p>
<p>2401 East Randol Mill Road</p>
<p>Suite 200</p>
<p>Arlington, TX 76011</p>
<p>Phone: 817-622-7000</p>
</div>

</div>
</div>
*/
.page-speakers-bureau .view-leadership {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.page-speakers-bureau .view-leadership:after {
  content: " ";
  display: block;
  clear: both;
}
.page-speakers-bureau .view-leadership .field-name-body {
  text-align: left;
}
.page-speakers-bureau .view-leadership .speaker-photo-wrapper.video-overlay .field-name-field-team-photo:before {
  transition: all 0.3s ease;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  max-height: 25em;
  position: absolute;
  top: 0;
  left: 0;
}
.page-speakers-bureau .view-leadership .speaker-photo-wrapper.video-overlay .field-name-field-team-photo:hover:before, .page-speakers-bureau .view-leadership .speaker-photo-wrapper.video-overlay .field-name-field-team-photo:focus:before {
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-speakers-bureau .view-leadership .speaker-link {
  text-decoration: none;
}
.page-speakers-bureau .view-leadership .speaker-text {
  color: #000000;
}
.page-speakers-bureau .view-leadership .speaker-title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #C32E4C;
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
}

.design-challenge-menu {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.design-challenge-menu:after {
  content: " ";
  display: block;
  clear: both;
}
.design-challenge-menu .menu {
  margin: 0;
  padding: 0;
  border-top: 1px solid #DCDCDC;
}
.design-challenge-menu .menu .leaf,
.design-challenge-menu .menu .expanded {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  margin: 0;
}
.design-challenge-menu .menu .leaf a,
.design-challenge-menu .menu .expanded a {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 0.5em 1em;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.4;
  color: #C32E4C;
  background-color: #FFFFFF;
}
.design-challenge-menu .menu .leaf a:hover, .design-challenge-menu .menu .leaf a:focus,
.design-challenge-menu .menu .expanded a:hover,
.design-challenge-menu .menu .expanded a:focus {
  text-decoration: underline;
  color: #C32E4C;
  background-color: #DCDCDC;
}
.design-challenge-menu .menu .leaf a.design-challenge-home,
.design-challenge-menu .menu .expanded a.design-challenge-home {
  padding: 1em 1em;
  color: #C32E4C;
  background-color: #DCDCDC;
}
.design-challenge-menu .menu .leaf a.design-challenge-home:hover, .design-challenge-menu .menu .leaf a.design-challenge-home:focus,
.design-challenge-menu .menu .expanded a.design-challenge-home:hover,
.design-challenge-menu .menu .expanded a.design-challenge-home:focus {
  text-decoration: underline;
}
.design-challenge-menu .menu .leaf a.design-challenge-home:before,
.design-challenge-menu .menu .expanded a.design-challenge-home:before {
  display: inline-block;
  margin-right: 1em;
}
.design-challenge-menu .menu .leaf a,
.design-challenge-menu .menu .expaned a {
  height: 0;
  max-height: 25em;
  display: none;
  transition: all 0.3s ease;
}
.design-challenge-menu .menu .leaf a.design-challenge-home,
.design-challenge-menu .menu .expaned a.design-challenge-home {
  height: auto;
  display: block;
}
.design-challenge-menu .menu.dc-menu-open .leaf a,
.design-challenge-menu .menu.dc-menu-open .expaned a {
  transition: all 0.3s ease;
  display: block;
  height: 100%;
  max-height: 25em;
}

.npas-form .form-actions {
  text-align: center;
}

.view-faq .accordion {
  padding: 0;
}

.logged-in .view-faq .accordion .accordion-item #edit-node {
  position: absolute;
  top: 0;
  right: 0;
}

.sam-breadcrumb {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
}
.sam-breadcrumb:after {
  content: " ";
  display: block;
  clear: both;
}

.view-products-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-products-services ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  padding: 0 15px 15px;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.4;
}
@media (min-width: 37.5em) {
  .view-products-services ul li {
    width: 50%;
    max-width: none;
    float: left;
    margin: 0;
  }
}
.no-mediaqueries .view-products-services ul li {
  width: 50%;
  max-width: none;
  float: left;
  margin: 0;
}
@media (min-width: 54.25em) {
  .view-products-services ul li {
    width: 33.3333%;
  }
}
.no-mediaqueries .view-products-services ul li {
  width: 33.3333%;
}
.view-products-services ul li .views-field-title {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-1 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-1 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-3 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-3 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-4 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-4 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-6 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-6 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-7 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-7 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-9 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-9 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-10 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-10 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-12 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-12 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-13 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-13 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-15 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-15 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-16 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-16 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-18 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-18 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-19 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-19 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-21 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-21 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-22 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-22 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-24 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-24 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-25 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-25 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-27 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-27 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-28 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-28 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-30 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-30 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-31 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-31 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-33 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-33 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-34 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-34 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-36 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-36 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-37 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-37 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-39 {
    clear: right;
  }
}
.no-mediaqueries .view-products-services .views-row-39 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-products-services .views-row-40 {
    clear: left;
  }
}
.no-mediaqueries .view-products-services .views-row-40 {
  clear: left;
}

.block-system .view-reports .views-row {
  float: left;
  margin: 1em 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 37.5em) {
  .block-system .view-reports .views-row {
    float: left;
    margin: 0;
    width: 50%;
  }
}
.no-mediaqueries .block-system .view-reports .views-row {
  float: left;
  margin: 0;
  width: 50%;
}
@media (min-width: 54.25em) {
  .block-system .view-reports .views-row {
    width: 33.3333%;
  }
}
.no-mediaqueries .block-system .view-reports .views-row {
  width: 33.3333%;
}
.block-system .view-reports .report-file {
  text-decoration: none;
}
.block-system .view-reports .report-file:hover .report-image > .report-image-overlay {
  opacity: 0.2;
}
.block-system .view-reports .report-title {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 1em 0;
}
.block-system .view-reports .report-image {
  position: relative;
  margin: 0 20%;
}
.block-system .view-reports .report-image img {
  width: 100%;
}
.block-system .view-reports .report-image > .report-image-overlay {
  transition: all 250ms ease-in;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0;
}

@media (min-width: 37.5em) {
  .view-reports .views-row-even {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-even {
  clear: right;
}
@media (min-width: 54.25em) {
  .view-reports .views-row-even {
    clear: none;
  }
}
.no-mediaqueries .view-reports .views-row-even {
  clear: none;
}

@media (min-width: 37.5em) {
  .view-reports .views-row-odd {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-odd {
  clear: left;
}
@media (min-width: 54.25em) {
  .view-reports .views-row-odd {
    clear: none;
  }
}
.no-mediaqueries .view-reports .views-row-odd {
  clear: none;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-1 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-1 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-3 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-3 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-4 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-4 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-6 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-6 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-7 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-7 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-9 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-9 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-10 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-10 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-12 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-12 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-13 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-13 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-15 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-15 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-16 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-16 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-18 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-18 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-19 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-19 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-21 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-21 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-22 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-22 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-24 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-24 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-25 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-25 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-27 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-27 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-28 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-28 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-30 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-30 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-31 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-31 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-33 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-33 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-34 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-34 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-36 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-36 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-37 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-37 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-39 {
    clear: right;
  }
}
.no-mediaqueries .view-reports .views-row-39 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-reports .views-row-40 {
    clear: left;
  }
}
.no-mediaqueries .view-reports .views-row-40 {
  clear: left;
}

.view-video-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-video-gallery ul .views-row {
  border: 2px solid #C7D9E7;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  padding: 15px;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.4;
  margin: 1%;
}
.view-video-gallery ul .views-row img {
  display: block;
  margin: 0 auto;
}
.view-video-gallery ul .views-row a {
  color: #333;
}
@media (min-width: 37.5em) {
  .view-video-gallery ul .views-row {
    width: 48%;
    max-width: none;
    float: left;
    margin: 1%;
  }
}
.no-mediaqueries .view-video-gallery ul .views-row {
  width: 48%;
  max-width: none;
  float: left;
  margin: 1%;
}
@media (min-width: 54.25em) {
  .view-video-gallery ul .views-row {
    width: 31.3333%;
    margin: 1%;
  }
}
.no-mediaqueries .view-video-gallery ul .views-row {
  width: 31.3333%;
  margin: 1%;
}
.view-video-gallery ul .views-row .views-field-title {
  font-size: 28px;
  font-size: 1.75rem;
  padding-top: 1.5em;
  color: #C32E4C;
}
.view-video-gallery ul .views-row .views-field-title a {
  text-decoration: none;
}
.view-video-gallery ul .views-row .field-name-field-video-description {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-1 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-1 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-3 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-3 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-4 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-4 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-6 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-6 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-7 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-7 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-9 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-9 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-10 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-10 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-12 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-12 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-13 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-13 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-15 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-15 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-16 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-16 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-18 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-18 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-19 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-19 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-21 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-21 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-22 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-22 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-24 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-24 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-25 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-25 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-27 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-27 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-28 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-28 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-30 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-30 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-31 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-31 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-33 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-33 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-34 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-34 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-36 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-36 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-37 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-37 {
  clear: left;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-39 {
    clear: right;
  }
}
.no-mediaqueries .view-video-gallery .views-row-39 {
  clear: right;
}

@media (min-width: 54.25em) {
  .view-video-gallery .views-row-40 {
    clear: left;
  }
}
.no-mediaqueries .view-video-gallery .views-row-40 {
  clear: left;
}

.node-type-conference-page .main-content,
.node-type-conference .main-content,
.page-conference .main-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.node-type-conference-page.page-node .tabs,
.node-type-conference-page.page-node .main-content .node-conference-page,
.node-type-conference-page.page-node .main-content .node-conference-maps {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding-bottom: 1em;
}

.node-type-conference.page-node .tabs {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
}

.node-type-conference.page-node .main-content .node-conference {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 1em;
}

.view-conference-schedule {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.conference-header {
  padding: 2em 0;
  background-color: #fff;
}

.conference-header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  max-width: 1227px;
  margin: 0 auto;
}
@media (min-width: 48.0625em) {
  .conference-header-content {
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.no-mediaqueries .conference-header-content {
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 48.0625em) {
  .conference-header-content-logo,
  .conference-header-content-text-wrapper {
    width: 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.no-mediaqueries .conference-header-content-logo, .no-mediaqueries
.conference-header-content-text-wrapper {
  width: 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.conference-header-title {
  font-size: 28px;
  font-size: 1.75rem;
  transition: all 0.3s ease;
  margin: 0;
  color: #C32E4C;
  line-height: 1.2;
}
@media (min-width: 48.0625em) {
  .conference-header-title {
    font-size: 38px;
    font-size: 2.375rem;
    transition: all 0.3s ease;
  }
}
.no-mediaqueries .conference-header-title {
  font-size: 38px;
  font-size: 2.375rem;
  transition: all 0.3s ease;
}
@media (min-width: 64em) {
  .conference-header-title {
    font-size: 52px;
    font-size: 3.25rem;
    transition: all 0.3s ease;
  }
}
.no-mediaqueries .conference-header-title {
  font-size: 52px;
  font-size: 3.25rem;
  transition: all 0.3s ease;
}

.conference-header-description {
  font-size: 18px;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  color: #3D5265;
}
@media (min-width: 48.0625em) {
  .conference-header-description {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.no-mediaqueries .conference-header-description {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 64em) {
  .conference-header-description {
    transition: all 0.3s ease;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.no-mediaqueries .conference-header-description {
  transition: all 0.3s ease;
  font-size: 28px;
  font-size: 1.75rem;
}

.conference-header-registration-link {
  text-align: center;
  padding-top: 2em;
}
@media (min-width: 37.5em) {
  .conference-header-registration-link {
    padding: 0;
    text-align: left;
  }
}
.no-mediaqueries .conference-header-registration-link {
  padding: 0;
  text-align: left;
}
.conference-header-registration-link .red-button, .conference-header-registration-link a.button {
  font-size: 23px;
  font-size: 1.4375rem;
  padding: 1em 0;
  width: 100%;
}
@media (min-width: 31.25em) {
  .conference-header-registration-link .red-button, .conference-header-registration-link a.button {
    padding: 1em 4.25em;
    width: auto;
  }
}
.no-mediaqueries .conference-header-registration-link .red-button, .no-mediaqueries .conference-header-registration-link a.button {
  padding: 1em 4.25em;
  width: auto;
}
@media (min-width: 37.5em) {
  .conference-header-registration-link .red-button, .conference-header-registration-link a.button {
    padding: 1em 0;
    width: 100%;
  }
}
.no-mediaqueries .conference-header-registration-link .red-button, .no-mediaqueries .conference-header-registration-link a.button {
  padding: 1em 0;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .conference-header-registration-link .red-button, .conference-header-registration-link a.button {
    padding: 1em 4.25em;
    width: auto;
  }
}
.no-mediaqueries .conference-header-registration-link .red-button, .no-mediaqueries .conference-header-registration-link a.button {
  padding: 1em 4.25em;
  width: auto;
}

.view-conference-header .conference-interior {
  position: relative;
}
.conference-interior .conference-header-title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 48.0625em) {
  .conference-interior .conference-header-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.no-mediaqueries .conference-interior .conference-header-title {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 64em) {
  .conference-interior .conference-header-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.no-mediaqueries .conference-interior .conference-header-title {
  font-size: 34px;
  font-size: 2.125rem;
}
.conference-interior .conference-header-location,
.conference-interior .conference-header-date {
  font-size: 18px;
  font-size: 1.125rem;
  color: #2D3D4C;
}
@media (min-width: 48.0625em) {
  .conference-interior .conference-header-location,
  .conference-interior .conference-header-date {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.no-mediaqueries .conference-interior .conference-header-location, .no-mediaqueries
.conference-interior .conference-header-date {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 64em) {
  .conference-interior .conference-header-location,
  .conference-interior .conference-header-date {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.no-mediaqueries .conference-interior .conference-header-location, .no-mediaqueries
.conference-interior .conference-header-date {
  font-size: 26px;
  font-size: 1.625rem;
}

.view-conference-menu .field-content,
.view-conference-menu .menu-name-menu-conference-menu,
.annual-conference-menu .field-content,
.annual-conference-menu .menu-name-menu-conference-menu {
  display: table;
  padding: 1.85em 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1312px;
  table-layout: fixed;
}
.view-conference-menu .menu-button,
.annual-conference-menu .menu-button {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu-button,
  .annual-conference-menu .menu-button {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.no-mediaqueries .view-conference-menu .menu-button, .no-mediaqueries
.annual-conference-menu .menu-button {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.view-conference-menu .menu-button-link,
.annual-conference-menu .menu-button-link {
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  background-color: #DCDCDC;
}
.view-conference-menu .menu.conf-menu-open .conf-menu-link,
.annual-conference-menu .menu.conf-menu-open .conf-menu-link {
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.conf-menu-open .conf-menu-link,
  .annual-conference-menu .menu.conf-menu-open .conf-menu-link {
    border: none;
    padding: 0;
  }
}
.no-mediaqueries .view-conference-menu .menu.conf-menu-open .conf-menu-link, .no-mediaqueries
.annual-conference-menu .menu.conf-menu-open .conf-menu-link {
  border: none;
  padding: 0;
}
.view-conference-menu .menu.conf-menu-open .leaf a,
.annual-conference-menu .menu.conf-menu-open .leaf a {
  display: block;
  padding: 0.5em 1em;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.conf-menu-open .leaf a,
  .annual-conference-menu .menu.conf-menu-open .leaf a {
    padding: 0;
  }
}
.no-mediaqueries .view-conference-menu .menu.conf-menu-open .leaf a, .no-mediaqueries
.annual-conference-menu .menu.conf-menu-open .leaf a {
  padding: 0;
}
.view-conference-menu .menu,
.annual-conference-menu .menu {
  padding: 0 1em;
}
.view-conference-menu .menu .leaf a.menu-button-link,
.annual-conference-menu .menu .leaf a.menu-button-link {
  display: block;
  padding: 0.5em 1em;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu,
  .annual-conference-menu .menu {
    display: table-row;
    padding: 0;
  }
}
.no-mediaqueries .view-conference-menu .menu, .no-mediaqueries
.annual-conference-menu .menu {
  display: table-row;
  padding: 0;
}
.view-conference-menu .leaf,
.annual-conference-menu .leaf {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  list-style-type: none;
  list-style-image: none;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .leaf,
  .annual-conference-menu .leaf {
    font-size: 16px;
    font-size: 1rem;
    display: table-cell;
  }
}
.no-mediaqueries .view-conference-menu .leaf, .no-mediaqueries
.annual-conference-menu .leaf {
  font-size: 16px;
  font-size: 1rem;
  display: table-cell;
}
@media (min-width: 54.25em) {
  .view-conference-menu .leaf,
  .annual-conference-menu .leaf {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.no-mediaqueries .view-conference-menu .leaf, .no-mediaqueries
.annual-conference-menu .leaf {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 58.125em) {
  .view-conference-menu .leaf,
  .annual-conference-menu .leaf {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.no-mediaqueries .view-conference-menu .leaf, .no-mediaqueries
.annual-conference-menu .leaf {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 71.5625em) {
  .view-conference-menu .leaf,
  .annual-conference-menu .leaf {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.no-mediaqueries .view-conference-menu .leaf, .no-mediaqueries
.annual-conference-menu .leaf {
  font-size: 22px;
  font-size: 1.375rem;
}
.view-conference-menu .leaf a,
.annual-conference-menu .leaf a {
  color: #C32E4C;
  text-decoration: none;
}
.view-conference-menu .leaf a:hover, .view-conference-menu .leaf a:focus, .view-conference-menu .leaf a.active,
.annual-conference-menu .leaf a:hover,
.annual-conference-menu .leaf a:focus,
.annual-conference-menu .leaf a.active {
  color: #333333;
}
.view-conference-menu .menu.items-3 .leaf,
.annual-conference-menu .menu.items-3 .leaf {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-3 .leaf,
  .annual-conference-menu .menu.items-3 .leaf {
    width: 21%;
    padding: 0 2%;
    white-space: nowrap;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-3 .leaf, .no-mediaqueries
.annual-conference-menu .menu.items-3 .leaf {
  width: 21%;
  padding: 0 2%;
  white-space: nowrap;
}
.view-conference-menu .menu.items-3 .leaf.first, .view-conference-menu .menu.items-3 .leaf.schedule,
.annual-conference-menu .menu.items-3 .leaf.first,
.annual-conference-menu .menu.items-3 .leaf.schedule {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-3 .leaf.first, .view-conference-menu .menu.items-3 .leaf.schedule,
  .annual-conference-menu .menu.items-3 .leaf.first,
  .annual-conference-menu .menu.items-3 .leaf.schedule {
    width: 12.5%;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-3 .leaf.first, .no-mediaqueries .view-conference-menu .menu.items-3 .leaf.schedule, .no-mediaqueries
.annual-conference-menu .menu.items-3 .leaf.first, .no-mediaqueries
.annual-conference-menu .menu.items-3 .leaf.schedule {
  width: 12.5%;
}
.view-conference-menu .menu.items-2 .leaf,
.annual-conference-menu .menu.items-2 .leaf {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-2 .leaf,
  .annual-conference-menu .menu.items-2 .leaf {
    width: 26%;
    padding: 0 2%;
    white-space: nowrap;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-2 .leaf, .no-mediaqueries
.annual-conference-menu .menu.items-2 .leaf {
  width: 26%;
  padding: 0 2%;
  white-space: nowrap;
}
.view-conference-menu .menu.items-2 .leaf.first, .view-conference-menu .menu.items-2 .leaf.schedule,
.annual-conference-menu .menu.items-2 .leaf.first,
.annual-conference-menu .menu.items-2 .leaf.schedule {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-2 .leaf.first, .view-conference-menu .menu.items-2 .leaf.schedule,
  .annual-conference-menu .menu.items-2 .leaf.first,
  .annual-conference-menu .menu.items-2 .leaf.schedule {
    width: 20%;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-2 .leaf.first, .no-mediaqueries .view-conference-menu .menu.items-2 .leaf.schedule, .no-mediaqueries
.annual-conference-menu .menu.items-2 .leaf.first, .no-mediaqueries
.annual-conference-menu .menu.items-2 .leaf.schedule {
  width: 20%;
}
.view-conference-menu .menu.items-1 .leaf,
.annual-conference-menu .menu.items-1 .leaf {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-1 .leaf,
  .annual-conference-menu .menu.items-1 .leaf {
    width: 29%;
    padding: 0 2%;
    white-space: nowrap;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-1 .leaf, .no-mediaqueries
.annual-conference-menu .menu.items-1 .leaf {
  width: 29%;
  padding: 0 2%;
  white-space: nowrap;
}
.view-conference-menu .menu.items-1 .leaf.first, .view-conference-menu .menu.items-1 .leaf.schedule,
.annual-conference-menu .menu.items-1 .leaf.first,
.annual-conference-menu .menu.items-1 .leaf.schedule {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-1 .leaf.first, .view-conference-menu .menu.items-1 .leaf.schedule,
  .annual-conference-menu .menu.items-1 .leaf.first,
  .annual-conference-menu .menu.items-1 .leaf.schedule {
    width: 33%;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-1 .leaf.first, .no-mediaqueries .view-conference-menu .menu.items-1 .leaf.schedule, .no-mediaqueries
.annual-conference-menu .menu.items-1 .leaf.first, .no-mediaqueries
.annual-conference-menu .menu.items-1 .leaf.schedule {
  width: 33%;
}
.view-conference-menu .menu.items-0 .leaf,
.annual-conference-menu .menu.items-0 .leaf {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-0 .leaf,
  .annual-conference-menu .menu.items-0 .leaf {
    width: 46%;
    padding: 0 2%;
    white-space: nowrap;
    display: inline-block;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-0 .leaf, .no-mediaqueries
.annual-conference-menu .menu.items-0 .leaf {
  width: 46%;
  padding: 0 2%;
  white-space: nowrap;
  display: inline-block;
}
.view-conference-menu .menu.items-0 .leaf.first, .view-conference-menu .menu.items-0 .leaf.schedule,
.annual-conference-menu .menu.items-0 .leaf.first,
.annual-conference-menu .menu.items-0 .leaf.schedule {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-0 .leaf.first, .view-conference-menu .menu.items-0 .leaf.schedule,
  .annual-conference-menu .menu.items-0 .leaf.first,
  .annual-conference-menu .menu.items-0 .leaf.schedule {
    width: 46%;
    padding: 0 2%;
    white-space: nowrap;
    display: inline-block;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-0 .leaf.first, .no-mediaqueries .view-conference-menu .menu.items-0 .leaf.schedule, .no-mediaqueries
.annual-conference-menu .menu.items-0 .leaf.first, .no-mediaqueries
.annual-conference-menu .menu.items-0 .leaf.schedule {
  width: 46%;
  padding: 0 2%;
  white-space: nowrap;
  display: inline-block;
}
.view-conference-menu .menu.items-3 .leaf.menu-button,
.view-conference-menu .menu.items-2 .leaf.menu-button,
.view-conference-menu .menu.items-1 .leaf.menu-button,
.view-conference-menu .menu.items-0 .leaf.menu-button,
.annual-conference-menu .menu.items-3 .leaf.menu-button,
.annual-conference-menu .menu.items-2 .leaf.menu-button,
.annual-conference-menu .menu.items-1 .leaf.menu-button,
.annual-conference-menu .menu.items-0 .leaf.menu-button {
  display: block;
}
@media (min-width: 48.0625em) {
  .view-conference-menu .menu.items-3 .leaf.menu-button,
  .view-conference-menu .menu.items-2 .leaf.menu-button,
  .view-conference-menu .menu.items-1 .leaf.menu-button,
  .view-conference-menu .menu.items-0 .leaf.menu-button,
  .annual-conference-menu .menu.items-3 .leaf.menu-button,
  .annual-conference-menu .menu.items-2 .leaf.menu-button,
  .annual-conference-menu .menu.items-1 .leaf.menu-button,
  .annual-conference-menu .menu.items-0 .leaf.menu-button {
    display: none;
  }
}
.no-mediaqueries .view-conference-menu .menu.items-3 .leaf.menu-button, .no-mediaqueries
.view-conference-menu .menu.items-2 .leaf.menu-button, .no-mediaqueries
.view-conference-menu .menu.items-1 .leaf.menu-button, .no-mediaqueries
.view-conference-menu .menu.items-0 .leaf.menu-button, .no-mediaqueries
.annual-conference-menu .menu.items-3 .leaf.menu-button, .no-mediaqueries
.annual-conference-menu .menu.items-2 .leaf.menu-button, .no-mediaqueries
.annual-conference-menu .menu.items-1 .leaf.menu-button, .no-mediaqueries
.annual-conference-menu .menu.items-0 .leaf.menu-button {
  display: none;
}

.node-type-conference.page-node .view-conference-menu .field-content,
.node-type-conference.page-node .tabs {
  max-width: 1227px;
}

.conf-info-blocks {
  width: 100%;
  max-width: 1227px;
  margin: 0 auto;
}

.conf-loc-wrapper,
.conf-date-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  height: 290px;
}

.conf-date-wrapper {
  float: none;
  margin: 0 auto;
  width: auto;
  margin-bottom: 2em;
  overflow: hidden;
}
@media (min-width: 64em) {
  .conf-date-wrapper {
    float: left;
    width: 50%;
    clear: left;
    margin-bottom: 0;
  }
}
.no-mediaqueries .conf-date-wrapper {
  float: left;
  width: 50%;
  clear: left;
  margin-bottom: 0;
}

.conf-loc-wrapper {
  float: none;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}
@media (min-width: 64em) {
  .conf-loc-wrapper {
    float: right;
    width: 50%;
    clear: right;
  }
}
.no-mediaqueries .conf-loc-wrapper {
  float: right;
  width: 50%;
  clear: right;
}

.conf-loc-text,
.conf-date-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.conf-loc-background,
.conf-date-background {
  position: absolute;
  z-index: 0;
}
.conf-loc-background img,
.conf-date-background img {
  max-width: none;
}
@media (min-width: 31.25em) {
  .conf-loc-background img,
  .conf-date-background img {
    max-width: 100%;
  }
}
.no-mediaqueries .conf-loc-background img, .no-mediaqueries
.conf-date-background img {
  max-width: 100%;
}

.conf-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.conf-loc-background .conf-background-overlay {
  background-color: rgba(123, 156, 177, 0.8);
}

.conf-date-background .conf-background-overlay {
  background-color: rgba(195, 46, 76, 0.8);
}

.conf-date-label,
.conf-date,
.conf-loc-title,
.conf-loc-citystate {
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFFFFF;
}
@media (min-width: 31.25em) {
  .conf-date-label,
  .conf-date,
  .conf-loc-title,
  .conf-loc-citystate {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.no-mediaqueries .conf-date-label, .no-mediaqueries
.conf-date, .no-mediaqueries
.conf-loc-title, .no-mediaqueries
.conf-loc-citystate {
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 64em) {
  .conf-date-label,
  .conf-date,
  .conf-loc-title,
  .conf-loc-citystate {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.no-mediaqueries .conf-date-label, .no-mediaqueries
.conf-date, .no-mediaqueries
.conf-loc-title, .no-mediaqueries
.conf-loc-citystate {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 68.75em) {
  .conf-date-label,
  .conf-date,
  .conf-loc-title,
  .conf-loc-citystate {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.no-mediaqueries .conf-date-label, .no-mediaqueries
.conf-date, .no-mediaqueries
.conf-loc-title, .no-mediaqueries
.conf-loc-citystate {
  font-size: 36px;
  font-size: 2.25rem;
}

.conf-date-label {
  font-size: 18px;
  font-size: 1.125rem;
}

.conf-date-buttons .red-button, .conf-date-buttons a.button,
.conf-loc-link .red-button,
.conf-loc-link a.button {
  color: #333333;
  background-color: #FFFFFF;
}

.conf-loc-link {
  padding: 1em 0.5em 0 0.5em;
}

.conf-date-buttons {
  padding-top: 1em;
}
@media (min-width: 68.75em) {
  .conf-date-buttons {
    padding-top: 2.5em;
  }
}
.no-mediaqueries .conf-date-buttons {
  padding-top: 2.5em;
}
.conf-date-buttons .red-button:first-child, .conf-date-buttons a.button:first-child {
  margin-bottom: 0.5em;
}
@media (min-width: 68.75em) {
  .conf-date-buttons .red-button:first-child, .conf-date-buttons a.button:first-child {
    margin-right: 1.25em;
  }
}
.no-mediaqueries .conf-date-buttons .red-button:first-child, .no-mediaqueries .conf-date-buttons a.button:first-child {
  margin-right: 1.25em;
}
.conf-date-buttons .view-schedule-button-wrapper,
.conf-date-buttons .download-schedule-button-wrapper {
  display: inline;
}
@media (min-width: 64em) {
  .conf-date-buttons .view-schedule-button-wrapper,
  .conf-date-buttons .download-schedule-button-wrapper {
    display: block;
  }
}
.no-mediaqueries .conf-date-buttons .view-schedule-button-wrapper, .no-mediaqueries
.conf-date-buttons .download-schedule-button-wrapper {
  display: block;
}
@media (min-width: 68.75em) {
  .conf-date-buttons .view-schedule-button-wrapper,
  .conf-date-buttons .download-schedule-button-wrapper {
    display: inline;
  }
}
.no-mediaqueries .conf-date-buttons .view-schedule-button-wrapper, .no-mediaqueries
.conf-date-buttons .download-schedule-button-wrapper {
  display: inline;
}

.conf-welcome-wrapper {
  padding-bottom: 8em;
}

.conf-welcome-wrapper.no-info-sections {
  padding-top: 0;
}

.conf-welcome-content {
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFFFFF;
  background-color: #3D5265;
}
.conf-welcome-content .conf-welcome-title {
  font-size: 52px;
  font-size: 3.25rem;
}
@media (min-width: 54.25em) {
  .conf-welcome-content {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.no-mediaqueries .conf-welcome-content {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 90em) {
  .conf-welcome-content {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.no-mediaqueries .conf-welcome-content {
  font-size: 24px;
  font-size: 1.5rem;
}

.conf-welcome-text-wrapper {
  float: none;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .conf-welcome-text-wrapper {
    float: left;
    width: 50%;
  }
}
.no-mediaqueries .conf-welcome-text-wrapper {
  float: left;
  width: 50%;
}

.conf-welcome-text {
  max-width: 1227px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em 2.75em 1em 1em;
}
@media (min-width: 48.0625em) {
  .conf-welcome-text {
    max-width: calc(1227px / 2);
    margin: 0 0 0 auto;
  }
}
.no-mediaqueries .conf-welcome-text {
  max-width: calc(1227px / 2);
  margin: 0 0 0 auto;
}
@media (min-width: 90em) {
  .conf-welcome-text {
    padding: 2.25em 2.75em 1em 0;
  }
}
.no-mediaqueries .conf-welcome-text {
  padding: 2.25em 2.75em 1em 0;
}

.conf-welcome-image {
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .conf-welcome-image {
    width: 50%;
  }
}
.no-mediaqueries .conf-welcome-image {
  width: 50%;
}
.conf-welcome-image img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 48.0625em) {
  .conf-welcome-image img {
    width: 100%;
    max-width: 100%;
  }
}
.no-mediaqueries .conf-welcome-image img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 77.5em) {
  .conf-welcome-image img {
    width: auto;
    max-width: none;
  }
}
.no-mediaqueries .conf-welcome-image img {
  width: auto;
  max-width: none;
}
@media (min-width: 90em) {
  .conf-welcome-image img {
    width: 100%;
    max-width: 100%;
  }
}
.no-mediaqueries .conf-welcome-image img {
  width: 100%;
  max-width: 100%;
}

.conf-welcome-link .red-button, .conf-welcome-link a.button {
  padding: 1em 2.75em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 54.25em) {
  .conf-welcome-link .red-button, .conf-welcome-link a.button {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.no-mediaqueries .conf-welcome-link .red-button, .no-mediaqueries .conf-welcome-link a.button {
  font-size: 22px;
  font-size: 1.375rem;
}

.conf-questions-wrapper {
  width: 100%;
  max-width: 1227px;
  margin: 0 auto;
  padding: 7em 1em 0 1em;
}
@media (min-width: 77.5em) {
  .conf-questions-wrapper {
    padding: 7em 0 0 0;
  }
}
.no-mediaqueries .conf-questions-wrapper {
  padding: 7em 0 0 0;
}

.conf-question-wrapper {
  float: none;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .conf-question-wrapper {
    float: left;
    width: 27%;
  }
}
.no-mediaqueries .conf-question-wrapper {
  float: left;
  width: 27%;
}
.conf-question-wrapper.item-1, .conf-question-wrapper.item-4, .conf-question-wrapper.item-7 {
  margin: 0;
}
@media (min-width: 48.0625em) {
  .conf-question-wrapper.item-1, .conf-question-wrapper.item-4, .conf-question-wrapper.item-7 {
    clear: left;
    margin-right: 4%;
  }
}
.no-mediaqueries .conf-question-wrapper.item-1, .no-mediaqueries .conf-question-wrapper.item-4, .no-mediaqueries .conf-question-wrapper.item-7 {
  clear: left;
  margin-right: 4%;
}
.conf-question-wrapper.item-2, .conf-question-wrapper.item-5, .conf-question-wrapper.item-8 {
  margin: 0;
}
@media (min-width: 48.0625em) {
  .conf-question-wrapper.item-2, .conf-question-wrapper.item-5, .conf-question-wrapper.item-8 {
    margin-right: 2%;
    margin-left: 2%;
  }
}
.no-mediaqueries .conf-question-wrapper.item-2, .no-mediaqueries .conf-question-wrapper.item-5, .no-mediaqueries .conf-question-wrapper.item-8 {
  margin-right: 2%;
  margin-left: 2%;
}
.conf-question-wrapper.item-3, .conf-question-wrapper.item-6, .conf-question-wrapper.item-9 {
  margin: 0;
}
@media (min-width: 48.0625em) {
  .conf-question-wrapper.item-3, .conf-question-wrapper.item-6, .conf-question-wrapper.item-9 {
    clear: right;
    margin-left: 4%;
  }
}
.no-mediaqueries .conf-question-wrapper.item-3, .no-mediaqueries .conf-question-wrapper.item-6, .no-mediaqueries .conf-question-wrapper.item-9 {
  clear: right;
  margin-left: 4%;
}

.conf-questions-title {
  font-size: 48px;
  font-size: 3rem;
  color: #C32E4C;
  padding-bottom: 0.65em;
}

.conf-question-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #C32E4C;
}

.conf-question-description {
  word-wrap: break-word;
}

.conf-sponsors-wrapper {
  width: 100%;
  max-width: 1227px;
  margin: 0 auto;
  padding: 0em 1em 0 1em;
}
@media (min-width: 77.5em) {
  .conf-sponsors-wrapper {
    padding: 0em 0 0 0;
  }
}
.no-mediaqueries .conf-sponsors-wrapper {
  padding: 0em 0 0 0;
}

.conf-sponsors-investors-wrapper,
.conf-sponsors-partners-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.conf-sponsors-investors-wrapper,
.conf-sponsors-partners-wrapper {
  padding-bottom: 4.5em;
}

.conf-sponsors-title {
  font-size: 48px;
  font-size: 3rem;
  color: #C32E4C;
  padding-bottom: 0.65em;
}

.conf-sponsors-investors-title,
.conf-sponsors-partners-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #C32E4C;
  padding-bottom: 0.5em;
}

.sponsor-logo-wrapper {
  display: block;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 1em;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .sponsor-logo-wrapper {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    float: none;
    width: 20%;
  }
}
.no-mediaqueries .sponsor-logo-wrapper {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  float: none;
  width: 20%;
}

.field-name-field-conf-related-maps {
  transition: all 0.3s ease;
  padding-top: 2em;
  width: 100%;
}
@media (min-width: 56.25em) {
  .field-name-field-conf-related-maps {
    transition: all 0.3s ease;
    width: 75%;
  }
}
.no-mediaqueries .field-name-field-conf-related-maps {
  transition: all 0.3s ease;
  width: 75%;
}

@media (min-width: 48.0625em) {
  .node-type-conference-page.page-node .main-content .field-name-field-conf-related-maps .field-item .node-conference-maps {
    float: left;
    width: 50%;
  }
}
.no-mediaqueries .node-type-conference-page.page-node .main-content .field-name-field-conf-related-maps .field-item .node-conference-maps {
  float: left;
  width: 50%;
}
@media (min-width: 48.0625em) {
  .node-type-conference-page.page-node .main-content .field-name-field-conf-related-maps .field-item .node-conference-maps.gmaps {
    float: none;
    width: 100%;
  }
}
.no-mediaqueries .node-type-conference-page.page-node .main-content .field-name-field-conf-related-maps .field-item .node-conference-maps.gmaps {
  float: none;
  width: 100%;
}

.node-conference-maps .conf-map-wrapper {
  padding-bottom: 4em;
  text-align: center;
}

.top-margin-only {
  margin-bottom: 0px;
}

.click-text {
  font-size: 24px;
  font-size: 1.5rem;
  color: #C32E4C;
  margin: 0;
}

.node-conference-page {
  padding: 0 1em 1em 1em;
}
@media (min-width: 48.0625em) {
  .node-conference-page {
    padding: 0 0 1em 0;
  }
}
.no-mediaqueries .node-conference-page {
  padding: 0 0 1em 0;
}
.node-conference-page .page-title {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0;
  color: #C32E4C;
  word-wrap: break-word;
}
@media (min-width: 48.0625em) {
  .node-conference-page .page-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.no-mediaqueries .node-conference-page .page-title {
  font-size: 52px;
  font-size: 3.25rem;
}
.node-conference-page .page-subtitle {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  padding-bottom: 1em;
  color: #333333;
}
.node-conference-page .conf-gen-top-content,
.node-conference-page .conf-gen-bot-content {
  word-wrap: break-word;
}

.view-conference-schedule {
  padding: 0 1em 1em 1em;
}
@media (min-width: 48.0625em) {
  .view-conference-schedule {
    padding: 0 0 1em 0;
  }
}
.no-mediaqueries .view-conference-schedule {
  padding: 0 0 1em 0;
}
.view-conference-schedule .page-title {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0;
  color: #C32E4C;
  word-wrap: break-word;
}
@media (min-width: 48.0625em) {
  .view-conference-schedule .page-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.no-mediaqueries .view-conference-schedule .page-title {
  font-size: 52px;
  font-size: 3.25rem;
}
.view-conference-schedule .page-subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 1em;
  color: #333333;
  margin: 0;
}
@media (min-width: 37.5em) {
  .view-conference-schedule .page-subtitle {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.no-mediaqueries .view-conference-schedule .page-subtitle {
  font-size: 28px;
  font-size: 1.75rem;
}
.view-conference-schedule .view-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.25em 1em;
  margin: 1.5em 0 0 0;
  color: #FFFFFF;
  background-color: #C32E4C;
}
@media (min-width: 37.5em) {
  .view-conference-schedule .view-content h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.no-mediaqueries .view-conference-schedule .view-content h3 {
  font-size: 34px;
  font-size: 2.125rem;
}
.view-conference-schedule .session-standard-title .session-anchor {
  text-decoration: none;
  color: #000000;
}
.view-conference-schedule .session-breakout-title .session-anchor {
  text-decoration: none;
  color: #C32E4C;
}

.view-conference-schedule .views-exposed-form {
  padding-top: 3.5em;
}
.view-conference-schedule .views-exposed-form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.view-conference-schedule .views-exposed-form .form-select {
  margin-bottom: 0;
  width: 100%;
  min-width: 280px;
  height: 4em;
}
.view-conference-schedule .views-exposed-form .views-widget-filter-field_sess_session_time_value_selective {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.view-conference-schedule .views-exposed-form .views-widget-filter-field_sess_rec_tid_selective.select-hidden,
.view-conference-schedule .views-exposed-form .views-widget-filter-field_sess_track_tid_selective.select-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.session-schedule-download .blue-button {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 37.5em) {
  .session-schedule-download .blue-button {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.no-mediaqueries .session-schedule-download .blue-button {
  font-size: 22px;
  font-size: 1.375rem;
}

.session-item-wrapper #edit-node {
  right: 0;
}

.session-breakout-wrapper {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.65em 0.5em;
  border-bottom: 1px solid #DCDCDC;
  color: #C32E4C;
  text-transform: uppercase;
}
@media (min-width: 37.5em) {
  .session-breakout-wrapper {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0.65em 1.5em;
  }
}
.no-mediaqueries .session-breakout-wrapper {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.65em 1.5em;
}

.session-breakout-title {
  display: block;
  margin-right: 1em;
}
@media (min-width: 37.5em) {
  .session-breakout-title {
    display: inline;
  }
}
.no-mediaqueries .session-breakout-title {
  display: inline;
}

.session-breakout-time {
  display: block;
}
@media (min-width: 37.5em) {
  .session-breakout-time {
    display: inline;
  }
}
.no-mediaqueries .session-breakout-time {
  display: inline;
}

.session-standard-wrapper {
  border-bottom: 1px solid #DCDCDC;
}

.session-information-header {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 0.85em;
  margin-left: 0.5em;
  color: #333333;
}
.session-information-header:hover, .session-information-header:focus {
  cursor: pointer;
}
@media (min-width: 37.5em) {
  .session-information-header {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.no-mediaqueries .session-information-header {
  font-size: 20px;
  font-size: 1.25rem;
}

.session-standard-time:before {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: 3px;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.3em;
  color: #FFFFFF;
  background-color: #C32E4C;
}

.session-information-header.info-toggle .session-standard-time.no-expand:before,
.session-information-header .session-standard-time.no-expand:before {
  background-color: #FFFFFF;
}

.session-info-tracks {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: 1.25em;
}

.session-standard-title {
  margin-left: 1.35em;
}

.session-location {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}
.session-location p {
  margin: 0;
}
@media (min-width: 37.5em) {
  .session-location {
    margin-left: 1.8em;
  }
}
.no-mediaqueries .session-location {
  margin-left: 1.8em;
}

.session-information-wrapper {
  margin: 1.5em 0.3em 1.5em 2em;
}
.session-information-wrapper.info-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.session-info-image {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 2em 2em 0;
  text-align: center;
}
@media (min-width: 37.5em) {
  .session-info-image {
    float: left;
    width: 14%;
    margin-left: 1%;
    margin-right: 3%;
    padding: 0;
  }
}
.no-mediaqueries .session-info-image {
  float: left;
  width: 14%;
  margin-left: 1%;
  margin-right: 3%;
  padding: 0;
}

.session-info-description {
  float: left;
  margin-left: 1%;
  width: 81%;
  max-width: 675px;
}
.session-info-description p:first-child {
  margin-top: 0;
}

.session-voucher-rec-wrapper {
  padding-top: 1em;
  padding-bottom: 2.5em;
  max-width: 700px;
}
@media (min-width: 37.5em) {
  .session-voucher-rec-wrapper {
    padding-top: 2.75em;
  }
}
.no-mediaqueries .session-voucher-rec-wrapper {
  padding-top: 2.75em;
}

.session-info-voucher {
  float: none;
  padding-bottom: 1em;
  width: 100%;
}
@media (min-width: 37.5em) {
  .session-info-voucher {
    float: left;
    padding-bottom: 0;
    width: 30%;
  }
}
.no-mediaqueries .session-info-voucher {
  float: left;
  padding-bottom: 0;
  width: 30%;
}
.session-info-voucher:before {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 0.25em;
  color: #C32E4C;
  vertical-align: bottom;
}

.session-info-recommendation {
  float: none;
  width: 100%;
}
@media (min-width: 37.5em) {
  .session-info-recommendation {
    float: left;
    width: 70%;
  }
}
.no-mediaqueries .session-info-recommendation {
  float: left;
  width: 70%;
}
.session-info-recommendation:before {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 0.25em;
  color: #C32E4C;
  vertical-align: bottom;
}

.session-info-presentations {
  max-width: 700px;
  line-height: 2;
}
@media (min-width: 37.5em) {
  .session-info-presentations {
    line-height: 1.4;
  }
}
.no-mediaqueries .session-info-presentations {
  line-height: 1.4;
}

.session-info-presentation {
  float: none;
  width: 100%;
}
@media (min-width: 37.5em) {
  .session-info-presentation {
    float: left;
    word-break: break-all;
    margin-right: 2%;
    width: 31.333%;
  }
}
.no-mediaqueries .session-info-presentation {
  float: left;
  word-break: break-all;
  margin-right: 2%;
  width: 31.333%;
}
.session-info-presentation.item-3, .session-info-presentation.item-6, .session-info-presentation.item-9 {
  clear: right;
}

.session-info-presentation.item-1:before {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0.5em;
  color: #C32E4C;
}

.session-info-presentation:before {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 0.5em;
  color: #C32E4C;
}
@media (min-width: 37.5em) {
  .session-info-presentation:before {
    content: none;
  }
}
.no-mediaqueries .session-info-presentation:before {
  content: none;
}

.session-info-moderators-title,
.session-info-speakers-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 0.25em;
}

.session-speakers-wrapper,
.session-moderators-wrapper {
  max-width: 700px;
}

.session-moderators-wrapper {
  padding-bottom: 2em;
}
@media (min-width: 37.5em) {
  .session-moderators-wrapper {
    padding-bottom: 0;
  }
}
.no-mediaqueries .session-moderators-wrapper {
  padding-bottom: 0;
}

.session-moderator-wrapper,
.session-speaker-wrapper {
  float: none;
  width: 100%;
  line-height: 2;
}
@media (min-width: 37.5em) {
  .session-moderator-wrapper,
  .session-speaker-wrapper {
    float: left;
    width: 50%;
  }
}
.no-mediaqueries .session-moderator-wrapper, .no-mediaqueries
.session-speaker-wrapper {
  float: left;
  width: 50%;
}
.session-moderator-wrapper.item-2, .session-moderator-wrapper.item-4, .session-moderator-wrapper.item-6,
.session-speaker-wrapper.item-2,
.session-speaker-wrapper.item-4,
.session-speaker-wrapper.item-6 {
  clear: right;
}

.session-moderator-speaker-wrapper {
  padding-top: 2.75em;
}

.session-schedule-text {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 1em;
  text-align: center;
  color: #FFFFFF;
  background-color: #C32E4C;
}

.procurement-list h3 {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0.5em;
  background-color: #C7D9E7;
}
.procurement-list .procurement-list-involved {
  font-size: 14px;
  font-size: 0.875rem;
}
.procurement-list .procurement-list-involved-label {
  text-transform: uppercase;
}

.node-type-landing-page .main-content,
.node-type-landing-page .block-system .node,
.node-type-landing-page .tabs,
.node-type-landing-page .header-content,
.node-type-landing-page .block-blockify .content .title,
.node-type-landing-page .region-footer .block-wrapper .content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1422px;
}
.node-type-landing-page .jump-link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: inherit;
  position: relative;
  top: -104px;
  visibility: hidden;
  height: 0;
}
@media (max-width: 48.0625em) {
  .node-type-landing-page .field-name-field-lp-form {
    position: static !important;
    top: auto !important;
  }
}
.node-type-landing-page .lp-left-column {
  float: none;
  width: auto;
}
@media (min-width: 48.0625em) {
  .node-type-landing-page .lp-left-column {
    float: left;
    width: 58.3%;
  }
}
.no-mediaqueries .node-type-landing-page .lp-left-column {
  float: left;
  width: 58.3%;
}
.node-type-landing-page .lp-right-column {
  transition: all 0.3s ease;
  float: none;
  clear: both;
  padding-bottom: 2em;
  margin-left: 0;
  width: auto;
}
@media (min-width: 48.0625em) {
  .node-type-landing-page .lp-right-column {
    transition: all 0.3s ease;
    float: right;
    clear: none;
    padding-bottom: 0;
    margin-left: 3.4%;
    width: 38.3%;
  }
}
.no-mediaqueries .node-type-landing-page .lp-right-column {
  transition: all 0.3s ease;
  float: right;
  clear: none;
  padding-bottom: 0;
  margin-left: 3.4%;
  width: 38.3%;
}
.node-type-landing-page .lp-image {
  width: 100%;
  max-width: 810px;
}
@media (max-width: 48.0625em) {
  .node-type-landing-page .lp-image {
    display: none;
  }
}
.node-type-landing-page .lp-image-caption {
  font-size: 11px;
  text-align: right;
}
@media (max-width: 48.0625em) {
  .node-type-landing-page .lp-image-caption {
    display: none;
  }
}
@media (max-width: 48.0625em) {
  .node-type-landing-page .lp-icons-section-title {
    display: none;
  }
}
@media (max-width: 48.0625em) {
  .node-type-landing-page .lp-icons-section-wrapper {
    display: none;
  }
}
.node-type-landing-page .lp-subtitle {
  font-size: 36px;
  font-size: 2.25rem;
  color: #3D5265;
  padding: 0.6em 0 0.4em 0;
}
.node-type-landing-page .lp-description {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 1em;
  color: #333333;
}
.node-type-landing-page .section-blue ul li::before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-node-5575 .main,
.node-type-landing-page .main {
  padding-top: 104px;
}
@media (min-width: 48.0625em) {
  .page-node-5575 .main,
  .node-type-landing-page .main {
    padding-top: 62px;
  }
}
.no-mediaqueries .page-node-5575 .main, .no-mediaqueries
.node-type-landing-page .main {
  padding-top: 62px;
}
.page-node-5575 .site-logo a,
.node-type-landing-page .site-logo a {
  margin-left: 2em;
}
.page-node-5575 .lp-header-phone-number,
.node-type-landing-page .lp-header-phone-number {
  display: none;
}
@media (min-width: 48.0625em) {
  .page-node-5575 .lp-header-phone-number,
  .node-type-landing-page .lp-header-phone-number {
    display: block;
    float: right;
    padding-top: 1.5em;
    margin-right: 2em;
  }
}
.no-mediaqueries .page-node-5575 .lp-header-phone-number, .no-mediaqueries
.node-type-landing-page .lp-header-phone-number {
  display: block;
  float: right;
  padding-top: 1.5em;
  margin-right: 2em;
}
.page-node-5575 .lp-header-phone-number-text,
.node-type-landing-page .lp-header-phone-number-text {
  font-size: 20px;
  font-size: 1.25rem;
}
.page-node-5575 .lp-header-phone-link,
.node-type-landing-page .lp-header-phone-link {
  font-size: 20px;
  font-size: 1.25rem;
  color: #3D5265;
  text-decoration: none;
}
.page-node-5575 .lp-header-phone-number-text,
.page-node-5575 .lp-header-phone-number-link-wrapper,
.node-type-landing-page .lp-header-phone-number-text,
.node-type-landing-page .lp-header-phone-number-link-wrapper {
  display: inline;
}
.page-node-5575 .lp-call-to-action-link,
.node-type-landing-page .lp-call-to-action-link {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  clear: both;
  padding: 0.6em 0 0.4em 0;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  background-color: #C32E4C;
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .page-node-5575 .lp-call-to-action-link,
  .node-type-landing-page .lp-call-to-action-link {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.no-mediaqueries .page-node-5575 .lp-call-to-action-link, .no-mediaqueries
.node-type-landing-page .lp-call-to-action-link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-node-5575 .footer,
.node-type-landing-page .footer {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: #3D5265;
}
.page-node-5575 .footer a,
.node-type-landing-page .footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.page-node-5575 .footer a:hover, .page-node-5575 .footer a:focus,
.node-type-landing-page .footer a:hover,
.node-type-landing-page .footer a:focus {
  color: #C7D9E7;
  cursor: pointer;
}
.page-node-5575 .region-footer .lp---footer .block-wrapper .content,
.node-type-landing-page .region-footer .lp---footer .block-wrapper .content {
  padding: 5em 1em 4em 1em;
}

.node-type-landing-page .how-may-we-help-you-form,
.node-type-landing-page .how-may-we-help-you-dropdown-form,
.node-type-landing-page .how-may-we-help-you-sales-form {
  padding-top: 3em;
}
.node-type-landing-page .field-name-field-lp-form.stuck {
  position: static;
  top: 0;
}
@media (min-width: 48.0625em) {
  .node-type-landing-page .field-name-field-lp-form.stuck {
    top: 104px;
    position: fixed;
  }
}
.no-mediaqueries .node-type-landing-page .field-name-field-lp-form.stuck {
  top: 104px;
  position: fixed;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper {
  display: inline-block;
  background-color: #C7D9E7;
  width: 100%;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .block-title {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 1.5em 1em 1.2em 1em;
  color: #333333;
  text-align: center;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper label {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 0.1em;
  width: 100%;
  max-width: 420px;
  color: #333333;
  text-align: left;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-item {
  padding: 0 1em;
  margin: 0 auto;
  width: 100%;
  max-width: 532px;
  text-align: center;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper select {
  height: 48px;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions {
  padding: 1.5em 1em 2.5em 1em;
  margin: 0 auto;
  width: 100%;
  max-width: 532px;
  text-align: center;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions button,
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions html input[type="button"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions input[type="reset"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions input[type="submit"] {
  border-radius: 0.2em;
  width: 100%;
  max-width: 420px;
  text-decoration: underline;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions button:hover, .node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions button:focus,
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions html input[type="button"]:hover,
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions html input[type="button"]:focus,
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions input[type="reset"]:hover,
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions input[type="reset"]:focus,
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions input[type="submit"]:hover,
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-actions input[type="submit"]:focus {
  text-decoration: none;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper textarea,
.node-type-landing-page .field-name-field-lp-form .block-wrapper select,
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="date"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="datetime"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="datetime-local"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="email"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="month"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="number"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="password"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="search"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="tel"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="text"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="time"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="url"],
.node-type-landing-page .field-name-field-lp-form .block-wrapper input[type="week"] {
  border: 1px solid #A9A9A9;
  margin-bottom: 0.5em;
  height: 48px;
  width: 100%;
  max-width: 420px;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper textarea {
  height: auto;
  padding: 15px;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-textarea-wrapper {
  max-width: 420px;
  height: auto;
  background-color: transparent;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-type-checkbox {
  text-align: left;
  margin-left: 0.5em;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-type-checkbox .form-checkbox {
  margin: 1em 1em 1em 0em;
}
@media (min-width: 48.0625em) {
  .node-type-landing-page .field-name-field-lp-form .block-wrapper .form-type-checkbox .form-checkbox {
    margin: 1em 1em 1em 2em;
  }
}
.no-mediaqueries .node-type-landing-page .field-name-field-lp-form .block-wrapper .form-type-checkbox .form-checkbox {
  margin: 1em 1em 1em 2em;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-type-checkbox .option {
  display: inline;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-type-radio {
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-type-radio .form-radio {
  margin: 5px 1em 0 0;
}
.node-type-landing-page .field-name-field-lp-form .block-wrapper .form-type-radio .option {
  display: inline;
}

@media screen and (max-height: 860px) {
  .node-type-landing-page .field-name-field-lp-form.stuck {
    position: static;
    top: 0;
  }
}
.page-node-5575 .lp-icon-section-wrapper,
.node-type-landing-page .lp-icon-section-wrapper {
  float: none;
  width: auto;
  padding-bottom: 2.5em;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-icon-section-wrapper,
  .node-type-landing-page .lp-icon-section-wrapper {
    float: left;
    width: 32%;
    padding-bottom: 0.5em;
  }
}
.no-mediaqueries .page-node-5575 .lp-icon-section-wrapper, .no-mediaqueries
.node-type-landing-page .lp-icon-section-wrapper {
  float: left;
  width: 32%;
  padding-bottom: 0.5em;
}
.page-node-5575 .lp-icon-section-wrapper.row-1,
.node-type-landing-page .lp-icon-section-wrapper.row-1 {
  clear: left;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-icon-section-wrapper.row-1,
  .node-type-landing-page .lp-icon-section-wrapper.row-1 {
    margin-right: 1%;
  }
}
.no-mediaqueries .page-node-5575 .lp-icon-section-wrapper.row-1, .no-mediaqueries
.node-type-landing-page .lp-icon-section-wrapper.row-1 {
  margin-right: 1%;
}
.page-node-5575 .lp-icon-section-wrapper.row-2,
.node-type-landing-page .lp-icon-section-wrapper.row-2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-icon-section-wrapper.row-2,
  .node-type-landing-page .lp-icon-section-wrapper.row-2 {
    margin-left: 1%;
    margin-right: 1%;
  }
}
.no-mediaqueries .page-node-5575 .lp-icon-section-wrapper.row-2, .no-mediaqueries
.node-type-landing-page .lp-icon-section-wrapper.row-2 {
  margin-left: 1%;
  margin-right: 1%;
}
.page-node-5575 .lp-icon-section-wrapper.row-3,
.node-type-landing-page .lp-icon-section-wrapper.row-3 {
  clear: right;
  margin-left: auto;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-icon-section-wrapper.row-3,
  .node-type-landing-page .lp-icon-section-wrapper.row-3 {
    margin-left: 1%;
  }
}
.no-mediaqueries .page-node-5575 .lp-icon-section-wrapper.row-3, .no-mediaqueries
.node-type-landing-page .lp-icon-section-wrapper.row-3 {
  margin-left: 1%;
}
.page-node-5575 .lp-icons-section-title,
.node-type-landing-page .lp-icons-section-title {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 1.75em 0;
  color: #333333;
}
.page-node-5575 .lp-icon-item-title,
.node-type-landing-page .lp-icon-item-title {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0.75em 0;
  color: #C32E4C;
}
.page-node-5575 .lp-icon-item-description,
.node-type-landing-page .lp-icon-item-description {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333;
}

.page-node-5575 .lp-related-section-wrapper,
.node-type-landing-page .lp-related-section-wrapper,
.page-node-5636 .lp-related-section-wrapper {
  clear: both;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.page-node-5575 .lp-related-items-wrapper,
.node-type-landing-page .lp-related-items-wrapper,
.page-node-5636 .lp-related-items-wrapper {
  padding-bottom: 3em;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-related-items-wrapper.view-bd-thank-you-related .views-row,
  .node-type-landing-page .lp-related-items-wrapper.view-bd-thank-you-related .views-row,
  .page-node-5636 .lp-related-items-wrapper.view-bd-thank-you-related .views-row {
    padding-bottom: 2em;
    max-width: none;
  }
  .page-node-5575 .lp-related-items-wrapper.view-bd-thank-you-related .views-row img,
  .node-type-landing-page .lp-related-items-wrapper.view-bd-thank-you-related .views-row img,
  .page-node-5636 .lp-related-items-wrapper.view-bd-thank-you-related .views-row img {
    width: 100%;
  }
  .page-node-5575 .lp-related-items-wrapper.view-bd-thank-you-related .views-row .lp-related-item-wrapper,
  .node-type-landing-page .lp-related-items-wrapper.view-bd-thank-you-related .views-row .lp-related-item-wrapper,
  .page-node-5636 .lp-related-items-wrapper.view-bd-thank-you-related .views-row .lp-related-item-wrapper {
    max-width: none;
  }
}
.no-mediaqueries .page-node-5575 .lp-related-items-wrapper.view-bd-thank-you-related .views-row, .no-mediaqueries
.node-type-landing-page .lp-related-items-wrapper.view-bd-thank-you-related .views-row, .no-mediaqueries
.page-node-5636 .lp-related-items-wrapper.view-bd-thank-you-related .views-row {
  padding-bottom: 2em;
  max-width: none;
}
.no-mediaqueries .page-node-5575 .lp-related-items-wrapper.view-bd-thank-you-related .views-row img, .no-mediaqueries
.node-type-landing-page .lp-related-items-wrapper.view-bd-thank-you-related .views-row img, .no-mediaqueries
.page-node-5636 .lp-related-items-wrapper.view-bd-thank-you-related .views-row img {
  width: 100%;
}
.no-mediaqueries .page-node-5575 .lp-related-items-wrapper.view-bd-thank-you-related .views-row .lp-related-item-wrapper, .no-mediaqueries
.node-type-landing-page .lp-related-items-wrapper.view-bd-thank-you-related .views-row .lp-related-item-wrapper, .no-mediaqueries
.page-node-5636 .lp-related-items-wrapper.view-bd-thank-you-related .views-row .lp-related-item-wrapper {
  max-width: none;
}
.page-node-5575 .lp-related-item-wrapper,
.node-type-landing-page .lp-related-item-wrapper,
.page-node-5636 .lp-related-item-wrapper {
  float: none;
  width: auto;
  padding-bottom: 2em;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-related-item-wrapper,
  .node-type-landing-page .lp-related-item-wrapper,
  .page-node-5636 .lp-related-item-wrapper {
    float: left;
    width: 32%;
    padding-bottom: 0;
    text-align: left;
  }
}
.no-mediaqueries .page-node-5575 .lp-related-item-wrapper, .no-mediaqueries
.node-type-landing-page .lp-related-item-wrapper, .no-mediaqueries
.page-node-5636 .lp-related-item-wrapper {
  float: left;
  width: 32%;
  padding-bottom: 0;
  text-align: left;
}
.page-node-5575 .lp-related-item-wrapper.row-1,
.node-type-landing-page .lp-related-item-wrapper.row-1,
.page-node-5636 .lp-related-item-wrapper.row-1 {
  clear: left;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-related-item-wrapper.row-1,
  .node-type-landing-page .lp-related-item-wrapper.row-1,
  .page-node-5636 .lp-related-item-wrapper.row-1 {
    margin-right: 1%;
  }
}
.no-mediaqueries .page-node-5575 .lp-related-item-wrapper.row-1, .no-mediaqueries
.node-type-landing-page .lp-related-item-wrapper.row-1, .no-mediaqueries
.page-node-5636 .lp-related-item-wrapper.row-1 {
  margin-right: 1%;
}
.page-node-5575 .lp-related-item-wrapper.row-2,
.node-type-landing-page .lp-related-item-wrapper.row-2,
.page-node-5636 .lp-related-item-wrapper.row-2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-related-item-wrapper.row-2,
  .node-type-landing-page .lp-related-item-wrapper.row-2,
  .page-node-5636 .lp-related-item-wrapper.row-2 {
    margin-left: 1%;
    margin-right: 1%;
  }
}
.no-mediaqueries .page-node-5575 .lp-related-item-wrapper.row-2, .no-mediaqueries
.node-type-landing-page .lp-related-item-wrapper.row-2, .no-mediaqueries
.page-node-5636 .lp-related-item-wrapper.row-2 {
  margin-left: 1%;
  margin-right: 1%;
}
.page-node-5575 .lp-related-item-wrapper.row-3,
.node-type-landing-page .lp-related-item-wrapper.row-3,
.page-node-5636 .lp-related-item-wrapper.row-3 {
  clear: right;
  margin-left: auto;
}
@media (min-width: 37.5em) {
  .page-node-5575 .lp-related-item-wrapper.row-3,
  .node-type-landing-page .lp-related-item-wrapper.row-3,
  .page-node-5636 .lp-related-item-wrapper.row-3 {
    margin-left: 1%;
  }
}
.no-mediaqueries .page-node-5575 .lp-related-item-wrapper.row-3, .no-mediaqueries
.node-type-landing-page .lp-related-item-wrapper.row-3, .no-mediaqueries
.page-node-5636 .lp-related-item-wrapper.row-3 {
  margin-left: 1%;
}
.page-node-5575 .lp-related-section-wrapper .block-title,
.page-node-5575 .lp-related-section-title,
.node-type-landing-page .lp-related-section-wrapper .block-title,
.node-type-landing-page .lp-related-section-title,
.page-node-5636 .lp-related-section-wrapper .block-title,
.page-node-5636 .lp-related-section-title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #3D5265;
  padding: 0.75em 0;
}
.page-node-5575 .lp-related-link,
.node-type-landing-page .lp-related-link,
.page-node-5636 .lp-related-link {
  font-size: 22px;
  font-size: 1.375rem;
  color: #3D5265;
}

.lp-thankyou-social-links .menu {
  margin: 0;
  padding: 0;
}
.lp-thankyou-social-links .leaf {
  display: inline;
  padding: 0;
}

.lp-facebook-link,
.lp-twitter-link,
.lp-linkedin-link {
  float: left;
  margin-right: 1em;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #C32E4C;
}
.lp-facebook-link:before,
.lp-twitter-link:before,
.lp-linkedin-link:before {
  transition: all 250ms ease-in;
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  width: 52px;
  height: 52px;
  border: 1px solid #C32E4C;
}
.lp-facebook-link:hover:before, .lp-facebook-link:focus:before,
.lp-twitter-link:hover:before,
.lp-twitter-link:focus:before,
.lp-linkedin-link:hover:before,
.lp-linkedin-link:focus:before {
  color: #C32E4C;
  background-color: #FFFFFF;
}

.block-views-lp-thank-you-related-block {
  padding-top: 2em;
}
.block-views-lp-thank-you-related-block .block-title {
  font-size: 32px;
  font-size: 2rem;
}

.view-bd-thank-you-related .view-content .views-row {
  float: none;
  width: auto;
  padding-bottom: 2em;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
}
@media (min-width: 37.5em) {
  .view-bd-thank-you-related .view-content .views-row {
    float: left;
    width: 23%;
    padding-bottom: 0;
    text-align: left;
  }
}
.no-mediaqueries .view-bd-thank-you-related .view-content .views-row {
  float: left;
  width: 23%;
  padding-bottom: 0;
  text-align: left;
}
.view-bd-thank-you-related .view-content .views-row .lp-related-item-wrapper {
  float: none;
  width: auto;
}
.view-bd-thank-you-related .view-content .views-row.views-row-1 {
  clear: left;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .view-bd-thank-you-related .view-content .views-row.views-row-1 {
    margin-right: 1%;
  }
}
.no-mediaqueries .view-bd-thank-you-related .view-content .views-row.views-row-1 {
  margin-right: 1%;
}
.view-bd-thank-you-related .view-content .views-row.views-row-2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .view-bd-thank-you-related .view-content .views-row.views-row-2 {
    margin-left: 1%;
    margin-right: 1%;
  }
}
.no-mediaqueries .view-bd-thank-you-related .view-content .views-row.views-row-2 {
  margin-left: 1%;
  margin-right: 1%;
}
.view-bd-thank-you-related .view-content .views-row.views-row-3 {
  clear: right;
  margin-left: auto;
}
@media (min-width: 37.5em) {
  .view-bd-thank-you-related .view-content .views-row.views-row-3 {
    margin-left: 1%;
    margin-right: 1%;
  }
}
.no-mediaqueries .view-bd-thank-you-related .view-content .views-row.views-row-3 {
  margin-left: 1%;
  margin-right: 1%;
}
.view-bd-thank-you-related .view-content .views-row.views-row-4 {
  clear: right;
  margin-left: auto;
}
@media (min-width: 37.5em) {
  .view-bd-thank-you-related .view-content .views-row.views-row-4 {
    margin-left: 1%;
  }
}
.no-mediaqueries .view-bd-thank-you-related .view-content .views-row.views-row-4 {
  margin-left: 1%;
}

.view-lp-thank-you-related .view-content .views-row {
  float: none;
  width: auto;
  padding-bottom: 2em;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
}
@media (min-width: 37.5em) {
  .view-lp-thank-you-related .view-content .views-row {
    float: left;
    width: 32%;
    padding-bottom: 0;
    text-align: left;
  }
}
.no-mediaqueries .view-lp-thank-you-related .view-content .views-row {
  float: left;
  width: 32%;
  padding-bottom: 0;
  text-align: left;
}
.view-lp-thank-you-related .view-content .views-row .lp-related-item-wrapper {
  float: none;
  width: auto;
}
.view-lp-thank-you-related .view-content .views-row.views-row-1 {
  clear: left;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .view-lp-thank-you-related .view-content .views-row.views-row-1 {
    margin-right: 1%;
  }
}
.no-mediaqueries .view-lp-thank-you-related .view-content .views-row.views-row-1 {
  margin-right: 1%;
}
.view-lp-thank-you-related .view-content .views-row.views-row-2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 37.5em) {
  .view-lp-thank-you-related .view-content .views-row.views-row-2 {
    margin-left: 1%;
    margin-right: 1%;
  }
}
.no-mediaqueries .view-lp-thank-you-related .view-content .views-row.views-row-2 {
  margin-left: 1%;
  margin-right: 1%;
}
.view-lp-thank-you-related .view-content .views-row.views-row-3 {
  clear: right;
  margin-left: auto;
}
@media (min-width: 37.5em) {
  .view-lp-thank-you-related .view-content .views-row.views-row-3 {
    margin-left: 1%;
  }
}
.no-mediaqueries .view-lp-thank-you-related .view-content .views-row.views-row-3 {
  margin-left: 1%;
}

.block-re-socialtools {
  margin-top: 30px;
}

.menu-name-menu-share-buttons ul, .menu-name-menu-share-buttons li,
.block-re-socialtools ul,
.block-re-socialtools li {
  margin: 0;
  padding: 0;
}
.menu-name-menu-share-buttons li,
.block-re-socialtools li {
  list-style-image: none;
  text-align: center;
}
.menu-name-menu-share-buttons .post-to-facebook,
.menu-name-menu-share-buttons .post-to-twitter,
.menu-name-menu-share-buttons #post-to-fb,
.menu-name-menu-share-buttons #post-to-twitter,
.block-re-socialtools .post-to-facebook,
.block-re-socialtools .post-to-twitter,
.block-re-socialtools #post-to-fb,
.block-re-socialtools #post-to-twitter {
  position: relative;
  display: block;
  margin: 0 auto 1em auto;
  display: block;
  background: none;
  color: #FFFFFF;
  background-color: #7B9CB1;
  text-decoration: none;
  text-align: center;
  padding: 15px 20px;
  width: auto;
  max-width: 300px;
  border: 1px solid #7B9CB1;
  transition: all 0.3s ease;
  border-radius: .3em;
}
.menu-name-menu-share-buttons .post-to-facebook:hover, .menu-name-menu-share-buttons .post-to-facebook:focus,
.menu-name-menu-share-buttons .post-to-twitter:hover,
.menu-name-menu-share-buttons .post-to-twitter:focus,
.menu-name-menu-share-buttons #post-to-fb:hover,
.menu-name-menu-share-buttons #post-to-fb:focus,
.menu-name-menu-share-buttons #post-to-twitter:hover,
.menu-name-menu-share-buttons #post-to-twitter:focus,
.block-re-socialtools .post-to-facebook:hover,
.block-re-socialtools .post-to-facebook:focus,
.block-re-socialtools .post-to-twitter:hover,
.block-re-socialtools .post-to-twitter:focus,
.block-re-socialtools #post-to-fb:hover,
.block-re-socialtools #post-to-fb:focus,
.block-re-socialtools #post-to-twitter:hover,
.block-re-socialtools #post-to-twitter:focus {
  background-color: #3D5265;
}
.menu-name-menu-share-buttons .post-to-facebook:before,
.menu-name-menu-share-buttons .post-to-twitter:before,
.menu-name-menu-share-buttons #post-to-fb:before,
.menu-name-menu-share-buttons #post-to-twitter:before,
.block-re-socialtools .post-to-facebook:before,
.block-re-socialtools .post-to-twitter:before,
.block-re-socialtools #post-to-fb:before,
.block-re-socialtools #post-to-twitter:before {
  font-size: 44px;
  font-size: 2.75rem;
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0.1em;
  top: 50%;
  margin-top: -22px;
}

.page-node-5533 .main-content,
.page-node-5533 .block-system .node,
.page-node-5533 .tabs,
.page-node-5533 .header-content,
.page-node-5533 .block-blockify .content .title,
.page-node-5533 .region-footer .block-wrapper .content {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
}
.page-node-5533 .content-bottom-wrapper {
  padding-bottom: 0;
}
.page-node-5533 .tabs {
  margin-bottom: 0px;
}
.page-node-5533 .header {
  display: none;
}
.page-node-5533 .timeline-wrapper {
  position: relative;
  z-index: 0;
}
.page-node-5533 .infg-letter:before {
  height: 20px;
}

.infg-section-title {
  font-size: 38px;
  font-size: 2.375rem;
  padding: 0.5em 1em;
  margin: 0;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .infg-section-title {
    font-size: 64px;
    font-size: 4rem;
    padding: 1.1em 1em;
  }
}
.no-mediaqueries .infg-section-title {
  font-size: 64px;
  font-size: 4rem;
  padding: 1.1em 1em;
}

.infg-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #FFFFFF;
  border-bottom: 5px solid #C32E4C;
  box-shadow: 0px 2.5px 2.5px 0px rgba(0, 0, 0, 0.25);
}

.infg-header-logo {
  float: left;
  width: 60%;
  margin-left: 1em;
}
@media (min-width: 31.25em) {
  .infg-header-logo {
    width: 20%;
  }
}
.no-mediaqueries .infg-header-logo {
  width: 20%;
}
@media (min-width: 48.0625em) {
  .infg-header-logo {
    width: 25%;
  }
}
.no-mediaqueries .infg-header-logo {
  width: 25%;
}

.infg-header-content {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  height: 64px;
}
@media (min-width: 48.0625em) {
  .infg-header-content {
    height: 100px;
  }
}
.no-mediaqueries .infg-header-content {
  height: 100px;
}

.infg-page-title {
  font-size: 16px;
  font-size: 1rem;
}
.infg-page-title .infg-page-title-link {
  background: url(../images/sourceamerica.png);
  background: none, url(../images/sourceamerica.svg);
  position: relative;
  z-index: 150;
  margin: 3px 0 0 0;
  display: block;
  width: 180px;
  height: 20px;
  background-size: 180px 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .infg-page-title .infg-page-title-link {
    width: 300px;
    height: 32px;
    background-size: 294px 32px;
  }
}
.no-mediaqueries .infg-page-title .infg-page-title-link {
  width: 300px;
  height: 32px;
  background-size: 294px 32px;
}

.infg-page-title-text {
  font-size: 19px;
  font-size: 1.1875rem;
  display: block;
  padding-top: 20px;
  letter-spacing: -0.2px;
}
@media (min-width: 48.0625em) {
  .infg-page-title-text {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 32px;
  }
}
.no-mediaqueries .infg-page-title-text {
  font-size: 32px;
  font-size: 2rem;
  padding-top: 32px;
}

.infg-header-nav {
  float: right;
  width: 30%;
  text-align: right;
}
@media (min-width: 31.25em) {
  .infg-header-nav {
    width: 72%;
  }
}
.no-mediaqueries .infg-header-nav {
  width: 72%;
}
.infg-header-nav .infg-menu {
  padding: 0;
  margin: 0;
}
.infg-header-nav .infg-leaf {
  display: inline-block;
  padding: 0;
  margin: 1.25em 0 0 0;
}
@media (min-width: 48.0625em) {
  .infg-header-nav .infg-leaf {
    margin: 0;
  }
}
.no-mediaqueries .infg-header-nav .infg-leaf {
  margin: 0;
}
.infg-header-nav .infg-nav-link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 48.0625em) {
  .infg-header-nav .infg-nav-link {
    border: inherit;
    clip: inherit;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
    position: relative;
    display: block;
    width: 85px;
    padding-top: 58px;
    padding-bottom: 10px;
    text-align: center;
    color: #000000;
    text-decoration: none;
  }
}
.no-mediaqueries .infg-header-nav .infg-nav-link {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  position: relative;
  display: block;
  width: 85px;
  padding-top: 58px;
  padding-bottom: 10px;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .infg-header-nav .infg-nav-link {
    width: 135px;
  }
}
.no-mediaqueries .infg-header-nav .infg-nav-link {
  width: 135px;
}
@media (min-width: 1145px) {
  .infg-header-nav .infg-nav-link {
    width: 155px;
  }
}
.no-mediaqueries .infg-header-nav .infg-nav-link {
  width: 155px;
}
.infg-header-nav .infg-nav-link.active, .infg-header-nav .infg-nav-link:hover, .infg-header-nav .infg-nav-link:focus {
  position: fixed;
  color: #FFFFFF;
  background-color: #C32E4C;
}
@media (min-width: 48.0625em) {
  .infg-header-nav .infg-nav-link.active, .infg-header-nav .infg-nav-link:hover, .infg-header-nav .infg-nav-link:focus {
    position: relative;
  }
}
.no-mediaqueries .infg-header-nav .infg-nav-link.active, .no-mediaqueries .infg-header-nav .infg-nav-link:hover, .no-mediaqueries .infg-header-nav .infg-nav-link:focus {
  position: relative;
}
.infg-header-nav .infg-nav-link.active:after, .infg-header-nav .infg-nav-link.active:before, .infg-header-nav .infg-nav-link:hover:after, .infg-header-nav .infg-nav-link:hover:before, .infg-header-nav .infg-nav-link:focus:after, .infg-header-nav .infg-nav-link:focus:before {
  top: 0;
  left: 0;
  border: none;
  content: none;
  height: 0;
  width: 0;
  position: relative;
  pointer-events: auto;
}
@media (min-width: 48.0625em) {
  .infg-header-nav .infg-nav-link.active:after, .infg-header-nav .infg-nav-link.active:before, .infg-header-nav .infg-nav-link:hover:after, .infg-header-nav .infg-nav-link:hover:before, .infg-header-nav .infg-nav-link:focus:after, .infg-header-nav .infg-nav-link:focus:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
}
.no-mediaqueries .infg-header-nav .infg-nav-link.active:after, .no-mediaqueries .infg-header-nav .infg-nav-link.active:before, .no-mediaqueries .infg-header-nav .infg-nav-link:hover:after, .no-mediaqueries .infg-header-nav .infg-nav-link:hover:before, .no-mediaqueries .infg-header-nav .infg-nav-link:focus:after, .no-mediaqueries .infg-header-nav .infg-nav-link:focus:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.infg-header-nav .infg-nav-link.active:after, .infg-header-nav .infg-nav-link:hover:after, .infg-header-nav .infg-nav-link:focus:after {
  border-color: none;
  border-top-color: none;
  border-width: 0;
  margin-left: 0;
}
@media (min-width: 48.0625em) {
  .infg-header-nav .infg-nav-link.active:after, .infg-header-nav .infg-nav-link:hover:after, .infg-header-nav .infg-nav-link:focus:after {
    border-color: rgba(195, 46, 76, 0);
    border-top-color: #C32E4C;
    border-width: 14px;
    margin-left: -14px;
  }
}
.no-mediaqueries .infg-header-nav .infg-nav-link.active:after, .no-mediaqueries .infg-header-nav .infg-nav-link:hover:after, .no-mediaqueries .infg-header-nav .infg-nav-link:focus:after {
  border-color: rgba(195, 46, 76, 0);
  border-top-color: #C32E4C;
  border-width: 14px;
  margin-left: -14px;
}
.infg-header-nav .infg-nav-link.active:before, .infg-header-nav .infg-nav-link:hover:before, .infg-header-nav .infg-nav-link:focus:before {
  margin-top: 0;
  border-color: none;
  border-top-color: none;
  border-width: 0;
  margin-left: 0;
}
@media (min-width: 48.0625em) {
  .infg-header-nav .infg-nav-link.active:before, .infg-header-nav .infg-nav-link:hover:before, .infg-header-nav .infg-nav-link:focus:before {
    margin-top: 5px;
    border-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.1);
    border-width: 12px;
    margin-left: -12px;
  }
}
.no-mediaqueries .infg-header-nav .infg-nav-link.active:before, .no-mediaqueries .infg-header-nav .infg-nav-link:hover:before, .no-mediaqueries .infg-header-nav .infg-nav-link:focus:before {
  margin-top: 5px;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 12px;
  margin-left: -12px;
}
.infg-header-nav .infgstats .infg-nav-link,
.infg-header-nav .infgchart .infg-nav-link {
  padding-top: 58px;
}

.infg-header-nav .infg-nav-link.infg-mobile-menu-toggle {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 48.0625em) {
  .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.no-mediaqueries .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:hover, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:focus {
  border: none;
  color: #000000;
  background-color: #FFFFFF;
}
.infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:hover:after, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:focus:after {
  font-size: 24px;
  font-size: 1.5rem;
}
.infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:hover:before, .infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:focus:before {
  border: none;
}
.infg-header-nav .infg-nav-link.infg-mobile-menu-toggle:after {
  font-size: 24px;
  font-size: 1.5rem;
}

.infg-header-nav .infg-menu.open .infg-nav-link {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}

.infg-nav-open .infg-header-nav {
  margin-top: -2.5em;
  width: 100%;
}

.infg-header-nav .infg-menu.open {
  transition: all 0.3s ease;
  z-index: 999;
  display: block;
  margin: 0;
}
.infg-header-nav .infg-menu.open .infg-leaf {
  display: block;
}
.infg-header-nav .infg-menu.open .infg-nav-link {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  display: block;
  margin: 1em;
  width: auto;
  color: #000000;
  text-align: left;
  text-decoration: none;
}
.infg-header-nav .infg-menu.open .infg-nav-link.active, .infg-header-nav .infg-menu.open .infg-nav-link:hover, .infg-header-nav .infg-menu.open .infg-nav-link:focus {
  background-color: #FFFFFF;
  text-decoration: underline;
}
.infg-header-nav .infg-menu.open .infg-mobile-menu-toggle {
  padding: 0;
  margin: 0 1em 0 0;
  text-align: right;
  text-decoration: none;
}
.infg-header-nav .infg-menu.open .infg-mobile-menu-toggle:hover, .infg-header-nav .infg-menu.open .infg-mobile-menu-toggle:focus {
  color: #000000;
  border: none;
  margin: 0 2.5em 0 0;
}
.infg-header-nav .infg-menu.open .infg-mobile-menu-toggle:after {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
}

.infg-letter {
  padding: 105px 1em 0 1em;
  background-color: #C32E4C;
}
@media (min-width: 48.0625em) {
  .infg-letter {
    padding: 105px 0 0 0;
  }
}
.no-mediaqueries .infg-letter {
  padding: 105px 0 0 0;
}
.infg-letter .infg-section-title {
  color: #FFFFFF;
}
.infg-letter .next-arrow {
  padding-bottom: 2.75em;
}

.infg-letter-photo-wrapper,
.infg-letter-subtitle,
.infg-letter-body,
.infg-letter-sign-off,
.infg-letter-signature {
  color: #FFFFFF;
  text-align: center;
}

.infg-letter-subtitle,
.infg-letter-sign-off {
  font-size: 22px;
  font-size: 1.375rem;
  font-style: italic;
}

.infg-letter-subtitle {
  padding-top: 1.65em;
}

.infg-letter-sign-off {
  padding-bottom: 0.75em;
}

.infg-letter-body {
  margin: 0 auto;
  width: 100%;
  max-width: 915px;
  text-align: left;
}

.infg-letter-signature {
  background: url("../images/infographic/steve-soroka-signature.png");
  display: block;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 300px;
  height: 61px;
  background-size: 300px 61px;
  background-repeat: no-repeat;
}

.infg-letter .next-arrow {
  position: static;
}

.infg-timeline {
  background-color: #f7f9fc;
}
.infg-timeline .infg-section-title {
  padding-bottom: 0;
  color: #C32E4C;
}
.infg-timeline .infg-timeline-description {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.infg-timeline .timeline-wrapper {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding-bottom: 5.5em;
}
.infg-timeline .timeline-wrapper .nav-container .date,
.infg-timeline .timeline-wrapper .nav-container .title {
  display: none;
}
.infg-timeline .timeline-wrapper .vco-navigation {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.infg-timeline .timeline-wrapper .vco-slider .slider-item .content .content-container.layout-text .text .container {
  width: 100%;
}
.infg-timeline .timeline-wrapper .vco-storyjs .vco-container.vco-main {
  background-color: #f7f9fc;
}
.infg-timeline .timeline-wrapper .vco-storyjs .vco-feature .vco-slider {
  box-shadow: none;
}
.infg-timeline .timeline-wrapper .vco-timeline .vco-navigation .timenav-background {
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.infg-timeline .timeline-wrapper .vco-slider .slider-container-mask {
  background-color: #f7f9fc;
}
.infg-timeline .timeline-wrapper .vco-notouch .vco-slider .nav-previous:hover .icon {
  margin-left: 50px;
}
.infg-timeline .timeline-wrapper .vco-notouch .vco-slider .nav-previous:hover .icon:before {
  color: #999999;
}
.infg-timeline .timeline-wrapper .vco-notouch .vco-slider .nav-next:hover .icon {
  margin-left: 0;
}
.infg-timeline .timeline-wrapper .vco-notouch .vco-slider .nav-next:hover .icon:before {
  color: #999999;
}
.infg-timeline .timeline-wrapper .vco-slider .nav-next .icon,
.infg-timeline .timeline-wrapper .vco-slider .nav-previous .icon {
  overflow: visible;
  background-image: none;
  width: 32px;
  height: 32px;
}
.infg-timeline .timeline-wrapper .vco-slider .nav-next .icon:before,
.infg-timeline .timeline-wrapper .vco-slider .nav-previous .icon:before {
  font-size: 32px;
  font-size: 2rem;
  padding: 0.25em;
  color: #3D5265;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.infg-timeline .timeline-wrapper .vco-slider .nav-next .icon {
  margin-left: 0;
}
.infg-timeline .timeline-wrapper .vco-slider .nav-previous .icon {
  margin-left: 50px;
}
.infg-timeline .timeline-wrapper .slider-item .container .date,
.infg-timeline .timeline-wrapper .slider-item .container h3 {
  display: none;
}
.infg-timeline .timeline-wrapper .vco-storyjs img {
  border: none;
}
.infg-timeline .timeline-wrapper .infg-timeline-item-wrapper {
  color: #3D5265;
  background-color: #C7D9E7;
}
.infg-timeline .timeline-wrapper .infg-timeline-item-image-wrapper {
  float: none;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .infg-timeline .timeline-wrapper .infg-timeline-item-image-wrapper {
    float: left;
    margin-top: 2.5em;
    width: 50%;
  }
}
.no-mediaqueries .infg-timeline .timeline-wrapper .infg-timeline-item-image-wrapper {
  float: left;
  margin-top: 2.5em;
  width: 50%;
}
@media (min-width: 1125px) {
  .infg-timeline .timeline-wrapper .infg-timeline-item-image-wrapper {
    margin-top: 0;
  }
}
.no-mediaqueries .infg-timeline .timeline-wrapper .infg-timeline-item-image-wrapper {
  margin-top: 0;
}
.infg-timeline .timeline-wrapper .infg-timeline-item-text-wrapper {
  float: none;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .infg-timeline .timeline-wrapper .infg-timeline-item-text-wrapper {
    float: left;
    width: 50%;
  }
}
.no-mediaqueries .infg-timeline .timeline-wrapper .infg-timeline-item-text-wrapper {
  float: left;
  width: 50%;
}
.infg-timeline .timeline-wrapper .infg-timeline-item-date {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 2em 25px 1em 25px;
  color: #3D5265;
}
@media (min-width: 1565px) {
  .infg-timeline .timeline-wrapper .infg-timeline-item-date {
    margin: 4em 50px 2em 50px;
  }
}
.no-mediaqueries .infg-timeline .timeline-wrapper .infg-timeline-item-date {
  margin: 4em 50px 2em 50px;
}
.infg-timeline .timeline-wrapper .slider-item .container h3.infg-timeline-item-title {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
  line-height: 1.2;
}
@media (min-width: 1224px) {
  .infg-timeline .timeline-wrapper .slider-item .container h3.infg-timeline-item-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.no-mediaqueries .infg-timeline .timeline-wrapper .slider-item .container h3.infg-timeline-item-title {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 1565px) {
  .infg-timeline .timeline-wrapper .slider-item .container h3.infg-timeline-item-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.no-mediaqueries .infg-timeline .timeline-wrapper .slider-item .container h3.infg-timeline-item-title {
  font-size: 42px;
  font-size: 2.625rem;
}
.infg-timeline .timeline-wrapper .infg-timeline-item-description,
.infg-timeline .timeline-wrapper .infg-timeline-item-description p {
  font-size: 16px;
  font-size: 1rem;
  color: #3D5265;
  line-height: 1.4;
}
@media (min-width: 1565px) {
  .infg-timeline .timeline-wrapper .infg-timeline-item-description,
  .infg-timeline .timeline-wrapper .infg-timeline-item-description p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.no-mediaqueries .infg-timeline .timeline-wrapper .infg-timeline-item-description, .no-mediaqueries
.infg-timeline .timeline-wrapper .infg-timeline-item-description p {
  font-size: 18px;
  font-size: 1.125rem;
}
.infg-timeline .timeline-wrapper .infg-timeline-item-title,
.infg-timeline .timeline-wrapper .infg-timeline-item-description {
  margin: 0 25px;
}
@media (min-width: 1565px) {
  .infg-timeline .timeline-wrapper .infg-timeline-item-title,
  .infg-timeline .timeline-wrapper .infg-timeline-item-description {
    margin: 0 50px;
  }
}
.no-mediaqueries .infg-timeline .timeline-wrapper .infg-timeline-item-title, .no-mediaqueries
.infg-timeline .timeline-wrapper .infg-timeline-item-description {
  margin: 0 50px;
}

.infg-gallery {
  background-color: #3D5265;
}
.infg-gallery .infg-section-title {
  color: #FFFFFF;
  padding-bottom: 0;
}
.infg-gallery .infg-gallery-description {
  margin: 0 auto;
  padding-bottom: 1em;
  width: 100%;
  max-width: 915px;
  color: #FFFFFF;
}
.infg-gallery .owl-controls {
  position: absolute;
  top: 535px;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.infg-gallery .btn.infg-prev,
.infg-gallery .btn.infg-next {
  margin-top: 295px;
}
.infg-gallery .owl-theme .owl-controls .owl-page span {
  background: #3D5265;
  border: 1px solid #7B9CB1;
  opacity: 0.5;
}
.infg-gallery .owl-theme .owl-controls .owl-page.active span {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  opacity: 1;
}
.infg-gallery .infg-prev-wrapper,
.infg-gallery .infg-next-wrapper {
  float: left;
  width: 10%;
}
@media (min-width: 48.0625em) {
  .infg-gallery .infg-prev-wrapper,
  .infg-gallery .infg-next-wrapper {
    width: 6%;
  }
}
.no-mediaqueries .infg-gallery .infg-prev-wrapper, .no-mediaqueries
.infg-gallery .infg-next-wrapper {
  width: 6%;
}
.infg-gallery .infg-prev-wrapper {
  text-align: right;
  margin-right: 0;
}
@media (min-width: 48.0625em) {
  .infg-gallery .infg-prev-wrapper {
    margin-right: 4%;
  }
}
.no-mediaqueries .infg-gallery .infg-prev-wrapper {
  margin-right: 4%;
}
.infg-gallery .infg-next-wrapper {
  margin-left: 0;
}
@media (min-width: 48.0625em) {
  .infg-gallery .infg-next-wrapper {
    margin-left: 4%;
  }
}
.no-mediaqueries .infg-gallery .infg-next-wrapper {
  margin-left: 4%;
}
.infg-gallery .infg-next {
  float: left;
}
.infg-gallery .infg-prev {
  float: right;
}
.infg-gallery .infg-next,
.infg-gallery .infg-prev {
  text-decoration: none;
}
.infg-gallery .infg-next:before,
.infg-gallery .infg-prev:before {
  font-size: 32px;
  font-size: 2rem;
  color: #FFFFFF;
}
.infg-gallery .infg-next:hover, .infg-gallery .infg-next:focus,
.infg-gallery .infg-prev:hover,
.infg-gallery .infg-prev:focus {
  cursor: pointer;
}
.infg-gallery .infg-next:hover:before, .infg-gallery .infg-next:focus:before,
.infg-gallery .infg-prev:hover:before,
.infg-gallery .infg-prev:focus:before {
  color: #C7D9E7;
}
.infg-gallery .owl-carousel {
  float: left;
  width: 80%;
}
.infg-gallery .infg-slider-wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.infg-gallery-title h2, .infg-gallery-title .block-title {
  margin: 1.5em 0 0 0;
  color: #FFFFFF;
}

.infg-gallery-description {
  padding-bottom: 4.5em;
  color: #FFFFFF;
}
.infg-gallery-description a {
  color: #FFFFFF;
}

.infg-gallery-text-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.infg-gallery-link {
  text-decoration: none;
}

.infg-stats {
  background-color: #C32E4C;
}
.infg-stats .infg-section-title {
  color: #FFFFFF;
}

.infg-stats-section-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1380px;
  color: #FFFFFF;
}

.infg-stat-value {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1.2;
}
@media (min-width: 48.0625em) {
  .infg-stat-value {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.no-mediaqueries .infg-stat-value {
  font-size: 52px;
  font-size: 3.25rem;
}
@media (min-width: 56.25em) {
  .infg-stat-value {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.no-mediaqueries .infg-stat-value {
  font-size: 72px;
  font-size: 4.5rem;
}
@media (min-width: 71.5625em) {
  .infg-stat-value {
    font-size: 92px;
    font-size: 5.75rem;
  }
}
.no-mediaqueries .infg-stat-value {
  font-size: 92px;
  font-size: 5.75rem;
}

.infg-stat-description {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 auto;
  width: 100%;
  max-width: 465px;
}
.infg-stat-description p {
  margin-top: 0;
}

.infg-stats-money-icon-wrapper,
.infg-stats-people-icon-wrapper {
  text-align: center;
  padding: 0.5em 0 2.5em 0;
}
.infg-stats-money-icon-wrapper .infg-stats-money-icon,
.infg-stats-money-icon-wrapper .infg-stats-people-icon,
.infg-stats-people-icon-wrapper .infg-stats-money-icon,
.infg-stats-people-icon-wrapper .infg-stats-people-icon {
  display: inline-block;
  color: #FFFFFF;
  background-repeat: no-repeat;
}
.infg-stats-money-icon-wrapper:before,
.infg-stats-people-icon-wrapper:before {
  content: "";
  border-bottom: 1px solid #FFFFFF;
  width: 20%;
  margin-bottom: 2em;
  margin-right: 2em;
  display: inline-block;
}
@media (min-width: 48.0625em) {
  .infg-stats-money-icon-wrapper:before,
  .infg-stats-people-icon-wrapper:before {
    width: 30%;
  }
}
.no-mediaqueries .infg-stats-money-icon-wrapper:before, .no-mediaqueries
.infg-stats-people-icon-wrapper:before {
  width: 30%;
}
@media (min-width: 56.25em) {
  .infg-stats-money-icon-wrapper:before,
  .infg-stats-people-icon-wrapper:before {
    width: 40%;
  }
}
.no-mediaqueries .infg-stats-money-icon-wrapper:before, .no-mediaqueries
.infg-stats-people-icon-wrapper:before {
  width: 40%;
}
.infg-stats-money-icon-wrapper:after,
.infg-stats-people-icon-wrapper:after {
  content: "";
  border-bottom: 1px solid #FFFFFF;
  width: 20%;
  margin-bottom: 2em;
  margin-left: 2em;
  display: inline-block;
}
@media (min-width: 48.0625em) {
  .infg-stats-money-icon-wrapper:after,
  .infg-stats-people-icon-wrapper:after {
    width: 30%;
  }
}
.no-mediaqueries .infg-stats-money-icon-wrapper:after, .no-mediaqueries
.infg-stats-people-icon-wrapper:after {
  width: 30%;
}
@media (min-width: 56.25em) {
  .infg-stats-money-icon-wrapper:after,
  .infg-stats-people-icon-wrapper:after {
    width: 40%;
  }
}
.no-mediaqueries .infg-stats-money-icon-wrapper:after, .no-mediaqueries
.infg-stats-people-icon-wrapper:after {
  width: 40%;
}

.infg-stats-money-icon-wrapper {
  padding: 2.5em 0 2.5em 0;
}

.infg-stats-people-icon {
  background: url(../images/infographic/people-icon.png);
  background: none, url(../images/infographic/people-icon.svg);
  width: 91px;
  height: 58px;
  background-size: 91px 58px;
}

.infg-stats-money-icon {
  background: url(../images/infographic/money-icon.png);
  background: none, url(../images/infographic/money-icon.svg);
  width: 91px;
  height: 58px;
  background-size: 91px 58px;
}

.infg-stats-people-section .infg-stat-row {
  margin: 0 0 2em 0;
  padding: 0 1em;
  float: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .infg-stats-people-section .infg-stat-row {
    padding: 0;
    margin: 0 5% 2em 5%;
    float: left;
    width: 40%;
  }
}
.no-mediaqueries .infg-stats-people-section .infg-stat-row {
  padding: 0;
  margin: 0 5% 2em 5%;
  float: left;
  width: 40%;
}
.infg-stats-people-section .infg-stat-row-odd {
  clear: left;
}
.infg-stats-people-section .infg-stat-row-even {
  clear: right;
}

.infg-stat-disclaimer {
  padding: 1.75em 0 6em 0;
  text-align: center;
}

.infg-stats-money-section .infg-stat-row {
  margin-bottom: 2em;
  float: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .infg-stats-money-section .infg-stat-row {
    float: left;
    width: 33%;
  }
}
.no-mediaqueries .infg-stats-money-section .infg-stat-row {
  float: left;
  width: 33%;
}
.infg-stats-money-section .infg-stat-row-1 {
  clear: left;
}
.infg-stats-money-section .infg-stat-row-3 {
  clear: right;
}

.infg-charts {
  background-color: #C7D9E7;
}
.infg-charts .infg-section-title {
  color: #3D5265;
}

.infg-section-charts-wrapper {
  padding: 0 1em 5em 1em;
  margin: 0 auto;
  width: 100%;
  max-width: 915px;
}
@media (min-width: 48.0625em) {
  .infg-section-charts-wrapper {
    padding: 0 0 5em 0;
  }
}
.no-mediaqueries .infg-section-charts-wrapper {
  padding: 0 0 5em 0;
}

.infg-chart {
  width: 100%;
  text-align: left;
}

.infg-chart-type-heading {
  font-size: 36px;
  font-size: 2.25rem;
  color: #C32E4C;
  text-align: left;
}

.infg-chart-value-heading {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.infg-chart-type,
.infg-chart-value {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 48.0625em) {
  .infg-chart-type,
  .infg-chart-value {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.no-mediaqueries .infg-chart-type, .no-mediaqueries
.infg-chart-value {
  font-size: 28px;
  font-size: 1.75rem;
}

.infg-chart-type {
  text-align: left;
}

.infg-chart-value {
  padding-top: 1em;
  text-align: right;
}

.infg-chart-total-title,
.infg-chart-total-value {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 48.0625em) {
  .infg-chart-total-title,
  .infg-chart-total-value {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.no-mediaqueries .infg-chart-total-title, .no-mediaqueries
.infg-chart-total-value {
  font-size: 28px;
  font-size: 1.75rem;
}

.infg-chart-total-title {
  text-align: left;
}

.infg-chart-total-value {
  padding-top: 1em;
  text-align: right;
}

.infg-chart-head th,
.infg-chart-data th {
  display: block;
  padding-top: 0;
}
@media (min-width: 48.0625em) {
  .infg-chart-head th,
  .infg-chart-data th {
    padding-top: 1em;
  }
}
.no-mediaqueries .infg-chart-head th, .no-mediaqueries
.infg-chart-data th {
  padding-top: 1em;
}

.infg-chart-data tr {
  display: block;
  padding-top: 1em;
  border-bottom: 1px dotted #7B9CB1;
}
@media (min-width: 48.0625em) {
  .infg-chart-data tr {
    display: table-row;
    padding-top: 1em;
  }
}
.no-mediaqueries .infg-chart-data tr {
  display: table-row;
  padding-top: 1em;
}

.infg-chart-data tr.infg-total-row {
  border: none;
}

.infg-chart-divider {
  border-top: 1px solid #000000;
  padding-bottom: 3em;
}

.infg-footer {
  padding: 2.5em 1em;
  color: #FFFFFF;
  background-color: #333333;
}

.infg-footer-phonenumber {
  font-size: 18px;
  font-size: 1.125rem;
  color: #C7D9E7;
  text-align: center;
}

.infg-footer-abilityone-logo-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

.infg-footer-abilityone-logo {
  background: url(../images/abilityone-logo.png);
  background: none, url(../images/abilityone-logo.svg);
  display: block;
  margin: 1.25em auto;
  width: 90px;
  height: 55px;
  background-size: 90px 55px;
  background-repeat: no-repeat;
}

.infg-footer-notice {
  font-size: 14px;
  font-size: 0.875rem;
  color: #C7D9E7;
  text-align: center;
}

.annual-report a {
  color: #FFFFFF;
}
.annual-report .btn {
  margin: 10px 0;
  display: inline-block;
  padding: 20px 25px;
  background-color: #FFFFFF;
  color: #C32E4C;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
  transition: all 600ms;
  cursor: pointer;
}
.annual-report .btn.btn-red {
  background-color: #C32E4C;
  color: #FFFFFF;
}
.annual-report .btn.btn-blue {
  border-color: #3D5265;
  color: #FFFFFF;
}
.annual-report .btn.btn-lrg {
  padding: 25px 40px;
}
.annual-report .btn:hover {
  opacity: 0.7;
}
.annual-report .btn.btn-menu {
  margin: 0;
  padding: 10px 15px;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  color: #C32E4C;
}
.annual-report .nxt {
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  outline: none;
  z-index: 99;
  cursor: pointer;
}
.annual-report .nxt:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-right: 2px #FFFFFF solid;
  border-bottom: 2px #FFFFFF solid;
  left: 50%;
  bottom: 25px;
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  opacity: 1;
  transition: all 600ms;
}
.annual-report .nxt.nxt-red:before {
  border-color: #C32E4C;
}
.annual-report .nxt.nxt-blue:before {
  border-color: #3D5265;
}
.annual-report .nxt:hover:before {
  -ms-transform: rotate(45deg) translateX(-50%) scale(1.25);
  transform: rotate(45deg) translateX(-50%) scale(1.25);
  bottom: 8px;
}
.annual-report .fade-in {
  opacity: 0;
  transition: all 1000ms;
}
.annual-report .fade-in.slide-right {
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
}
.annual-report .fade-in.slide-left {
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}
.annual-report .fade-in.slide-up {
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}
.annual-report .fade-in.slide-down {
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}
.annual-report .fade-in.show {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.annual-report span.fade-in {
  display: inline-block;
}
.annual-report .row {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 48.0625em) {
  .annual-report .row .column {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .annual-report .row .column.half {
    width: 50%;
    width: calc(100%/2);
  }
  .annual-report .row .column.third {
    width: 33%;
    width: calc(100%/3);
  }
  .annual-report .row .column.quarter {
    width: 25%;
    width: calc(100%/4);
  }
}
.no-mediaqueries .annual-report .row .column {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.no-mediaqueries .annual-report .row .column.half {
  width: 50%;
  width: calc(100%/2);
}
.no-mediaqueries .annual-report .row .column.third {
  width: 33%;
  width: calc(100%/3);
}
.no-mediaqueries .annual-report .row .column.quarter {
  width: 25%;
  width: calc(100%/4);
}
.annual-report .ar-nav {
  margin: 0;
  padding: 0;
  list-style: none none;
  position: fixed;
  top: 50%;
  right: 0;
  display: none;
  z-index: 9999;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.annual-report .ar-nav li {
  margin: 0;
  padding: 0;
  list-style: none none;
  position: relative;
  display: block;
  width: 48px;
  height: 40px;
  cursor: pointer;
}
.annual-report .ar-nav li a {
  margin: 0 20px 0 0;
  padding: 2px 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 100%;
  white-space: nowrap;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 600ms;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.annual-report .ar-nav li.hidden {
  display: none;
}
.annual-report .ar-nav li:before {
  content: '';
  display: block;
  position: absolute;
  transition: all 1000ms;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 18px;
  background-color: #C32E4C;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.annual-report .ar-nav li.inview:before, .annual-report .ar-nav li:hover:before {
  width: 30px;
}
.annual-report .ar-nav li:hover a {
  opacity: 1;
  visibility: visible;
}
.annual-report .ar-nav.contrast li:before {
  background-color: #FFFFFF;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-nav {
    display: block;
  }
}
.no-mediaqueries .annual-report .ar-nav {
  display: block;
}
.annual-report .ar-menu {
  margin: 0;
  padding: 0;
  list-style: none none;
  width: 100%;
  min-height: 100vh;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #282828;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 1000ms;
}
.annual-report .ar-menu li {
  margin: 0;
  padding: 5px 0;
  list-style: none none;
  display: block;
  border-bottom: 1px #333333 solid;
  text-align: center;
}
.annual-report .ar-menu li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.annual-report .ar-menu li.inview {
  background-color: #C32E4C;
}
.annual-report .ar-menu.menu-open {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 48.0625em) {
  .annual-report .ar-menu {
    display: none;
  }
}
.no-mediaqueries .annual-report .ar-menu {
  display: none;
}
.annual-report .ar-intro {
  position: relative;
  background: #111111;
  background-size: cover;
  overflow: hidden;
  padding-top: 83px;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-intro {
    padding-top: 0;
  }
}
.no-mediaqueries .annual-report .ar-intro {
  padding-top: 0;
}
.annual-report .ar-intro .photo img {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  transition: opacity 500ms ease-in;
}
.annual-report .ar-intro .photo.show img.loaded {
  opacity: 1;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-intro .photo.show img.loaded {
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
.no-mediaqueries .annual-report .ar-intro .photo.show img.loaded {
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.annual-report .ar-intro .top {
  background: #111111;
  border-bottom: 1px #333333 solid;
  padding: 25px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-intro .top {
    padding: 25px 50px;
    position: relative;
    top: auto;
    width: auto;
    z-index: 1;
  }
}
.no-mediaqueries .annual-report .ar-intro .top {
  padding: 25px 50px;
  position: relative;
  top: auto;
  width: auto;
  z-index: 1;
}
.annual-report .ar-intro .top .page-title {
  margin: 0;
  display: inline-block;
  font-size: 0px;
  font-size: 0rem;
}
.annual-report .ar-intro .top #menu-button {
  float: right;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-intro .top #menu-button {
    display: none;
  }
}
.no-mediaqueries .annual-report .ar-intro .top #menu-button {
  display: none;
}
.annual-report .ar-intro .top #menu-button .open {
  display: inline;
}
.annual-report .ar-intro .top #menu-button .close {
  display: none;
}
.annual-report .ar-intro .top #menu-button .menu-icon {
  margin: 0 0 0 5px;
  padding: 0;
  width: 12px;
  height: 10px;
  position: relative;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 500ms ease-in;
  cursor: pointer;
  display: inline-block;
}
.annual-report .ar-intro .top #menu-button .menu-icon span {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #C32E4C;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 250ms ease-in;
}
.annual-report .ar-intro .top #menu-button .menu-icon span:nth-child(1) {
  top: 0px;
}
.annual-report .ar-intro .top #menu-button .menu-icon span:nth-child(2) {
  top: 4px;
}
.annual-report .ar-intro .top #menu-button .menu-icon span:nth-child(3) {
  top: 8px;
}
.annual-report .ar-intro .top #menu-button.active .open {
  display: none;
}
.annual-report .ar-intro .top #menu-button.active .close {
  display: inline;
}
.annual-report .ar-intro .top #menu-button.active .menu-icon span:nth-child(1) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.annual-report .ar-intro .top #menu-button.active .menu-icon span:nth-child(2) {
  opacity: 0;
}
.annual-report .ar-intro .top #menu-button.active .menu-icon span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.annual-report .ar-intro .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
  width: 100%;
}
.annual-report .ar-intro .overlay .wrapper {
  margin: 0 auto;
  padding: 50px 30px 80px;
  width: 100%;
  max-width: 960px;
  color: #FFFFFF;
  text-align: center;
}
.annual-report .ar-intro .overlay .wrapper h2, .annual-report .ar-intro .overlay .wrapper .block-title {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 26px;
  font-size: 1.625rem;
  color: #C32E4C;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-intro .overlay .wrapper h2, .annual-report .ar-intro .overlay .wrapper .block-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.no-mediaqueries .annual-report .ar-intro .overlay .wrapper h2, .no-mediaqueries .annual-report .ar-intro .overlay .wrapper .block-title {
  font-size: 36px;
  font-size: 2.25rem;
}
.annual-report .ar-intro .overlay .wrapper p {
  color: #CCCCCC;
}
.annual-report .ar-intro .overlay .wrapper iframe {
  margin: 0 0 25px 0;
  border: 0 none;
  max-width: 100%;
}
.annual-report .ar-numbers {
  position: relative;
  background: #F1F7FA;
}
.annual-report .ar-numbers .wrapper {
  margin: 0 auto;
  padding: 100px 30px;
  width: 100%;
  max-width: 1260px;
  color: #3D5265;
  text-align: center;
}
.annual-report .ar-numbers .wrapper h2, .annual-report .ar-numbers .wrapper .block-title {
  margin: 0 0 80px 0;
  padding: 0;
  font-size: 26px;
  font-size: 1.625rem;
  color: #3D5265;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-numbers .wrapper h2, .annual-report .ar-numbers .wrapper .block-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.no-mediaqueries .annual-report .ar-numbers .wrapper h2, .no-mediaqueries .annual-report .ar-numbers .wrapper .block-title {
  font-size: 36px;
  font-size: 2.25rem;
}
.annual-report .ar-numbers .wrapper h3 {
  margin: 0;
  padding: 35px 0 5px;
  font-size: 48px;
  font-size: 3rem;
  font-style: normal;
  color: #C32E4C;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-numbers .wrapper h3 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.no-mediaqueries .annual-report .ar-numbers .wrapper h3 {
  font-size: 52px;
  font-size: 3.25rem;
}
.annual-report .ar-numbers .wrapper p {
  margin: 0 0 15px;
  color: #3D5265;
}
.annual-report .ar-numbers .wrapper p.note {
  padding: 20px 0 0 0;
  font-style: italic;
}
.annual-report .ar-data {
  position: relative;
  background-color: #111111;
  background-size: cover;
  overflow: hidden;
}
.annual-report .ar-data .photo img {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  transition: opacity 500ms ease-in;
}
.annual-report .ar-data .photo.show img.loaded {
  opacity: 1;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-data .photo.show img.loaded {
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
.no-mediaqueries .annual-report .ar-data .photo.show img.loaded {
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.annual-report .ar-data .overlay {
  background: rgba(189, 54, 112, 0.9);
  background: linear-gradient(to bottom, rgba(195, 46, 76, 0.9) 0%, rgba(189, 54, 112, 0.9) 100%);
  z-index: 1;
  position: relative;
}
.annual-report .ar-data .overlay .wrapper {
  margin: 0 auto;
  padding: 100px 30px;
  width: 100%;
  max-width: 1060px;
  color: #FFFFFF;
}
.annual-report .ar-data .overlay .wrapper h2, .annual-report .ar-data .overlay .wrapper .block-title {
  margin: 0 0 80px 0;
  padding: 0;
  font-size: 26px;
  font-size: 1.625rem;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-data .overlay .wrapper h2, .annual-report .ar-data .overlay .wrapper .block-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.no-mediaqueries .annual-report .ar-data .overlay .wrapper h2, .no-mediaqueries .annual-report .ar-data .overlay .wrapper .block-title {
  font-size: 36px;
  font-size: 2.25rem;
}
.annual-report .ar-data .overlay .wrapper p {
  color: #FFFFFF;
}
.annual-report .ar-data .overlay .wrapper table {
  margin: 40px 0;
  width: 100%;
  text-align: left;
}
.annual-report .ar-data .overlay .wrapper table thead tr th, .annual-report .ar-data .overlay .wrapper table thead tr td {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-data .overlay .wrapper table thead tr th, .annual-report .ar-data .overlay .wrapper table thead tr td {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.no-mediaqueries .annual-report .ar-data .overlay .wrapper table thead tr th, .no-mediaqueries .annual-report .ar-data .overlay .wrapper table thead tr td {
  font-size: 36px;
  font-size: 2.25rem;
}
.annual-report .ar-data .overlay .wrapper table thead tr td {
  text-align: right;
}
.annual-report .ar-data .overlay .wrapper table tbody tr {
  border-bottom: dashed 1px #FFFFFF;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.2);
}
.annual-report .ar-data .overlay .wrapper table tbody tr th, .annual-report .ar-data .overlay .wrapper table tbody tr td {
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-data .overlay .wrapper table tbody tr th, .annual-report .ar-data .overlay .wrapper table tbody tr td {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.no-mediaqueries .annual-report .ar-data .overlay .wrapper table tbody tr th, .no-mediaqueries .annual-report .ar-data .overlay .wrapper table tbody tr td {
  font-size: 24px;
  font-size: 1.5rem;
}
.annual-report .ar-data .overlay .wrapper table tbody tr td {
  text-align: right;
}
.annual-report .ar-data .overlay .wrapper table tbody tr:last-child {
  border-bottom: solid 1px #FFFFFF;
}
.annual-report .ar-photo {
  position: relative;
  background: #111111;
  background-size: cover;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-photo {
    height: 100vh;
    min-height: 600px;
    max-height: 960px;
    overflow: hidden;
  }
}
.no-mediaqueries .annual-report .ar-photo {
  height: 100vh;
  min-height: 600px;
  max-height: 960px;
  overflow: hidden;
}
.annual-report .ar-photo .photo {
  height: 300px;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-photo .photo {
    height: auto;
    overflow: visible;
    position: static;
    display: block;
  }
}
.no-mediaqueries .annual-report .ar-photo .photo {
  height: auto;
  overflow: visible;
  position: static;
  display: block;
}
.annual-report .ar-photo .photo img {
  opacity: 0;
  transition: opacity 500ms ease-in, transform 1000ms ease-out;
  object-fit: cover;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-photo .photo img {
    -ms-transform: translate(-50%, -50%) scale(1.05, 1.05);
    transform: translate(-50%, -50%) scale(1.05, 1.05);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    object-fit: unset;
  }
}
.no-mediaqueries .annual-report .ar-photo .photo img {
  -ms-transform: translate(-50%, -50%) scale(1.05, 1.05);
  transform: translate(-50%, -50%) scale(1.05, 1.05);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  object-fit: unset;
}
.annual-report .ar-photo .photo.show img.loaded {
  opacity: 1;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-photo .photo.show img.loaded {
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
.no-mediaqueries .annual-report .ar-photo .photo.show img.loaded {
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}
.annual-report .ar-photo .overlay {
  padding: 35px 30px 75px;
  color: #FFFFFF;
  text-align: center;
  background: rgba(189, 54, 112, 0.9);
  background: linear-gradient(to bottom, rgba(195, 46, 76, 0.9) 0%, rgba(189, 54, 112, 0.9) 100%);
}
@media (min-width: 48.0625em) {
  .annual-report .ar-photo .overlay {
    padding: 65px 35px 45px;
    width: 50%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 10%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: left;
  }
}
.no-mediaqueries .annual-report .ar-photo .overlay {
  padding: 65px 35px 45px;
  width: 50%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 10%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: left;
}
.annual-report .ar-photo .overlay h2, .annual-report .ar-photo .overlay .block-title {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: lighter;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-photo .overlay h2, .annual-report .ar-photo .overlay .block-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.no-mediaqueries .annual-report .ar-photo .overlay h2, .no-mediaqueries .annual-report .ar-photo .overlay .block-title {
  font-size: 32px;
  font-size: 2rem;
}
.annual-report .ar-photo .overlay p {
  color: #FFFFFF;
}
.annual-report .ar-photo .overlay.focus-left {
  left: auto;
  right: 10%;
}
.annual-report .ar-graphic {
  position: relative;
  background: #C7D9E7;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-graphic {
    height: 100vh;
    min-height: 600px;
    max-height: 960px;
  }
}
.no-mediaqueries .annual-report .ar-graphic {
  height: 100vh;
  min-height: 600px;
  max-height: 960px;
}
.annual-report .ar-graphic .graphic img {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
.annual-report .ar-graphic .overlay {
  padding: 100px 30px;
  z-index: 1;
  color: #3D5265;
  text-align: center;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-graphic .overlay {
    max-width: 650px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.no-mediaqueries .annual-report .ar-graphic .overlay {
  max-width: 650px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.annual-report .ar-graphic .overlay h2, .annual-report .ar-graphic .overlay .block-title {
  margin: 30px 0;
  color: #C32E4C;
  line-height: 1.2;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: lighter;
  text-transform: uppercase;
}
@media (min-width: 48.0625em) {
  .annual-report .ar-graphic .overlay h2, .annual-report .ar-graphic .overlay .block-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.no-mediaqueries .annual-report .ar-graphic .overlay h2, .no-mediaqueries .annual-report .ar-graphic .overlay .block-title {
  font-size: 38px;
  font-size: 2.375rem;
}
.annual-report .ar-graphic .overlay p {
  margin: 0 0 30px 0;
  color: #3D5265;
}
.annual-report .ar-graphic .overlay.focus-left {
  left: auto;
  right: 10%;
}
.annual-report .ar-footer {
  position: relative;
  background-color: #333333;
}
.annual-report .ar-footer .wrapper {
  padding: 35px 55px;
  color: #FFFFFF;
  text-align: center;
}
.annual-report .ar-footer .wrapper .logo {
  padding: 10px 0;
}
@media (min-width: 56.25em) {
  .annual-report .ar-footer .wrapper .logo {
    width: 30%;
    float: left;
    text-align: left;
  }
}
.no-mediaqueries .annual-report .ar-footer .wrapper .logo {
  width: 30%;
  float: left;
  text-align: left;
}
.annual-report .ar-footer .wrapper .copy {
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
}
@media (min-width: 56.25em) {
  .annual-report .ar-footer .wrapper .copy {
    width: 70%;
    float: right;
    text-align: right;
  }
}
.no-mediaqueries .annual-report .ar-footer .wrapper .copy {
  width: 70%;
  float: right;
  text-align: right;
}

.news-preview-wrapper.view-blog, .news-preview-wrapper.view-stories {
  padding: 1em;
}
.news-preview-wrapper.view-blog .views-row, .news-preview-wrapper.view-stories .views-row {
  width: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
}
.news-preview-wrapper.view-blog .story-card-title, .news-preview-wrapper.view-stories .story-card-title {
  margin-top: 0;
}
.news-preview-wrapper.view-blog .story-card-image-wrapper, .news-preview-wrapper.view-stories .story-card-image-wrapper {
  float: none;
  width: 100%;
  padding-bottom: 1em;
}
@media (min-width: 48.0625em) {
  .news-preview-wrapper.view-blog .story-card-image-wrapper, .news-preview-wrapper.view-stories .story-card-image-wrapper {
    float: left;
    padding-bottom: 0;
    width: 45%;
  }
}
.no-mediaqueries .news-preview-wrapper.view-blog .story-card-image-wrapper, .no-mediaqueries .news-preview-wrapper.view-stories .story-card-image-wrapper {
  float: left;
  padding-bottom: 0;
  width: 45%;
}
.news-preview-wrapper.view-blog .story-card-text, .news-preview-wrapper.view-stories .story-card-text {
  float: none;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .news-preview-wrapper.view-blog .story-card-text, .news-preview-wrapper.view-stories .story-card-text {
    float: left;
    padding-left: 3em;
    width: 55%;
  }
}
.no-mediaqueries .news-preview-wrapper.view-blog .story-card-text, .no-mediaqueries .news-preview-wrapper.view-stories .story-card-text {
  float: left;
  padding-left: 3em;
  width: 55%;
}

.news-preview-section,
.event-preview-section,
.press-preview-section {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.news-preview-section:after,
.event-preview-section:after,
.press-preview-section:after {
  content: " ";
  display: block;
  clear: both;
}
.news-preview-section .block-title,
.event-preview-section .block-title,
.press-preview-section .block-title {
  padding: 1em 0;
  text-align: center;
}
.news-preview-section .more-link,
.event-preview-section .more-link,
.press-preview-section .more-link {
  text-align: center;
}

.event-preview-section {
  padding-top: 1em;
}

.press-preview-wrapper,
.event-preview-wrapper {
  padding: 1em;
}

.news-media-menu-wrapper .menu {
  padding: 0;
  margin: 0;
  text-align: center;
}
.news-media-menu-wrapper .leaf,
.news-media-menu-wrapper .expanded {
  display: inline;
  padding: 0;
}
.news-media-menu-wrapper .leaf a,
.news-media-menu-wrapper .expanded a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48.0625em) {
  .news-media-menu-wrapper .leaf a,
  .news-media-menu-wrapper .expanded a {
    border: inherit;
    clip: inherit;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
    display: inline-block;
    padding: 1em;
    color: #C32E4C;
    text-decoration: none;
  }
}
.no-mediaqueries .news-media-menu-wrapper .leaf a, .no-mediaqueries
.news-media-menu-wrapper .expanded a {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  display: inline-block;
  padding: 1em;
  color: #C32E4C;
  text-decoration: none;
}
.news-media-menu-wrapper .leaf a:hover, .news-media-menu-wrapper .leaf a:focus, .news-media-menu-wrapper .leaf a.active,
.news-media-menu-wrapper .expanded a:hover,
.news-media-menu-wrapper .expanded a:focus,
.news-media-menu-wrapper .expanded a.active {
  color: #333333;
}
.news-media-menu-wrapper .leaf a.media-menu-toggle-link,
.news-media-menu-wrapper .expanded a.media-menu-toggle-link {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  color: #000000;
  background-color: #DCDCDC;
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .news-media-menu-wrapper .leaf a.media-menu-toggle-link,
  .news-media-menu-wrapper .expanded a.media-menu-toggle-link {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.no-mediaqueries .news-media-menu-wrapper .leaf a.media-menu-toggle-link, .no-mediaqueries
.news-media-menu-wrapper .expanded a.media-menu-toggle-link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.news-media-menu-wrapper .menu.media-menu-open .leaf a,
.news-media-menu-wrapper .menu.media-menu-open .expanded a {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  text-decoration: none;
}

.media-announcement-wrapper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  background-color: #C32E4C;
  padding: 2em;
}
.media-announcement-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.media-announcement-title {
  text-align: center;
  color: #FFFFFF;
  margin-top: 0;
}

.media-announcement-content-wrapper {
  background-color: #FFFFFF;
  padding: 1em;
}

.media-announcement-image {
  float: none;
  width: 100%;
  padding: 1em;
}
@media (min-width: 48.0625em) {
  .media-announcement-image {
    float: left;
    width: 50%;
  }
}
.no-mediaqueries .media-announcement-image {
  float: left;
  width: 50%;
}

.media-announcement-text {
  float: none;
  width: 100%;
  padding: 1em;
  height: auto;
  min-height: 5em;
  background-color: #FFFFFF;
}
@media (min-width: 64em) {
  .media-announcement-text {
    float: left;
    width: 50%;
  }
}
.no-mediaqueries .media-announcement-text {
  float: left;
  width: 50%;
}
.media-announcement-text .blue-button,
.media-announcement-text .red-button,
.media-announcement-text a.button {
  margin-top: 1em;
}

.news-listing-wrapper .views-exposed-widget .form-select,
.form-item-field-press-publication-date-value .form-select {
  width: auto;
  height: 74px;
  min-width: 100px;
}

.view-events .views-row {
  margin-bottom: 1em;
  padding: 1em;
  border: 2px solid #C7D9E7;
}
@media (min-width: 48.0625em) {
  .view-events .views-row .image-column {
    float: left;
    width: 23%;
    padding-right: 1%;
  }
}
.no-mediaqueries .view-events .views-row .image-column {
  float: left;
  width: 23%;
  padding-right: 1%;
}
@media (min-width: 48.0625em) {
  .view-events .views-row .image-column .event-image {
    padding: 1em 0.5em 0.5em 0;
  }
}
.no-mediaqueries .view-events .views-row .image-column .event-image {
  padding: 1em 0.5em 0.5em 0;
}
@media (min-width: 48.0625em) {
  .view-events .views-row .image-column + .details-column {
    float: left;
    width: 75%;
  }
}
.no-mediaqueries .view-events .views-row .image-column + .details-column {
  float: left;
  width: 75%;
}
.view-events .views-row .image-column + .details-column .event-description {
  padding: 1em 0;
}
.view-events .event-date {
  font-size: 22px;
  font-size: 1.375rem;
}
.view-events .event-description {
  padding: 1em;
}
.view-events .event-citystate {
  padding-bottom: 1em;
}
@media (min-width: 48.0625em) {
  .view-events .event-image {
    padding: 2em 0.5em 0.5em 0;
  }
}
.no-mediaqueries .view-events .event-image {
  padding: 2em 0.5em 0.5em 0;
}

.announcement-visible .main {
  padding-top: 140px;
}
@media (min-width: 48.0625em) {
  .announcement-visible .main {
    padding-top: 120px;
  }
}
.no-mediaqueries .announcement-visible .main {
  padding-top: 120px;
}

.announcement-wrapper.hidden,
.announcement-wrapper.seen {
  display: none;
}

.announcement-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333333;
  color: #FFFFFF;
  text-align: center;
}
.announcement-wrapper .announcement-content {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.announcement-wrapper .announcement-text {
  margin: 0 2em;
}
.announcement-wrapper a {
  color: #FFFFFF;
  text-decoration: underline;
}
.announcement-wrapper p {
  margin: 0;
  padding: 1em 0;
}
.announcement-wrapper .announcement-close-wrapper {
  position: absolute;
  right: 0;
  top: 1em;
}
.announcement-wrapper .announcement-close {
  text-align: right;
  text-decoration: none;
}
.announcement-wrapper .announcement-close:hover {
  transition: all 0.3s ease;
  text-decoration: underline;
}
.announcement-wrapper .announcement-close:before {
  padding-right: 0.5em;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 58.125em) {
  .announcement-wrapper .announcement-close:before {
    content: '[x] ';
    padding-right: 0;
    display: inline-block;
    text-decoration: underline;
  }
}
.no-mediaqueries .announcement-wrapper .announcement-close:before {
  content: '[x] ';
  padding-right: 0;
  display: inline-block;
  text-decoration: underline;
}
.announcement-wrapper .announcement-close:after {
  content: '';
}
@media (min-width: 58.125em) {
  .announcement-wrapper .announcement-close:after {
    content: 'close';
  }
}
.no-mediaqueries .announcement-wrapper .announcement-close:after {
  content: 'close';
}

.awards-page h2, .awards-page .block-title {
  clear: both;
  margin: 10px 0;
}
.awards-page h3 {
  margin: 10px 0;
}
.awards-page .winners .winner h4 {
  margin: 10px 0;
}
.awards-page .winners .winner p {
  margin: 5px 0;
}
@media (min-width: 31.25em) {
  .awards-page .winners .winner {
    width: 50%;
    float: left;
  }
  .awards-page .winners .winner.odd {
    clear: left;
  }
  .awards-page .winners .winner.even {
    clear: right;
  }
}
.no-mediaqueries .awards-page .winners .winner {
  width: 50%;
  float: left;
}
.no-mediaqueries .awards-page .winners .winner.odd {
  clear: left;
}
.no-mediaqueries .awards-page .winners .winner.even {
  clear: right;
}

#node-10955 .cp-card-wide-title {
  font-weight: bold !important;
}

/**
 *
 * OLD PAGE CONTENT
 */
/*

<h2>Employee Awards</h2>

<h3>William M. Usdane</h3>

<h4>National Winner and South Region</h4>

<p><strong>Sebastian Ploszaj </strong></p>

<p>Global Connections to Employment, Inc.</p>

<p>Lorton, VA</p>

<p>&nbsp;</p>

<h4>North Central Region</h4>

<p><strong>Beth Downey </strong></p>

<p>New Horizons Rehabilitation Services, Inc.</p>

<p>Auburn Hills, MI</p>

<p>&nbsp;</p>

<h4>Northwest Region</h4>

<p><strong>Andres Gonzalez </strong></p>

<p>Skookum Contract Services</p>

<p>Bremerton, WA</p>

<p>&nbsp;</p>

<h4>East Region</h4>

<p><strong>Trenton Williams </strong></p>

<p>Rappahannock Goodwill Industries, Inc.</p>

<p>Fredericksburg, VA</p>

<p>&nbsp;</p>

<h4>Pacific West Region</h4>

<p><strong>Eric Vargas </strong></p>

<p>Calidad Industries</p>

<p>Oakland, CA</p>

<p>&nbsp;</p>

<h4>South Central Region</h4>

<p><strong>Heather Mobley </strong></p>

<p>The Arc Caddo-Bossier</p>

<p>Shreveport, LA</p>

<p>&nbsp;</p>

<h3>Evelyne Villines</h3>

<h4>National Winner and South Region</h4>

<p><strong>Francesca Eastland </strong></p>

<p>Phoenix</p>

<p>Huntsville, AL</p>

<p>&nbsp;</p>

<h4>Northwest Region</h4>

<p><strong>Sean Stevenson </strong></p>

<p>SKILS’KIN</p>

<p>Spokane, WA</p>

<p>&nbsp;</p>

<h4>East Region</h4>

<p><strong>Gregory George </strong></p>

<p>Goodwill Commercial Services, Inc.</p>

<p>Pittsburgh, PA</p>

<p>&nbsp;</p>

<h4>Pacific West Region&nbsp;</h4>

<p><strong>Fredrick King </strong></p>

<p>Calidad Industries</p>

<p>Oakland, CA</p>

<p>&nbsp;</p>

<h3>AbilityOne Honor Roll for Veterans with Disabilities</h3>

<p><strong>Doyle Henderson</strong></p>

<p>PCSI</p>

<p>Portsmouth, VA</p>

<p>&nbsp;</p>

<h3>President’s Award</h3>

<p><strong>Nadine Schaeffer </strong></p>

<p>InspiriTec, Inc.</p>

<p>Wyomissing, PA</p>

<h3>&nbsp;</h3>

<h3>Tom Miller Award for Advocacy</h3>

<p><strong>Keven Moulton </strong></p>

<p>BH Services, Inc.</p>

<p>Ellsworth Air Force Base, SD</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<h2>CUSTOMER AWARDS</h2>

<h4>Customer Federal Award-Military</h4>

<p><strong>Product Manager Soldier Clothing and Individual Equipment </strong></p>

<p>Fort Belvoir, VA</p>

<p>&nbsp;</p>

<h4>Customer Federal Award-Civilian</h4>

<p><strong>U.S. Department of State</strong></p>

<p>Washington D.C.</p>

<p>&nbsp;</p>

<h4>Customer Award (Non Federal)</h4>

<p><strong>New Mexico Human Services Department/Income Support Division </strong></p>

<p>Santa Fe, NM</p>

<p>&nbsp;</p>

<h2>AbilityOne Network Awards&nbsp;</h2>

<h4>Performance Excellence in Government Contracts</h4>

<p><strong>Job Options Inc. </strong></p>

<p>San Diego, CA</p>

<p>&nbsp;</p>

<h4>Performance Excellence in Grassroots Advocacy</h4>

<p><strong>Goodwill Industries of Lower South Carolina </strong></p>

<p>Charleston, SC</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<h2>Business Partnership Awards</h2>

<h4>Business Partnership Award</h4>

<p><strong>Mariano’s Fresh Market </strong></p>

<p>Rosemont, IL</p>

<h3>&nbsp;</h3>

<h4>Small Business Partnership Award</h4>

<p><strong>DealerDOCX </strong></p>

<p>Victor, NY</p>

 */
.bean-media-gallery {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
.bean-media-gallery .nav-items img {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.bean-media-gallery .nav-items .left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.bean-media-gallery .nav-items .left img {
  left: 10px;
}
.bean-media-gallery .nav-items .right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.bean-media-gallery .nav-items .right img {
  right: 10px;
}

.news-media-menu-wrapper {
  padding: 0 .5em;
}
@media (min-width: 48.0625em) {
  .news-media-menu-wrapper {
    padding: 0;
  }
}
.no-mediaqueries .news-media-menu-wrapper {
  padding: 0;
}
.news-media-menu-wrapper .leaf {
  margin: 0;
}
@media (min-width: 48.0625em) {
  .news-media-menu-wrapper .leaf {
    display: inline;
    margin: 1em 0;
  }
}
.no-mediaqueries .news-media-menu-wrapper .leaf {
  display: inline;
  margin: 1em 0;
}
.news-media-menu-wrapper .leaf a {
  border: inherit;
  clip: inherit;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  text-decoration: none;
  display: block;
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 48.0625em) {
  .news-media-menu-wrapper .leaf a {
    border: none;
    display: inline-block;
  }
}
.no-mediaqueries .news-media-menu-wrapper .leaf a {
  border: none;
  display: inline-block;
}
.news-media-menu-wrapper .menu-menu {
  display: block;
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
@media (min-width: 48.0625em) {
  .news-media-menu-wrapper .menu-menu {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.no-mediaqueries .news-media-menu-wrapper .menu-menu {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.news-media-menu-wrapper .menu-menu a {
  display: block;
  background-color: #DCDCDC;
}
.news-media-menu-wrapper ul.menu-open .leaf {
  display: block;
}
@media (min-width: 48.0625em) {
  .news-media-menu-wrapper ul.menu-open .leaf {
    display: inline;
  }
}
.no-mediaqueries .news-media-menu-wrapper ul.menu-open .leaf {
  display: inline;
}

.menu-name-menu-awards-navigation {
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  display: block !important;
}
.menu-name-menu-awards-navigation .leaf a {
  display: block;
  padding: 0.5em 1em;
}
@media (min-width: 48.0625em) {
  .menu-name-menu-awards-navigation .leaf a {
    display: inline-block;
  }
}
.no-mediaqueries .menu-name-menu-awards-navigation .leaf a {
  display: inline-block;
}
.menu-name-menu-awards-navigation .menu-menu {
  display: block;
  border: inherit;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
@media (min-width: 48.0625em) {
  .menu-name-menu-awards-navigation .menu-menu {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.no-mediaqueries .menu-name-menu-awards-navigation .menu-menu {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.menu-name-menu-awards-navigation .menu-menu a {
  display: block;
  background-color: #DCDCDC;
}
.menu-name-menu-awards-navigation ul.menu-open .leaf {
  display: block;
}
@media (min-width: 48.0625em) {
  .menu-name-menu-awards-navigation ul.menu-open .leaf {
    display: inline;
  }
}
.no-mediaqueries .menu-name-menu-awards-navigation ul.menu-open .leaf {
  display: inline;
}

.block-system .view-webform-submissions .views-table {
  width: 100%;
}
.block-system .view-webform-submissions .views-table tr td.views-field {
  text-align: center;
  padding: 8px 0;
}
.block-system .webform-submission label {
  font-weight: 700;
}
.block-system #webform-submission-resend table {
  width: 100%;
}
.block-system #webform-submission-resend table tr td {
  text-align: center;
  padding: 8px 0;
}
.block-system #webform-submission-resend .form-actions {
  margin-top: 30px;
}
.block-system #webform-submission-resend .form-actions a {
  margin: 0 0 0 15px;
  display: inline-block;
  padding: 15px;
}

.c-quiz {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-quiz--is-active {
  display: -ms-flexbox;
  display: flex;
}
.c-quiz__wrapper {
  position: relative;
  width: 600px;
  height: 400px;
  background: #fff;
  border: 4px solid #C32E4C;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
}
.c-quiz h4, .c-quiz h5 {
  margin-top: 0;
  margin-bottom: 15px;
}
.c-quiz button {
  width: 100%;
}
.c-quiz__questions {
  display: block;
  height: 100%;
}
.c-quiz__answers {
  display: none;
  height: 100%;
}
.c-quiz__answers-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.c-quiz__answers-wrapper button {
  margin-top: 30px;
  width: auto;
}
.c-quiz__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.c-quiz__close::after {
  font-size: 25px;
  content: "\f00d";
  height: 25px;
  width: 25px;
  font-family: "sourceamerica-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.c-featured-takeover {
  position: relative;
  background-color: #3D5265;
  max-height: 0;
  transition: max-height .5s ease-in-out;
  overflow: hidden;
}
.c-featured-takeover.is-active {
  max-height: 100vh;
}
.c-featured-takeover__close {
  display: inline-block;
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.c-featured-takeover__close:before {
  color: #fff;
}
.c-featured-takeover__content {
  text-align: center;
  display: block;
}
.c-featured-takeover__content img {
  max-height: 50vh;
}

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
