@charset "UTF-8";
/**
 *
 * Functions
 *
 */
/*
 * Spacing function
 * - to apply consistency to margins and padding on vertical rhythm
 * - usually applied to 'layout' or 'page'-level files
 */
.black {
  color: black; }

.new-orange {
  color: #ec6629; }

.mid-blue-two {
  color: #2a65af; }

.black-two {
  color: #323232; }

.new-blue {
  color: #2a65af; }

.gray-1 {
  color: #323232; }

.gray-2 {
  color: #626262; }

.gray-3 {
  color: #a0a0a0; }

.gray-4 {
  color: #b9b9b9; }

.gray-5 {
  color: #cdcdcd; }

.gray-6 {
  color: #efefef; }

.gray-7 {
  color: #f1f4f6; }

.bg-white {
  background-color: #ffffff; }

.bg-gray-1 {
  background-color: #323232; }

.bg-gray-2 {
  background-color: #626262; }

.bg-gray-3 {
  background-color: #a0a0a0; }

.bg-gray-4 {
  background-color: #b9b9b9; }

.bg-gray-5 {
  background-color: #cdcdcd; }

.bg-gray-6 {
  background-color: #efefef; }

.bg-gray-7 {
  background-color: #f1f4f6; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
.select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select,
.select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
cite {
  margin: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0; }

em {
  font-style: normal; }

b,
strong {
  font-weight: 700; }

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

html {
  height: 100%; }

body {
  font-family: "proxima-nova", sans-serif;
  background-color: #f1f4f6;
  color: #323232; }

img {
  max-width: 100%;
  height: auto; }

canvas {
  max-width: 100%; }

svg {
  fill: currentColor; }

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25em; }

p {
  font-weight: 400;
  font-family: "proxima-nova", sans-serif; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }

h1 {
  font-size: 36px;
  font-size: 2.25rem; }

h2 {
  font-size: 26px;
  font-size: 1.625rem; }

h3 {
  font-size: 22px;
  font-size: 1.375rem; }

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600; }

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

label {
  font-size: 14px;
  font-size: 0.875rem; }

.custom-input--has-label input[type='text'],
.custom-input--has-label input[type='password'],
.custom-input--has-label input[type='email'],
.custom-input--has-label input[type='url'],
.custom-input--has-label input[type='tel'],
.custom-input--has-label input[type='search'] {
  border: 1px solid #2167b0; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='search'],
textarea,
select,
.select {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 10px;
  border: 1px solid #b9b9b9;
  color: #323232;
  width: 100%;
  border-radius: 2px;
  background: #ffffff;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type='text'].input--invalid,
  .is-invalid input[type='text'],
  input[type='password'].input--invalid,
  .is-invalid
  input[type='password'],
  input[type='email'].input--invalid,
  .is-invalid
  input[type='email'],
  input[type='url'].input--invalid,
  .is-invalid
  input[type='url'],
  input[type='tel'].input--invalid,
  .is-invalid
  input[type='tel'],
  input[type='search'].input--invalid,
  .is-invalid
  input[type='search'],
  textarea.input--invalid,
  .is-invalid
  textarea,
  select.input--invalid,
  .input--invalid.select,
  .is-invalid
  select,
  .is-invalid .select {
    border: 1px solid #c5677b; }
  input[type='text'][disabled], input[type='text'][readonly],
  input[type='password'][disabled],
  input[type='password'][readonly],
  input[type='email'][disabled],
  input[type='email'][readonly],
  input[type='url'][disabled],
  input[type='url'][readonly],
  input[type='tel'][disabled],
  input[type='tel'][readonly],
  input[type='search'][disabled],
  input[type='search'][readonly],
  textarea[disabled],
  textarea[readonly],
  select[disabled],
  [disabled].select,
  select[readonly],
  [readonly].select {
    opacity: 0.6;
    cursor: not-allowed; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='search'],
select,
.select {
  height: 42px; }

textarea {
  padding-top: 7px;
  max-width: 100%;
  min-width: 100%;
  max-height: 500px; }

:focus {
  outline: rgba(42, 101, 175, 0.2) auto 3px; }

::-webkit-input-placeholder {
  color: #a0a0a0; }

table {
  width: 100%; }
  table td {
    padding-top: 6px;
    padding-bottom: 6px; }

@keyframes bounce {
  0%, 100% {
    opacity: 1;
    transform: scale(1); }
  30% {
    opacity: 0; }
  40% {
    transform: scale(1.1); } }

.a-bounce {
  animation: bounce 0.6s cubic-bezier(0.2, 1, 1, 1); }

@keyframes fade-in-top {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.a-fade-in-top, .member-card, .no-results {
  animation: fade-in-top .5s; }

@keyframes fade-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.a-fade-in-bottom {
  animation: fade-in-bottom .5s; }

.a-fade.ng-move, .a-fade.ng-enter {
  transition: opacity .3s;
  opacity: 0; }

.a-fade.ng-move.ng-move-active, .a-fade.ng-enter.ng-enter-active {
  opacity: 1; }

.flex-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 calc(-0.5 * 24px); }

.flex-grid__item {
  width: 100%;
  padding: 0 calc(0.5 * 24px); }
  .flex-grid__item > * {
    height: 100%; }

/*------------------------------------*    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -24px;
  /* [3] */
  font-size: 0; }

/* Opera hack */
.opera:-o-prefocus,
.grid {
  word-spacing: -0.43em; }

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 24px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  font-size: initial; }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }
  .grid--right > .grid__item {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center; }
  .grid--center > .grid__item {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle; }

.grid--bottom > .grid__item {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px; }
  .grid--narrow > .grid__item {
    padding-left: 12px; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -48px; }
  .grid--wide > .grid__item {
    padding-left: 48px; }

/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
     * Whole
     */
.one-whole {
  width: 100%; }

/**
     * Halves
     */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
     * Thirds
     */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
     * Quarters
     */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
     * Fifths
     */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
     * Sixths
     */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
     * Eighths
     */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
     * Tenths
     */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
     * Twelfths
     */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (min-width: 30em) {
  /**
     * Whole
     */
  .s--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  .s--one-half, .s--two-quarters, .s--three-sixths, .s--four-eighths, .s--five-tenths, .s--six-twelfths {
    width: 50%; }
  /**
     * Thirds
     */
  .s--one-third, .s--two-sixths, .s--four-twelfths {
    width: 33.333%; }
  .s--two-thirds, .s--four-sixths, .s--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  .s--one-quarter, .s--two-eighths, .s--three-twelfths {
    width: 25%; }
  .s--three-quarters, .s--six-eighths, .s--nine-twelfths {
    width: 75%; }
  /**
     * Fifths
     */
  .s--one-fifth, .s--two-tenths {
    width: 20%; }
  .s--two-fifths, .s--four-tenths {
    width: 40%; }
  .s--three-fifths, .s--six-tenths {
    width: 60%; }
  .s--four-fifths, .s--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  .s--one-sixth, .s--two-twelfths {
    width: 16.666%; }
  .s--five-sixths, .s--ten-twelfths {
    width: 83.333%; }
  /**
     * Eighths
     */
  .s--one-eighth {
    width: 12.5%; }
  .s--three-eighths {
    width: 37.5%; }
  .s--five-eighths {
    width: 62.5%; }
  .s--seven-eighths {
    width: 87.5%; }
  /**
     * Tenths
     */
  .s--one-tenth {
    width: 10%; }
  .s--three-tenths {
    width: 30%; }
  .s--seven-tenths {
    width: 70%; }
  .s--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  .s--one-twelfth {
    width: 8.333%; }
  .s--five-twelfths {
    width: 41.666%; }
  .s--seven-twelfths {
    width: 58.333%; }
  .s--eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 37.5em) {
  /**
     * Whole
     */
  .s2--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  .s2--one-half, .s2--two-quarters, .s2--three-sixths, .s2--four-eighths, .s2--five-tenths, .s2--six-twelfths {
    width: 50%; }
  /**
     * Thirds
     */
  .s2--one-third, .s2--two-sixths, .s2--four-twelfths {
    width: 33.333%; }
  .s2--two-thirds, .s2--four-sixths, .s2--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  .s2--one-quarter, .s2--two-eighths, .s2--three-twelfths {
    width: 25%; }
  .s2--three-quarters, .s2--six-eighths, .s2--nine-twelfths {
    width: 75%; }
  /**
     * Fifths
     */
  .s2--one-fifth, .s2--two-tenths {
    width: 20%; }
  .s2--two-fifths, .s2--four-tenths {
    width: 40%; }
  .s2--three-fifths, .s2--six-tenths {
    width: 60%; }
  .s2--four-fifths, .s2--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  .s2--one-sixth, .s2--two-twelfths {
    width: 16.666%; }
  .s2--five-sixths, .s2--ten-twelfths {
    width: 83.333%; }
  /**
     * Eighths
     */
  .s2--one-eighth {
    width: 12.5%; }
  .s2--three-eighths {
    width: 37.5%; }
  .s2--five-eighths {
    width: 62.5%; }
  .s2--seven-eighths {
    width: 87.5%; }
  /**
     * Tenths
     */
  .s2--one-tenth {
    width: 10%; }
  .s2--three-tenths {
    width: 30%; }
  .s2--seven-tenths {
    width: 70%; }
  .s2--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  .s2--one-twelfth {
    width: 8.333%; }
  .s2--five-twelfths {
    width: 41.666%; }
  .s2--seven-twelfths {
    width: 58.333%; }
  .s2--eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 48em) {
  /**
     * Whole
     */
  .m--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  .m--one-half, .m--two-quarters, .m--three-sixths, .m--four-eighths, .m--five-tenths, .m--six-twelfths {
    width: 50%; }
  /**
     * Thirds
     */
  .m--one-third, .m--two-sixths, .m--four-twelfths {
    width: 33.333%; }
  .m--two-thirds, .m--four-sixths, .m--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  .m--one-quarter, .m--two-eighths, .m--three-twelfths {
    width: 25%; }
  .m--three-quarters, .m--six-eighths, .m--nine-twelfths {
    width: 75%; }
  /**
     * Fifths
     */
  .m--one-fifth, .m--two-tenths {
    width: 20%; }
  .m--two-fifths, .m--four-tenths {
    width: 40%; }
  .m--three-fifths, .m--six-tenths {
    width: 60%; }
  .m--four-fifths, .m--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  .m--one-sixth, .m--two-twelfths {
    width: 16.666%; }
  .m--five-sixths, .m--ten-twelfths {
    width: 83.333%; }
  /**
     * Eighths
     */
  .m--one-eighth {
    width: 12.5%; }
  .m--three-eighths {
    width: 37.5%; }
  .m--five-eighths {
    width: 62.5%; }
  .m--seven-eighths {
    width: 87.5%; }
  /**
     * Tenths
     */
  .m--one-tenth {
    width: 10%; }
  .m--three-tenths {
    width: 30%; }
  .m--seven-tenths {
    width: 70%; }
  .m--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  .m--one-twelfth {
    width: 8.333%; }
  .m--five-twelfths {
    width: 41.666%; }
  .m--seven-twelfths {
    width: 58.333%; }
  .m--eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 57.5em) {
  /**
     * Whole
     */
  .m2--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  .m2--one-half, .m2--two-quarters, .m2--three-sixths, .m2--four-eighths, .m2--five-tenths, .m2--six-twelfths {
    width: 50%; }
  /**
     * Thirds
     */
  .m2--one-third, .m2--two-sixths, .m2--four-twelfths {
    width: 33.333%; }
  .m2--two-thirds, .m2--four-sixths, .m2--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  .m2--one-quarter, .m2--two-eighths, .m2--three-twelfths {
    width: 25%; }
  .m2--three-quarters, .m2--six-eighths, .m2--nine-twelfths {
    width: 75%; }
  /**
     * Fifths
     */
  .m2--one-fifth, .m2--two-tenths {
    width: 20%; }
  .m2--two-fifths, .m2--four-tenths {
    width: 40%; }
  .m2--three-fifths, .m2--six-tenths {
    width: 60%; }
  .m2--four-fifths, .m2--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  .m2--one-sixth, .m2--two-twelfths {
    width: 16.666%; }
  .m2--five-sixths, .m2--ten-twelfths {
    width: 83.333%; }
  /**
     * Eighths
     */
  .m2--one-eighth {
    width: 12.5%; }
  .m2--three-eighths {
    width: 37.5%; }
  .m2--five-eighths {
    width: 62.5%; }
  .m2--seven-eighths {
    width: 87.5%; }
  /**
     * Tenths
     */
  .m2--one-tenth {
    width: 10%; }
  .m2--three-tenths {
    width: 30%; }
  .m2--seven-tenths {
    width: 70%; }
  .m2--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  .m2--one-twelfth {
    width: 8.333%; }
  .m2--five-twelfths {
    width: 41.666%; }
  .m2--seven-twelfths {
    width: 58.333%; }
  .m2--eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 64em) {
  /**
     * Whole
     */
  .l--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  .l--one-half, .l--two-quarters, .l--three-sixths, .l--four-eighths, .l--five-tenths, .l--six-twelfths {
    width: 50%; }
  /**
     * Thirds
     */
  .l--one-third, .l--two-sixths, .l--four-twelfths {
    width: 33.333%; }
  .l--two-thirds, .l--four-sixths, .l--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  .l--one-quarter, .l--two-eighths, .l--three-twelfths {
    width: 25%; }
  .l--three-quarters, .l--six-eighths, .l--nine-twelfths {
    width: 75%; }
  /**
     * Fifths
     */
  .l--one-fifth, .l--two-tenths {
    width: 20%; }
  .l--two-fifths, .l--four-tenths {
    width: 40%; }
  .l--three-fifths, .l--six-tenths {
    width: 60%; }
  .l--four-fifths, .l--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  .l--one-sixth, .l--two-twelfths {
    width: 16.666%; }
  .l--five-sixths, .l--ten-twelfths {
    width: 83.333%; }
  /**
     * Eighths
     */
  .l--one-eighth {
    width: 12.5%; }
  .l--three-eighths {
    width: 37.5%; }
  .l--five-eighths {
    width: 62.5%; }
  .l--seven-eighths {
    width: 87.5%; }
  /**
     * Tenths
     */
  .l--one-tenth {
    width: 10%; }
  .l--three-tenths {
    width: 30%; }
  .l--seven-tenths {
    width: 70%; }
  .l--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  .l--one-twelfth {
    width: 8.333%; }
  .l--five-twelfths {
    width: 41.666%; }
  .l--seven-twelfths {
    width: 58.333%; }
  .l--eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 80em) {
  /**
     * Whole
     */
  .xl--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  .xl--one-half, .xl--two-quarters, .xl--three-sixths, .xl--four-eighths, .xl--five-tenths, .xl--six-twelfths {
    width: 50%; }
  /**
     * Thirds
     */
  .xl--one-third, .xl--two-sixths, .xl--four-twelfths {
    width: 33.333%; }
  .xl--two-thirds, .xl--four-sixths, .xl--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  .xl--one-quarter, .xl--two-eighths, .xl--three-twelfths {
    width: 25%; }
  .xl--three-quarters, .xl--six-eighths, .xl--nine-twelfths {
    width: 75%; }
  /**
     * Fifths
     */
  .xl--one-fifth, .xl--two-tenths {
    width: 20%; }
  .xl--two-fifths, .xl--four-tenths {
    width: 40%; }
  .xl--three-fifths, .xl--six-tenths {
    width: 60%; }
  .xl--four-fifths, .xl--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  .xl--one-sixth, .xl--two-twelfths {
    width: 16.666%; }
  .xl--five-sixths, .xl--ten-twelfths {
    width: 83.333%; }
  /**
     * Eighths
     */
  .xl--one-eighth {
    width: 12.5%; }
  .xl--three-eighths {
    width: 37.5%; }
  .xl--five-eighths {
    width: 62.5%; }
  .xl--seven-eighths {
    width: 87.5%; }
  /**
     * Tenths
     */
  .xl--one-tenth {
    width: 10%; }
  .xl--three-tenths {
    width: 30%; }
  .xl--seven-tenths {
    width: 70%; }
  .xl--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  .xl--one-twelfth {
    width: 8.333%; }
  .xl--five-twelfths {
    width: 41.666%; }
  .xl--seven-twelfths {
    width: 58.333%; }
  .xl--eleven-twelfths {
    width: 91.666%; } }

/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
     * Not a particularly great selector, but the DRYest way to do things.
     */
[class*="push--"] {
  position: relative; }

/**
     * Whole
     */
.push--one-whole {
  left: 100%; }

/**
     * Halves
     */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%; }

/**
     * Thirds
     */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%; }

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%; }

/**
     * Quarters
     */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%; }

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%; }

/**
     * Fifths
     */
.push--one-fifth, .push--two-tenths {
  left: 20%; }

.push--two-fifths, .push--four-tenths {
  left: 40%; }

.push--three-fifths, .push--six-tenths {
  left: 60%; }

.push--four-fifths, .push--eight-tenths {
  left: 80%; }

/**
     * Sixths
     */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%; }

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%; }

/**
     * Eighths
     */
.push--one-eighth {
  left: 12.5%; }

.push--three-eighths {
  left: 37.5%; }

.push--five-eighths {
  left: 62.5%; }

.push--seven-eighths {
  left: 87.5%; }

/**
     * Tenths
     */
.push--one-tenth {
  left: 10%; }

.push--three-tenths {
  left: 30%; }

.push--seven-tenths {
  left: 70%; }

.push--nine-tenths {
  left: 90%; }

/**
     * Twelfths
     */
.push--one-twelfth {
  left: 8.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 57.5em) {
  /**
     * Whole
     */
  .push--m2--one-whole {
    left: 100%; }
  /**
     * Halves
     */
  .push--m2--one-half, .push--m2--two-quarters, .push--m2--three-sixths, .push--m2--four-eighths, .push--m2--five-tenths, .push--m2--six-twelfths {
    left: 50%; }
  /**
     * Thirds
     */
  .push--m2--one-third, .push--m2--two-sixths, .push--m2--four-twelfths {
    left: 33.333%; }
  .push--m2--two-thirds, .push--m2--four-sixths, .push--m2--eight-twelfths {
    left: 66.666%; }
  /**
     * Quarters
     */
  .push--m2--one-quarter, .push--m2--two-eighths, .push--m2--three-twelfths {
    left: 25%; }
  .push--m2--three-quarters, .push--m2--six-eighths, .push--m2--nine-twelfths {
    left: 75%; }
  /**
     * Fifths
     */
  .push--m2--one-fifth, .push--m2--two-tenths {
    left: 20%; }
  .push--m2--two-fifths, .push--m2--four-tenths {
    left: 40%; }
  .push--m2--three-fifths, .push--m2--six-tenths {
    left: 60%; }
  .push--m2--four-fifths, .push--m2--eight-tenths {
    left: 80%; }
  /**
     * Sixths
     */
  .push--m2--one-sixth, .push--m2--two-twelfths {
    left: 16.666%; }
  .push--m2--five-sixths, .push--m2--ten-twelfths {
    left: 83.333%; }
  /**
     * Eighths
     */
  .push--m2--one-eighth {
    left: 12.5%; }
  .push--m2--three-eighths {
    left: 37.5%; }
  .push--m2--five-eighths {
    left: 62.5%; }
  .push--m2--seven-eighths {
    left: 87.5%; }
  /**
     * Tenths
     */
  .push--m2--one-tenth {
    left: 10%; }
  .push--m2--three-tenths {
    left: 30%; }
  .push--m2--seven-tenths {
    left: 70%; }
  .push--m2--nine-tenths {
    left: 90%; }
  /**
     * Twelfths
     */
  .push--m2--one-twelfth {
    left: 8.333%; }
  .push--m2--five-twelfths {
    left: 41.666%; }
  .push--m2--seven-twelfths {
    left: 58.333%; }
  .push--m2--eleven-twelfths {
    left: 91.666%; } }

/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/*------------------------------------*    $CSSWIZARDRY-GRIDS EXTENSION

    Import after CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 *Generate height classes based on screen width
 */
/**
 * Control visbility of elements based on grid
 */
/**
 * Control visbility for block elements
 */
/**
 * Our regular, non-responsive visibility classes.
 */
.display {
  display: inline-block !important; }

.display-none {
  display: none !important; }

/**
 * Our responsive visibility classes, if we have enabled them.
 */
@media only screen and (min-width: 30em) {
  .s--display {
    display: inline-block !important; }
  .s--display-none {
    display: none !important; }
  .s--display-block {
    display: block !important; } }

@media only screen and (min-width: 37.5em) {
  .s2--display {
    display: inline-block !important; }
  .s2--display-none {
    display: none !important; }
  .s2--display-block {
    display: block !important; } }

@media only screen and (min-width: 48em) {
  .m--display {
    display: inline-block !important; }
  .m--display-none {
    display: none !important; }
  .m--display-block {
    display: block !important; } }

@media only screen and (min-width: 57.5em) {
  .m2--display {
    display: inline-block !important; }
  .m2--display-none {
    display: none !important; }
  .m2--display-block {
    display: block !important; } }

@media only screen and (min-width: 64em) {
  .l--display {
    display: inline-block !important; }
  .l--display-none {
    display: none !important; }
  .l--display-block {
    display: block !important; } }

@media only screen and (min-width: 80em) {
  .xl--display {
    display: inline-block !important; }
  .xl--display-none {
    display: none !important; }
  .xl--display-block {
    display: block !important; } }

.l-container {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1140px; }
  .l-container::after {
    content: '';
    display: table;
    clear: both; }

.l-container--full {
  width: 100%; }

.l-container--slim {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 800px; }

.l-view-holder {
  position: relative;
  min-height: calc(100vh - (107px + 70px)); }
  @media screen and (min-width: 57.5em) {
    .l-view-holder {
      min-height: calc(100vh - (107px + 337px)); } }
  @media screen and (min-width: 64em) {
    .l-view-holder {
      min-height: calc(100vh - (95px + 337px)); } }

.l-main-content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 48em) {
    .l-main-content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .l-main-content--profile {
    padding-bottom: 0;
    padding-top: 116px; }
  @media screen and (min-width: 48em) {
    .l-main-content--profile.l-main-content--my-profile {
      padding-top: 183px; } }
  .l-main-content--matrix {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .l-main-content--special {
    padding-bottom: 36px;
    padding-top: 36px; }

.l-ratio {
  position: relative; }
  .l-ratio::before {
    content: '';
    display: inline-block;
    vertical-align: middle; }
  .l-ratio img {
    position: absolute; }

.l-ratio--1-1 {
  height: auto !important; }
  .l-ratio--1-1::before {
    padding: 50% 0; }

.l-ratio--16-9::before {
  padding: 28.125% 0; }

.l-ratio--hero::before {
  padding: 20% 0; }

.accordion {
  margin-bottom: 10px; }

.accordion__header {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 3px;
  color: #2a65af;
  cursor: pointer;
  border: 1px solid #cdcdcd; }
  .accordion__header:hover {
    text-decoration: underline; }
  .accordion.is-open .accordion__header {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.accordion__body {
  position: relative;
  top: -1px;
  z-index: 1;
  border: 1px solid #cdcdcd;
  padding: 0 12px;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s cubic-bezier(0, 1.05, 0, 1), visibility 0.4s, padding 0.5s;
  background-color: #ffffff; }
  .accordion__body > *:last-child {
    margin-bottom: 0; }
  .accordion.is-open .accordion__body {
    visibility: visible;
    max-height: 1000px;
    padding-top: 16px;
    padding-bottom: 8px;
    transition: max-height .8s ease, visibility .2s, padding .2s; }

.contact-text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2a65af;
  text-decoration: none; }
  @media screen and (max-width: 47.99em) {
    .contact-text {
      font-size: 16px;
      font-size: 1rem; } }
  .contact-text:hover {
    text-decoration: underline; }

.contact-container > .media {
  display: flex; }
  .contact-container > .media > .media__body {
    overflow-wrap: break-word;
    width: calc(100% - 40px); }

.share-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.43;
  color: #4a4a4a;
  margin-right: 8px; }

.social-share-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px; }

.alert {
  max-height: 0;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  transition: max-height 0.5s cubic-bezier(0.2, 1, 1, 1), padding 0.6s cubic-bezier(0.2, 1, 1, 1); }
  .alert .close-icon {
    top: 0;
    right: 0; }
    .alert .close-icon svg {
      fill: #ffffff; }
  .alert.is-active {
    padding-top: 16px;
    padding-bottom: 16px;
    max-height: 150px; }

.alert__content {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1140px;
  line-height: 1.25em;
  padding-right: 22px; }
  @media screen and (min-width: 48em) {
    .alert__content {
      padding-left: 22px;
      text-align: center; } }

.alert__icon {
  display: none;
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
  margin-right: 6px; }
  @media screen and (min-width: 48em) {
    .alert__icon {
      display: inline-block; } }

.alert--success {
  background-color: #3bcc3b; }

.alert--error {
  background-color: #e40b0b; }

.alert--warning {
  background-color: #fbbc35; }

.autocomplete-dropdown {
  position: absolute;
  text-align: left;
  top: 100%;
  top: calc(100% - 1px);
  z-index: 10000;
  width: 100%;
  max-height: 235px;
  padding: 0;
  margin-top: 0;
  border: 1px solid #cdcdcd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow-y: auto; }

.autocomplete-dropdown__item {
  font-size: 12px;
  font-size: 0.75rem;
  color: #a0a0a0;
  padding: 8px;
  background-color: #ffffff; }

.autocomplete-dropdown__result {
  font-size: 14px;
  font-size: 0.875rem;
  color: #323232;
  cursor: pointer; }
  .autocomplete-dropdown__result:not(:last-child) {
    border-bottom: solid 1px #cdcdcd; }
  .autocomplete-dropdown__result.is-selected {
    background-color: #c5677b;
    color: #ffffff; }

.autocomplete-dropdown__extra-info {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 4px;
  color: #a0a0a0; }
  .is-selected .autocomplete-dropdown__extra-info {
    color: #ffffff; }

.autocomplete-dropdown__result-image {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 30px;
  margin-right: 6px;
  background-color: #cdcdcd;
  border: 1px solid #efefef; }
  .autocomplete-dropdown__result-image::after {
    height: 0px; }
  .autocomplete-dropdown__result-image + .autocomplete-dropdown__result-text {
    margin-top: 5px;
    display: inline-block; }

.autocomplete-dropdown__attribution {
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  cursor: auto;
  background-color: #ffffff;
  background-image: url(https://global.su.org/static/391346114f3c35d0cbb7457f63f40818.png);
  background-size: 120px;
  background-position: right 8px center; }

profile-avatar {
  display: block; }

.avatar {
  position: relative;
  background-image: url(https://global.su.org/static/3911ba78fbabc4c11a1429425d7d7428.png);
  background-size: 54px 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #efefef; }
  .avatar > img {
    max-width: 100%;
    min-width: 100%; }

.avatar__label {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
  color: #ffffff;
  line-height: 1.25;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center; }
  .avatar__label svg {
    width: 14px;
    height: 14px;
    vertical-align: text-top; }

.avatar__asterisk {
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
  position: absolute;
  right: -11px;
  top: 0;
  color: #e40b0b; }
  .input-group--required .avatar__asterisk {
    display: block; }

.avatar--small {
  width: 36px;
  height: 36px; }

.avatar--large {
  width: 124px;
  height: 124px; }

.avatar--uploadable {
  cursor: pointer;
  overflow: visible; }
  .avatar--uploadable::before {
    content: '';
    transition: background-color 0.3s ease;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0; }
  .avatar--uploadable:hover::before {
    background-color: rgba(0, 0, 0, 0.2); }
  .avatar--uploadable:hover .avatar__label {
    background-color: rgba(50, 50, 50, 0.8); }
  .is-invalid .avatar--uploadable {
    border-color: #e40b0b; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 52px;
  width: 52px;
  background-color: #323232;
  border-radius: 4px;
  opacity: .25;
  transition: opacity .3s; }
  .back-to-top svg {
    position: absolute;
    top: 16.66665%;
    right: 16.66665%;
    height: 66.66666%;
    width: 66.66666%;
    fill: #ffffff; }
  .back-to-top:hover {
    opacity: .75; }
  .back-to-top.ng-hide {
    opacity: 0; }

.badge {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .badge svg {
    position: absolute;
    width: 66%;
    height: 66%;
    left: 17%;
    top: 17%;
    fill: #323232; }

.badge--small {
  width: 24px;
  height: 24px;
  border-bottom-width: 1px; }

.badge--large {
  width: 42px;
  height: 42px; }

.badge--email, .badge--twitter, .badge--linkedin, .badge--facebook, .badge--medium, .badge--instagram, .badge--youtube, .badge--site {
  border-bottom-style: solid;
  border-bottom-width: 2px; }
  .badge--email svg, .badge--twitter svg, .badge--linkedin svg, .badge--facebook svg, .badge--medium svg, .badge--instagram svg, .badge--youtube svg, .badge--site svg {
    fill: #ffffff; }

.badge--email {
  background-color: #fd9439;
  border-bottom-color: #fc7907; }

.badge--twitter {
  background-color: #55acee;
  border-bottom-color: #2795e9; }

.badge--linkedin {
  background-color: #1985bc;
  border-bottom-color: #13658f; }

.badge--facebook {
  background-color: #3b5998;
  border-bottom-color: #2d4373; }

.badge--medium {
  background-color: #00ab6b;
  border-bottom-color: #00784b; }

.badge--instagram {
  background-color: #d93175;
  border-bottom-color: #b6215d; }

.badge--youtube {
  background-color: #cd201f;
  border-bottom-color: #a11918; }

.badge--site {
  background-color: #b76c7a;
  border-bottom-color: #a14f5e; }

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0; }
  .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    display: inline-block;
    margin-right: 22px; }
    .breadcrumb li:not(:last-child)::before {
      content: "";
      position: absolute;
      right: -20px;
      top: 4px;
      height: 12px;
      width: 10px;
      display: block;
      background-image: url(https://global.su.org/static/9b9b8d764a626237b0604585be536c0d.svg);
      background-position: -3px;
      background-size: 12px; }
    @media screen and (min-width: 48em) {
      .breadcrumb li {
        font-size: 17px;
        font-size: 1.0625rem; }
        .breadcrumb li:not(:last-child)::before {
          top: 5px;
          height: 14px;
          background-size: 14px; } }

.btn {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding: 13px 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.07;
  font-weight: normal;
  background-color: #2167b0;
  color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s, border 0.3s; }
  .btn svg {
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    margin-right: 6px; }
  .btn .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
    opacity: 0;
    transition: opacity 0.15s; }
  .btn:hover {
    background-color: #2574c5; }
  .btn:active {
    background-color: #1d5a9b;
    border-bottom-color: transparent; }
  .btn[disabled] {
    background-color: #2167b0;
    opacity: 0.56;
    border-bottom-color: #194e85;
    cursor: not-allowed; }
    .btn[disabled]:not(.is-loading) {
      opacity: 0.5; }
  .btn.is-loading {
    background-color: #dd6802;
    color: #dd6802;
    border-bottom-color: #dd6802; }
    .btn.is-loading .spinner {
      opacity: 1; }

.btn--secondary {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  background-color: #2167b0;
  border-color: transparent; }
  .btn--secondary:hover {
    background-color: #2574c5;
    border-color: transparent; }
  .btn--secondary:active {
    background-color: #1d5a9b;
    border-color: transparent; }
  .btn--secondary.is-loading {
    background-color: #133c67;
    color: #133c67;
    border-color: transparent; }
    .btn--secondary.is-loading .spinner {
      opacity: 1 !important; }

.btn--white {
  color: #626262;
  line-height: 1.4em;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-bottom-width: 2px; }
  .btn--white svg {
    fill: #a0a0a0; }
  .btn--white:hover {
    background-color: #f1f4f6; }
  .btn--white:active {
    background-color: #efefef;
    border-bottom-color: #cdcdcd;
    border-bottom-width: 1px; }

.btn--error {
  background-color: #e40b0b;
  border-bottom-color: #b30909; }
  .btn--error:hover {
    background-color: #f41515; }
  .btn--error:active {
    background-color: #cc0a0a;
    border-bottom-color: transparent; }
  .btn--error.is-loading {
    background-color: #b30909;
    color: #b30909; }

@media screen and (max-width: 47.99em) {
  .btn--mobile-large {
    width: 100% !important; } }

.btn--small {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 18px; }

.btn--full {
  width: 100%; }

.btn--large {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 40px; }

.btn--xlarge {
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom-width: 3px;
  padding: 16px 40px 18px; }

.su-calendar {
  background-color: #f8f8f8;
  border-bottom: solid 4px rgba(0, 0, 0, 0.12);
  height: 110px;
  padding: 24px 0 0 0;
  position: relative;
  text-align: center;
  width: 110px;
  color: #323232; }
  .su-calendar:before {
    background-color: #2167b0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.16);
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .su-calendar:after {
    background-color: #265690;
    border-radius: 50%;
    content: '';
    height: 8px;
    left: 50%;
    position: absolute;
    top: 12.5px;
    transform: translate(-50%, -50%);
    width: 8px; }
  .su-calendar__month {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase; }
  .su-calendar__day {
    font-size: 30px;
    font-size: 1.875rem;
    color: #2167b0;
    font-weight: 600;
    line-height: 1em; }
  .su-calendar--x-small {
    height: 75px;
    width: 75px;
    padding-top: 20px; }
    @media screen and (max-width: 47.99em) {
      .su-calendar--x-small {
        height: 60px;
        width: 60px;
        padding-top: 16px; } }
    .su-calendar--x-small:before {
      height: 18px; }
      @media screen and (max-width: 47.99em) {
        .su-calendar--x-small:before {
          height: 14px; } }
    .su-calendar--x-small:after {
      height: 6px;
      width: 6px;
      top: 9.5px; }
      @media screen and (max-width: 47.99em) {
        .su-calendar--x-small:after {
          height: 5px;
          width: 5px;
          top: 8px; } }
    .su-calendar--x-small .su-calendar__month {
      margin-top: 3px; }
      @media screen and (max-width: 47.99em) {
        .su-calendar--x-small .su-calendar__month {
          font-size: 12px;
          font-size: 0.75rem; } }
    .su-calendar--x-small .su-calendar__day {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 600; }
      @media screen and (max-width: 47.99em) {
        .su-calendar--x-small .su-calendar__day {
          font-size: 20px;
          font-size: 1.25rem; } }
  .su-calendar--small {
    height: 120px;
    width: 120px; }
    .su-calendar--small .su-calendar__day {
      font-size: 44px;
      font-size: 2.75rem;
      font-weight: 600; }

.clear-icon {
  position: absolute;
  right: 11px;
  top: 11px;
  height: 20px;
  width: 20px; }
  .clear-icon::before {
    content: "";
    display: block;
    width: 58px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 40%); }
  .clear-icon::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-color: #cdcdcd; }
  .clear-icon svg {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 10px;
    display: block;
    fill: #ffffff;
    z-index: 1; }
  .clear-icon:hover::after {
    background-color: #b9b9b9; }
  .clear-icon:focus {
    outline: 0; }

.close-icon {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 20px;
  width: 20px;
  padding: 4px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 1;
  transition: background-color .3s; }
  .close-icon svg {
    display: block;
    width: 12px;
    height: 12px;
    fill: #cdcdcd;
    transition: fill .3s; }
  .close-icon:hover {
    background-color: rgba(0, 0, 0, 0.05); }
    .close-icon:hover svg {
      fill: #b9b9b9; }

.close-icon--small {
  height: 18px;
  width: 18px;
  padding: 4px; }
  .close-icon--small svg {
    width: 10px;
    height: 10px; }

.country-partner-card {
  background-color: #ffffff;
  border: solid 1px #efefef;
  display: block;
  padding: 16px; }
  .country-partner-card__item {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle; }
    .country-partner-card__item:first-child {
      margin-left: 0; }
  .country-partner-card__logo {
    background-color: #f1f4f6;
    height: 80px;
    text-align: center;
    width: 80px; }
    .country-partner-card__logo svg {
      height: 80px;
      padding: 8px; }
  .country-partner-card__text {
    font-size: 18px; }
  .country-partner-card__innovation-hub {
    color: #2a65af;
    font-size: 14px;
    margin-top: 10px; }
    .country-partner-card__innovation-hub svg {
      fill: #2a65af;
      margin-right: 6px;
      vertical-align: text-bottom;
      width: 16px; }
  .country-partner-card__team {
    color: #b9b9b9;
    display: none;
    font-size: 14px;
    float: right;
    height: 82px; }
    @media screen and (min-width: 48em) {
      .country-partner-card__team {
        display: block; } }

.country-partner-card__team .team-list {
  margin-top: 7px; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0; }
  .custom-checkbox label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    min-height: 26px;
    min-width: 26px; }
    .custom-checkbox label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 26px;
      height: 26px;
      border-radius: 2px;
      background-color: #ffffff;
      border: 1px solid #b9b9b9;
      transition: transform .3s; }
      .is-invalid .custom-checkbox label::before {
        border: 1px solid #c5677b; }
    .custom-checkbox label::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 5px;
      width: 16px;
      height: 16px;
      background-image: url(https://global.su.org/static/0784216ba555c829a5af444a9319e9c5.svg);
      background-size: 100%;
      transform: translateY(-50%) scale(0);
      transition: transform .1s; }
  .custom-checkbox input[type=checkbox]:focus + label:before {
    outline: rgba(42, 101, 175, 0.2) auto 3px; }
  .custom-checkbox input[type=checkbox]:checked + label:after {
    transform: translateY(-50%) scale(1); }

.custom-checkbox__tooltip {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #a0a0a0;
  margin-top: 4px;
  margin-left: 35px; }

.custom-checkbox--small label {
  min-height: 22px;
  min-width: 22px; }
  .custom-checkbox--small label::before {
    width: 22px;
    height: 22px; }
  .custom-checkbox--small label::after {
    left: 4px;
    width: 14px;
    height: 14px; }

.custom-checkbox--padded label {
  padding-left: 35px;
  padding-top: 3px; }

.custom-checkbox--blue label::before {
  background-color: #efefef;
  border: 1px solid #cdcdcd; }

.custom-checkbox--blue label::after {
  background-image: url(https://global.su.org/static/7c03e81ed657159fb7c64d2533802c06.svg); }

.custom-checkbox--blue input[type=checkbox]:checked + label:before {
  background-color: #2a65af;
  border-color: #2a65af; }

.custom-input {
  position: relative; }

.custom-input--has-btn input[type='text'],
.custom-input--has-btn input[type='password'],
.custom-input--has-btn input[type='email'],
.custom-input--has-btn input[type='url'],
.custom-input--has-btn input[type='tel'],
.custom-input--has-btn input[type='search'] {
  padding-right: 50px; }

.custom-input--has-btn .clear-icon {
  right: 52px; }

.custom-input--has-icon.custom-input--inverted input[type='text'],
.custom-input--has-icon.custom-input--inverted input[type='password'],
.custom-input--has-icon.custom-input--inverted input[type='email'],
.custom-input--has-icon.custom-input--inverted input[type='url'],
.custom-input--has-icon.custom-input--inverted input[type='tel'],
.custom-input--has-icon.custom-input--inverted input[type='search'] {
  padding-left: 56.5px; }
  @media screen and (max-width: 57.49em) {
    .custom-input--has-icon.custom-input--inverted input[type='text'],
    .custom-input--has-icon.custom-input--inverted input[type='password'],
    .custom-input--has-icon.custom-input--inverted input[type='email'],
    .custom-input--has-icon.custom-input--inverted input[type='url'],
    .custom-input--has-icon.custom-input--inverted input[type='tel'],
    .custom-input--has-icon.custom-input--inverted input[type='search'] {
      border: 1px solid #2167b0; } }

.custom-input__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  padding: 0;
  border-bottom: 0; }
  .custom-input__btn svg {
    position: absolute;
    fill: #ffffff;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px; }

.custom-input--has-icon input[type='text'],
.custom-input--has-icon input[type='password'],
.custom-input--has-icon input[type='email'],
.custom-input--has-icon input[type='url'],
.custom-input--has-icon input[type='tel'],
.custom-input--has-icon input[type='search'] {
  padding-left: 40px; }

.custon-input__icon--inverted {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 40px;
  background-color: #ededed;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .custon-input__icon--inverted .custom-input__icon {
    width: 20px;
    position: unset;
    left: unset;
    top: unset;
    height: 20px;
    fill: #a2a6a8; }

.custom-input__icon {
  position: absolute;
  left: 10px;
  top: 11px;
  width: 20px;
  height: 20px;
  fill: #b9b9b9; }

.custom-input--has-avatar input[type='text'],
.custom-input--has-avatar input[type='password'],
.custom-input--has-avatar input[type='email'],
.custom-input--has-avatar input[type='url'],
.custom-input--has-avatar input[type='tel'],
.custom-input--has-avatar input[type='search'] {
  padding-left: 46px; }

.custom-input__avatar {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 8px;
  top: 6px; }
  .custom-input__avatar::after {
    height: 0px; }

.custom-input--has-label input[type='text'],
.custom-input--has-label input[type='password'],
.custom-input--has-label input[type='email'],
.custom-input--has-label input[type='url'],
.custom-input--has-label input[type='tel'],
.custom-input--has-label input[type='search'] {
  padding-left: 54px; }

.custom-input__label {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 1px;
  left: 14px;
  font-weight: 600;
  cursor: default;
  color: #000000; }
  @media screen and (max-width: 47.99em) {
    .custom-input__label {
      top: 7px; } }

.custom-input--invalid input[type='text'],
.custom-input--invalid input[type='password'],
.custom-input--invalid input[type='email'],
.custom-input--invalid input[type='url'],
.custom-input--invalid input[type='tel'],
.custom-input--invalid input[type='search'] {
  color: #cdcdcd !important; }

.custom-radio {
  height: 42px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 10px; }
  .custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
  .custom-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 32px; }
    .custom-radio label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 26px;
      height: 26px;
      border-radius: 30px;
      background-color: #ffffff;
      border: 1px solid #b9b9b9; }
    .custom-radio label::after {
      content: "";
      border-radius: 30px;
      background-color: #c5677b;
      position: absolute;
      left: 7px;
      top: 50%;
      transform: translateY(-50%) scale(0);
      transition: transform .1s;
      width: 12px;
      height: 12px; }
  .custom-radio input[type=radio]:focus + label:before {
    outline: rgba(42, 101, 175, 0.2) auto 3px; }
  .custom-radio input[type=radio]:checked + label:after {
    transform: translateY(-50%) scale(1); }

.u-inline-list .custom-radio + .custom-radio {
  margin-left: 20px; }

.custom-select {
  background-color: #ffffff;
  border-radius: 2px;
  position: relative; }
  .custom-select select, .custom-select .select {
    background-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.custom-select__arrow {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 20px;
  height: 20px;
  z-index: 0;
  fill: #b9b9b9; }

.custom-table {
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  border-collapse: collapse;
  width: 100%; }
  .custom-table .media,
  .custom-table .media__body {
    width: auto; }
  .custom-table td {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 10px;
    color: #626262; }
  .custom-table .dropdown button {
    color: #a0a0a0; }
  .custom-table tr:not(:last-of-type) {
    border-bottom: 1px solid #cdcdcd; }

.custom-table__header tr {
  border-bottom: 1px solid #cdcdcd !important; }

.custom-table__header .spaced-label {
  margin-bottom: 0; }

.date-display {
  color: #323232;
  font-weight: 600;
  display: table; }

.date-display__frame,
.date-display__description {
  display: table-cell;
  vertical-align: top; }

.date-display__description {
  padding-left: 14px;
  text-align: left;
  line-height: 1.38; }

.date-display__first-line {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px; }

.date-display__second-line {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: #a2a6a8;
  font-weight: 400; }

.date-display--small .date-display__description {
  padding-left: 10px; }

.date-display--small .date-display__first-line {
  font-size: 15px;
  font-size: 0.9375rem; }

.date-display--small .date-display__second-line {
  font-size: 13px;
  font-size: 0.8125rem; }

.date-display__inline {
  padding-left: 0;
  display: flex; }
  .date-display__inline .date-display__first-line {
    margin-right: 20px; }

.description-list {
  margin: 0; }
  .description-list dt {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
    color: #b9b9b9; }
  .description-list dd {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #626262;
    line-height: 1.25em;
    margin-bottom: 24px;
    margin-left: 0; }
    .description-list dd.description-list__primary {
      font-size: 17px;
      font-size: 1.0625rem;
      color: #000000; }

.dotted-separator:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #b9b9b9; }

.drag-box {
  background: #efefef;
  overflow: hidden;
  height: 300px;
  margin-bottom: 20px;
  position: relative; }
  .drag-box .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px; }

.drag-box__message {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  padding: 50px 30px;
  border: 4px dashed #a0a0a0;
  transform: translateY(-50%) translateX(-50%); }

.dropdown {
  position: relative; }

.dropdown__arrow {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  position: relative;
  top: 2px;
  fill: #b9b9b9; }

.dropdown__list {
  z-index: 9;
  transition: max-height 0.2s cubic-bezier(0.25, 0.5, 0.25, 0.55), visibility 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  max-height: 0;
  min-width: 160px;
  overflow: hidden;
  visibility: hidden;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  list-style: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1; }
  .dropdown__list li {
    font-size: 14px;
    font-size: 0.875rem;
    transition: background-color 0.3s;
    border-bottom: 1px solid #efefef;
    font-weight: 600;
    white-space: nowrap; }
    .dropdown__list li:hover {
      background-color: #efefef; }
  .dropdown__list a,
  .dropdown__list button {
    max-width: 100%;
    text-align: left;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    color: #323232;
    padding: 10px 20px; }
    .dropdown__list a:hover,
    .dropdown__list button:hover {
      text-decoration: none !important; }
  .dropdown.is-open .dropdown__list {
    max-height: 300px;
    visibility: visible;
    transition: max-height 0.7s cubic-bezier(0.12, 0.74, 0.31, 0.68), visibility 0.3s; }

.dropdown--right .dropdown__list {
  left: auto;
  right: 0; }

.entity-logo {
  display: block;
  text-align: left; }

.entity-logo__symbol {
  display: inline-block;
  height: 56px;
  width: 56px;
  background-color: #f1f4f6;
  padding: 8px 13px;
  vertical-align: middle;
  margin-right: 16px; }

.entity-logo__body {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 47.99em) {
    .entity-logo__body {
      vertical-align: top; } }

.entity-logo__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #323232;
  font-weight: bold; }
  @media screen and (max-width: 47.99em) {
    .entity-logo__text {
      font-size: 14px;
      font-size: 0.875rem; } }
  .entity-logo__text.entity-logo__text--role {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
    font-weight: normal; }

.entity-logo--inverted .entity-logo__text--su {
  color: #ffffff; }

.entity-logo.entity-logo--details {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .entity-logo.entity-logo--details .entity-logo__symbol {
    display: inline-block;
    height: 46.4px;
    width: 34.8px;
    margin-right: 14px;
    padding: 0;
    background-color: #ffffff; }
  .entity-logo.entity-logo--details .entity-logo__text {
    font-size: 18px;
    font-size: 1.125rem; }
  .entity-logo.entity-logo--details .entity-logo__text--name {
    color: #ec6629; }
  .entity-logo.entity-logo--details .entity-logo__text--qualifier {
    color: #2a65af; }

.input-group {
  margin-bottom: 24px;
  text-align: left; }
  .input-group::after {
    content: '';
    display: table;
    clear: both; }

.input-group__label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600; }
  .input-group__label.input-group__label--bold {
    font-weight: 600; }

.input-group__tooltip {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  color: #a0a0a0;
  margin-top: 4px;
  text-transform: initial; }

.invalid-label {
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
  line-height: 1.5em;
  animation: label-fade-in-bottom 0.3s;
  padding: 0 3px;
  color: #e40b0b;
  background-color: #fef0f0;
  border-radius: 2px; }
  .invalid-label.is-invalid,
  .is-invalid .invalid-label {
    display: inline-block; }

@keyframes label-fade-in-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.input-group.input-group--large {
  margin-bottom: 24px; }

.input-group--no-label {
  padding-top: 25px; }

.input-group--required .input-group__label::after {
  content: '*';
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 3px;
  color: #e40b0b; }

.input-text-edit input[type='text'],
.input-text-edit input[type='password'],
.input-text-edit input[type='email'],
.input-text-edit input[type='url'],
.input-text-edit input[type='tel'],
.input-text-edit textarea,
.input-text-edit input[type='search'] {
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #2167b0;
  color: #323232; }
  .input-text-edit input[type='text']::placeholder,
  .input-text-edit input[type='password']::placeholder,
  .input-text-edit input[type='email']::placeholder,
  .input-text-edit input[type='url']::placeholder,
  .input-text-edit input[type='tel']::placeholder,
  .input-text-edit textarea::placeholder,
  .input-text-edit input[type='search']::placeholder {
    color: #888888; }

.invalid-message {
  color: #c5677b;
  font-size: 12px;
  font-size: 0.75rem; }

.label {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  line-height: 1.25em;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 30px;
  padding: 1px 8px 2px;
  background-color: transparent;
  border: 1px solid currentColor; }
  .label svg {
    position: relative;
    top: 1px;
    margin-right: 4px;
    height: 10px;
    width: 10px; }

.label--orange {
  background-color: #fd9439;
  border-color: #fd9439; }

.label--blue {
  border-color: #2a65af;
  background-color: #2a65af; }

.label--gray {
  color: #a0a0a0;
  border-color: #b9b9b9; }

.label--success {
  background-color: #3bcc3b;
  border-color: #3bcc3b; }

.label--error {
  background-color: #e40b0b;
  border-color: #e40b0b; }

.label--warning {
  background-color: #fbbc35;
  border-color: #fbbc35; }

.link-btn {
  font-size: 14px;
  font-size: 0.875rem;
  color: #2a65af;
  cursor: pointer;
  line-height: 1.45em;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 11px 24px;
  font-weight: 600;
  transition: color .15s, box-shadow .6s; }
  .link-btn + .btn {
    margin-left: 20px; }
  .link-btn svg {
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    margin-right: 6px; }
  .link-btn .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
    opacity: 0;
    border-color: #2a65af;
    border-right-color: transparent; }
  .link-btn:hover {
    text-decoration: underline; }
  .link-btn.is-loading {
    color: transparent !important; }
    .link-btn.is-loading .spinner {
      opacity: 1; }
  .link-btn.is-transforming {
    box-shadow: inset 100px 0 0 0 #cdcdcd; }

.link-btn--small {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 18px; }

.link-btn--large {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 13px 28px; }

.link-btn--narrow {
  padding-left: 6px;
  padding-right: 6px; }

.link-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0; }

.link-list__item {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  display: inline-block; }
  .link-list__item:not(:first-child) {
    padding-left: 9px;
    border-left: 1px solid #b9b9b9; }
  .link-list__item:not(:last-child) {
    padding-right: 10px; }
  .link-list__item a,
  .link-list__item button {
    position: relative;
    padding: 0;
    display: block;
    color: #2a65af; }
    .link-list__item a .spinner,
    .link-list__item button .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -11px;
      margin-left: -11px;
      opacity: 0;
      border-color: #2a65af;
      border-right-color: transparent; }
    .link-list__item a.is-loading,
    .link-list__item button.is-loading {
      color: transparent; }
      .link-list__item a.is-loading .spinner,
      .link-list__item button.is-loading .spinner {
        opacity: 1; }
    .link-list__item a:hover,
    .link-list__item button:hover {
      text-decoration: underline; }
  .link-list__item svg {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    margin-left: 3px; }

.link {
  color: #2a65af;
  cursor: pointer;
  position: relative; }
  .link .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    opacity: 0;
    border-color: #2a65af;
    border-width: 2px;
    border-right-color: transparent; }
  .link .dropdown__arrow {
    fill: #2a65af; }
  .link:hover {
    text-decoration: underline; }
  .link.is-loading {
    color: transparent; }
    .link.is-loading .spinner {
      opacity: 1; }

.link--inverted {
  color: #ffffff; }

.link--underline {
  text-decoration: underline; }

.link--small {
  font-size: 12px;
  font-size: 0.75rem; }

.link--large {
  font-size: 18px;
  font-size: 1.125rem; }

.linkedin-button {
  margin-bottom: 15px;
  width: 215px;
  height: 40px;
  text-indent: -9000px;
  background-image: url(https://global.su.org/static/9016ddf43a6c5b614a313c09f01fbd0d.png);
  background-size: 215px; }
  .linkedin-button:hover {
    background-position: 0 -40px; }
  .linkedin-button:active {
    background-position: 0 -80px; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.loader {
  margin: 100px auto;
  width: 70px;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .loader {
      margin-top: 160px;
      margin-bottom: 160px; } }

.loader__ball {
  width: 18px;
  height: 18px;
  background-color: #2a65af;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .loader__ball:nth-child(1) {
    background-color: #c5677b;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loader__ball:nth-child(2) {
    background-color: #fd9439;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

.loader--fixed {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%); }

.loader--small {
  margin: 70px auto; }

.media {
  position: relative;
  display: table;
  width: 100%; }
  .media .close-icon {
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.media__image,
.media__body {
  display: table-cell;
  vertical-align: middle; }
  .media__image.media__image--top, .media__image.media__body--top,
  .media__body.media__image--top,
  .media__body.media__body--top {
    vertical-align: top; }

.media__image {
  padding-right: 16px; }

.media__body {
  width: 100%; }

.media__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 600; }

.media__subtitle {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2em;
  margin-top: 4px;
  line-height: 1em;
  color: #a0a0a0;
  text-transform: uppercase; }

.media--top .media__image,
.media--top .media__body {
  vertical-align: top; }

.media--bottom .media__image,
.media--bottom .media__body {
  vertical-align: bottom; }

.media--centered {
  width: auto;
  margin: 0 auto; }
  .media--centered .media__body {
    width: auto; }

.media--small .media__image {
  padding-right: 10px; }

.media--small .media__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em; }

.media--narrow .media__image {
  padding-right: 10px; }

.media--removable .media__body {
  padding-right: 26px; }

.media--removable .close-icon {
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.media__image.media-social__image {
  display: flex;
  width: 30px;
  height: 42px;
  margin-right: 16px;
  padding-right: unset;
  justify-content: center;
  align-items: center; }

.member-picture {
  background-image: url(https://global.su.org/static/3911ba78fbabc4c11a1429425d7d7428.png);
  background-position: center;
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-color: #efefef;
  position: relative; }
  .member-picture img {
    display: block; }
  .member-picture--small {
    height: 50px;
    width: 50px; }
    .member-picture--small img {
      height: 50px;
      width: 50px; }
  .member-picture--medium {
    height: 120px;
    width: 120px; }
    .member-picture--medium img {
      height: 120px;
      width: 120px; }
  .member-picture--big {
    height: 150px;
    width: 150px; }
    .member-picture--big img {
      height: 150px;
      width: 150px; }

.membership-label {
  display: block;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  padding: 10px 16px;
  border: 1px solid #ededed;
  border-radius: 2px;
  transition: background-color 0.3s; }
  .membership-label:not(:last-of-type) {
    margin-bottom: 12px; }
  .membership-label:hover {
    background-color: #ededed; }
  @media screen and (min-width: 48em) {
    .membership-label {
      text-align: left;
      padding-right: 30px; } }
  .membership-label__hidden-input {
    display: none; }
    .membership-label__hidden-input:not(:checked) ~ .membership-label {
      display: block; }
    .membership-label__hidden-input:not(:checked) ~ .section-block__header label {
      display: none; }
    .membership-label__hidden-input__label {
      font-size: 14px;
      font-size: 0.875rem;
      color: #2a65af;
      cursor: pointer;
      float: right; }

.membership-label__text {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #626262;
  margin-top: 8px; }
  @media screen and (min-width: 48em) {
    .membership-label__text {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0; } }

@keyframes message-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.message {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
  animation: message-fade-in 0.5s; }
  .message svg {
    vertical-align: text-bottom;
    margin-right: 6px;
    height: 20px;
    width: 20px; }

.message--error {
  color: #e40b0b; }
  .message--error svg {
    fill: #e40b0b; }

.message--success {
  color: #3bcc3b; }
  .message--success svg {
    fill: #3bcc3b; }

.message--small {
  font-size: 13px;
  font-size: 0.8125rem; }
  .message--small svg {
    margin-right: 4px;
    height: 18px;
    width: 18px; }

.message-justify {
  text-align: justify; }

.modal__header {
  background-color: transparent;
  display: block;
  height: 40px;
  color: #ffffff; }

.modal__body {
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 16px; }
  .modal__body p + p {
    margin-top: 18px; }
  .modal__body h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 16px; }
  .modal__body .drag-box {
    background-color: #f8f8f8; }
  .modal__body .drag-box__message {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000000;
    opacity: 0.87; }
  .modal__body .upload-button {
    border: 0;
    display: unset;
    width: auto;
    background: transparent; }
  @media screen and (min-width: 48em) {
    .modal__body {
      padding: 36px; }
      .modal__body h3 {
        font-size: 28px;
        font-size: 1.75rem; } }

.modal__subtitle {
  font-size: 18px;
  margin-bottom: 30px; }

.modal__footer {
  padding: 10px 20px;
  background-color: #ffffff;
  border-top: 1px solid #cdcdcd;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .modal__footer {
      padding-left: 30px;
      padding-right: 30px; } }

.multi-select {
  margin-bottom: 8px;
  margin-right: 8px;
  display: inline-block; }
  .multi-select input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .multi-select label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1em;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    color: #323232;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    padding: 9px 10px; }
  .multi-select input[type='checkbox']:checked + label {
    border-color: #2a65af;
    background-color: #2a65af;
    color: #ffffff; }
  .multi-select input[type='checkbox']:focus + label {
    outline: rgba(42, 101, 175, 0.2) auto 3px; }
  .multi-select input[type='checkbox']:checked.confirmed + label {
    border-color: #2a65af;
    background-color: #2a65af; }

.multi-select--display {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 10px 9px;
  border: 1px solid #2167b0;
  border-radius: 2px;
  background-color: #2167b0;
  color: #ffffff;
  font-weight: normal; }

.multi-select--full {
  display: block; }
  .multi-select--full label {
    width: 100%; }

.multi-select__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.next-steps {
  background: linear-gradient(114deg, #3023ae, #c86dd7) !important;
  padding: 30px; }
  .next-steps h3 {
    text-align: center;
    color: #ffffff;
    opacity: 0.87; }
  .next-steps--card {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    flex-wrap: wrap; }
    .next-steps--card img {
      width: 50px;
      height: 50px; }
    .next-steps--card .rounded {
      border-radius: 50px; }
    .next-steps--card div:first-child {
      padding-right: 0;
      width: 12%; }
    .next-steps--card div:nth-child(2) {
      padding: 0 10px;
      width: 58%; }
    .next-steps--card div:last-child {
      width: 30%; }
    .next-steps--card p {
      font-family: "proxima-nova", sans-serif;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 200;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #ffffff;
      margin-top: -10px; }
      .next-steps--card p strong {
        font-weight: 600; }
    .next-steps--card .btn {
      background-color: transparent;
      color: #ffffff;
      border: 1px solid #ffffff;
      text-align: center; }
    .next-steps--card .is-loading {
      color: transparent; }
    @media screen and (max-width: 37.49em) {
      .next-steps--card img {
        width: 32px;
        height: 32px; }
      .next-steps--card .rounded {
        border-radius: 32px; }
      .next-steps--card div:first-child {
        width: 12%; }
      .next-steps--card div:nth-child(2) {
        width: 88%; }
      .next-steps--card div:last-child {
        width: 100%; }
      .next-steps--card .btn {
        margin-top: 10px; } }
  .next-steps div:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.page-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #323232;
  margin-bottom: 16px; }
  @media screen and (min-width: 48em) {
    .page-title {
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: 0; } }

.pagination {
  margin: 20px 0;
  padding: 0;
  text-align: center; }

.pagination__item {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center; }
  .pagination__item.pagination__item--controls {
    height: 30px;
    font-family: "minion-pro", Georgia, Times, "Times New Roman", serif; }
  .pagination__item.is-disabled {
    opacity: 0.2; }

.pagination__button {
  width: 100%;
  height: 100%;
  padding: 4px 10px 0;
  transition: background-color 0.3s, border-bottom-color 0.3s;
  cursor: pointer;
  color: #2a65af;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 4px solid transparent; }
  .pagination__item:not(.is-disabled):not(.is-selected) .pagination__button:hover {
    background-color: #efefef; }
  .pagination__item.is-disabled .pagination__button {
    cursor: default; }
  .pagination__item.is-selected .pagination__button {
    cursor: default;
    color: #ffffff;
    font-weight: 600;
    background-color: #2a65af; }

.pagination__resume {
  margin: 8px 10px;
  text-align: center;
  display: inline-block; }
  @media screen and (min-width: 57.5em) {
    .pagination__resume {
      display: none; } }

.photo-frame {
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #cdcdcd;
  background-clip: padding-box; }
  .photo-frame img {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover; }

.photo-frame__thumbnail {
  backface-visibility: hidden;
  transition: opacity .3s, transform .3s; }
  .photo-frame:hover .photo-frame__thumbnail {
    transform: scale(1.033);
    opacity: .8; }

.popover {
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 14px 18px;
  width: 360px;
  margin-left: -180px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border-radius: 3px;
  white-space: nowrap; }
  .popover p {
    white-space: normal;
    font-size: 13px; }
  .popover::before, .popover::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .popover::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000000;
    opacity: .125;
    filter: blur(1px);
    margin-top: 2px; }
  .popover::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #ffffff; }

.position-map {
  height: 297px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 2px; }
  .position-map::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s; }
  .position-map .spinner {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0; }
  .position-map.is-updating::after {
    right: 0; }
  .position-map.is-updating .spinner {
    left: 50%;
    top: 50%; }
  .position-map.is-updating::after,
  .position-map.is-updating .spinner {
    opacity: 1; }

.position-map--small {
  height: 210px; }

.preview--sponsor {
  height: 170px;
  width: 170px;
  margin: 0 auto 20px;
  border: 1px solid #b9b9b9;
  padding: 10px;
  position: relative; }
  .preview--sponsor img {
    min-height: 100%;
    object-fit: contain; }

.programs-attended {
  display: flex; }

ul > li.programs-attended__card-grid {
  margin-bottom: 16px; }
  @media screen and (min-width: 48em) {
    ul > li.programs-attended__card-grid:nth-last-of-type(-n + 2) {
      margin-bottom: 0; } }
  @media screen and (max-width: 47.99em) {
    ul > li.programs-attended__card-grid:nth-last-of-type(-n + 1) {
      margin-bottom: 0; } }

.programs-attended__card {
  border: 1px solid #ededed;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 16px; }

.programs-attended__symbol {
  display: inline-block;
  height: 56px;
  width: 56px;
  background-color: #f1f4f6;
  padding: 8px 13px;
  vertical-align: middle;
  margin-right: 16px; }

.programs-attended__body {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 47.99em) {
    .programs-attended__body {
      vertical-align: top; } }

.programs-attended__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #323232;
  font-weight: bold; }
  @media screen and (max-width: 47.99em) {
    .programs-attended__text {
      font-size: 14px;
      font-size: 0.875rem; } }
  .programs-attended__text.programs-attended__text--role {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
    font-weight: normal; }

.progress-bar {
  display: inline-block;
  width: 130px;
  height: 6px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #b9b9b9;
  border-radius: 2px; }
  @media screen and (min-width: 57.5em) {
    .progress-bar {
      width: 300px;
      height: 8px; } }

.progress-bar__fill {
  display: block;
  height: 100%;
  background-color: #b9b9b9; }

.raw-select {
  font-size: 20px;
  font-size: 1.25rem;
  background: transparent;
  font-weight: 600;
  border: 0;
  border-radius: 2px;
  color: #323232;
  cursor: pointer;
  display: inline;
  height: auto;
  padding: 0;
  width: auto; }
  .raw-select:focus {
    border: 0;
    outline: none; }
  .raw-select--with-icon {
    padding-right: 33px; }
  .raw-select .select__option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px; }
  @media screen and (max-width: 57.49em) {
    .raw-select {
      font-size: 16px;
      font-size: 1rem; } }

.see-more {
  transition: max-height .5s ease; }
  @media screen and (max-width: 47.99em) {
    .see-more {
      overflow: hidden;
      position: relative; } }

@media screen and (max-width: 47.99em) {
  .see-more__mask {
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f1f4f6 90%); } }

.select {
  position: relative;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  min-width: 148px; }
  .select--active:before {
    content: '';
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .select--active .select__list {
    display: flex; }

.select__title {
  white-space: nowrap;
  overflow: hidden; }

.select__list {
  z-index: 9999;
  background: #f8f8f8;
  position: absolute;
  min-width: calc(100% + 10px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: none;
  flex-flow: column;
  list-style: none;
  padding: 5px 0 6px;
  margin: 0;
  box-shadow: 0 0 0 1px #d7d7d7 inset;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  max-width: 380px; }

.select__option {
  font-size: 1em;
  padding: 5px 10px;
  white-space: nowrap; }
  .select__option:after, .select__option:before {
    content: '';
    display: inline-block;
    width: 15px;
    font-size: 12px;
    padding: 4px 2px 4px 4px;
    transform: translateY(-2px); }
  .select__option:hover {
    color: #ffffff;
    background: #2a65af; }
  .select__option--selected:before {
    content: '\2713'; }

.segmented-controller {
  font-size: 0px;
  font-size: 0rem;
  margin: 0 0 24px; }
  .segmented-controller__item {
    font-size: 16px;
    font-size: 1rem;
    border-bottom: solid 1px #2167b0;
    border-top: solid 1px #2167b0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 50%;
    white-space: nowrap; }
    @media screen and (min-width: 64em) {
      .segmented-controller__item {
        min-width: 105px; } }
  .segmented-controller__item:focus {
    outline: 0; }
  .segmented-controller__item:first-child {
    border-bottom-left-radius: 2px;
    border-left: solid 1px #2167b0;
    border-top-left-radius: 2px; }
  .segmented-controller__item:last-child {
    border-bottom-right-radius: 2px;
    border-right: solid 1px #2167b0;
    border-top-right-radius: 2px; }
  .segmented-controller .selected {
    background-color: #2167b0;
    color: #ffffff; }
  @media screen and (min-width: 64em) {
    .segmented-controller {
      margin: 0; } }

.spaced-label {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #b9b9b9;
  font-weight: 400; }

.spaced-label--small {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 0; }

@keyframes three-quarters-loader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spinner {
  display: inline-block;
  vertical-align: middle;
  animation: three-quarters-loader 1250ms infinite linear;
  border: 3px solid #ffffff;
  border-right-color: transparent;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 22px;
  height: 22px;
  transition: opacity .15s; }

.spinner--dark {
  border-color: #a0a0a0;
  border-right-color: transparent; }

.sub-nav {
  font-size: 0;
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  padding-top: 6px;
  border-bottom: 1px solid #b9b9b9; }
  @media screen and (min-width: 37.5em) {
    .sub-nav {
      display: block;
      width: auto;
      padding-top: 20px; } }

.sub-nav__item {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
  text-align: center;
  border-bottom: 4px solid transparent; }
  .sub-nav__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 8px;
    border-right: 1px dotted #a0a0a0; }
  .sub-nav__item.is-selected {
    border-bottom-color: #2a65af;
    font-weight: 700; }
  @media screen and (min-width: 37.5em) {
    .sub-nav__item {
      width: auto !important; } }
  @media screen and (min-width: 48em) {
    .sub-nav__item:not(:last-child)::after {
      top: 14px;
      bottom: 12px; } }

.sub-nav__link {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  line-height: 1em;
  padding: 12px 10px 10px;
  color: #323232; }
  .sub-nav__link:hover {
    color: #2a65af; }
  @media screen and (min-width: 37.5em) {
    .sub-nav__link {
      padding: 16px 30px 14px; } }
  @media screen and (min-width: 48em) {
    .sub-nav__link {
      font-size: 16px;
      font-size: 1rem;
      padding: 20px 44px 16px; } }

.sub-nav--three-items .sub-nav__item {
  width: 33.33333%; }

.sub-nav--four-items .sub-nav__item {
  width: 25%; }

.switch {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 24px; }
  .switch input[type=checkbox] {
    position: absolute;
    opacity: 0; }
  .switch label {
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 36px;
    border-radius: 14px;
    cursor: pointer;
    background-color: #b9b9b9;
    transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1) background-color; }
    .switch label::before {
      content: "";
      position: absolute;
      left: 0;
      top: -3px;
      height: 20px;
      width: 20px;
      background-color: #efefef;
      border-radius: 50%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
      transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1) all; }
  .switch input[type=checkbox]:checked + label {
    background-color: #508bd5; }
    .switch input[type=checkbox]:checked + label::before {
      left: 16px;
      background-color: #2a65af; }
  .switch input[type=checkbox]:disabled + label {
    opacity: .4;
    cursor: default; }

.su-tag {
  cursor: pointer;
  transition: box-shadow 0.2s; }
  .su-tag:hover {
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3); }

.team-list {
  display: flex; }
  .team-list__member {
    background-color: #f1f4f6;
    border-top: solid 3px #2a65af;
    color: #2a65af;
    display: inline-block;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    width: 56px; }
    .team-list__member:not(:first-child) {
      margin-left: 16px; }
    .team-list__member img {
      display: block; }
    .team-list__member--background {
      background-image: url(https://global.su.org/static/3911ba78fbabc4c11a1429425d7d7428.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

.tooltip-icon {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #cdcdcd;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
  transition: background-color .2s ease-out;
  position: relative;
  top: -1px;
  margin-left: 6px; }

.twitter-btn {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 8px 2px 6px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  background-color: #55acee;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  transition: background-color .3s; }
  .twitter-btn svg {
    vertical-align: bottom;
    width: 16px;
    height: 16px; }
  .twitter-btn:hover {
    background-color: #2795e9; }

@keyframes animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 0; } }

.upload-bar {
  color: #ffffff;
  line-height: 30px;
  display: block;
  width: 100%;
  background-color: #efefef;
  border-radius: 5px; }

.upload-bar__fill {
  width: 0;
  border-radius: 4px;
  transition: all 0.3s linear;
  background-color: #2a65af;
  animation: animate-stripes 2s linear infinite;
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.upload-button {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .upload-button input {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    max-width: 100%; }
  .upload-button input:focus + button {
    outline: rgba(42, 101, 175, 0.2) auto 3px; }

.upload-frame {
  position: relative;
  height: 200px;
  border: 1px solid #ededed;
  border-radius: 2px;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  display: block;
  width: 100%;
  transition: box-shadow 0.2s; }
  .is-invalid .upload-frame {
    border-color: #c5677b; }

.upload-frame__image {
  transition: opacity 0.2s;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  padding-right: 10px; }
  .upload-frame__image img {
    position: static;
    backface-visibility: hidden;
    vertical-align: bottom; }

.upload-frame__button {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  padding: 0.5rem 0.625rem 0.375rem 0.625rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  white-space: nowrap;
  transition: background-color 0.3s; }
  .upload-frame__button svg {
    fill: #323232;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px;
    margin-right: 6px;
    width: 22px;
    height: 22px; }

.upload-frame--clickable {
  cursor: pointer;
  backface-visibility: hidden; }
  .upload-frame--clickable img {
    transition: opacity 0.3s;
    min-width: 100%; }
  .upload-frame--clickable:hover {
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1); }
    .upload-frame--clickable:hover img {
      opacity: 0.9; }
    .upload-frame--clickable:hover .upload-frame__button {
      background-color: #f1f4f6; }

.upload-frame--taller {
  height: 246px; }

.upload-button {
  position: relative;
  height: 40px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  display: block;
  width: 100%;
  transition: box-shadow .2s; }
  .is-invalid .upload-button {
    border-color: #c5677b; }

.video-frame {
  overflow: hidden;
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0 auto 24px;
  background-color: #cdcdcd;
  max-width: 500px; }
  .video-frame img {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover; }
  @media screen and (min-width: 48em) {
    .video-frame {
      max-width: none;
      margin-bottom: 14px; } }

.video-frame__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  z-index: 1;
  fill: #ffffff;
  opacity: .33;
  transform: translate(-50%, -50%);
  transition: opacity .3s, transform .3s; }
  .video-frame:hover .video-frame__play-icon {
    opacity: .5;
    transform: translate(-50%, -50%) scale(1.1); }

.video-frame__thumbnail {
  backface-visibility: hidden;
  transition: opacity .3s; }
  .video-frame:hover .video-frame__thumbnail {
    opacity: .8; }

.video-frame__title {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  padding: 8px 10px;
  line-height: 1.25em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color .3s;
  color: #ffffff; }
  .video-frame:hover .video-frame__title {
    background-color: rgba(0, 0, 0, 0.8); }

@media screen and (min-width: 57.5em) {
  .video-frame--primary .video-frame__play-icon {
    height: 80px;
    width: 80px; }
  .video-frame--primary .video-frame__title {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 12px; } }

.error404 {
  text-align: center;
  padding: 40px 20px; }
  .error404 h1 {
    font-size: 30px;
    font-size: 1.875rem; }
  @media screen and (min-width: 64em) {
    .error404 {
      padding: 100px 0; }
      .error404 h1 {
        font-size: 40px;
        font-size: 2.5rem; } }

.error404--main {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.error404--matrix {
  transform: translate(-50%, 0%); }

.attendance-numbers {
  display: flex; }
  .attendance-numbers div {
    width: 100%; }
    .attendance-numbers div a {
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1;
      color: #2a65af; }
  .attendance-numbers .border {
    width: 50%;
    border-left: 2px solid #b0adad;
    height: 70px; }
  .attendance-numbers .border div {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #b0adad;
    margin-top: 29px; }
  .attendance-numbers--num {
    font-family: "proxima-nova", sans-serif;
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: bold;
    line-height: 1.16;
    color: #e4168d;
    margin-bottom: 5px; }
  .attendance-numbers--text {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.22;
    color: #323232;
    margin-bottom: 10px; }

.attendance-search {
  display: flex;
  margin: 24px 0;
  align-items: center; }
  .attendance-search div {
    width: 50%;
    position: relative; }
    .attendance-search div a {
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: normal;
      color: #2a65af;
      margin-left: 10px; }
    .attendance-search div input {
      border-color: #888888;
      display: inline-block;
      height: 42px; }
    .attendance-search div svg {
      fill: #2a65af;
      width: 22px;
      position: relative;
      top: 5px; }
    .attendance-search div button {
      width: 42px;
      height: 42px;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0 2px 2px 0; }
      .attendance-search div button svg {
        fill: #FFF !important;
        top: 0;
        width: 25px;
        margin: 0; }
  .attendance-search div:last-child {
    text-align: right; }

.in-matrix {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

@media screen and (max-width: 57.49em) {
  .suglobal__header--closed {
    transform: translate3d(-80vw, 0, 2px) !important; } }

.suglobal__blocker {
  transition: transform 0.4s ease;
  transition: opacity 0.6s 0.2s;
  opacity: 0; }
  .suglobal__blocker.suglobal__header--closed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 1100;
    opacity: 0.3; }
    @media screen and (min-width: 57.5em) {
      .suglobal__blocker.suglobal__header--closed {
        display: none; } }

@media screen and (max-width: 57.49em) {
  .main--with-message {
    padding-top: 96px; } }

.suglobal__body {
  transition: transform 0.4s ease;
  position: relative;
  background-color: #f1f4f6;
  padding-top: 107px; }
  @media screen and (min-width: 57.5em) {
    .suglobal__body {
      padding-top: 120px; } }
  .suglobal__body.suglobal__header--closed {
    position: relative;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .suglobal__body::before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: #f1f4f6;
    position: absolute;
    top: -100vh;
    transform: translateZ(1px); }

.suglobal__header {
  position: fixed;
  height: 120px;
  width: 100%;
  background-color: #081b30;
  top: 0;
  left: 0;
  z-index: 1050;
  transition: transform 0.4s ease;
  transform: translateZ(2px); }
  @media screen and (max-width: 57.49em) {
    .suglobal__header {
      height: 107px; } }
  .suglobal__header .navbar-brand {
    display: block;
    margin-top: 25px; }
  .suglobal__header .navbar-brand > img {
    height: 57px;
    position: relative; }
  .suglobal__header .navbar-brand .navbar-brand__image > img {
    height: 62px;
    position: relative;
    left: 25px; }

@media screen and (max-width: 57.49em) {
  .navbar-default {
    display: none; } }

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

.suglobal__utility-menu {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  color: #ffffff;
  height: 22px; }
  .suglobal__utility-menu.suglobal__utility-menu--hidden {
    display: none; }
  .suglobal__utility-menu .singularity-hub {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 26px; }
  .suglobal__utility-menu .social {
    display: none; }
    .suglobal__utility-menu .social.social--visible {
      display: flex;
      align-items: center; }
    .suglobal__utility-menu .social .social__link {
      line-height: 1em;
      height: 22px;
      margin-left: 14px; }
      .suglobal__utility-menu .social .social__link:last-child {
        margin-right: 26px; }
    .suglobal__utility-menu .social .social__link > img {
      width: auto;
      height: 22px; }
  .suglobal__utility-menu .social-icon {
    width: 24px;
    height: 24px;
    line-height: 24px; }
  .suglobal__utility-menu .utility__item {
    margin-right: 26px; }
    .suglobal__utility-menu .utility__item:last-child, .suglobal__utility-menu .utility__item.item--has-social {
      margin-right: 0; }
  .suglobal__utility-menu .utility__auth-button {
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 14px; }
    .suglobal__utility-menu .utility__auth-button:last-child {
      margin-right: inherit; }

#main-menu {
  color: #ffffff; }
  #main-menu .menu-list {
    list-style: none;
    display: flex; }
  #main-menu .menu-list .menu-list__item {
    margin-right: 30px; }
    #main-menu .menu-list .menu-list__item:last-child {
      margin-right: 0; }
    #main-menu .menu-list .menu-list__item .menu-list__link {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.76;
      padding-bottom: 5px;
      border-bottom: 0; }
    #main-menu .menu-list .menu-list__item .menu-list__link:hover {
      border-bottom: 2px solid #de2763; }
  #main-menu .menu-list .menu-list__sub-menu {
    position: fixed;
    top: 100px;
    left: 0;
    background-color: #081b30;
    width: 100%;
    padding: 45px 35px 25px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 400ms;
    transition-timing-function: ease-in;
    transition-property: opacity, visibility; }
    #main-menu .menu-list .menu-list__sub-menu.menu-list__submenu--visible {
      visibility: visible;
      opacity: 1; }

.menu-list__sub-menu .menu-list__container {
  display: flex;
  list-style: none;
  text-align: left; }
  .menu-list__sub-menu .menu-list__container > li {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    padding: 15px; }
  .menu-list__sub-menu .menu-list__container .sub-menu__highlighted {
    font-size: 48px;
    font-size: 3rem;
    color: #de2763;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 10px; }
    @media screen and (max-width: 79.99em) {
      .menu-list__sub-menu .menu-list__container .sub-menu__highlighted {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 43px; } }
  .menu-list__sub-menu .menu-list__container .columns-1-of-5 {
    width: 20%; }
  .menu-list__sub-menu .menu-list__container .columns-1-of-4 {
    width: 25%; }
  .menu-list__sub-menu .menu-list__container .columns-1-of-3 {
    width: 33.33%; }
  .menu-list__sub-menu .menu-list__container .columns-1-of-2 {
    width: 50%; }

.sub-menu__list,
.sub-menu__sub-list {
  list-style: none;
  padding: 0;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  margin-bottom: 30px; }
  .sub-menu__list:last-child,
  .sub-menu__sub-list:last-child {
    margin-bottom: 0; }
  .sub-menu__list .sub-menu__title,
  .sub-menu__sub-list .sub-menu__title {
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 30px; }
    .sub-menu__list .sub-menu__title:last-child,
    .sub-menu__sub-list .sub-menu__title:last-child {
      margin-bottom: 0; }
  .sub-menu__list .sub-list__item,
  .sub-menu__sub-list .sub-list__item {
    margin-top: 8px;
    line-height: 1.2em; }

.sub-menu__list {
  margin-bottom: 30px; }
  .sub-menu__list:last-child {
    margin-bottom: 0; }

.navbar-mobile .navbar-brand {
  margin-top: 0; }

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

.mobile-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 107px; }
  .mobile-header .navbar-brand {
    flex-grow: 2;
    text-align: center; }
    .mobile-header .navbar-brand > img {
      height: 57px;
      width: 43px;
      left: 12px;
      position: relative; }

.sub-menu__link {
  text-decoration: none; }
  .sub-menu__link:hover {
    text-decoration: underline; }

.search-form {
  display: none;
  max-width: none !important;
  position: relative;
  left: calc(100% - 300px);
  margin-top: 20px;
  height: 22px;
  width: 300px !important; }
  .search-form.search-form--visible {
    display: block; }

.search-form .search-terms {
  background: none;
  border: none;
  border-bottom: 1px solid #2f65af;
  border-radius: 0;
  color: white;
  height: auto;
  font-size: 15px;
  line-height: 1.2;
  padding: 4px 25px 4px 5px; }

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.search-close {
  color: white;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px; }
  .search-close:after, .search-close:before {
    content: '';
    border: 2px solid white;
    height: 8px;
    width: 8px;
    position: absolute;
    transform: rotate(45deg); }
  .search-close:before {
    border-left: 0;
    border-bottom: 0;
    right: 0; }
  .search-close:after {
    border-right: 0;
    border-top: 0; }

.utility__loggedin-menu {
  width: 44px !important;
  position: relative; }
  .utility__loggedin-menu .loggedin-menu__photo {
    width: 44px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .utility__loggedin-menu .loggedin-menu__photo .photo__img {
      width: 24px;
      height: 24px;
      background-color: #efefef;
      background-size: 20px 20px;
      background-position: center;
      user-select: none; }
    .utility__loggedin-menu .loggedin-menu__photo .photo__img--padding {
      padding: 4px; }
    .utility__loggedin-menu .loggedin-menu__photo .photo__img--placeholder {
      background-image: url(https://global.su.org/static/3911ba78fbabc4c11a1429425d7d7428.png);
      background-repeat: no-repeat; }
  .utility__loggedin-menu .loggedin-menu__photo:after {
    content: '';
    border: 2px solid #ffffff;
    border-left: none;
    width: 9px;
    border-top: none;
    height: 9px;
    position: relative;
    display: block;
    transform: rotate(45deg); }
  .utility__loggedin-menu .loggedin-menu__menu {
    list-style: none;
    display: flex;
    flex-flow: column;
    padding: 0;
    margin: 0;
    z-index: 9;
    position: absolute;
    width: 160px;
    right: 0;
    top: 24px;
    margin-top: 8px;
    align-items: flex-start;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    border: 1px solid #d8d8d8;
    opacity: 1;
    transition: opacity 0.2s ease-in; }
    .utility__loggedin-menu .loggedin-menu__menu.loggedin-menu__menu--hidden {
      opacity: 0;
      width: 0;
      height: 0;
      visibility: hidden; }
  .utility__loggedin-menu .loggedin-menu__menu-items {
    user-select: none;
    background-color: #ffffff;
    border-top: 1px solid #efefef;
    color: #323232;
    font-weight: 600;
    display: flex;
    width: 100%; }
    .utility__loggedin-menu .loggedin-menu__menu-items > a {
      text-align: justify;
      line-height: 1.43;
      width: 100%;
      padding: 10px 20px; }
    .utility__loggedin-menu .loggedin-menu__menu-items:first-child {
      border-top: 0; }
    .utility__loggedin-menu .loggedin-menu__menu-items:hover {
      background-color: #efefef;
      cursor: pointer; }

.sr-only {
  display: none; }

#footer {
  position: relative; }
  #footer .top .top-container,
  #footer .bottom .bottom-container {
    display: grid;
    grid-column-gap: 30px; }
    @media screen and (max-width: 57.49em) {
      #footer .top .top-container,
      #footer .bottom .bottom-container {
        grid-column-gap: 0;
        grid-row-gap: 40px; } }
  #footer .top .top-container {
    grid-template-columns: 1fr 2fr 1fr; }
    @media screen and (max-width: 57.49em) {
      #footer .top .top-container {
        grid-template-columns: 1fr; } }
  #footer .bottom .bottom-container {
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 57.49em) {
      #footer .bottom .bottom-container {
        grid-template-columns: 1fr; } }

#footer .top {
  background-color: #081b30;
  color: white;
  padding: 50px 0; }
  #footer .top .colaboration {
    display: flex;
    flex-flow: column; }
    @media screen and (max-width: 57.49em) {
      #footer .top .colaboration {
        align-items: center; } }
    #footer .top .colaboration .small {
      font-size: 9px;
      font-size: 0.5625rem;
      text-transform: uppercase; }
    #footer .top .colaboration > ul {
      list-style: none;
      margin: 0;
      margin-top: 12.5px;
      padding: 0;
      display: flex; }
      #footer .top .colaboration > ul > li {
        padding-right: 30px; }
  #footer .top .sitemap > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 50px) auto; }
    @media screen and (max-width: 57.49em) {
      #footer .top .sitemap > ul {
        grid-template-columns: 100%;
        grid-template-rows: repeat(6, 35px);
        text-align: center; } }
  @media screen and (max-width: 57.49em) {
    #footer .top .signup {
      text-align: center; } }
  #footer .top .signup .signup__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 35px;
    font-weight: 700; }
    @media screen and (max-width: 57.49em) {
      #footer .top .signup .signup__title {
        font-size: 17px;
        font-size: 1.0625rem;
        margin-top: 0;
        margin-bottom: 12.5px; } }
  #footer .top .signup .btn {
    width: 100%;
    text-align: center; }

#footer .bottom {
  background-color: #ffffff;
  padding: 30px; }
  #footer .bottom .legalese > p {
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
    margin: 0 0 12.5px;
    line-height: 1.5;
    color: #a4a4a4; }
    @media screen and (max-width: 57.49em) {
      #footer .bottom .legalese > p {
        text-align: center; } }
  #footer .bottom .social-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    line-height: 40px; }
    #footer .bottom .social-list > li > a {
      padding: 0 7px; }
      #footer .bottom .social-list > li > a > img {
        height: 24px;
        width: auto; }

.suglobal__panel {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 80vw;
  height: 100%;
  background: #081b30;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: translate3d(-80vw, 0, 0); }
  @media screen and (min-width: 57.5em) {
    .suglobal__panel {
      display: none; } }
  .suglobal__panel .panel__header {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 20px;
    text-align: center; }
  .suglobal__panel .panel__container {
    display: flex;
    position: relative;
    flex-flow: column;
    overflow: auto;
    height: calc(100% - 84px); }
  .suglobal__panel .panel__item {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0;
    margin: 0;
    margin-left: 20px;
    display: flex;
    height: 40px;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    tap-highlight-color: rgba(255, 255, 255, 0.4);
    min-height: 40px; }
  .suglobal__panel .panel__link {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    flex-grow: 2;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    tap-highlight-color: rgba(255, 255, 255, 0.4); }
    .suglobal__panel .panel__link > a {
      flex-grow: 2;
      padding: 10px 10px 10px 0; }
  .suglobal__panel .panel__arrow {
    position: relative;
    width: 50px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    tap-highlight-color: rgba(255, 255, 255, 0.4); }
  .suglobal__panel .panel__arrow--next {
    position: absolute;
    width: 50px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .suglobal__panel .panel__arrow--next:after {
      content: '';
      border-top: 2px solid #ffffff;
      border-left: 2px solid #ffffff;
      box-sizing: content-box;
      display: block;
      width: 8px;
      height: 8px;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0; }
    .suglobal__panel .panel__arrow--next:after {
      transform: rotate(135deg);
      right: 23px;
      left: auto; }
  .suglobal__panel .panel__container-search {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 8px;
    z-index: 10;
    background: #081b30; }
  .suglobal__panel .panel__search {
    height: 26px; }
  .suglobal__panel .mm-searchfield__input input {
    font-size: 14px;
    font-size: 0.875rem;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px; }
  .suglobal__panel .mm-searchfield__input .mm-seachfield__clear {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    .suglobal__panel .mm-searchfield__input .mm-seachfield__clear:after, .suglobal__panel .mm-searchfield__input .mm-seachfield__clear:before {
      content: '';
      border: 2px solid rgba(0, 0, 0, 0.3);
      box-sizing: content-box;
      display: block;
      width: 5px;
      height: 5px;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      transform: rotate(-45deg); }
    .suglobal__panel .mm-searchfield__input .mm-seachfield__clear:before {
      border-right: none;
      border-bottom: none;
      right: 25px; }
    .suglobal__panel .mm-searchfield__input .mm-seachfield__clear:after {
      border-left: none;
      border-top: none; }

.suglobal__sub-panel {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100vh - 42px);
  background: #f3f3f3;
  top: 0;
  left: 100%;
  z-index: 9;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease; }
  .suglobal__sub-panel.suglobal__sub-panel--opened {
    transform: translate3d(calc(-1 * 100%), 0, 0); }

.sub-panel__header {
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 40px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 40px;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease; }
  .sub-panel__header.sub-panel__header--hidden {
    opacity: 0; }
  .sub-panel__header .sub-panel__title {
    font-size: 14px;
    font-size: 0.875rem; }
  .sub-panel__header .sub-panel__arrow-back {
    width: 50px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .sub-panel__header .sub-panel__arrow-back:after {
      content: '';
      border-bottom: 2px solid rgba(0, 0, 0, 0.3);
      border-right: 2px solid rgba(0, 0, 0, 0.3);
      box-sizing: content-box;
      display: block;
      width: 8px;
      height: 8px;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0; }
    .sub-panel__header .sub-panel__arrow-back:after {
      transform: rotate(135deg);
      right: 23px;
      left: auto; }

.sub-panel__list-container {
  height: calc(100% - 42px);
  overflow: auto; }

.sub-panel__list {
  position: relative;
  display: flex;
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding-left: 20px; }

.sub-panel__item {
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 40px; }

.sub-panel-item__title {
  flex-grow: 2;
  display: flex;
  align-items: center; }

.sub-panel-item__title,
.sub-panel-item__arrow {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4); }

.sub-panel-item__arrow {
  height: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }
  .sub-panel-item__arrow:after {
    content: '';
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0; }
  .sub-panel-item__arrow:after {
    transform: rotate(135deg);
    right: 23px;
    left: auto; }

.admin-card {
  background-color: #ffffff;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  padding: 16px;
  text-align: left;
  margin-bottom: 24px;
  overflow: hidden; }
  .admin-card.is-expired {
    opacity: .5; }
  @media screen and (min-width: 57.5em) {
    .admin-card {
      padding: 12px; } }

.admin-card__header {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cdcdcd; }
  .admin-card__header::after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (min-width: 57.5em) {
    .admin-card__header {
      padding-bottom: 12px;
      margin-bottom: 12px; } }
  @media screen and (max-width: 57.49em) {
    .admin-card__header .entity-logo {
      margin-bottom: 16px; } }

@media screen and (min-width: 57.5em) {
  .admin-card__body > .grid {
    height: 106px; }
    .admin-card__body > .grid > .grid__item {
      height: 100%; } }

.admin-card__block {
  position: relative;
  height: 100%; }
  .grid__item:not(:last-of-type) .admin-card__block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
    border-left: 1px solid #cdcdcd; }
  .admin-card__block .date-display {
    margin: 15px 0 13px; }
    @media screen and (max-width: 57.49em) {
      .admin-card__block .date-display {
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (max-width: 57.49em) {
    .admin-card__block {
      text-align: center; }
      .grid__item.has-upper-separator .admin-card__block {
        border-top: 1px solid #cdcdcd;
        padding-top: 16px;
        margin-top: 16px; } }

.admin-card__title {
  line-height: 46px;
  font-family: "Nexa", "proxima-nova", "Helvetica", Arial, sans-serif;
  position: relative;
  top: 3px; }

.admin-card__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #626262; }

.admin-card__data {
  font-size: 30px;
  font-size: 1.875rem;
  display: table;
  width: 100%;
  margin-bottom: 8px;
  height: 54px;
  line-height: 1.25em; }

.admin-card__data-inner {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400; }

.admin-card__detail {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  position: relative; }
  .admin-card__detail > strong {
    font-weight: 600; }

.admin-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .admin-list > li {
    margin-bottom: 36px; }

.admin-list__sublist {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 42px; }
  .admin-list__sublist::before {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #cdcdcd;
    left: 20px;
    top: -20px;
    bottom: 17px; }
  .admin-list__sublist > li {
    position: relative; }
    .admin-list__sublist > li::before {
      content: "";
      position: absolute;
      height: 2px;
      background-color: #cdcdcd;
      left: -21px;
      width: 21px;
      top: 50%;
      transform: translateY(-50%); }

.event-description {
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.53;
  color: #323232; }

@media screen and (max-width: 63.99em) {
  .app-wrapper {
    overflow-x: hidden;
    height: 100%;
    transition: transform 0.3s ease; } }

@media screen and (max-width: 63.99em) {
  .app-wrapper.is-open {
    transform: translateX(260px) !important;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%; } }

@media screen and (max-width: 63.99em) {
  .app-wrapper__overlay {
    transition: background 0.5s; }
    .is-open .app-wrapper__overlay {
      position: absolute;
      height: 100vh;
      width: 100vw;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.3); } }

.banner {
  padding: 30px 0;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #cdcdcd;
  background-size: cover;
  background-image: url("/images/welcome-bg.jpg");
  background-position: center center; }

.chapter-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.chapter-list__header {
  display: none;
  padding: 16px 0;
  text-transform: uppercase;
  color: #626262; }
  .chapter-list__header h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400; }
  @media screen and (min-width: 48em) {
    .chapter-list__header {
      display: block;
      border-bottom: 1px solid #cdcdcd; } }

.chapter-list__item svg {
  transform: scale(0.8); }

.chapter-list__second-block {
  font-size: 18px;
  font-size: 1.125rem; }

.chapter-list__third-block {
  padding-right: 16px; }
  .chapter-list__third-block p {
    display: inline-block;
    vertical-align: middle;
    color: #b9b9b9; }
    @media screen and (min-width: 48em) {
      .chapter-list__third-block p {
        display: none; } }
  @media screen and (max-width: 47.99em) {
    .chapter-list__third-block {
      margin-top: 10px; }
      .chapter-list__third-block .media {
        display: inline-block;
        vertical-align: middle;
        width: auto; }
      .chapter-list__third-block .media__image {
        display: none; }
      .chapter-list__third-block .media__body {
        display: inline; }
      .chapter-list__third-block .media__title {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400; } }

.chapter-list__arrow {
  position: absolute;
  fill: #a0a0a0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px; }
  @media screen and (min-width: 48em) {
    .chapter-list__arrow {
      right: 0; } }

.color-block {
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #ededed;
  border-left: 4px solid;
  margin-bottom: 10px; }
  .grid__item:last-of-type .color-block {
    margin-bottom: 0; }
  @media screen and (min-width: 57.5em) {
    .color-block {
      padding: 15px;
      margin-bottom: 20px; }
      .grid__item:last-of-type .color-block {
        margin-bottom: 0; } }

.color-block__title {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: bold;
  color: #323232; }
  @media screen and (min-width: 57.5em) {
    .color-block__title {
      font-size: 20px;
      font-size: 1.25rem; } }

.color-block__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #323232;
  line-height: 1.25em;
  margin-top: 8px;
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif; }

.color-block--single-line .color-block__title {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 57.5em) {
    .color-block--single-line .color-block__title {
      font-size: 16px;
      font-size: 1rem; } }

@media screen and (min-width: 57.5em) {
  .color-block--single-line {
    padding: 20px 15px; } }

.color-block--blue {
  border-left-color: #2a65af;
  background-color: #8eb4e4; }

.color-block--orange {
  border-left-color: #ec6629;
  background-color: #ffffff; }

.color-block--red {
  border-left-color: #e4168d;
  background-color: #ffffff; }

.content-header {
  font-size: 36px;
  font-size: 2.25rem;
  color: #323232;
  margin: 36px 0;
  font-weight: bold; }
  @media screen and (max-width: 47.99em) {
    .content-header {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 24px 0; } }

.content-topbar {
  background-color: #ffffff;
  border-bottom: 1px solid #b9b9b9;
  z-index: 10000; }

.control-bar {
  padding: 8px 0; }
  .control-bar::after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .control-bar {
      padding: 12px 0; } }

.control-bar__left {
  float: left;
  text-align: left; }

.control-bar__right {
  float: right;
  text-align: right;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2em; }
  @media screen and (max-width: 47.99em) {
    .control-bar__right {
      font-size: 14px;
      font-size: 0.875rem; }
      .control-bar__right .btn,
      .control-bar__right .link-btn {
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 6px 14px; }
      .control-bar__right .btn {
        margin-left: 10px; } }

@media screen and (max-width: 47.99em) {
  .control-bar--centered .control-bar__left,
  .control-bar--centered .control-bar__right {
    text-align: center;
    float: none; } }

@media screen and (max-width: 63.99em) {
  .control-bar--centered.control-bar--large .control-bar__left,
  .control-bar--centered.control-bar--large .control-bar__right {
    text-align: center;
    float: none; } }

.document-container {
  background-color: #ffffff;
  border: 1px solid #ededed;
  overflow: auto;
  padding: 36px; }
  @media screen and (min-width: 48em) {
    .document-container {
      padding: 24px 32px; } }

.document-container p {
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
  line-height: 1.53;
  font-size: 17px;
  font-size: 1.0625rem; }
  @media screen and (max-width: 57.49em) {
    .document-container p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.43; } }

.document-container .document-container__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  display: block; }
  @media screen and (max-width: 57.49em) {
    .document-container .document-container__title {
      font-size: 16px;
      font-size: 1rem; } }

.document-container .section-block__header {
  margin-top: 42px;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 16px; }

.document-container__paragraph {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 24px; }

.document-container__list li {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 6px; }

.document-container__intro {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 36px; }

.document-container__subtitle {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 4px; }

.document-container__footer {
  background-color: #ffffff;
  border: 1px solid #ededed;
  padding: 36px;
  padding-top: 20px;
  border-top: 0; }
  @media screen and (max-width: 57.49em) {
    .document-container__footer {
      margin: 0 -15px; } }
  .document-container__footer .custom-checkbox label::before {
    width: 24px;
    height: 24px; }
  .document-container__footer .custom-checkbox label {
    font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.53; }
  .document-container__footer .input-group {
    margin-bottom: 36px; }
  .document-container__footer .link-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.07;
    color: #2167b0; }
  .document-container__footer button {
    min-width: 128px; }
  @media screen and (min-width: 48em) {
    .document-container__footer {
      padding-left: 26px;
      padding-right: 26px; } }

.document-container__actions {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 57.49em) {
    .document-container__actions {
      flex-flow: column-reverse; }
      .document-container__actions .link-btn + .btn {
        margin: 0; }
      .document-container__actions button {
        margin-bottom: 29px !important; } }

.document-container--fixed {
  max-height: 300px;
  min-height: 200px; }
  .document-container--fixed::-webkit-scrollbar {
    -webkit-appearance: none; }
  .document-container--fixed::-webkit-scrollbar:vertical {
    width: 10px; }
  .document-container--fixed::-webkit-scrollbar:horizontal {
    height: 10px; }
  .document-container--fixed::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #ffffff;
    background-color: #a0a0a0; }
  .document-container--fixed::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px; }
  @media screen and (max-width: 57.49em) {
    .document-container--fixed {
      margin: 0 -15px;
      max-height: unset; } }
  @media screen and (min-width: 48em) {
    .document-container--fixed {
      height: calc(100vh - 360px);
      max-height: 500px; } }
  @media screen and (min-width: 64em) {
    .document-container--fixed {
      height: calc(100vh - 350px); } }

.entity-banner {
  min-height: 227px; }
  @media screen and (min-width: 48em) {
    .entity-banner {
      padding-top: 70px;
      padding-bottom: 70px;
      min-height: 380px; } }

@media screen and (max-width: 47.99em) {
  .entity-banner.chapter-event-banner {
    margin-bottom: 60px; } }

@media screen and (max-width: 47.99em) {
  .event-banner.chapter-event-banner {
    background-color: transparent;
    border: 0; } }

.entity-banner a {
  position: relative;
  display: block;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  text-decoration: none; }
  @media screen and (max-width: 47.99em) {
    .entity-banner a {
      font-size: 14px;
      font-size: 0.875rem; } }

.entity-banner .back-icon {
  color: #ffffff;
  position: relative;
  width: 24px;
  height: 24px;
  top: 5px;
  fill: #ffffff; }
  @media screen and (max-width: 47.99em) {
    .entity-banner .back-icon {
      top: 6px; } }

.chapter-banner--title {
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: auto 150px;
  margin-top: 18px; }
  @media screen and (max-width: 47.99em) {
    .chapter-banner--title {
      grid-template-columns: auto;
      margin-top: 8px; } }
  .chapter-banner--title button {
    align-self: center; }
    @media screen and (max-width: 47.99em) {
      .chapter-banner--title button {
        position: relative;
        top: 32px; } }

.entity-banner__content-title {
  top: 94px; }
  @media screen and (min-width: 48em) {
    .entity-banner__content-title {
      top: 124px; } }

.entity-banner__title {
  color: #ffffff;
  position: relative;
  text-align: left;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  top: 3px;
  margin-top: 8px;
  padding-bottom: 30px; }
  @media screen and (max-width: 47.99em) {
    .entity-banner__title {
      padding-bottom: 60px; } }
  @media screen and (min-width: 48em) {
    .entity-banner__title {
      font-size: 48px;
      font-size: 3rem;
      font-weight: 600;
      line-height: 1.25;
      margin-top: 18px; } }

.entity-banner__cta {
  margin-top: 20px; }
  @media screen and (min-width: 48em) {
    .entity-banner__cta {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      text-align: right;
      margin-top: 0; } }
  @media screen and (max-width: 57.49em) {
    .entity-banner__cta .btn {
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 10px 20px; } }

@media screen and (min-width: 48em) {
  .entity-banner__cta--tooltip {
    margin-top: 10px; } }

.event-banner {
  background-color: #ffffff;
  border-bottom: 1px solid #cdcdcd; }

.event-banner__top {
  padding: 30px 0;
  background-color: #c5677b; }

.event-banner__type {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #e8c3cb; }

.event-banner__title {
  color: #ffffff; }

.event-banner__bottom {
  padding: 24px 0;
  text-align: center; }
  @media screen and (min-width: 37.5em) {
    .event-banner__bottom .btn {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); } }
  @media screen and (max-width: 57.49em) {
    .event-banner__bottom .btn {
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 10px 20px; } }

.event-banner__left + a {
  margin-top: 20px; }
  @media screen and (min-width: 48em) {
    .event-banner__left + a {
      margin-top: 0; } }

.event-banner__left {
  text-align: left; }

.event-banner__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .event-banner__flex > div {
    width: 50%; }
  .event-banner__flex .event-banner__right {
    text-align: right; }
    .event-banner__flex .event-banner__right .btn {
      height: 48px;
      border-width: 2px;
      line-height: 0;
      position: relative;
      transform: initial; }
      .event-banner__flex .event-banner__right .btn--white {
        border-color: #2167b0;
        line-height: 0;
        margin-right: 25px;
        color: #2167b0; }
        .event-banner__flex .event-banner__right .btn--white svg {
          fill: #2167b0; }
    @media screen and (max-width: 47.99em) {
      .event-banner__flex .event-banner__right .btn {
        margin: 0;
        margin-top: 15px;
        width: 100%; }
        .event-banner__flex .event-banner__right .btn--white {
          margin-right: 0; } }
  @media screen and (max-width: 47.99em) {
    .event-banner__flex > div {
      width: 100%; } }

.event-banner__control {
  height: 70px; }
  .event-banner__control .utility__loggedin-menu {
    position: relative;
    display: inline;
    z-index: 1001; }
    .event-banner__control .utility__loggedin-menu .loggedin-menu__menu {
      top: 29px;
      width: 280px;
      box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
      border-radius: 2px;
      border: 0; }
      .event-banner__control .utility__loggedin-menu .loggedin-menu__menu .loggedin-menu__menu-items {
        font-weight: normal;
        font-size: 16px;
        font-size: 1rem;
        text-transform: none; }
        .event-banner__control .utility__loggedin-menu .loggedin-menu__menu .loggedin-menu__menu-items > a {
          padding: 14px 24px; }
      .event-banner__control .utility__loggedin-menu .loggedin-menu__menu .loggedin-menu__menu-items:first-child {
        border-radius: 2px 2px 0 0; }
      .event-banner__control .utility__loggedin-menu .loggedin-menu__menu .loggedin-menu__menu-items:last-child {
        border-radius: 0 0 2px 2px; }
  .event-banner__control .btn {
    width: 222px;
    position: unset !important;
    margin-top: 5px !important;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: normal; }
    .event-banner__control .btn svg {
      vertical-align: middle;
      width: 12px;
      height: 12px;
      margin: -3px 0 0 6px; }
  .event-banner__control .btn:focus {
    outline: none; }

.event-banner__attendance {
  display: inline-grid;
  text-align: center;
  margin-right: 20px; }
  .event-banner__attendance h1 {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 0; }
  .event-banner__attendance a {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #2a65af; }

.event-banner--bar .event-banner__top {
  background-image: url(https://global.su.org/static/7cce9da611da1c0d8f5fad93afdf7b63.png);
  background-size: 120px; }

.event-banner--meetup .event-banner__top {
  background-image: url(https://global.su.org/static/4ba20ff9bf921b95314b5e416cb5e5df.png);
  background-size: 160px; }

.event-banner--youth .event-banner__top {
  background-image: url(https://global.su.org/static/47fbc32a9c129b8bbe1aaf057d55af0e.png);
  background-size: 136px; }

.event-banner--dinner .event-banner__top {
  background-image: url(https://global.su.org/static/259005484f4baca57e028c61194af39e.png);
  background-size: 126px; }

.event-banner--planning .event-banner__top {
  background-image: url(https://global.su.org/static/57b473c70b897dcea76c71f3272fe839.png);
  background-size: 176px; }

.event-bar {
  padding: 32px 0; }
  .event-bar::after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (min-width: 48em) {
    .event-bar {
      padding: 22px 0; } }
  .event-bar .page-title {
    margin: 22px 0 16px 0; }
  .event-bar .back-icon {
    fill: #000;
    width: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px; }

.event-topbar {
  border-bottom: 0 !important; }

.event-table {
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 2px;
  border-collapse: collapse;
  width: 100%; }
  .event-table__date .map-pin__description, .event-table__location .map-pin__description {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
    text-transform: none; }
    @media screen and (max-width: 47.99em) {
      .event-table__date .map-pin__description, .event-table__location .map-pin__description {
        margin-top: 4px; } }
  .event-table__date {
    min-width: 110px; }
  .event-table__location {
    min-width: 130px; }
  .event-table__organized {
    min-width: 210px;
    text-align: right; }
  @media screen and (min-width: 48em) {
    .event-table {
      display: table; } }
  @media screen and (max-width: 47.99em) {
    .event-table h4 {
      margin-bottom: 5px; }
    .event-table .spaced-label {
      margin-top: 10px; } }

.event-table__organized {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
  line-height: 1.43; }
  @media screen and (max-width: 47.99em) {
    .event-table__organized {
      margin-top: 12px; } }

.event-type__organized-name {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-family: "proxima-nova", sans-serif; }

@media screen and (min-width: 48em) {
  .event-table__row-group {
    display: table-row-group; } }

.event-table__row {
  display: block;
  padding: 16px;
  transition: background-color 0.3s; }
  .event-table__row:not(:last-child) {
    border-bottom: 8px solid #f1f4f6; }
  .event-table__row:hover {
    background-color: #f1f4f6; }
  @media screen and (min-width: 48em) {
    .event-table__row {
      display: table-row;
      height: 58px;
      padding: 0; } }

.event-table__cell > h4 > .map-pin__title {
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (max-width: 47.99em) {
    .event-table__cell > h4 > .map-pin__title {
      font-size: 14px;
      font-size: 0.875rem; } }

@media screen and (min-width: 48em) {
  .event-table__cell {
    padding: 24px 16px 24px 0;
    display: table-cell;
    vertical-align: middle; }
    .event-table__cell:first-child {
      padding-left: 16px; } }

.event-table__row--summit {
  border-left-color: #fbbc35; }

.event-table__row--webinar {
  border-left-color: #e4168d; }

.event-table__row--hq-program {
  border-left-color: #2a65af; }

@media screen and (max-width: 47.99em) {
  .filter-container {
    padding: 0; } }

.filter-group {
  margin-bottom: 40px; }

.filter-group__header {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: transparent;
  color: #626262;
  margin: 14px 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #a0a0a0;
  text-transform: uppercase;
  font-weight: 600; }
  @media screen and (min-width: 48em) {
    .filter-group__header {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; } }

.filter-group__body {
  margin: 10px; }
  @media screen and (min-width: 48em) {
    .filter-group__body {
      margin: 0; } }

.filter-group__table {
  margin-top: 10px;
  margin-bottom: 10px;
  table-layout: fixed; }
  .filter-group__table th {
    font-size: 10px;
    font-size: 0.625rem;
    color: #a0a0a0;
    text-transform: uppercase; }
  .filter-group__table td {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.25;
    padding: 10px;
    color: #626262; }

.filter-group__table-checkbox {
  text-align: center;
  width: 70px; }

.glossary-banner {
  background-size: cover;
  background-color: #cdcdcd;
  background-image: url("/images/welcome-bg.jpg");
  background-position: center center;
  height: 160px;
  margin: 20px 0;
  position: relative;
  text-align: center; }
  .glossary-banner h1 {
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 20px 0;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75); }
  @media screen and (min-width: 48em) {
    .glossary-banner {
      height: 280px;
      text-align: left;
      margin: 32px 0; }
      .glossary-banner h1 {
        font-size: 36px;
        font-size: 2.25rem;
        top: auto;
        padding: 0;
        transform: translateY(0);
        width: auto;
        left: 40px;
        bottom: 30px; } }

@media screen and (min-width: 48em) {
  .glossary-banner__title--centered {
    right: 40px;
    text-align: center; } }

.glossary-sidebar {
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 3px; }
  @media screen and (max-width: 57.49em) {
    .glossary-sidebar {
      margin-bottom: 20px; } }
  .glossary-sidebar .btn {
    padding-left: 20px;
    padding-right: 20px; }

.glossary-sidebar__block {
  padding: 16px;
  border-bottom: 1px solid #cdcdcd; }
  .glossary-sidebar__block:last-of-type {
    border-bottom: none; }

.glossary-sidebar__title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b9b9b9; }

.glossary-sidebar__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .glossary-sidebar__list li.is-selected {
    font-weight: 700; }
  .glossary-sidebar__list li:not(:last-child) {
    padding-bottom: 8px; }

.glossary-body p,
.glossary-body ul,
.glossary-body ol {
  margin-bottom: 20px; }

.glossary-body li {
  margin-bottom: 8px; }

.glossary-body blockquote {
  padding-left: 15px; }

.glossary-body .section-block__header {
  padding-bottom: 3px; }

.glossary-body .section-block__subtitle {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 24px 0 12px; }
  @media screen and (min-width: 57.5em) {
    .glossary-body .section-block__subtitle {
      font-size: 16px;
      font-size: 1rem; } }

.glossary-body .section-block__title {
  font-size: 16px;
  font-size: 1rem; }
  @media screen and (min-width: 57.5em) {
    .glossary-body .section-block__title {
      font-size: 18px;
      font-size: 1.125rem; } }

@media screen and (max-width: 57.49em) {
  .glossary-body--small p,
  .glossary-body--small ul,
  .glossary-body--small ol {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.25em;
    margin-bottom: 14px; }
  .glossary-body--small .section-block {
    margin-bottom: 20px; }
  .glossary-body--small li {
    margin-bottom: 8px; } }

.happening-list-container {
  position: relative;
  padding-bottom: 20px; }
  @media screen and (min-width: 57.5em) {
    .happening-list-container {
      height: calc(100vh - (95px + 67px));
      padding-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .happening-list-container .map {
      width: calc(100% - 400px); } }
  @media screen and (min-width: 80em) {
    .happening-list-container .map {
      width: calc(100% - 430px); } }

.happening-list-container--box {
  height: 500px; }
  .happening-list-container--box .map {
    width: calc(100% - 360px); }
  .happening-list-container--box .happening-list {
    max-width: none; }
    @media screen and (min-width: 57.5em) {
      .happening-list-container--box .happening-list {
        width: 360px;
        height: auto;
        border-right: 0; } }
  @media screen and (min-width: 57.5em) {
    .happening-list-container--box {
      border: 1px solid #b9b9b9;
      border-radius: 2px; } }

.happening-list {
  overflow: auto;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  max-width: 94%;
  list-style: none;
  margin: 0 auto;
  padding: 0; }
  .happening-list::-webkit-scrollbar {
    -webkit-appearance: none; }
  .happening-list::-webkit-scrollbar:vertical {
    width: 10px; }
  .happening-list::-webkit-scrollbar:horizontal {
    height: 10px; }
  .happening-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #ffffff;
    background-color: #a0a0a0; }
  .happening-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px; }
  @media screen and (min-width: 57.5em) {
    .happening-list {
      position: absolute;
      top: -1px;
      right: 0;
      bottom: 0;
      height: auto;
      width: 360px;
      border-bottom: 0;
      border-radius: 0; } }
  @media screen and (min-width: 64em) {
    .happening-list {
      width: 400px; } }
  @media screen and (min-width: 80em) {
    .happening-list {
      width: 430px; } }

.happening-list__separator {
  padding: 8px 16px;
  position: relative; }
  .happening-list__separator::after {
    content: "";
    height: 1px;
    background-color: #efefef;
    position: absolute;
    top: 50%;
    left: 8px;
    right: 0; }
  @media screen and (min-width: 57.5em) {
    .happening-list__separator {
      padding: 4px 12px; }
      .happening-list__separator::after {
        left: 0; } }

.happening-list__label {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #cdcdcd;
  background-color: #ffffff;
  padding: 0 4px;
  position: relative;
  z-index: 1; }

.happening-list__item {
  border-top: 1px solid #efefef;
  border-left: 4px solid #c5677b; }
  .happening-list__separator + .happening-list__item,
  .no-results + .happening-list__item {
    border-top: 0; }
  .happening-list__item:last-child {
    border-bottom: 1px solid #efefef; }
  .happening-list__item svg {
    height: 22px;
    width: 16px; }
  .happening-list__item a {
    transition: background-color .3s;
    display: block;
    padding: 16px; }
    .happening-list__item a:hover {
      background-color: #f1f4f6; }
  @media screen and (min-width: 57.5em) {
    .happening-list__item {
      border-left: none; } }
  @media screen and (max-width: 57.49em) {
    .happening-list__item .media__image {
      display: none; } }

.happening-list__results {
  display: none;
  width: 100%;
  padding: 6px 16px;
  height: 54px;
  background-color: #ffffff; }
  .happening-list__results p {
    display: table-cell;
    vertical-align: middle; }
  @media screen and (min-width: 57.5em) {
    .happening-list__results {
      display: table; } }

.happening-list__item--summit {
  border-left-color: #fbbc35; }

.happening-list__item--chapter {
  border-left-color: #2a65af; }

.happening-list__item--country-partner {
  border-left-color: #fd9439; }

.highlight-block {
  display: block;
  margin: 0 auto 40px;
  position: relative; }
  a.highlight-block:hover .highlight-block__image::after,
  a.highlight-block:hover .highlight-block__label {
    opacity: 1; }
  .grid__item:last-of-type .highlight-block {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .m--one-half:nth-last-child(1) .highlight-block, .m--two-quarters:nth-last-child(1) .highlight-block, .m--three-sixths:nth-last-child(1) .highlight-block, .m--four-eighths:nth-last-child(1) .highlight-block, .m--five-tenths:nth-last-child(1) .highlight-block, .m--six-twelfths:nth-last-child(1) .highlight-block,
    .m--one-half:nth-last-child(2) .highlight-block, .m--two-quarters:nth-last-child(2) .highlight-block, .m--three-sixths:nth-last-child(2) .highlight-block, .m--four-eighths:nth-last-child(2) .highlight-block, .m--five-tenths:nth-last-child(2) .highlight-block, .m--six-twelfths:nth-last-child(2) .highlight-block {
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .l--one-third .highlight-block, .l--two-sixths .highlight-block, .l--four-twelfths .highlight-block {
      margin-bottom: 0; } }

.highlight-block__image {
  overflow: hidden;
  display: block;
  height: 180px;
  margin-bottom: 6px;
  background-color: #cdcdcd;
  position: relative; }
  .highlight-block__image img {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover; }
  .highlight-block__image img {
    transition: opacity .3s, transform .3s;
    backface-visibility: hidden; }
  .highlight-block__image::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity .3s; }
  @media screen and (min-width: 48em) {
    .highlight-block__image {
      height: 230px; } }

.highlight-block__label {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  opacity: 0;
  padding: 10px 14px;
  transition: opacity .3s, background-color .3s; }
  .highlight-block__label:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  @media screen and (max-width: 47.99em) {
    .highlight-block__label {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 8px 10px; } }

.highlight-block__tag {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 2px 12px;
  position: absolute;
  top: 10px;
  left: -4px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
  background-color: #c5677b; }

.highlight-block__tag--summit {
  background-color: #fbbc35; }

.highlight-block__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #2a65af;
  margin-bottom: 8px; }

.highlight-block__subtitle {
  font-weight: 600;
  color: #626262; }

.highlight-block__description {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25em; }

.highlight-block__info {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 6px;
  color: #a0a0a0; }
  .highlight-block__info li {
    display: inline-block;
    letter-spacing: .1em;
    text-transform: uppercase; }
    .highlight-block__info li:not(:last-child) {
      padding-right: 14px;
      margin-right: 10px;
      border-right: 1px solid #a0a0a0; }

.home-banner {
  height: 100%;
  background-image: url("/images/home-bg.jpg"); }

.home-banner__content-box {
  padding: 20px 14px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%); }
  .home-banner__content-box .link {
    display: block;
    margin: 0 auto; }
  .home-banner__content-box .link,
  .home-banner__content-box .btn,
  .home-banner__content-box .entity-logo {
    margin-top: 16px; }
  @media screen and (min-width: 48em) {
    .home-banner__content-box {
      padding: 40px; }
      .home-banner__content-box .link,
      .home-banner__content-box .btn,
      .home-banner__content-box .entity-logo {
        margin-top: 24px; } }
  @media screen and (min-width: 80em) {
    .home-banner__content-box {
      width: 94%;
      left: 3%; } }
  @media screen and (max-width: 47.99em) {
    .home-banner__content-box .btn {
      font-size: 16px;
      font-size: 1rem;
      padding: 10px 20px;
      line-height: 1.125em; }
    .home-banner__content-box .link {
      font-size: 15px;
      font-size: 0.9375rem; } }

.home-banner__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "CooperHewitt", "proxima-nova", "Helvetica", Arial, sans-serif;
  color: #ffffff; }
  @media screen and (min-width: 48em) {
    .home-banner__title {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 48em) {
    .home-banner:not(.home-banner--announcement) .home-banner__title {
      font-size: 40px;
      font-size: 2.5rem; } }

@media screen and (min-width: 80em) {
  .home-banner--announcement {
    text-align: left; }
    .home-banner--announcement .btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 40px;
      margin-top: 0; } }

@media screen and (min-width: 48em) {
  .home-banner--announcement .home-banner__title {
    max-width: 60%;
    margin: 0; } }

@media screen and (max-width: 79.99em) {
  .home-banner__main-info .chapter-logo {
    margin: 0 auto 20px; } }

.home-banner__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: "CooperHewitt", "proxima-nova", "Helvetica", Arial, sans-serif;
  margin-bottom: 36px; }
  @media screen and (min-width: 48em) {
    .home-banner__subtitle {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 52px; } }

.input-block {
  position: relative;
  background-color: rgba(237, 237, 237, 0.5);
  padding: 24px;
  margin-bottom: 15px; }

.input-block--padded {
  padding-right: 28px;
  padding-top: 14px;
  padding-bottom: 14px; }

.input-block--topmargin {
  margin-top: 15px; }

.map {
  vertical-align: top;
  height: 100%;
  width: 100%;
  position: relative; }

.map__inner {
  height: 100%;
  width: 100%; }

.map-pin__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "proxima-nova", sans-serif; }

.map-pin__description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-transform: uppercase;
  margin: 0; }

.map--banner {
  height: 360px;
  border: 0; }

.member-card {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #efefef;
  border-radius: 2px;
  background-color: #ffffff;
  transition: box-shadow .2s, transform .2s; }
  @media screen and (min-width: 64em) {
    .member-card {
      margin-bottom: 30px; } }
  .member-card:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }

.member-card--preview {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }
  .member-card--preview:hover {
    transform: none;
    box-shadow: none; }

.member-card__wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px; }
  @media screen and (min-width: 64em) {
    .member-card__wrapper {
      padding: 14px; } }

.member-card__avatar {
  width: 62px;
  height: 62px; }
  .member-card__avatar::after {
    height: 4px; }
  .member-card__avatar img {
    min-width: 100%; }
  @media screen and (min-width: 64em) {
    .member-card__avatar {
      width: 150px;
      height: 150px; } }
  @media screen and (max-width: 63.99em) {
    .member-card__avatar .avatar__label {
      font-size: 8px;
      font-size: 0.5rem; } }

.member-card__content {
  vertical-align: top;
  display: table-cell;
  width: 100%;
  padding-left: 80px; }
  @media screen and (min-width: 64em) {
    .member-card__content {
      padding-left: 170px; } }

@media screen and (min-width: 64em) {
  .member-card__content-top {
    height: 115px; } }

@media screen and (min-width: 64em) {
  .member-card__content-bottom {
    display: table-cell;
    vertical-align: bottom;
    height: 35px; } }

.member-card__name {
  font-size: 16px;
  font-size: 1rem;
  backface-visibility: hidden;
  color: #2a65af; }
  @media screen and (min-width: 64em) {
    .member-card__name {
      font-size: 20px;
      font-size: 1.25rem; } }

.member-card__job {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 10px;
  line-height: 1.25em; }
  @media screen and (min-width: 64em) {
    .member-card__job {
      margin-top: 16px;
      font-size: 14px;
      font-size: 0.875rem; } }

.member-card__position {
  backface-visibility: hidden; }
  @media screen and (max-width: 63.99em) {
    .member-card__position {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

.member-card__company {
  font-weight: 600;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  backface-visibility: hidden; }

.member-card__location {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25em;
  display: none;
  backface-visibility: hidden; }
  @media screen and (min-width: 64em) {
    .member-card__location {
      display: block; } }

.member-card__separator {
  color: #a0a0a0;
  padding: 0 8px;
  position: relative;
  top: -1px; }

.member-card__city {
  font-weight: 600;
  color: #626262; }

.member-card__country {
  color: #a0a0a0; }

.member-table {
  table-layout: fixed; }
  .member-table tr:first-child {
    border-top: 1px solid #cdcdcd; }
  .member-table tr.is-admin {
    background-color: #f1f4f6; }
  .member-table td {
    padding-left: 6px;
    padding-right: 6px; }

.member-table__first-column .media__title {
  font-size: 16px;
  font-size: 1rem; }

@media screen and (max-width: 37.49em) {
  .member-table__first-column .media__image {
    display: none; }
  .member-table__first-column .media__title {
    font-size: 14px;
    font-size: 0.875rem; } }

@media screen and (min-width: 37.5em) {
  .member-table__second-column .label {
    margin-left: 4px; } }

@media screen and (max-width: 37.49em) {
  .member-table__second-column .media__subtitle {
    font-size: 12px;
    font-size: 0.75rem; }
  .member-table__second-column .label {
    font-size: 10px;
    font-size: 0.625rem; } }

.member-table__third-column {
  width: 100px;
  text-align: center; }
  @media screen and (min-width: 37.5em) {
    .member-table__third-column {
      width: 150px; } }
  @media screen and (max-width: 37.49em) {
    .member-table__third-column .btn {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px 20px; }
    .member-table__third-column .link-btn {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 6px 20px; } }

.no-results {
  text-align: center;
  padding: 70px 20px; }
  @media screen and (min-width: 48em) {
    .no-results {
      padding-top: 100px;
      padding-bottom: 100px; } }

.no-results__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #626262;
  margin-bottom: 16px; }
  @media screen and (min-width: 48em) {
    .no-results__title {
      font-size: 28px;
      font-size: 1.75rem; } }

.no-results__message {
  font-size: 16px;
  font-size: 1rem;
  color: #626262; }

.people-results {
  padding-top: 16px;
  padding-bottom: 18px; }
  @media screen and (min-width: 48em) {
    .people-results {
      padding-top: 22px;
      padding-bottom: 24px; } }

.people-results__filter {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 6px; }
  @media screen and (min-width: 48em) {
    .people-results__filter {
      margin-top: 16px; }
      .people-results__filter::after {
        content: '';
        display: table;
        clear: both; } }

.people-results__filter-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  color: #a0a0a0; }
  @media screen and (min-width: 48em) {
    .people-results__filter-label {
      padding-top: 6px;
      float: left; } }

.people-results__filter-list {
  font-size: 0px;
  font-size: 0rem;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .people-results__filter-list li {
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 6px; }
    .people-results__filter-list li:not(:last-child) {
      position: relative;
      padding: 4px 30px 4px 10px;
      border-radius: 2px;
      color: #626262;
      background-color: #efefef;
      border: 1px solid #cdcdcd;
      margin-right: 4px; }
      @media screen and (max-width: 47.99em) {
        .people-results__filter-list li:not(:last-child) {
          display: none; } }
    .people-results__filter-list li:last-child {
      font-weight: 600;
      margin-left: 6px; }
  @media screen and (min-width: 48em) {
    .people-results__filter-list {
      display: block;
      margin-left: 130px; } }

.people-results__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #626262; }
  @media screen and (min-width: 48em) {
    .people-results__text {
      font-size: 16px;
      font-size: 1rem; } }

.pre-header {
  background-color: #081b30;
  position: relative;
  display: none; }
  @media screen and (min-width: 64em) {
    .pre-header {
      display: block; } }

.pre-header__menu {
  margin: 0;
  padding: 0;
  text-align: right; }

.pre-header__item {
  display: inline-block;
  vertical-align: top; }
  .pre-header__item a {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    padding: 5px 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color .3s ease; }
    .pre-header__item a:hover {
      background-color: #323232; }

.profile-banner.my-profile-banner {
  top: 80px; }
  @media screen and (min-width: 48em) {
    .profile-banner.my-profile-banner {
      top: 67px; } }

.profile-banner {
  min-height: 180px;
  position: absolute;
  top: 0;
  z-index: 2; }
  .profile-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: linear-gradient(to top, rgba(0, 0, 0, 0.5) 30%, transparent); }
  @media screen and (min-width: 48em) {
    .profile-banner {
      height: 316px; } }
  .profile-banner a {
    position: relative;
    display: block;
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    color: #ffffff;
    text-decoration: none; }
    @media screen and (max-width: 57.49em) {
      .profile-banner a {
        font-size: 14px;
        font-size: 0.875rem; } }
  .profile-banner .back-icon {
    color: #ffffff;
    position: relative;
    width: 24px;
    height: 24px;
    top: 5px;
    fill: #ffffff; }
    @media screen and (max-width: 57.49em) {
      .profile-banner .back-icon {
        top: 6px; } }

.profile-block {
  position: relative;
  padding: 0 3% 26px;
  background-color: #ffffff; }
  @media screen and (min-width: 48em) {
    .profile-block {
      margin: 0 10% 0;
      padding: 26px 24px;
      z-index: 3; } }
  @media screen and (min-width: 64em) {
    .profile-block {
      max-width: 790px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 80em) {
    .profile-block {
      max-width: 870px; } }

@media screen and (min-width: 48em) {
  .profile-block--empty {
    padding: 36px; } }

.profile-block--matrix {
  max-width: none;
  margin: 0; }

.profile-block__header {
  position: relative;
  z-index: 3; }
  .profile-block__header + .profile-block__body {
    margin-top: 24px; }
  @media screen and (min-width: 48em) {
    .profile-block__header {
      display: flex; }
      .profile-block__header + .profile-block__body {
        margin-top: 36px; } }

.profile-block__avatar-btn {
  display: block;
  margin: 0 auto; }

.profile-block__avatar {
  position: relative;
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  border: 0; }
  .profile-block__avatar svg {
    margin-right: 4px; }
  @media screen and (min-width: 48em) {
    .profile-block__avatar {
      display: inline-block;
      width: 240px;
      height: 240px;
      margin: 0; }
      .profile-block__avatar .avatar__label {
        font-size: 14px;
        font-size: 0.875rem;
        padding-top: 6px;
        padding-bottom: 6px; }
        .profile-block__avatar .avatar__label svg {
          height: 18px;
          width: 18px; } }
  .profile-block__avatar::after {
    height: 4px; }
  .profile-block__avatar img {
    min-width: 100%;
    transition: opacity 0.3s; }

.profile-block__basic-info {
  margin-top: 20px; }
  @media screen and (min-width: 48em) {
    .profile-block__basic-info {
      position: relative;
      display: table-cell;
      vertical-align: bottom;
      width: 100%;
      padding-left: 30px;
      margin: 0; } }

.profile-block__linkedin {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative; }
  .profile-block__linkedin i {
    margin-left: 7px;
    display: inline-block;
    width: 73px;
    height: 20px;
    background-image: url(https://global.su.org/static/6d9a0b6602fc77fe4eea595213ef7f5b.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; }
    @media screen and (max-width: 57.49em) {
      .profile-block__linkedin i {
        width: 51px;
        height: 14px; } }

.profile-block__resume {
  text-align: center;
  margin-top: 15px; }
  @media screen and (min-width: 48em) {
    .profile-block__resume {
      position: relative;
      margin-top: 0;
      text-align: left;
      padding-left: 30px;
      width: 100%;
      display: flex;
      flex-flow: column; } }

.profile-block__name {
  font-size: 24px;
  font-size: 1.5rem;
  color: #323232;
  margin-bottom: 12px;
  font-weight: bold; }
  @media screen and (min-width: 48em) {
    .profile-block__name {
      font-size: 48px;
      font-size: 3rem;
      line-height: 1.125em;
      margin-bottom: 20px; } }
  @media screen and (min-width: 57.5em) {
    .profile-block__name {
      font-size: 48px;
      font-size: 3rem; } }

.profile-block__empty-profile {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 30px 0;
  color: #323232; }
  @media screen and (min-width: 48em) {
    .profile-block__empty-profile {
      font-size: 24px;
      font-size: 1.5rem;
      margin-top: 0; } }

.profile-block__job,
.profile-block__location {
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #323232;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 48em) {
    .profile-block__job,
    .profile-block__location {
      font-size: 18px;
      font-size: 1.125rem; } }

.profile-block__location > span {
  display: inline; }

.profile-block__connect {
  margin-top: auto; }
  @media screen and (max-width: 57.49em) {
    .profile-block__connect {
      position: relative;
      left: 0;
      margin-top: 16px; } }
  .profile-block__connect h3 {
    color: #323232;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: normal; }
    @media screen and (max-width: 57.49em) {
      .profile-block__connect h3 {
        margin-top: 0;
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 8px; } }
  .profile-block__connect img {
    width: 24px;
    height: 24px;
    margin-right: 8px; }
  .profile-block__connect img:last-child {
    margin-right: 0; }

.profile-block__cover-btn {
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 1;
  position: absolute;
  white-space: nowrap;
  padding: 0.5rem 0.625rem 0.375rem 0.625rem;
  border: none;
  right: 3%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  transition: background-color 0.3s; }
  .profile-block__cover-btn:hover {
    background-color: white; }
  .profile-block__cover-btn .btnText {
    display: none; }
    @media screen and (min-width: 80em) {
      .profile-block__cover-btn .btnText {
        display: inline;
        margin-left: 10px; } }
  .profile-block__cover-btn svg {
    fill: #323232;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px; }
  @media screen and (min-width: 48em) {
    .profile-block__cover-btn {
      margin-left: 16px;
      right: auto;
      left: 100%;
      top: 216px; } }
  @media screen and (min-width: 64em) {
    .profile-block__cover-btn {
      margin-left: 22px;
      top: 210px; } }

.profile-block__body > .section-block:last-of-type {
  margin-bottom: 0; }

.profile-block__bio {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
  color: #323232;
  white-space: pre-wrap;
  line-height: 1.43; }
  @media screen and (min-width: 57.5em) {
    .profile-block__bio {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.53; } }

.schedule-card {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  padding: 10px 16px;
  position: relative;
  margin-bottom: 12px; }
  .schedule-card::before {
    content: "";
    width: 4px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    background-color: #c5677b; }
  .grid__item:last-of-type .schedule-card {
    margin-bottom: 0; }
  @media screen and (min-width: 57.5em) {
    .m2--one-half:nth-last-child(1) .schedule-card, .m2--two-quarters:nth-last-child(1) .schedule-card, .m2--three-sixths:nth-last-child(1) .schedule-card, .m2--four-eighths:nth-last-child(1) .schedule-card, .m2--five-tenths:nth-last-child(1) .schedule-card, .m2--six-twelfths:nth-last-child(1) .schedule-card,
    .m2--one-half:nth-last-child(2) .schedule-card, .m2--two-quarters:nth-last-child(2) .schedule-card, .m2--three-sixths:nth-last-child(2) .schedule-card, .m2--four-eighths:nth-last-child(2) .schedule-card, .m2--five-tenths:nth-last-child(2) .schedule-card, .m2--six-twelfths:nth-last-child(2) .schedule-card {
      margin-bottom: 0; } }

.schedule-card__date {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding-right: 20px; }
  .schedule-card__date li {
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    margin-bottom: 4px;
    color: #a0a0a0;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .schedule-card__date li:not(:last-child) {
      margin-right: 16px; }
  .schedule-card__date svg {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: 1px;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    fill: #c5677b; }

.schedule-card__url {
  position: absolute;
  top: 12px;
  right: 10px; }
  .schedule-card__url svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #2a65af; }

.schedule-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600; }

.section-block {
  margin-bottom: 30px; }
  @media screen and (min-width: 57.5em) {
    .section-block {
      margin-bottom: 36px; } }

.section-block__header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8; }
  .section-block__header::after {
    content: '';
    display: table;
    clear: both; }

.section-block__icon-add {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 9px;
  padding-bottom: 1px; }

.section-block__add {
  display: flex;
  align-items: center;
  text-decoration: none; }
  .section-block__add:hover {
    text-decoration: underline;
    cursor: pointer; }

.section-block__add,
.section-block__see-more {
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #2a65af; }
  @media screen and (max-width: 47.99em) {
    .section-block__add,
    .section-block__see-more {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }

.section-block__title {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  font-weight: bold;
  color: #323232; }
  @media screen and (min-width: 57.5em) {
    .section-block__title {
      font-size: 24px;
      font-size: 1.5rem; } }

.section-block__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  color: #323232; }
  @media screen and (min-width: 57.5em) {
    .section-block__subtitle {
      font-size: 18px;
      font-size: 1.125rem; } }

.section-block__description {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 15px;
  color: #a0a0a0; }

.section-block__header--small {
  border-bottom-color: #a0a0a0;
  padding-bottom: 3px;
  margin-bottom: 12px; }
  .section-block__header--small .section-block__title {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #a0a0a0; }
    .section-block__header--small .section-block__title strong {
      font-weight: 600; }

.sign-form {
  margin: 0 auto;
  max-width: 480px;
  padding: 36px; }
  @media screen and (min-width: 57.5em) {
    .sign-form {
      display: inline-block;
      vertical-align: top;
      width: 412px;
      background-color: #ffffff;
      border-radius: 4px; } }
  @media screen and (max-width: 57.49em) {
    .sign-form {
      background-color: transparent; }
      .sign-form input {
        border: none; } }

.sign-form__img {
  width: 202px;
  margin-bottom: 24px; }
  @media screen and (max-width: 57.49em) {
    .sign-form__img {
      display: none; } }

.sign-form__title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 24px;
  text-align: center;
  color: #323232; }
  @media screen and (max-width: 57.49em) {
    .sign-form__title {
      color: #ffffff; } }

.sign-form__link {
  text-align: center;
  margin-top: 24px;
  color: #2a65af;
  font-weight: 600;
  line-height: 1.43;
  font-size: 14px;
  font-size: 0.875rem;
  display: block; }
  .sign-form__link.sign-form__link--black {
    font-weight: normal;
    color: #323232; }
    @media screen and (max-width: 57.49em) {
      .sign-form__link.sign-form__link--black {
        color: #ffffff; } }
  @media screen and (max-width: 57.49em) {
    .sign-form__link .link {
      color: #ffffff; } }
  @media screen and (max-width: 57.49em) {
    .sign-form__link {
      color: #ffffff; } }

.sign-form__subtext {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 24px; }
  @media screen and (max-width: 57.49em) {
    .sign-form__subtext {
      color: #ffffff; }
      .sign-form__subtext .link {
        color: #ffffff; } }

.speaker-card {
  display: block;
  border: 1px solid #ededed;
  border-radius: 2px;
  background-color: #ffffff;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%; }

.speaker-card__ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden; }

.speaker-card__li {
  margin-bottom: 15px; }
  @media screen and (min-width: 64em) {
    .speaker-card__li {
      margin-bottom: 25px; } }

.speaker-card__li:nth-child(3n) {
  page-break-after: always;
  /* CSS 2.1 syntax */
  break-after: always;
  /* New syntax */ }

.speaker-card__wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 16px; }
  @media screen and (max-width: 63.99em) {
    .speaker-card__wrapper {
      padding: 8px; } }

.speaker-card__avatar {
  width: 56px;
  height: 56px; }
  .speaker-card__avatar::after {
    height: 4px; }
  .speaker-card__avatar img {
    min-width: 100%; }
  @media screen and (min-width: 64em) {
    .speaker-card__avatar {
      width: 88px;
      height: 88px; } }
  @media screen and (max-width: 63.99em) {
    .speaker-card__avatar .avatar__label {
      font-size: 8px;
      font-size: 0.5rem; } }

.speaker-card__content {
  vertical-align: top;
  display: table-cell;
  width: 100%;
  padding-left: 64px; }
  @media screen and (min-width: 64em) {
    .speaker-card__content {
      padding-left: 104px; } }

.speaker-card__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 600; }
  @media screen and (min-width: 64em) {
    .speaker-card__name {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.4; } }

.speaker-card__position {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
  line-height: 1.14; }
  @media screen and (min-width: 64em) {
    .speaker-card__position {
      line-height: 1.43; } }

@media screen and (max-width: 47.99em) {
  .su-card__events .su-card__image {
    display: none; } }

@media screen and (max-width: 47.99em) {
  .su-card__events .su-card__content {
    margin: 0;
    width: 100%;
    min-height: 0; } }

@media screen and (max-width: 47.99em) {
  .su-card__events .su-card__right {
    position: relative;
    top: 0;
    right: 0; } }

@media screen and (max-width: 47.99em) {
  .su-card__events .su-card__organized-by > .su-card__content {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.43;
    font-weight: normal; } }

.su-card {
  position: relative;
  /* HERE */
  display: flex;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed; }
  .su-card__title {
    font-weight: 600;
    width: 70%;
    display: block; }
  .su-card__image {
    display: block;
    float: left;
    height: 120px;
    width: 120px; }
    .su-card__image img,
    .su-card__image svg {
      height: 120px;
      width: 120px; }
  .su-card__organized-by {
    color: #323232; }
    .su-card__organized-by--title {
      font-size: 16px;
      font-size: 1rem;
      font-family: "minion-pro", Georgia, Times, "Times New Roman", serif; }
    .su-card__organized-by > .su-card__content {
      font-size: 18px;
      font-size: 1.125rem;
      text-align: right; }
  .su-card__content {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    min-height: 120px;
    position: relative;
    width: 100%;
    margin-left: 15px; }
    .su-card__content--no-image {
      margin: 0;
      padding: 0;
      width: 100%; }
  .su-card__locale {
    font-size: 16px;
    font-size: 1rem; }
  .su-card__text {
    display: flex;
    color: #323232;
    font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
    overflow: hidden;
    min-height: 40px; }
    .su-card__text > span:first-child:not(.su-card__multiple-lines) {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .su-card__text--header {
      font-size: 20px;
      font-size: 1.25rem;
      font-family: "proxima-nova", sans-serif;
      color: #323232;
      margin-bottom: 4px;
      font-weight: bold;
      overflow: hidden;
      width: 100%; }
      @media screen and (max-width: 57.49em) {
        .su-card__text--header {
          font-size: 14px;
          font-size: 0.875rem; } }
      .su-card__text--header > span:first-child:not(.su-card__multiple-lines) {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
        @media screen and (max-width: 57.49em) {
          .su-card__text--header > span:first-child:not(.su-card__multiple-lines) {
            max-width: 70%; } }
      .su-card__text--header svg {
        height: 28px;
        display: inline;
        vertical-align: middle; }
    .su-card__text--focus {
      margin: 10px 0; }
    .su-card__text--footer {
      bottom: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
    .su-card__text--bio {
      font-size: 12px;
      font-size: 0.75rem;
      color: #757575;
      font-weight: 100;
      margin-top: 16px;
      overflow: hidden;
      max-width: 100%; }
      .su-card__text--bio > span:first-child {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
  .su-card__tag {
    display: inline; }
  .su-card--featured {
    border: 0;
    border-top: solid 3px #e4168d;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    min-height: 153px;
    width: 100%; }
    @media screen and (min-width: 64em) {
      .su-card--featured .su-card__content {
        margin: 0 0 0 15px;
        min-height: 124px;
        padding-bottom: 0;
        width: calc(100% - 124px - 15px); } }
    .su-card--featured .su-card__image--featured {
      float: left; }
    .su-card--featured-wrapper {
      display: none; }
      .su-card--featured-wrapper:nth-child(-n + 3) {
        display: inline-block; }
      @media screen and (min-width: 64em) {
        .su-card--featured-wrapper {
          display: inline-block; } }
  .su-card__add {
    color: #2167b0;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    margin-top: 15px; }
    .su-card__add span {
      margin-right: 10px;
      width: 20px;
      height: 20px;
      text-indent: -9000px;
      /* background-image: url('../images/svg/icn-calendar-blue.svg'); */
      background-size: 20px;
      margin-top: -3px; }

.su-card--small .su-card__image {
  height: 80px;
  width: 80px; }
  .su-card--small .su-card__image img,
  .su-card--small .su-card__image svg {
    height: 80px;
    width: 80px; }

.su-card--small .su-card__content {
  min-height: 80px; }
  @media screen and (min-width: 64em) {
    .su-card--small .su-card__content {
      margin-left: 15px; } }

.su-card--small .su-card__text--header {
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
  margin-bottom: 3px; }
  @media screen and (min-width: 64em) {
    .su-card--small .su-card__text--header {
      font-size: 16px;
      font-size: 1rem; } }

.su-card--small .su-card__right {
  display: none; }
  @media screen and (min-width: 64em) {
    .su-card--small .su-card__right {
      display: block; } }
  .su-card--small .su-card__right .su-card__content {
    margin: 0 50px 0 0;
    padding-right: 15px;
    text-align: right;
    width: auto; }
    .su-card--small .su-card__right .su-card__content--no-image {
      margin: 0;
      padding: 0; }
  .su-card--small .su-card__right .su-card__image {
    float: right;
    height: 50px;
    margin: 0;
    width: 50px; }
    .su-card--small .su-card__right .su-card__image img,
    .su-card--small .su-card__right .su-card__image svg {
      height: 50px;
      width: 50px; }
  .su-card--small .su-card__right .su-card__text {
    display: flex; }
    .su-card--small .su-card__right .su-card__text--header {
      white-space: nowrap; }

.su-card--small--yellow {
  border-left: solid 4px #fbbc35; }
  @media screen and (min-width: 64em) {
    .su-card--small--yellow {
      border: 0; } }

.su-card--small--red {
  border-left: solid 4px #c5677b; }
  @media screen and (min-width: 64em) {
    .su-card--small--red {
      border: 0; } }

.su-card--small--pink {
  border-left: solid 4px #e4168d; }
  @media screen and (min-width: 64em) {
    .su-card--small--pink {
      border: 0; } }

.su-card--small__right {
  position: absolute;
  right: 15px;
  top: 15px; }

.su-card--small--blue {
  border-left: solid 4px #2a65af; }
  @media screen and (min-width: 64em) {
    .su-card--small--blue {
      border: 0; } }

.su-card--small .su-card__image {
  height: 80px;
  width: 80px; }
  .su-card--small .su-card__image img,
  .su-card--small .su-card__image svg {
    height: 80px;
    width: 80px; }

.su-card--small .su-card__content {
  min-height: 80px; }
  @media screen and (min-width: 64em) {
    .su-card--small .su-card__content {
      margin-left: 15px;
      width: calc(100% - 80px - 25px); } }

.su-card--small .su-card__text--header {
  font-size: 16px;
  font-size: 1rem;
  color: inherit;
  margin-bottom: 3px; }
  @media screen and (min-width: 64em) {
    .su-card--small .su-card__text--header {
      font-size: 16px;
      font-size: 1rem; } }

.su-card--small .su-card__right {
  display: none; }
  @media screen and (min-width: 64em) {
    .su-card--small .su-card__right {
      display: block; } }
  .su-card--small .su-card__right .su-card__content {
    margin: 0 50px 0 0;
    padding-right: 15px;
    text-align: right;
    width: auto; }
  .su-card--small .su-card__right .su-card__image {
    float: right;
    height: 50px;
    margin: 0;
    width: 50px; }
    .su-card--small .su-card__right .su-card__image img,
    .su-card--small .su-card__right .su-card__image svg {
      height: 50px;
      width: 50px; }
  .su-card--small .su-card__right .su-card__text--header {
    white-space: nowrap; }

.su-card--modal h3 {
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem; }

.su-card--modal p {
  text-align: center; }

.su-card--modal .top-complete {
  display: block;
  text-align: center;
  margin-bottom: 10px; }

.su-card--modal .su-card {
  margin: 30px 0; }
  .su-card--modal .su-card__image .su-calendar {
    padding-top: 15px; }

.su-card--modal--compact .su-card {
  margin: 20px 0 0 0; }

.su-card__attendees .su-card {
  align-items: center; }
  .su-card__attendees .su-card__content {
    min-height: 56px; }
  .su-card__attendees .su-card__image {
    width: 56px;
    height: 56px; }
    .su-card__attendees .su-card__image .member-picture--small {
      width: 56px;
      height: 56px;
      background-size: 28px 28px; }
  .su-card__attendees .su-card__check .btn {
    width: 130px;
    padding: 8px 16px;
    font-weight: 600; }
    .su-card__attendees .su-card__check .btn--white {
      border: 2px solid #2a65af;
      color: #2a65af; }
    .su-card__attendees .su-card__check .btn--gray {
      border: 2px solid #757575;
      color: #ffffff;
      background: #757575; }
      .su-card__attendees .su-card__check .btn--gray svg {
        fill: #ffffff;
        width: 12px;
        height: 18px;
        margin-right: 2px; }
  .su-card__attendees .su-card__check .is-loading {
    background: #2a65af; }
  .su-card__attendees .su-card__check .is-loading-gray {
    color: #757575;
    background: #757575; }
    .su-card__attendees .su-card__check .is-loading-gray svg {
      fill: #757575; }
  .su-card__attendees .su-card__text {
    min-height: 10px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #8a97a6; }
    .su-card__attendees .su-card__text a {
      color: #2a65af; }
    .su-card__attendees .su-card__text--header {
      font-family: "proxima-nova", sans-serif;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: normal;
      color: #323232;
      margin-bottom: 6px; }
      .su-card__attendees .su-card__text--header svg {
        height: 24px;
        margin-left: 5px;
        margin-right: -5px; }

.su-card-list--compact {
  background-color: #ffffff;
  border: solid 1px #efefef;
  max-height: 550px;
  min-height: 550px;
  overflow: scroll; }
  .su-card-list--compact::-webkit-scrollbar {
    -webkit-appearance: none; }
  .su-card-list--compact::-webkit-scrollbar:vertical {
    width: 10px; }
  .su-card-list--compact::-webkit-scrollbar:horizontal {
    height: 10px; }
  .su-card-list--compact::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #ffffff;
    background-color: #a0a0a0; }
  .su-card-list--compact::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px; }
  .su-card-list--compact su-event-card:last-child .su-card {
    border: 0; }
  .su-card-list--compact__header {
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #ffffff;
    border: solid 1px #efefef;
    border-bottom: 1px solid #BFBFBF;
    color: #2a65af;
    padding: 15px; }
    .su-card-list--compact__header__right {
      font-size: 14px;
      font-size: 0.875rem;
      float: right;
      line-height: 28px; }
  .su-card-list--compact .su-card {
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #efefef;
    margin: 0;
    padding: 15px; }
    .su-card-list--compact .su-card:hover {
      background-color: #f1f4f6 !important;
      box-shadow: 0 0 0 white; }
    .su-card-list--compact .su-card__content {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 0;
      min-height: auto;
      width: calc(100% - 125px);
      margin-left: 95px; }
    .su-card-list--compact .su-card__image {
      height: 80px;
      width: 80px; }
    .su-card-list--compact .su-card__text--header {
      font-size: 16px;
      font-size: 1rem;
      color: black;
      font-weight: 600;
      width: 100%; }
    .su-card-list--compact .su-card__text--focus {
      margin: 0; }
  .su-card-list--compact .su-calendar {
    height: 80px;
    padding-top: 18px;
    width: 80px; }
    .su-card-list--compact .su-calendar__day {
      font-size: 24px;
      font-size: 1.5rem; }
    .su-card-list--compact .su-calendar__month {
      margin-top: 8px; }
    .su-card-list--compact .su-calendar::after {
      height: 5px;
      top: 9px;
      width: 5px; }
    .su-card-list--compact .su-calendar::before {
      height: 18px; }

.su-checkbox {
  cursor: pointer; }
  .su-checkbox svg {
    opacity: 0;
    fill: #ffffff;
    width: 100%; }
  .su-checkbox__check {
    border: solid 2px #626262;
    border-radius: 3px;
    float: left;
    height: 20px;
    width: 20px; }
  .su-checkbox__label {
    color: #a0a0a0;
    margin-left: 35px; }
  .su-checkbox--checked .su-checkbox__check {
    background-color: #2a65af;
    border-color: #2a65af; }
  .su-checkbox--checked .su-checkbox__label {
    color: #000000; }
  .su-checkbox--checked svg {
    opacity: 1; }

.su-radio {
  cursor: pointer; }
  .su-radio__icon {
    border: solid 2px #626262;
    border-radius: 50%;
    float: left;
    height: 20px;
    position: relative;
    width: 20px; }
  .su-radio--checked .su-radio__icon:before {
    background-color: #2a65af;
    border-radius: 50%;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px; }
  .su-radio--checked .su-radio__label {
    color: #000000; }
  .su-radio__label {
    color: #a0a0a0;
    margin-left: 35px; }

.su-filter {
  font-size: 16px;
  font-size: 1rem;
  user-select: none; }
  @media screen and (max-width: 57.49em) {
    .su-filter {
      font-size: 14px;
      font-size: 0.875rem; } }
  .su-filter__upper {
    margin-bottom: 20px; }
    .su-filter__upper svg {
      height: 10px;
      display: inline;
      margin-left: -20px;
      pointer-events: none;
      vertical-align: middle; }
  .su-filter__title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #2a65af;
    font-weight: bold; }
    @media screen and (max-width: 57.49em) {
      .su-filter__title {
        font-size: 18px;
        font-size: 1.125rem; } }
  .su-filter__clear {
    font-size: 14px;
    font-size: 0.875rem;
    color: #2a65af;
    cursor: pointer;
    float: right; }
    .su-filter__clear:hover {
      text-decoration: underline; }
    @media screen and (max-width: 57.49em) {
      .su-filter__clear {
        font-size: 12px;
        font-size: 0.75rem; } }
  .su-filter__accordion {
    border-bottom: solid 1px #d7d7d7; }
    .su-filter__accordion--opened .su-filter__items {
      display: block;
      overflow: visible; }
    .su-filter__accordion--opened .su-filter__accordion__title__arrow {
      transform: rotate(180deg); }
    .su-filter__accordion__title {
      font-size: 20px;
      font-size: 1.25rem;
      color: #000000;
      cursor: pointer;
      padding: 20px 0; }
      @media screen and (max-width: 57.49em) {
        .su-filter__accordion__title {
          font-size: 16px;
          font-size: 1rem; } }
      .su-filter__accordion__title__arrow {
        float: right;
        transition: transform 0.2s; }
        .su-filter__accordion__title__arrow svg {
          height: 10px;
          display: inline;
          vertical-align: middle; }
  .su-filter__items {
    display: none;
    overflow: hidden; }
  .su-filter__item {
    margin-bottom: 20px; }
  .su-filter__dropdown {
    position: relative; }
    .su-filter__dropdown select, .su-filter__dropdown .select {
      background: transparent;
      border: 1px solid #ccc;
      border-radius: 0;
      cursor: pointer;
      padding: 0 35px 0 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .su-filter__dropdown select option:first-child, .su-filter__dropdown .select option:first-child {
        color: #999; }
    .su-filter__dropdown svg {
      height: 10px;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%); }
  .su-filter__group-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #a2a6a8;
    margin-top: 30px; }
    @media screen and (max-width: 57.49em) {
      .su-filter__group-title {
        font-size: 18px;
        font-size: 1.125rem; } }

.tag {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #ffffff;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  padding: 2px 11px;
  position: relative;
  text-transform: capitalize;
  font-weight: normal;
  top: -2px;
  white-space: nowrap; }
  .tag--chapter {
    background-color: #2a65af; }
  .tag--summit {
    background-color: #051d49; }
  .tag--webinar {
    background-color: #ec6629; }
  .tag--hq-program {
    background-color: #e4168d; }
  .tag--yellow {
    background-color: #fbbc35; }
  .tag--red {
    background-color: #c5677b; }
  .tag--pink {
    background-color: #e4168d; }
  .tag--blue {
    background-color: #2a65af; }
  .tag--alumni {
    background-color: #a0a0a0; }

.twitter-feed {
  list-style: none;
  margin: 0;
  padding: 0; }

.twitter-feed__item:not(:last-child) {
  margin-bottom: 22px; }

.twitter-feed__item .avatar {
  width: 56px;
  height: 56px;
  background-size: 56px 56px; }
  .twitter-feed__item .avatar::after {
    height: 0px; }
  .twitter-feed__item .avatar > img {
    width: 100%;
    height: 100%; }

.twitter-feed__item:hover .twitter-feed__link {
  opacity: 1; }

.twitter-feed__item .twitter__link,
.twitter-feed__item .twitter__text,
.twitter-feed__item .twitter__user {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.38;
  color: #323232; }

.twitter-feed__item .twitter__user {
  font-weight: bold; }

.twitter-feed__item .twitter__link {
  color: #2a65af; }

.twitter-feed__external-link {
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
  padding: 4px 0;
  display: block;
  opacity: 0;
  overflow: hidden; }

.twitter-feed__retweet {
  position: relative;
  color: #cdcdcd;
  margin-bottom: 10px;
  padding-left: 86px; }
  .twitter-feed__retweet p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1em; }
  .twitter-feed__retweet svg {
    position: absolute;
    left: 66px;
    top: -2px;
    height: 16px;
    width: 16px;
    fill: #cdcdcd; }

.upcoming-event-card {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  transition: box-shadow .2s, transform .2s;
  cursor: pointer;
  display: block; }
  .upcoming-event-card:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .upcoming-event-card.is-expired {
    opacity: .5; }

.upcoming-event-card__header {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #c5677b;
  padding: 3px 12px;
  color: #e8c3cb; }
  .upcoming-event-card__header::after {
    content: '';
    display: table;
    clear: both; }

.upcoming-event-card__body {
  padding: 12px; }

.upcoming-event-card__separator {
  margin-top: 12px;
  margin-bottom: 12px;
  border: none;
  border-bottom: 1px solid #cdcdcd; }

.upcoming-event-card__title {
  font-size: 17px;
  font-size: 1.0625rem; }

.welcome {
  min-height: calc(100vh);
  background-size: cover;
  background-position: center center;
  background-image: url("/images/welcome-bg.jpg");
  text-align: center; }
  @media screen and (min-width: 57.5em) {
    .welcome {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 57.49em) {
    .welcome {
      min-height: calc(100vh - 170px);
      background-size: 130% 130%;
      background-position: bottom center; } }
  @media screen and (min-width: 64em) {
    .welcome {
      min-height: calc(100vh - 387px); } }
  @media screen and (min-width: 80em) {
    .welcome {
      background-position: center bottom; } }

.welcome__wrapper {
  margin: 0 auto;
  max-width: 900px; }
  @media screen and (min-width: 57.5em) {
    .welcome__wrapper {
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 35px; } }

.welcome__text-box {
  display: none;
  width: 388px;
  text-align: left;
  color: #ffffff; }
  .welcome__text-box .text-box__img {
    width: 200px;
    height: auto;
    margin-bottom: 24px; }
  .welcome__text-box p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.43; }
    .welcome__text-box p:not(:last-child) {
      margin-bottom: 24px; }
  @media screen and (min-width: 57.5em) {
    .welcome__text-box {
      display: inline-block;
      margin-right: 20px; } }

.welcome__context-msg {
  padding: 20px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.5); }
  .welcome__context-msg p {
    font-size: 16px;
    font-size: 1rem; }
  .welcome__context-msg > strong {
    font-weight: 400; }
  .welcome__context-msg .media {
    font-weight: 400;
    margin-bottom: 6px; }
  @media screen and (min-width: 57.5em) {
    .welcome__context-msg {
      background-color: transparent;
      padding: 0;
      margin-bottom: 30px; }
      .welcome__context-msg p {
        font-size: 24px;
        font-size: 1.5rem; }
      .welcome__context-msg .media {
        text-align: left;
        margin-bottom: 18px; } }
  @media screen and (max-width: 57.49em) {
    .welcome__context-msg .media__image {
      display: none; } }

.main-app-message {
  display: none; }
  @media screen and (max-width: 37.49em) {
    .main-app-message {
      display: block;
      background-color: #2e66ad;
      color: #ffffff;
      position: absolute;
      top: 0;
      width: 100vw;
      padding: 15px; } }

.main-app-message__icon {
  background-image: url(https://global.su.org/static/c341340453c50e3b1b0c64363d9344a6.png);
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #ffffff;
  height: 30px;
  width: 30px; }

.main-app-message__actions {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: calc(6em - 30px); }

.main-app-message__open {
  text-transform: uppercase; }

.main-app-message .main-app-message__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400; }

.main-app-message__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600; }

.main-app-message__close {
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center; }
  .main-app-message__close::before {
    content: '\D7';
    color: #2e66ad;
    font-weight: bold;
    position: relative;
    top: -3px; }

#gdpr-notice {
  background-color: rgba(8, 27, 48, 0.8);
  bottom: 0;
  color: white;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  visibility: hidden; }
  #gdpr-notice .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
  #gdpr-notice .text {
    font-size: 14px;
    line-height: 40px;
    min-height: 40px; }
    #gdpr-notice .text p {
      display: inline-block;
      line-height: 1.2;
      margin: 0;
      vertical-align: middle; }
  @media (max-width: 1200px) {
    #gdpr-notice .text p {
      text-align: center;
      margin-bottom: 20px; }
    #gdpr-notice div {
      text-align: center; } }

.gdpr-notice-show {
  visibility: visible !important; }

.content-topbar.fixed-topbar,
.content-topbar.profile-complete-topbar {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 10; }
  @media screen and (max-width: 57.49em) {
    .content-topbar.fixed-topbar,
    .content-topbar.profile-complete-topbar {
      top: 107px;
      height: 134px; } }
  @media screen and (max-width: 57.49em) {
    .content-topbar.fixed-topbar .control-bar,
    .content-topbar.profile-complete-topbar .control-bar {
      padding: 24px 0; } }

@media screen and (max-width: 57.49em) {
  .content-topbar.profile-complete-topbar.my-profile-topbar {
    height: unset; }
    .content-topbar.profile-complete-topbar.my-profile-topbar h1 {
      margin-bottom: unset; } }

@media screen and (max-width: 57.49em) {
  .profile-block.profile-block--my-profile {
    top: 70px;
    margin-bottom: 70px; } }

.profile-edit__form {
  position: relative;
  top: 66px; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form {
      top: 135px; } }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .avatar__label {
      height: 30px;
      font-size: 12px;
      font-size: 0.75rem; } }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-block__cover-btn {
      z-index: 9;
      top: 54px !important; } }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-block__cover-btn .btnText {
      display: none !important; } }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-block__avatar-btn {
      position: relative;
      z-index: 9;
      top: 0px; } }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-block {
      top: 40px; } }

.profile-edit__form--matrix {
  top: 0 !important; }
  .profile-edit__form--matrix .profile-block {
    top: 0 !important;
    margin-bottom: 0px !important; }

.profile-edit__control-bar {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__control-bar {
      flex-flow: column; } }

.profile-edit__progress-bar {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 35px; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__progress-bar {
      flex-flow: row;
      height: auto;
      justify-content: space-around;
      align-items: center;
      width: 100%; } }
  @media screen and (max-width: 57.49em) {
    .profile-edit__progress-bar.u-margin-left--xl {
      margin-left: 0 !important; } }
  @media screen and (max-width: 57.49em) {
    .profile-edit__progress-bar .link-btn + .btn {
      margin-left: 0; } }
  @media screen and (max-width: 57.49em) {
    .profile-edit__progress-bar .progress-bar {
      width: 124px; } }
  .profile-edit__progress-bar .tooltip-icon {
    margin-left: 0;
    background-color: #323232;
    opacity: 0.87; }
  .profile-edit__progress-bar .profile-edit__tooltip {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    opacity: 0.87;
    line-height: 1.43; }

.profile-edit__form .profile-block {
  padding: 36px; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-block {
      margin-bottom: 110px; } }

.profile-edit__form .l-main-content {
  padding-top: 116px;
  padding-bottom: 66px; }

.profile-edit__form .profile-banner {
  height: 260px; }

.profile-edit__form .profile-block__cover-btn {
  top: 78px; }
  .profile-edit__form .profile-block__cover-btn .btnText {
    display: inline-block;
    top: 2px;
    position: relative; }

.profile-edit__form .profile-block__linkedin {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  background-color: #ededed;
  padding: 13px;
  margin-bottom: 36px; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-block__linkedin {
      margin: 24px 0; } }

.profile-edit__form .tooltip-icon {
  margin-left: 0;
  background-color: #323232;
  opacity: 0.87; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .tooltip-icon {
      margin-right: 8px;
      min-width: 16px; } }

.profile-edit__form .profile-edit__tooltip {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  opacity: 0.87;
  line-height: 1.27;
  margin-top: 4px;
  text-align: justify; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-edit__tooltip {
      font-size: 14px;
      font-size: 0.875rem;
      display: flex; } }

.profile-edit__form .profile-edit__pull-info {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2a65af;
  font-weight: 600;
  text-decoration: none; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-edit__pull-info {
      font-size: 14px;
      font-size: 0.875rem; } }
  .profile-edit__form .profile-edit__pull-info:hover {
    text-decoration: underline; }

.profile-edit__form .profile-block .profile-block__header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 24px; }
  @media screen and (max-width: 57.49em) {
    .profile-edit__form .profile-block .profile-block__header {
      grid-template-columns: 1fr; } }
  .profile-edit__form .profile-block .profile-block__header .profile-block__basic-info {
    display: grid;
    grid-template-columns: 1fr;
    vertical-align: unset;
    padding-left: unset; }
    @media screen and (max-width: 57.49em) {
      .profile-edit__form .profile-block .profile-block__header .profile-block__basic-info {
        margin-top: 0; } }

.profile-edit__form .section-block__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.53;
  color: rgba(1, 1, 1, 0.56);
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif; }

.profile-edit__form .section-block__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44;
  font-weight: normal;
  margin-bottom: 16px; }

.page-chapter-list .control-bar .custom-input {
  width: 62%; }
  @media screen and (min-width: 37.5em) {
    .page-chapter-list .control-bar .custom-input {
      width: 300px;
      margin-bottom: 0; } }

.page-chapter-list .control-bar .custom-select {
  width: 33%; }
  @media screen and (min-width: 37.5em) {
    .page-chapter-list .control-bar .custom-select {
      width: 200px; } }

.page-chapter-list .control-bar__right p {
  margin-top: 10px;
  text-align: center; }
  @media screen and (min-width: 64em) {
    .page-chapter-list .control-bar__right p {
      margin-top: 0;
      max-width: 420px;
      text-align: left; } }
  @media screen and (min-width: 80em) {
    .page-chapter-list .control-bar__right p {
      margin-top: 2px;
      max-width: 558px; } }

.page-chapter-list .control-bar__left {
  line-height: 42px; }

.page-event-list .map {
  display: none; }
  @media screen and (min-width: 64em) {
    .page-event-list .map {
      display: block; } }

.page-event-list .control-bar {
  padding: 25px 0; }
  .page-event-list .control-bar .custom-input {
    width: 100%;
    margin-bottom: 8px; }
    @media screen and (min-width: 64em) {
      .page-event-list .control-bar .custom-input {
        margin-bottom: 0;
        width: 280px; } }
    @media screen and (min-width: 80em) {
      .page-event-list .control-bar .custom-input {
        width: 320px; } }
  .page-event-list .control-bar .btn {
    margin: 0;
    font-size: 15px; }
    @media screen and (max-width: 47.99em) {
      .page-event-list .control-bar .btn {
        padding: 14px; } }
  .page-event-list .control-bar su-input,
  .page-event-list .control-bar su-location-autocomplete,
  .page-event-list .control-bar .btn {
    width: 100%; }
    @media screen and (min-width: 64em) {
      .page-event-list .control-bar su-input,
      .page-event-list .control-bar su-location-autocomplete,
      .page-event-list .control-bar .btn {
        width: auto; } }

@media screen and (max-width: 57.49em) {
  .page-people-filter {
    border-top: 2px solid #d8d8d8;
    padding-top: 26px;
    padding-bottom: 30px; } }

.page-people-list .control-bar {
  padding: 25px 0; }

.page-people-list .control-bar__right su-input,
.page-people-list .control-bar__right su-location-autocomplete {
  width: 100%;
  margin-bottom: 0; }
  .page-people-list .control-bar__right su-input .custom-input,
  .page-people-list .control-bar__right su-location-autocomplete .custom-input {
    width: 100%; }
    @media screen and (max-width: 47.99em) {
      .page-people-list .control-bar__right su-input .custom-input,
      .page-people-list .control-bar__right su-location-autocomplete .custom-input {
        margin-bottom: 8px; } }
  @media screen and (min-width: 48em) {
    .page-people-list .control-bar__right su-input,
    .page-people-list .control-bar__right su-location-autocomplete {
      margin-bottom: 0;
      width: 312px; } }
  @media screen and (min-width: 80em) {
    .page-people-list .control-bar__right su-input,
    .page-people-list .control-bar__right su-location-autocomplete {
      margin-bottom: 0;
      width: 320px; } }

.page-people-list .control-bar__right .btn {
  min-width: 100%;
  margin: 0; }
  @media screen and (min-width: 48em) {
    .page-people-list .control-bar__right .btn {
      min-width: 0; } }
  @media screen and (max-width: 47.99em) {
    .page-people-list .control-bar__right .btn {
      font-size: 14px;
      padding: 8px 30px;
      height: 42px; } }

.page-people-list .control-bar__left {
  line-height: 42px; }
  @media screen and (max-width: 47.99em) {
    .page-people-list .control-bar__left {
      line-height: 34px;
      margin-bottom: 16px; } }

input.input-filter-member-name {
  padding-left: 129px !important; }

input.input-filter-member-near {
  padding-left: 62px !important; }

.page-global-search .control-bar su-input,
.page-global-search .control-bar su-location-autocomplete {
  width: 100%; }
  .page-global-search .control-bar su-input .custom-input,
  .page-global-search .control-bar su-location-autocomplete .custom-input {
    width: 100%;
    margin-bottom: 8px; }
  @media screen and (min-width: 48em) {
    .page-global-search .control-bar su-input,
    .page-global-search .control-bar su-location-autocomplete {
      margin-bottom: 0;
      width: 280px; } }
  @media screen and (min-width: 80em) {
    .page-global-search .control-bar su-input,
    .page-global-search .control-bar su-location-autocomplete {
      width: 320px; } }

.page-global-search .control-bar .btn {
  min-width: 100%; }
  @media screen and (min-width: 48em) {
    .page-global-search .control-bar .btn {
      min-width: 0; } }
  @media screen and (max-width: 47.99em) {
    .page-global-search .control-bar .btn {
      font-size: 14px;
      padding: 8px 30px; } }

.global-search-main {
  padding: 0; }

.global-search--empty {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 70px 20px;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .global-search--empty {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .global-search--empty__image {
    margin-bottom: 15px; }
  .global-search--empty__title {
    color: #2a65af;
    margin-bottom: 15px; }
  .global-search--empty__subtitle {
    color: #cdcdcd;
    font-weight: 300;
    margin: auto;
    max-width: 500px; }

.page-country-partner-list .control-bar__left .custom-input {
  width: 100%;
  margin-bottom: 8px; }
  @media screen and (min-width: 48em) {
    .page-country-partner-list .control-bar__left .custom-input {
      margin-bottom: 0;
      width: 280px; } }
  @media screen and (min-width: 80em) {
    .page-country-partner-list .control-bar__left .custom-input {
      width: 320px; } }

@media screen and (max-width: 47.99em) {
  .page-country-partner-list .control-bar__left .btn {
    font-size: 14px;
    padding: 8px 30px; } }

.page-country-partner-list .control-bar__right .link-btn.is-active svg {
  fill: #c5677b; }

@media screen and (max-width: 47.99em) {
  .page-country-partner-list .control-bar__right {
    width: 100%;
    display: inline-block; }
    .page-country-partner-list .control-bar__right .link-btn {
      padding: 11px;
      width: 100%; } }

.page-country-partner-list .country-partner-card {
  margin-bottom: 16px; }

.angucomplete-holder > input {
  transition: padding-left 0.3s cubic-bezier(0, 0.74, 0.25, 1); }

.angucomplete-holder.is-filled > input {
  padding-left: 46px; }

.angucomplete-holder-image {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 8px;
  top: 6px;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0, 0.56, 0.26, 0.79); }
  .is-filled .angucomplete-holder-image {
    transition: opacity 0.2s cubic-bezier(0, 0.56, 0.26, 0.79) 0.1s;
    opacity: 1; }
  .angucomplete-holder-image::after {
    height: 0px; }

.angucomplete-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0;
  margin-top: 0;
  border-color: #cdcdcd;
  max-height: 235px;
  overflow-y: auto; }
  .angucomplete-dropdown .angucomplete-google-attribution {
    width: 100%;
    height: 30px;
    background-image: url(https://global.su.org/static/391346114f3c35d0cbb7457f63f40818.png);
    background-size: 120px;
    background-position: right 8px center;
    background-repeat: no-repeat;
    cursor: auto; }

.angucomplete-searching {
  font-size: 12px;
  padding: 8px; }

.angucomplete-row {
  padding: 8px;
  border-bottom: solid 1px #cdcdcd;
  color: #323232;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0; }

.angucomplete-selected-row {
  background-color: #c5677b;
  color: #ffffff; }

.angucomplete-image-holder {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding-top: 0;
  margin-left: 0;
  margin-right: 6px; }
  .angucomplete-image-holder + .angucomplete-title {
    margin-top: 5px;
    display: inline-block; }

.angucomplete-image {
  background-color: #cdcdcd;
  vertical-align: top;
  border-radius: 0;
  border: none;
  height: 30px;
  width: 30px; }
  .angucomplete-image::after {
    height: 0px; }

.carousel-container {
  height: 260px;
  background-color: #b9b9b9;
  margin: 0;
  position: relative; }
  @media screen and (min-width: 48em) {
    .carousel-container {
      height: 500px; } }
  .carousel-container ul {
    margin: 0;
    padding: 0;
    height: 100%; }

.rn-carousel-control {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  margin-top: -20px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: 80%;
  transition: background-color .3s; }
  @media screen and (min-width: 48em) {
    .rn-carousel-control {
      height: 60px;
      margin-top: -30px; } }
  .rn-carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .rn-carousel-control.rn-carousel-control-prev {
    left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-position: 1px 50%;
    background-image: url(https://global.su.org/static/558965806c3a97d4bf41ef5a6e22b114.svg); }
    .rn-carousel-control.rn-carousel-control-prev::before {
      content: ""; }
    @media screen and (min-width: 48em) {
      .rn-carousel-control.rn-carousel-control-prev {
        background-position: 6px 50%; } }
  .rn-carousel-control.rn-carousel-control-next {
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url(https://global.su.org/static/668acea62c9496af94ff831b398f852d.svg);
    background-position: 4px 50%; }
    .rn-carousel-control.rn-carousel-control-next::before {
      content: ""; }
    @media screen and (min-width: 48em) {
      .rn-carousel-control.rn-carousel-control-next {
        background-position: 11px 50%; } }
  @media screen and (min-width: 48em) {
    .rn-carousel-control {
      width: 54px;
      background-size: 66%; } }

.cropper-view-box {
  outline-color: rgba(255, 255, 255, 0.75); }

.cropper-line {
  opacity: 0; }

.cropper-point {
  background-color: #ffffff; }

.cropper-point.point-ne,
.cropper-point.point-nw,
.cropper-point.point-sw {
  width: 8px;
  height: 8px; }

.cropper-point.point-ne {
  top: -4px;
  right: -4px; }

.cropper-point.point-nw {
  top: -4px;
  left: -4px; }

.cropper-point.point-sw {
  bottom: -4px;
  left: -4px; }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 8px;
    height: 8px;
    right: -4px;
    bottom: -4px; } }

datepicker,
.datepicker,
[datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
  font-family: "proxima-nova", sans-serif; }

._720kb-datepicker-calendar {
  width: 100%;
  margin-left: 0;
  border-radius: 0;
  z-index: 1010; }

._720kb-datepicker-calendar-header:nth-child(odd) {
  background-color: #c5677b; }

._720kb-datepicker-calendar-header:nth-child(even) {
  background-color: #e1b1bb; }

._720kb-datepicker-calendar-days-header {
  background-color: #efd6db; }

.leaflet-pane {
  z-index: 0; }

.leaflet-popup-content {
  font-family: "proxima-nova", sans-serif;
  margin: 20px; }
  .leaflet-popup-content p {
    margin: 0; }

.leaflet-popup-content-wrapper {
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3); }

.leaflet-popup-tip-container {
  overflow: visible;
  top: 100%; }

.leaflet-popup-tip {
  width: 24px;
  height: 24px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  top: -4px; }

.leaflet-div-icon {
  border: none;
  background: transparent; }

html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden; }

.ngdialog.ngdialog-theme-default {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 48em) {
    .ngdialog.ngdialog-theme-default {
      padding-top: 60px;
      padding-bottom: 120px; } }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 94%;
  max-width: 500px;
  padding: 0;
  background-color: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 4px; }

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  color: #ffffff; }

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff; }

.ngdialog.ngdialog--large .ngdialog-content {
  max-width: 800px; }

.ngdialog.ngdialog--medium .ngdialog-content {
  max-width: 600px; }

.ngdialog.ngdialog--fixed .ngdialog-content {
  height: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 63px; }
  @media screen and (min-width: 48em) {
    .ngdialog.ngdialog--fixed .ngdialog-content {
      height: auto;
      padding-top: 67px;
      padding-bottom: 63px; } }

.ngdialog.ngdialog--fixed .modal__header {
  height: 40px;
  top: 0;
  width: 100%;
  position: absolute; }
  @media screen and (min-width: 48em) {
    .ngdialog.ngdialog--fixed .modal__header {
      height: 67px; } }

.ngdialog.ngdialog--fixed .modal__footer {
  height: 63px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.ngdialog.ngdialog--fixed .modal__body {
  max-height: 100%;
  overflow: auto; }
  .ngdialog.ngdialog--fixed .modal__body::-webkit-scrollbar {
    -webkit-appearance: none; }
  .ngdialog.ngdialog--fixed .modal__body::-webkit-scrollbar:vertical {
    width: 10px; }
  .ngdialog.ngdialog--fixed .modal__body::-webkit-scrollbar:horizontal {
    height: 10px; }
  .ngdialog.ngdialog--fixed .modal__body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #ffffff;
    background-color: #a0a0a0; }
  .ngdialog.ngdialog--fixed .modal__body::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px; }
  @media screen and (min-width: 48em) {
    .ngdialog.ngdialog--fixed .modal__body {
      max-height: 400px;
      max-height: calc(100vh - 310px); } }

@media screen and (min-width: 48em) {
  .ngdialog.ngdialog--full-height .modal__body {
    height: calc(100vh - 310px); } }

.ngdialog.ngdialog--no-footer .ngdialog-content {
  padding-bottom: 0 !important; }

.ngdialog.ngdialog--no-header .modal__header {
  background-color: transparent; }

.ngdialog.ngdialog--no-header .modal__body {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.ngdialog.ngdialog--no-header .ngdialog-content {
  background-color: transparent;
  border-radius: 4px; }

.ngdialog.ngdialog--no-header .ngdialog-close:before {
  position: relative; }

.ngdialog.ngdialog--no-header .ngdialog-close:hover:before,
.ngdialog.ngdialog--no-header .ngdialog-close:active:before {
  background: transparent; }

tags-input .tags {
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 42px;
  border-color: #b9b9b9;
  box-shadow: none;
  border-radius: 2px;
  padding: 2px;
  appearance: none; }
  tags-input .tags.focused {
    box-shadow: none;
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 5px; }

tags-input .tags .input {
  font-family: "proxima-nova", sans-serif;
  margin-top: 5px;
  margin-bottom: 5px; }

tags-input .tags .tag-item {
  font-family: "proxima-nova", sans-serif;
  padding: 3px 10px;
  height: 32px;
  border-color: #cdcdcd;
  background: #f1f4f6;
  color: #323232; }
  tags-input .tags .tag-item.selected {
    background: #f1f4f6;
    opacity: .4; }
    tags-input .tags .tag-item.selected span {
      text-decoration: line-through; }

tags-input .tags .tag-item .remove-button {
  position: relative;
  top: -1px;
  margin-left: 8px;
  color: #cdcdcd;
  font-size: 20px;
  font-weight: 100; }
  tags-input .tags .tag-item .remove-button:hover {
    color: #a0a0a0; }
  tags-input .tags .tag-item .remove-button:active {
    color: #626262; }

#toast-container > .toast-info,
#toast-container > .toast-wait,
#toast-container > .toast-error,
#toast-container > .toast-success,
#toast-container > .toast-warning {
  background-image: none !important; }

#toast-container > div {
  width: 100%;
  text-align: center;
  transition: all .2s ease-out;
  padding: 12px;
  border-radius: 5px;
  opacity: 1;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2); }
  #toast-container > div:hover {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
    transform: scale(1.033); }
  @media screen and (min-width: 37.5em) {
    #toast-container > div {
      text-align: left;
      width: 300px; } }

.toast-bottom-right {
  right: 10px;
  left: 10px;
  bottom: 10px; }
  @media screen and (min-width: 37.5em) {
    .toast-bottom-right {
      left: auto;
      bottom: 16px;
      right: 16px; } }

.toast-message {
  font-size: 14px;
  font-size: 0.875rem; }

.toast-error {
  color: #e40b0b;
  background-color: #fef0f0;
  border: 1px solid #e40b0b; }
  .toast-error .toast-message,
  .toast-error .toast-title {
    color: #e40b0b; }

.toast-success {
  background-color: white;
  border: 1px solid #3bcc3b;
  color: #3bcc3b; }
  .toast-success .toast-message,
  .toast-success .toast-title {
    color: #3bcc3b; }

:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: .2s ease-in all;
  -moz-transition: .2s ease-in all;
  -ms-transition: .2s ease-in all;
  -o-transition: .2s ease-in all;
  transition: .2s ease-in all; }

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 1; }

:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
:not(.no-enter)#toast-container > div.ng-enter {
  opacity: 0; }

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.u-display-block {
  display: block !important; }

.u-display-inline-block {
  display: inline-block !important; }

.u-display-inline {
  display: inline !important; }

.u-hidden {
  display: none !important; }

@media screen and (max-width: 57.49em) {
  .u-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 57.5em) {
  .u-hidden-desktop {
    display: none !important; } }

.u-float-left {
  float: left !important; }

.u-float-right {
  float: right !important; }

.u-float-none {
  float: none !important; }

.u-align-left {
  text-align: left !important; }

.u-align-center {
  text-align: center !important; }

.u-align-right {
  text-align: right !important; }

.u-valign-middle {
  vertical-align: middle !important; }

.u-valign-top {
  vertical-align: top !important; }

.u-block-centering {
  margin-left: auto;
  margin-right: auto; }

.u-absolute-centering {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.u-pos-absolute {
  position: absolute !important; }

.u-pos-relative {
  position: relative !important; }

.u-pos-top {
  top: 0; }

.u-pos-right {
  right: 0; }

.u-pos-bottom {
  bottom: 0; }

.u-pos-left {
  left: 0; }

.u-full-width {
  width: 100%; }

.u-full-height {
  height: 100%; }

.u-full-img {
  min-width: 100%;
  max-width: 100%; }

@media screen and (min-width: 37.5em) {
  .u-max-width-400 {
    max-width: 400px; } }

.u-font-color-gray {
  color: #a0a0a0 !important; }

.u-font-color-error {
  color: #e40b0b !important; }

.u-font-color-qualifier {
  color: #2a65af !important; }

.u-fill-color-chapter {
  fill: #2a65af; }

.u-fill-color-local-event {
  fill: #c5677b; }

.u-fill-color-summit {
  fill: #fbbc35; }

.u-fill-color-country-partner {
  fill: #fd9439; }

.u-font-weight-300 {
  font-weight: 300 !important; }

.u-font-weight-400 {
  font-weight: 400 !important; }

.u-font-weight-600 {
  font-weight: 600 !important; }

.u-font-weight-700 {
  font-weight: 700 !important; }

.u-font-weight-bold {
  font-weight: bold !important; }

.u-capitalized {
  text-transform: capitalize; }

.u-font-italic {
  font-style: italic; }

.u-font-size-s {
  font-size: 12px;
  font-size: 0.75rem; }
  @media screen and (min-width: 57.5em) {
    .u-font-size-s {
      font-size: 13px;
      font-size: 0.8125rem; } }

.u-font-size-xs {
  font-size: 11px;
  font-size: 0.6875rem; }

.u-font-size-m {
  font-size: 14px;
  font-size: 0.875rem; }

.u-font-size-l {
  font-size: 18px;
  font-size: 1.125rem; }

.u-font-size-xl {
  font-size: 20px;
  font-size: 1.25rem; }

.u-font-size-xxl {
  font-size: 26px;
  font-size: 1.625rem; }

.u-font-size-x-xxl {
  font-size: 36px;
  font-size: 2.25rem; }

.u-font-sort-by {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2a65af; }
  @media screen and (max-width: 57.49em) {
    .u-font-sort-by {
      font-size: 16px;
      font-size: 1rem; } }

.u-font-session-title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #323232;
  font-weight: bold; }
  @media screen and (max-width: 57.49em) {
    .u-font-session-title {
      font-size: 18px;
      font-size: 1.125rem; } }

.u-uppercase {
  text-transform: uppercase !important; }

.u-lowercase {
  text-transform: lowercase !important; }

.u-underline {
  text-decoration: underline !important; }

.u-cooper-hewitt {
  font-family: "CooperHewitt", "proxima-nova", "Helvetica", Arial, sans-serif !important; }

.u-thin-gray {
  text-transform: none;
  font-weight: 300;
  color: #a0a0a0; }

.u-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  display: inline-block;
  vertical-align: top; }
  @media screen and (min-width: 48em) {
    .u-truncate {
      max-width: 190px; } }

.u-type-quote {
  font-family: "minion-pro", Georgia, Times, "Times New Roman", serif;
  color: #323232;
  font-style: italic; }

.u-type-pre-wrap {
  white-space: pre-wrap; }

.u-type-no-wrap {
  white-space: nowrap; }

.u-grey-bg {
  background-color: #cdcdcd; }

.u-red-fill {
  fill: #c5677b !important; }

.u-inline-list {
  padding: 0;
  font-size: 0; }
  .u-inline-list > * {
    display: inline-block;
    vertical-align: top; }
    .u-inline-list > *:not(:last-child) {
      margin-right: 10px; }

.u-unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.u-image-fit {
  overflow: hidden; }
  .u-image-fit img {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover; }

.u-margin-top--n {
  margin-top: 0 !important; }

.u-margin-top--xs {
  margin-top: 5px !important; }

.u-margin-top--s {
  margin-top: 10px !important; }

.u-margin-top--m {
  margin-top: 15px !important; }

.u-margin-top--l {
  margin-top: 20px !important; }

.u-margin-top--xl {
  margin-top: 25px !important; }

.u-margin-right--xs {
  margin-right: 5px !important; }

.u-margin-right--s {
  margin-right: 10px !important; }

.u-margin-right--m {
  margin-right: 15px !important; }

.u-margin-right--l {
  margin-right: 20px !important; }

.u-margin-right--xl {
  margin-right: 25px !important; }

.u-margin-bottom--n {
  margin-bottom: 0 !important; }

.u-margin-bottom--xs {
  margin-bottom: 5px !important; }

.u-margin-bottom--s {
  margin-bottom: 10px !important; }

.u-margin-bottom--m {
  margin-bottom: 16px !important; }

.u-margin-bottom--l {
  margin-bottom: 20px !important; }

.u-margin-bottom--xl {
  margin-bottom: 25px !important; }

.u-margin-left--xs {
  margin-left: 5px !important; }

.u-margin-left--s {
  margin-left: 10px !important; }

.u-margin-left--m {
  margin-left: 15px !important; }

.u-margin-left--l {
  margin-left: 20px !important; }

.u-margin-left--xl {
  margin-left: 25px !important; }

.u-highlightable em {
  background-color: #d6eafe;
  color: #298bfc;
  padding: 3px 1px; }

.u-separator {
  padding: 0 8px;
  position: relative;
  top: -1px; }

.u-location-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #323232;
  line-height: 1.38; }
  @media screen and (max-width: 47.99em) {
    .u-location-text {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px; } }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

.fb-object-fit {
  background-size: cover;
  background-position: center; }
  .fb-object-fit img {
    visibility: hidden; }
  .fb-object-fit.video-frame, .fb-object-fit.photo-frame {
    transition: opacity .3s; }
    .fb-object-fit.video-frame:hover, .fb-object-fit.photo-frame:hover {
      opacity: .8; }

.no-appearance .custom-select__arrow {
  display: none; }

@media screen and (min-width: 57.5em) {
  .inApp .happening-list-container {
    height: calc(100vh - (67px));
    padding-bottom: 0; } }

