@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:700");
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #51b5e7;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 1.5em 2.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #4191b9;
  color: #fff;
}
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #51b5e7;
}

.ba-color {
  color: #51b5e7;
}

.ma-color {
  color: #d83559;
}

.bg-light {
  background-color: #eee;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.75em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}

input,
select {
  display: block;
  font-family: "Open Sans", Arial, Helvetica;
  font-size: 0.875em;
  font-weight: bold;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple],
select {
  background-color: transparent;
  border: 2px solid #ddd;
  border-color: #333;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica;
  font-size: 0.875em;
  margin-bottom: 1.5em;
  padding: 0.6em;
  transition: all 150ms ease;
  width: 100%;
}
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover,
select:hover {
  border-color: #4d4d4d;
}
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus,
select:focus {
  border-color: #51b5e7;
  box-shadow: none;
  outline: none;
}
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled,
select:disabled {
  background-color: #e2e2e2;
  cursor: not-allowed;
  border-color: #ddd;
  color: #999;
}
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover,
select:disabled:hover {
  border: 2px solid #ddd;
}
[type='color'].error, [type='date'].error, [type='datetime'].error, [type='datetime-local'].error, [type='email'].error, [type='month'].error, [type='number'].error, [type='password'].error, [type='search'].error, [type='tel'].error, [type='text'].error, [type='time'].error, [type='url'].error, [type='week'].error, input:not([type]).error, textarea.error,
select[multiple].error,
select.error {
  border-color: #d83559;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: vertical;
}

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.75em;
}

[type="file"] {
  margin-bottom: 1.5em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
  padding: 0.54545em;
}

select.form-select {
  min-width: 100%;
}

.webform-section {
  margin-bottom: 1.5em;
}
.webform-section h3 {
  color: #51b5e7;
}

.webform-button--next,
.webform-button--submit {
  float: right;
}

.webform-button--previous {
  float: left;
  background-color: #ddd !important;
}
.webform-button--previous:hover {
  background-color: #999 !important;
}

.webform-actions {
  width: 100%;
}

.ui-datepicker-month,
.ui-datepicker-year {
  display: inline-block;
  padding: 0.25em;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0.25em;
}

@font-face {
  font-family: 'icons';
  src: url("fonts/icons.eot?qk0fjw");
  src: url("fonts/icons.eot?qk0fjw#iefix") format("embedded-opentype"), url("fonts/icons.ttf?qk0fjw") format("truetype"), url("fonts/icons.woff?qk0fjw") format("woff"), url("fonts/icons.svg?qk0fjw#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-image:before {
  content: "\e91b";
}

.icon-images:before {
  content: "\e91c";
}

.icon-location:before {
  content: "\e91a";
}

.icon-calendar:before {
  content: "\e919";
}

.icon-video:before {
  content: "\e918";
}

.icon-tag:before {
  content: "\e916";
}

.icon-globe:before {
  content: "\e917";
}

.icon-youtube-square:before {
  content: "\e900";
}

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

.icon-google-plus:before {
  content: "\e904";
}

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

.icon-facebook:before {
  content: "\e906";
}

.icon-checked:before {
  content: "\e907";
}

.icon-table:before {
  content: "\e90e";
}

.icon-document:before {
  content: "\e90f";
}

.icon-clock:before {
  content: "\e910";
}

.icon-quote:before {
  content: "\e911";
}

.icon-phone:before {
  content: "\e912";
}

.icon-website:before {
  content: "\e913";
}

.icon-email:before {
  content: "\e914";
}

.icon-search:before {
  content: "\e915";
}

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

.icon-check_box:before {
  content: "\e901";
}

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

.icon-caret-right:before {
  content: "\e90b";
}

.icon-caret-left:before {
  content: "\e90c";
}

.icon-caret-down:before {
  content: "\e90d";
}

.icon-squared-plus:before {
  content: "\e90a";
}

.icon-squared-minus:before {
  content: "\e909";
}

ul,
ol {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

dl {
  margin-bottom: 1.5em;
}
dl dt {
  font-weight: 600;
  margin-top: 1.5em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 1.5em 0;
  text-align: left;
}

td {
  border-bottom: 2px solid #ddd;
  padding: 1.5em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Open Sans", Arial, Helvetica;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rajdhani, "Open Sans", Arial, Helvetica;
  font-size: 1em;
  line-height: 1;
  margin: 0 0 1.5em;
}

p {
  margin: 0 0 1.5em;
}

a {
  color: #51b5e7;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: #3d88ad;
}

hr {
  border-bottom: 2px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 2.5em 0;
}

.small-text, .small-light-text, .image-gallery-container > .photoswipe-gallery > div > div, .image-gallery-container-small > .photoswipe-gallery > div > div, .news-card, .news-article .tag-list, .news-article .date {
  font-size: 0.875em;
}

.light-text {
  color: #999;
}

.small-light-text, .image-gallery-container > .photoswipe-gallery > div > div, .image-gallery-container-small > .photoswipe-gallery > div > div, .news-card, .news-article .tag-list, .news-article .date {
  color: #999;
}

hr {
  border: 0;
  height: 1px;
  background: #ddd;
}

.l-footer-wrapper {
  overflow-x: hidden;
}

#block-socialmenu-2 {
  color: #fff;
  background-color: #333;
  padding: 1.5em;
}
@media (min-width: 1200px) {
  #block-socialmenu-2 {
    padding: 2.5em;
  }
}
#block-socialmenu-2 h3 {
  text-transform: uppercase;
}

#block-jam-footer {
  background-color: #444;
  padding: 1.5em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
  font-size: 0.875em;
  color: #ddd;
}
@media (min-width: 1200px) {
  #block-jam-footer {
    padding: 2.5em;
  }
}
#block-jam-footer::after {
  clear: both;
  content: "";
  display: block;
}
#block-jam-footer a {
  color: #ddd;
  line-height: 0.875;
}
#block-jam-footer a:hover {
  color: #51b5e7;
}
#block-jam-footer > ul > li {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 1024px) {
  #block-jam-footer > ul > li {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
}
#block-jam-footer > ul > li > span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #999;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#block-jam-footer > ul > li > ul > li {
  margin-bottom: 0.25em;
}

.copyright {
  padding: 1.5em;
  font-size: 0.75em;
}
@media (min-width: 1200px) {
  .copyright {
    padding: 2.5em;
  }
}

.header-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8;
  color: #fff;
  height: 3.5em;
  background-color: #222;
}
@media (min-width: 1024px) {
  .header-wrapper {
    position: fixed;
  }
}

.user-logged-in .header-wrapper {
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
}

a.branding {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0.875rem 1.5em 0;
  width: 10em;
  height: 2.5em;
  background-image: url(../images/optimized/JAM_Logo_MLU_Subline_RGB_neg.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  a.branding {
    margin: 0.875rem 1.5em 0;
    height: 2.5em;
    width: 11em;
    background-image: url(../images/optimized/JAM_Logo_MLU_RGB_neg.png);
  }
}
@media (min-width: 1200px) {
  a.branding {
    margin: 0.875rem 2.5em 0;
  }
}

@media (min-width: 1024px) {
  .path-frontpage a.branding.top {
    margin: 5rem 1.5em;
    width: 22em;
    height: 6em;
    background-image: url(../images/optimized/JAM_Logo_MLU_Subline_RGB_neg.png);
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .path-frontpage a.branding.top {
    margin: 6rem 2.5em;
  }
}

@media (min-width: 1024px) {
  .path-frontpage a.branding.top.menu-in {
    opacity: 0.05;
  }
}

.top-nav {
  float: right;
  position: relative;
}
.top-nav .apply-btn-header,
.top-nav .apply-btn-header:active,
.top-nav .apply-btn-header:focus {
  float: left;
  padding: 0.25em 0.75em;
  margin-top: 0.75em;
  margin-right: 1em;
  display: none;
}
@media (min-width: 768px) {
  .top-nav .apply-btn-header,
  .top-nav .apply-btn-header:active,
  .top-nav .apply-btn-header:focus {
    display: block;
  }
}
.top-nav .pull-menu {
  float: left;
  padding: 0.75em 1em;
  background-color: #333;
  height: 3.5em;
  cursor: pointer;
}
.top-nav .pull-menu .label {
  float: left;
  margin-right: 1em;
  color: #999;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-top: 0.25em;
}
.top-nav .pull-menu .lines-button {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 2.5em;
  }
}
h1 .large-heading {
  font-size: 1.4em;
}

h2 {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2em;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.5em;
  }
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
  font-family: "Open Sans", Arial, Helvetica;
}

h6 {
  font-size: 0.875em;
  font-family: "Open Sans", Arial, Helvetica;
}

.line-heading {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #51b5e7;
}

.hl-cat {
  color: #51b5e7;
  font-weight: bold;
  font-size: 1.125em;
  margin: -0.25em 0 0.25em;
}

.l-page-header .page-header-image {
  height: 5em;
  padding: 0 1.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (min-width: 1024px) {
  .l-page-header .page-header-image {
    height: 7em;
    padding: 0 1.5em;
  }
}
@media (min-width: 1200px) {
  .l-page-header .page-header-image {
    padding: 0 2.5em;
  }
}
.l-page-header h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}
@media (min-width: 1024px) {
  .l-page-header h2 {
    font-size: 3.5em;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  /* Disable horizontal scroll */
}

.page-wrapper {
  padding-top: 0;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .page-wrapper {
    overflow-x: visible;
  }
}
@media (min-width: 1024px) {
  .page-wrapper {
    padding-top: 3.5em;
  }
}

.l-page {
  padding: 1.5em 0;
}
.l-page::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 1200px) {
  .l-page {
    padding: 2.5em 0;
  }
}

@media (min-width: 1024px) {
  body.no-sidebars .l-content {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1200px) {
  body.no-sidebars .l-content {
    width: calc(100% - 5em);
    float: left;
    margin-left: 2.5em;
  }
}

body.one-sidebar .l-content {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 1024px) {
  body.one-sidebar .l-content {
    padding: 1.5em;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 10px #dddddd;
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em;
    left: calc(25% - 1.875em + 1.5em);
    position: relative;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  body.one-sidebar .l-content {
    padding: 2.5em;
  }
}

@media (min-width: 1200px) {
  body.one-sidebar .l-content {
    width: calc(75% - 4.375em);
    float: left;
    margin-left: 2.5em;
    left: calc(25% - 3.125em + 2.5em);
    position: relative;
  }
}

body.two-sidebars .l-content {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 1024px) {
  body.two-sidebars .l-content {
    padding: 1.5em;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 10px #dddddd;
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em;
    left: calc(25% - 1.875em + 1.5em);
    position: relative;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  body.two-sidebars .l-content {
    padding: 2.5em;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  body.two-sidebars .l-content {
    width: calc(50% - 3.75em);
    float: left;
    margin-left: 2.5em;
    left: calc(25% - 3.125em + 2.5em);
    position: relative;
    margin-bottom: 0;
  }
}

.l-sidebar-first {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 1024px) {
  .l-sidebar-first {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 10px #dddddd;
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
    left: calc(-75% - 0.375em + 1.5em);
    position: relative;
  }
}
@media (min-width: 1200px) {
  .l-sidebar-first {
    width: calc(25% - 3.125em);
    float: left;
    margin-left: 2.5em;
    left: calc(-75% - 0.625em + 2.5em);
    position: relative;
  }
}

@media (min-width: 1024px) {
  body.two-sidebars .l-sidebar-first {
    left: calc(-75% - 0.375em + 1.5em);
    position: relative;
  }
}
@media (min-width: 1200px) {
  body.two-sidebars .l-sidebar-first {
    left: calc(-50% - 1.25em + 2.5em);
    position: relative;
  }
}

.l-sidebar-second {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 1024px) {
  .l-sidebar-second {
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em;
    left: calc(25% - 1.875em + 1.5em);
    position: relative;
  }
}
@media (min-width: 1200px) {
  .l-sidebar-second {
    width: calc(25% - 3.125em);
    float: left;
    margin-left: 2.5em;
    left: calc(0% - 2.5em + 2.5em);
    position: relative;
  }
}
.l-sidebar-second img {
  margin-bottom: 1.5em;
}

.achivements.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  display: none;
}
.achivements.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.achivements.iframe-container.show {
  display: block;
}

.achivements-table {
  table-layout: auto;
  font-size: 0.875em;
}

blockquote {
  padding: 1em 1em 1em 4em;
  margin: 0 0 0.75em;
  background-color: #333;
  color: #fff;
  font-style: italic;
  font-size: 1.5em;
  overflow: hidden;
}
blockquote:before {
  font-size: 3em;
  margin-right: 0.5rem;
  margin-left: -5rem;
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -1.5rem;
  display: block;
  float: left;
}
blockquote h6 {
  font-size: 0.875rem;
  float: right;
  font-weight: normal;
  font-style: normal;
}
blockquote p {
  margin: 0;
}

.box-dark {
  background-color: #333;
  color: #fff;
  padding: 1.5em;
  border-top: 6px solid #51b5e7;
}

.sidebar-box-card,
#block-sbconatctbox,
#block-sbofficehoursbox {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  border-left: 6px solid #51b5e7;
  padding: 1.5em;
  margin-bottom: 1.5em;
}

#block-sbofficehoursbox {
  background-color: #333;
  color: #fff;
  padding-bottom: 2.5em;
  margin-bottom: 1.5em;
}
#block-sbofficehoursbox .icon-clock {
  font-size: 2em;
  margin-bottom: 0.5em;
}

button, [type='button'], [type='reset'], [type='submit'],
.btn,
.pager li a,
.btn:active,
.pager li a:active,
.btn:focus,
.pager li a:focus {
  color: #fff;
  background-color: #51b5e7;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  transition: all ease 0.6s;
  position: relative;
  padding: 0.65em 2em;
  font-size: 0.875em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 1em;
}
button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover,
.btn:hover,
.pager li a:hover,
.btn:active:hover,
.pager li a:active:hover,
.btn:focus:hover,
.pager li a:focus:hover {
  color: #fff;
  background-color: #24a2e1;
}

.btn-red,
.btn-red:active,
.btn-red:focus {
  background-color: #d83559;
}
.btn-red:hover,
.btn-red:active:hover,
.btn-red:focus:hover {
  background-color: #b72344;
}

.btn-white,
.btn-white:active,
.btn-white:focus {
  background-color: #fff;
  color: #333;
}
.btn-white:hover,
.btn-white:active:hover,
.btn-white:focus:hover {
  color: #333;
  background-color: #b3b3b3;
}

.btn-dark, .pager li.is-active a,
.btn-dark:active,
.pager li.is-active a:active,
.btn-dark:focus,
.pager li.is-active a:focus {
  background-color: #333;
  color: #fff;
}
.btn-dark:hover, .pager li.is-active a:hover,
.btn-dark:active:hover,
.pager li.is-active a:active:hover,
.btn-dark:focus:hover,
.pager li.is-active a:focus:hover {
  background-color: #1a1a1a;
  color: #fff !important;
}

.btn-gray,
.btn-gray:active,
.btn-gray:focus {
  background-color: #999;
  color: #fff;
}
.btn-gray:hover,
.btn-gray:active:hover,
.btn-gray:focus:hover {
  background-color: gray;
  color: #fff !important;
}

.btn-large {
  width: 100%;
}

.btn-border, .btn-curriculum,
.btn-curriculum:focus,
.btn-curriculum:active,
.btn-study_plan,
.btn-study_plan:focus,
.btn-study_plan:active,
a.btn-more,
a.btn-more:focus,
a.btn-more:active,
.btn-border-wrapper.btn-more a,
.btn-border-wrapper.btn-more a:focus,
.btn-border-wrapper.btn-more a:active, .pager li a,
.btn-border:active,
.btn-curriculum:active,
.btn-study_plan:active,
a.btn-more:active,
.btn-border-wrapper.btn-more a:active,
.pager li a:active,
.btn-border:focus,
.btn-curriculum:focus,
.btn-study_plan:focus,
a.btn-more:focus,
.btn-border-wrapper.btn-more a:focus,
.pager li a:focus,
.btn-border-wrapper a,
.btn-border-wrapper a:active,
.btn-border-wrapper a:focus {
  transition: color 150ms, background-color 150ms;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: bold;
}
.btn-border:hover, .btn-curriculum:hover,
.btn-study_plan:hover,
a.btn-more:hover,
.btn-border-wrapper.btn-more a:hover, .pager li a:hover,
.btn-border:active:hover,
.btn-curriculum:active:hover,
.btn-study_plan:active:hover,
a.btn-more:active:hover,
.btn-border-wrapper.btn-more a:active:hover,
.pager li a:active:hover,
.btn-border:focus:hover,
.btn-curriculum:focus:hover,
.btn-study_plan:focus:hover,
a.btn-more:focus:hover,
.btn-border-wrapper.btn-more a:focus:hover,
.pager li a:focus:hover,
.btn-border-wrapper a:hover,
.btn-border-wrapper a:active:hover,
.btn-border-wrapper a:focus:hover {
  background-color: #333;
  color: #fff;
}

.btn-border-wrapper.btn-border-white a,
.btn-border-wrapper.btn-border-white a:active,
.btn-border-wrapper.btn-border-white a:focus,
a.btn-border-white,
a.btn-border-white:active,
a.btn-border-white:focus {
  border-color: #fff;
  color: #fff;
}
.btn-border-wrapper.btn-border-white a:hover,
.btn-border-wrapper.btn-border-white a:active:hover,
.btn-border-wrapper.btn-border-white a:focus:hover,
a.btn-border-white:hover,
a.btn-border-white:active:hover,
a.btn-border-white:focus:hover {
  background-color: #fff;
  color: #333;
}

.btn-border-wrapper.btn-border-blue a,
.btn-border-wrapper.btn-border-blue a:active,
.btn-border-wrapper.btn-border-blue a:focus,
a.btn-border-blue,
a.btn-border-blue:active,
a.btn-border-blue:focus {
  border-color: #51b5e7;
  color: #51b5e7;
}
.btn-border-wrapper.btn-border-blue a:hover,
.btn-border-wrapper.btn-border-blue a:active:hover,
.btn-border-wrapper.btn-border-blue a:focus:hover,
a.btn-border-blue:hover,
a.btn-border-blue:active:hover,
a.btn-border-blue:focus:hover {
  background-color: #51b5e7;
  color: #fff;
}

.btn-border-wrapper.ba-color-bar a,
.btn-border-wrapper.ba-color-bar a:active,
.btn-border-wrapper.ba-color-bar a:focus {
  border-color: #51b5e7;
  color: #51b5e7;
}
.btn-border-wrapper.ba-color-bar a:hover,
.btn-border-wrapper.ba-color-bar a:active:hover,
.btn-border-wrapper.ba-color-bar a:focus:hover {
  background-color: #51b5e7;
  color: #fff;
}

.btn-border-wrapper.ma-color-bar a,
.btn-border-wrapper.ma-color-bar a:active,
.btn-border-wrapper.ma-color-bar a:focus {
  border-color: #d83559;
  color: #d83559;
}
.btn-border-wrapper.ma-color-bar a:hover,
.btn-border-wrapper.ma-color-bar a:active:hover,
.btn-border-wrapper.ma-color-bar a:focus:hover {
  background-color: #d83559;
  color: #fff;
}

.btn-curriculum,
.btn-curriculum:focus,
.btn-curriculum:active,
.btn-study_plan,
.btn-study_plan:focus,
.btn-study_plan:active,
a.btn-more,
a.btn-more:focus,
a.btn-more:active,
.btn-border-wrapper.btn-more a,
.btn-border-wrapper.btn-more a:focus,
.btn-border-wrapper.btn-more a:active {
  text-transform: uppercase;
  display: inline-block;
  padding-right: 1.5em;
}
.btn-curriculum:before,
.btn-curriculum:focus:before,
.btn-curriculum:active:before,
.btn-study_plan:before,
.btn-study_plan:focus:before,
.btn-study_plan:active:before,
a.btn-more:before,
a.btn-more:focus:before,
a.btn-more:active:before,
.btn-border-wrapper.btn-more a:before,
.btn-border-wrapper.btn-more a:focus:before,
.btn-border-wrapper.btn-more a:active:before {
  font-size: 1.1429em;
  margin-right: 0.5em;
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0.2em;
  display: block;
  float: left;
}

.btn-curriculum,
.btn-curriculum:focus,
.btn-curriculum:active,
.btn-study_plan,
.btn-study_plan:focus,
.btn-study_plan:active {
  width: 100%;
}

a.btn-more-simple,
.btn-more-simple-wrapper a {
  color: #333;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 1.5em;
}
a.btn-more-simple:before,
.btn-more-simple-wrapper a:before {
  font-size: 1.1429em;
  margin-right: 0.5em;
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0.2em;
  display: block;
  float: left;
}
a.btn-more-simple:hover,
.btn-more-simple-wrapper a:hover {
  color: #51b5e7;
}

.btn-curriculum:before {
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-study_plan:before {
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-btn,
.nav-btn:focus,
.nav-btn:visited {
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 0.25em 0.75em;
  border-radius: 4px;
}
.nav-btn:hover,
.nav-btn:focus:hover,
.nav-btn:visited:hover {
  border: 2px solid #51b5e7;
}

.active a.nav-btn {
  border: 2px solid #51b5e7;
}

.btn-small,
.btn-small:focus,
.btn-small:active,
.btn-small:visited {
  padding: 0.5em 1em;
}

#block-eventcategoriesfront ul {
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
}
#block-eventcategoriesfront ul::after {
  clear: both;
  content: "";
  display: block;
}
#block-eventcategoriesfront ul::after {
  clear: both;
  content: "";
  display: block;
}
#block-eventcategoriesfront ul > li {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 1024px) {
  #block-eventcategoriesfront ul > li {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    margin-top: 1em;
  }
}
@media (min-width: 1366px) {
  #block-eventcategoriesfront ul > li {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
}
#block-eventcategoriesfront ul > li:hover a {
  color: #fff;
}
#block-eventcategoriesfront ul > li a {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  transition: color ease, background-color ease;
  color: #333;
  display: block;
  padding: 0.75em 1em;
  font-weight: bold;
}
#block-eventcategoriesfront ul > li a:hover {
  background-color: #ddd;
  color: #333;
  position: relative;
}

#block-newseventsmenu-2 ul {
  margin: 0;
  text-align: center;
  margin-bottom: 1rem;
}
#block-newseventsmenu-2 ul::after {
  clear: both;
  content: "";
  display: block;
}
#block-newseventsmenu-2 ul > li span {
  display: none;
}
#block-newseventsmenu-2 ul > li > ul {
  text-align: center;
  width: 100;
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
}
#block-newseventsmenu-2 ul > li > ul::after {
  clear: both;
  content: "";
  display: block;
}
#block-newseventsmenu-2 ul > li > ul > li {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 1024px) {
  #block-newseventsmenu-2 ul > li > ul > li {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
    margin-top: 1em;
  }
}
@media (min-width: 1366px) {
  #block-newseventsmenu-2 ul > li > ul > li {
    width: calc(16.66667% - 1.75em);
    float: left;
    margin-left: 1.5em;
  }
}
#block-newseventsmenu-2 ul > li > ul > li:hover a {
  color: #fff;
}
#block-newseventsmenu-2 ul > li > ul > li a {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  transition: color ease, background-color ease;
  color: #333;
  display: block;
  padding: 0.75em 1em;
  font-weight: bold;
}
#block-newseventsmenu-2 ul > li > ul > li a:hover {
  background-color: #ddd;
  color: #333;
  position: relative;
}

.cards-container {
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
}
.cards-container::after {
  clear: both;
  content: "";
  display: block;
}

.card, .ls-card, .ls-card-large, .port-card, a.doc-card, .image-gallery-container > .photoswipe-gallery > div > div, .image-gallery-container-small > .photoswipe-gallery > div > div, .news-card {
  position: relative;
  margin-bottom: 1.5em;
}
.card .image-wrapper, .ls-card .image-wrapper, .ls-card-large .image-wrapper, .port-card .image-wrapper, a.doc-card .image-wrapper, .image-gallery-container > .photoswipe-gallery > div > div .image-wrapper, .image-gallery-container-small > .photoswipe-gallery > div > div .image-wrapper, .news-card .image-wrapper {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ls-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
  position: relative;
  margin-bottom: 1rem;
  height: auto;
}
@media (min-width: 1024px) {
  .ls-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    height: 12em;
  }
}
@media (min-width: 1366px) {
  .ls-card {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
    height: 12em;
  }
}
.ls-card .image-wrapper {
  width: 0;
  border-left: 6px solid;
}
@media (min-width: 768px) {
  .ls-card .image-wrapper {
    width: 30%;
  }
}
.ls-card .content-wrapper {
  margin-left: 0;
  padding: 1em;
}
@media (min-width: 768px) {
  .ls-card .content-wrapper {
    margin-left: 30%;
  }
}
.ls-card h3 {
  text-transform: uppercase;
  margin: 0;
}
.ls-card h5 {
  font-weight: normal;
  width: 10em;
  line-height: 1.2;
}
.ls-card .btn-border-wrapper {
  margin-top: 0.5em;
}
@media (min-width: 1024px) {
  .ls-card .btn-border-wrapper {
    position: absolute;
    bottom: 0;
    left: calc(30% + $small-spacing);
  }
}

.ls-card-large {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
}
.ls-card-large .image-wrapper {
  width: 0;
  border-left: 6px solid;
}
@media (min-width: 768px) {
  .ls-card-large .image-wrapper {
    width: 25%;
  }
}
.ls-card-large .content-wrapper {
  margin-left: 0;
  padding: 1.5em;
}
@media (min-width: 1200px) {
  .ls-card-large .content-wrapper {
    padding: 2.5em;
  }
}
@media (min-width: 768px) {
  .ls-card-large .content-wrapper {
    margin-left: 25%;
  }
}

.card.ba-color-bar .image-wrapper, .ba-color-bar.ls-card .image-wrapper, .ba-color-bar.ls-card-large .image-wrapper, .ba-color-bar.port-card .image-wrapper, a.ba-color-bar.doc-card .image-wrapper, .image-gallery-container > .photoswipe-gallery > div > div.ba-color-bar .image-wrapper, .image-gallery-container-small > .photoswipe-gallery > div > div.ba-color-bar .image-wrapper, .ba-color-bar.news-card .image-wrapper {
  border-color: #51b5e7;
}

.card.ma-color-bar .image-wrapper, .ma-color-bar.ls-card .image-wrapper, .ma-color-bar.ls-card-large .image-wrapper, .ma-color-bar.port-card .image-wrapper, a.ma-color-bar.doc-card .image-wrapper, .image-gallery-container > .photoswipe-gallery > div > div.ma-color-bar .image-wrapper, .image-gallery-container-small > .photoswipe-gallery > div > div.ma-color-bar .image-wrapper, .ma-color-bar.news-card .image-wrapper {
  border-color: #d83559;
}

.text-teaser-link.color-blue {
  border-left-color: #51b5e7;
}

.text-teaser-link.color-red {
  border-left-color: #d83559;
}
.text-teaser-link.color-red a:hover {
  color: #d83559;
}

.port-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  height: auto;
}
@media (min-width: 768px) {
  .port-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .port-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    height: 25em;
  }
}
@media (min-width: 1200px) {
  .port-card {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
    height: 22em;
  }
}
@media (min-width: 1366px) {
  .port-card {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
    height: 21em;
  }
}
@media (min-width: 1600px) {
  .port-card {
    width: calc(20% - 1.8em);
    float: left;
    margin-left: 1.5em;
    height: 21em;
  }
}
.port-card .image-wrapper {
  transition: margin-bottom 150ms;
  background: none;
  position: static;
  margin-bottom: -4em;
  overflow: hidden;
}
.port-card .image-wrapper img {
  min-width: 100%;
}
@media (min-width: 1024px) {
  .port-card .image-wrapper {
    margin-bottom: 0;
  }
}
.port-card .content-wrapper {
  border-top: 6px solid #51b5e7;
  background-color: #fff;
  padding: 1em;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .port-card .content-wrapper {
    position: absolute;
    right: 0;
    left: 0;
  }
}
.port-card h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.125em;
}
.port-card .btn-border-wrapper a {
  transition: opacity 150ms;
  opacity: 1;
  margin: 1em 0 0 0;
  width: auto;
}
@media (min-width: 1024px) {
  .port-card .btn-border-wrapper a {
    opacity: 0;
  }
}
.port-card:hover .image-wrapper {
  margin-bottom: -4em;
}
.port-card:hover .btn-border-wrapper a {
  opacity: 1;
}

a.doc-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  display: block;
  font-size: 0.875em;
  color: #333;
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  height: auto;
}
a.doc-card > header {
  background-color: #eee;
  padding: 0.5em 1em;
  border-left: 6px solid #51b5e7;
}
a.doc-card > header::after {
  clear: both;
  content: "";
  display: block;
}
a.doc-card > header .cat {
  float: left;
  font-weight: bold;
}
a.doc-card > header .cat:before {
  font-size: 1.25em;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 0.5em;
}
a.doc-card > header .cat.stu:before {
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.doc-card > header .cat.cur:before {
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.doc-card > header .lang {
  float: right;
  color: #999;
}
a.doc-card > .content-wrapper {
  padding: 0.5em 1em;
  position: relative;
  bottom: 0;
  border-left: 6px solid #51b5e7;
  min-height: 4.4em;
}
a.doc-card .icon-download {
  transition: opacity 0.6s;
  display: block;
  opacity: 0.3;
  font-size: 2em;
  color: #333;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
}
a.doc-card:hover .icon-download {
  opacity: 1;
}
@media (min-width: 768px) {
  a.doc-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    height: 7em;
  }
}
@media (min-width: 1024px) {
  a.doc-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  a.doc-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1600px) {
  a.doc-card {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
}

a.doc-card.ba-color-bar header,
a.doc-card.ba-color-bar .content-wrapper {
  border-left-color: #51b5e7;
}

a.doc-card.ma-color-bar header,
a.doc-card.ma-color-bar .content-wrapper {
  border-left-color: #d83559;
}

.check-list, .check-list-small, .basic-page ul, .news-article .main-content ul, .program-detail .main-content .copy ul, .tutor .main-content ul, .check-list-large,
.check-list ul,
.check-list-small ul,
.basic-page ul ul,
.news-article .main-content ul ul,
.program-detail .main-content .copy ul ul,
.tutor .main-content ul ul,
.check-list-large ul {
  margin: 0;
}
.check-list li, .check-list-small li, .basic-page ul li, .news-article .main-content ul li, .program-detail .main-content .copy ul li, .tutor .main-content ul li, .check-list-large li,
.check-list ul li,
.check-list-small ul li,
.basic-page ul ul li,
.news-article .main-content ul ul li,
.program-detail .main-content .copy ul ul li,
.tutor .main-content ul ul li,
.check-list-large ul li {
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.check-list li:before, .check-list-small li:before, .basic-page ul li:before, .news-article .main-content ul li:before, .program-detail .main-content .copy ul li:before, .tutor .main-content ul li:before, .check-list-large li:before,
.check-list ul li:before,
.check-list-small ul li:before,
.basic-page ul ul li:before,
.news-article .main-content ul ul li:before,
.program-detail .main-content .copy ul ul li:before,
.tutor .main-content ul ul li:before,
.check-list-large ul li:before {
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  margin-right: 0.25em;
  margin-left: -1.25em;
  vertical-align: top;
}
.check-list li:last-child, .check-list-small li:last-child, .basic-page ul li:last-child, .news-article .main-content ul li:last-child, .program-detail .main-content .copy ul li:last-child, .tutor .main-content ul li:last-child, .check-list-large li:last-child,
.check-list ul li:last-child,
.check-list-small ul li:last-child,
.basic-page ul ul li:last-child,
.news-article .main-content ul ul li:last-child,
.program-detail .main-content .copy ul ul li:last-child,
.tutor .main-content ul ul li:last-child,
.check-list-large ul li:last-child {
  margin-bottom: 0;
}
.check-list li p, .check-list-small li p, .basic-page ul li p, .news-article .main-content ul li p, .program-detail .main-content .copy ul li p, .tutor .main-content ul li p, .check-list-large li p,
.check-list ul li p,
.check-list-small ul li p,
.basic-page ul ul li p,
.news-article .main-content ul ul li p,
.program-detail .main-content .copy ul ul li p,
.tutor .main-content ul ul li p,
.check-list-large ul li p {
  display: inline-block;
}

.check-list-small li:before, .basic-page ul li:before, .news-article .main-content ul li:before, .program-detail .main-content .copy ul li:before, .tutor .main-content ul li:before {
  font-size: 1em;
  display: inline-block;
  margin-top: 0.25em;
  margin-right: 0.5em;
  margin-left: -1.5em;
}

.check-list-large li:before {
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .check-list-large li:before {
    display: inline-block;
    font-size: 2em;
    margin-top: -0.15em;
    margin-left: -0.75em;
  }
}

/*Checkboxes styles*/
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 1em;
}

input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1.35em;
  height: 1.35em;
  border: 2px solid #333;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 1;
}

input[type="checkbox"]:checked + label:before {
  font-family: 'icons' !important;
  content: "\e907";
  font-size: 1.25em;
  border: none;
  top: -2px;
  left: 1px;
}

.form-extend input[type="checkbox"] + label {
  color: #51b5e7;
  font-weight: 400;
  padding-left: 2em;
}
.form-extend input[type="checkbox"] + label:hover {
  color: #7ec8ed;
}
.form-extend input[type="checkbox"] + label:before {
  font-family: 'icons' !important;
  content: "\e90a";
  font-size: 1.5em;
  border: none;
  top: -5px;
  left: 0;
  border-color: #51b5e7;
}
.form-extend input[type="checkbox"]:checked + label:before {
  content: "\e909";
}

.contact-item {
  display: block;
  margin-bottom: 1em;
}
.contact-item a {
  color: #333;
}
.contact-item a:hover {
  color: #51b5e7;
}
.contact-item [class^="icon-"] {
  font-size: 2rem;
  display: block;
  float: left;
  margin-top: -0.125em;
  margin-right: 0.125em;
}

.ui-datepicker-calendar th:nth-child(odd),
.ui-datepicker-calendar td:nth-child(odd) {
  width: auto;
}

.dropdown {
  line-height: 1;
}
.dropdown .dropdown-container {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 1.5em;
}
.dropdown .dropdown-description {
  background: transparent;
  border-bottom: 2px solid #fff;
  border-bottom-left-radius: 4px;
  border-left: 2px solid #fff;
  border-top-left-radius: 4px;
  border-top: 2px solid #fff;
  color: #999999;
  float: left;
  font-size: 1em;
  line-height: 2.2em;
  margin: 0;
  padding: 0 0.5em 0 1em;
}
.dropdown .dropdown-button {
  display: block;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875em;
  line-height: 2.2em;
  margin: 0;
  padding: 0 2.5em 0 1em;
  position: relative;
}
@media (min-width: 1024px) {
  .dropdown .dropdown-button {
    font-size: 1em;
    padding: 0 2.5em 0 1em;
    width: 100%;
  }
}
.dropdown .dropdown-button:hover {
  background-color: transparent;
}
.dropdown .dropdown-button::after {
  color: #fff;
  content: "\25BE";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
}
.dropdown .dropdown-menu {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  color: #333;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  top: 2.2rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 2;
  font-size: 0.875em;
}
.dropdown .dropdown-menu a {
  color: #333;
  display: block;
  padding: 0.5em;
}
.dropdown .dropdown-menu a:hover {
  color: #51b5e7;
}
.dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
  color: #333;
  list-style: none;
}
.dropdown .dropdown-menu li:hover {
  background: transparent;
}
.dropdown .dropdown-menu li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown .dropdown-menu li:last-child {
  border: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dropdown .show-menu {
  display: block;
}

.event-calendar-item {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  margin-bottom: 1.5em;
  position: relative;
}
@media (min-width: 768px) {
  .event-calendar-item {
    height: 12em;
  }
  .event-calendar-item::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media (min-width: 1366px) {
  .event-calendar-item {
    height: 10.1em;
  }
}
.event-calendar-item .image-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .event-calendar-item .image-wrapper {
    display: block;
    width: 12em;
    float: left;
  }
}
@media (min-width: 1366px) {
  .event-calendar-item .image-wrapper {
    width: 10em;
  }
}
.event-calendar-item .content-wrapper {
  padding: 1.5em;
}
@media (min-width: 768px) {
  .event-calendar-item .content-wrapper {
    padding: 1.5em 13.5em 1.5em 13.5em;
  }
}
@media (min-width: 1366px) {
  .event-calendar-item .content-wrapper {
    padding-left: 11.5em;
  }
}
.event-calendar-item .register-wrapper {
  padding: 1.5em;
  background-color: transparent;
}
@media (min-width: 768px) {
  .event-calendar-item .register-wrapper {
    background-color: #eee;
    position: absolute;
    top: 0;
    right: 0;
    width: 12em;
    height: 100%;
  }
}
.event-calendar-item .register-wrapper a {
  display: block;
  margin-bottom: 0;
}
.event-calendar-item .day {
  font-size: 2.5em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .event-calendar-item .day {
    font-size: 3.5em;
  }
}
.event-calendar-item .month {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: -0.5em;
}
@media (min-width: 768px) {
  .event-calendar-item .month {
    font-size: 1.5em;
  }
}
.event-calendar-item h3 {
  margin-bottom: 0.125em;
}
.event-calendar-item h3 a {
  color: #333;
}
.event-calendar-item h3 a:hover {
  color: #51b5e7;
}

#block-views-block-event-lists-block-1 {
  padding: 0 0 1.5em;
}
@media (min-width: 1200px) {
  #block-views-block-event-lists-block-1 {
    padding: 0 0 2.5em;
  }
}

#block-views-block-event-lists-block-1 .event-calendar-item {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media only screen and (min-width: 1680px) {
  #block-views-block-event-lists-block-1 .event-calendar-item {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
#block-views-block-event-lists-block-1 .event-calendar-item h3 {
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .news-article .event-calendar-item {
    height: auto;
    border-left: 6px solid #51b5e7;
  }
}
@media (min-width: 1024px) {
  .news-article .event-calendar-item {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .news-article .event-calendar-item {
    height: auto;
  }
}
@media (min-width: 1366px) {
  .news-article .event-calendar-item {
    height: auto;
  }
}
@media (min-width: 1600px) {
  .news-article .event-calendar-item {
    height: auto;
  }
}

@media (min-width: 768px) {
  .news-article .event-calendar-item .content-wrapper {
    padding: 1.5em 14.5em 1.5em 1.5em;
  }
}

.feat-cards {
  margin-top: 5em;
  margin-bottom: 2.5em;
}

.feat-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  border: none;
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
  overflow: hidden;
  margin-bottom: 1.5em;
  float: left;
  position: relative;
  height: auto;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .feat-card {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .feat-card {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em;
    height: 13em;
  }
}
@media (min-width: 1366px) {
  .feat-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    height: 16em;
  }
}
@media (min-width: 1600px) {
  .feat-card {
    height: 15em;
  }
}
.feat-card .card-content {
  color: #fff;
  z-index: 3;
  padding: 4em 1.5em 1.5em;
  background: linear-gradient(to right, black 0%, transparent 80%);
  height: auto;
}
.feat-card .card-content.gradient-light {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.15) 100%);
  color: #333;
}
.feat-card .card-content.gradient-light p {
  width: 85%;
}
@media (min-width: 768px) {
  .feat-card .card-content {
    padding: 1.5em;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .feat-card .card-content {
    height: 13em;
  }
}
@media (min-width: 1366px) {
  .feat-card .card-content {
    height: 16em;
  }
}
@media (min-width: 1600px) {
  .feat-card .card-content {
    height: 15em;
  }
}
.feat-card h3 {
  font-size: 2em;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .feat-card h3 {
    font-size: 2.5em;
  }
}
.feat-card .btn-bar a {
  display: inline-block;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  .feat-card .btn-bar {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
  }
  .feat-card .btn-bar a {
    display: inline-block;
    margin-top: 0;
  }
}

.feat-card-blue {
  border-left: 6px solid #51b5e7;
}
.feat-card-blue .ribbon {
  background-color: #51b5e7;
}

.feat-card-orange {
  border-left: 6px solid #f9b114;
}
.feat-card-orange .ribbon {
  background-color: #f9b114;
}

.feat-card-green {
  border-left: 6px solid #4fbbbe;
}
.feat-card-green .ribbon {
  background-color: #4fbbbe;
}

.feat-card-red {
  border-left: 6px solid #d83559;
}
.feat-card-red .ribbon {
  background-color: #d83559;
}

.slick-dotted.slick-slider.front-bottom-slider {
  background-color: #222;
  margin: 0;
}

.front-bottom-slider .slick-dots {
  text-align: left;
  bottom: 1.5em;
  left: 1.5em;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .front-bottom-slider .slick-dots {
    bottom: 2.5em;
    left: 3em;
  }
}
@media (min-width: 1366px) {
  .front-bottom-slider .slick-dots {
    left: 4em;
  }
}

.front-bottom-slider .slick-list {
  width: 100%;
}

.front-bottom-slide {
  position: relative;
  height: 380px;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .front-bottom-slide {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .front-bottom-slide {
    background-position: center 80%;
    height: 380px;
  }
}
@media (min-width: 1366px) {
  .front-bottom-slide {
    background-position: center right;
  }
}
.front-bottom-slide .content-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .front-bottom-slide .content-wrapper {
    background: linear-gradient(to right, black 0%, transparent 100%);
  }
}
@media (min-width: 1024px) {
  .front-bottom-slide .content-wrapper {
    width: 80%;
  }
}
@media (min-width: 1366px) {
  .front-bottom-slide .content-wrapper {
    width: 60%;
  }
}
.front-bottom-slide .content-container {
  color: #fff;
  padding: 2.5em 1.5em 3em;
  text-align: left;
}
@media (min-width: 768px) {
  .front-bottom-slide .content-container {
    padding: 2.5em 3em 3em;
  }
}
@media (min-width: 1024px) {
  .front-bottom-slide .content-container {
    width: 60%;
  }
}
@media (min-width: 1366px) {
  .front-bottom-slide .content-container {
    padding: 2.5em 4em 2.5em;
    width: 60%;
  }
}
.front-bottom-slide .content-container h2 {
  position: static;
  font-size: 1.5em;
  text-transform: none;
  text-align: left;
  top: 0;
  -ms-transform: none;
      transform: none;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .front-bottom-slide .content-container h2 {
    font-size: 2em;
  }
}
@media (min-width: 1366px) {
  .front-bottom-slide .content-container h2 {
    font-size: 2em;
  }
}
.front-bottom-slide .content-container p {
  margin-bottom: 1em;
}
.front-bottom-slide .content-container img {
  margin-bottom: 0.75em;
}

.front-slider {
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-image: url("../images/optimized/multi-color-bar.png") 30;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: #222;
}

.front-slider .slick-list {
  width: 100%;
}

.front-slide {
  position: relative;
}
.front-slide .image-wrapper {
  width: 100%;
        /*
        height: 12em;
        background-size: cover;
        background-position: center center;

        @include grid-media($g-narrow) {
            height: 24em;
        }

        @include grid-media($g-desktop) {
            height: 28em;
        }

        @include grid-media($g-wide) {
            height: 40em;
        }

        & > img {
           display: none;
        }
        */
}
.front-slide .content-wrapper {
  color: #fff;
  padding: 1.5em 1.5em;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .front-slide .content-wrapper {
    padding: 1.5em 4.5em 3em;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1024px) {
  .front-slide .content-wrapper {
    padding: 1.5em 4.5em 3em;
  }
}
@media (min-width: 1366px) {
  .front-slide .content-wrapper {
    padding: 1.5em 1.5em 3em;
  }
}
.front-slide .content-wrapper h2 {
  position: static;
  font-size: 1.5em;
  text-transform: none;
  text-align: center;
  top: 0;
  -ms-transform: none;
      transform: none;
  margin: 0;
}
@media (min-width: 1024px) {
  .front-slide .content-wrapper h2 {
    font-size: 2em;
  }
}
@media (min-width: 1366px) {
  .front-slide .content-wrapper h2 {
    font-size: 2.5em;
  }
}
.front-slide .content-wrapper p {
  margin-bottom: 1em;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .front-slide .content-wrapper p {
    font-size: 1em;
  }
}

.centered {
  text-align: center;
}

.float-right {
  float: right;
}

.basic-page img.align-left {
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.news-article .main-content img.align-right {
  margin-left: 1.5em;
}
.news-article .main-content img.align-left {
  margin-right: 1.5em;
}

#block-languageswitcher {
  font-size: 0.875em;
  color: #999;
  text-transform: lowercase;
  float: left;
  margin-top: 1.25em;
  position: relative;
}
#block-languageswitcher .icon-globe {
  margin-right: 0.5em;
  float: left;
  margin-top: 4px;
}
#block-languageswitcher .lang-pull-open {
  padding-right: 1.5em;
  margin-right: 1em;
  position: relative;
  cursor: pointer;
  width: 1em;
}
@media (min-width: 1024px) {
  #block-languageswitcher .lang-pull-open {
    width: 7em;
  }
}
#block-languageswitcher .lang-pull-open:after {
  content: "\25BE";
  font-size: 1.5em;
  display: none;
  position: absolute;
  top: -4px;
  right: 5px;
}
@media (min-width: 1024px) {
  #block-languageswitcher .lang-pull-open:after {
    display: block;
  }
}
#block-languageswitcher .current-language {
  display: none;
}
@media (min-width: 1024px) {
  #block-languageswitcher .current-language {
    display: block;
  }
}
#block-languageswitcher .fly-out {
  position: absolute;
  top: 2.75em;
  left: -1.5em;
  background-color: #333;
  display: none;
  width: 9.5em;
  overflow: hidden;
  transition: all 1s;
  z-index: 1;
  border-radius: 0 0 4px 4px;
}
#block-languageswitcher .fly-out.show {
  display: block;
}
#block-languageswitcher .lang-switch {
  padding: 0.75em 1.5em 0.85714em;
  margin: 0;
}
#block-languageswitcher .int-link {
  padding: 0.5em 1.5em 0.85714em;
  background-color: #1a1a1a;
}
#block-languageswitcher .int-link a {
  font-size: 0.85em;
}
#block-languageswitcher .int-link a:before {
  display: none;
}
#block-languageswitcher .int-link a:hover {
  color: #51b5e7;
}
#block-languageswitcher li {
  margin-bottom: 1em;
}
#block-languageswitcher li:last-child {
  margin-bottom: 0;
}
#block-languageswitcher a {
  color: #999;
}
#block-languageswitcher a:before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  border-radius: 50%;
  border: 2px solid #999;
  float: left;
  margin-right: 0.5em;
  margin-top: 3px;
  padding: 4px;
  background-color: transparent;
  transition: background-color 150ms;
}
#block-languageswitcher a:hover:before {
  background-color: #999;
}
#block-languageswitcher li.is-active a:before {
  background-color: #999;
}

#block-jam-main-menu {
  display: block;
  position: absolute;
  top: 3.5em;
  right: 0;
  bottom: 0;
  background: #333;
  color: #fff;
  width: 100%;
  min-height: 100vh;
  z-index: 3;
  margin-right: -100%;
  transition: margin-right, 0.5s;
}
@media (min-width: 1024px) {
  #block-jam-main-menu {
    width: 34%;
    margin-right: -34%;
    position: fixed;
    overflow: auto;
  }
}
@media (min-width: 1366px) {
  #block-jam-main-menu {
    width: 25%;
  }
}
@media screen and (min-height: 730px) {
  #block-jam-main-menu {
    position: fixed;
  }
}
#block-jam-main-menu a,
#block-jam-main-menu span {
  font-size: 0.875em;
  padding: 0.5em 1.5em;
  display: block;
  color: #fff;
  border-bottom: 1px solid #292929;
}
@media (min-width: 1024px) {
  #block-jam-main-menu a,
  #block-jam-main-menu span {
    font-size: 1em;
  }
}
#block-jam-main-menu > ul > li {
  text-transform: uppercase;
}
#block-jam-main-menu > ul > li > ul > li {
  text-transform: none;
}
#block-jam-main-menu span {
  color: #d83559;
  text-transform: none;
  font-weight: bold;
  padding-top: 2em;
}
#block-jam-main-menu span.is-active {
  background: #333;
}
#block-jam-main-menu a:hover {
  background: #222;
}
#block-jam-main-menu .is-active {
  background-color: #51b5e7;
}

#block-jam-main-menu.menu-in {
  margin-right: 0;
}

.image-gallery-container, .image-gallery-container-small {
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
}
.image-gallery-container::after, .image-gallery-container-small::after {
  clear: both;
  content: "";
  display: block;
}
.image-gallery-container > .photoswipe-gallery > div > div, .image-gallery-container-small > .photoswipe-gallery > div > div {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  height: auto;
  transition: opacity 150ms ease;
}
@media (min-width: 768px) {
  .image-gallery-container > .photoswipe-gallery > div > div, .image-gallery-container-small > .photoswipe-gallery > div > div {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .image-gallery-container > .photoswipe-gallery > div > div, .image-gallery-container-small > .photoswipe-gallery > div > div {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  .image-gallery-container > .photoswipe-gallery > div > div, .image-gallery-container-small > .photoswipe-gallery > div > div {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1600px) {
  .image-gallery-container > .photoswipe-gallery > div > div, .image-gallery-container-small > .photoswipe-gallery > div > div {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
}
.image-gallery-container > .photoswipe-gallery > div > div:hover, .image-gallery-container-small > .photoswipe-gallery > div > div:hover {
  opacity: 0.7;
}

.image-gallery-container-small > .photoswipe-gallery > div > div {
  width: calc(33.33333% - 2em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 768px) {
  .image-gallery-container-small > .photoswipe-gallery > div > div {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .image-gallery-container-small > .photoswipe-gallery > div > div {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  .image-gallery-container-small > .photoswipe-gallery > div > div {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1600px) {
  .image-gallery-container-small > .photoswipe-gallery > div > div {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  display: block;
}

iframe.map {
  max-width: 100%;
  margin-bottom: 2.5em;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0.75em;
}

.pull-menu > .label {
  display: none;
}
@media (min-width: 1024px) {
  .pull-menu > .label {
    display: block;
  }
}

/* ====================== lines button ==================================================*/
.lines-button {
  padding: 0;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
  background-color: transparent;
  z-index: 11;
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 2.5em;
  height: 6px;
  background: #fff;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 2.5em;
  height: 6px;
  background: #fff;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -ms-transform-origin: 0.17857em center;
      transform-origin: 0.17857em center;
}
.lines:before {
  top: 12px;
}
.lines:after {
  top: -12px;
}

.lines-button:hover,
.lines-button:focus {
  background-color: transparent;
  outline: none;
}
.lines-button:hover .lines:before,
.lines-button:focus .lines:before {
  top: 0.71429em;
}
.lines-button:hover .lines:after,
.lines-button:focus .lines:after {
  top: -0.71429em;
}

.lines-button.close {
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.x2 .lines {
  transition: background .3s .5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  transition: top .3s .6s ease, transform .3s ease;
}

.lines-button.x2.close .lines {
  transition: background .3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top .3s ease, transform .3s .5s ease;
  top: 0;
  width: 2.5em;
}
.lines-button.x2.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.note, .note-small {
  font-size: 0.875em;
  background: #ddd;
  padding: 1.5em;
  border-radius: 4px;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

.note-small {
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .path-frontpage .news-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .path-frontpage .news-card {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  .path-frontpage .news-card {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1600px) {
  .path-frontpage .news-card {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
}

.news-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  height: auto;
}
@media (min-width: 768px) {
  .news-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .news-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  .news-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1600px) {
  .news-card {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
}
.news-card .image-wrapper {
  position: relative;
}
.news-card .image-wrapper span[class^="icon-"] {
  position: absolute;
  top: 0.75em;
  left: 0.75em;
  color: #fff;
  font-size: 2em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.news-card .image-wrapper .card-icon-background {
  top: 0 !important;
  left: 0 !important;
  padding: 0.5em;
  background-color: #51b5e7;
  text-shadow: none !important;
}
.news-card .image-wrapper .icon-images {
  background-color: #d83559 !important;
}
.news-card .heading {
  transition: margin-bottom 0.3s;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .news-card .heading {
    margin-bottom: 5em;
  }
}
.news-card .content-wrapper {
  transition: transform 0.5s, bottom 0.5s;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 1.5em;
  border-bottom: 6px solid #51b5e7;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
@media (min-width: 1024px) {
  .news-card .content-wrapper {
    -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    bottom: 7.5em;
  }
}
.news-card h2 {
  font-size: 1.714285714285714em;
}
@media (min-width: 1024px) {
  .news-card h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 1366px) {
  .news-card h2 {
    font-size: 1.714285714285714em;
  }
}
@media (min-width: 1600px) {
  .news-card h2 {
    font-size: 1.5em;
  }
}
.news-card .date {
  margin: 1em 0 0 0;
  color: #999;
  font-style: italic;
}
.news-card .tags {
  margin: 1em 0;
  color: #999;
}
.news-card .tags [class^="icon-"] {
  margin-right: 0.25em;
}
.news-card .teaser,
.news-card .date {
  display: none;
}
@media (min-width: 768px) {
  .news-card .teaser,
  .news-card .date {
    display: block;
  }
}
.news-card:hover .content-wrapper {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  bottom: 0;
}
.news-card:hover .heading {
  margin-bottom: 0;
}

.news-card.card-landscape h2 {
  font-size: 1.25em;
}
@media (min-width: 1024px) {
  .news-card.card-landscape h2 {
    font-size: 1.25em;
  }
}
@media (min-width: 1366px) {
  .news-card.card-landscape h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 1600px) {
  .news-card.card-landscape h2 {
    font-size: 1.5em;
  }
}

.pager li {
  display: inline-block;
  padding: 0;
  margin: 0 0.25rem;
}

.related-articles {
  margin-bottom: 0;
}
.related-articles li {
  margin-bottom: 1.5em;
}
.related-articles li::after {
  clear: both;
  content: "";
  display: block;
}
.related-articles li:last-child {
  margin-bottom: 0;
}
.related-articles img {
  margin-bottom: 0;
}
.related-articles .image-wrapper {
  float: left;
  width: 20%;
  margin-right: 4%;
  position: relative;
}
.related-articles .image-wrapper .icon-video {
  position: absolute;
  bottom: 0.375em;
  right: 0.5em;
  color: #fff;
  font-size: 1.5em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .related-articles .image-wrapper .icon-video {
    font-size: 1em;
  }
}
@media (min-width: 1600px) {
  .related-articles .image-wrapper .icon-video {
    font-size: 1.5em;
  }
}
.related-articles .content-wrapper {
  float: left;
  width: 76%;
}
.related-articles a {
  color: #333;
}
.related-articles a:hover {
  color: #51b5e7;
}
.related-articles h4 {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .related-articles h4 {
    font-size: 1em;
  }
}
@media (min-width: 1600px) {
  .related-articles h4 {
    font-size: 1.125em;
  }
}

.ribbon {
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  background-color: #51b5e7;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  height: 32px;
  width: 150px;
  top: -32px;
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
  padding-left: 32px;
  padding-right: 32px;
  line-height: 32px;
  right: -43.933982822018px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}

.search-by-block {
  background-color: #333;
  color: #fff;
  padding: 1.5em;
  position: relative;
}
@media (min-width: 1200px) {
  .search-by-block {
    padding: 2.5em;
  }
}
.search-by-block:before {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent;
  border-width: 1em 1.5em 0;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.search-by-block h5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em;
}
.search-by-block .link-panel {
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
  margin-top: 1.5em;
}
.search-by-block .link-panel::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  .search-by-block .link-panel {
    padding: 0;
  }
}
@media (min-width: 1366px) {
  .search-by-block .link-panel {
    padding: 0 7.25%;
  }
}
@media (min-width: 1600px) {
  .search-by-block .link-panel {
    padding: 0 12.5%;
  }
}
.search-by-block .link-panel-item {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 1024px) {
  .search-by-block .link-panel-item {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
  .search-by-block .link-panel-item.link-panel-item-btn {
    margin-left: calc(33.33333% - 2em + 3em);
  }
}
@media (min-width: 1366px) {
  .search-by-block .link-panel-item {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
  .search-by-block .link-panel-item.link-panel-item-btn {
    margin-left: calc(0% - 1.5em + 3em);
  }
}
.search-by-block .cta {
  margin-top: 1.5em;
}
.search-by-block .cta .btn, .search-by-block .cta .pager li a, .pager li .search-by-block .cta a {
  margin-top: 0.5em;
  padding-left: 4em;
  padding-right: 4em;
}

.search-overlay {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.7s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1024px) {
  .search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
  }
}

.search-overlay.show {
  visibility: visible;
  opacity: 1;
}

.search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #111;
}
@media (min-width: 1024px) {
  .search-wrapper {
    width: 66%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }
}
@media (min-width: 1366px) {
  .search-wrapper {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #block-searchform {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    margin-top: -6em;
  }
}
#block-searchform #search-block-form {
  position: relative;
}
#block-searchform .js-form-type-search,
#block-searchform [type='search'] {
  max-width: 70%;
}
#block-searchform .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-color: #51b5e7;
  border-radius: 0;
}
@media (min-width: 1024px) {
  #block-searchform .form-actions {
    border-radius: 0 4px 4px 0;
  }
}
#block-searchform .form-actions input {
  text-indent: -9999px;
  width: 4.5rem;
  height: 68px;
  line-height: 4rem;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 2;
  background-color: transparent;
}
#block-searchform .form-actions:before {
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 2.5em;
}
#block-searchform h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  display: none;
  text-align: center;
}
@media (min-width: 1024px) {
  #block-searchform h2 {
    display: block;
  }
}
#block-searchform [type='color'], #block-searchform [type='date'], #block-searchform [type='datetime'], #block-searchform [type='datetime-local'], #block-searchform [type='email'], #block-searchform [type='month'], #block-searchform [type='number'], #block-searchform [type='password'], #block-searchform [type='search'], #block-searchform [type='tel'], #block-searchform [type='text'], #block-searchform [type='time'], #block-searchform [type='url'], #block-searchform [type='week'], #block-searchform input:not([type]), #block-searchform textarea {
  border-color: transparent;
  border-right: none;
  line-height: 3.25rem;
  font-size: 1em;
  padding: 0 3em 0 1em;
  color: #fff;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #block-searchform [type='color'], #block-searchform [type='date'], #block-searchform [type='datetime'], #block-searchform [type='datetime-local'], #block-searchform [type='email'], #block-searchform [type='month'], #block-searchform [type='number'], #block-searchform [type='password'], #block-searchform [type='search'], #block-searchform [type='tel'], #block-searchform [type='text'], #block-searchform [type='time'], #block-searchform [type='url'], #block-searchform [type='week'], #block-searchform input:not([type]), #block-searchform textarea {
    line-height: 4rem;
    border-color: #fff;
    font-weight: bold;
    font-size: 1.5em;
  }
}

.search-overlay #block-socialmenu-2,
.search-overlay #block-socialmenu {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  bottom: 2.5em;
  text-align: center;
  display: none;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .search-overlay #block-socialmenu-2,
  .search-overlay #block-socialmenu {
    display: block;
  }
}
.search-overlay #block-socialmenu-2 h3,
.search-overlay #block-socialmenu h3 {
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
}

#block-academicsmenu,
#block-aboutmenu,
#block-newseventsmenu,
#block-views-block-news-events-block-1,
#block-researchmenu,
#block-mediamenu,
#block-eventsmenu,
#block-internationalmenu {
  font-size: 0.8125em;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  #block-academicsmenu,
  #block-aboutmenu,
  #block-newseventsmenu,
  #block-views-block-news-events-block-1,
  #block-researchmenu,
  #block-mediamenu,
  #block-eventsmenu,
  #block-internationalmenu {
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  #block-academicsmenu,
  #block-aboutmenu,
  #block-newseventsmenu,
  #block-views-block-news-events-block-1,
  #block-researchmenu,
  #block-mediamenu,
  #block-eventsmenu,
  #block-internationalmenu {
    font-size: 0.875em;
  }
}
#block-academicsmenu ul,
#block-aboutmenu ul,
#block-newseventsmenu ul,
#block-views-block-news-events-block-1 ul,
#block-researchmenu ul,
#block-mediamenu ul,
#block-eventsmenu ul,
#block-internationalmenu ul {
  margin: 0;
}
#block-academicsmenu a, #block-academicsmenu span,
#block-aboutmenu a,
#block-aboutmenu span,
#block-newseventsmenu a,
#block-newseventsmenu span,
#block-views-block-news-events-block-1 a,
#block-views-block-news-events-block-1 span,
#block-researchmenu a,
#block-researchmenu span,
#block-mediamenu a,
#block-mediamenu span,
#block-eventsmenu a,
#block-eventsmenu span,
#block-internationalmenu a,
#block-internationalmenu span {
  transition: color ease, background-color ease;
  color: #333;
  display: block;
  padding: 0.75em 1em;
  border-top: 1px solid #eee;
}
#block-academicsmenu a.is-active,
#block-aboutmenu a.is-active,
#block-newseventsmenu a.is-active,
#block-views-block-news-events-block-1 a.is-active,
#block-researchmenu a.is-active,
#block-mediamenu a.is-active,
#block-eventsmenu a.is-active,
#block-internationalmenu a.is-active {
  background: #51b5e7;
  color: #fff;
  position: relative;
}
#block-academicsmenu a.is-active:after,
#block-aboutmenu a.is-active:after,
#block-newseventsmenu a.is-active:after,
#block-views-block-news-events-block-1 a.is-active:after,
#block-researchmenu a.is-active:after,
#block-mediamenu a.is-active:after,
#block-eventsmenu a.is-active:after,
#block-internationalmenu a.is-active:after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #51b5e7;
  border-width: 1.5em 0 1.5em 1em;
  position: absolute;
  top: 0;
  right: -1em;
  bottom: 0;
}
#block-academicsmenu a.is-active:hover,
#block-aboutmenu a.is-active:hover,
#block-newseventsmenu a.is-active:hover,
#block-views-block-news-events-block-1 a.is-active:hover,
#block-researchmenu a.is-active:hover,
#block-mediamenu a.is-active:hover,
#block-eventsmenu a.is-active:hover,
#block-internationalmenu a.is-active:hover {
  background: #51b5e7;
}
#block-academicsmenu a:hover,
#block-aboutmenu a:hover,
#block-newseventsmenu a:hover,
#block-views-block-news-events-block-1 a:hover,
#block-researchmenu a:hover,
#block-mediamenu a:hover,
#block-eventsmenu a:hover,
#block-internationalmenu a:hover {
  background: #ddd;
}
#block-academicsmenu > ul > li > a, #block-academicsmenu > ul > li > span, #block-academicsmenu > ul > li > a.is-active,
#block-aboutmenu > ul > li > a,
#block-aboutmenu > ul > li > span,
#block-aboutmenu > ul > li > a.is-active,
#block-newseventsmenu > ul > li > a,
#block-newseventsmenu > ul > li > span,
#block-newseventsmenu > ul > li > a.is-active,
#block-views-block-news-events-block-1 > ul > li > a,
#block-views-block-news-events-block-1 > ul > li > span,
#block-views-block-news-events-block-1 > ul > li > a.is-active,
#block-researchmenu > ul > li > a,
#block-researchmenu > ul > li > span,
#block-researchmenu > ul > li > a.is-active,
#block-mediamenu > ul > li > a,
#block-mediamenu > ul > li > span,
#block-mediamenu > ul > li > a.is-active,
#block-eventsmenu > ul > li > a,
#block-eventsmenu > ul > li > span,
#block-eventsmenu > ul > li > a.is-active,
#block-internationalmenu > ul > li > a,
#block-internationalmenu > ul > li > span,
#block-internationalmenu > ul > li > a.is-active {
  background: #666;
  color: #fff;
  font-weight: bold;
}
#block-academicsmenu > ul > li > a:after, #block-academicsmenu > ul > li > span:after, #block-academicsmenu > ul > li > a.is-active:after,
#block-aboutmenu > ul > li > a:after,
#block-aboutmenu > ul > li > span:after,
#block-aboutmenu > ul > li > a.is-active:after,
#block-newseventsmenu > ul > li > a:after,
#block-newseventsmenu > ul > li > span:after,
#block-newseventsmenu > ul > li > a.is-active:after,
#block-views-block-news-events-block-1 > ul > li > a:after,
#block-views-block-news-events-block-1 > ul > li > span:after,
#block-views-block-news-events-block-1 > ul > li > a.is-active:after,
#block-researchmenu > ul > li > a:after,
#block-researchmenu > ul > li > span:after,
#block-researchmenu > ul > li > a.is-active:after,
#block-mediamenu > ul > li > a:after,
#block-mediamenu > ul > li > span:after,
#block-mediamenu > ul > li > a.is-active:after,
#block-eventsmenu > ul > li > a:after,
#block-eventsmenu > ul > li > span:after,
#block-eventsmenu > ul > li > a.is-active:after,
#block-internationalmenu > ul > li > a:after,
#block-internationalmenu > ul > li > span:after,
#block-internationalmenu > ul > li > a.is-active:after {
  display: none;
}
#block-academicsmenu > ul > li > a:hover, #block-academicsmenu > ul > li > span:hover, #block-academicsmenu > ul > li > a.is-active:hover,
#block-aboutmenu > ul > li > a:hover,
#block-aboutmenu > ul > li > span:hover,
#block-aboutmenu > ul > li > a.is-active:hover,
#block-newseventsmenu > ul > li > a:hover,
#block-newseventsmenu > ul > li > span:hover,
#block-newseventsmenu > ul > li > a.is-active:hover,
#block-views-block-news-events-block-1 > ul > li > a:hover,
#block-views-block-news-events-block-1 > ul > li > span:hover,
#block-views-block-news-events-block-1 > ul > li > a.is-active:hover,
#block-researchmenu > ul > li > a:hover,
#block-researchmenu > ul > li > span:hover,
#block-researchmenu > ul > li > a.is-active:hover,
#block-mediamenu > ul > li > a:hover,
#block-mediamenu > ul > li > span:hover,
#block-mediamenu > ul > li > a.is-active:hover,
#block-eventsmenu > ul > li > a:hover,
#block-eventsmenu > ul > li > span:hover,
#block-eventsmenu > ul > li > a.is-active:hover,
#block-internationalmenu > ul > li > a:hover,
#block-internationalmenu > ul > li > span:hover,
#block-internationalmenu > ul > li > a.is-active:hover {
  background: #ddd;
}
#block-academicsmenu > ul > li > span:hover,
#block-aboutmenu > ul > li > span:hover,
#block-newseventsmenu > ul > li > span:hover,
#block-views-block-news-events-block-1 > ul > li > span:hover,
#block-researchmenu > ul > li > span:hover,
#block-mediamenu > ul > li > span:hover,
#block-eventsmenu > ul > li > span:hover,
#block-internationalmenu > ul > li > span:hover {
  background: #666;
}
#block-academicsmenu > ul > li > ul > li > ul > li span,
#block-aboutmenu > ul > li > ul > li > ul > li span,
#block-newseventsmenu > ul > li > ul > li > ul > li span,
#block-views-block-news-events-block-1 > ul > li > ul > li > ul > li span,
#block-researchmenu > ul > li > ul > li > ul > li span,
#block-mediamenu > ul > li > ul > li > ul > li span,
#block-eventsmenu > ul > li > ul > li > ul > li span,
#block-internationalmenu > ul > li > ul > li > ul > li span {
  font-style: italic;
  color: #999;
}
#block-academicsmenu > ul > li > ul > li > ul > li span:before,
#block-aboutmenu > ul > li > ul > li > ul > li span:before,
#block-newseventsmenu > ul > li > ul > li > ul > li span:before,
#block-views-block-news-events-block-1 > ul > li > ul > li > ul > li span:before,
#block-researchmenu > ul > li > ul > li > ul > li span:before,
#block-mediamenu > ul > li > ul > li > ul > li span:before,
#block-eventsmenu > ul > li > ul > li > ul > li span:before,
#block-internationalmenu > ul > li > ul > li > ul > li span:before {
  content: "- ";
}
#block-academicsmenu > ul > li > ul > li a, #block-academicsmenu > ul > li > ul > li span,
#block-aboutmenu > ul > li > ul > li a,
#block-aboutmenu > ul > li > ul > li span,
#block-newseventsmenu > ul > li > ul > li a,
#block-newseventsmenu > ul > li > ul > li span,
#block-views-block-news-events-block-1 > ul > li > ul > li a,
#block-views-block-news-events-block-1 > ul > li > ul > li span,
#block-researchmenu > ul > li > ul > li a,
#block-researchmenu > ul > li > ul > li span,
#block-mediamenu > ul > li > ul > li a,
#block-mediamenu > ul > li > ul > li span,
#block-eventsmenu > ul > li > ul > li a,
#block-eventsmenu > ul > li > ul > li span,
#block-internationalmenu > ul > li > ul > li a,
#block-internationalmenu > ul > li > ul > li span {
  padding-left: 1em;
  font-weight: normal;
}
#block-academicsmenu > ul > li > ul > li > ul > li a, #block-academicsmenu > ul > li > ul > li > ul > li span,
#block-aboutmenu > ul > li > ul > li > ul > li a,
#block-aboutmenu > ul > li > ul > li > ul > li span,
#block-newseventsmenu > ul > li > ul > li > ul > li a,
#block-newseventsmenu > ul > li > ul > li > ul > li span,
#block-views-block-news-events-block-1 > ul > li > ul > li > ul > li a,
#block-views-block-news-events-block-1 > ul > li > ul > li > ul > li span,
#block-researchmenu > ul > li > ul > li > ul > li a,
#block-researchmenu > ul > li > ul > li > ul > li span,
#block-mediamenu > ul > li > ul > li > ul > li a,
#block-mediamenu > ul > li > ul > li > ul > li span,
#block-eventsmenu > ul > li > ul > li > ul > li a,
#block-eventsmenu > ul > li > ul > li > ul > li span,
#block-internationalmenu > ul > li > ul > li > ul > li a,
#block-internationalmenu > ul > li > ul > li > ul > li span {
  padding-left: 2em;
  font-weight: normal;
}
#block-academicsmenu > ul > li > ul > li > ul > li > ul > li a, #block-academicsmenu > ul > li > ul > li > ul > li > ul > li span,
#block-aboutmenu > ul > li > ul > li > ul > li > ul > li a,
#block-aboutmenu > ul > li > ul > li > ul > li > ul > li span,
#block-newseventsmenu > ul > li > ul > li > ul > li > ul > li a,
#block-newseventsmenu > ul > li > ul > li > ul > li > ul > li span,
#block-views-block-news-events-block-1 > ul > li > ul > li > ul > li > ul > li a,
#block-views-block-news-events-block-1 > ul > li > ul > li > ul > li > ul > li span,
#block-researchmenu > ul > li > ul > li > ul > li > ul > li a,
#block-researchmenu > ul > li > ul > li > ul > li > ul > li span,
#block-mediamenu > ul > li > ul > li > ul > li > ul > li a,
#block-mediamenu > ul > li > ul > li > ul > li > ul > li span,
#block-eventsmenu > ul > li > ul > li > ul > li > ul > li a,
#block-eventsmenu > ul > li > ul > li > ul > li > ul > li span,
#block-internationalmenu > ul > li > ul > li > ul > li > ul > li a,
#block-internationalmenu > ul > li > ul > li > ul > li > ul > li span {
  padding-left: 3em;
}

#block-views-block-news-events-block-1 span {
  background: #666;
  color: #fff;
  font-weight: bold;
}
#block-views-block-news-events-block-1 span:after {
  display: none;
}
#block-views-block-news-events-block-1 span:hover {
  background: #666;
}

#block-views-block-news-events-block-1 ul {
  text-indent: 1em;
}

#block-academicsmenu > ul > li:first-child > ul > li:nth-child(-n+4) a {
  font-weight: bold;
}

#block-academicsmenu > ul > li > ul > li > ul > li > ul > li a,
#block-academicsmenu > ul > li > ul > li > ul > li a {
  font-weight: normal !important;
}

/* Loading */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  position: absolute;
  display: none !important;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    display: block !important;
  }
}

.slick-prev {
  left: 15px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 30px;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 15px;
}
@media (min-width: 768px) {
  .slick-next {
    right: 30px;
  }
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider,
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: 1em;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 9px;
  width: 9px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
  border-radius: 50%;
  color: black;
  background-color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #51b5e7;
  opacity: 0.75;
  background-color: #51b5e7;
}

.social-nav li {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.125em;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .social-nav li {
    width: 2em;
    height: 2em;
    margin: 0 0.5em;
  }
}
.social-nav li a img {
  opacity: 0.8;
  transition: opacity 150ms;
}
.social-nav li:hover a img {
  opacity: 1;
}

.status-message {
  background-color: #ddd;
  text-align: center;
  padding: 1.5em;
}

table {
  padding: 1.5em;
  border-top: 6px solid #51b5e7;
}

th,
td {
  padding: 0.75em;
  border: 1px solid #ddd;
}
th:nth-child(odd),
td:nth-child(odd) {
  width: 33%;
}

tr:nth-child(odd) {
  background-color: #eee;
}

.text-teaser-link {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px #dddddd;
  padding: 1.5em;
  border-left: 6px solid #51b5e7;
  margin-bottom: 1.5em;
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 768px) {
  .text-teaser-link {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .text-teaser-link {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    height: 13em;
  }
}
@media (min-width: 1366px) {
  .text-teaser-link {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    height: 10em;
  }
}
.text-teaser-link h3,
.text-teaser-link p {
  margin-bottom: 0.25em;
}

.image-teaser-link {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #ddd;
  height: auto;
}
.image-teaser-link::after {
  clear: both;
  content: "";
  display: block;
}
.image-teaser-link:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .image-teaser-link {
    height: 20em;
  }
}
@media (min-width: 1024px) {
  .image-teaser-link {
    height: 19em;
  }
}
@media (min-width: 1366px) {
  .image-teaser-link {
    height: 19em;
  }
}
.image-teaser-link .image-wrapper {
  display: block;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .image-teaser-link .image-wrapper {
    float: left;
    width: 34%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .image-teaser-link .image-wrapper img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .image-teaser-link .image-wrapper {
    width: 34%;
  }
}
@media (min-width: 1366px) {
  .image-teaser-link .image-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .image-teaser-link .content-wrapper {
    float: left;
    width: 66%;
    padding-left: 2.5em;
  }
}
@media (min-width: 1024px) {
  .image-teaser-link .content-wrapper {
    width: 66%;
  }
}
@media (min-width: 1366px) {
  .image-teaser-link .content-wrapper {
    float: left;
    width: 50%;
  }
}

.large-image-teaser-link {
  padding: 0 1.5em;
  margin-bottom: 0;
  height: auto;
}
.large-image-teaser-link::after {
  clear: both;
  content: "";
  display: block;
}
.large-image-teaser-link:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .large-image-teaser-link {
    padding: 0;
    height: 26em;
  }
}
@media (min-width: 1024px) {
  .large-image-teaser-link {
    height: 30em;
  }
}
@media (min-width: 1366px) {
  .large-image-teaser-link {
    height: 28em;
  }
}
@media (min-width: 1600px) {
  .large-image-teaser-link {
    height: 24em;
  }
}
.large-image-teaser-link .image-wrapper {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: 9em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 1.5em;
}
@media (min-width: 768px) {
  .large-image-teaser-link .image-wrapper {
    float: left;
    width: 34%;
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .large-image-teaser-link .image-wrapper {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .large-image-teaser-link .image-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .large-image-teaser-link .content-wrapper {
    float: left;
    width: 66%;
    padding: 2.5em;
  }
}
@media (min-width: 1024px) {
  .large-image-teaser-link .content-wrapper {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .large-image-teaser-link .content-wrapper {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .large-image-teaser-link:nth-child(even) .image-wrapper {
    float: right;
  }
  .large-image-teaser-link:nth-child(even) .content-wrapper {
    float: right;
  }
}

@media (min-width: 768px) {
  .large-image-teaser-link:nth-child(odd) .content-wrapper {
    background-color: #eee;
    height: 100%;
  }
}

.small-image-teaser-link {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  height: auto;
}
.small-image-teaser-link::after {
  clear: both;
  content: "";
  display: block;
}
.small-image-teaser-link:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.small-image-teaser-link .image-wrapper {
  float: left;
  margin-right: 1.5em;
  width: 20%;
}
.small-image-teaser-link .content-wrapper {
  padding-left: 20%;
  margin-left: 1.5em;
}

.view-filters h5 {
  text-transform: uppercase;
  margin-right: 1em;
}
.view-filters .filter {
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
}
.view-filters .filter::after {
  clear: both;
  content: "";
  display: block;
}
.view-filters .filter::after {
  clear: both;
  content: "";
  display: block;
}
.view-filters .form-item {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 768px) {
  .view-filters .form-item {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .view-filters .form-item {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  .view-filters .form-item {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 768px) {
  .view-filters .form-item.form-item-keys {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 768px) {
  .view-filters .form-item.form-item-field-event-date-value, .view-filters .form-item.form-item-field-event-date-value-1 {
    width: calc(16.66667% - 1.75em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 768px) {
  .view-filters .form-actions {
    width: calc(16.66667% - 1.75em);
    float: left;
    margin-left: 1.5em;
    margin-top: 1.7em;
  }
}
.view-filters .form-actions input {
  padding: 0.75em 2em;
  width: 100%;
}
.view-filters .form-item select {
  float: left;
  margin-right: 0.75em;
  width: 100%;
}
.view-filters label {
  font-size: 0.875em;
}

.webform-submission-form {
  margin-bottom: 1.5em;
}
.webform-submission-form label {
  font-size: 0.875em;
}
.webform-submission-form label.form-required:after {
  content: " *";
}
.webform-submission-form .description {
  margin: -1.5em 0 1em;
  font-size: 0.75em;
}
.webform-submission-form .form-checkbox {
  margin-bottom: 1em;
}

.webform-flexbox {
  margin-top: 0;
  margin-bottom: 0;
}

.form-item.checkbox-description .description {
  padding-left: 2.35em;
  margin: -0.5em 0 1em;
}

.js-form-type-processed-text {
  font-size: 0.875em;
}

.form-header {
  margin-bottom: 2em;
}

.pswp__button {
  border-radius: 0;
  transition: background-color 150ms ease;
}
.pswp__button:hover {
  background-color: #51b5e7;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  font-size: 2em;
  margin-top: 0.2em;
  background: none;
  top: 28px;
}

.pswp__button--arrow--left:before {
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 16px;
}

.pswp__button--arrow--right:before {
  font-size: 2em;
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 16px;
}

.view-academics .view-content {
  margin-bottom: 2.5em;
}

#user-login-form {
  max-width: 30em;
  margin: 2em auto;
}
#user-login-form input {
  margin-bottom: 0;
}
#user-login-form .form-item {
  margin-bottom: 1.5em;
}

.basic-page ul {
  margin-bottom: 1.5em;
}

@media (min-width: 1024px) {
  .contact-message-feedback-form .form-item-name,
  .contact-message-feedback-form .form-item-mail {
    width: 48%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .contact-message-feedback-form .form-item-name {
    margin-right: 4%;
  }
}
.contact-message-feedback-form #edit-preview {
  display: none;
}

.event-detail .event-header {
  background-color: #333;
  color: #fff;
  position: relative;
  margin-bottom: 1.5em;
}
.event-detail .event-header::after {
  clear: both;
  content: "";
  display: block;
}
.event-detail .event-header .teaser-image {
  width: 100%;
  float: left;
  height: 14em;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .event-detail .event-header .teaser-image {
    width: 30%;
    height: 16em;
  }
}
.event-detail .event-header .event-meta {
  width: 100%;
  padding: 1.5em;
  float: left;
}
@media (min-width: 768px) {
  .event-detail .event-header .event-meta {
    width: 70%;
  }
}
.event-detail .event-header .event-meta.event-series {
  width: 100%;
}
.event-detail .event-header .event-series h4 {
  margin-bottom: 0em;
}
.event-detail .event-header .register-wrapper a {
  margin-bottom: 0;
}

.event-date {
  font-weight: bold;
  margin-bottom: 0.75em;
}

.addtocalendar {
  display: block;
}

.atcb-link {
  font-size: 0.875em;
  text-transform: none;
  font-weight: normal;
}
.atcb-link:before {
  font-size: 1.1429em;
  margin-right: 0.25em;
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0.2em;
  display: block;
  float: left;
}

.atcb-list {
  padding: 1em;
  font-weight: normal;
  font-style: italic;
  font-size: 0.875em;
  background: #333;
  border: 2px solid #333;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
  margin: 0.25em 0 0;
  overflow: visible;
  padding: 0;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  left: -1.5em;
}
.atcb-list li {
  background: #333;
}
.atcb-list a {
  color: #fff;
  display: block;
  padding: 0.5em 1.5em;
}
.atcb-list a:hover {
  color: #51b5e7;
}

.event-venue {
  margin-bottom: 1.5em;
  font-size: 0.875em;
}
.event-venue .address {
  margin-bottom: 0;
}
.event-venue .address br {
  display: none;
}
.event-venue .address .address-line1:after,
.event-venue .address .locality:after {
  content: ", ";
}
.event-venue .address-map-link:before {
  font-size: 1.1429em;
  margin-right: 0.125em;
  content: "";
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0.2em;
  display: block;
  float: left;
}

.event-teaser-small .passed {
  color: #999;
}

.path-frontpage .l-page {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .path-frontpage .l-page {
    padding-bottom: 1.5em;
  }
}

.path-frontpage .view-header {
  text-align: center;
}

.path-frontpage .view-header h1,
.path-frontpage .view-header h2,
.path-frontpage h2.news-front,
.path-frontpage h2.events-front {
  text-align: center;
  text-transform: uppercase;
  position: static;
  -ms-transform: none;
      transform: none;
  color: #333;
  font-size: 2em;
}
@media (min-width: 1024px) {
  .path-frontpage .view-header h1,
  .path-frontpage .view-header h2,
  .path-frontpage h2.news-front,
  .path-frontpage h2.events-front {
    margin: 0;
    padding: 0.5em 0;
    font-size: 2em;
  }
}

.path-frontpage .view-header h1 {
  padding-top: 0;
  margin-bottom: 0.25em;
}
.path-frontpage .view-header h1 .sub-hl {
  font-size: 0.625em;
  text-transform: none;
  display: block;
  margin-top: 0.25em;
}

@media (min-width: 1024px) {
  .path-frontpage h2.events-front {
    padding: 0 0 0;
  }
}

.view-front-program-cards {
  padding: 1.5em 1.5em 0.5em;
}
@media (min-width: 1200px) {
  .view-front-program-cards {
    padding: 2.5em 2.5em 1.5em;
  }
}

.path-frontpage .view-news-events,
.path-frontpage .view-event-lists {
  padding: 0 1.5em 1.5em;
}
@media (min-width: 1024px) {
  .path-frontpage .view-news-events,
  .path-frontpage .view-event-lists {
    padding: 0;
  }
}

/* CSS to hide last 2 Cards in Front-News-Block if smaller than g-extra-wide */
.path-frontpage .view-news-events .cards-container > .news-card:last-child,
.path-frontpage .view-news-events .cards-container > .news-card:nth-last-child(2) {
  display: none;
}
@media (min-width: 1600px) {
  .path-frontpage .view-news-events .cards-container > .news-card:last-child,
  .path-frontpage .view-news-events .cards-container > .news-card:nth-last-child(2) {
    display: block;
  }
}

.path-frontpage .text-teaser-link {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em;
}
@media (min-width: 768px) {
  .path-frontpage .text-teaser-link {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .path-frontpage .text-teaser-link {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
    height: 14em;
  }
}
@media (min-width: 1366px) {
  .path-frontpage .text-teaser-link {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
    height: 16em;
  }
}
@media (min-width: 1600px) {
  .path-frontpage .text-teaser-link {
    width: calc(33.33333% - 2em);
    float: left;
    margin-left: 1.5em;
    height: 13em;
  }
}
.path-frontpage .text-teaser-link h3 {
  text-transform: uppercase;
}

#block-views-block-media-videos-block-4,
#block-views-block-media-block-1 {
  padding: 0 1.5em 1.5em;
}
@media (min-width: 1200px) {
  #block-views-block-media-videos-block-4,
  #block-views-block-media-block-1 {
    padding: 0 2.5em 2.5em;
  }
}

@media (min-width: 768px) {
  .path-frontpage #block-views-block-media-videos-block-4 .news-card,
  .path-frontpage #block-views-block-media-block-1 .news-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1024px) {
  .path-frontpage #block-views-block-media-videos-block-4 .news-card,
  .path-frontpage #block-views-block-media-block-1 .news-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  .path-frontpage #block-views-block-media-videos-block-4 .news-card,
  .path-frontpage #block-views-block-media-block-1 .news-card {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1600px) {
  .path-frontpage #block-views-block-media-videos-block-4 .news-card,
  .path-frontpage #block-views-block-media-block-1 .news-card {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em;
  }
}

.maintenance-page {
  background-color: #333;
  color: #fff;
  width: 100%;
}
.maintenance-page a.branding {
  display: block;
  float: none;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 0.875rem 1.5em 0;
  width: 10em;
  height: 2.5em;
  background-image: url(../images/optimized/JAM_Logo_MLU_RGB_neg.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  transition: none;
}
@media (min-width: 1024px) {
  .maintenance-page a.branding {
    margin: 0.875rem 1.5em 0;
    height: 2.5em;
    width: 11em;
    background-image: url(../images/optimized/JAM_Logo_MLU_RGB_neg.png);
  }
}
@media (min-width: 1200px) {
  .maintenance-page a.branding {
    margin: 5em auto;
  }
}
@media (min-width: 768px) {
  .maintenance-page a.branding.top {
    width: 34em;
    height: 8em;
    background-image: url(../images/optimized/JAM_Logo_MLU_Subline_RGB_neg.png);
    z-index: 1;
    margin: 5em auto 1em;
  }
}

.news-article .article-detail-img {
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .news-article .article-detail-img {
    float: right;
    width: 40%;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
  }
}
.news-article .slick-slider,
.news-article .slick-dotted.slick-slider {
  margin-bottom: 2em;
}
.news-article .main-content {
  margin-bottom: 1.5em;
}
.news-article .main-content::after {
  clear: both;
  content: "";
  display: block;
}
.news-article .main-content ul {
  margin-bottom: 1.5em;
}
.news-article .tag-list {
  margin: 0 0 1.5em;
  text-align: right;
}
.news-article .tag-list div {
  display: inline;
}
.news-article .tag-list div > div:after {
  content: ", ";
}
.news-article .tag-list div > div:last-child:after {
  content: "";
}
.news-article .date {
  text-align: right;
}
.news-article .files {
  margin-bottom: 1.5em;
}

.one-sidebar.page-node-type-program .l-content {
  padding: 0;
}

.program-detail .main-content {
  width: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .program-detail .main-content {
    padding: 1.5em;
    width: 69%;
    float: left;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .program-detail .main-content {
    padding: 2.5em;
  }
}

.program-detail .main-content .video-embed-field-responsive-video {
  margin-bottom: 1.5em;
}
.program-detail .main-content .copy ul {
  margin-bottom: 1.5em;
}
.program-detail .related-content {
  width: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .program-detail .related-content {
    width: 31%;
    float: left;
    margin-bottom: 0;
  }
}
.program-detail .sidebar-box {
  background: #333;
  color: #fff;
  padding: 1.5em;
  margin-bottom: 2px;
  font-size: 0.875em;
}
@media (min-width: 1200px) {
  .program-detail .sidebar-box {
    padding: 2.5em;
  }
}
.program-detail .sidebar-box h5 {
  font-size: 1.14286em;
}

.one-sidebar.page-node-type-tutor .l-content {
  padding: 0;
}

.tutor::after {
  clear: both;
  content: "";
  display: block;
}
.tutor aside {
  padding-top: 2.5em;
  font-size: 0.875em;
}
@media (min-width: 1024px) {
  .tutor aside {
    width: calc(41.66667% - 2.125em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  .tutor aside {
    width: calc(33.33333% - 3.33333em);
    float: left;
    margin-left: 2.5em;
  }
}
.tutor aside img {
  min-width: 100%;
}
.tutor aside a {
  display: block;
  color: #fff;
  margin-bottom: 1.5em;
}
.tutor aside a::after {
  clear: both;
  content: "";
  display: block;
}
.tutor aside a [class^="icon-"] {
  font-size: 2em;
  display: block;
  float: left;
  margin-top: -0.125em;
  margin-right: 0.125em;
}
.tutor aside a:hover {
  color: #51b5e7;
}
.tutor aside a:last-child {
  margin-bottom: 0;
}
.tutor aside .video {
  margin-top: 2.5em;
}
.tutor .main-content {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media (min-width: 1024px) {
  .tutor .main-content {
    width: calc(58.33333% - 2.375em);
    float: left;
    margin-left: 1.5em;
  }
}
@media (min-width: 1366px) {
  .tutor .main-content {
    width: calc(66.66667% - 4.16667em);
    float: left;
    margin-left: 2.5em;
  }
}
.tutor .main-content h1 {
  font-size: 2.5em;
  margin: -0.125em 0 0 0;
}
@media (min-width: 1024px) {
  .tutor .main-content h1 {
    font-size: 3em;
    margin: -0.125em 0 0 0;
  }
}
@media (min-width: 1366px) {
  .tutor .main-content h1 {
    font-size: 4em;
  }
}
.tutor .main-content .position {
  font-size: 1em;
  font-style: italic;
}
@media (min-width: 1024px) {
  .tutor .main-content .position {
    font-size: 1.5em;
  }
}
.tutor .main-content .artistic-majors {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .tutor .main-content .artistic-majors {
    font-size: 1.5em;
  }
}
.tutor .main-content .artistic-majors > span {
  color: #999;
  font-weight: normal;
}
.tutor .main-content ul {
  margin-bottom: 1.5em;
}

.path-studying-in-vienna .l-page {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .path-studying-in-vienna.no-sidebars .l-content {
    margin: 0;
    width: 100%;
  }
}
.path-studying-in-vienna.no-sidebars .l-content .view-header {
  padding: 0 2.5em 2.5em;
  text-align: center;
  max-width: 60em;
  margin: 0 auto;
}
.path-studying-in-vienna.no-sidebars .l-content h3 {
  font-size: 1.5em;
}
@media (min-width: 1024px) {
  .path-studying-in-vienna.no-sidebars .l-content h3 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .path-studying-in-vienna.no-sidebars .l-content .large-image-teaser-link:last-child {
    margin-bottom: -1.5em;
  }
}
@media (min-width: 1024px) {
  .path-studying-in-vienna.no-sidebars .l-content .large-image-teaser-link:last-child {
    margin-bottom: -2.5em;
  }
}

/*# sourceMappingURL=app.css.map */