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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  margin: 0;
  transform: translate3d(0, 0, 0);
  color: #191919;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #e91c24;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    transform: translate(-3em, 1em);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.container {
  *zoom: 1;
  max-width: 1024px;
  margin: 30px auto 0 auto;
}

.container:before, .container:after {
  display: table;
  content: '';
}

.container:after {
  clear: both;
}

.container--home {
  max-width: 1400px;
}

.navigation {
  display: none;
}

.content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.content:after {
  content: " ";
  display: block;
  clear: both;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-height: 100%;
  height: 100%;
}

body {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
  background: #ffffff;
}

body.home {
  background: #ffffff;
}

.svg-container {
  display: none;
}

svg title, svg desc {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

code {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  font-size: 14px;
  background-color: #f5f2f0;
  padding: 5px;
}

.content-wrapper + h2,
.content-wrapper + h3,
.content-wrapper + h4,
.content-wrapper + h5,
.content-wrapper + h6 {
  margin-top: 50px;
}

.content-wrapper--introduction {
  margin-bottom: 33px;
}

.content-wrapper--quicklinks {
  margin-bottom: 47px;
}

.content-wrapper--news {
  margin-bottom: 53px;
}

.content-wrapper--events {
  margin-bottom: 53px;
}

.content-wrapper--videos {
  margin-bottom: 48px;
}

.content-wrapper--people {
  margin-bottom: 48px;
}

.content-wrapper--quicklinks .event-wrapper,
.content-wrapper--quicklinks .cards-wrapper,
.content-wrapper--quicklinks .news-wrapper,
.content-wrapper--news .event-wrapper,
.content-wrapper--news .cards-wrapper,
.content-wrapper--news .news-wrapper,
.content-wrapper--events .event-wrapper,
.content-wrapper--events .cards-wrapper,
.content-wrapper--events .news-wrapper,
.content-wrapper--videos .event-wrapper,
.content-wrapper--videos .cards-wrapper,
.content-wrapper--videos .news-wrapper,
.content-wrapper--people .event-wrapper,
.content-wrapper--people .cards-wrapper,
.content-wrapper--people .news-wrapper {
  overflow: hidden;
  padding: 10px;
  margin: -10px -10px 0;
}

nav, main, section, article, header, aside, footer {
  border-radius: 0;
}

article {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.78571%;
  padding-right: 1.78571%;
  padding: 0;
}

a {
  font-weight: 500;
  text-decoration: none;
  outline: none;
  color: #e91c24;
  cursor: pointer;
}

a:hover {
  border-bottom: 1px solid #e91c24;
  transition: .7s;
}

a:focus {
  outline: 0 none;
}

a:focus, a:hover, button:focus, button:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #313131;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #313131;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #e91c24;
  transition: none;
  border: none;
}

h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 0 28px 0;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

h4, h5, h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

h3, h4, h5, h6 {
  margin: 0 0 10px 0;
}

p, ul, ol, pre {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: #191919;
  line-height: 1.7;
  word-wrap: break-word;
  margin: 0;
  padding: 0 0 25px 0;
}

p a:hover, ul a:hover, ol a:hover, pre a:hover {
  transition: none;
}

ul, ol {
  padding-left: 25px;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 20px 0 0 0;
  padding-bottom: 15px;
}

ul ol, ol ol {
  list-style-type: lower-alpha;
}

li {
  margin-bottom: 10px;
}

li:last-child {
  margin-bottom: 0;
}

blockquote {
  font-weight: 300;
  font-style: italic;
  line-height: 1.8em;
  border-left: 2px solid #e91c24;
  margin: 0 20px 25px 20px;
  padding: 5px 15px 5px 25px;
  color: #191919;
}

blockquote p:last-child {
  padding-bottom: 0;
}

.content-wrapper__heading {
  text-align: center;
}

.content__meta {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em;
}

.content h2 {
  position: relative;
}

.content h2:after {
  content: '';
  position: absolute;
  width: 95%;
  height: 1px;
  top: 100%;
  left: 1px;
  margin-top: 10px;
  background: #eeeeee;
}

.content .no-underline:after {
  content: none;
}

.content .table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}

.content table {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #191919;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 25px 0;
  padding: 0;
}

.content table thead, .content table tbody {
  width: 100%;
}

.content table h2, .content table h3, .content table h4 {
  margin: 0 0 4px 0;
}

.content table h2 {
  position: initial;
  font-size: 16px;
  font-size: 1.6rem;
}

.content table h2:after {
  content: none;
}

.content table h3 {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 4px 0;
}

.content table h4 {
  font-size: 14px;
  font-size: 1.4rem;
}

.content table p, .content table ul, .content table ol {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
}

.content table p {
  padding: 0 0 15px 0;
}

.content table ul, .content table ol {
  padding: 0 0 4px 20px;
}

.content table ul ul, .content table ul ol, .content table ol ul, .content table ol ol {
  margin-top: 10px;
}

.content thead, .content thead tr:nth-child(odd) td {
  font-weight: 400;
  background: #4b4b4b;
  background-image: -webkit-linear-gradient(to bottom, #4b4b4b, #4b4b4b);
  background-color: #4b4b4b;
  background-image: linear-gradient(to bottom, #4b4b4b, #4b4b4b);
  background-repeat: repeat-x;
  color: #ffffff;
}

.content tr {
  text-align: left;
}

.content tr:nth-child(even) {
  background: #eeeeee;
}

.content tr:last-child {
  border-bottom: 1px solid #eeeeee;
}

.content td, .content th {
  vertical-align: top;
  font-weight: 300;
  padding: 10px 12px;
}

.content__video, .video-container {
  position: relative;
  height: 0;
  margin-bottom: 25px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.content__video iframe, .video-container iframe {
  z-index: 100 !important;
}

.content__video iframe, .content__video object, .content__video embed, .video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video-container {
  padding-top: 0;
}

#page-search .page-search__form {
  display: inline-block;
}

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

.content img.size-full {
  max-width: 100%;
  height: auto;
}

.content img.size-large {
  max-width: 100%;
  height: auto;
}

.content img.aligncenter {
  margin: 0 auto;
  display: block;
}

.content .wp-caption.aligncenter {
  margin: 0 auto 25px auto;
  display: block;
}

.content img.alignleft, .content .wp-caption.alignleft {
  float: left;
  margin: 7px 25px 20px 0;
}

.content img.alignright, .content .wp-caption.alignright {
  float: right;
  margin: 7px 0 20px 25px;
}

.content .wp-caption {
  max-width: 100%;
  background-color: #eeeeee;
  margin-bottom: 25px;
}

.content p.wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #191919;
  padding: 8px 15px 10px 15px;
}

.cu-gallery {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.cu-gallery a:hover {
  border: 0 none;
}

.cu-gallery__items {
  box-sizing: border-box;
  color: #171e42;
  padding: 5px;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 50%;
  margin: 0;
}

.cu-gallery__item {
  width: 100%;
}

.cu-gallery__image {
  width: 100%;
  display: block;
}

.content .gform_wrapper {
  margin-bottom: 40px;
}

.content .gform_wrapper h1,
.content .gform_wrapper h2,
.content .gform_wrapper h3,
.content .gform_wrapper h3.gform_title,
.content .gform_wrapper h4,
.content .gform_wrapper h5,
.content .gform_wrapper h6 {
  font-weight: 500;
  color: #313131;
}

.content .gform_wrapper h1 a,
.content .gform_wrapper h2 a,
.content .gform_wrapper h3 a,
.content .gform_wrapper h3.gform_title a,
.content .gform_wrapper h4 a,
.content .gform_wrapper h5 a,
.content .gform_wrapper h6 a {
  color: #313131;
}

.content .gform_wrapper h1 a:hover,
.content .gform_wrapper h2 a:hover,
.content .gform_wrapper h3 a:hover,
.content .gform_wrapper h3.gform_title a:hover,
.content .gform_wrapper h4 a:hover,
.content .gform_wrapper h5 a:hover,
.content .gform_wrapper h6 a:hover {
  color: #e91c24;
  transition: none;
  border: none;
}

.content .gform_wrapper h2,
.content .gform_wrapper h3.gform_title {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 50px 0;
}

.content .gform_wrapper h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 0 10px 0;
}

.content .gform_wrapper h4,
.content .gform_wrapper h5,
.content .gform_wrapper h6 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 10px 0;
}

.content .gform_wrapper h3.gform_title,
.content .gform_wrapper h2 {
  position: relative;
}

.content .gform_wrapper h3.gform_title:after,
.content .gform_wrapper h2:after {
  content: none;
}

.content .gform_wrapper .ginput_price {
  display: none;
}

.content .gform_wrapper span.gform_description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #191919;
  line-height: 1.8em;
  padding: 0;
  margin: 0;
}

.content .gform_wrapper label.gfield_label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.content .gform_wrapper label,
.content .gform_wrapper .gfield_date_day label,
.content .gform_wrapper .gfield_date_month label,
.content .gform_wrapper .gfield_date_year label,
.content .gform_wrapper .gfield_time_ampm label,
.content .gform_wrapper .gfield_time_hour label,
.content .gform_wrapper .gfield_time_minute label,
.content .gform_wrapper .ginput_complex label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 10px;
}

.content .gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px;
}

.content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.content .gform_wrapper textarea {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  border: 1px solid #c3c3c3;
  padding: 15px;
  background: #ffffff;
}

.content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):active,
.content .gform_wrapper textarea:focus,
.content .gform_wrapper textarea:active {
  outline: none;
  font-size: 1.4rem !important;
  border: 1px solid #949494;
  background: #f9f9f9;
}

.content .gform_wrapper select,
.content .gform_wrapper .chosen-container-single .chosen-single {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #191919;
  background: white;
  box-shadow: none;
  height: initial;
  line-height: 1.5em;
  width: 100%;
  min-width: 80px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/core/dropdown-arrow-grey.png") no-repeat #ffffff;
  background-position: center right;
}

.content .gform_wrapper select div b,
.content .gform_wrapper .chosen-container-single .chosen-single div b {
  background: none !important;
}

.content .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/core/dropdown-arrow-grey.png") no-repeat #ffffff !important;
  background-position: center right !important;
}

.content .gform_wrapper.gf_browser_chrome select {
  padding: 10px;
}

.content .gform_wrapper.gf_browser_gecko select {
  padding: 10px;
}

.content .gform_wrapper select[multiple="multiple"] {
  color: #191919;
  background-image: none;
  padding: 10px;
}

.content .gform_wrapper select[multiple="multiple"] option {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 5px;
}

.content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.content .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"],
.content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.content .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type="checkbox"],
.content .gform_wrapper.gf_browser_safari .gfield_radio li input[type="radio"],
.content .gform_wrapper.gf_browser_safari .gfield_checkbox li input {
  margin: 0 5px 0 1px;
}

.content .gform_wrapper .gfield_checkbox li input[type="checkbox"],
.content .gform_wrapper .gfield_radio li input[type="radio"],
.content .gform_wrapper .gfield_checkbox li input {
  margin: 0 5px 0 1px;
}

.content .gform_wrapper li.gfield_html {
  margin-top: 50px;
}

.content .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.content .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.content .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.content .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_suffix {
  padding-top: 2px;
}

.content .gform_wrapper .gfield_date_day,
.content .gform_wrapper .gfield_date_month,
.content .gform_wrapper .gfield_date_year,
.content .gform_wrapper .gfield_time_ampm,
.content .gform_wrapper .gfield_time_hour,
.content .gform_wrapper .gfield_time_minute {
  max-width: initial;
  width: auto;
}

.content .gform_wrapper .gfield_date_day input,
.content .gform_wrapper .gfield_date_month input,
.content .gform_wrapper .gfield_date_year input,
.content .gform_wrapper .gfield_time_ampm input,
.content .gform_wrapper .gfield_time_hour input,
.content .gform_wrapper .gfield_time_minute input {
  min-width: 70px;
}

.content .gform_wrapper .gfield_date_day i,
.content .gform_wrapper .gfield_date_month i,
.content .gform_wrapper .gfield_date_year i,
.content .gform_wrapper .gfield_time_ampm i,
.content .gform_wrapper .gfield_time_hour i,
.content .gform_wrapper .gfield_time_minute i {
  margin-left: 5px;
  margin-right: 2px;
}

.content .gform_wrapper.gf_browser_gecko .gfield_time_ampm select,
.content .gform_wrapper.gf_browser_ie .gfield_time_ampm {
  min-width: 60px !important;
}

.content .gform_wrapper .ginput_container_fileupload {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #191919;
}

.content .gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile {
  *zoom: 1;
}

.content .gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile:before, .content .gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile:after {
  display: table;
  content: '';
}

.content .gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile:after {
  clear: both;
}

.content .gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
  padding: 15px 50px 40px 50px;
}

.content .gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_instructions {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #191919;
}

.content .gform_wrapper .ginput_container_fileupload .gform_fileupload_multifile .gform_button_select_files {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  background: #191919;
  border: none;
  padding: 10px 5px;
}

.content .gform_wrapper .ginput_container_fileupload .validation_message ul {
  padding: 0;
  margin: 0;
}

.content .gform_wrapper table.gfield_list thead,
.content .gform_wrapper table.gfield_list tr,
.content .gform_wrapper table.gfield_list thead th {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #313131;
  padding: 10px 12px;
  margin-bottom: 20px;
}

.content .gform_wrapper table.gfield_list thead {
  background: #eeeeee;
  background-image: -webkit-linear-gradient(to bottom, #eeeeee, #eeeeee);
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
  background-repeat: repeat-x;
}

.content .gform_wrapper .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item {
  width: 17px !important;
}

.content .gform_wrapper .ginput_container_list .gfield_list_row_even,
.content .gform_wrapper .ginput_container_list .gfield_list_row_odd {
  background: #ffffff;
}

.content .gform_wrapper span.ginput_product_price,
.content .gform_wrapper span.ginput_shipping_price {
  color: #191919;
}

.content .gform_wrapper span.ginput_total {
  color: #e91c24;
}

.content .gform_wrapper input.ginput_quantity[type="text"],
.content .gform_wrapper input.ginput_quantity[type="number"] {
  width: 100px;
}

.content .gform_wrapper .gform_footer input.button,
.content .gform_wrapper .gform_page_footer input.button,
.content .gform_wrapper .gform_footer input[type="submit"],
.content .gform_wrapper .gform_page_footer input[type="submit"],
.content .gform_wrapper.gf_browser_ie .gform_footer input.button {
  font-size: 1.4rem !important;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  background: #e91c24;
  background-image: -webkit-linear-gradient(to bottom, #e91c24, #e91c24);
  background-color: #e91c24;
  background-image: linear-gradient(to bottom, #e91c24, #e91c24);
  background-repeat: repeat-x;
  border: none;
}

.content .gform_wrapper .gform_footer input.button:focus, .content .gform_wrapper .gform_footer input.button:active,
.content .gform_wrapper .gform_page_footer input.button:focus,
.content .gform_wrapper .gform_page_footer input.button:active,
.content .gform_wrapper .gform_footer input[type="submit"]:focus,
.content .gform_wrapper .gform_footer input[type="submit"]:active,
.content .gform_wrapper .gform_page_footer input[type="submit"]:focus,
.content .gform_wrapper .gform_page_footer input[type="submit"]:active,
.content .gform_wrapper.gf_browser_ie .gform_footer input.button:focus,
.content .gform_wrapper.gf_browser_ie .gform_footer input.button:active {
  font-size: 1.4rem !important;
}

.content #gf_coupon_button {
  font-size: 1.4rem !important;
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px 30px;
  float: left;
  background: #e91c24;
  background-image: -webkit-linear-gradient(to bottom, #e91c24, #e91c24);
  background-color: #e91c24;
  background-image: linear-gradient(to bottom, #e91c24, #e91c24);
  background-repeat: repeat-x;
  border: none;
  width: auto;
}

.content #gf_coupon_button:focus, .content #gf_coupon_button:active {
  font-size: 1.4rem !important;
}

.content .gform_wrapper #gf_coupon_info {
  clear: both;
  padding-top: 5px;
}

.content .gform_wrapper #gf_coupon_info tr {
  border: none;
}

.content .gform_wrapper #gf_coupon_info table {
  margin-bottom: 10px;
}

.content .gf_coupon_code {
  float: left;
}

.content .gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container {
  padding-left: 0;
}

.content #gf_coupon_spinner {
  margin-top: 15px;
  margin-left: 5px;
}

.content .gform_wrapper #gf_coupon_info .gf_coupon_item td {
  border: none;
}

.content .gform_wrapper .gfield_required {
  color: #e91c24;
}

.content .gform_wrapper div.validation_error {
  color: #ffffff;
  font-weight: 300;
  background: #e91c24;
  border-top: none;
  border-bottom: none;
}

.content .gform_wrapper li.gfield.gfield_error,
.content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(233, 28, 36, 0.1);
  border-top: 1px solid #e91c24;
  border-bottom: 1px solid #e91c24;
  padding: 10px 25px 15px 25px;
}

.content .gform_wrapper .gfield_error .gfield_label,
.content .gform_wrapper .validation_message {
  color: #313131;
}

.content .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.content .gform_wrapper li.gfield_error textarea {
  border: 1px solid #e91c24;
}

.content .gform_confirmation_message {
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0px 2px 2px 0px rgba(49, 49, 49, 0.1);
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

#gravityflow-inbox th {
  background: #4b4b4b;
  padding: 15px 10px !important;
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

#gravityflow-inbox td a {
  font-weight: 300;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  color: #000000;
}

#minor-publishing {
  padding: 0 15px 15px 15px !important;
  font-weight: 300;
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

#minor-publishing ul {
  margin: 15px 0;
  padding: 0;
}

#minor-publishing ul li {
  list-style: disc;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  margin: 0 0 10px 25px;
  padding-left: 0px;
}

#minor-publishing ul li:first-child {
  margin-top: 0px;
}

#gravityflow-note {
  border-color: #eeeeee;
}

#gravityflow-status-filters {
  margin: 10px 0 !important;
}

#gravityflow-status-filter .subsubsub {
  margin-top: 0px !important;
}

#gravityflow-inbox thead {
  background-color: #e91c24 !important;
}

.gravityflow_workflow_wrap hr {
  margin: 20px 0 !important;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 1em 0;
  padding: 0;
}

.gravityflow_workflow_wrap button {
  padding: 10px 15px !important;
}

.gravityflow_workflow_wrap input[type="submit"] {
  padding: 2.3px 15px;
}

table.wp-list-table tfoot,
table.wp-list-table thead {
  background: #4b4b4b;
}

table.wp-list-table tfoot th,
table.wp-list-table thead th {
  color: #ffffff;
  position: relative;
}

table.wp-list-table tfoot th a,
table.wp-list-table thead th a {
  color: #ffffff;
  display: block;
  width: 100%;
  position: relative;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  transition: none;
}

table.wp-list-table tfoot th a:after, table.wp-list-table tfoot th a:before,
table.wp-list-table thead th a:after,
table.wp-list-table thead th a:before {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
}

table.wp-list-table tfoot th a:before,
table.wp-list-table thead th a:before {
  border-bottom-color: #ffffff;
  margin-top: -9px;
}

table.wp-list-table tfoot th a:after,
table.wp-list-table thead th a:after {
  border-top-color: #ffffff;
  margin-top: 1px;
}

table.wp-list-table tfoot th a:hover,
table.wp-list-table thead th a:hover {
  color: #949494;
  border: none;
}

table.wp-list-table tfoot th a:hover:before,
table.wp-list-table thead th a:hover:before {
  border-bottom-color: #949494;
}

table.wp-list-table tfoot th a:hover:after,
table.wp-list-table thead th a:hover:after {
  border-top-color: #949494;
}

table.wp-list-table {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  margin-bottom: 5px;
}

table.wp-list-table.entries td a {
  font-weight: normal !important;
  padding: 0 !important;
}

table.wp-list-table.entries th {
  border: none !important;
}

table.wp-list-table.entries td,
th {
  padding: 15px 10px 15px 15px !important;
  border: none !important;
}

table.wp-list-table.entries td.column-c {
  border-bottom: none !important;
}

table.wp-list-table tr:nth-child(2n) {
  background: #eeeeee !important;
}

td.entry-view-field-value,
td.entry-view-field-value {
  padding: 10px !important;
  border: none !important;
}

td.entry-view-field-name {
  background: #eeeeee !important;
}

.content table.gravityflow-step-approval tr:last-child {
  border: none !important;
}

.content tr:nth-child(2n) {
  background: #ffffff !important;
}

.content table.gravityflow-step-approval thead {
  background: #e91c24;
}

.gravityflow-has-sidebar .postbox,
.gravityflow-has-step-info .postbox,
.gravityflow-has-workflow-info .postbox {
  padding: 0;
}

.gravityflow_workflow_wrap .postbox-container button {
  padding: 3px 5px;
  border: none;
  height: auto !important;
}

.gravityflow_workflow_wrap .postbox-container button:hover {
  background: #eeeeee;
}

.gravityflow_workflow_wrap .postbox h3,
.gravityflow_workflow_wrap h3 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  font-weight: 300;
  background: #4b4b4b;
  color: #ffffff;
  font-weight: normal;
  display: block;
  padding: 15px;
  margin: 0 0 15px 0 !important;
}

.displaying-num {
  display: none;
}

.detail-view-print {
  display: none;
}

.gravityflow-note-title {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.ui-datepicker {
  width: 230px !important;
}

.ui-datepicker td a,
.ui-datepicker td span {
  width: 32px !important;
}

.ui-datepicker td a:hover,
.ui-datepicker td span:hover {
  transition: none !important;
}

.ui-datepicker-title select {
  color: #000 !important;
}

.gravityflow_workflow_wrap label.gfield_label {
  font-size: 1em !important;
  font-weight: 300;
}

.gravityflow_workflow_wrap .gf_left_half,
.gravityflow_workflow_wrap .gf_right_half {
  display: block !important;
  float: none !important;
  width: 100% !important;
}

.gravityflow_workflow_wrap li.gfield {
  padding-right: 0 !important;
}

.gravityflow_workflow_wrap td {
  padding: 5px important;
}

.gravityflow_workflow_wrap h2 {
  border-bottom: none !important;
}

.gravityflow_workflow_wrap .gf_name_has_3 {
  width: 100% !important;
}

.content .gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
  background-image: none !important;
}

.content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background-image: none !important;
}

table.gsurvey-likert thead {
  color: #313131;
}

table.gsurvey-likert {
  border-left: none !important;
}

table.gsurvey-likert tr td {
  border-right: none !important;
}

.gravityflow_workflow_notice {
  margin-bottom: 10px;
  border: 1px solid rgba(233, 28, 36, 0.1);
  background-color: #e91c24;
  padding: 6px;
}

.gravityflow_workflow_notice p {
  margin: 0px;
  padding: 0px;
  color: white;
}

body.logged-in #gravityflow-status-box-container.postbox + .postbox {
  display: none;
}

.gform_wrapper .gform_footer a.gform_save_link {
  padding: 15px 30px;
  background: #e91c24;
  text-align: center !important;
  font-size: 14px !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.gform_wrapper .form_saved_message {
  color: #000 !important;
  background-color: #f8f8f8 !important;
}

.form_saved_message p.resume_form_link_wrapper {
  margin-bottom: 25px !important;
}

.form_saved_message a.resume_form_link {
  color: #e91c24 !important;
}

.form_saved_message_emailform {
  margin-top: -25px !important;
}

#gform_send_resume_link_button_1 {
  padding: 17px 30px;
  background: #e91c24;
  text-align: center !important;
  font-size: 14px !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: none !important;
}

.global-nav {
  display: none;
}

.topbar {
  *zoom: 1;
  width: 100%;
  height: 60px;
  position: relative;
  background: #ffffff;
  border-top: 3px solid #e91c24;
  border-bottom: 1px solid #eeeeee;
}

.topbar:before, .topbar:after {
  display: table;
  content: '';
}

.topbar:after {
  clear: both;
}

.topbar__heading {
  z-index: 200;
  padding: 0 110px 0 45px;
  width: 100%;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.topbar__heading--home {
  padding-left: 45px;
}

.topbar__logo {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 32px;
  height: 32px;
}

.topbar__home-link {
  color: #313131;
  font-weight: 400;
}

.topbar__home-link:hover {
  color: #e91c24;
  border: none;
}

.topbar__tools {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  z-index: 600;
}

.topbar__tool-list {
  display: inline-block;
}

.topbar__tool-list-mp a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #313131;
  font-weight: 400;
  padding-top: 23px;
}

.topbar__tool-list-mp:last-child a {
  border-left: 0 none;
}

.topbar__tool {
  display: inline-block;
  height: 57px;
  overflow: hidden;
  padding: 20px 17px 0;
  border-left: 1px solid #eeeeee;
  fill: #767676;
}

.topbar__tool:hover {
  background: #767676;
  border: none;
  border-left: 1px solid #ffffff;
  fill: #ffffff;
  color: #ffffff;
}

.topbar__icon {
  width: 16px;
  height: 16px;
}

.banner__text-search {
  max-width: 850px;
}

.typeahead__wrapper-mobile {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 56px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.typeahead__wrapper-mobile .typeahead__container-sub {
  padding: 0;
}

.typeahead__wrapper-mobile .typeahead__container-sub .typeahead__field input {
  width: 100%;
}

.typeahead__result {
  position: relative;
}

.typeahead__results-article {
  float: left;
}

.typeahead__results-type {
  float: right;
}

.banner {
  background: #eeeeee;
}

.breadcrumb_last {
  display: none;
}

.banner--has-image {
  background: #000000;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.in-use-carousel__item__image,
.banner__image {
  width: 100%;
  height: auto;
  display: block;
}

.banner__image--default {
  opacity: 1;
}

.banner__image--dark {
  opacity: 0.5;
}

.banner__image--darker {
  opacity: 0.35;
}

.banner__image--darkest {
  opacity: 0.25;
}

.banner__link,
.in-use-carousel__item-link {
  display: block;
  width: 100%;
  height: 100%;
}

.banner__link:hover,
.in-use-carousel__item-link:hover {
  border: none;
}

.banner__text {
  max-width: 720px;
  margin: 0 auto;
}

.banner__text-spacing {
  padding: 40px 15px;
}

.banner__text-spacing--home {
  padding: 50px 20px;
}

.banner__text--image {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
}

.banner__text--image {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.banner__text-vertical {
  position: relative;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 720px;
  margin: 0 auto;
}

.banner__heading {
  font-size: 28px;
  font-size: 2.8rem;
  color: #313131;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
  margin: 0;
}

.banner__heading--height {
  max-height: 90px;
}

.banner__heading--long {
  font-size: 20px;
  font-size: 2rem;
}

.banner__heading--slideshow,
.banner__heading--home {
  font-size: 20px;
  font-size: 2rem;
}

.banner__heading--image {
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}

.banner__heading--posts {
  max-height: initial;
}

.banner__small {
  font-size: 13px;
  font-size: 1.3rem;
  color: #616161;
  padding-bottom: 5px;
  text-align: center;
  margin: 0;
}

.banner__small a {
  color: #616161;
  font-weight: 300;
}

.banner__small a:hover {
  color: #e91c24;
  border: none;
}

.banner__small--price {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}

.banner__small--below {
  padding: 15px 0 0 0;
}

a.banner__small__link {
  color: #e91c24;
  font-weight: 500;
}

.banner__small--image {
  color: #ffffff;
}

.banner__small--image a {
  color: #ffffff;
}

.banner__small--image a:hover {
  color: #e91c24;
}

.hosted__banners {
  width: 48.14815%;
  float: left;
  margin-left: 3.7037%;
  background: #eeeeee;
  margin-bottom: 30px;
}

.hosted__banners .hosted__image {
  width: 100%;
  height: auto;
}

.hosted__banners .hosted__caption {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 15px;
}

.mycarletonone {
  *zoom: 1;
  width: 100%;
  background: #ffffff;
  padding: 20px 0;
}

.mycarletonone:before, .mycarletonone:after {
  display: table;
  content: '';
}

.mycarletonone:after {
  clear: both;
}

.mycarletonone__container {
  padding: 0 20px;
}

.mycarletonone__lock {
  float: left;
  width: 20px;
  height: 20px;
  fill: #c3c3c3;
  margin-right: 5px;
}

.mycarletonone__text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #616161;
  padding: 1px 0 0 0;
  line-height: 22px;
}

.mycarletonone__reset {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #616161;
  padding: 0 0 0 27px;
}

.mycarletonone__fields {
  width: 100%;
  padding: 15px 25px 0;
}

.mycarletonone__fields label {
  display: none;
}

.mycarletonone__input {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #616161;
  border: 1px solid #d6d6d6;
  padding: 15px;
  margin-bottom: 5px;
  background: #ffffff;
  border-radius: 0;
}

.mycarletonone__input:focus, .mycarletonone__input:active {
  outline: none;
  font-size: 1.4rem !important;
  border: 1px solid #c3c3c3;
  background: #eeeeee;
}

.mycarletonone__submit {
  font-size: 1.2rem !important;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  background: #e91c24;
  background-image: -webkit-linear-gradient(to bottom, #e91c24, #e91c24);
  background-color: #e91c24;
  background-image: linear-gradient(to bottom, #e91c24, #e91c24);
  background-repeat: repeat-x;
  border-radius: 0;
  border: none;
}

.mycarletonone__submit:focus, .mycarletonone__submit:active {
  font-size: 1.2rem !important;
  outline: none;
}

.in-use-carousel .flickity-slider {
  transform: none !important;
}

.in-use-carousel .in-use-carousel__item {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

.in-use-carousel .in-use-carousel__item.is-selected {
  opacity: 1;
  z-index: 0;
}

.in-use-carousel .flickity-prev-next-button {
  display: none;
  visibility: hidden;
}

.in-use-carousel .flickity-page-dots {
  bottom: 10px;
}

.in-use-carousel .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  opacity: 1;
  border-radius: 30px;
}

.in-use-carousel .flickity-page-dots .dot.is-selected {
  background-color: transparent;
  border: 1px solid #e91c24;
}

.in-use-carousel.is-loading {
  position: relative;
}

.in-use-carousel.is-loading .flickity-viewport,
.in-use-carousel.is-loading .flickity-page-dots,
.in-use-carousel.is-loading .flickity-prev-next-button,
.in-use-carousel.is-loading .in-use-carousel__item {
  display: none;
  visibility: hidden;
}

.in-use-carousel.is-loading:after {
  display: block;
  content: '';
  background: url("../images/core/ajax-loader.gif") center center no-repeat;
  width: 100%;
  height: 200px;
  margin-bottom: -38px;
}

.card {
  margin-bottom: 15px;
}

.card__link {
  background: #ffffff;
  padding-bottom: 45px;
  display: block;
  height: 100%;
  z-index: 200;
  cursor: pointer;
}

.card__link:hover {
  border: none;
}

.card__link--home {
  background: #ffffff;
}

.card__heading {
  font-size: 14px;
  font-size: 1.4rem;
  color: #4b4b4b;
  margin: 7px 0;
  padding: 0 10px;
}

.card__subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  color: #767676;
  line-height: 1.4em;
  padding: 0 10px 5px 10px;
  margin: 0;
}

.card__more-link {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #e91c24;
  padding: 0 10px;
}

.card__image {
  width: 100%;
  height: auto;
  font-size: 0;
}

.card--quicklink-max {
  width: 48.14815%;
  float: left;
  margin-left: 3.7037%;
}

.card--quicklink-min {
  width: 48.14815%;
  float: left;
  margin-left: 3.7037%;
}

.card__video-thumb {
  position: relative;
  background: #000000;
  line-height: 0;
  min-height: 110px;
  overflow: hidden;
}

.card__image--video {
  opacity: 0.8;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card__video-button {
  width: 60px;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  fill: #ffffff;
}

.card--videos {
  width: 48.14815%;
  float: left;
  margin-left: 3.7037%;
}

.card--videos-more {
  width: 48.14815%;
  float: left;
  margin-left: 3.7037%;
}

.card--videos-hide:nth-child(9) {
  display: none;
}

.card--videos-list {
  width: 48.14815%;
  float: left;
  margin-left: 3.7037%;
  min-height: 240px;
}

.card--rooms-list {
  width: 48.14815%;
  float: left;
  margin-left: 3.7037%;
}

.news, .search {
  background: #ffffff;
  margin-bottom: 10px;
}

.news--home {
  background: #ffffff;
}

.news__link, .search__link {
  padding: 20px;
  display: block;
}

.news__link:hover, .search__link:hover {
  border: none;
}

.news__date, .search__date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #767676;
  padding: 0;
}

.news__heading, .search__heading {
  font-size: 20px;
  font-size: 2rem;
  margin: 8px 0 10px 0;
}

.news__excerpt, .search__excerpt {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}

.news__more-link, .search__more-link {
  color: #e91c24;
  font-weight: 400;
}

.event-wrapper {
  *zoom: 1;
}

.event-wrapper:before, .event-wrapper:after {
  display: table;
  content: '';
}

.event-wrapper:after {
  clear: both;
}

.event-card {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
}

.event-card__link {
  *zoom: 1;
  display: block;
  height: 100%;
  padding: 20px 10px 20px 0;
}

.event-card__link:before, .event-card__link:after {
  display: table;
  content: '';
}

.event-card__link:after {
  clear: both;
}

.event-card__link:hover {
  border: none;
}

.event-card__heading, .event-card__time {
  font-size: 15px;
  font-size: 1.5rem;
}

.event-card__heading {
  font-weight: 500;
  line-height: 1.4em;
  margin: 0 0 6px 0;
}

.event-card__time {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #767676;
  padding-bottom: 5px;
  line-height: 14px;
}

.event-card__clock {
  float: left;
  width: 14px;
  height: 14px;
  fill: #949494;
  margin-right: 5px;
}

.event-card__date {
  float: left;
  width: 90px;
  text-align: center;
  padding: 0 15px 0 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4b4b4b;
  text-transform: uppercase;
  line-height: 1.5em;
  height: 100%;
}

.event-card__day {
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3em;
}

.event-card__day--multi {
  font-weight: 400;
  letter-spacing: -3px;
  font-size: 35px;
  font-size: 3.5rem;
}

.home .cd-popup-container #message {
  display: none;
}

.home .acf-field.acf-field-flexible-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.home .acf-tab-group {
  display: none !important;
}

.home .fc-layout-order {
  display: none;
}

.home .acf-hl {
  display: none !important;
}

.home .screen-reader-text {
  display: none !important;
}

.home .acf-radio-list, .home .acf-soh-target {
  display: block !important;
}

.home .acf-form-submit input {
  width: 150px;
  float: right;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}

.home.logged-in .content-wrapper {
  position: relative;
}

.home .fee-edit {
  font-size: 13px;
  cursor: pointer;
  background-color: #cf112d;
  color: #fff !important;
  font-family: "dashicons";
  padding: 8px 10px;
  width: 31px;
  text-decoration: none;
  position: absolute;
  right: 0;
  overflow: hidden;
  /* Safari */
  transition: width .4s ease-in-out;
  margin: 0;
  top: 22px;
  transform: translateY(-50%);
  z-index: 1;
}

.home .fee-edit:hover {
  background-color: #000000;
  color: #fff !important;
  text-decoration: none !important;
  /* Safari */
  transition: width .4s ease-in-out;
  width: 72px;
}

.home .fee-edit:before {
  font-family: "dashicons";
  content: "\f464";
  margin-right: 10px;
  vertical-align: middle;
}

.home #post > div.acf-fields.acf-form-fields.-top > div.acf-field.acf-field-flexible-content.acf-field-563ceb51dc157 > div.acf-label {
  display: none !important;
}

.home .acf-flexible-content .layout:first-child {
  margin-top: 15px;
}

.home .cd-popup {
  position: fixed;
  left: 0;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.home .cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.home .cd-popup-container {
  position: relative;
  width: 90%;
  max-height: 80%;
  overflow: scroll;
  max-width: 70%;
  margin: 4em auto;
  padding: 0 0 10px 0;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  transition-property: transform;
  transition-duration: 0.3s;
}

.home .cd-popup-container p {
  padding: 3em 1em;
}

.home .cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.home .cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}

.home .cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  transition: background-color 0.2s;
}

.home .cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}

.home .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.home .cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}

.home .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.home .cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.home .cd-popup-container .cd-popup-close::before, .home .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.home .cd-popup-container .cd-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}

.home .cd-popup-container .cd-popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}

.home .is-visible .cd-popup-container {
  transform: translateY(0);
}

.card__heading--people {
  margin: 0 0 6px 0;
}

.card__people-thumb {
  max-width: 160px;
  margin: 0 auto;
  font-size: 0;
  padding: 20px 15px 30px 15px;
}

.card__image--people {
  width: 100%;
  height: auto;
  border-radius: 200px;
  border: 5px solid #eeeeee;
}

.card--people {
  width: 48.14815%;
  float: left;
  margin-left: 3.7037%;
}

.card--people-more {
  display: initial;
  width: 22.22222%;
  float: left;
  margin-left: 3.7037%;
}

.card--people-hide:nth-child(9) {
  display: none;
}

.card--people-list {
  width: 30.8642%;
  float: left;
  margin-left: 3.7037%;
}

.people__details, .event__details, .rooms__details, .dept__details {
  margin: 0 0 20px 0;
}

.people__heading, .event__heading, .rooms__heading, .dept__heading {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0 0 4px 0;
}

.people__heading {
  text-align: center;
}

.rooms__heading, .dept__heading {
  margin-bottom: 20px;
}

.people__subheading, .event__subheading, .rooms__subheading, .dept__subheading {
  font-size: 18px;
  font-size: 1.8rem;
  color: #767676;
}

.people__subheading {
  text-align: center;
}

.people__photo, .event__photo, .rooms__photo {
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 20px;
}

.people__photo, .event__photo {
  max-width: 200px;
}

.people__image, .event__image, .rooms__image {
  height: auto;
  border: 5px solid #eeeeee;
}

.people__image, .event__image {
  width: 100%;
}

.people__image, .event__image {
  border-radius: 200px;
}

.event__warning {
  border: 1px solid #e91c24;
  padding: 15px 20px;
  margin-bottom: 50px;
  background: rgba(233, 28, 36, 0.1);
}

.event__warning-text {
  font-weight: 500;
  padding: 0;
}

.content .people__table, .content .event__table, .content .rooms__table, .content .dept__table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.content .people__table {
  padding: 0 50px;
}

.content .people__table-row:nth-child(even), .content .event__table-row:nth-child(even), .content .rooms__table-row:nth-child(even), .content .dept__table-row:nth-child(even) {
  background: #ffffff;
}

.content .people__table-row:last-child, .content .event__table-row:last-child, .content .rooms__table-row:last-child, .content .dept__table-row:last-child {
  border: none;
}

.content .people__table-title, .content .people__table-info,
.content .event__table-title, .content .event__table-info,
.content .rooms__table-title, .content .rooms__table-info,
.content .dept__table-title, .content .dept__table-info {
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  padding: 0 0 15px 0;
}

.content .people__table-title, .content .event__table-title, .content .rooms__table-title, .content .dept__table-title {
  color: #000000;
  font-weight: 500;
}

.content .people__table-title {
  width: 80px;
}

.content .event__table-title {
  width: 125px;
}

.content .rooms__table-title {
  width: 150px;
}

.content .dept__table-title {
  width: 80px;
}

.content .people__table-info, .content .event__table-info, .content .rooms__table-info, .content .dept__table-info {
  font-weight: 300;
}

#comments {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 40px;
}

#comments h3 {
  text-align: left;
}

#comments label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #767676;
}

#comments span.required {
  color: #e91c24;
  text-shadow: none;
}

#comments input#author, #comments input#email, #comments input#url, #comments textarea#comment {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #191919;
  border: 1px solid #eeeeee;
  background: #f9f9f9;
  padding: 15px;
  width: 100%;
  display: block;
}

#comments input#author, #comments input#email, #comments input#url {
  max-width: 450px;
}

#comments textarea#comment {
  line-height: 1.6em;
  max-width: 650px;
  margin-bottom: 10px;
}

#comments input#submit {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  background: #e91c24;
  background-color: #e91c24;
  background-image: linear-gradient(to left, #e91c24, #e91c24);
  background-repeat: repeat-x;
  border-radius: 0 !important;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  margin: 0;
  border: none;
}

#comments input#author:focus, #comments input#email:focus, #comments input#url:focus, #comments textarea#comment:focus, #comments input#submit:focus {
  outline: none;
}

#comments #trackbacks-list {
  display: none;
}

#comments #cancel-comment-reply-link {
  color: #e91c24;
  display: block;
  margin: 10px 0 0 0;
}

#comments ol.comment-list {
  margin: 0 0 50px 0;
  padding: 0;
}

#comments ol.comment-list li {
  padding: 0;
  margin: 50px 0 0 0;
  list-style-type: none;
}

#comments ol.comment-list li p {
  padding-bottom: 14px;
}

#comments ol.comment-list li p br {
  content: "";
  display: block;
  margin-bottom: 14px;
}

#comments ol.comment-list li p a {
  color: #e91c24;
}

#comments ol.comment-list li p a:hover {
  color: #e91c24;
}

#comments ol.comment-list ol.children {
  margin-left: 40px;
  padding: 10px 0 0 25px;
}

#comments ol.comment-list ol.children li {
  margin: 0 0 30px 0;
}

#comments ol.comment-list img.avatar {
  float: left;
  margin: 0 25px 0 0;
}

#comments ol.comment-list .comment-author, #comments ol.comment-list .comment-meta, #comments ol.comment-list .comment-awaiting-moderation {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.4em;
  color: #767676;
  padding-bottom: 8px;
}

#comments ol.comment-list .comment-author a, #comments ol.comment-list .comment-meta a, #comments ol.comment-list .comment-awaiting-moderation a {
  color: #767676;
  font-weight: 300;
}

#comments ol.comment-list .comment-author a:hover, #comments ol.comment-list .comment-meta a:hover, #comments ol.comment-list .comment-awaiting-moderation a:hover {
  color: #e91c24;
}

#comments ol.comment-list .comment-author cite, #comments ol.comment-list .comment-meta cite, #comments ol.comment-list .comment-awaiting-moderation cite {
  font-style: normal;
}

#comments ol.comment-list .comment-awaiting-moderation, #comments ol.comment-list .comment-meta {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 15px;
}

#comments ol.comment-list .comment-author {
  color: #313131;
  line-height: 1.1em;
}

#comments ol.comment-list .comment-author a {
  color: #313131;
  font-weight: 400;
}

#comments ol.comment-list .comment-respond {
  margin-top: 50px;
}

.navigation__list {
  padding: 0 0 0 10px;
  text-transform: uppercase;
}

.navigation__item {
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 12px;
  line-height: 1.4em;
  position: relative;
}

.navigation__item.current-menu-item > .navigation__link, .navigation__item.current-menu-ancestor > .navigation__link {
  color: #e91c24;
}

.navigation__item.current-menu-item > .navigation__submenu, .navigation__item.current-menu-ancestor > .navigation__submenu {
  display: block;
}

.navigation__item.current_page_ancestor > .navigation__link {
  color: #e91c24;
}

.navigation__item.current_page_ancestor > .navigation__submenu,
.navigation__item.current_page_ancestor .current-menu-parent .navigation__submenu {
  display: block;
}

.navigation__item.menu-item-has-children {
  padding-right: 20px;
}

.navigation__item--child {
  text-transform: none;
  padding-bottom: 5px;
}

.navigation__item--child:last-child {
  padding-bottom: 0;
}

.navigation__link {
  color: #191919;
  display: inline-block;
}

.navigation__link:hover {
  border: none;
  color: #e91c24;
}

.navigation__item-trigger {
  position: absolute;
  top: 3px;
  right: 0;
  text-align: right;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: transform 250ms ease;
  transform-origin: center center;
  border: 0 none;
  background-color: transparent;
}

.navigation__item-trigger .mobilenav__icon {
  float: right;
}

.navigation__item-trigger.navigation__item-trigger-rotate {
  transform: rotate(135deg);
}

.navigation__item-trigger:hover {
  border: 0 none;
}

.navigation__item-trigger:focus {
  outline: 0 none;
}

.navigation__link--child {
  font-weight: 400;
  color: #767676;
}

.navigation__submenu {
  display: none;
  padding: 10px 0 0 0;
  margin: 5px 0 0 0;
}

.navigation__submenu--level-1 {
  padding-left: 15px;
}

.footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #191919;
  padding: 30px 0 35px 0;
  background-image: url("../images/svg/waves.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.footer:after {
  content: " ";
  display: block;
  clear: both;
}

.footer__information {
  *zoom: 1;
}

.footer__information:before, .footer__information:after {
  display: table;
  content: '';
}

.footer__information:after {
  clear: both;
}

.footer__list {
  box-sizing: border-box;
  width: 91.66667%;
  float: left;
  padding-left: 1.78571%;
  padding-right: 1.78571%;
  margin-left: 4.16667%;
  text-align: center;
  list-style-type: none;
  padding: 0;
}

.footer__list--address {
  margin-bottom: 35px;
}

.footer__list--address:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/core/diamond-red.svg") no-repeat;
  background-size: 20px 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  margin: 15px auto 0 -10px;
}

.footer__list-item {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 2.2em;
  color: #949494;
  margin-bottom: 0;
}

.footer__list-link {
  font-weight: 400;
  color: #ffffff;
}

.footer__list-link:hover {
  color: #e91c24;
  border: none;
}

.footer__list--social {
  margin-top: 25px;
}

.footer__list--social-item {
  display: inline-block;
}

.footer__icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 8px;
}

.footer__icon-link {
  fill: #d6d6d6;
}

.footer__icon-link:hover {
  fill: #ffffff;
  border: none;
}

.footer__branding {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.78571%;
  padding-right: 1.78571%;
  margin-top: 25px;
  padding-top: 30px;
}

.footer__logo-link {
  display: block;
  margin: 0 50px 30px 35px;
  text-align: center;
}

.footer__logo-link:hover {
  border: none;
}

.footer__logo {
  max-width: 190px;
  width: 100%;
  height: auto;
}

.footer__links {
  text-align: center;
  padding: 0;
}

.footer__link-item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  padding: 0 7px;
  margin: 0;
}

.footer__link {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}

.footer__link:hover {
  color: #949494;
  border-bottom: 1px solid #ffffff;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: none;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

.remodal-wrapper {
  overflow: initial;
}

.remodal-close {
  top: -3px;
  right: -3px;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #ffffff;
  opacity: 0.6;
}

.remodal__header {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  padding-bottom: 5px;
}

.remodal--search {
  width: 95%;
  vertical-align: top;
  background: #eeeeee;
  margin-top: 10px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -35%);
  z-index: 8050;
}

.remodal__header--search {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  background: #e91c24;
  padding: 12px 35px;
  margin: 0;
  color: #ffffff;
}

.remodal-close--search {
  color: #ffffff;
  top: 7px;
  right: 3px;
}

.remodal_search-form {
  *zoom: 1;
  margin: 20px auto 80px auto;
  background: #ffffff;
  padding: 10px 12px 15px 15px;
  width: 90%;
}

.remodal_search-form:before, .remodal_search-form:after {
  display: table;
  content: '';
}

.remodal_search-form:after {
  clear: both;
}

.remodal--search-field {
  float: left;
  width: 70%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #616161;
  background: #ffffff;
  padding: 4px 0 0 0;
  border: none;
}

.remodal--search-field:focus {
  outline: none;
}

.remodal--search-label {
  display: none;
}

.remodal--search-button {
  float: right;
  width: 30px;
  height: 25px;
  border: none;
  background: transparent;
  padding-top: 5px;
}

.remodal--search-icon {
  fill: #616161;
  width: 20px;
  height: 20px;
}

.remodal__list {
  margin: 0;
  padding: 20px 35px 25px 35px;
}

.remodal__list-item {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.remodal__list-link {
  color: #191919;
  white-space: nowrap;
}

.remodal__list-link:hover {
  color: #e91c24;
}

.remodal--menu {
  width: 100%;
  height: 100%;
  background: #eeeeee;
  padding: 0;
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.remodal-close--mobile-menu {
  right: 0;
  top: 1px;
}

.mobilenav__overflow {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}

.mobilenav__icon {
  float: left;
  width: 12px;
  height: 12px;
  fill: #949494;
}

.mobilenav__header {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  height: 36px;
  padding: 11px 0 0 15px;
  color: #767676;
  border-bottom: 1px solid #d6d6d6;
}

.mobilenav__header--social {
  margin-top: 30px;
}

.mobilenav__list {
  background-color: #ffffff;
  text-align: left;
  padding: 0;
  position: relative;
}

.mobilenav__list:first-child {
  background-color: transparent;
}

.mobilenav__list .navigation__item,
.mobilenav__list .mobilenav__item {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 15px;
  list-style: none;
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

.mobilenav__list .navigation__item.current-menu-ancestor > .navigation__submenu,
.mobilenav__list .navigation__item.current-menu-item > .navigation__submenu,
.mobilenav__list .mobilenav__item.current-menu-ancestor > .navigation__submenu,
.mobilenav__list .mobilenav__item.current-menu-item > .navigation__submenu {
  display: none;
}

.mobilenav__list .navigation__link,
.mobilenav__list .mobilenav__link {
  font-weight: 400;
  color: #333;
  display: inline-block;
  padding: 15px 0;
  width: 90%;
}

.mobilenav__list .navigation__link:hover,
.mobilenav__list .mobilenav__link:hover {
  border: none;
}

.mobilenav__list .navigation__item-trigger {
  top: 20px;
  right: 15px;
}

.mobilenav__list .navigation__submenu {
  margin: 0;
  padding: 0;
  display: none;
}

.mobilenav__list .mobilenav__link--child {
  padding: 0 0 18px 0;
}

.mobilenav__list .navigation__item--child {
  border: none;
  padding-right: 0;
}

.columns {
  *zoom: 1;
}

.columns:before, .columns:after {
  display: table;
  content: '';
}

.columns:after {
  clear: both;
}

.columns__two {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.columns__three {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.columns__three:first-of-type {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.slideme {
  position: relative;
}

.slideme__list {
  margin: 0 0 25px 0;
}

.slideme__list:after {
  content: "";
  display: block;
  width: 100%;
}

.slideme__heading {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #313131;
  padding: 15px 40px 15px 25px;
  display: block;
  text-decoration: none;
  background: #f4f4f4;
  background: linear-gradient(#ffffff, #f4f4f4);
  transition: background-color 0.5s ease-in-out;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.slideme__heading.slideme__expanded {
  background: #ffffff;
  background: linear-gradient(#ffffff, #ffffff);
  border-bottom: 1px solid #ffffff;
}

.slideme__heading.slideme__expanded:before {
  transform: rotate(180deg);
  color: #e91c24;
}

.slideme__heading.slideme__expanded:hover {
  border-bottom: 1px solid #ffffff;
}

.slideme__heading:before {
  background-image: url("../images/core/carret-down.svg");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 21px;
  right: 17px;
  transition: transform 0.3s ease-in-out;
}

.slideme__heading:hover {
  border-bottom: 1px solid #eeeeee;
}

.slideme__description {
  display: none;
  height: auto;
  overflow: hidden;
  transition: max-height 1s;
  padding: 20px 25px 0 25px;
  margin: 0 0 25px 0;
  margin: 0;
  background: white;
}

.page-template-cuol-list .button,
.page-template-cuol-list .button--cuol-listings {
  float: none;
  font-size: 10px;
  font-size: 1rem;
  padding: 13px 15px 11px 15px;
  margin: 0 3px 10px 3px;
  max-width: 90%;
  min-width: 80px;
  cursor: pointer;
  line-height: 1.4em;
  padding: 15px 28px 14px;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  transition: background 200ms, box-shadow 200ms;
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
  background: #e91c24;
  color: #ffffff;
  border-bottom: 3px solid transparent;
  border-radius: 0.2rem;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
}

.page-template-cuol-list .button:hover,
.page-template-cuol-list .button--cuol-listings:hover {
  color: #ffffff;
  text-decoration: none;
  background: #313131;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  border-bottom-width: 3px;
  border-bottom-color: #000000;
}

.page-template-cuol-list .button:active,
.page-template-cuol-list .button--cuol-listings:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.page-template-cuol-list .button--watch-live {
  display: none;
  padding: 6px 15px 2px;
  margin-left: 10px;
}

.page-template-cuol-list .cuol-courses-list,
.page-template-cuol-list .cuol__list {
  padding: 0 0 25px 0;
  margin: 0;
  list-style-type: none;
}

.page-template-cuol-list .cuol-course-web, .page-template-cuol-list .cuol-course-recorded,
.page-template-cuol-list .cuol__list-item {
  line-height: inherit;
}

.page-template-cuol-list .cuol-course-web a, .page-template-cuol-list .cuol-course-recorded a,
.page-template-cuol-list .cuol__list-link {
  color: #191919;
}

.page-template-cuol-list .cuol-course-web a:hover, .page-template-cuol-list .cuol-course-recorded a:hover,
.page-template-cuol-list .cuol__list-link:hover {
  color: #e91c24;
}

.page-template-cuol-list .cuol-streaming-link,
.page-template-cuol-list .cuol__list-link--stream {
  display: none;
}

.dept-listing {
  list-style-type: none;
  padding: 0;
}

.dept-listing__link {
  color: #191919;
}

.dept-listing__link:hover {
  color: #e91c24;
}

#dept-map {
  min-height: 280px;
  margin-bottom: 25px;
}

.page-search__form {
  *zoom: 1;
  width: 100%;
  margin-bottom: 25px;
  background: #ffffff;
  padding: 10px 10px 15px 15px;
  border: 1px solid #d6d6d6;
}

.page-search__form:before, .page-search__form:after {
  display: table;
  content: '';
}

.page-search__form:after {
  clear: both;
}

.page-search__form:focus {
  outline: none;
}

.page-search__label {
  display: none;
}

.page-search__input {
  float: left;
  width: 70%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #616161;
  background: #ffffff;
  padding: 4px 0 0 0;
  border: none;
}

.page-search__input:focus {
  outline: none;
}

.page-search__button {
  float: right;
  width: 30px;
  height: 25px;
  border: none;
  background: transparent;
  padding-top: 4px;
}

.page-search__icon {
  fill: #616161;
  width: 20px;
  height: 20px;
}

.page-search__form--sorting {
  margin-bottom: 15px;
}

.list__sorting-list {
  padding: 0;
  list-style-type: none;
}

.list__sorting-item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 10px;
  margin: 0;
}

#list__alpha {
  padding: 0;
}

.list__alpha-letter {
  margin-top: 35px;
}

.list__alpha-title {
  display: block;
  font-weight: 500;
  color: #313131;
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  padding: 0 0 0 2px;
  list-style-type: none;
  overflow: auto;
}

.list__alpha-title span {
  display: block;
  margin-bottom: 10px;
}

.list__alpha-title .slideme__list {
  margin-bottom: 10px;
}

.list__alpha-item {
  list-style-type: none;
}

.list__alpha-link {
  color: #191919;
}

.list__alpha-link:hover {
  color: #e91c24;
}

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

ul.page-numbers li {
  float: left;
  margin: 0 10px 0 0;
}

ul.page-numbers li .page-numbers {
  max-width: none !important;
  min-width: initial !important;
  padding: 8px 15px 7px !important;
}

ul.page-numbers li .page-numbers.current {
  font-weight: 400;
  background-color: #e91c24;
  color: #ffffff;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
}

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

.pagination .page-numbers {
  max-width: none !important;
  min-width: initial !important;
  padding: 8px 15px 7px !important;
}

.pagination .page-numbers.dots {
  cursor: default;
}

.pagination .page-numbers.current {
  font-weight: 400;
  background-color: #e91c24;
  color: #ffffff;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
}

#cu__toc, #cu__toc ol {
  counter-reset: item;
  list-style: decimal !important;
}

#cu__toc {
  position: relative;
  z-index: 499;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
  padding: 12px 8px 18px 42px;
  margin: 0 0 30px 0;
}

#cu__toc li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #4b4b4b;
  padding: 6px 0;
  margin: 0;
  display: block;
  list-style-position: inside;
  text-indent: -18px;
  line-height: 1.5;
}

#cu__toc li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  padding-right: 5px;
}

#cu__toc li:last-child {
  padding: 0;
}

#cu__toc li li {
  text-indent: -22px;
}

#cu__toc li li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

#cu__toc ol {
  padding: 0 0 0 21px;
  margin: 0;
}

.cufile {
  margin-bottom: 20px;
}

.cufile__link {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding: 20px;
  background: white;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}

.cufile__link:hover {
  background: #f3f3f3;
  border: 1px solid #d6d6d6;
  transition: none;
  box-shadow: 0px 2px 2px 0px rgba(49, 49, 49, 0.1);
}

.cufile__link:hover .cufile__icon {
  fill: #313131;
}

.cufile__icon {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  fill: #949494;
}

.cufile__meta p {
  padding-bottom: 0;
}

.typeahead__container {
  position: relative;
  font: 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.typeahead__container-sub {
  padding: 5px 12px 0 0;
}

.typeahead__container-sub .typeahead__field input {
  font-size: 14px;
  font-size: 1.4rem;
  height: 45px;
  line-height: 45px;
  border-radius: 90px;
  padding: 0 62px 0 22px;
  outline: 0 none;
  width: 320px;
}

.typeahead__container-sub .typeahead__magnifying-glass-icon {
  top: 14px;
  right: 14px;
}

.typeahead__container-sub .typeahead__magnifying-glass-icon .topbar__icon {
  width: 16px;
  height: 16px;
}

.typeahead__container-sub .typeahead__cancel-button {
  top: 15px;
  right: 40px;
}

.typeahead__container-sub .typeahead__dropdown > li > a,
.typeahead__container-sub .typeahead__list > li > a {
  font-size: 14px;
  font-size: 1.4rem;
}

.typeahead__container * {
  box-sizing: border-box;
  outline: 0;
}

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}

.typeahead__filter {
  position: relative;
}

.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}

.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.typeahead__field {
  font-size: 0;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}

.typeahead__field > * {
  display: table-cell;
  vertical-align: top;
}

.typeahead__query, .typeahead__filter, .typeahead__button {
  font-size: 14px;
}

.typeahead__button {
  position: relative;
  font-size: 0;
  width: 1%;
  vertical-align: middle;
}

.typeahead__button button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.typeahead__field input {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  color: #555;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px 0 0 5px;
  transition: all ease-in-out .15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  height: 65px;
  line-height: 65px;
  border-radius: 164px;
  padding: 0 60px 0 48px;
  outline: 0 none;
}

.typeahead__field input[type="search"],
.typeahead__field input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: textfield;
          appearance: textfield;
}

.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.typeahead__container.hint .typeahead__field input {
  background: transparent;
}

.typeahead__container.hint .typeahead__field input:last-child, .typeahead__hint {
  background: #fff;
}

.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  height: 32px;
  padding: 6px 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #555;
}

.typeahead__container button:hover, .typeahead__container button:focus {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #d5d5d5;
}

.typeahead__container button:active, .typeahead__container button.active {
  background-image: none;
}

.typeahead__container button:focus, .typeahead__container button:active {
  border-color: #66afe9;
}

.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  background-color: #fff;
  border-color: #eee;
}

.typeahead__filter, .typeahead__button {
  z-index: 1;
}

.typeahead__filter button, .typeahead__button button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.typeahead__filter:hover, .typeahead__filter:active, .typeahead__filter:focus, .typeahead__button:hover, .typeahead__button:active, .typeahead__button:focus {
  z-index: 1001;
}

.typeahead__filter:hover button:focus, .typeahead__filter:hover button:active, .typeahead__filter:active button:focus, .typeahead__filter:active button:active, .typeahead__filter:focus button:focus, .typeahead__filter:focus button:active, .typeahead__button:hover button:focus, .typeahead__button:hover button:active, .typeahead__button:active button:focus, .typeahead__button:active button:active, .typeahead__button:focus button:focus, .typeahead__button:focus button:active {
  z-index: 1001;
}

.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}

.typeahead__container.filter .typeahead__filter {
  z-index: 1001;
}

.typeahead__list, .typeahead__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  background-clip: padding-box;
}

.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial;
}

.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001;
}

.typeahead__list > li {
  position: relative;
  border-top: solid 1px #eee;
  margin-bottom: 0;
}

.typeahead__list > li:first-child {
  border-top: none;
}

.typeahead__list > li > a,
.typeahead__dropdown > li > a {
  display: block;
  padding: 6px 12px;
  clear: both;
  color: #3c3c3c;
  text-decoration: none;
}

.typeahead__list > li > a:hover,
.typeahead__dropdown > li > a:hover {
  border: 0 none;
}

.typeahead__list > li > a span strong,
.typeahead__dropdown > li > a span strong {
  color: #000;
}

.typeahead__list > li > a:hover,
.typeahead__list > li > a:focus,
.typeahead__list > li.active > a,
.typeahead__dropdown > li > a:hover,
.typeahead__dropdown > li > a:focus,
.typeahead__dropdown > li.active > a {
  background-color: #f5f5f5;
  color: #3c3c3c;
}

.typeahead__list.empty > li > a {
  cursor: default;
}

.typeahead__list.empty > li > a:hover,
.typeahead__list.empty > li > a:focus,
.typeahead__list.empty > li.active > a {
  background-color: transparent;
}

.typeahead__list > li.typeahead__group {
  border-color: #bfdef6;
  font-weight: bold;
}

.typeahead__list > li.typeahead__group:first-child {
  border-top: solid 1px #bfdef6;
}

.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:hover,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group.active > a {
  cursor: default;
  color: #17639f;
  background: #ecf5fc;
}

.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}

.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
  display: block !important;
}

.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
  display: none !important;
}

.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #eee;
}

.typeahead__cancel-button {
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 25px;
  right: 3em;
  cursor: pointer;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center transparent;
}

.typeahead__magnifying-glass-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 25px;
  right: 1.2em;
}

.typeahead__magnifying-glass-icon .topbar__icon {
  fill: #767676;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
  visibility: visible;
  opacity: .25;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover {
  opacity: .4;
}

.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  display: block;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent;
}

.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after {
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: '';
  top: 50%;
  right: .55em;
  margin-top: -10.5px;
  width: 21px;
  height: 21px;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: .1em;
}

.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}

.typeahead__container.loading .typeahead__query:after {
  animation: button-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent;
}

@keyframes button-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cu__toc, #cu__toc ol {
  counter-reset: item;
  list-style: decimal !important;
}

#cu__toc {
  position: relative;
  z-index: 499;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
  padding: 12px 8px 18px 42px;
  margin: 0 0 30px 0;
  outline: 20px solid white;
}

#cu__toc li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #4b4b4b;
  padding: 6px 0;
  margin: 0;
  display: block;
  list-style-position: inside;
  text-indent: -18px;
  line-height: 1.5;
}

#cu__toc li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  padding-right: 5px;
}

#cu__toc li:last-child {
  padding: 0;
}

#cu__toc li li {
  text-indent: -22px;
}

#cu__toc li li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

#cu__toc ol {
  padding: 0 0 0 21px;
  margin: 0;
}

.content-wrapper--topic-list {
  margin-bottom: 0;
}

.content-wrapper--kb-overview {
  margin-bottom: 20px;
}

.content-wrapper--faq {
  margin-bottom: 40px;
}

.content-wrapper--page-listing .knowledge__topic-list {
  columns: initial;
}

.content-wrapper--page-listing .knowledge__topic-item {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.content-wrapper--page-listing .knowledge__topic-item.no-results {
  border-bottom: 0 none;
}

.content-wrapper--page-listing .knowledge__topic-link {
  display: block;
}

.content-wrapper--page-listing .knowledge__topic-link:hover {
  border-bottom: none;
  color: #e91c24;
}

.content-wrapper--page-listing .b-listing__search-field {
  max-width: 400px;
  background: #eeeeee;
  padding: 0 15px 0 20px;
  text-align: center;
  margin: 0 auto 40px;
  border-radius: .2rem;
}

.content-wrapper--page-listing .b-listing__search-field-input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  outline: 0 none;
  border: 0 none;
  border-radius: .2rem;
  padding-right: 40px;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MjBweCIgaGVpZ2h0PSI1MjBweCIgdmlld0JveD0iMCAwIDUyMCA1MjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+c2VhcmNoLWdyZXk8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8ZmlsdGVyIHg9Ii0xLjQlIiB5PSItMS4wJSIgd2lkdGg9IjEwMi43JSIgaGVpZ2h0PSIxMDIuNyUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImZpbHRlci0xIj4gICAgICAgICAgICA8ZmVPZmZzZXQgZHg9IjAiIGR5PSIyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIj48L2ZlT2Zmc2V0PiAgICAgICAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjIiIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSI+PC9mZUdhdXNzaWFuQmx1cj4gICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCB2YWx1ZXM9IjAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgIDAgMCAwIDAgMCAgMCAwIDAgMC41IDAiIHR5cGU9Im1hdHJpeCIgaW49InNoYWRvd0JsdXJPdXRlcjEiIHJlc3VsdD0ic2hhZG93TWF0cml4T3V0ZXIxIj48L2ZlQ29sb3JNYXRyaXg+ICAgICAgICAgICAgPGZlTWVyZ2U+ICAgICAgICAgICAgICAgIDxmZU1lcmdlTm9kZSBpbj0ic2hhZG93TWF0cml4T3V0ZXIxIj48L2ZlTWVyZ2VOb2RlPiAgICAgICAgICAgICAgICA8ZmVNZXJnZU5vZGUgaW49IlNvdXJjZUdyYXBoaWMiPjwvZmVNZXJnZU5vZGU+ICAgICAgICAgICAgPC9mZU1lcmdlPiAgICAgICAgPC9maWx0ZXI+ICAgIDwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0ic2VhcmNoIiBmaWx0ZXI9InVybCgjZmlsdGVyLTEpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjAwMDAwMCwgMi4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiM2MTYxNjEiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjAwMSwyMDAuNDg2IEMwLjAwMSwzMTEuMjA1IDk1LjkzLDQwNy4xMyAyMDYuNjM5LDQwNy4xMyBDMjQzLjQ1NCw0MDcuMTMgMjc3LjkzLDM5Ny4xNiAzMDcuNTc2LDM3OS44NDMgTDQzMC42OTUsNTAyLjk2OCBDNDM2LjY1OCw1MDguOTMxIDQ0NC40NTMsNTExLjkzOSA0NTIuMjY1LDUxMiBMNDUyLjc1Niw1MTIgQzQ2MC41NjgsNTExLjkzOCA0NjguMzYsNTA4LjkzMSA0NzQuMzE2LDUwMi45NjggTDUwNC44NTIsNDcyLjQzNiBDNTE2LjkwMyw0NjAuMzg1IDUxMi41NCw0NDUuMjE2IDUwMC40OTQsNDMzLjE3NiBMMzc4LjAzNywzMTAuNzE5IEMzOTYuNDk4LDI4MC4zODYgNDA3LjEzLDI0NC43NjEgNDA3LjEzLDIwNi42NDkgQzQwNy4xMyw5NS45MzUgMzExLjE5NywwIDIwMC40NjcsMCBDODkuNzU4LDAgMC4wMDEsODkuNzYyIDAuMDAxLDIwMC40ODYgWiBNMjAwLjQ2OCw2MS42ODYgQzI3Ny4xMzYsNjEuNjg2IDM0NS40NDUsMTI5Ljk5MSAzNDUuNDQ1LDIwNi42NDggQzM0NS40NDUsMjgzLjMwNSAyODMuMjk3LDM0NS40NDggMjA2LjYzOSwzNDUuNDQ4IEMxMjkuOTk3LDM0NS40NDggNjEuNjkzLDI3Ny4xNDQgNjEuNjkzLDIwMC40ODYgQzYxLjY5MiwxMjMuODI4IDEyMy44Myw2MS42ODYgMjAwLjQ2OCw2MS42ODYgWiIgaWQ9InNlYXJjaC1ncmV5Ij48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) right center no-repeat;
  background-size: 25px;
}

.topic-list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}

.topic-list__heading {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0;
}

.topic-list__count {
  font-size: 18px;
  font-size: 1.8rem;
  color: #949494;
  font-weight: 300;
}

.topic-list__items {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.topic-list__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.topic-list__link {
  color: #191919;
}

.topic-list__link:hover {
  color: #e91c24;
}

.topic-list__more {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}

.knowledge__topic-list {
  columns: auto 2;
  column-gap: 20px;
  margin: 0 0 20px 0;
  padding: 0;
}

.knowledge__topic-item {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4b4b4b;
  list-style-type: none;
  line-height: 1.5em;
  padding: 0 0 20px 0;
  margin: 0;
  break-inside: avoid;
}

.knowledge__topic-link {
  padding: 0;
  color: #4b4b4b;
}

.knowledge__topic-link:hover {
  color: #e91c24;
}

.topic-list__sticky {
  color: #e91c24;
  font-weight: 500;
}

.vote-container__invalid {
  border: 1px solid #e91c24 !important;
}

.vote-container__invalid-text {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.vote-container .email {
  width: 75%;
}

.vote-container .feedback-content {
  width: 75%;
  resize: none;
  height: 150px;
}

.vote-container .error {
  border: 1px solid #e91c24 !important;
}

.vote-container .error-field {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.vote-container__message {
  padding: 0;
  margin: 0;
}

.vote-container__buttons {
  margin-bottom: 15px;
}

.vote-container__who {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 10px;
  padding: 0;
}

.vote-container__loader {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/core/ajax-loader.gif") no-repeat;
  background-size: 75%;
  vertical-align: middle;
  margin: 7px 0 0 15px;
}

.code-embed-wrapper {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 0 !important;
}

.code-embed-wrapper pre {
  border: none !important;
  border-radius: 0 !important;
}

.code-embed-wrapper .code-embed-infos {
  display: none !important;
}

.u-center-text {
  text-align: center;
}

.u-post-reload {
  *zoom: 1;
}

.u-post-reload:before, .u-post-reload:after {
  display: table;
  content: '';
}

.u-post-reload:after {
  clear: both;
}

.u-no-radius {
  border-radius: 0;
}

.u-no-radius {
  border-radius: 0;
}

.u-no-margin {
  margin: 0;
}

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

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

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.clearfix:after {
  clear: both;
}

.button {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 1.78571%;
  padding-right: 1.78571%;
  float: none;
}

.button--news {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.button--news-loader:after {
  display: inline-block;
  content: '';
  background: url("../images/core/ajax-loader.gif");
  width: 48px;
  height: 48px;
}

.button--news-loader a {
  display: none;
}

.button--events {
  margin-top: 15px;
  margin-bottom: 10px;
}

.button--videos {
  margin-top: 10px;
  margin-bottom: 15px;
}

.button--people {
  margin-top: 10px;
  margin-bottom: 15px;
}

.button--content {
  padding: 0;
  margin: 20px 0 40px 0;
}

.button__red, ul.page-numbers li .page-numbers, .pagination .page-numbers {
  max-width: 90%;
  min-width: 80px;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  cursor: pointer;
  line-height: 1.4em;
  padding: 15px 28px 14px;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  transition: background 200ms, box-shadow 200ms;
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.button__red span, ul.page-numbers li .page-numbers span, .pagination .page-numbers span {
  padding-left: 10px;
}

.button__red:hover, ul.page-numbers li .page-numbers:hover, .pagination .page-numbers:hover {
  color: #ffffff;
  text-decoration: none;
}

.button__red--center {
  margin: 0 auto;
}

.button__red--outline, ul.page-numbers li .page-numbers, .pagination .page-numbers {
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #e91c24;
  color: #e91c24;
}

.button__red--outline:hover, ul.page-numbers li .page-numbers:hover, .pagination .page-numbers:hover {
  background: #e91c24;
  border: 2px solid #e91c24;
}

.button__red--solid {
  font-weight: 400;
  background: #e91c24;
  color: #ffffff;
  border-bottom: 3px solid transparent;
  border-radius: 0.2rem;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
}

.button__red--solid:hover {
  background: #313131;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  border-bottom-width: 3px;
  border-bottom-color: #000000;
}

.button__red--solid:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.button__red--no-border {
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
}

.button__grey--outline {
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #eeeeee;
  color: #eeeeee;
}

.button__grey--outline:hover {
  background: #eeeeee;
  border: 2px solid #eeeeee;
}

.button__grey--solid {
  font-weight: 400;
  background: #eeeeee;
  color: #313131;
  border-bottom: 3px solid transparent;
  border-radius: 0.2rem;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
}

.button__grey--solid:hover {
  background: #313131;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
  border-bottom-width: 3px;
  border-bottom-color: #000000;
}

.button__grey--solid:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.navigation__buttons {
  padding: 0;
  margin: 0;
}

.button--sidebar {
  margin: 20px 0;
  display: block;
  padding: 0;
}

.button__nav {
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}

.banner__buttons {
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0;
}

.button--banner {
  display: inline;
}

.button__no-shadow {
  box-shadow: none;
}

.button__full-width {
  max-width: 100%;
}

@media print {
  @page {
    margin: 0;
    padding: 0;
  }
  html, body {
    margin: 0;
    padding: 0;
  }
  .footer__list *,
  .banner__small,
  .banner__heading {
    color: #000 !important;
  }
  .footer__list-item {
    line-height: normal !important;
  }
  .content {
    padding: 0 20px !important;
    margin: 0 !important;
    border: 0 none !important;
  }
  #remodal-menu,
  #comments,
  #navigation,
  .topbar__tools,
  .global-nav,
  .svg-container,
  .visuallyhidden,
  .content__meta,
  .footer__list--social,
  .footer__logo-link,
  .banner__image,
  .content__video,
  .load-more {
    height: 0 !important;
    display: none !important;
  }
  .slideme__description {
    display: block !important;
    height: auto !important;
  }
  .footer__list--address:after {
    content: '';
    margin: 0 !important;
    width: 0;
    height: 0;
  }
  .banner {
    border: 1px solid black;
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  .banner__text--image {
    position: relative !important;
  }
  .footer {
    page-break-before: alwasy;
  }
  .banner__text--image,
  .banner__text-vertical {
    transform: none;
    top: 0;
    -webkit-transform: none;
  }
  .content-wrapper {
    page-break-inside: avoid;
    page-break-after: always;
  }
  .footer__branding {
    margin: 0 !important;
  }
}

@media (min-width: 641px) {
  .navigation {
    float: left;
    display: block;
    padding: 25px 20px 25px 10px;
    width: 200px;
  }
  .content {
    border-left: 1px solid #eeeeee;
    padding: 20px 15px 0 30px;
    margin-left: 200px;
  }
  .content-wrapper--introduction {
    margin-bottom: 30px;
  }
  .content-wrapper--introduction:after {
    clear: none;
  }
  .content-wrapper--quicklinks {
    margin-bottom: 37px;
    padding-right: 0;
  }
  .content-wrapper--news {
    margin-bottom: 22px;
  }
  .content-wrapper--events {
    margin-bottom: 37px;
  }
  .content-wrapper--videos {
    margin-bottom: 37px;
  }
  .content-wrapper--people {
    margin-bottom: 37px;
  }
  .content-wrapper--videos, .content-wrapper--people {
    padding-right: 10px;
  }
  .content table {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content td, .content th {
    padding: 15px;
  }
  .page-search__form {
    margin-bottom: 50px;
    display: inline-block;
  }
  .topbar__heading--mobile {
    display: none;
  }
  .topbar__tool--menu {
    display: none;
  }
  .topbar__heading--break {
    display: none;
  }
  .mycarletonone {
    height: 78px;
    background: #f4f4f4;
    padding: 15px 0;
  }
  .mycarletonone__container {
    max-width: 730px;
    margin: 0 auto;
  }
  .mycarletonone__lock {
    width: 30px;
    height: 30px;
  }
  .mycarletonone__title {
    float: left;
    width: 35%;
    padding-top: 8px;
  }
  .mycarletonone__text {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #616161;
    line-height: 16px;
  }
  .mycarletonone__reset {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 0 0 35px;
  }
  .mycarletonone__fields {
    float: right;
    width: 65%;
    padding: 0;
  }
  .mycarletonone__fields label {
    display: none;
  }
  .mycarletonone__input {
    float: left;
    width: 39%;
    margin: 0 1% 0 0;
  }
  .mycarletonone__submit {
    float: left;
    width: 20%;
    margin: 1px 0 0 0;
    font-size: 1.4rem !important;
    padding: 15px 0;
  }
  .mycarletonone__submit:focus, .mycarletonone__submit:active {
    font-size: 1.4rem !important;
  }
  .in-use-carousel .flickity-page-dots {
    bottom: 20px;
  }
  .in-use-carousel .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
  }
  .card {
    position: relative;
    margin-bottom: 25px;
  }
  .card:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 1px;
    left: 15px;
    bottom: 15px;
    margin-top: 0;
    background: #e91c24;
  }
  .card--no-underline:after {
    content: none;
  }
  .card__link {
    padding-bottom: 50px;
  }
  .card__link:hover {
    border-bottom: none;
    box-shadow: 0px 5px 15px 0px rgba(49, 49, 49, 0.2);
    overflow: visible;
    z-index: 10000;
  }
  .card__heading {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 10px 0;
  }
  .card__text {
    font-size: 12px;
    font-size: 1.2rem;
    color: #616161;
  }
  .card__heading, .card__text {
    padding: 0 15px;
    line-height: 1.4em;
  }
  .event-card {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
  }
  .event-card:hover {
    transition: .7s;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(49, 49, 49, 0.2);
  }
  .content .people__table, .content .event__table, .content .rooms__table, .content .dept__table {
    padding: 0;
  }
  .footer__list-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer__list-item--left, .footer__list-item--right {
    display: inline;
  }
  .footer__list-item--divider {
    border-right: 1px solid #949494;
    padding-right: 10px;
    margin-right: 10px;
  }
  .footer__icon {
    width: 35px;
    height: 35px;
    margin: 0 10px;
  }
  .footer__branding {
    margin-top: 15px;
    padding-top: 20px;
  }
  .footer__logo-link {
    margin: 0 0 25px 0;
  }
  .footer__logo {
    width: 250px;
    max-width: 350px;
  }
  .remodal--search {
    width: 600px;
    vertical-align: middle;
  }
  .remodal_search-form {
    margin: 30px auto 150px auto;
    padding-right: 15px;
  }
  .remodal--search-button {
    padding-top: 1px;
  }
  .remodal--search-icon {
    width: 25px;
    height: 25px;
  }
  .slideme__description {
    background: linear-gradient(#ffffff, #f4f4f4);
    border-bottom: 1px solid #eeeeee;
  }
  .page-search__form {
    margin-bottom: 50px;
  }
  .page-search__form--sorting {
    margin-bottom: 15px;
  }
  #cu__toc {
    float: right;
    width: 260px;
    padding: 10px 10px 10px 25px;
    margin: 0 0 40px 40px;
  }
  #cu__toc li {
    padding: 0;
    margin: 15px;
  }
  #cu__toc ol {
    padding: 0 0 0 10px;
  }
  #cu__toc {
    float: right;
    width: 260px;
    padding: 10px 10px 10px 25px;
    margin: 0 0 40px 40px;
  }
  #cu__toc li {
    padding: 0;
    margin: 15px;
  }
  #cu__toc ol {
    padding: 0 0 0 10px;
  }
  .code-embed-wrapper {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .u-hide--above-mobile {
    display: none;
  }
  .button--news {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .button--events {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .button--videos {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .button--people {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .banner__buttons {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 769px) {
  .navigation {
    width: 230px;
    padding: 25px 20px 15px 20px;
  }
  .content {
    padding: 20px 20px 0 40px;
    margin: 0 0 30px 230px;
  }
  .topbar {
    height: 72px;
  }
  .topbar__heading {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 100px 0 55px;
    margin: 0;
  }
  .topbar__logo {
    top: 16px;
    width: 40px;
    height: 40px;
  }
  .topbar__tool {
    height: 69px;
    padding: 25px 25px 0;
  }
  .card__heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .card__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .card__video-thumb {
    min-height: 220px;
  }
  .card--videos-list {
    min-height: 325px;
  }
  .event-wrapper {
    *zoom: 1;
    margin-bottom: 25px;
  }
  .event-wrapper:before, .event-wrapper:after {
    display: table;
    content: '';
  }
  .event-wrapper:after {
    clear: both;
  }
  .event-card {
    width: 48.14815%;
    float: left;
    margin-left: 3.7037%;
    border-bottom: 1px solid #eeeeee;
  }
  .event-card:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .people__details, .event__details, .rooms__details, .dept__details {
    margin: 0 0 30px 0;
  }
  .people__heading, .event__heading, .rooms__heading, .dept__heading {
    font-size: 36px;
    font-size: 3.6rem;
    text-align: left;
  }
  .people__subheading, .event__subheading, .rooms__subheading, .dept__subheading {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
  .people__photo, .event__photo {
    float: right;
    margin: 10px 0 0 20px;
  }
  .rooms__photo {
    margin: 0 0 25px 0;
  }
  .content .people__table, .content .event__table, .content .rooms__table, .content .dept__table {
    padding: 0;
    width: auto;
  }
  .content .people__table-title {
    width: 90px;
  }
  .content .event__table-title {
    width: 140px;
  }
  .content .rooms__table-title {
    width: 160px;
  }
  .content .dept__table-title {
    width: 80px;
  }
  .footer {
    padding: 40px 0 150px 0;
  }
  .footer__list-item {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .footer__branding {
    margin-top: 25px;
    padding-top: 25px;
  }
  .footer__logo {
    width: 310px;
    max-width: 350px;
  }
  .footer__link-item {
    padding: 0 15px;
  }
  #dept-map {
    min-height: 400px;
  }
  .typeahead__container-sub .typeahead__field input {
    width: 422px;
  }
  .typeahead__container-sub {
    padding: 12px 12px 0 0;
  }
  .typeahead__field input {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 97px 0 48px;
    height: 85px;
    line-height: 85px;
  }
  .typeahead__cancel-button {
    top: 35px;
    right: 4.2em;
  }
  .typeahead__magnifying-glass-icon {
    top: 32px;
    right: 2.2em;
  }
  .typeahead__magnifying-glass-icon .topbar__icon {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 640px) {
  body.home {
    background: #f4f4f4;
  }
  .main-wrapper {
    padding-top: 60px;
  }
  .content-wrapper--shortcode {
    background: #f4f4f4;
    margin: 0 -20px 30px;
    padding: 30px 20px 20px 20px;
  }
  .content-wrapper--shortcode:first-child {
    margin-top: -29px;
  }
  .content-wrapper--shortcode:last-child {
    margin-bottom: 0;
  }
  .content-wrapper__heading:after {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .topbar {
    position: fixed;
    z-index: 1000;
    top: 0;
  }
  .topbar__heading--small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
  }
  .topbar__heading--desktop {
    display: none;
  }
  .banner--no-image {
    border-bottom: 1px solid #ffffff;
  }
  .card {
    box-shadow: 0px 2px 2px 0px rgba(49, 49, 49, 0.1);
  }
  .card__text {
    display: none;
  }
  .news, .search {
    box-shadow: 0px 2px 2px 0px rgba(49, 49, 49, 0.1);
  }
  .event-card {
    background: #ffffff;
    box-shadow: 0px 2px 2px 0px rgba(49, 49, 49, 0.1);
  }
  .event-card--home {
    background: #ffffff;
  }
  .card--people:first-of-type {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .rooms__photo {
    max-width: 100%;
  }
  .rooms__image {
    width: 100%;
  }
  .columns__two:first-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .slideme__heading {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 40px 15px 15px;
    background: white;
    background: linear-gradient(white, white);
  }
  .home .slideme__description {
    background: linear-gradient(#ffffff, #ffffff);
  }
  .u-hide--below-mobile {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .button__red--banner {
    font-size: 9px;
    font-size: 0.9rem;
    padding: 11px 18px 9px;
  }
}

@media (min-width: 1025px) {
  .content-wrapper--quicklinks {
    padding-right: 10px;
  }
  .card--quicklink-max {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--quicklink-max:first-of-type {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .card__video-thumb {
    min-height: 150px;
  }
  .card--videos {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--videos:first-of-type {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .u-hide--above-desktop {
    display: none;
  }
}

@media (min-width: 640px) {
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2:after {
    margin-top: 25px;
  }
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  h4, h5, h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h3, h4, h5, h6 {
    margin: 15px 0;
  }
  ul, ol {
    padding-left: 35px;
  }
  blockquote {
    margin: 0 30px 30px 30px;
  }
  .content-wrapper__heading {
    text-align: left;
  }
  .content .gform_wrapper h2,
  .content .gform_wrapper h3.gform_title {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 60px 0;
  }
  .content .gform_wrapper h2:after,
  .content .gform_wrapper h3.gform_title:after {
    margin-top: 25px;
  }
  .content .gform_wrapper h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .content .gform_wrapper h4,
  .content .gform_wrapper h5,
  .content .gform_wrapper h6 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .global-nav {
    display: block;
    background-color: #313131;
    width: 100%;
    padding-left: 5px;
  }
  .global-menu {
    font-size: 11px;
    font-size: 1.1rem;
    height: 39px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .global-menu__item {
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .global-menu__link {
    font-weight: 400;
    display: block;
    color: #f4f4f4;
    text-decoration: none;
    margin-right: 10px;
    padding: 10px 8px;
    border: none;
  }
  .global-menu__link:hover {
    border: none;
  }
  .global-menu__item:hover > a {
    color: #313131;
    background-color: #e4e4e4;
  }
  .global-menu__item:hover ul {
    visibility: visible;
    transition-delay: 0.35s;
  }
  .global-menu__item > a:after {
    content: ' ▾';
  }
  .global-menu__item > a:only-child:after {
    content: '';
  }
  .global-menu__item > a:only-child:after {
    content: '';
  }
  .global-submenu {
    font-size: 11px;
    font-size: 1.1rem;
    visibility: hidden;
    position: absolute;
    top: 100%;
    background: #313131;
    width: 100%;
    z-index: 600;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .global-submenu__item {
    position: initial;
    display: block;
  }
  .global-submenu__item:not(:last-child) {
    border-bottom: 1px solid #575757;
  }
  .global-submenu__link {
    margin: 0;
  }
  .global-menu__item--carleton:nth-child(6) {
    border-right: 1px solid #575757;
    padding-right: 5px;
  }
  .global-menu__item--carleton:nth-child(7) {
    padding-left: 10px;
  }
  .global-menu__item--grad:nth-child(4) {
    border-right: 1px solid #575757;
    padding-right: 5px;
  }
  .global-menu__item--grad:nth-child(5) {
    padding-left: 10px;
  }
  .banner__text-spacing {
    padding: 60px 0;
  }
  .banner__text-spacing--home {
    padding: 80px 15px;
  }
  .banner__heading {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .banner__heading--height {
    max-height: 190px;
  }
  .banner__heading--long {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .banner__heading--slideshow,
  .banner__heading--home {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .banner__heading--posts {
    max-height: initial;
  }
  .banner__small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news, .search {
    margin-bottom: 25px;
    margin-left: -15px;
  }
  .news__link, .search__link {
    padding: 15px;
  }
  .news__link:hover, .search__link:hover {
    border-bottom: none;
    box-shadow: 0px 5px 15px 0px rgba(49, 49, 49, 0.2);
  }
  .columns__two {
    width: 48.14815%;
    float: left;
    margin-left: 3.7037%;
  }
  .columns__two:first-of-type {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  p, ul, ol, pre {
    font-size: 15px;
    font-size: 1.5rem;
  }
  ul, ol {
    padding-left: 50px;
  }
  blockquote {
    margin: 0 50px 30px 50px;
    padding: 15px 30px;
  }
  .cu-gallery__items {
    width: 33.3%;
  }
  .content .gform_wrapper h2,
  .content .gform_wrapper h3.gform_title {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 0 50px 0;
  }
  .content .gform_wrapper h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  .content .gform_wrapper h4,
  .content .gform_wrapper h5,
  .content .gform_wrapper h6 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .content .gform_wrapper h3,
  .content .gform_wrapper h4,
  .content .gform_wrapper h5,
  .content .gform_wrapper h6 {
    margin: 15px 0;
  }
  .banner__text-spacing {
    padding: 80px 0;
  }
  .banner__text-spacing--home {
    padding: 100px 0;
  }
  .banner__heading {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .banner__heading--height {
    max-height: 240px;
  }
  .banner__heading--long {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .banner__heading--slideshow,
  .banner__heading--home {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .banner__heading--posts {
    max-height: initial;
  }
  .banner__small {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .banner__small--price {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .hosted__banners:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .card--quicklink-min {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--quicklink-min:first-of-type {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .news, .search {
    margin-left: -20px;
  }
  .news__link, .search__link {
    padding: 15px 20px;
  }
  .news__link:hover, .search__link:hover {
    border-bottom: none;
    box-shadow: 0px 5px 15px 0px rgba(49, 49, 49, 0.2);
  }
  .card--people {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--people:first-of-type {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .card--people-list:nth-child(3n+1) {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .topic-list {
    width: 48.14815%;
    float: left;
    margin-left: 3.7037%;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .cu-gallery__items {
    width: 25%;
  }
  .banner--has-image {
    height: 420px;
  }
  .banner__text-spacing--home {
    padding: 120px 0;
  }
  .in-use-carousel.flickity-enabled .in-use-carousel__item {
    height: 420px;
  }
  .card--videos-list {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--videos-list:nth-child(3n+1) {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .card--rooms-list {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--rooms-list:nth-child(3n+1) {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .news {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .search {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .news__date, .search__date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news__link, .search__link {
    padding: 0 15px 0 0;
  }
  .news__link:hover, .search__link:hover {
    border-bottom: none;
    box-shadow: 0px 5px 15px 0px rgba(49, 49, 49, 0.2);
  }
  .search__link {
    padding: 5px 20px 15px 20px;
    margin-left: -20px;
  }
  .news__link--home {
    *zoom: 1;
    overflow: hidden;
  }
  .news__link--home:before, .news__link--home:after {
    display: table;
    content: '';
  }
  .news__link--home:after {
    clear: both;
  }
  .news__date, .search__date {
    padding: 12px 0 0 0;
  }
  .news__heading, .news__excerpt, .news__date,
  .search__heading, .search__excerpt, .search__date {
    padding-left: 275px;
  }
  .search__heading, .search__excerpt, .search__date {
    padding-left: 0;
  }
  .news__image {
    float: left;
    width: 250px;
    font-size: 0;
    height: auto;
  }
  .news--archive {
    margin-bottom: 20px;
  }
  .news__link--archive {
    padding: 5px 20px 15px 20px;
    margin-left: -20px;
  }
  .news__heading--archive, .news__excerpt--archive, .news__date--archive {
    padding-left: 0;
  }
  .news__link--with-image {
    display: inline-block;
    padding: 0 20px 0 0;
    width: 100%;
  }
  .news__link--with-image .news__image {
    margin: 0 25px 0 0;
  }
  .card--people {
    width: 22.22222%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--people:first-of-type {
    width: 22.22222%;
    float: left;
    margin-left: 0;
  }
  .card--people-more:nth-child(4n+1) {
    width: 22.22222%;
    float: left;
    margin-left: 0;
  }
  .columns__three {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .columns__three:first-of-type {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .topic-list {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .topic-list:nth-child(3n+1) {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .u-width-limited {
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .content .gform_wrapper select,
  .content .gform_wrapper .chosen-container-single .chosen-single {
    background-image: url("../images/core/dropdown-arrow-grey-2x.png");
    background-size: 18px 18px;
  }
  .content .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url("../images/core/dropdown-arrow-grey-2x.png") !important;
    background-size: 18px 18px !important;
  }
}

@media (min-width: 640px) and (min-width: 769px) {
  .global-menu__link {
    padding: 10px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .global-menu__item--carleton:nth-child(5) {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  .global-menu__item--grad:nth-child(7) {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .topbar__tool-list-mp a {
    padding-top: 18px;
  }
  .hosted__banners {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .card--quicklink-min:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .card--hide-quicklink-min {
    display: none;
  }
  .card--people:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .card--people-more {
    width: 48.14815%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--people-more:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .card--people-list {
    width: 48.14815%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--people-list:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .slideme__description {
    transition: max-height 0.5s;
  }
}

@media (max-width: 639px) {
  .typeahead__container-sub {
    display: none;
  }
  .typeahead__container-sub_mobile {
    display: block !important;
  }
}

@media (min-width: 1442px) {
  .banner--has-image {
    height: 480px;
  }
  .in-use-carousel.flickity-enabled .in-use-carousel__item {
    height: 480px;
  }
}

@media (max-width: 1024px) {
  .card--quicklink-max:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .card--videos:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .u-hide--below-desktop {
    display: none;
  }
}

@media (min-width: 1224px) {
  .card--quicklink-max {
    width: 22.22222%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--quicklink-max:first-of-type {
    width: 22.22222%;
    float: left;
    margin-left: 0;
  }
  .card--videos-more {
    display: initial;
    width: 22.22222%;
    float: left;
    margin-left: 3.7037%;
  }
}

@media (max-width: 1223px) and (min-width: 1025px) {
  .card--hide-quicklink-max {
    display: none;
  }
  .card--hide-video {
    display: none;
  }
}

@media (max-width: 767px) and (min-width: 641px) {
  .card__video-thumb {
    min-height: 180px;
  }
}

@media (min-width: 1225px) {
  .card--videos {
    width: 22.22222%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--videos:first-of-type {
    width: 22.22222%;
    float: left;
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .card--videos-more:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .card--videos-list:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .card--rooms-list:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
  .news__image {
    display: none;
  }
  .news__excerpt--large, .search__excerpt--large {
    display: none;
  }
}

@media (max-width: 1223px) and (min-width: 1024px) {
  .card--videos-more {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--videos-more:nth-child(3n+1) {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .card--videos-hide:nth-child(9) {
    display: initial;
  }
}

@media (min-width: 1224px) and (min-width: 1224px) {
  .card--videos-more:nth-child(4n+1) {
    width: 22.22222%;
    float: left;
    margin-left: 0;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .news__excerpt--small, .search__excerpt--small {
    display: none;
  }
}

@media only screen and (min-width: 1170px) {
  .home .cd-popup-container {
    margin: 8em auto;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .card--people-more {
    width: 30.8642%;
    float: left;
    margin-left: 3.7037%;
  }
  .card--people-more:nth-child(3n+1) {
    width: 30.8642%;
    float: left;
    margin-left: 0;
  }
  .card--people-hide:nth-child(9) {
    display: initial;
  }
  .card--hide-people {
    display: none;
  }
}

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .topic-list:nth-child(odd) {
    width: 48.14815%;
    float: left;
    margin-left: 0;
  }
}

/*# sourceMappingURL=styles-min.css.map */
