@charset "UTF-8";
/* 12px */
/* 13px */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: not-allowed;
}

/**
 * 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.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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;
}

.foundation-mq {
  font-family: "small=0em&xxsmall=23.125em&xsmall=28.125em&medium=40em&xmedium=52.5em&xxmedium=57.5em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #007bb4;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 105.78, 154.8);
}
a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #fefefe;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

.text-right {
  text-align: right;
}

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .button_highlight {
  outline: 0;
}
.button, .button_highlight {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background-color: #007bb4;
  color: #fff;
}
.button:hover, .button_highlight:hover, .button:focus, .button_highlight:focus {
  background-color: rgb(0, 104.55, 153);
  color: #fff;
}
.button.tiny, .tiny.button_highlight {
  font-size: 0.6rem;
}
.button.small, .small.button_highlight {
  font-size: 0.75rem;
}
.button.large, .large.button_highlight {
  font-size: 1.25rem;
}
.button.expanded, .expanded.button_highlight {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary, .primary.button_highlight {
  background-color: #2199e8;
  color: #fff;
}
.button.primary:hover, .primary.button_highlight:hover, .button.primary:focus, .primary.button_highlight:focus {
  background-color: rgb(19.9020408163, 123.7387755102, 192.0979591837);
  color: #fff;
}
.button.secondary, .secondary.button_highlight {
  background-color: #777;
  color: #fff;
}
.button.secondary:hover, .secondary.button_highlight:hover, .button.secondary:focus, .secondary.button_highlight:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #fff;
}
.button.success, .success.button_highlight {
  background-color: #3adb76;
  color: #fff;
}
.button.success:hover, .success.button_highlight:hover, .button.success:focus, .success.button_highlight:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fff;
}
.button.warning, .warning.button_highlight {
  background-color: #ffae00;
  color: #fff;
}
.button.warning:hover, .warning.button_highlight:hover, .button.warning:focus, .warning.button_highlight:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fff;
}
.button.alert, .alert.button_highlight {
  background-color: #ec5840;
  color: #fff;
}
.button.alert:hover, .alert.button_highlight:hover, .button.alert:focus, .alert.button_highlight:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #fff;
}
.button.hollow, .hollow.button_highlight, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow, .hollow.button_highlight {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow:hover, .hollow.button_highlight:hover, .button.hollow:focus, .hollow.button_highlight:focus {
  border-color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
  color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
}
.button.hollow.primary, .hollow.primary.button_highlight {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow.primary:hover, .hollow.primary.button_highlight:hover, .button.hollow.primary:focus, .hollow.primary.button_highlight:focus {
  border-color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
  color: rgb(12.4387755102, 77.3367346939, 120.0612244898);
}
.button.hollow.secondary, .hollow.secondary.button_highlight {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .hollow.secondary.button_highlight:hover, .button.hollow.secondary:focus, .hollow.secondary.button_highlight:focus {
  border-color: rgb(59.5, 59.5, 59.5);
  color: rgb(59.5, 59.5, 59.5);
}
.button.hollow.success, .hollow.success.button_highlight {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .hollow.success.button_highlight:hover, .button.hollow.success:focus, .hollow.success.button_highlight:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .hollow.warning.button_highlight {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .hollow.warning.button_highlight:hover, .button.hollow.warning:focus, .hollow.warning.button_highlight:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .hollow.alert.button_highlight {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .hollow.alert.button_highlight:hover, .button.hollow.alert:focus, .hollow.alert.button_highlight:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.disabled, .disabled.button_highlight, .button[disabled], [disabled].button_highlight {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .disabled.button_highlight:hover, .button.disabled:focus, .disabled.button_highlight:focus, .button[disabled]:hover, [disabled].button_highlight:hover, .button[disabled]:focus, [disabled].button_highlight:focus {
  background-color: #2199e8;
  color: #fff;
}
.button.disabled.primary, .disabled.primary.button_highlight, .button[disabled].primary, [disabled].primary.button_highlight {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, .disabled.primary.button_highlight:hover, .button.disabled.primary:focus, .disabled.primary.button_highlight:focus, .button[disabled].primary:hover, [disabled].primary.button_highlight:hover, .button[disabled].primary:focus, [disabled].primary.button_highlight:focus {
  background-color: #2199e8;
  color: #fff;
}
.button.disabled.secondary, .disabled.secondary.button_highlight, .button[disabled].secondary, [disabled].secondary.button_highlight {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, .disabled.secondary.button_highlight:hover, .button.disabled.secondary:focus, .disabled.secondary.button_highlight:focus, .button[disabled].secondary:hover, [disabled].secondary.button_highlight:hover, .button[disabled].secondary:focus, [disabled].secondary.button_highlight:focus {
  background-color: #777;
  color: #fff;
}
.button.disabled.success, .disabled.success.button_highlight, .button[disabled].success, [disabled].success.button_highlight {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, .disabled.success.button_highlight:hover, .button.disabled.success:focus, .disabled.success.button_highlight:focus, .button[disabled].success:hover, [disabled].success.button_highlight:hover, .button[disabled].success:focus, [disabled].success.button_highlight:focus {
  background-color: #3adb76;
  color: #fff;
}
.button.disabled.warning, .disabled.warning.button_highlight, .button[disabled].warning, [disabled].warning.button_highlight {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, .disabled.warning.button_highlight:hover, .button.disabled.warning:focus, .disabled.warning.button_highlight:focus, .button[disabled].warning:hover, [disabled].warning.button_highlight:hover, .button[disabled].warning:focus, [disabled].warning.button_highlight:focus {
  background-color: #ffae00;
  color: #fff;
}
.button.disabled.alert, .disabled.alert.button_highlight, .button[disabled].alert, [disabled].alert.button_highlight {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, .disabled.alert.button_highlight:hover, .button.disabled.alert:focus, .disabled.alert.button_highlight:focus, .button[disabled].alert:hover, [disabled].alert.button_highlight:hover, .button[disabled].alert:focus, [disabled].alert.button_highlight:focus {
  background-color: #ec5840;
  color: #fff;
}
.button.dropdown::after, .dropdown.button_highlight::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after, .arrow-only.button_highlight::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #fefefe;
  cursor: default;
}

[type=submit],
[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #fefefe;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #8a8a8a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select {
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
select:disabled {
  background-color: #fefefe;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 23.0625em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 23.125em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 52.4375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 52.5em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #007bb4;
  position: relative;
  border: 1px solid #fefefe;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #fefefe;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #fefefe;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #fefefe;
  border-bottom: 0;
  background-color: #fefefe;
  color: #007bb4;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #fefefe;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #007bb4;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group::before, .button-group::after {
  content: " ";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group .button, .button-group .button_highlight {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child, .button-group .button_highlight:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .button_highlight {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .button_highlight {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .button_highlight {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button_highlight:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .button_highlight:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button_highlight, .button-group.expanded .button_highlight:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button_highlight {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button_highlight:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button_highlight:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button_highlight:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .button_highlight:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button_highlight, .button-group.expanded .button_highlight:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button_highlight {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button_highlight:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button_highlight:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button_highlight:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .button_highlight:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button_highlight, .button-group.expanded .button_highlight:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button_highlight {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button_highlight:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button_highlight:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button_highlight:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .button_highlight:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button_highlight, .button-group.expanded .button_highlight:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button_highlight {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button_highlight:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button_highlight:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button_highlight:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .button_highlight:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button_highlight, .button-group.expanded .button_highlight:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button_highlight {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button_highlight:last-child, .button-group.expanded .button_highlight:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button_highlight:last-child {
  margin-right: -6px;
}
.button-group.primary .button, .button-group.primary .button_highlight {
  background-color: #2199e8;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button_highlight:hover, .button-group.primary .button:focus, .button-group.primary .button_highlight:focus {
  background-color: rgb(19.9020408163, 123.7387755102, 192.0979591837);
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button_highlight {
  background-color: #777;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button_highlight:hover, .button-group.secondary .button:focus, .button-group.secondary .button_highlight:focus {
  background-color: rgb(95.2, 95.2, 95.2);
  color: #fff;
}
.button-group.success .button, .button-group.success .button_highlight {
  background-color: #3adb76;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .button_highlight:hover, .button-group.success .button:focus, .button-group.success .button_highlight:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fff;
}
.button-group.warning .button, .button-group.warning .button_highlight {
  background-color: #ffae00;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button_highlight:hover, .button-group.warning .button:focus, .button-group.warning .button_highlight:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fff;
}
.button-group.alert .button, .button-group.alert .button_highlight {
  background-color: #ec5840;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button_highlight:hover, .button-group.alert .button:focus, .button-group.alert .button_highlight:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #fff;
}
.button-group.stacked .button, .button-group.stacked .button_highlight, .button-group.stacked-for-small .button, .button-group.stacked-for-small .button_highlight, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .button_highlight {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .button_highlight:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .button_highlight:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .button_highlight:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .button_highlight {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .button_highlight {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 23.0625em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .button_highlight {
    display: block;
    margin-right: 0;
  }
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #007bb4 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #007bb4 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #007bb4;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #007bb4 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #007bb4 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #007bb4;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #007bb4 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #007bb4 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #007bb4;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #007bb4 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #007bb4;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #007bb4;
  color: #fefefe;
}
.label.secondary {
  background: #777;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #fefefe;
}
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

.menu {
  margin: 0;
  list-style-type: none;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.5rem;
  display: inline-block;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right::before, .menu.align-right::after {
  content: " ";
  display: table;
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.5rem;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.pagination::before, .pagination::after {
  content: " ";
  display: table;
}
.pagination::after {
  clear: both;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #fefefe;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #007bb4;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: rgb(241.3, 241.3, 241.3);
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 52.4375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover tbody tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs::before, .tabs::after {
  content: " ";
  display: table;
}
.tabs::after {
  clear: both;
}
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #fefefe;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(23.6336734694, 146.9397959184, 228.1163265306);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #fefefe;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #fefefe;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #fefefe;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}
.title-bar::before, .title-bar::after {
  content: " ";
  display: table;
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar {
  padding: 0.5rem;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button, .top-bar input.button_highlight {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 52.4375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
.shake {
  animation-name: shake-7;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* 12px */
/* 13px */
/*
 * Reset
 */
body {
  letter-spacing: 0.05em;
}

a, a:hover, a:active, a:focus {
  outline: 0;
}

a img {
  transition: all 0.2s ease-in-out;
}

a:hover img {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

figure {
  margin: 0;
}

ul {
  list-style: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?tlp6v6");
  src: url("../fonts/icomoon.eot?tlp6v6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tlp6v6") format("truetype"), url("../fonts/icomoon.woff?tlp6v6") format("woff"), url("../fonts/icomoon.svg?tlp6v6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=font-], [class*=" font-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !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-external:before {
  content: "\e900";
}

.grid-container {
  max-width: 75rem;
  margin: 0 auto;
}

.grid-container-padded {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container-padded {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .grid-container-padded {
    padding-left: 0;
    padding-right: 0;
  }
}
.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > small-shrink, .grid-x > small-full, .grid-x > small-1, .grid-x > small-2, .grid-x > small-3, .grid-x > small-4, .grid-x > small-5, .grid-x > small-6, .grid-x > small-7, .grid-x > small-8, .grid-x > small-9, .grid-x > small-10, .grid-x > small-11, .grid-x > small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > medium-shrink, .grid-x > medium-full, .grid-x > medium-1, .grid-x > medium-2, .grid-x > medium-3, .grid-x > medium-4, .grid-x > medium-5, .grid-x > medium-6, .grid-x > medium-7, .grid-x > medium-8, .grid-x > medium-9, .grid-x > medium-10, .grid-x > medium-11, .grid-x > medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > large-shrink, .grid-x > large-full, .grid-x > large-1, .grid-x > large-2, .grid-x > large-3, .grid-x > large-4, .grid-x > large-5, .grid-x > large-6, .grid-x > large-7, .grid-x > large-8, .grid-x > large-9, .grid-x > large-10, .grid-x > large-11, .grid-x > large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

.small-margin-collapse > .medium-1 {
  width: 8.33333%;
}

.small-margin-collapse > .medium-2 {
  width: 16.66667%;
}

.small-margin-collapse > .medium-3 {
  width: 25%;
}

.small-margin-collapse > .medium-4 {
  width: 33.33333%;
}

.small-margin-collapse > .medium-5 {
  width: 41.66667%;
}

.small-margin-collapse > .medium-6 {
  width: 50%;
}

.small-margin-collapse > .medium-7 {
  width: 58.33333%;
}

.small-margin-collapse > .medium-8 {
  width: 66.66667%;
}

.small-margin-collapse > .medium-9 {
  width: 75%;
}

.small-margin-collapse > .medium-10 {
  width: 83.33333%;
}

.small-margin-collapse > .medium-11 {
  width: 91.66667%;
}

.small-margin-collapse > .medium-12 {
  width: 100%;
}

.small-margin-collapse > .large-1 {
  width: 8.33333%;
}

.small-margin-collapse > .large-2 {
  width: 16.66667%;
}

.small-margin-collapse > .large-3 {
  width: 25%;
}

.small-margin-collapse > .large-4 {
  width: 33.33333%;
}

.small-margin-collapse > .large-5 {
  width: 41.66667%;
}

.small-margin-collapse > .large-6 {
  width: 50%;
}

.small-margin-collapse > .large-7 {
  width: 58.33333%;
}

.small-margin-collapse > .large-8 {
  width: 66.66667%;
}

.small-margin-collapse > .large-9 {
  width: 75%;
}

.small-margin-collapse > .large-10 {
  width: 83.33333%;
}

.small-margin-collapse > .large-11 {
  width: 91.66667%;
}

.small-margin-collapse > .large-12 {
  width: 100%;
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
.seo {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999%;
}

@media screen and (min-width: 40em) {
  .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 40em) {
  .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

/*
 * Table display
 */
.table--fourcells, .table--threecells, .table--twocells, .table--onecells, .table {
  display: block;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 40em) {
  .table--fourcells, .table--threecells, .table--twocells, .table--onecells, .table {
    display: table;
  }
}
.force-table.table--fourcells, .force-table.table--threecells, .force-table.table--twocells, .force-table.table--onecells, .force-table.table {
  display: table;
}
.table--fourcells .columns, .table--threecells .columns, .table--twocells .columns, .table--onecells .columns, .table .columns {
  float: none;
}

.table--cell {
  display: block;
  margin: 40px 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 40em) {
  .table--cell {
    display: table-cell;
    margin: 0;
  }
}
.force-table .table--cell {
  display: table-cell;
}

.table-row {
  display: block;
  box-sizing: border-box;
}
@media print, screen and (min-width: 40em) {
  .table-row {
    display: table-row;
  }
}
.force-table .table-row {
  display: table-row;
}

/*
 * Table layout
 */
@media print, screen and (min-width: 40em) {
  .table--onecells .table--cell {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .table--twocells .table--cell {
    width: 50%;
  }
}

@media print, screen and (min-width: 40em) {
  .table--threecells .table--cell {
    width: 33.333%;
  }
}

@media print, screen and (min-width: 40em) {
  .table--fourcells .table--cell {
    width: 25%;
  }
}

/*
 * Section
 */
.section {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*
 * news & events sections
 */
.news--section--title {
  text-align: center;
  color: #007bb4;
  text-transform: uppercase;
  font-size: 1.64rem;
}
a .news--section--title {
  transition: all 0.2s ease-in-out;
}
a:hover .news--section--title {
  transition: all 0.2s ease-in-out;
  color: rgb(0, 157.85, 231);
}
@media screen and (min-width: 40em) {
  .mppip .news--section {
    padding-right: 0.9375rem;
  }
}
.mppip .news--section--title {
  text-transform: capitalize;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media screen and (min-width: 40em) {
  .application--section {
    padding-left: 0.9375rem;
  }
}

.events--section {
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .events--section {
    margin-top: 0;
  }
}

.main-page {
  margin-top: 1.2rem;
}
@media print, screen and (min-width: 40em) {
  .page-wrapper .main-page {
    margin-left: 2rem;
    margin-top: 2.6rem;
  }
  .page-wrapper.have-banner .main-page {
    margin-top: 0;
  }
  .no-aside-wrapper .main-page {
    margin-top: 2.6rem;
  }
  .no-aside-wrapper.have-banner .main-page {
    margin-top: 0;
  }
}
.main-page--info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.main-page--info .expiration-date {
  margin-bottom: 0;
  font-size: 0.5rem;
}
.main-page--category {
  display: inline-block;
  border: 1px solid #007bb4;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 3px 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}
.main-page .main-page--category a {
  text-decoration: none;
  color: #007bb4;
}
.main-page--content {
  font-size: 0.875rem;
  line-height: 1.4rem;
  color: #333;
  fill: #333;
  stroke: #333;
  word-wrap: break-word;
  /* content style */
}
.main-page--content h3 {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  border-bottom: 3px solid #333;
  font-weight: bold;
}
.main-page--content h3:not(:first-child) {
  margin-top: 3.5rem;
}
.main-page--content h3 + h4 {
  margin-top: 0;
}
.main-page--content h3 + h5 {
  margin-top: 1rem;
}
.main-page--content h3 + h5 {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .main-page--content h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
  }
}
.mppip .main-page--content h3 {
  color: #0085d0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  border-bottom: 1px solid #cce7f6;
  border-left: 2px solid #0085d0;
  padding: 1.25rem 1.25rem 0.9375rem;
  margin-bottom: 1.25rem;
}
.campus_asia .main-page--content h3 {
  color: #C70000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  border-bottom: 1px solid #ca787b;
  border-left: 2px solid #C70000;
  padding: 1.25rem 1.25rem 0.9375rem;
  margin-bottom: 1.25rem;
}
.mppip .single .main-page--content h3 {
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  border: none;
  border-bottom: 3px solid #333;
  font-weight: bold;
}
.main-page--content h4 {
  margin-top: 3rem;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.6rem;
  border: none;
  background-color: #555;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.main-page--content h4.text-block--title {
  margin-top: 2rem;
}
.main-page--content h4 + h5 {
  margin-top: 1rem;
}
.main-page--content h4 + h6 {
  margin-top: 0.5rem;
}
.main-page--content h4 a {
  color: #fff !important;
  display: block;
}
.main-page--content h4 a:hover {
  color: #fff !important;
}
@media print, screen and (min-width: 40em) {
  .main-page--content h4 {
    font-size: 0.9375rem;
  }
}
.main-page--content > h4:first-child {
  margin-top: 0;
}
.main-page--content h5 {
  margin: 2.5rem 0.4rem 0.8rem;
  padding: 0.1rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.4rem;
  border-left: 1px solid #007bb4;
  color: #007bb4;
  font-weight: bold;
}
.main-page--content h5 + h6 {
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .main-page--content h5 {
    margin: 2.5rem 0 0.8rem;
    font-size: 0.875rem;
  }
}
.campus_asia .main-page--content h5 {
  border-left: 1px solid #C70000;
  color: #333333;
}
.main-page--content > h5:first-child {
  margin-top: 0;
}
.main-page--content h6 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: bold;
  background-color: #e5e5e5;
}
.main-page--content > h6:first-child {
  margin-top: 0;
}
.main-page--content p {
  line-height: 1.4rem;
  margin: 0 0.6rem 1.07rem;
}
@media print, screen and (min-width: 40em) {
  .main-page--content p {
    margin: 0 0 1.07rem;
  }
}
.mppip .main-page--content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
}
.mppip .main-page--content blockquote {
  border: none;
  background-color: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #333333;
  padding: 1.25rem;
  margin-top: 2.5rem;
}
.mppip .main-page--content blockquote strong {
  display: block;
  font-weight: bold;
}
.mppip .main-page--content blockquote p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
.main-page--content ol {
  line-height: 1.4rem;
  margin: 1.07rem 0 1.07rem 1.9rem;
}
.main-page--content ul {
  line-height: 1.4rem;
  margin: 1.07rem 0 1.07rem 1.9rem;
  list-style-type: square;
}
.main-page--content li {
  margin-bottom: 0.57rem;
}
.main-page--content .gallery-item img {
  display: inline-block;
}
.main-page--content img {
  display: block;
}
@media screen and (min-width: 40em) {
  .main-page--content img.alignright {
    float: right;
    display: inline;
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.main-page--content img.alignright {
  margin: 0 auto 20px;
}
@media screen and (min-width: 40em) {
  .main-page--content img.alignleft {
    float: left;
    display: inline;
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.main-page--content img.alignleft {
  margin: 0 auto 20px;
}
.main-page--content img.aligncenter {
  float: none;
  margin: 0 auto;
  display: block;
}
.main-page--content img.newsletter-card--image {
  max-width: 50%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .main-page--content img.newsletter-card--image {
    max-width: 164px;
  }
}
.main-page--content .wp-caption {
  display: block;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.main-page--content .wp-caption-text {
  padding: 5px 10px;
}
.main-page--content .wp-caption.alignright {
  display: inline-block;
  float: right;
  margin-left: 1rem;
}
.main-page--content .wp-caption.alignleft {
  display: inline-block;
  float: left;
  margin-right: 1rem;
}
.main-page--content .wp-caption.aligncenter {
  float: none;
  width: 75%;
  margin: 0 auto;
  display: block;
}
.main-page--content .wp-caption img {
  display: inline;
  width: auto;
  margin: 0;
}
.main-page--content a {
  color: #333;
  text-decoration: underline;
}
.no-aside-wrapper .main-page--content a {
  color: #007bb4;
}
.no-aside-wrapper .main-page--content a:hover {
  color: rgb(0, 88.15, 129);
  text-decoration: none;
}
.main-page--content a:hover {
  color: black;
  text-decoration: none;
}
.main-page--content a[target=_blank]:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 4px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.main-page--content a[href$=".pdf"]:after {
  display: inline-block;
  position: relative;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 4px;
  font-size: 1.2rem;
  bottom: -2px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
.main-page--content a.newsletter-card--download {
  color: #007bb4;
}
.main-page--content a.newsletter-card--download[target=_blank]:after {
  display: none;
}
.campus_asia .main-page--content a {
  color: #C70000;
}
.main-page--content .card--type--content a {
  text-decoration: none;
}
.main-page--content .card--type--content a:hover {
  text-decoration: underline;
}
.main-page--content {
  /* table */
}
.main-page--content table {
  width: 100%;
  text-align: left;
  border: 0;
  border-top: solid 1px #cdcdcd;
}
.main-page--content tbody tr:nth-child(even) {
  background-color: transparent;
}
.main-page--content tbody th {
  vertical-align: top;
  border-bottom: solid 1px #cdcdcd;
  background-color: #dde8ed;
  white-space: nowrap;
}
@media print, screen and (min-width: 40em) {
  .main-page--content tbody th br.spbr {
    display: none;
  }
}
.campus_asia .main-page--content tbody th {
  background-color: #f6e8e9;
}
.main-page--content tbody td {
  vertical-align: top;
  border-bottom: solid 1px #cdcdcd;
}
.main-page--content thead, .main-page--content tbody, .main-page--content tfoot {
  border: 0;
}
.main-page--content .embed-pdf-viewer {
  max-width: 100%;
}
.main-page--like {
  float: right;
}
.main-page {
  /* share button */
}
.main-page div.sharedaddy {
  margin-top: 2rem;
}

.single-page--content {
  margin-top: 1rem;
}

.alumni-voice--maintitle {
  margin-bottom: 1.875rem;
}
.alumni-voice__content {
  margin-top: 3rem;
}
.alumni-voice__title {
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-bottom: 3px solid #555;
  font-weight: bold;
  color: #555;
}

.alumni-voice-archive--maintitle {
  background-color: #555;
  color: #fefefe;
  font-size: 0.9375rem;
  padding: 0.4rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .alumni-voice-archive--maintitle {
    margin-bottom: 1.875rem;
  }
}
.alumni-voice-archive__lead {
  padding-top: 0.9375rem;
  font-size: 0.875rem;
  color: #555;
}
@media print, screen and (min-width: 40em) {
  .alumni-voice-archive__lead {
    margin-bottom: 4.375rem;
    font-size: 1rem;
  }
}
.alumni-voice-archive__lead p {
  width: 100%;
  line-height: 1.4rem;
  margin: 0 0.6rem 1.07rem;
}
@media print, screen and (min-width: 40em) {
  .alumni-voice-archive__lead p {
    margin: 0 0 1.07rem;
  }
}

.no-aside-wrapper .main-category {
  margin-top: 0.4rem;
}
.main-category--title {
  margin-bottom: 1.875rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  border-bottom: 3px solid #333;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .main-category--title {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .page-wrapper .main-category {
    margin-left: 2rem;
    margin-top: 2.6rem;
  }
  .page-wrapper.have-banner .main-category {
    margin-top: 0;
  }
  .no-aside-wrapper .main-category {
    margin-top: 2.6rem;
  }
  .no-aside-wrapper.have-banner .main-category {
    margin-top: 0;
  }
  .mppip .main-category {
    margin-top: 0;
  }
  .campus_asia .main-category {
    margin-top: 0;
  }
}
.main-category--content {
  margin-top: 0.4rem;
}
.mppip .main-category--content {
  margin-top: 0;
}
.main-category--content p {
  margin-bottom: 0;
}
.page-wrapper .main-category.graspp_blog_front {
  margin-left: 0;
}

.main-search--holder {
  margin-top: 3rem;
}

/*
 * Resume
 */
.main-resume .resume--table {
  padding: 0 1rem;
}
.main-resume .resume--table .table--cell {
  display: table-cell;
  padding-top: 0.5rem;
}
.main-resume .resume--table .table--cell:first-child {
  width: 13%;
  min-width: 80px;
  font-weight: bold;
}
.main-resume .resume--cell.cell {
  min-width: auto;
  max-width: 100%;
}
.main-resume .resume--image {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 40em) {
  .main-resume .resume--image {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
  }
}
.main-resume .resume--image img {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}
.main-resume .resume--content {
  margin: 1rem;
}
.main-resume .resume--profile-list {
  margin: 0;
}
.main-resume .resume--profile-listitem {
  list-style: none;
}
.no-aside-wrapper .main-resume .resume--block-link {
  display: block;
  color: #333;
  text-decoration: none;
}
.no-aside-wrapper .main-resume .resume--block-link:hover {
  color: black;
}
.no-aside-wrapper .main-resume .resume--block-link--holder {
  padding: 1rem 1.5rem;
  margin-bottom: 0.8rem;
  line-height: 2rem;
  background-color: #efefef;
  word-break: break-all;
}
.no-aside-wrapper .main-resume .resume--block-link .icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: -8px;
}
.no-aside-wrapper .main-resume .resume--block-link--url {
  text-decoration: underline;
}
.no-aside-wrapper .main-resume .resume--block-link:after {
  display: none;
}
.main-resume.secondary-main .section--title, .main-resume.secondary-main .section--title:not(:first-child) {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .main-resume.secondary-main .section--title, .main-resume.secondary-main .section--title:not(:first-child) {
    margin-top: 2rem;
  }
}

/*
 * Secondary Main
 */
.secondary-main .section--title, .secondary-main .section--title:not(:first-child) {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: none;
  background-color: #555;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.secondary-main .section--subtitle {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  font-size: 0.88rem;
  line-height: 1rem;
  font-weight: bold;
}
.secondary-main .related-block .section--title, .secondary-main .related-block .section--title:not(:first-child) {
  margin-bottom: 0;
}

.table-anchor {
  padding: 0.5rem;
  background-color: #efefef;
  font-size: 0.75rem;
  line-height: 1.4rem;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .table-anchor {
    margin: 0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.88rem;
  }
}
.table-anchor--list {
  margin: 0 0 0 1.25rem !important;
}
.table-anchor--listitem {
  float: left;
  margin-right: 2rem;
  margin-bottom: 0.2rem !important;
  list-style-image: url(../images/svg/arrow_down_list_small.svg);
}
.table-anchor--link {
  font-weight: bold;
}
.no-aside-wrapper .table-anchor--link {
  color: #333 !important;
  text-decoration: none !important;
}
.no-aside-wrapper .table-anchor--link:hover {
  color: rgb(25.5, 25.5, 25.5) !important;
  text-decoration: underline !important;
}
.table-anchor--top {
  text-align: right;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .table-anchor--top {
    margin-top: 0;
  }
}

.secondary-main article:first-child .table-anchor--top {
  display: none;
}

/*
 * Header
 */
.mppip .header {
  border-bottom: 1px solid rgba(0, 63, 118, 0.2);
}
@media screen and (min-width: 40em) {
  .mppip .header {
    border-bottom: none;
  }
}

.logo {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 86px);
}
@media screen and (min-width: 40em) {
  .logo {
    max-width: none;
  }
}
.mppip .logo {
  top: 10px;
}
@media print {
  .logo {
    display: block !important;
    margin: 20px 0 40px;
    width: 30%;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 40em) {
  .logo {
    top: 10px;
  }
}
@media screen and (min-width: 64em) {
  .logo {
    top: 15px;
  }
  .mppip .logo {
    top: 10px;
  }
}
@media screen and (min-width: 64em) and (-ms-high-contrast: none), screen and (min-width: 64em) and (-ms-high-contrast: active) {
  .mppip .mppip .logo {
    top: 5px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mppip .logo {
    top: 5px;
  }
}
.logo .mainlogo {
  display: inline-block;
  width: 34%;
}
@media screen and (min-width: 40em) {
  .logo .mainlogo {
    width: 60%;
  }
}
@media screen and (min-width: 64em) {
  .logo .mainlogo {
    width: auto;
  }
  .mppip .logo .mainlogo {
    width: 70%;
  }
}
@media screen and (min-width: 64em) and (-ms-high-contrast: none), screen and (min-width: 64em) and (-ms-high-contrast: active) {
  .mppip .mppip .logo .mainlogo {
    width: 40%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mppip .logo .mainlogo {
    width: 40%;
  }
}
.logo .mainlogo_small {
  display: inline-block;
  width: 60%;
}
.logo--holder {
  position: relative;
}
.logo .logo-20th {
  margin-right: 5px;
  width: 44px;
}
@media screen and (min-width: 64em) {
  .logo .logo-20th {
    width: 80px;
  }
}

.graspp_logo img {
  width: 100px;
  padding: 0.625rem;
}
.tool-menu .graspp_logo {
  background-color: #ffffff;
}

.sublogo {
  display: inline;
  width: 36%;
  margin-bottom: -20px;
  fill: #333332;
}
.sublogo g {
  fill: #fff;
  stroke: #fff;
}
@media print {
  .sublogo {
    position: relative;
    display: block !important;
    width: 50%;
  }
}
@media screen and (min-width: 40em) {
  .sublogo {
    display: block;
    width: 60%;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 64em) {
  .sublogo {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: 10px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}

/*
 * Page header
 */
.header-page--holder {
  background-color: #007bb4;
}
.header-page--holder.have-banner {
  background-color: #fefefe;
}
.header-page--graspp_blog {
  height: 190px;
}
@media screen and (min-width: 40em) {
  .header-page--graspp_blog {
    height: 400px;
  }
}
.header-page--image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media screen and (min-width: 40em) {
  .header-page--image {
    height: 300px;
  }
}
.have-banner .header-page--content {
  text-align: center;
}

.page-title {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 10px 0.5rem 15px;
  color: #fefefe;
}
.have-banner .page-title {
  position: relative;
  top: -50px;
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  color: #007bb4;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.0416666667;
  line-height: 1;
  font-weight: bold;
  padding: 1.25rem 3.75rem 0.625rem;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.page-title small {
  color: #fefefe;
}
.have-banner .page-title small {
  color: #007bb4;
}
@media screen and (min-width: 40em) {
  .page-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin: 3px 0 37px 2.4rem;
  }
}
.search-wrapper .page-title {
  margin: 3px 0 37px 0;
}
.page-title__roman {
  display: block;
  font-size: 0.875rem;
  color: #fff600;
  margin-top: 0.2rem;
}
@media screen and (min-width: 40em) {
  .page-title__roman {
    font-size: 1.125rem;
  }
}

/*
 * Foundation reset
 */
.top-bar {
  padding: 0;
}

/*
 * Custom elements
 */
.top-menu {
  font-size: 0.82rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .top-menu > .columns:first-child, .top-menu--holder {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #333;
  }
}
.top-menu--holder {
  display: table;
  border-collapse: collapse;
  border-bottom: 1px solid #666666;
}
.top-menu--holder.row::before, .top-menu--holder.row::after {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .top-menu {
    margin-top: 10px;
  }
  .top-menu--holder {
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
}
.top-menu .button--holder:not(:first-child) {
  border-left: 1px solid #666666;
}
@media print, screen and (min-width: 40em) {
  .top-menu .button--holder:not(:first-child) {
    border-left: none;
  }
}
.top-menu .roman {
  display: block;
  padding-top: 6px;
  font-weight: 400;
  font-size: 0.65rem;
}
@media screen and (min-width: 64em) {
  .top-menu .roman {
    font-size: 0.78rem;
  }
}
.top-menu .button, .top-menu .button_highlight {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0.6em 0.1rem;
  margin: 0;
  direction: ltr;
  font-size: 0.62rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .top-menu .button, .top-menu .button_highlight {
    padding: 0.6em 0.4rem;
  }
  .top-menu .button br, .top-menu .button_highlight br {
    display: none;
  }
}
.top-menu .button[target=_blank]:after, .top-menu [target=_blank].button_highlight:after {
  position: absolute;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.5rem;
  right: 0.1rem;
  bottom: 0.9rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
@media print, screen and (min-width: 40em) {
  .top-menu .button[target=_blank]:after, .top-menu [target=_blank].button_highlight:after {
    right: 0.2rem;
  }
}
@media screen and (min-width: 64em) {
  .top-menu .button[target=_blank]:after, .top-menu [target=_blank].button_highlight:after {
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 40em) {
  .top-menu .button, .top-menu .button_highlight {
    background-color: #ddd;
    color: #333;
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .top-menu .button, .top-menu .button_highlight {
    font-size: 0.75rem;
  }
}
.top-menu .button--holder {
  display: table-cell;
  background-color: #333;
  float: none;
}
@media (max-width: 640px) {
  .top-menu .button--holder {
    padding: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .top-menu .button--holder {
    background: transparent;
    display: block;
    float: left;
  }
}
.top-menu .button--holder.column:last-child:not(:first-child), .top-menu .button--holder.columns:last-child:not(:first-child),
.top-menu .button--holder .columns:last-child:not(:first-child) {
  float: none;
}
@media print, screen and (min-width: 40em) {
  .top-menu .button--holder.column:last-child:not(:first-child), .top-menu .button--holder.columns:last-child:not(:first-child),
  .top-menu .button--holder .columns:last-child:not(:first-child) {
    float: right;
  }
}
.top-menu .button:hover, .top-menu .button_highlight:hover {
  background-color: rgb(63.75, 63.75, 63.75);
}
@media print, screen and (min-width: 40em) {
  .top-menu .button:hover, .top-menu .button_highlight:hover {
    background-color: rgb(233.75, 233.75, 233.75);
  }
}
@media print, screen and (min-width: 40em) {
  .top-menu .button.tw, .top-menu .tw.button_highlight {
    background-color: transparent;
    /*border: solid 1px #000000;*/
    padding-left: 0;
    padding-right: 0;
  }
}
.top-menu .button.tw[target=_blank]:after, .top-menu .tw[target=_blank].button_highlight:after {
  display: none;
}
.top-menu .button.tw img, .top-menu .tw.button_highlight img {
  height: 24px;
  margin: 1px 0;
}
@media screen and (min-width: 64em) {
  .top-menu .button.tw img, .top-menu .tw.button_highlight img {
    margin: 3px 0;
  }
}
@media print, screen and (min-width: 40em) {
  .top-menu .button.youtube, .top-menu .youtube.button_highlight {
    background-color: transparent;
    /*border: solid 1px #DA1725;*/
    padding-left: 0;
    padding-right: 0;
  }
}
.top-menu .button.youtube[target=_blank]:after, .top-menu .youtube[target=_blank].button_highlight:after {
  display: none;
}
.top-menu .button.youtube img, .top-menu .youtube.button_highlight img {
  height: 24px;
  margin: 1px 0;
}
@media screen and (min-width: 64em) {
  .top-menu .button.youtube img, .top-menu .youtube.button_highlight img {
    margin: 3px 0;
  }
}
@media print, screen and (min-width: 40em) {
  .top-menu .button.instagram, .top-menu .instagram.button_highlight {
    background-color: transparent;
    /*border: solid 1px $card-tag-color;*/
    padding-left: 0;
    padding-right: 0;
  }
}
.top-menu .button.instagram[target=_blank]:after, .top-menu .instagram[target=_blank].button_highlight:after {
  display: none;
}
.top-menu .button.instagram img, .top-menu .instagram.button_highlight img {
  width: 24px;
  height: 24px;
  margin: 1px 0;
}
@media screen and (min-width: 64em) {
  .top-menu .button.instagram img, .top-menu .instagram.button_highlight img {
    margin: 3px 0;
  }
}
@media print, screen and (min-width: 40em) {
  .top-menu .button.old-site, .top-menu .old-site.button_highlight {
    background-color: #007bb4;
    color: #fff;
  }
  .top-menu .button.old-site:hover, .top-menu .old-site.button_highlight:hover {
    background-color: rgb(0, 157.85, 231);
  }
}
.top-menu .button.ut-mate, .top-menu .ut-mate.button_highlight {
  padding: 14px 0px;
  height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .top-menu .button.ut-mate, .top-menu .ut-mate.button_highlight {
    height: 2.8rem;
    padding: 16px 0px;
  }
}
.top-menu .button.lang-menu, .top-menu .lang-menu.button_highlight {
  position: relative;
  background-color: #333;
  color: #fff;
  padding: 14px 0px;
  fill: #fff;
  height: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .top-menu .button.lang-menu, .top-menu .lang-menu.button_highlight {
    height: 2.8rem;
    padding: 12px 0px;
  }
}
.top-menu .button.lang-menu:hover, .top-menu .lang-menu.button_highlight:hover {
  background-color: rgb(76.5, 76.5, 76.5);
}
.top-menu .button.lang-menu a, .top-menu .lang-menu.button_highlight a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fefefe;
  text-align: center;
}
.top-menu .button.lang-menu .icon, .top-menu .lang-menu.button_highlight .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -4px;
  position: relative;
  left: -24px;
}
@media screen and (min-width: 64em) {
  .top-menu .button.lang-menu .icon, .top-menu .lang-menu.button_highlight .icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .top-menu .button.lang-menu--holder, .top-menu .lang-menu--holder.button_highlight {
    float: inherit;
  }
}
.top-menu {
  /*.sns-button {
    @media screen and (min-width: 40em) {
      width: 13.8%;
    }
    @media screen and (min-width: 64em) {
      width: 11.1%;
    }
  }*/
}

.navigation #menu-lang.menu > li:not(.menu-text) > a {
  padding: 14px 0 18px 24px;
}
@media screen and (min-width: 64em) {
  .navigation #menu-lang.menu > li:not(.menu-text) > a {
    padding: 16px 0 18px 24px;
  }
}

/*
 * Start Tool menu
 */
.tool-menu {
  margin: 10px 0 0 0;
}
.tool-menu .top-bar-right {
  float: none;
}
@media print, screen and (min-width: 40em) {
  .tool-menu .top-bar-right {
    float: right;
  }
}
.tool-menu .menu-text {
  padding: 0;
  font-size: 0.75rem;
}
.tool-menu .menu-text a {
  display: block;
  padding: 0.7rem 0.6rem;
  color: #333;
}
@media print, screen and (min-width: 40em) {
  .tool-menu .menu-text {
    padding: 0.7rem 1rem;
  }
  .tool-menu .menu-text a {
    display: inline-block;
    padding: 0;
  }
}
.tool-menu--link:hover {
  text-decoration: underline;
}
.tool-menu.top-bar input.search--field {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .tool-menu.top-bar input.search--field {
    width: 200px;
    margin-right: 1rem;
  }
}
.tool-menu .menu-text .icon {
  fill: #333;
  margin-right: 4px;
}
.tool-menu--holder {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .tool-menu--holder {
    position: inherit;
  }
}
.tool-menu .menu {
  display: block;
  width: 100%;
}
.tool-menu li {
  display: block;
  width: 100%;
  background-color: #eee;
  transition: all 0.2s ease-in-out;
}
.tool-menu li:hover {
  transition: all 0.2s ease-in-out;
  background-color: rgb(225.25, 225.25, 225.25);
}
.tool-menu li:not(:first-child) {
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 40em) {
  .tool-menu .menu {
    display: table;
  }
  .tool-menu li {
    display: table-cell;
    width: auto;
    background-color: transparent;
  }
  .tool-menu li:hover {
    background-color: transparent;
  }
}

/*
 * End Tool menu
 */
.search--holder {
  position: relative;
}
.search--field {
  border: none;
  border-bottom: 1px solid rgb(140.25, 140.25, 140.25);
  box-shadow: none;
  padding-right: 3rem;
}
.search--button {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.7em;
  background-color: transparent;
  color: #333;
  fill: #333;
}
@media print, screen and (min-width: 40em) {
  .search--button {
    margin: 0 1rem 1rem 0;
  }
}
.search--button:hover, .search--button:focus {
  background-color: #ddd;
}
/*
 * Navigation
 */
.navigation {
  position: relative;
  padding-bottom: 160px;
}
.mppip .navigation {
  padding-bottom: 230px;
}
@media print, screen and (min-width: 40em) {
  .navigation {
    padding-bottom: 0;
  }
  .mppip .navigation {
    padding-bottom: 0;
  }
}
.navigation--list {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
@media print, screen and (min-width: 40em) {
  .navigation--list {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
  }
}
.navigation--list--holder {
  position: relative;
  z-index: 1000;
  background-color: #007bb4;
}
@media print, screen and (min-width: 40em) {
  .navigation--list--holder {
    background-color: #f1f6f8;
    border-top: 1px solid rgb(213.8, 228.5142857143, 234.4);
    border-bottom: 1px solid rgb(213.8, 228.5142857143, 234.4);
    margin-top: 10px;
  }
}
.navigation .menu.is-dropdown-submenu {
  top: 100%;
  left: 0;
}
.menu .navigation--listitem {
  display: block;
  cursor: pointer;
  padding: 6px 10px;
}
@media (max-width: 640px) {
  .menu .navigation--listitem {
    padding: 0px 8px;
  }
}
.menu .navigation--listitem:first-child {
  padding-top: 16px;
}
@media (max-width: 640px) {
  .menu .navigation--listitem:first-child {
    padding-top: 0;
  }
}
.menu .navigation--listitem {
  transition: all 0.2s ease-in-out;
}
.menu .navigation--listitem:hover {
  transition: all 0.2s ease-in-out;
  background-color: rgb(0, 140.425, 205.5);
}
@media print, screen and (min-width: 40em) {
  .menu .navigation--listitem {
    padding: 0;
    border-left: 1px solid rgb(213.8, 228.5142857143, 234.4);
    border-right: 1px solid rgb(213.8, 228.5142857143, 234.4);
  }
  .menu .navigation--listitem:first-child {
    padding-top: 0;
  }
}
.menu .navigation--listitem a {
  text-align: left;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}
.menu .navigation--listitem a .roman {
  display: block;
  font-weight: 400;
  float: right;
  padding-top: 0;
}
@media print, screen and (min-width: 40em) {
  .menu .navigation--listitem a {
    text-align: center;
    color: #007bb4;
  }
  .menu .navigation--listitem a .roman {
    color: #333;
    float: none;
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 40em) {
  .menu .navigation--listitem {
    display: table-cell;
    width: 14.2857142857%;
  }
}
.menu .navigation--listitem:not(:first-child) {
  border-top: 1px solid rgb(0, 95.12, 139.2);
}
@media print, screen and (min-width: 40em) {
  .menu .navigation--listitem:not(:first-child) {
    border-top: none;
  }
}
.menu .navigation--listitem:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .menu .navigation--listitem:hover {
    background-color: rgb(230.8, 239.4428571429, 242.9);
  }
}
.navigation .menu > li:not(.menu-text) > a {
  padding: 6px 0;
}
@media (max-width: 640px) {
  .navigation--graspp .navigation .menu > li:not(.menu-text) > a {
    padding: 18px 0;
  }
}
.navigation .menu > li:not(.menu-text) > a:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .navigation .menu > li:not(.menu-text) > a {
    padding: 12px 0px;
    float: none;
  }
}
.navigation--content {
  display: block;
  padding: 10px 0px;
}
.navigation--button--holder {
  padding: 0;
  text-align: right;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
  .navigation--button--holder {
    display: none;
  }
}
.navigation--button--link {
  position: relative;
  z-index: 100;
  display: block;
  padding: 0.7rem 0.6rem 0.5rem;
  float: right;
  color: #ffffff;
  background-color: #007bb4;
  transition: all 0.2s ease-in-out;
}
.mppip .navigation--button--link {
  background-color: #003f76;
  transition: all 0.2s ease-in-out;
}
.mppip .navigation--button--link:hover, .mppip .navigation--button--link:active {
  color: #ffffff;
  background-color: rgb(0, 35.7711864407, 67);
}
.campus_asia .navigation--button--link {
  background-color: #C70000;
  transition: all 0.2s ease-in-out;
}
.campus_asia .navigation--button--link:hover, .campus_asia .navigation--button--link:active {
  color: #ffffff;
  background-color: #940000;
}
.navigation--button--link .menu-icon {
  margin: 0 auto;
  display: block;
}
.navigation--button--link:hover, .navigation--button--link:active {
  color: #ffffff;
  cursor: pointer;
  background-color: #007bb4;
  transition: all 0.2s ease-in-out;
}
.navigation--button--link:hover .title-bar-title {
  cursor: pointer;
  color: #ffffff;
}
.navigation--button--link:hover button.menu-icon:after {
  background: #ffffff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.title-bar-title {
  padding: 0.2rem 0 0;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/*
 * Dropdown Menu
 */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: none;
}

.dropdown.menu > li.is-dropdown-submenu-parent a {
  padding-right: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent a:after {
  display: none;
}
.mppip .dropdown.menu > li.is-dropdown-submenu-parent a {
  padding-right: 0.625rem;
}

.dropdown.menu .navigation--lvl2,
.dropdown.menu:not(.vertical) .navigation--lvl2 {
  margin-top: 1px;
  background: rgba(51, 51, 51, 0.95);
  transition: all 0.2s ease-in-out;
}
.dropdown.menu .navigation--lvl2--item:hover,
.dropdown.menu:not(.vertical) .navigation--lvl2--item:hover {
  background: rgba(102, 102, 102, 0.95);
  transition: all 0.2s ease-in-out;
}
.dropdown.menu .navigation--lvl2.navigation__right .navigation--lvl3,
.dropdown.menu:not(.vertical) .navigation--lvl2.navigation__right .navigation--lvl3 {
  right: 100%;
  left: auto;
}
@media (max-width: 640px) {
  .dropdown.menu .navigation--lvl2.navigation__right .navigation--lvl3,
  .dropdown.menu:not(.vertical) .navigation--lvl2.navigation__right .navigation--lvl3 {
    left: 0;
  }
}
.dropdown.menu .navigation--lvl2.last-column,
.dropdown.menu:not(.vertical) .navigation--lvl2.last-column {
  right: 0;
  left: auto;
}
@media (max-width: 640px) {
  .dropdown.menu .navigation--lvl2, .dropdown.menu .navigation--lvl3,
  .dropdown.menu:not(.vertical) .navigation--lvl2,
  .dropdown.menu:not(.vertical) .navigation--lvl3 {
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu .navigation--lvl2, .dropdown.menu .navigation--lvl3,
  .dropdown.menu:not(.vertical) .navigation--lvl2,
  .dropdown.menu:not(.vertical) .navigation--lvl3 {
    position: absolute;
    border: none;
    min-width: 280px;
  }
}
.dropdown.menu .navigation--lvl2 a, .dropdown.menu .navigation--lvl3 a,
.dropdown.menu:not(.vertical) .navigation--lvl2 a,
.dropdown.menu:not(.vertical) .navigation--lvl3 a {
  color: #fff;
  font-size: 0.76rem;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 0px;
  text-align: left;
}
@media (max-width: 640px) {
  .navigation--graspp .dropdown.menu .navigation--lvl2 a, .navigation--graspp .dropdown.menu .navigation--lvl3 a,
  .navigation--graspp .dropdown.menu:not(.vertical) .navigation--lvl2 a,
  .navigation--graspp .dropdown.menu:not(.vertical) .navigation--lvl3 a {
    padding: 16px 0px;
    font-size: 0.8rem;
    color: #007bb4;
    position: relative;
  }
}
.dropdown.menu .navigation--lvl2 a[target=_blank]:after, .dropdown.menu .navigation--lvl3 a[target=_blank]:after,
.dropdown.menu:not(.vertical) .navigation--lvl2 a[target=_blank]:after,
.dropdown.menu:not(.vertical) .navigation--lvl3 a[target=_blank]:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0.5;
  padding-right: 0.4rem;
  font-size: 0.9rem;
  position: relative;
  top: 2px;
  left: 8px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.dropdown.menu .navigation--lvl2--item, .dropdown.menu .navigation--lvl3--item,
.dropdown.menu:not(.vertical) .navigation--lvl2--item,
.dropdown.menu:not(.vertical) .navigation--lvl3--item {
  padding-left: 16px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .dropdown.menu .navigation--lvl2--item, .dropdown.menu .navigation--lvl3--item,
  .dropdown.menu:not(.vertical) .navigation--lvl2--item,
  .dropdown.menu:not(.vertical) .navigation--lvl3--item {
    padding-left: 8px;
  }
}
@media (max-width: 640px) {
  .dropdown.menu .is-active .navigation--lvl2,
  .dropdown.menu:not(.vertical) .is-active .navigation--lvl2 {
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    left: 0 !important;
  }
  .navigation .dropdown.menu .is-active .navigation--lvl2 a,
  .navigation .dropdown.menu:not(.vertical) .is-active .navigation--lvl2 a {
    text-align: right;
  }
  .navigation--graspp .dropdown.menu .is-active .navigation--lvl2 a,
  .navigation--graspp .dropdown.menu:not(.vertical) .is-active .navigation--lvl2 a {
    text-align: left;
  }
  .dropdown.menu .is-active .navigation--lvl2--item,
  .dropdown.menu:not(.vertical) .is-active .navigation--lvl2--item {
    width: 100%;
    padding: 0px 8px;
    background-color: #dde8ed;
    border-bottom: 1px solid #F1F1F1;
  }
  .campus_asia .dropdown.menu .is-active .navigation--lvl2--item,
  .campus_asia .dropdown.menu:not(.vertical) .is-active .navigation--lvl2--item {
    background: rgb(224.5, 0, 0);
  }
}
@media (max-width: 640px) {
  .dropdown.menu .navigation--lvl3,
  .dropdown.menu:not(.vertical) .navigation--lvl3 {
    position: relative;
    background-color: transparent;
    border: none;
  }
}
.dropdown.menu .navigation--lvl3,
.dropdown.menu:not(.vertical) .navigation--lvl3 {
  background: rgba(75, 75, 75, 0.95);
  transition: all 0.2s ease-in-out;
}
.dropdown.menu .navigation--lvl3.first-sub,
.dropdown.menu:not(.vertical) .navigation--lvl3.first-sub {
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu .navigation--lvl3.first-sub,
  .dropdown.menu:not(.vertical) .navigation--lvl3.first-sub {
    left: 100%;
    right: auto;
  }
}
.dropdown.menu .navigation--lvl3--item:hover,
.dropdown.menu:not(.vertical) .navigation--lvl3--item:hover {
  background: rgba(126, 126, 126, 0.95);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 640px) {
  .dropdown.menu .navigation--lvl3--item,
  .dropdown.menu:not(.vertical) .navigation--lvl3--item {
    background-color: #F1F1F1;
    margin-bottom: 1px;
  }
  .dropdown.menu .navigation--lvl3--item a,
  .dropdown.menu:not(.vertical) .navigation--lvl3--item a {
    color: #000000;
  }
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu .dropdown.menu.vertical > li.opens-right > a::after, .dropdown.menu .dropdown.menu.vertical > li.opens-left > a::after,
  .dropdown.menu:not(.vertical) .dropdown.menu.vertical > li.opens-right > a::after,
  .dropdown.menu:not(.vertical) .dropdown.menu.vertical > li.opens-left > a::after {
    border: none;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    fill: #fff;
    background-image: url(../images/svg/arrow-right_small.svg);
    top: 10px;
    right: 6px;
  }
  .mppip .dropdown.menu .dropdown.menu.vertical > li.opens-right > a::after, .mppip .dropdown.menu .dropdown.menu.vertical > li.opens-left > a::after,
  .mppip .dropdown.menu:not(.vertical) .dropdown.menu.vertical > li.opens-right > a::after,
  .mppip .dropdown.menu:not(.vertical) .dropdown.menu.vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0.3125rem;
    background-image: url(../images/svg/mppip_arrow_menu.svg);
    background-repeat: no-repeat;
  }
}

@media (max-width: 640px) {
  .navigation--graspp .navigation--lvl3.menu.vertical {
    display: block;
    left: 0 !important;
  }
}

@media (max-width: 640px) {
  .navigation--graspp .dropdown.menu.vertical > li.navigation--lvl2--item.opens-right > a:not([target=_blank])::after,
  .navigation--graspp .dropdown.menu.vertical > li.navigation--lvl2--item.is-submenu-item a:not([target=_blank])::after {
    content: "";
    display: block !important;
    width: 15px;
    height: 15px;
    top: calc(50% - 5px);
    right: 0.125rem;
    background-image: url(../images/svg/dropdown-menu-arrow-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    filter: invert(56%) sepia(94%) saturate(6878%) hue-rotate(181deg) brightness(93%) contrast(101%);
  }
}

/*
** MPPIP nav
*/
.mppip_nav--holder {
  background-color: #003f76;
}
@media screen and (min-width: 40em) {
  .mppip_nav--holder {
    margin-top: 0.3125rem;
    padding: 0.3125rem 0;
  }
}
@media screen and (min-width: 64em) {
  .mppip_nav--holder {
    padding: 0;
  }
}
.mppip_nav--menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
}
.mppip_nav--menu > li {
  display: block;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}
.mppip_nav--menu > li.mppip_logo {
  display: none;
  width: 18.75rem;
}
@media screen and (min-width: 64em) {
  .mppip_nav--menu > li.mppip_logo {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding-right: 2.5rem;
  }
}
.navigation .mppip_nav--menu > li.mppip_logo a {
  display: block;
  background-color: #fefefe;
  padding: 1.25rem 3.125rem;
  border-radius: 0;
}
.mppip_nav--menu .menu {
  display: block;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .mppip_nav--menu .menu {
    display: table;
  }
}
.mppip_nav--menu .menu > li {
  display: block;
}
.mppip_nav--menu .menu > li:not(:first-child) > a {
  border-top: 1px solid #000000;
}
@media screen and (min-width: 40em) {
  .mppip_nav--menu .menu > li {
    display: table-cell;
    width: 20%;
    padding: 0.625rem;
  }
  .mppip_nav--menu .menu > li:not(:first-child) > a {
    border-top: none;
  }
}
.navigation .mppip_nav--menu .menu > li > a {
  display: block;
  color: #fefefe;
  background-color: #003f76;
  padding: 1.25rem 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.navigation .mppip_nav--menu .menu > li > a:hover, .navigation .mppip_nav--menu .menu > li > a:active, .navigation .mppip_nav--menu .menu > li > a:focus {
  color: #fefefe;
  background-color: rgb(0, 49.3855932203, 92.5);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 40em) {
  .navigation .mppip_nav--menu .menu > li > a {
    border-radius: 4px;
    padding: 0.625rem 0.625rem;
    background-color: #fefefe;
    color: #003f76;
    text-align: center;
  }
  .navigation .mppip_nav--menu .menu > li > a:hover, .navigation .mppip_nav--menu .menu > li > a:active, .navigation .mppip_nav--menu .menu > li > a:focus {
    color: #003f76;
    background-color: rgb(241.25, 241.25, 241.25);
    transition: all 0.2s ease-in-out;
  }
}
.mppip_nav--menu .submenu {
  display: none;
  position: relative;
  top: 100% !important;
  left: 0 !important;
  margin: 0;
  background-color: #ffffff;
  border: none;
  padding: 0.625rem 0;
  list-style: none;
}
.mppip_nav--menu .submenu.js-dropdown-active {
  display: block;
}
@media screen and (min-width: 40em) {
  .mppip_nav--menu .submenu {
    position: absolute;
    left: 9px !important;
    border: 1px solid #003f76;
    border-radius: 4px;
  }
}
.mppip_nav--menu .submenu li {
  display: block;
  width: 100%;
  padding: 0 0.625rem;
}
.mppip_nav--menu .submenu li:not(:first-child) > a {
  border-top: 1px solid #eeeeee;
}
.mppip_nav--menu .submenu li.menu-item-has-children a {
  position: relative;
  padding-right: 1.25rem;
}
.navigation .mppip_nav--menu .submenu li a {
  display: block;
  color: #003f76;
  padding: 0.625rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  text-align: left;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
.navigation .mppip_nav--menu .submenu li a:hover, .navigation .mppip_nav--menu .submenu li a:active, .navigation .mppip_nav--menu .submenu li a:focus {
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.mppip_nav--menu .submenu .submenu {
  display: none;
  position: relative;
  left: 0 !important;
  margin: 0 !important;
  background-color: #ffffff;
  border: none;
  list-style: none;
}
.mppip_nav--menu .submenu .submenu.js-dropdown-active {
  display: block;
}
@media screen and (min-width: 40em) {
  .mppip_nav--menu .submenu .submenu {
    position: absolute;
    left: 100% !important;
    top: 0 !important;
    border: 1px solid #003f76;
    border-radius: 0 4px 4px 0;
  }
}
.navigation .mppip_nav--menu .submenu .submenu a {
  background-color: #eeeeee;
}
@media screen and (min-width: 40em) {
  .navigation .mppip_nav--menu .submenu .submenu a {
    background-color: #ffffff;
  }
}
.navigation .mppip_nav--menu .submenu .submenu a:hover, .navigation .mppip_nav--menu .submenu .submenu a:active, .navigation .mppip_nav--menu .submenu .submenu a:focus {
  color: #000000;
  transition: all 0.2s ease-in-out;
}

.footer {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .footer {
    margin-top: 150px;
  }
}
.footer--section {
  width: 100%;
  color: #fff;
  position: relative;
}
.footer--sectionBottom {
  padding: 20px 10px;
  background-color: #000;
  background-image: url(../images/footer-logo.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.footer--list {
  line-height: 1rem;
}
.footer--list .submenu {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .footer--list .submenu {
    margin-bottom: 20px;
  }
}
.footer--list .submenu li {
  line-height: 1em;
  margin: 8px 0;
}
@media print, screen and (min-width: 40em) {
  .footer--list .submenu li {
    margin: 2px 0;
  }
}
.footer--listitem {
  list-style: none;
}
.footer--link {
  color: #fff;
  font-size: 0.78rem;
  line-height: 1rem;
  padding: 0;
  display: block;
}
.footer--link:hover {
  color: #fff;
  text-decoration: underline;
}
.footer--link[target=_blank]:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  padding-left: 0.2rem;
  font-size: 0.6875rem;
  position: absolute;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.menu > li:not(.menu-text) > .footer--link {
  padding: 2px 0;
}
.footer--submenu-holder {
  margin-top: 8px;
  margin-bottom: 14px;
  margin-left: 3px;
  border-left: solid 1px #505050;
}
.footer--submenu-holder ul {
  margin-left: 0.6em;
}
.footer--panel--title {
  font-size: 0.86rem;
  font-weight: 600;
  margin: 10px 0;
}
.footer--panel--link {
  display: inline-block;
}
.footer--panel-tab {
  border-bottom: 1px solid #fff;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .footer--panel-tab {
    border-bottom: none;
  }
}
.footer--panel-tab--link {
  display: block;
  width: calc(100% - 50px);
}
.footer--panel--link-expand {
  position: relative;
  display: inline-block;
  width: 50px;
  float: right;
  outline: 0;
}
.footer--panel--link-expand:after {
  position: absolute;
  display: block;
  content: "+";
  text-align: center;
  padding: 0 4px 0 5px;
  top: 50%;
  margin-top: -10px;
  right: 0;
  font-size: 1.3rem;
  font-weight: 900;
  color: #000;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
  .footer--panel--link-expand:after {
    display: none;
  }
}
.is-open .footer--panel--link-expand:after {
  content: "-";
  padding: 0 7px 0 8px;
}
.footer * {
  box-sizing: border-box;
}
.footer-icon.icon {
  position: relative;
  fill: #fefefe;
  width: 6rem;
  height: 6rem;
}
@media print, screen and (min-width: 40em) {
  .footer-icon.icon {
    bottom: -30px;
    right: 0;
  }
}

.partners--section {
  padding: 10px 0;
  background-color: #f1f1f1;
}
.partners--list {
  margin-bottom: 0;
}
.partners--listitem {
  text-align: center;
  list-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.partners--listitem img {
  border: solid 1px #e5e5e5;
}

.crosslinks--section {
  background-color: #262626;
  overflow: hidden;
}
.crosslinks--section .footer--list {
  padding: 20px 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .crosslinks--section .footer--list {
    display: -ms-flexbox;
    display: flex;
  }
}
.crosslinks--section .footer--listitem {
  text-align: center;
  padding: 10px 0;
}
.crosslinks--section .footer--listitem:not(:first-child) a {
  border-left: 1px solid #fff;
}
.crosslinks--section .footer--listitem:nth-child(3) a, .crosslinks--section .footer--listitem:nth-child(5) a {
  border-left: none;
}
@media print, screen and (min-width: 40em) {
  .crosslinks--section .footer--listitem:nth-child(3) a, .crosslinks--section .footer--listitem:nth-child(5) a {
    border-left: 1px solid #fff;
  }
}
.crosslinks--link {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 0.78rem;
  line-height: 0.8rem;
}
@media screen and (min-width: 40em) {
  .crosslinks--link {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .crosslinks--link {
    font-size: 0.78rem;
  }
}
.crosslinks--link:hover {
  color: #fff;
  text-decoration: underline;
}
.crosslinks--link[target=_blank]:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  padding-left: 0.2rem;
  font-size: 0.6875rem;
  position: absolute;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}

.credits--section {
  background-color: #007bb4;
  text-align: center;
  padding: 60px 0 20px;
}
.credits--section .row {
  position: relative;
}
.campus_asia .credits--section {
  background: linear-gradient(60deg, #E9E400 0%, #C30618 20%, #C30618 85%, #1c2085 100%);
}
.credits--logo {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .credits--logo {
    position: absolute;
    text-align: right;
    right: 20px;
    bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}

.icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  fill: inherit;
  margin-bottom: -4px;
}

.material-icons.black {
  color: #333;
}

.icon-admissions {
  fill: #fefefe;
  width: 40px;
  height: 40px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%, -50%);
}

.aside-page {
  background-color: #fefefe;
}
.aside-page--holder {
  border: 6px solid rgba(221, 221, 221, 0.5);
  margin-top: 3rem;
}
.have-banner .aside-page--holder {
  margin-top: 0;
}
@media screen and (min-width: 40em) {
  .aside-page--holder {
    margin-top: -100px;
  }
  .mppip .aside-page--holder {
    margin-top: 0;
  }
  .campus_asia .aside-page--holder {
    margin-top: 0;
  }
  .have-banner .aside-page--holder {
    margin-top: 0;
  }
}
@media print {
  .aside-page--holder {
    margin-top: -80px;
  }
  .mppip .aside-page--holder {
    margin-top: 0;
  }
  .campus_asia .aside-page--holder {
    margin-top: 0;
  }
}
.page-graspp_blog .aside-page--holder {
  margin-top: 2.6rem;
}
.aside-page--lists {
  list-style-type: none;
  margin-left: 0;
  margin: 0 1rem;
}
.aside-page--lists .page_item a, .aside-page--lists.menu .page_item a {
  display: block;
  padding: 0.5rem 0;
  color: #333;
  font-size: 1.15rem;
  font-weight: bold;
}
.aside-page--lists .page_item a:hover, .aside-page--lists.menu .page_item a:hover {
  color: #007bb4;
}
.aside-page--lists .page_item a:hover .aside-page--link__roman, .aside-page--lists.menu .page_item a:hover .aside-page--link__roman {
  color: #7fbdd9;
  font-weight: normal;
}
@media print, screen and (min-width: 40em) {
  .aside-page--lists .page_item a, .aside-page--lists.menu .page_item a {
    padding: 1.5rem 0;
  }
}
.aside-page--lists .aside-page--child-list.menu > li:not(.menu-text) > a {
  padding: 0.5rem 0;
  line-height: 1.3;
}
@media print, screen and (min-width: 40em) {
  .aside-page--lists .aside-page--child-list.menu > li:not(.menu-text) > a {
    padding: 1.2rem 0;
  }
}
.aside-page--lists .current_page_item > a {
  color: #007bb4;
}
.aside-page--lists .current_page_item > a .aside-page--link__roman {
  color: #7fbdd9;
}
.aside-page--lists .current_page_item > .aside-page--link-holder > a {
  color: #007bb4;
}
.aside-page--lists .current_page_item > .aside-page--link-holder > a .aside-page--link__roman {
  color: #7fbdd9;
}
.aside-page--lists .current_page_item .aside-page--child-list a {
  color: #333;
}
.aside-page--lists .current_page_item .aside-page--child-list a .aside-page--link__roman {
  color: #999999;
}
.aside-page--lists .current_page_item .aside-page--child-list a:hover {
  color: #007bb4;
}
.aside-page--lists .current_page_item .aside-page--child-list a:hover .aside-page--link__roman {
  color: #7fbdd9;
}
.aside-page {
  /* subtitle */
}
.aside-page--child-list {
  list-style-type: none;
  margin-left: 0;
}
.aside-page--child-list .page_item a {
  padding: 0.5rem 0;
  font-size: 0.88rem;
  border-top: 1px solid #ebebeb;
  position: relative;
}
.aside-page--child-list .page_item a[target=_blank]:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  padding-right: 0.4rem;
  font-size: 0.9375rem;
  position: absolute;
  top: 36%;
  right: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
@media print, screen and (min-width: 40em) {
  .aside-page--child-list .page_item a {
    padding: 1.2rem 0;
  }
}
.aside-page--child-list {
  /* level 2 */
}
.aside-page--child-list .children {
  list-style-type: none;
  margin-left: 0;
  background-color: #f5f5f5;
}
.aside-page--child-list .children .page_item a {
  padding: 0.3rem;
  font-size: 0.8rem;
  border-top: none;
  border-top: solid 1px #fff;
}
.aside-page--child-list .children .page_item a[target=_blank]:before {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 40em) {
  .aside-page--child-list .children .page_item a {
    padding: 0.6rem;
  }
}
.aside-page--link__roman {
  display: block;
  font-size: 0.81rem;
  color: #999999;
  font-weight: normal;
}
.current_page_item .aside-page--link__roman {
  color: rgb(38.25, 38.25, 38.25);
}
.current_page_item > .children .aside-page--link__roman {
  color: #999999;
}
.children .aside-page--link__roman {
  font-size: 0.7rem;
  line-height: 1.3;
  color: #999999;
}
.children .current_page_item .aside-page--link__roman {
  color: #7fbdd9;
}
.aside-page--link-holder a {
  padding-left: 1rem;
}
.aside-page .page_item_has_children {
  position: relative;
}
.aside-page .page_item_has_children:last-child ul {
  margin-bottom: 1.5rem;
}
.aside-page .page_item_has_children .aside-page--expand {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  outline: 0;
  width: 20px;
  height: 59px;
  background-image: url(../images/svg/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 40em) {
  .aside-page .page_item_has_children .aside-page--expand {
    height: 82px;
  }
}
.aside-page .page_item_has_children.is-open .aside-page--expand {
  background-image: url(../images/svg/arrow_down.svg);
}
.aside-page .page_item_has_children.current_page_item .aside-page--expand {
  background-image: url(../images/svg/arrow_right-selected.svg);
}
.aside-page .page_item_has_children.is-open.current_page_item .aside-page--expand {
  background-image: url(../images/svg/arrow_down-selected.svg);
}
.aside-page {
  /* Aside post */
}
.aside-post .aside-page--title {
  list-style-type: none;
  margin-left: 0;
  margin: 0 1rem;
  padding: 0.5rem 0;
  color: #007bb4;
  font-size: 1.15rem;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .aside-post .aside-page--title {
    padding: 1.5rem 0 1.35em;
  }
}
.aside-post .aside-page--title__roman {
  display: block;
  font-size: 1rem;
  color: #7fbdd9;
  font-weight: normal;
}
.aside-post .aside-page--subtitle {
  padding: 0.5rem 0 0.3rem;
  color: #333;
  font-size: 0.88rem;
  border-top: 1px solid #ebebeb;
  font-weight: bold;
}
.page-graspp_blog .aside-post .aside-page--subtitle {
  padding-bottom: 0.8rem;
}
@media print, screen and (min-width: 40em) {
  .aside-post .aside-page--subtitle {
    padding: 1.5rem 0 0.6rem;
  }
}
.graspp_blog_front .aside-post .aside-page--subtitle {
  padding-top: 20px;
  border-top: none;
}
@media screen and (min-width: 40em) {
  .graspp_blog_front .aside-post .aside-page--subtitle {
    padding-top: 0;
  }
}
.aside-page {
  /* tags */
}
.aside-page--tags-title {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0.5rem;
}
.aside-page--tags-holder {
  margin: 0 1rem;
}
.aside-page--tags-holder:first-child .aside-page--subtitle {
  border-top: none;
}
.aside-page--tags-list {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.aside-page--tags-list li {
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.2rem;
}
.aside-page--tags-list li.month {
  list-style-type: disc;
  list-style-position: inside;
}
.aside-page--tags-list li.menu-item {
  font-weight: bold;
}
.aside-page--tags-list li .sub-menu li {
  font-weight: normal;
}
.aside-page--tags-list li a {
  color: #333;
  cursor: default;
}
.aside-page--tags-list li a[href] {
  text-decoration: underline;
  cursor: pointer;
}
.aside-page--tags-list li a:hover {
  color: black;
}
.aside-page--tags-link {
  color: #333;
  text-decoration: underline;
}
.aside-page--tags-link:hover {
  color: black;
}
.page-graspp_blog .aside-page--tags-link {
  text-decoration: none;
  margin-bottom: 8px;
}
.aside-page--tags-label {
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.2rem;
}
.page-graspp_blog .aside-page--tags-label {
  gap: 20px 0;
}
.aside-page--tags-labelitem {
  display: inline-block;
  margin: 0 10px 6px 0;
}
.graspp_blog--aside .aside-page--tags-labelitem {
  margin: 0 0px 15px 0;
}
.aside-page--tags-labelLink {
  border: 1px solid #8a8a8a;
  color: #007bb4;
  background-color: #fefefe;
  text-decoration: none;
  padding: 0 3px;
}

.campus_asia .aside-page .page_item_has_children.current_page_item .aside-page--expand {
  background-image: url(../images/svg/arrow_right.svg);
}

/*
** Grasppers voice
*/
.grasppers_voice .aside-page--lists {
  margin: 0 0.5rem;
}
@media print, screen and (min-width: 64em) {
  .grasppers_voice .aside-page--lists {
    margin: 0 1rem 0 1rem;
  }
}
.grasppers_voice .aside-page--link-holder a {
  word-break: break-all;
  padding-right: 2.1875rem;
}

.aside-page.grasppers_voice .accordion-item .aside-page--expand {
  width: 12px;
  height: 12px;
  padding: 1.25rem;
  transform: rotate(90deg);
  border: none;
  top: 0.125rem;
  right: 0;
  background-size: 12px;
}
@media print, screen and (min-width: 40em) {
  .aside-page.grasppers_voice .accordion-item .aside-page--expand {
    top: 0.9375rem;
  }
}
.aside-page.grasppers_voice .accordion-item[aria-expanded=true] .aside-page--expand {
  transform: rotate(-90deg);
}
.aside-page.grasppers_voice .accordion-item .submenu {
  background: transparent;
  margin-bottom: 1.25rem;
}
.aside-page.grasppers_voice .accordion-item .submenu .page_item a {
  border: none;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  padding: 0.125rem 0.25rem;
}

/*
 * block_table
 */
.block_table {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .row .block_table.row {
    margin-left: 0;
    margin-right: 0;
  }
}
.block_table:nth-child(2) {
  background-color: #007bb4;
  border-left: 3px solid #007bb4;
  border-right: 2px solid #007bb4;
  border-bottom: 2px solid #007bb4;
}
@media print, screen and (min-width: 40em) {
  .block_table:nth-child(2) {
    border: 0;
    border-bottom: 1px solid #007bb4;
  }
}
@media print, screen and (min-width: 40em) {
  .block_table--link:last-child {
    float: left !important;
  }
}
@media print, screen and (min-width: 40em) {
  .block_table--link:nth-child(1) > *, .block_table--link:nth-child(4) > * {
    border-left: 2px solid #007bb4;
  }
  .block_table--link:nth-child(3) > *, .block_table--link:nth-child(6) > * {
    border-right: 2px solid #007bb4;
  }
  .block_table--link:nth-child(5) > * {
    padding-top: 20px;
  }
  .block_table--link.medium-50_percent {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .block_table--link:nth-child(3) > * {
    border-width: 1px;
  }
  .block_table--link:nth-child(4) > * {
    border-left: 0;
  }
  .block_table--link:nth-child(5) > * {
    padding-top: 30px;
  }
  .block_table--link.medium-50_percent {
    width: 20%;
  }
}
.block_table--cell {
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.78rem;
  color: #fff;
  background-color: #333;
  border-right: 1px solid #007bb4;
  border-bottom: 1px solid #007bb4;
  transition: all 0.2s ease-in-out;
}
.block_table--cell:hover {
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: rgb(58.65, 58.65, 58.65);
}
.block_table--cell .roman {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}
@media print, screen and (min-width: 40em) {
  .block_table--cell .roman {
    margin: 8px 0 0;
  }
}
@media print, screen and (min-width: 40em) {
  .block_table--cell {
    min-height: 110px;
    padding: 26px 4px 10px;
  }
}
@media screen and (min-width: 64em) {
  .block_table--cell {
    min-height: 135px;
    padding: 40px 4px 10px;
  }
}
.block_table--title {
  background-color: #007bb4;
  color: #fff;
  fill: #fff600;
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
  padding: 4px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.block_table--title .roman {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  margin-left: 8px;
}
.block_table--title .icon {
  width: 34px;
  height: 16px;
  margin-bottom: -4px;
}
.block_table--title:hover {
  transition: all 0.2s ease-in-out;
  background-color: rgb(0, 112.545, 164.7);
  color: #fff;
}

/*
 * block_link
 */
.block_link {
  background-color: #007bb4;
  color: #fff;
  fill: #fff600;
  padding: 5px 20px 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .block_link {
    min-height: 251px;
    padding: 70px 20px 40px;
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .block_link {
    min-height: 166px;
    padding-top: 30px;
  }
}
.block_link {
  transition: all 0.2s ease-in-out;
}
.block_link .roman {
  display: block;
  margin: 0;
  font-size: 0.86rem;
  font-weight: 500;
}
.block_link .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .block_link .icon {
    margin-bottom: 20px;
  }
}
.block_link:hover {
  transition: all 0.2s ease-in-out;
  background-color: rgb(0, 112.545, 164.7);
  color: #fff;
}
.block_link {
  /*
   * block_link has-image
   */
}
.block_link.has-image {
  border: 3px solid #007bb4;
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.block_link.has-image.newsletter-block {
  background-image: url(../images/A-04.png);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 0;
  background-size: contain;
}
.block_link.has-image.newsletter-block .block_link--content-holder {
  background-color: transparent;
}
.block_link.has-image.newsletter-block:hover .block_link--content-holder {
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0);
}
.block_link.has-image.newsletter-block .block_link--content-holder {
  background-color: rgba(255, 255, 255, 0.4);
  height: 7rem;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .block_link.has-image.newsletter-block {
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 64em) {
  .block_link.has-image.newsletter-block {
    margin-top: 0;
  }
}
.block_link.has-image.grasppblog-block {
  background-image: url(../images/A-07.jpg);
  background-repeat: no-repeat;
  background-position: 0;
  margin-top: 0;
  background-size: cover;
}
.block_link.has-image.grasppblog-block .block_link--content-holder {
  background-color: transparent;
}
@media print, screen and (min-width: 40em) {
  .block_link.has-image.grasppblog-block {
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 64em) {
  .block_link.has-image.grasppblog-block {
    margin-top: 0;
  }
}
.block_link.has-image.donation {
  background-image: url(../images/A-02.jpg);
  background-size: cover;
  margin-top: 0;
}
.block_link.has-image.donation .block_link--content-holder {
  padding: 1rem 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (min-width: 40em) {
  .block_link.has-image.donation .block_link--content-holder {
    padding: 1.5rem 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .block_link.has-image.donation {
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 64em) {
  .block_link.has-image.donation {
    margin-top: 0;
  }
}
.block_link.has-image.cross-program {
  background-image: url(../images/A-03.png);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .block_link.has-image.cross-program {
    margin-top: 0.7rem;
  }
}
@media screen and (min-width: 64em) {
  .block_link.has-image.cross-program {
    margin-top: 0;
  }
}
.block_link.has-image.alumni-voice-block {
  background-image: url(../images/A-05.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 0;
}
.block_link.has-image.alumni-voice-block .block_link--content-holder {
  background-color: transparent;
}
.block_link.has-image.watch-us-block {
  background-image: url(../images/A-06.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 0;
}
.block_link.has-image.watch-us-block .block_link--content-holder {
  background-color: transparent;
}
.block_link.has-image.watch-us-block .block_link--content-holder:before {
  content: "";
  display: block;
  width: 10%;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/watch-us-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.block_link.has-image:hover .block_link--content-holder {
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out;
}
.block_link.has-image .block_link--content-holder {
  height: 7rem;
}
@media print, screen and (min-width: 40em) {
  .block_link.has-image {
    min-height: 0;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.block_link.has-image .block_link--image--holder {
  text-align: left;
}
.block_link.has-image .block_link--content-holder {
  position: relative;
  width: 100%;
  color: #007bb4;
  text-align: left;
  padding: 2rem 2rem;
  font-size: 1.13rem;
  float: none;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
}
.block_link.has-image .block_link--content-holder .roman {
  color: #333;
  font-size: 0.875rem;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .block_link.has-image .block_link--content-holder .roman {
    font-size: 0.875rem;
  }
}
.block_link-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.block_link-table--cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  float: none;
}

/*
 * Search form
 */
.search-form {
  position: relative;
}
.search-form .search--field {
  background-color: #f3f3f3;
  border: none;
  font-size: 1.14rem;
  height: 3.4rem;
  padding-left: 1rem;
}
.search-form .search--button {
  margin: 0 0rem 1rem 0;
  padding: 0.9em;
}
.search-form .search--button .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.search-page--title {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25em;
  border-bottom: 6px solid #333;
}
.search-result {
  border-bottom: 1px solid #c1c1c1;
}
.search-result--title {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-decoration: underline;
  color: #007bb4;
}
.search-result--content {
  max-height: 100px;
  overflow: hidden;
  line-height: 1.25rem;
  margin-bottom: 1.07rem;
  font-size: 0.81rem;
  line-height: 1.25rem;
  color: #333;
}
.search-result--link, .search-result a {
  text-decoration: none;
}
.search-result--list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
.search-result--listitem {
  list-style: none;
}

/*
 * Pagination
 */
.pagination--holder {
  margin-top: 4rem;
  width: 100%;
}
.pagination-block {
  text-align: center;
}
.pagination-block a, .pagination-block .current {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  line-height: 40px;
}
.pagination-block a, .pagination-block .current {
  text-decoration: underline;
}
.pagination-block a:hover, .pagination-block .current:hover {
  text-decoration: none;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  line-height: 40px;
}
.wp-pagenavi a, .wp-pagenavi .current {
  text-decoration: underline;
}
.wp-pagenavi a:hover, .wp-pagenavi .current:hover {
  text-decoration: none;
}

/*
 * Related block
 */
.related-block--holder {
  background-color: #eee;
  margin-bottom: 1px;
  padding: 1.2rem;
  transition: all 0.2s ease-in-out;
}
.related-block--holder:hover {
  background-color: rgb(245.65, 245.65, 245.65);
  transition: all 0.2s ease-in-out;
}
.related-block--holder:hover .related-block--content {
  text-decoration: none;
}
.related-block--list {
  margin: 0;
}
.related-block--listitem {
  list-style: none;
}
.related-block .big-icon {
  fill: #333;
  stroke: #333;
  width: 2rem;
  height: 2rem;
}
.related-block .big-icon.icon-graspp {
  width: 3rem;
  height: 3rem;
  margin-left: -0.5rem;
}
.related-block--content {
  line-height: 2rem;
  font-size: 0.875rem;
  text-decoration: underline;
}
.related-block--content .icon::after {
  display: inline-block;
  content: "";
  width: 34px;
  height: auto;
  font-size: 10px;
  overflow: hidden;
  background-color: #007bb4;
  color: #fefefe;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}
.related-block--listitem a[href$=".xlsx"] .related-block--content .icon::after {
  content: "Excel";
}
.related-block--listitem a[href$=".xls"] .related-block--content .icon::after {
  content: "Excel";
}
.related-block--listitem a[href$=".pdf"] .related-block--content .icon::after {
  content: "PDF";
}
.related-block--listitem a[href$=".docx"] .related-block--content .icon::after {
  content: "Word";
}
.related-block--content .icon {
  fill: #007bb4;
  stroke: #007bb4;
}
.related-block .table .table--cell {
  vertical-align: middle;
  line-height: 1.2rem;
  margin: 0;
  display: table-cell;
}
.related-block .table .table--cell:first-child {
  width: 3rem;
}
@media print, screen and (min-width: 40em) {
  .related-block .table .table--cell {
    margin: 40px 0;
  }
}

/*
 * Start FAQ
 */
.faq {
  font-size: 0.94rem;
  line-height: 1.4rem;
  color: #333;
  fill: #333;
  stroke: #333;
}
.faq a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}
.faq a:hover {
  color: rgb(25.5, 25.5, 25.5);
  text-decoration: none;
}
.faq--section-title {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-bottom: 3px solid #333;
  font-weight: bold;
}
.faq--list {
  margin-left: 0;
}
.faq--listitem {
  list-style: none;
  margin-bottom: 1.2rem;
}
.faq--question {
  background-color: #fff4d2;
  color: rgb(127, 98.4606741573, 0);
  font-weight: bold;
}
.faq--answer {
  background-color: #dde8ed;
  color: rgb(0, 88.15, 129);
}
.faq--title {
  width: 60px;
  padding: 1rem 0;
  text-align: center;
  vertical-align: top;
  font-size: 1.69rem;
}
.faq--content {
  vertical-align: top;
  padding: 1.6rem 1rem 1.6rem 0;
}

/*
 * End FAQ
 */
/*
 * Start Reserch
 */
.unit-block {
  margin: 40px 0;
  padding: 20px 10px 10px;
  border: solid 2px #efefef;
}
@media print, screen and (min-width: 40em) {
  .unit-block {
    padding: 20px;
  }
}
.unit-block > :first-child {
  margin-top: 0;
}

/*
 * End Reserch
 */
.faculty td {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media print, screen and (min-width: 40em) {
  .faculty td {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.faculty td:first-child .resume--link {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .faculty td:first-child .resume--link {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.faculty .resume--en {
  display: block;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: normal;
}
@media print, screen and (min-width: 40em) {
  .faculty .resume--en {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.faculty--title {
  margin-bottom: 0;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  border-bottom: 3px solid #333;
  font-weight: bold;
}
.main-page--content .faculty--title {
  margin-bottom: 0;
}
.faculty--title--topline {
  display: block;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.faculty--title--en {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.625rem;
}
.faculty--title--subline {
  display: block;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/*
** Bulletin
*/
.bulletin--button-holder {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw--button-holder {
  text-align: right;
}
@media print, screen and (min-width: 40em) {
  .tw--button-holder {
    margin-top: -2rem;
  }
}

/*
** Application block
*/
.application--section {
  margin-top: 1.25rem;
}
@media screen and (min-width: 40em) {
  .application--section {
    margin-top: 0;
  }
}

.application_block {
  border: 1px solid #0085d0;
  padding: 1.875rem;
  margin-bottom: 1.5rem;
}
.application_block--title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  /*text-decoration: underline;*/
  color: #333333;
  font-weight: 600;
}
.application_block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.application_block p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #333333;
}
.application_block p strong {
  font-weight: bold;
}
.application_block a[href$=".pdf"]:after {
  display: inline-block;
  position: relative;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 4px;
  font-size: 1.2rem;
  bottom: -2px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}

/*
** Pamphlet block
*/
.pamphlet_block {
  background-color: #cce7f6;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 40em) {
  .pamphlet_block {
    padding: 0.625rem 0.9375rem;
    margin-top: 0;
  }
}
.pamphlet_block--figure {
  margin: 0;
  padding-right: 0.625rem;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 40em) {
  .pamphlet_block--figure {
    padding-right: 1.25rem;
    margin-bottom: 0;
  }
}
.pamphlet_block--title {
  color: #0085d0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .pamphlet_block--title {
    text-align: left;
  }
}
.pamphlet_block--title strong {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  word-break: break-all;
  font-weight: bold;
}
@media screen and (min-width: 64em) {
  .pamphlet_block--title strong {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}

/*
**watch us movie block
*/
.watch-us-movie_block {
  background-color: #cce7f6;
  padding: 0.9375rem 1.625rem;
  margin-bottom: 1.25rem;
}
.watch-us-movie_block img {
  width: 100%;
}

/*
** Student voice block
*/
.studentVoice_block {
  background-color: #aacd06;
  padding: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 40em) {
  .studentVoice_block {
    padding: 1.5625rem 3.125rem;
    margin-top: 2.5rem;
  }
}
.studentVoice_block--image_content {
  display: block;
  width: 100%;
}

.student_voice--wrapper {
  margin-top: 1.25rem;
}
@media screen and (min-width: 40em) {
  .student_voice--wrapper {
    margin-top: 0;
  }
}

@media screen and (min-width: 40em) {
  .cell-aside.cell {
    padding-left: 0;
  }
}

/*
 * GraSPP Blog
 */
.graspp_blog--headline {
  margin-bottom: 30px;
  color: #333333;
  border-bottom: 2px #333333 solid;
}
.graspp_blog--headline--holder {
  border-left: #0085d0 5px solid;
  padding: 5px 0px 5px 20px;
  margin-bottom: 20px;
}
.graspp_blog--headline--title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6111111111;
  margin-top: 10px;
}
@media screen and (min-width: 40em) {
  .graspp_blog--headline--title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
}
.graspp_blog--headline--info {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 15px;
}
.graspp_blog--headline--author {
  line-height: 1.8;
}
.graspp_blog--headline--date {
  color: #888888;
  margin-left: 10px;
}
.graspp_blog--headline--lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  margin: 30px 0px;
}
.graspp_blog--share {
  margin: 20px 0;
}
@media screen and (min-width: 40em) {
  .graspp_blog--share {
    margin: 40px 0;
  }
}
.graspp_blog--share--item {
  text-align: right;
}
.graspp_blog--print {
  margin-bottom: 3rem;
}
.graspp_blog--profile--holder {
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 15px;
}
.graspp_blog--profile--image {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0px auto 20px;
}
@media screen and (min-width: 40em) {
  .graspp_blog--profile--image {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.graspp_blog--profile--image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.graspp_blog--profile--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
}
.graspp_blog--profile--name {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .graspp_blog--profile--name {
    text-align: left;
  }
}
.graspp_blog--related {
  margin: 40px 0;
}

/*
* End GraSPP Blog
*/
/*
 * Start Card news & events
 */
.card, .campus_asia_voice_card {
  position: relative;
  display: block;
  background-color: #eee;
  margin-bottom: 1px;
  transition: all 0.2s ease-in-out;
  padding-bottom: 10px;
}
.card:hover, .campus_asia_voice_card:hover {
  transition: all 0.2s ease-in-out;
  background-color: rgb(245.65, 245.65, 245.65);
}
.card a:hover p, .campus_asia_voice_card a:hover p {
  text-decoration: underline;
}
.card--title {
  color: #007bb4;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.card--title strong {
  font-weight: normal;
  display: inline-block;
  margin-right: 0.375rem;
}
.campus_asia .card--title {
  margin-top: 0.3125rem;
}
.card--content {
  color: #333;
  font-size: 0.8125rem;
  padding: 16px 10px 0 20px;
}
.card--content--text {
  margin-bottom: 0;
  padding-bottom: 0.2rem;
}
.card--content--text + h3, .card--content--text + h4, .card--content--text + h5 {
  margin-top: 0 !important;
}
.card--content--text-holder {
  position: relative;
  max-width: calc(100% - 100px);
}
@media print, screen and (min-width: 40em) {
  .card--content--text-holder {
    max-width: calc(100% - 170px);
  }
}
.card--link[target=_blank] .card--content--text-holder:after {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 4px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.card--type {
  display: inline-block;
  font-size: 0.82rem;
  padding: 0 10px 0 20px;
}
.card--type--content {
  color: #808080;
}
.card--type .icon {
  stroke: #808080;
  fill: #808080;
}
.card--type--section {
  margin-top: 1.25rem;
}
.card--type--section--title {
  color: #808080;
  font-weight: bold;
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.campus_asia_voice_card .card--type {
  color: #333;
  font-size: 0.8125rem;
  margin-bottom: 0;
  padding: 0 10px 0 20px;
}
.card--link:hover .card--description {
  text-decoration: none;
}
.card--tag-link {
  color: #808080;
}
.card--tag-link:hover {
  color: #808080;
  text-decoration: underline;
}
.card--tag-link:hover .card--description {
  text-decoration: none;
}
.card--image {
  max-width: 100px;
}
@media print, screen and (min-width: 40em) {
  .card--image {
    max-width: 164px;
  }
}
.card--image--holder {
  padding: 20px 8px 0;
  float: right;
  max-height: 150px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .card--image--holder {
    padding: 8px 8px 0;
  }
}
.card--label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2px;
  display: inline-block;
  background-color: #007bb4;
  color: #fff600;
  font-size: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
}
.card--label--expiration-date {
  background-color: #007bb4;
  margin: 0.3rem 0.3rem 0.3rem 0;
  padding: 0 0.2rem;
  color: #fefefe;
  font-size: 0.5rem;
  font-weight: bold;
}
.card--category {
  margin: 5px 0;
}
.card--category--list {
  border: 1px solid #8a8a8a;
  color: #777;
  background-color: #fefefe;
  padding: 2px;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
.card--category--link__nest {
  color: #007bb4;
  cursor: pointer;
}

/*
 * End Card news & events
 */
/*
** Campus asia students voice card
*/
.campus_asia_voice_card:hover p {
  text-decoration: underline;
}

li.cell .campus_asia_voice_card {
  height: calc(100% - 1px);
}

/*
 * End Campus asia students voice card
 */
/*
 * Start Card newsletter
 */
.newsletter-card {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  color: #333;
}
.newsletter-card--title {
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25em;
  border-bottom: 3px solid #333;
}
.newsletter-card--subtitle {
  color: #007bb4;
  font-size: 0.88rem;
  font-weight: bold;
}
.newsletter-card--content {
  font-size: 0.81rem;
}
.newsletter-card--content-holder {
  margin-bottom: 1rem;
}
.newsletter-card--download {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  fill: #007bb4;
  stroke: #007bb4;
}
.newsletter-card--download:not(:first-child) {
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 40em) {
  .newsletter-card--download {
    text-align: right;
  }
  .newsletter-card--download:not(:first-child) {
    margin-bottom: 0;
  }
}
.newsletter-card--image {
  padding: 0.5rem;
  border: 1px solid #000;
}
.newsletter-card--image--holder {
  float: none;
  padding-left: 1rem;
}
@media print, screen and (min-width: 40em) {
  .newsletter-card--image--holder {
    float: right;
  }
}
.newsletter-card--link {
  color: #333;
}
.newsletter-card--link:hover, .newsletter-card--link:active, .newsletter-card--link:focus {
  color: #333;
}

/*
 * Start Card newsletter
 */
/*
** Start Card student news
*/
.student_news_card {
  padding-bottom: 0;
  margin-bottom: 0.625rem;
}
.main-page--content .student_news_card .card--title {
  border-left: none;
  margin: 0;
  padding: 0;
  color: #333;
}
.student_news_card .card--content {
  padding: 0;
}
.student_news_card .card--link {
  text-decoration: none;
}
.student_news_card .card--image {
  max-width: 6.25rem;
}
.student_news_card .card--image--wrapper {
  padding: 7px 12px;
}
.student_news_card .columns, .student_news_card .column {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  float: none;
}
.student_news_card .shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.student_news_card .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.student_news_card .row.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

/*
** student_voice_card
*/
.student_voice_card {
  margin-bottom: 1.875rem;
}
.student_voice_card--section {
  margin-bottom: 2.5rem;
}
.student_voice_card--holder {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media screen and (min-width: 40em) {
  .student_voice_card--holder {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.student_voice_card--title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #0085d0;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.625rem;
  border: none;
}
.student_voice_card--title > a {
  color: #0085d0;
  transition: all 0.2s ease-in-out;
}
.student_voice_card--title > a:hover, .student_voice_card--title > a:active, .student_voice_card--title > a:focus {
  color: #003f76;
  transition: all 0.2s ease-in-out;
}
.student_voice_card--information {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #0a0a0a;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 40em) {
  .student_voice_card--information {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.student_voice_card--position {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  color: #0a0a0a;
  font-weight: normal;
}
@media screen and (min-width: 40em) {
  .student_voice_card--position {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7692307692;
  }
}
.student_voice_card--image > img {
  width: 100%;
}
.student_voice_card--content_image {
  float: left;
  max-width: 50%;
}
.student_voice_card--figure {
  text-align: center;
  margin-bottom: 1.25rem;
}
.student_voice_card--figure img {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 40em) {
  .student_voice_card--figure img {
    max-width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .student_voice_card--figure {
    padding-right: 1.25rem;
  }
}
.student_voice_card--content {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.student_voice_card--quote {
  position: relative;
}
.student_voice_card--quote:before, .student_voice_card--quote:after {
  position: absolute;
  font-size: 60px;
  font-weight: bold;
  color: #cce7f6;
}
.campus_asia .student_voice_card--quote:before, .campus_asia .student_voice_card--quote:after {
  color: #f6e8e9;
}
.student_voice_card--quote:before {
  content: "“";
  top: 8px;
  left: -30px;
}
.student_voice_card--quote:after {
  content: "„";
  right: -30px;
  bottom: 16px;
}
.student_voice_card--header {
  margin-bottom: 1.25rem;
}
.student_voice_card--name {
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
}
.student_voice_card--label, .student_voice_card--label--ghost {
  display: inline-block;
  margin: 0;
  margin-right: 0.625rem;
  background-color: #ab2c31;
  padding: 0.625rem 0.625rem;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 2px solid #C70000;
}
.student_voice_card--label--ghost {
  background-color: #ffffff;
  color: #C70000;
  box-sizing: border-box;
  font-weight: 600;
  margin: -2px;
}
.student_voice_card--label:hover, .student_voice_card--label--ghost:hover {
  background-color: #C70000;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.student_voice_card--label--list, .student_voice_card--label--list li {
  margin: 0;
  margin-bottom: 0.625rem;
  list-style: none;
}
.student_voice_card--label--list strong, .student_voice_card--label--list li strong {
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.student_voice_card--label_text {
  display: inline-block;
  margin: 0;
  margin-left: 0.625rem;
  color: #C70000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.student_voice_card--label_text:hover {
  color: #C70000;
  transition: all 0.2s ease-in-out;
}
.student_voice_card--programs--list {
  margin-top: 0.625rem;
}
.student_voice_card--programs--list li {
  list-style: disc;
  color: #C70000;
}

/*
** alumni_voice_card
*/
.alumni-voice-card__figure {
  text-align: center;
  margin-bottom: 1.25rem;
}
.alumni-voice-card__figure img {
  display: inline-block;
  max-width: 250px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .alumni-voice-card__figure {
    padding-right: 1.25rem;
  }
}
.alumni-voice-card__content p {
  width: 100%;
  line-height: 1.4rem;
  margin: 0 0.6rem 1.07rem;
}
@media print, screen and (min-width: 40em) {
  .alumni-voice-card__content p {
    margin: 0 0 1.07rem;
  }
}
.alumni-voice-card__content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alumni-voice-card__article-title {
  font-weight: 600;
  color: #555;
  margin-bottom: 0.5rem;
}
.alumni-voice-card__info {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 0.6rem 1.07rem;
}
@media print, screen and (min-width: 40em) {
  .alumni-voice-card__info {
    padding: 0 0 1.07rem;
  }
}

@media print, screen and (min-width: 40em) {
  .alumni-voice-archive-card__section li {
    margin-bottom: 0.5rem;
  }
}
.alumni-voice-archive-card__section.grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
.alumni-voice-archive-card__item-title {
  font-size: 0.875rem;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .alumni-voice-archive-card__item-title {
    mfont-size: 1rem;
  }
}
.alumni-voice-archive-card__item-thumb img {
  width: 100%;
}
.alumni-voice-archive-card__information {
  font-size: 0.75rem;
}
.alumni-voice-archive-card__item-thumb {
  margin-bottom: 0.9375rem;
}
.alumni-voice-archive-card__information {
  color: #555;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
.alumni-voice-archive-card__position {
  color: #555;
  font-size: 0.75rem;
}

.grasppers_voice_front_page--box {
  margin-top: 15px;
}
.have-banner .grasppers_voice_front_page--box {
  margin-top: 0;
}

.grasppers_voice_card {
  width: 100%;
  max-width: 20rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.grasppers_voice_card--holder {
  -ms-flex-pack: center;
      justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .grasppers_voice_card--holder {
    -ms-flex-pack: start;
        justify-content: start;
  }
}
.student-excchange-reports .grasppers_voice_card--holder {
  margin-bottom: 0;
}
.grasppers_voice_card--item {
  margin-bottom: 1.875rem;
  position: relative;
}
.grasppers_voice_card--item.stretched {
  background-color: #eee;
}
.grasppers_voice_card--main {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  padding: 0.625rem 0.625rem 0.3125rem;
  color: #8a8a8a;
}
.grasppers_voice_card--title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #007bb4;
  margin: 0;
}
.grasppers_voice_card--figure {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.grasppers_voice_card--image {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grasppers_voice_card--label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.125rem 0.125rem;
  display: inline-block;
  background-color: #007bb4;
  color: #fff600;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
  z-index: 1;
}
.grasppers_voice_card--tag {
  display: inline-block;
  padding: 0.25rem 0.25rem;
  border: 1px solid #cccccc;
  background: #fefefe;
  margin: 0 0.125rem 0.25rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  color: #555555;
}
.grasppers_voice_card--tag:hover, .grasppers_voice_card--tag:active, .grasppers_voice_card--tag:focus {
  border-color: #555555;
  color: #555555;
  transition: all 0.2s ease-in-out;
}
.grasppers_voice_card--tag--list {
  padding: 0 0.5rem;
}
.grasppers_voice_card ul {
  margin-left: 0;
}

.main-page--content .grasppers_voice_resume {
  width: 100%;
  background: #eeeeee;
  display: -ms-flexbox;
  display: flex;
}
.main-page--content .grasppers_voice_resume--header {
  padding: 1.25rem 0;
  background-color: #eeeeee;
  padding: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .main-page--content .grasppers_voice_resume--header {
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .main-page--content .grasppers_voice_resume--header--inner {
    padding-left: 1.25rem;
  }
}
.main-page--content .grasppers_voice_resume--header--inner h4 {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  padding: 0;
  background-color: transparent;
  color: #333333;
}
.main-page--content .grasppers_voice_resume--header--inner .link {
  display: inline-block;
  color: #333333 !important;
  transition: all 0.2s ease-in-out;
}
.main-page--content .grasppers_voice_resume--header--inner .link:hover, .main-page--content .grasppers_voice_resume--header--inner .link:active, .main-page--content .grasppers_voice_resume--header--inner .link:focus {
  color: #007bb4 !important;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.main-page--content .grasppers_voice_resume--title {
  display: block;
  margin-right: 0.625rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 40em) {
  .main-page--content .grasppers_voice_resume--title {
    display: inline-block;
  }
}
@media print, screen and (min-width: 64em) {
  .main-page--content .grasppers_voice_resume--title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}
.main-page--content .grasppers_voice_resume--info {
  display: block;
  margin-right: 0.625rem;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
}
@media print, screen and (min-width: 40em) {
  .main-page--content .grasppers_voice_resume--info {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}
.main-page--content .grasppers_voice_resume--helper-text {
  width: 100%;
}
.main-page--content .grasppers_voice_resume--figure {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 66.6666666667%;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .main-page--content .grasppers_voice_resume--figure {
    margin-bottom: 0;
  }
}
.main-page--content .grasppers_voice_resume--figure--holder {
  max-width: 21.875rem;
}
.main-page--content .grasppers_voice_resume--image {
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-page--content .grasppers_voice_resume--newline {
  height: 10px;
}
.main-page--content .grasppers_voice_resume--tag {
  display: inline-block;
  padding: 0.5rem 0.625rem;
  background: #007bb4;
  margin-right: 0.625rem;
  margin-bottom: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  color: #fefefe;
  text-decoration: none;
}
.main-page--content .grasppers_voice_resume--tag:hover, .main-page--content .grasppers_voice_resume--tag:active, .main-page--content .grasppers_voice_resume--tag:focus {
  background-color: rgb(0, 88.15, 129);
  color: #fefefe;
  transition: all 0.2s ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .main-page--content .grasppers_voice_resume--tag {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.main-page--content .grasppers_voice_resume--tag--list {
  margin: 0;
}
.main-page--content .grasppers_voice_resume--tag--list li {
  list-style: none;
}

.grasppers_voice_category--box {
  margin-top: 15px;
}

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

.resume--content [id^=attachment] {
  max-width: 100%;
}

.resume--content iframe {
  max-width: 100%;
}

/*
 * GraSPP Blog Card
 */
.graspp_blog_card--holder {
  width: 100%;
  color: #333333;
  margin: 40px 0px 0px 0px;
}
.graspp_blog--content .graspp_blog_card--holder {
  margin: 0px;
}
.graspp_blog_card--item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
  position: relative;
}
.graspp_blog--content .graspp_blog_card--item {
  border-bottom: none;
  padding-bottom: 0px;
}
.graspp_blog_card--item a {
  color: #0a0a0a;
  text-decoration: none;
}
.graspp_blog_card--figure {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .graspp_blog_card--figure {
    margin-bottom: 0;
  }
}
.graspp_blog_card--figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.graspp_blog_card--image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
@media screen and (min-width: 40em) {
  .graspp_blog_card--contents {
    padding-left: 30px;
  }
}
.graspp_blog_card--title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6;
}
@media screen and (min-width: 40em) {
  .graspp_blog_card--title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.graspp_blog_card--title {
  font-weight: bold;
  margin: 8px 0 20px 0;
}
.graspp_blog_card--title a {
  color: #333;
}
.graspp_blog_card--title a:hover {
  text-decoration: underline;
}
.graspp_blog--content .graspp_blog_card--title {
  margin: 10px 0 8px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6111111111;
}
.graspp_blog_card--text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.graspp_blog_card--info {
  margin-bottom: 5px;
}
.graspp_blog_card--author {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
.graspp_blog_card--date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #888888;
}
.main-page--content .graspp_blog_card--date {
  margin-left: 0;
}
.graspp_blog--headline .graspp_blog_card--date {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.graspp_blog_card--cat--holder {
  margin: 0;
}
.aside-page .graspp_blog_card--cat--holder {
  border: 6px solid #ebebeb;
  padding: 15px;
}
@media screen and (min-width: 40em) {
  .aside-page .graspp_blog_card--cat--holder {
    margin-bottom: 1rem;
  }
}
.graspp_blog_card--cat--item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  .graspp_blog_card--cat--item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.graspp_blog_card--cat--item {
  fill: #0085d0;
  color: #0085d0;
  margin-right: 15px;
  font-weight: bold;
}
.aside-page .graspp_blog_card--cat--item {
  color: #333333;
}
.graspp_blog_card--cat--item .icon {
  width: 10px;
}
.graspp_blog_card--tag--holder {
  margin: 0;
  gap: 10px 0;
}
.graspp_blog_card--tag--item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #ebebeb;
  margin-right: 10px;
  padding: 6px 8px;
  color: #007bb4;
}

/*
* Admissions Pages
*/
.admissions_card--item {
  position: relative;
  margin-bottom: 30px;
}
.admissions_card--item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admissions_card--text {
  position: absolute;
  bottom: 0;
  width: 90%;
}
@media screen and (min-width: 40em) {
  .admissions_card--text {
    width: 80%;
  }
}
.admissions_card--text {
  background-color: rgba(0, 124, 185, 0.8);
  padding: 10px 10px;
  min-height: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.admissions_card--text--ja {
  font-size: 18px;
  color: #fefefe;
  font-weight: bold;
  width: 85%;
}
.admissions_card--text--en {
  font-size: 12px;
  color: #fff600;
  font-weight: bold;
  line-height: 1.1rem !important;
  width: 85%;
}
.admissions_card--text p {
  margin: 0;
}

.page-wrapper {
  direction: rtl;
}
.page-elem {
  direction: ltr;
  text-align: left;
  float: none;
}
@media print, screen and (min-width: 40em) {
  .page-elem {
    float: right;
  }
}

.mppip--wrapper {
  padding-top: 0;
  direction: rtl;
}
.mppip--wrapper__ltr {
  direction: ltr;
}

.button_highlight {
  position: relative;
  background-color: #0085d0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 0.9375rem 0.625rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
  /*padding-right: rem-calc(30);*/
}
.campus_asia .button_highlight {
  background-color: #C70000;
}
.button_highlight .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 1.25rem;
  fill: #ffffff;
  transition: all 0.2s ease-in-out;
}
.button_highlight.has_icon_left {
  padding: 0.9375rem 1.25rem;
  padding-right: 0.625rem;
  padding-left: 2.5rem;
}
.button_highlight.has_icon_left .icon {
  right: auto;
  left: 0.625rem;
}
.button_highlight--holder {
  margin-top: 1.875rem;
}
.button_highlight:hover, .button_highlight:active, .button_highlight:focus {
  background-color: rgb(0, 100.3894230769, 157);
}
.campus_asia .button_highlight:hover, .campus_asia .button_highlight:active, .campus_asia .button_highlight:focus {
  background-color: #940000;
}
.button_highlight:hover .icon-arrow_right, .button_highlight:active .icon-arrow_right, .button_highlight:focus .icon-arrow_right {
  right: 1.875rem;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 40em) {
  .button_highlight {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    padding: 1.25rem 0.625rem;
    /*padding-right: rem-calc(50);*/
  }
  .button_highlight .icon {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 2.5rem;
  }
  .button_highlight .icon.icon-download {
    right: 1.25rem;
  }
  .button_highlight.has_icon_left {
    padding: 1.25rem 1.25rem;
    padding-right: 1.25rem;
    padding-left: 3.125rem;
  }
  .button_highlight.has_icon_left .icon {
    right: auto;
    left: 0.625rem;
  }
}
.button--internlink {
  background: transparent;
  border: 1px solid #007bb4;
  color: #007bb4;
  fill: #007bb4;
  float: right;
  margin-right: 0;
  margin-top: 10px;
  font-size: 0.75rem;
}
.button--internlink:hover {
  background: #007bb4;
  color: #fff;
  fill: #fff;
}
.mppip_news_block .button--internlink {
  float: none;
}
.button--internlink .icon {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-bottom: -2px;
}
.button--internlink.graspp_link .icon {
  margin-left: 0;
  margin-right: 6px;
}
.button.tw_student, .tw_student.button_highlight {
  border: solid 1px #1da1f2;
  background-color: transparent;
  color: #1da1f2;
  margin-right: 0;
  margin-bottom: 0.4rem;
}
.button.tw_student img, .tw_student.button_highlight img {
  width: 20px;
}
.button-top {
  position: absolute;
  right: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  padding: 9px 0 0 2px;
  fill: #fefefe;
  background-color: rgba(0, 0, 0, 0.3);
}
.button-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.button-top--holder {
  position: relative;
  height: 40px;
}
.button--applink {
  font-size: 1.25rem;
  padding: 0.875rem 3.75rem;
}

.submit-button {
  background-color: #007bb4;
  border-radius: 4px;
  padding: 1rem 2.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.submit-button:hover {
  background-color: rgb(0, 140.425, 205.5);
}
.submit-button--holder {
  margin-top: 2.5rem;
  text-align: center;
}

.no-aside-wrapper .main-page--content .button.cancel-button, .no-aside-wrapper .main-page--content .cancel-button.button_highlight {
  background-color: #888;
  border-radius: 4px;
  padding: 1rem 2.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.no-aside-wrapper .main-page--content .button.cancel-button:hover, .no-aside-wrapper .main-page--content .cancel-button.button_highlight:hover {
  background-color: rgb(123.25, 123.25, 123.25);
  color: #fff;
}

.page-wrapper .main-page--content .resume--button,
.no-aside-wrapper .main-page--content .resume--button {
  background-color: #007bb4;
  border-radius: 4px;
  padding: 1rem 1.2rem 1rem 2.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  fill: #fff;
  stroke: #fff;
}
.page-wrapper .main-page--content .resume--button:hover,
.no-aside-wrapper .main-page--content .resume--button:hover {
  color: #fff;
  background-color: rgb(0, 140.425, 205.5);
}
.page-wrapper .main-page--content .resume--button-holder,
.no-aside-wrapper .main-page--content .resume--button-holder {
  margin-top: 2.5rem;
  text-align: center;
}

.button.has-icon, .has-icon.button_highlight {
  position: relative;
}
.button.has-icon .icon, .has-icon.button_highlight .icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin-top: -9px;
}

.archive--button {
  background-color: #007bb4;
  border-radius: 4px;
  padding: 1rem 4rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  fill: #fff;
  stroke: #fff;
}
.archive--button:hover {
  color: #fff;
  background-color: rgb(0, 140.425, 205.5);
}
.archive--button-holder {
  margin-top: 2.5rem;
  text-align: center;
}

.list-button {
  background-color: #dde8ed;
  border-radius: 4px;
  padding: 1rem 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
  width: 90%;
}
@media screen and (min-width: 40em) {
  .list-button {
    margin-bottom: 1rem;
  }
}
.list-button:hover {
  background-color: rgb(237.6730769231, 243.2788461538, 245.8269230769);
}
.list-button--holder {
  margin-top: 1.5rem;
  text-align: center;
}
.list-button--holder ul {
  margin: 0;
}
@media screen and (min-width: 40em) {
  .list-button--holder ul {
    width: 100%;
    display: table;
  }
}
.list-button--holder ul > li {
  list-style: none;
}
@media screen and (min-width: 40em) {
  .list-button--holder ul > li {
    display: table-cell;
    width: 25%;
  }
}

.print-button {
  background-color: #555555;
  border: none;
  color: #ffffff !important;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding: 8px 20px 8px 45px;
  text-decoration: none !important;
  border-radius: 4px;
  margin-left: auto;
}
.print-button::before {
  content: "";
  width: 20px;
  height: 18px;
  background-image: url(../images/svg/print.svg);
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
}

.view-more-button {
  margin: 0 auto;
  display: block;
  background: #f1f6f8;
  padding: 12px 20px;
  border: 1px solid #d6e5ea;
  margin-bottom: 50px;
}
.view-more-button:hover {
  background: #d6e5ea;
}

.infinite-scroll-request {
  margin: 0 auto;
  display: block;
  width: 30px;
  margin-top: -30px;
  margin-bottom: 30px;
}
.infinite-scroll-request img {
  display: block;
  width: 100%;
  height: auto;
}

.infinite-scroll-last {
  text-align: center;
  margin-bottom: 30px;
}

.next_posts_link {
  display: none;
}

/*
 * Custom breadcrumbs
 */
#breadcrumbs {
  list-style: none;
  margin: 0.5rem 0.8rem;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  #breadcrumbs {
    margin: 0.8rem 0;
  }
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}

#breadcrumbs .separator {
  font-size: 1rem;
  font-weight: 100;
  color: #fefefe;
}
.mppip--header #breadcrumbs .separator {
  color: #003f76;
  fill: #003f76;
}
.have-banner #breadcrumbs .separator {
  color: #007bb4;
}

.breadcrumbs li:not(:last-child)::after {
  color: #fefefe;
  content: ">";
  margin: 0 0.5rem;
  font-size: 0.8rem;
  line-height: 0.6875rem;
}
.mppip--header .breadcrumbs li:not(:last-child)::after {
  color: #003f76;
  fill: #003f76;
}
.campus_asia--header .breadcrumbs li:not(:last-child)::after {
  color: #C70000;
  fill: #C70000;
}
.have-banner .breadcrumbs li:not(:last-child)::after {
  color: #007bb4;
}

.breadcrumbs li,
.breadcrumbs a {
  color: #fefefe;
  fill: #fefefe;
  line-height: 1.4rem;
}
.mppip--header .breadcrumbs li,
.mppip--header .breadcrumbs a {
  color: #003f76;
  fill: #003f76;
}
.campus_asia--header .breadcrumbs li,
.campus_asia--header .breadcrumbs a {
  color: #C70000;
  fill: #C70000;
}
.have-banner .breadcrumbs li,
.have-banner .breadcrumbs a {
  color: #007bb4;
  fill: #007bb4;
}

.breadcrumbs .icon {
  margin-right: 3px;
}

/*
* Contact form
*/
#js_form--check,
#js_form--result,
.form .robot-check {
  display: none;
}

.form-contact {
  margin-top: 2rem;
}
.form .table {
  border-collapse: collapse;
}
.form .table--cell {
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  margin: 0;
  padding: 0.5rem;
  color: #333;
}
.form .optional {
  color: #555;
  font-size: 0.6rem;
}
.form .table--row {
  display: block;
  margin: 0 0 40px;
}
@media print, screen and (min-width: 40em) {
  .form .table--row {
    display: table-row;
    margin: 0;
  }
}
.form--label {
  text-align: center;
  vertical-align: middle;
  background-color: #dde8ed;
  font-weight: bold;
}
.form--label-top {
  color: #333;
  font-size: 0.8rem;
}
.form--label-top:first-child {
  margin-bottom: 1.6rem;
}
.form--label.table--cell {
  border-bottom: none;
}
@media print, screen and (min-width: 40em) {
  .form--label.table--cell {
    width: 30%;
    border-bottom: 1px solid #cdcdcd;
  }
}
.form--field-info {
  font-size: 0.8rem;
  color: #ff865c;
}
.form [type=text], .form [type=password], .form [type=date], .form [type=datetime], .form [type=datetime-local], .form [type=month], .form [type=week], .form [type=email], .form [type=number], .form [type=search], .form [type=tel], .form [type=time], .form [type=url], .form [type=color], .form textarea {
  margin: 0;
  font-size: 0.8rem;
  color: #333;
}
.form select {
  width: auto;
  margin: 0;
  padding-right: 2rem;
  font-size: 0.8rem;
  color: #333;
}

/*
 * Sitemap
 */
.sitemap-page .page-list {
  margin: 0;
}
.sitemap-page .page_item {
  list-style: none;
}
.sitemap-page .page_item > a {
  display: block;
  background-color: #dde8ed;
  padding: 0.6rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.sitemap-page .page_item .page_item {
  list-style-image: url(../images/svg/arrow_right_xsmall.svg);
}
.sitemap-page .page_item .page_item > a {
  display: block;
  background-color: transparent;
  padding: 0.2rem;
  font-weight: 500;
}
.sitemap-page .page_item .page_item .page_item {
  list-style: disc;
}
.sitemap-page .page_item .page_item .page_item > a {
  font-size: 0.8rem;
}
.sitemap-page .children {
  margin: 0.4rem 1.2rem;
}
.sitemap-page .main-page--content li {
  margin-bottom: 1px;
}

/*
 * Faculty
 */
.resume--list {
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.resume--list li {
  line-height: 1.2rem;
  margin-bottom: 0.3rem;
  list-style-type: square;
}
.resume--list li > a:hover {
  text-decoration: underline;
}

/*
 * Default table
 */
.table-default {
  width: 100%;
  font-size: 0.88rem;
  line-height: 1.4rem;
}
.table-default th, .table-default td {
  border: 1px solid #cdcdcd;
}
.table-default th {
  text-align: center;
  background-color: #dde8ed;
}
.table-default th.courses {
  width: 70%;
}
.table-default td {
  background-color: #fefefe;
}
.table-default.faculty td {
  padding: 0.3rem;
}
@media print, screen and (min-width: 40em) {
  .table-default.faculty td {
    padding: 0.4rem 0.625rem 0.3rem;
  }
}
.table-default.faculty td > a:hover {
  text-decoration: underline;
}
.table-default.faculty thead th:nth-child(1) {
  width: 20%;
}
.table-default.faculty thead th:nth-child(2) {
  width: 20%;
}
.table-default.faculty thead th:nth-child(3) {
  width: 30%;
}
.table-default.faculty thead th:nth-child(4) {
  width: 30%;
}

/*
 * Custom style for MasterSlider
 */
.mppip_slider {
  position: relative;
  overflow: hidden;
  margin-top: 0.625rem;
}
.mppip_slider .master-slider {
  margin: 0 !important;
  width: 100% !important;
}
.mppip_slider .master-slider .ms-container {
  width: calc(100% - 100px) !important;
  margin: 0;
}
.mppip_slider .master-slider .ms-view {
  width: 100% !important;
  overflow: hidden;
}
.mppip_slider .master-slider .ms-thumb-list {
  right: 0 !important;
}
.mppip_slider .master-slider .ms-thumb-frame {
  opacity: 0.8;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
}
.mppip_slider .master-slider .ms-thumb-frame.ms-thumb-frame-selected {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .mppip_slider .master-slider .ms-thumb-frame {
    opacity: 0.6;
  }
}
.mppip_slider .master-slider .ms-slide-info {
  display: none;
  bottom: 1.875rem !important;
  left: 1.875rem !important;
  min-height: 0 !important;
}
@media screen and (min-width: 40em) {
  .mppip_slider .master-slider .ms-slide-info {
    display: block;
  }
}
.mppip_slider .master-slider .ms-info {
  max-width: 200px;
}
@media screen and (min-width: 40em) {
  .mppip_slider .master-slider .ms-info {
    max-width: 400px;
  }
}
.mppip_slider .master-slider .ms-info a {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  font-weight: bold;
  background-color: rgba(0, 63, 118, 0.6);
  padding: 0.625rem;
}
@media screen and (min-width: 40em) {
  .mppip_slider .master-slider .ms-info a {
    background-color: #003f76;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 1.25rem;
    padding-top: 3.75rem;
    transition: all 0.2s ease-in-out;
  }
  .mppip_slider .master-slider .ms-info a:hover, .mppip_slider .master-slider .ms-info a:active, .mppip_slider .master-slider .ms-info a:focus {
    color: #ffffff;
    background-color: rgb(0, 35.7711864407, 67);
    transition: all 0.2s ease-in-out;
  }
}

.campus_asia_slider {
  position: relative;
  overflow: hidden;
  background-color: #f6e8e9;
}
.campus_asia_slider .master-slider {
  margin: 0 !important;
  width: 100% !important;
}
.campus_asia_slider .master-slider-parent {
  max-width: 1980px;
  height: 860px;
}
.campus_asia_slider .master-slider .ms-container {
  margin: 0;
}
.campus_asia_slider .master-slider .ms-view {
  width: 100% !important;
  overflow: hidden;
}
.campus_asia_slider .master-slider .ms-thumb-list {
  right: 0 !important;
}
.campus_asia_slider .master-slider .ms-thumb-frame {
  opacity: 0.8;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
}
.campus_asia_slider .master-slider .ms-thumb-frame.ms-thumb-frame-selected {
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .campus_asia_slider .master-slider .ms-thumb-frame {
    opacity: 0.6;
  }
}
.campus_asia_slider .master-slider .ms-slide-info {
  display: none;
  bottom: 1.875rem !important;
  left: 1.875rem !important;
  min-height: 0 !important;
}
@media screen and (min-width: 40em) {
  .campus_asia_slider .master-slider .ms-slide-info {
    display: block;
  }
}
.campus_asia_slider .master-slider .ms-info {
  max-width: 200px;
}
@media screen and (min-width: 40em) {
  .campus_asia_slider .master-slider .ms-info {
    max-width: 400px;
  }
}
.campus_asia_slider .master-slider .ms-info a {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  font-weight: bold;
  background-color: rgba(170, 205, 6, 0.6);
  padding: 0.625rem;
}
@media screen and (min-width: 40em) {
  .campus_asia_slider .master-slider .ms-info a {
    background-color: #aacd06;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 1.25rem;
    padding-top: 3.75rem;
    transition: all 0.2s ease-in-out;
  }
  .campus_asia_slider .master-slider .ms-info a:hover, .campus_asia_slider .master-slider .ms-info a:active, .campus_asia_slider .master-slider .ms-info a:focus {
    color: #ffffff;
    background-color: rgb(128.9099526066, 155.4502369668, 4.5497630332);
    transition: all 0.2s ease-in-out;
  }
}

.slider--holder {
  overflow: hidden;
  border-top: 1px solid #d6e5ea;
}
@media screen and (min-width: 40em) {
  .slider--holder {
    max-height: 320px;
    border-top: 0;
    border-bottom: 1px solid #d6e5ea;
  }
}
.slider--holder .master-slider-parent {
  max-width: 100% !important;
}
.slider--holder .wpb_row .master-slider-parent *,
.slider--holder .master-slider-parent * {
  box-sizing: border-box !important;
}
.slider--holder .ms-inner-controls-cont,
.slider--holder .ms-view {
  overflow: visible !important;
  max-height: 280px !important;
}
@media screen and (min-width: 40em) {
  .slider--holder .ms-inner-controls-cont,
  .slider--holder .ms-view {
    max-height: 320px !important;
  }
}
.slider--holder .ms-inner-controls-cont {
  max-height: 280px !important;
}
@media screen and (min-width: 40em) {
  .slider--holder .ms-inner-controls-cont {
    max-height: 320px !important;
  }
}
.slider--holder .ms-slide-info.ms-dir-h {
  position: relative;
  top: auto !important;
  bottom: 0 !important;
  min-height: 0 !important;
  width: 100%;
  background-color: #007bb4;
}
@media screen and (min-width: 40em) {
  .slider--holder .ms-slide-info.ms-dir-h {
    position: absolute;
    background-color: transparent;
  }
}
.slider--holder .ms-parent-id-1 > .master-slider {
  background: transparent !important;
}
.slider--holder .master-slider .ms-info {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.slider--holder .master-slider .ms-info a {
  display: inline-block;
  width: 100%;
  background-color: #007bb4;
  padding: 0.8rem;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.8rem;
  text-shadow: 0 0 3px #000, 0 0 4px #000;
}
.slider--holder .master-slider .ms-info a:hover {
  color: #fefefe;
}
@media screen and (min-width: 40em) {
  .slider--holder .master-slider .ms-info a {
    max-width: 46%;
    float: right;
    padding: 1.2rem;
    background-color: rgba(0, 89, 130, 0.6);
    transition: all 0.2s ease-in-out;
  }
  .slider--holder .master-slider .ms-info a:hover {
    background-color: rgba(0, 89, 130, 0.8);
    transition: all 0.2s ease-in-out;
  }
}
.slider--holder .master-slider .ms-info span {
  display: inline-block;
  width: 100%;
  background-color: #007bb4;
  padding: 0.8rem;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.8rem;
  text-shadow: 0 0 3px #000, 0 0 4px #000;
}
@media screen and (min-width: 40em) {
  .slider--holder .master-slider .ms-info span {
    max-width: 46%;
    float: right;
    padding: 1.2rem;
    background-color: rgba(0, 89, 130, 0.6);
  }
}

.mppip--maintitle {
  background-color: #003f76;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  padding: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.single .mppip--maintitle {
  margin-bottom: 0.9375rem;
}
.mppip--maintitle--date {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  margin-top: 0.625rem;
}
.mppip--header {
  position: relative;
  text-align: center;
}
.mppip--header--inner.columns {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 40em) {
  .mppip--header--inner.columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
.mppip--header--title {
  position: relative;
  top: -50px;
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  color: #003f76;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.0416666667;
  line-height: 1;
  font-weight: bold;
  padding: 1.25rem 3.75rem 0.625rem;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.mppip--header--image {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
@media screen and (min-width: 40em) {
  .mppip--header--image {
    height: 250px;
  }
}
@media screen and (min-width: 64em) {
  .mppip--header--image {
    height: 300px;
  }
}
@media screen and (min-width: 40em) {
  .mppip--main {
    padding-left: 1.875rem;
  }
}
.mppip {
  /*
  ** aside
  */
}
.mppip--aside {
  top: 0;
}
.mppip--aside .page_item_has_children {
  position: relative;
}
.mppip--aside .page_item_has_children:last-child ul {
  margin-bottom: 1.5rem;
}
.mppip--aside .page_item_has_children .aside-page--expand {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  outline: 0;
  width: 52px;
  height: 53px;
}
.mppip--aside .page_item_has_children .aside-page--expand .icon {
  position: relative;
  display: block;
  top: calc(50% - 6px);
  left: calc(50% + 4px);
  width: 12px;
  height: 12px;
  fill: #0085d0;
  transform: rotate(0);
}
.mppip--aside .page_item_has_children[aria-expanded=true] .aside-page--expand .icon {
  transform: rotate(90deg);
}
.mppip--aside .page_item_has_children.current_page_item .aside-page--expand .icon {
  fill: #fefefe;
}
.mppip--aside .submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .mppip--aside .submenu {
    display: none;
  }
}
.mppip--aside .submenu.is-active {
  display: block;
}
.mppip--aside .submenu .mppip--aside--link {
  background-color: #f2f5f8;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.0833333333;
  line-height: 1;
  padding-left: 2.5rem;
}
.mppip--aside .submenu .mppip--aside--link:active, .mppip--aside .submenu .mppip--aside--link:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}
.mppip--aside .submenu .mppip--aside--link .icon {
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  fill: #333333;
}
.mppip--aside--menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mppip--aside--menu > li.current_page_item > .mppip--aside--link, .mppip--aside--menu > li.current_page_item > div > .mppip--aside--link {
  background-color: #0085d0;
  color: #ffffff;
}
.mppip--aside--menu > li.current_page_item > .mppip--aside--link .icon, .mppip--aside--menu > li.current_page_item > div > .mppip--aside--link .icon {
  fill: #ffffff;
}
.mppip--aside--menu > li .mppip--aside--link {
  position: relative;
  display: block;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.0714285714;
  line-height: 1;
  padding: 1.25rem;
  background-color: #cce7f6;
  margin-bottom: 1px;
  transition: all 0.2s ease-in-out;
}
.mppip--aside--menu > li .mppip--aside--link .icon {
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
  right: 0.625rem;
  fill: #0085d0;
  transition: all 0.2s ease-in-out;
}
.mppip--aside--menu > li .mppip--aside--link:active, .mppip--aside--menu > li .mppip--aside--link:hover {
  color: rgb(25.5, 25.5, 25.5);
  background-color: rgb(160.65, 210.6, 238.35);
  transition: all 0.2s ease-in-out;
}
.mppip--aside--menu > li .mppip--aside--link:active .icon, .mppip--aside--menu > li .mppip--aside--link:hover .icon {
  fill: rgb(25.5, 25.5, 25.5);
  transition: all 0.2s ease-in-out;
}

.mppip_faq--section:not(:first-child) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 40em) {
  .mppip_faq--section:not(:first-child) {
    margin-top: 6.25rem;
  }
}
.mppip_faq--question {
  padding-bottom: 1.25rem;
}
.mppip_faq--question--subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  padding-left: 0.875rem;
  border-left: 4px solid #333333;
  margin-bottom: 1.25rem;
}
.mppip_faq--question span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #333333;
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  .mppip_faq--question span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.is-active .mppip_faq--question span {
  color: #0085d0;
}
.mppip_faq--question strong {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #0085d0;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 40em) {
  .mppip_faq--question strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.mppip_faq--answer {
  padding: 0.625rem 0.625rem 0.625rem 0;
  background-color: #f2f5f8;
}
@media screen and (min-width: 40em) {
  .mppip_faq--answer {
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
  }
}
.mppip_faq--answer strong {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #b9d300;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 40em) {
  .mppip_faq--answer strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.mppip_faq--answer span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  color: #333333;
}
@media screen and (min-width: 40em) {
  .mppip_faq--answer span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
}
.mppip_faq--answer p {
  margin: 0;
}
.mppip_faq .accordion-content {
  padding: 0;
}
.mppip_faq .accordion-item {
  border-bottom: 1px solid #e5ebf1;
  margin-bottom: 1.25rem;
}
.mppip_faq .accordion-item.is-active {
  border-bottom: none;
}
.mppip_faq--nav {
  background-color: #cce7f6;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .mppip_faq--nav {
    padding: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.mppip_faq--nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mppip_faq--nav > ul > li > a {
  display: inline-block;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  padding: 0.625rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 40em) {
  .mppip_faq--nav > ul > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding: 0.9375rem;
  }
}
.mppip_faq--nav > ul > li > a .icon {
  position: relative;
  bottom: 2px;
  width: 10px;
  height: 14px;
  margin-right: 0.5rem;
  fill: #0085d0;
  transition: all 0.2s ease-in-out;
}
.mppip_faq--nav > ul > li > a:hover, .mppip_faq--nav > ul > li > a:active {
  color: #0085d0;
  transition: all 0.2s ease-in-out;
}
.mppip_faq--nav > ul > li > a:hover .icon, .mppip_faq--nav > ul > li > a:active .icon {
  fill: #0085d0;
  transition: all 0.2s ease-in-out;
}

.mppip--appstep div {
  clear: left;
  margin-bottom: 30px;
  min-height: 110px;
}
.mppip--appstep dd {
  width: calc(100% - 110px);
  margin-left: 110px;
  background: #eee;
  padding: 20px;
}
.mppip--appstep--arrow {
  display: inline-block;
  height: 60px;
  width: 50px;
  background-color: #0085d0;
  position: relative;
  top: 0;
  left: 20px;
  text-align: center;
  float: left;
}
.mppip--appstep--arrow b {
  color: #fff;
  position: relative;
  top: 15px;
}
.mppip--appstep--arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 30px solid #0085d0;
  left: -14px;
  top: 60px;
}
.mppip ul li .circle {
  border: 1px solid #007bb4;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-left: -5px;
}

.mppip .main-page--content {
  font-size: 1rem;
}
.mppip .main-page--content table {
  font-size: 1rem;
}
.mppip .main-page--content .note {
  font-size: 0.875rem;
}
.mppip .main-page--content ul li {
  font-size: 1rem;
}
.mppip .main-page--content .app-fee-table {
  clear: left;
}
.mppip .main-page--content .app-fee-table dt {
  float: left;
  margin-right: 20px;
  clear: left;
}

.mppip_top--bottom {
  clear: both;
  padding-top: 40px;
}

.campus_asia * {
  font-family: "Noto Sans JP", sans-serif;
}
.campus_asia {
  /*テキストグラデーション設定*/
  /*ボタングラデーション設定*/
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.campus_asia .header {
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .campus_asia .header {
    position: relative;
    z-index: 2;
  }
}
.campus_asia .header {
  /*
    ** ロゴ
    */
}
@media screen and (min-width: 64em) {
  .campus_asia .header .logo--holder {
    width: 25%;
    max-width: 470px;
    position: absolute;
    top: 9.5%;
    left: 3%;
    z-index: 10;
  }
}
.campus_asia .header .logo {
  position: absolute;
  z-index: 100;
  top: 0;
  height: 64.2px;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .logo {
    left: 20px;
    top: 0;
    height: auto;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .logo {
    position: static;
  }
}
.campus_asia .header .mainlogo {
  width: 150px;
  transform: translateY(30%);
}
@media screen and (min-width: 40em) {
  .campus_asia .header .mainlogo {
    width: auto;
    max-width: 30%;
    height: auto;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .mainlogo {
    max-width: 104%;
    transform: none;
    margin-top: 20px;
  }
}
@media screen and (min-width: 75em) {
  .campus_asia .header .mainlogo {
    max-width: 350px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 90em) {
  .campus_asia .header .mainlogo {
    max-width: 470px;
    margin-top: 0;
  }
}
.campus_asia .header .navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .navigation {
    margin-top: 4%;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .navigation {
    margin-top: 4.375rem;
  }
}
.campus_asia .header {
  /* Top bar 1 */
}
.campus_asia .header .top-menu.grid-container {
  width: 89.8%;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .top-menu.grid-container {
    width: 58%;
    max-width: initial;
    margin-right: 2%;
  }
}
@media screen and (min-width: 52.5em) {
  .campus_asia .header .top-menu.grid-container {
    width: 60%;
    margin-left: auto;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .top-menu.grid-container {
    width: 70%;
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .top-menu {
    margin-top: 0;
    margin-bottom: 55px;
  }
}
.campus_asia .header .top-menu ul {
  -ms-flex-pack: start;
      justify-content: start;
  margin-bottom: 0;
  margin-left: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 25px;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .top-menu ul {
    -ms-flex-pack: end;
        justify-content: end;
    height: auto;
  }
}
@media screen and (min-width: 57.5em) {
  .campus_asia .header .top-menu ul {
    padding-left: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .top-menu ul {
    -ms-flex-pack: end;
        justify-content: end;
    width: 44%;
    gap: 20px;
    margin-right: 5px;
  }
}
.campus_asia .header .top-menu ul li:first-child {
  margin-right: 3.5%;
  width: 23.7%;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .top-menu ul li:first-child {
    max-width: 115px;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .top-menu ul li:first-child {
    width: 33.8%;
    max-width: inherit;
    margin: 0;
  }
}
.campus_asia .header .top-menu ul li {
  margin-left: 0;
  width: 17%;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .top-menu ul li {
    max-width: 105px;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .top-menu ul li {
    width: 25.1%;
    max-width: inherit;
    margin: 0;
  }
}
.campus_asia .header .top-menu ul li img {
  display: block;
  width: 100%;
}
.campus_asia .header .top-menu ul li.campus_asia--lang {
  width: auto;
  max-width: inherit;
  margin-left: auto;
  margin-right: -4%;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .top-menu ul li.campus_asia--lang {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .top-menu ul li.campus_asia--lang {
    width: 24%;
    margin-left: -10px;
  }
}
.campus_asia .header .top-menu ul li.campus_asia--lang .lang {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (min-width: 64em) {
  .campus_asia .header .top-menu ul li.campus_asia--lang .lang {
    width: 100%;
    margin: 0;
    gap: 0;
  }
}
.campus_asia .header .top-menu ul li.campus_asia--lang .lang li {
  width: 45px;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .top-menu ul li.campus_asia--lang .lang li {
    max-width: 66px;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .top-menu ul li.campus_asia--lang .lang li {
    width: 100%;
  }
}
.campus_asia .header .top-menu ul li.campus_asia--lang .lang li:hover {
  opacity: 0.6;
}
.campus_asia .header .top-menu ul li.campus_asia--lang .lang li a {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  text-align: center;
  color: #959595;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0.0625;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .top-menu ul li.campus_asia--lang .lang li a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.7272727273;
    font-size: clamp(16px, 1vw, 22px);
  }
}
.campus_asia .header .top-menu ul li.campus_asia--lang .lang li a.lang_active {
  color: #666666;
}
.campus_asia .header .top-menu ul li.campus_asia--lang .lang li:first-child a {
  position: relative;
}
.campus_asia .header .top-menu ul li.campus_asia--lang .lang li:first-child a::after {
  content: "";
  position: absolute;
  height: 11px;
  right: 0;
  top: -3px;
  border-right: 1.2px solid #666666;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .top-menu ul li.campus_asia--lang .lang li:first-child a::after {
    top: 30%;
    height: 16px;
  }
}
.campus_asia .header {
  /* Top bar 2 */
}
.campus_asia .header .tool-menu {
  margin: 0;
}
.campus_asia .header .tool-menu--holder {
  position: static;
  max-width: 89.8%;
  margin: 0 auto 9%;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .tool-menu--holder {
    margin: 3% auto 0;
    max-width: 98%;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .tool-menu--holder {
    width: 30%;
    padding-right: 1%;
    margin: 0;
  }
}
.campus_asia .header .tool-menu--holder .tool-menu .menu {
  display: -ms-flexbox;
  display: flex;
  margin: 4% 0 0 0;
  -ms-flex-align: center;
      align-items: center;
  column-gap: 3%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .tool-menu--holder .tool-menu .menu {
    -ms-flex-pack: end;
        justify-content: end;
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .tool-menu--holder .tool-menu .menu {
    -ms-flex-pack: start;
        justify-content: start;
    margin-top: -1%;
  }
}
.campus_asia .header .tool-menu--holder .search--holder {
  display: block;
  width: 50%;
  max-width: 252px;
  box-sizing: border-box;
  background: none;
  margin-top: 1px;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .tool-menu--holder .search--holder {
    padding: 0;
    margin-top: 0;
  }
}
.campus_asia .header .tool-menu--holder .search--holder #searchform {
  position: relative;
}
.campus_asia .header .tool-menu--holder .search--holder #searchform .search--field {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  padding: 8.5px 0 8.5px 50px;
  border: 1px solid #4F4F4F;
  border-radius: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 0.9090909091;
}
.campus_asia .header .tool-menu--holder .search--holder #searchform .search--field:-ms-input-placeholder {
  color: #666666;
}
.campus_asia .header .tool-menu--holder .search--holder #searchform .search--field::placeholder {
  color: #666666;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .tool-menu--holder .search--holder #searchform .search--field {
    padding: 5% 0 5% 50px;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .tool-menu--holder .search--holder #searchform .search--field {
    font-size: min(1vw, 15px);
  }
}
.campus_asia .header .tool-menu--holder .search--holder #searchform .search--button {
  top: 50%;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
.campus_asia .header .tool-menu--holder .search--holder #searchform .search--button:hover {
  background: none;
}
.campus_asia .header .tool-menu--holder .search--holder #searchform .search--button .icon-search:hover {
  opacity: 0.5;
}
.campus_asia .header .tool-menu--holder .menu-text {
  width: 50%;
  max-width: 252px;
  background: #4F4F4F;
  padding: 0.08125rem 0;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .tool-menu--holder .menu-text {
    padding: 0.9375rem 0;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .tool-menu--holder .menu-text {
    border: 1px solid #C70000;
    background: none;
    padding: 3% 0;
  }
}
.campus_asia .header .tool-menu--holder .menu-text .tool-menu--link {
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 0.9090909091;
  color: #fefefe;
}
@media screen and (min-width: 40em) {
  .campus_asia .header .tool-menu--holder .menu-text .tool-menu--link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 0.9333333333;
    line-height: 100%;
    font-size: clamp(11px, 1vw, 15px);
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .header .tool-menu--holder .menu-text .tool-menu--link {
    color: #C70000;
  }
}
.campus_asia .header {
  /* SP　navigation */
}
.campus_asia .header _::-webkit-full-page-media, .campus_asia .header _:future, .campus_asia .header :root .navigation--button--link {
  padding: 0.9rem 1.2rem;
}
.campus_asia .header .navigation--button--link {
  padding: 3.6% 1.2rem;
  background: linear-gradient(60deg, rgb(241, 123, 0) 0%, #C30618 50%, #1c2085 120%);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .campus_asia .header .navigation--button--link {
    padding: 0.875rem 1.2rem;
  }
}
.campus_asia .header .navigation--button--link.close {
  display: block;
  position: relative;
}
.campus_asia .header .navigation--button--link.close::before, .campus_asia .header .navigation--button--link.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1.2rem;
  background: #fefefe;
}
.campus_asia .header .navigation--button--link.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.campus_asia .header .navigation--button--link.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.campus_asia .header .navigation--button--link .menu-icon {
  margin-top: 2px;
}
.campus_asia .header .navigation--button--link .menu-icon::after {
  top: 3px;
}
.campus_asia .header .navigation--button--link .title-bar-title {
  font-size: 0.5rem;
  letter-spacing: -0.02rem;
}
.campus_asia .grid-container {
  max-width: 89.8%;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .campus_asia .grid-container {
    max-width: 1480px;
    margin: 0 auto;
    width: 80%;
  }
}
.campus_asia--lang .lang-menu {
  width: 6.25rem;
}
.campus_asia .top-menu .lang-menu {
  height: 2.6rem;
  padding: 10px;
}
.campus_asia .top-menu li.cell {
  margin-left: 0.625rem;
}
.campus_asia .information--link {
  position: fixed;
  height: auto;
  right: 0;
  z-index: 100;
  max-width: 96px;
  width: 13.36%;
}
@media screen and (min-width: 40em) {
  .campus_asia .information--link {
    width: 6%;
  }
}
.campus_asia .information--link a {
  display: block;
}
.campus_asia .information--link a img {
  width: 100%;
}
.campus_asia {
  /*
  ** navigation
  */
}
.campus_asia .navigation--list--holder {
  border: none;
  width: 100%;
  background: none;
}
@media screen and (min-width: 40em) {
  .campus_asia .navigation--list--holder {
    background-image: linear-gradient(60deg, #E9E400 0%, #C30618 20%, #C30618 85%, #1c2085 100%);
  }
}
@media screen and (min-width: 40em) {
  .campus_asia .navigation--list--holder .navigation--list {
    max-width: 1240px;
    display: block;
  }
}
.campus_asia .navigation--list--holder .navigation--list .dropdown.menu {
  min-width: 300px;
}
.campus_asia .navigation--list--holder .navigation--list .dropdown.menu .navigation--lvl2--item {
  background: linear-gradient(90deg, #ED4302, #C30618);
}
@media screen and (min-width: 40em) {
  .campus_asia .navigation--list--holder .navigation--list .dropdown.menu .navigation--lvl2--item {
    background: #0a0a0a;
  }
}
@media screen and (min-width: 40em) and (min-width: 64em) {
  .campus_asia .navigation--list--holder .navigation--list .dropdown.menu .navigation--lvl2--item a {
    padding: 0.7rem 0px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 0.9444444444;
    line-height: 100%;
    font-size: clamp(10px, 1vw, 16px);
  }
}
.campus_asia .navigation--list--holder .menu .navigation--listitem:hover {
  background-color: #ab2c31;
}
.campus_asia .navigation--list--holder .menu .navigation--listitem {
  width: auto;
  border-color: #ca787b;
  padding-top: 1.125rem;
  border: none;
}
@media screen and (min-width: 40em) {
  .campus_asia .navigation--list--holder .menu .navigation--listitem {
    padding: 0 1%;
    max-width: 100%;
    display: inline-block;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .navigation--list--holder .menu .navigation--listitem {
    padding: 0 1.7%;
  }
}
.campus_asia .navigation--list--holder .menu .navigation--listitem {
  position: relative;
}
.campus_asia .navigation--list--holder .menu .navigation--listitem::before {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  background-color: #fefefe;
  position: absolute;
  top: 40%;
  left: -3px;
}
.campus_asia .navigation--list--holder .menu .navigation--listitem:hover {
  background-color: #fefefe;
}
.campus_asia .navigation--list--holder .menu .navigation--listitem:hover > a {
  background: linear-gradient(-90deg, #C30618 0%, rgb(241, 123, 0) 80%, #E9E400 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.campus_asia .navigation--list--holder .menu .navigation--listitem:first-child::before {
  background: none;
}
.campus_asia .navigation--list--holder .menu .navigation--listitem > a {
  border-left: none;
  border-bottom: 1px solid #C70000;
  border-image: linear-gradient(60deg, rgb(241, 123, 0) 0%, #C30618 50%, #1c2085 120%);
  border-image-slice: 1;
  padding: 0;
  color: #000000;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 0.9230769231;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 40em) {
  .campus_asia .navigation--list--holder .menu .navigation--listitem > a {
    color: #fefefe;
    border: none;
    padding-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    font-size: clamp(10px, 1vw, 18px);
  }
}
@media screen and (min-width: 40em) {
  .campus_asia .navigation--list--holder .menu .navigation--listitem > a {
    padding: 1.25rem 0;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .navigation--list--holder .menu .navigation--listitem > a {
    padding: 1.75rem 0;
  }
}
.campus_asia .navigation--list--holder .menu .navigation--listitem > a::before {
  content: ">";
  padding-right: 2%;
}
@media screen and (min-width: 40em) {
  .campus_asia .navigation--list--holder .menu .navigation--listitem > a::before {
    display: none;
  }
}
.campus_asia .navigation--list--holder .menu .navigation--listitem > a:hover {
  color: linear-gradient(60deg, rgb(237, 67, 2) 0%, rgb(195, 6, 24) 100%);
}
.campus_asia .container {
  clear: both;
  margin-top: -1px;
}
.campus_asia .campus_asia_slider {
  position: relative;
}
@media screen and (min-width: 120em) {
  .campus_asia .campus_asia_slider {
    height: 860px;
  }
}
@media screen and (min-width: 120em) {
  .campus_asia .campus_asia_slider img {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.campus_asia .campus_asia_slider h2 {
  z-index: 1;
  position: absolute;
  color: #fefefe;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.5769230769;
  font-size: 5.7vw;
  font-weight: bold;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 40em) {
  .campus_asia .campus_asia_slider h2 {
    left: 50%;
    font-size: 3vw;
  }
}
.campus_asia .campus_asia_slider h2 .sp_br {
  display: block;
}
@media screen and (min-width: 40em) {
  .campus_asia .campus_asia_slider h2 .sp_br {
    display: inline;
  }
}
.campus_asia .campus_asia_slider h2 .en {
  letter-spacing: 0;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1.6346153846;
  font-size: 5.8vw;
}
@media screen and (min-width: 40em) {
  .campus_asia .campus_asia_slider h2 .en {
    font-size: 3.1vw;
  }
}
.campus_asia {
  /*
  ** CAMPUS Asia Plusとは
  */
}
.campus_asia .plus--section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-flow: column;
      flex-flow: column;
  background-color: #F0F0F0;
  width: 100%;
  border-radius: 1rem;
  padding: 2.375rem 1.25rem;
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section {
    margin: 3.75rem auto 0;
    padding: 3.125rem;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.campus_asia .plus--section .plus--text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text {
    width: 45%;
    max-width: 668px;
  }
}
.campus_asia .plus--section .plus--text h2 {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text h2 {
    text-align: left;
    margin-bottom: 2.8125rem;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5357142857;
    font-size: min(2.3vw, 35px);
  }
}
.campus_asia .plus--section .plus--text p {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text p {
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8888888889;
    font-size: clamp(14px, 1vw, 18px);
    margin-bottom: 2.8125rem;
  }
}
.campus_asia .plus--section .plus--text p br {
  display: none;
}
@media screen and (min-width: 40em) {
  .campus_asia .plus--section .plus--text p br {
    display: block;
  }
}
.campus_asia .plus--section .plus--text .plus--button {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text .plus--button {
    width: 260px;
  }
}
.campus_asia .plus--section .plus--text .plus--button a {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #fefefe;
  border: 1px solid #C70000;
  border-radius: 50px;
  background: linear-gradient(90deg, #ED4302, #C30618);
  padding: 1.32em 1em;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text .plus--button a {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.campus_asia .plus--section .plus--text .plus--button a:hover {
  background: #fefefe;
  color: #C70000;
}
.campus_asia .plus--section .plus--text .plus--button a.is-active {
  background: #fefefe;
  color: #C70000;
}
@media screen and (min-width: 40em) {
  .campus_asia .plus--section .plus--text .plus--button {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text .plus--button {
    margin-right: auto;
    margin-left: 0;
    float: left;
  }
}
.campus_asia .plus--section .plus--text .link--download {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
  margin: 1.4375rem auto 3.1875rem auto;
  position: relative;
  background: linear-gradient(90deg, #ED4302 20%, #C30618 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  display: inline;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text .link--download {
    text-align: left;
    margin: 1.4375rem auto 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8888888889;
    font-size: min(1.2vw, 18px);
  }
}
.campus_asia .plus--section .plus--text .link--download::after {
  position: absolute;
  content: "";
  bottom: -1px;
  width: calc(100% - 35px);
  right: 3px;
  border-bottom: 2px solid #C70000;
  border-image: linear-gradient(90deg, #ED4302, #C30618);
  border-image-slice: 1;
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text .link--download::after {
    width: 80%;
    right: 10px;
  }
}
.campus_asia .plus--section .plus--text .link--download:hover {
  opacity: 0.7;
}
.campus_asia .plus--section .plus--text .icon-download {
  width: 25px;
  margin-right: 10px;
  fill: url(#downloads_color);
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--text .icon-download {
    max-width: 35px;
    width: 10%;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .plus--section .plus--img {
    max-width: 630px;
    width: 51.5%;
  }
}
.campus_asia {
  /*
  ** News list
  */
}
.campus_asia .news--section {
  max-width: 106.25rem;
  margin: 0.625rem auto 0;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section {
    margin: 5.25rem auto 0;
    max-width: 1700px;
    width: 95%;
  }
}
.campus_asia .news--section .news--section--title {
  width: 100%;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .news--section--title {
    margin-bottom: 2.5rem;
  }
}
.campus_asia .news--section .news--section--title a {
  display: inline-block;
  letter-spacing: 0.1rem;
  color: #C70000;
  background: linear-gradient(90deg, #C30618 0%, rgb(241, 123, 0) 80%, #E9E400 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 0.9736842105;
  line-height: normal;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .news--section--title a {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.175;
    font-size: clamp(36px, 1vw, 40px);
    line-height: normal;
  }
}
.campus_asia .news--section .news--section--title a small {
  display: block;
  text-align: center;
  color: #C70000;
  -webkit-text-fill-color: #0a0a0a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 8px;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .news--section--title a small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-size: clamp(14px, 1vw, 18px);
  }
}
.campus_asia .news--section .news--section--title a:hover, .campus_asia .news--section .news--section--title a:active {
  color: #940000;
}
.campus_asia .news--section .news--section--title a:hover small, .campus_asia .news--section .news--section--title a:active small {
  color: #940000;
}
.campus_asia .news--section .news--section--button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 0.5rem;
  max-width: 89.8%;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 40em) {
  .campus_asia .news--section .news--section--button {
    gap: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .news--section--button {
    margin: 0 auto 4.375rem;
    max-width: 840px;
    gap: 30px;
  }
}
.campus_asia .news--section .news--section--button .section--button {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .news--section--button .section--button {
    width: 260px;
  }
}
.campus_asia .news--section .news--section--button .section--button a {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #fefefe;
  border: 1px solid #C70000;
  border-radius: 50px;
  background: linear-gradient(90deg, #ED4302, #C30618);
  padding: 1.32em 1em;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .news--section--button .section--button a {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.campus_asia .news--section .news--section--button .section--button a:hover {
  background: #fefefe;
  color: #C70000;
}
.campus_asia .news--section .news--section--button .section--button a.is-active {
  background: #fefefe;
  color: #C70000;
}
.campus_asia .news--section .news--section--button .section--button:first-child {
  -ms-flex: 0.45;
      flex: 0.45;
}
@media screen and (min-width: 40em) {
  .campus_asia .news--section .news--section--button .section--button:first-child {
    -ms-flex: auto;
        flex: auto;
  }
}
.campus_asia .news--section .news--section--button .section--button:nth-child(2) {
  -ms-flex: 0.8;
      flex: 0.8;
}
@media screen and (min-width: 40em) {
  .campus_asia .news--section .news--section--button .section--button:nth-child(2) {
    -ms-flex: auto;
        flex: auto;
  }
}
@media screen and (min-width: 40em) {
  .campus_asia .news--section .news--section--button .section--button {
    -ms-flex: auto;
        flex: auto;
  }
}
.campus_asia .news--section .news--section--button .section--button a {
  padding: 10px 0 8px;
  letter-spacing: -0.01rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  .campus_asia .news--section .news--section--button .section--button a {
    padding: 1.32em 1em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-size: clamp(14px, 1vw, 18px);
  }
}
.campus_asia .news--section .news--section--article {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-bottom: 10%;
  grid-gap: 1rem;
  gap: 2.5rem;
  -ms-grid-columns: (minmax(0, 540px))[1];
      grid-template-columns: repeat(1, minmax(0, 540px));
  grid-auto-rows: 0; /* 自動的に生成される行の高さを指定 */
  gap: 25px 25px;
  max-width: 82.1%;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .campus_asia .news--section .news--section--article {
    -ms-grid-columns: (minmax(0, 540px))[2];
        grid-template-columns: repeat(2, minmax(0, 540px));
    padding-bottom: 4.5%;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .news--section--article {
    -ms-grid-columns: (minmax(0, 540px))[4];
        grid-template-columns: repeat(4, minmax(0, 540px));
    max-width: 100%;
  }
}
.campus_asia .news--section .card > a, .campus_asia .news--section .campus_asia_voice_card > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}
.campus_asia .news--section .card > a:hover, .campus_asia .news--section .campus_asia_voice_card > a:hover {
  cursor: pointer;
  z-index: 10;
}
.campus_asia .news--section .card > a:hover::after, .campus_asia .news--section .campus_asia_voice_card > a:hover::after {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  width: 101%;
  height: 101%;
  border: 8px solid #C70000;
  border-image: linear-gradient(60deg, #E9E400 0%, #C30618 20%, #C30618 85%, #1c2085 100%);
  border-image-slice: 1;
  z-index: 1;
  animation: fadeInAnime 0.5s ease-out 0s 1 normal;
}
.campus_asia .news--section .card > a .card--label, .campus_asia .news--section .campus_asia_voice_card > a .card--label {
  z-index: 1;
  color: #fefefe;
  box-sizing: border-box;
  padding: 0.25rem 1.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
}
@media screen and (min-width: 40em) {
  .campus_asia .news--section .card > a .card--label, .campus_asia .news--section .campus_asia_voice_card > a .card--label {
    font-size: clamp(10px, 1vw, 14px);
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .card > a .card--label, .campus_asia .news--section .campus_asia_voice_card > a .card--label {
    padding: 0.25rem 0.9375rem;
  }
}
.campus_asia .news--section .card > a .card--label.news, .campus_asia .news--section .campus_asia_voice_card > a .card--label.news {
  background-color: #FF5B00;
}
.campus_asia .news--section .card > a .card--label.topics, .campus_asia .news--section .campus_asia_voice_card > a .card--label.topics {
  background-color: #8F8071;
}
.campus_asia .news--section .card > a .card--label.tokyo, .campus_asia .news--section .campus_asia_voice_card > a .card--label.tokyo {
  background-color: #C70000;
}
.campus_asia .news--section .card > a .card--label.seoul, .campus_asia .news--section .campus_asia_voice_card > a .card--label.seoul {
  background-color: #242068;
}
.campus_asia .news--section .card > a .card--label.beijing, .campus_asia .news--section .campus_asia_voice_card > a .card--label.beijing {
  background-color: #DF8200;
}
.campus_asia .news--section .card > a .card--label.singapo, .campus_asia .news--section .campus_asia_voice_card > a .card--label.singapo {
  background-color: #5C2D91;
}
.campus_asia .news--section .card > a .card--label.overview, .campus_asia .news--section .campus_asia_voice_card > a .card--label.overview {
  background-color: #99C520;
}
.campus_asia .news--section .card > a .card--image--holder, .campus_asia .news--section .campus_asia_voice_card > a .card--image--holder {
  max-height: none;
  height: 0;
  padding-top: 74%;
  position: relative;
  overflow: hidden;
  background: #e8b3b5;
}
.campus_asia .news--section .card > a .card--image--holder .card--image, .campus_asia .news--section .campus_asia_voice_card > a .card--image--holder .card--image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: none;
  height: 110%;
}
.campus_asia .news--section .card > a .card--title, .campus_asia .news--section .campus_asia_voice_card > a .card--title {
  color: #C70000;
  font-size: 1rem;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .card > a .card--title, .campus_asia .news--section .campus_asia_voice_card > a .card--title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    font-size: clamp(14px, 1vw, 16px);
  }
}
.campus_asia .news--section .card > a .card--content, .campus_asia .news--section .campus_asia_voice_card > a .card--content {
  padding: 4% 5%;
}
.campus_asia .news--section .card > a .card--content--text, .campus_asia .news--section .campus_asia_voice_card > a .card--content--text {
  color: #0a0a0a;
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .card > a .card--content--text, .campus_asia .news--section .campus_asia_voice_card > a .card--content--text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.55;
    font-size: clamp(16px, 1vw, 20px);
  }
}
.campus_asia .news--section .card > a .card--content--text-holder::after, .campus_asia .news--section .campus_asia_voice_card > a .card--content--text-holder::after {
  display: none;
}
.campus_asia .news--section .campus_asia_news_block {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .campus_asia .news--section .campus_asia_news_block {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .campus_asia_news_block {
    grid-column: 5/1;
  }
}
.campus_asia .news--section .campus_asia_news_block .shrink {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .campus_asia_news_block .shrink {
    width: 260px;
  }
}
.campus_asia .news--section .campus_asia_news_block .shrink a {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #fefefe;
  border: 1px solid #C70000;
  border-radius: 50px;
  background: linear-gradient(90deg, #ED4302, #C30618);
  padding: 1.32em 1em;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .campus_asia .news--section .campus_asia_news_block .shrink a {
    font-size: clamp(14px, 1vw, 18px);
  }
}
.campus_asia .news--section .campus_asia_news_block .shrink a:hover {
  background: #fefefe;
  color: #C70000;
}
.campus_asia .news--section .campus_asia_news_block .shrink a.is-active {
  background: #fefefe;
  color: #C70000;
}
.campus_asia {
  /*
  ** Buttons
  */
}
.campus_asia .button--internlink {
  border-color: #C70000;
  color: #C70000;
}
.campus_asia .button--internlink .icon {
  fill: #C70000;
}
.campus_asia .button--internlink:hover, .campus_asia .button--internlink:active {
  background-color: #C70000;
  border-color: #C70000;
  color: #fefefe;
}
.campus_asia .button--internlink:hover .icon, .campus_asia .button--internlink:active .icon {
  fill: #fefefe;
}
.campus_asia {
  /*
   ** news_card
   */
}
.campus_asia .card--title {
  color: #333333;
}
.campus_asia .card--content--text {
  color: #C70000;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.3125rem;
}
.campus_asia .card--label {
  background-color: #C70000;
  color: #fefefe;
  padding: 0.25rem 0.375rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}
.campus_asia {
  /*
  ** link_block
  */
}
.campus_asia--link_movie {
  margin: 5.625rem auto 0;
  max-width: 82.1%;
}
@media screen and (min-width: 64em) {
  .campus_asia--link_movie {
    max-width: 1480px;
    width: 80%;
    margin: 6.5rem auto 0;
  }
}
.campus_asia--link_movie:hover, .campus_asia--link_movie:active, .campus_asia--link_movie:focus {
  color: #fefefe;
}
.campus_asia--link_movie--title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.625rem;
  margin: 0;
  font-weight: bold;
  margin-bottom: 1.875rem;
  width: 100%;
  text-align: center;
  -ms-flex-flow: column;
      flex-flow: column;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 0.9736842105;
}
@media screen and (min-width: 64em) {
  .campus_asia--link_movie--title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.175;
    font-size: clamp(36px, 1vw, 40px);
    margin-bottom: 3.125rem;
  }
}
.campus_asia--link_movie--title strong {
  background: linear-gradient(90deg, #C30618 0%, rgb(241, 123, 0) 80%, #E9E400 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 0.1rem;
  display: block;
}
.campus_asia--link_movie--title small {
  display: block;
  -webkit-text-fill-color: #0a0a0a;
  margin-top: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}
@media screen and (min-width: 64em) {
  .campus_asia--link_movie--title small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-size: clamp(14px, 1vw, 18px);
  }
}
.campus_asia--link_movie--youtube iframe {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .campus_asia--link_movie--youtube iframe {
    width: 370px;
    height: 13rem;
  }
}
.campus_asia--link_movie img {
  position: relative;
}
.campus_asia--link_movie ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .campus_asia--link_movie ul {
    row-gap: 2.5rem;
  }
}
.campus_asia--link_movie--item {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 40em) {
  .campus_asia--link_movie--item {
    width: 32.5%;
    margin-bottom: 0;
  }
}
.campus_asia--link_movie--item a {
  position: relative;
  width: auto;
  display: block;
  color: #0a0a0a;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0.0625;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .campus_asia--link_movie--item a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
    font-size: clamp(16px, 1vw, 20px);
  }
}
.campus_asia--link_movie--item a img {
  margin-bottom: 1.25rem;
}
.campus_asia--link_movie--item a .icon {
  fill: #C70000;
  position: absolute;
  right: 10px;
}
.campus_asia--link_movie--item a:hover::before {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  width: 101%;
  height: auto;
  border: 8px solid #C70000;
  border-image: linear-gradient(60deg, #E9E400 0%, #C30618 20%, #C30618 85%, #1c2085 100%);
  border-image-slice: 1;
  z-index: 1;
  padding-top: 54%;
  animation: fadeInAnime 0.5s ease-out 0s 1 normal;
}
.campus_asia--link_block {
  position: relative;
  display: block;
  color: #C70000;
  transition: all 0.2s ease-in-out;
  background-image: url(../images/campus-asia/admission_img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #C70000;
  margin-top: 1.25rem;
  height: 9.375rem;
}
@media screen and (min-width: 40em) {
  .campus_asia--link_block {
    height: 12.5rem;
  }
}
.campus_asia--link_block:hover, .campus_asia--link_block:active, .campus_asia--link_block:focus {
  color: #940000;
  border-color: #940000;
  transition: all 0.2s ease-in-out;
}
.campus_asia--link_block--title {
  position: absolute;
  padding: 0.625rem;
  margin: 0;
  font-weight: bold;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 40em) {
  .campus_asia--link_block--title {
    padding: 1.25rem;
  }
}
.campus_asia--link_block--title strong {
  display: block;
  width: 100%;
  text-align: center;
}
.campus_asia--link_block--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5rem;
  background-color: #C70000;
  transition: all 0.2s ease-in-out;
}
.campus_asia--link_block--button .icon {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  fill: #fefefe;
  top: calc(50% - 15px);
  right: 0.625rem;
  transform: rotate(90deg);
}
.campus_asia--link_block:hover .campus_asia--link_block--button, .campus_asia--link_block:active .campus_asia--link_block--button {
  transition: all 0.2s ease-in-out;
  background-color: #940000;
}
.campus_asia--maintitle {
  background-color: #ab2c31;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  padding: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.single .campus_asia--maintitle {
  margin-bottom: 0.9375rem;
}
.campus_asia--maintitle--date {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  margin-top: 0.625rem;
}
.campus_asia {
  /**下層**/
}
.campus_asia--header {
  position: relative;
  text-align: center;
}
.campus_asia--header--inner {
  position: relative;
}
.campus_asia--header--inner .columns {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 40em) {
  .campus_asia--header--inner {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
.campus_asia--header--title {
  position: relative;
  top: -50px;
  display: inline-block;
  width: auto;
  background-color: #ffffff;
  color: #C70000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.0416666667;
  line-height: 1;
  font-weight: bold;
  padding: 1.25rem 3.75rem 0.625rem;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.campus_asia--header--image {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
@media screen and (min-width: 40em) {
  .campus_asia--header--image {
    height: 250px;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia--header--image {
    height: 300px;
  }
}
.campus_asia--header--credit {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #ffffff;
  font-size: 0.75rem;
}
@media screen and (min-width: 40em) {
  .campus_asia--main {
    padding-left: 1.875rem;
  }
}
.campus_asia {
  /*
  ** aside
  */
}
.campus_asia--aside {
  top: 0;
}
.campus_asia--aside .page_item_has_children {
  position: relative;
}
.campus_asia--aside .page_item_has_children:last-child ul {
  margin-bottom: 1.5rem;
}
.campus_asia--aside .page_item_has_children .aside-page--expand {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  outline: 0;
  width: 52px;
  height: 53px;
}
.campus_asia--aside .page_item_has_children .aside-page--expand .icon {
  position: relative;
  display: block;
  top: calc(50% - 6px);
  left: calc(50% + 4px);
  width: 12px;
  height: 12px;
  fill: #0085d0;
  transform: rotate(0);
}
.campus_asia--aside .page_item_has_children[aria-expanded=true] .aside-page--expand .icon {
  transform: rotate(90deg);
}
.campus_asia--aside .page_item_has_children.current_page_item .aside-page--expand .icon {
  fill: #fefefe;
}
.campus_asia--aside .submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .campus_asia--aside .submenu {
    display: none;
  }
}
.campus_asia--aside .submenu.is-active {
  display: block;
}
.campus_asia--aside .submenu .mppip--aside--link {
  background-color: #f2f5f8;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.0833333333;
  line-height: 1;
  padding-left: 2.5rem;
}
.campus_asia--aside .submenu .mppip--aside--link:active, .campus_asia--aside .submenu .mppip--aside--link:hover {
  background-color: #fefefe;
  color: #0a0a0a;
}
.campus_asia--aside .submenu .mppip--aside--link .icon {
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  fill: #333333;
}
.campus_asia--aside--menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.campus_asia--aside--menu a {
  color: #333333;
  font-weight: bold;
  font-size: 0.88rem;
}
.campus_asia--aside--menu a:hover {
  color: #C70000;
  transition: all 0.2s ease-in-out;
}
.campus_asia--aside--menu > li.page_item {
  margin: 0 1rem;
}
.campus_asia--aside--menu > li.page_item a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
}
.campus_asia--aside--menu > li.page_item:not(:first-child) a {
  border-top: 1px solid #ebebeb;
}
.campus_asia--aside--menu > li.page_item_has_children {
  position: relative;
}
.campus_asia--aside--menu > li.current_page_item a {
  color: #C70000;
}
.campus_asia--menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.campus_asia--menu a {
  color: #333333;
  font-weight: bold;
  font-size: 0.88rem;
}
.campus_asia--menu a:hover {
  color: #C70000;
  transition: all 0.2s ease-in-out;
}
.campus_asia--menu > li.page_item {
  margin: 0 1rem;
}
.campus_asia--menu > li.page_item a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
}
.campus_asia--menu > li.page_item:not(:first-child) a {
  border-top: 1px solid #ebebeb;
}
.campus_asia--menu > li.page_item_has_children {
  position: relative;
}
.campus_asia--menu > li.current_page_item a {
  color: #C70000;
}
.campus_asia--voice_archives--title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  border-bottom: 2px solid #333333;
  font-weight: bold;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
.campus_asia .main-page--content table td, .campus_asia .main-page--content table th {
  border: solid 1px #cdcdcd;
}
.campus_asia .main-page--content .has-indent {
  padding-left: 2rem;
}
.campus_asia .main-page--content .page-section:not(:last-child) {
  margin-bottom: 3.5rem;
}
.campus_asia .main-page--content .table-warp {
  overflow-x: auto;
}
.campus_asia .main-page--content .table--primary .head, .campus_asia .main-page--content .table--secondary .head, .campus_asia .main-page--content .table--tertiary .head {
  color: #ffffff;
  background-color: #21a6a6;
}
.campus_asia .main-page--content .table--primary .head .cell, .campus_asia .main-page--content .table--secondary .head .cell, .campus_asia .main-page--content .table--tertiary .head .cell {
  padding: 0.3125rem 0.625rem;
  text-align: center;
  border-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}
.campus_asia .main-page--content .table--primary .head .cell:nth-child(even), .campus_asia .main-page--content .table--secondary .head .cell:nth-child(even), .campus_asia .main-page--content .table--tertiary .head .cell:nth-child(even) {
  border-left: 1px solid #ffffff;
}
@media screen and (min-width: 40em) {
  .campus_asia .main-page--content .table--primary .head .cell:not(:first-child), .campus_asia .main-page--content .table--secondary .head .cell:not(:first-child), .campus_asia .main-page--content .table--tertiary .head .cell:not(:first-child) {
    border-left: 1px solid #ffffff;
  }
}
.campus_asia .main-page--content .table--primary .content, .campus_asia .main-page--content .table--secondary .content, .campus_asia .main-page--content .table--tertiary .content {
  padding: 1rem;
  background-color: #e8f6f6;
  color: #21a6a6;
}
.campus_asia .main-page--content .table--secondary .head .cell, .campus_asia .main-page--content .table--tertiary .head .cell {
  background-color: #C70000;
}
.campus_asia .main-page--content .table--secondary .content, .campus_asia .main-page--content .table--tertiary .content {
  background-color: #f6e8e9;
  color: #C70000;
}
.campus_asia .main-page--content .table--tertiary .content {
  background-color: #ca787b;
  color: #ffffff;
}
.campus_asia .main-page--content .table--tertiary .has-border {
  border-right: 1px solid #ffffff;
}
.campus_asia .main-page--content .subtitle {
  font-weight: bold;
}
.campus_asia .main-page--content .subtitle.is-3 {
  font-size: 1.375rem;
}
.campus_asia .main-page--content .subtitle.is-3:not(:last-child) {
  margin-bottom: 1.375rem;
}
.campus_asia .main-page--content .emphasis {
  color: #C70000;
}
.campus_asia .main-page--content .title--num {
  background-color: #eeeeee;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  color: #333333;
  font-size: 1.125rem;
  -ms-flex-align: center;
      align-items: center;
}
.campus_asia .main-page--content .title--num dt {
  width: 10%;
  text-align: center;
  font-size: 1.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.campus_asia .main-page--content .title--num dd {
  width: 90%;
  padding: 1rem 0.5rem;
  border-left: 1px solid #ffffff;
}
@media screen and (min-width: 40em) {
  .campus_asia .main-page--content .title--num dd {
    padding: 2rem 1rem;
  }
}
.campus_asia .main-page--content .accordion a {
  text-decoration: none;
}
.campus_asia .main-page--content .accordion-content {
  color: #000000;
}
.campus_asia .main-page--content .accordion--label {
  background-color: #C70000;
  color: #ffffff;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 0.3125rem;
}
.campus_asia .main-page--content .accordion--name {
  font-size: 0.875rem;
  color: #000000;
}
.campus_asia .main-page--content .course__features h3 {
  margin-top: 0;
}
.campus_asia .main-page--content .course__features .title--num {
  margin-top: 3.5rem;
}
.campus_asia .main-page--content .course__curriculum th, .campus_asia .main-page--content .course__curriculum td {
  border: 1px solid #cdcdcd;
}
.campus_asia .main-page--content .course__curriculum th {
  text-align: center;
  vertical-align: middle;
}
.campus_asia .main-page--content .course__curriculum img {
  display: inline-block;
}
.campus_asia .main-page--content .course__curriculum .plus {
  padding: 1rem 0;
}
.campus_asia .main-page--content .course__curriculum .table--secondary .content, .campus_asia .main-page--content .course__curriculum .table--tertiary .content, .campus_asia .main-page--content .course__curriculum .table--primary .content {
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.campus_asia .main-page--content .course__curriculum .table--secondary .content .unit-compatible, .campus_asia .main-page--content .course__curriculum .table--tertiary .content .unit-compatible, .campus_asia .main-page--content .course__curriculum .table--primary .content .unit-compatible {
  position: absolute;
  left: 50%;
  top: 3%;
  z-index: 9;
}
@media screen and (min-width: 40em) {
  .campus_asia .main-page--content .course__curriculum .table--secondary .content .unit-compatible, .campus_asia .main-page--content .course__curriculum .table--tertiary .content .unit-compatible, .campus_asia .main-page--content .course__curriculum .table--primary .content .unit-compatible {
    left: 3%;
    max-width: 90px;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .main-page--content .course__curriculum .table--secondary .content .unit-compatible, .campus_asia .main-page--content .course__curriculum .table--tertiary .content .unit-compatible, .campus_asia .main-page--content .course__curriculum .table--primary .content .unit-compatible {
    left: 0%;
    transform: translate(60%);
    max-width: 100%;
  }
}
.campus_asia .main-page--content .course__curriculum .table--secondary .content__image, .campus_asia .main-page--content .course__curriculum .table--tertiary .content__image, .campus_asia .main-page--content .course__curriculum .table--primary .content__image {
  text-align: center;
  margin-bottom: 0.625rem;
  position: relative;
}
@media screen and (min-width: 40em) {
  .campus_asia .main-page--content .course__curriculum .table--secondary .content__image, .campus_asia .main-page--content .course__curriculum .table--tertiary .content__image, .campus_asia .main-page--content .course__curriculum .table--primary .content__image {
    margin-bottom: 0;
  }
}
.campus_asia .main-page--content .course__curriculum .table--secondary .content__image img, .campus_asia .main-page--content .course__curriculum .table--tertiary .content__image img, .campus_asia .main-page--content .course__curriculum .table--primary .content__image img {
  display: inline-block;
}
.campus_asia .main-page--content .course__curriculum .table--secondary .content__txt, .campus_asia .main-page--content .course__curriculum .table--tertiary .content__txt, .campus_asia .main-page--content .course__curriculum .table--primary .content__txt {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .campus_asia .main-page--content .course__curriculum .table--secondary .content__txt, .campus_asia .main-page--content .course__curriculum .table--tertiary .content__txt, .campus_asia .main-page--content .course__curriculum .table--primary .content__txt {
    font-size: 0.875rem;
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .campus_asia .main-page--content .course__curriculum .table--secondary .content__txt, .campus_asia .main-page--content .course__curriculum .table--tertiary .content__txt, .campus_asia .main-page--content .course__curriculum .table--primary .content__txt {
    font-size: 1.125rem;
  }
}
.campus_asia .main-page--content .course__schedules .student-schedule-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.campus_asia .main-page--content .course__schedules .student-schedule-list--item {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1px;
}
.campus_asia .main-page--content .course__schedules .student-schedule-list .accordion-title {
  background-color: #eeeeee;
}
.campus_asia .main-page--content .course__support .support-table {
  margin-bottom: 0.5rem;
}
.campus_asia .main-page--content .course__support .support-table > .cell {
  padding: 2rem 1rem;
  font-weight: bold;
}
.campus_asia .main-page--content .course__support .support-table > .cell:nth-child(1) {
  background-color: #af8147;
  color: #fefefe;
  text-align: center;
}
.campus_asia .main-page--content .course__support .support-table > .cell:nth-child(1) span {
  font-size: 0.875rem;
}
.campus_asia .main-page--content .course__support .support-table > .cell:nth-child(1) p {
  margin-bottom: 0;
  font-size: 1.875rem;
}
.campus_asia .main-page--content .course__support .support-table > .cell:nth-child(2) {
  background-color: rgb(193.5243902439, 153.6951219512, 103.4756097561);
  font-size: 1.125rem;
  color: #fefefe;
}
.campus_asia .main-page--content .course__support .support-table > .cell:nth-child(3) {
  background-color: rgb(237.6829268293, 226.4634146341, 212.3170731707);
  color: #333333;
}
.campus_asia .main-page--content .course__support figcaption {
  font-size: 0.75rem;
}
.campus_asia .main-page--content .course__support figure {
  margin-bottom: 0.5rem;
}
.campus_asia .main-page--content .course__support .environment h4 {
  color: #000000;
  background: transparent;
  padding: 0;
}
.campus_asia .main-page--content .program__theme article {
  margin-bottom: 6rem;
}
.campus_asia .main-page--content .program__theme .teacher-image h5 {
  margin-top: 1rem;
}
.campus_asia .main-page--content .program__theme .message h6 {
  margin-top: 0;
}

.campus_asia_faq--section:not(:first-child) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 40em) {
  .campus_asia_faq--section:not(:first-child) {
    margin-top: 6.25rem;
  }
}
.campus_asia_faq--question {
  padding-bottom: 1.25rem;
}
.campus_asia_faq--question--subtitle {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  padding-left: 0.875rem;
  border-left: 4px solid #333333;
  margin-bottom: 1.25rem;
}
.campus_asia_faq--question span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #333333;
  font-weight: bold;
}
@media screen and (min-width: 40em) {
  .campus_asia_faq--question span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.is-active .campus_asia_faq--question span {
  color: #C70000;
}
.campus_asia_faq--question strong {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #C70000;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 40em) {
  .campus_asia_faq--question strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.campus_asia_faq--answer {
  padding: 0.625rem 0.625rem 0.625rem 0;
  background-color: #f4fafa;
}
@media screen and (min-width: 40em) {
  .campus_asia_faq--answer {
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
  }
}
.campus_asia_faq--answer strong {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #21a6a6;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 40em) {
  .campus_asia_faq--answer strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.campus_asia_faq--answer span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  color: #333333;
}
@media screen and (min-width: 40em) {
  .campus_asia_faq--answer span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
}
.campus_asia_faq--answer .note {
  color: #21a6a6;
  border: 1px solid #21a6a6;
  padding: 0.5rem 0.9375rem;
  margin: 0.5rem 0;
}
.campus_asia_faq--answer p {
  margin: 0;
}
.campus_asia_faq .accordion-content {
  color: #333333;
  padding: 0;
}
.campus_asia_faq .accordion-item {
  border-bottom: 1px solid #e5ebf1;
  margin-bottom: 1.25rem;
}
.campus_asia_faq .accordion-item.is-active {
  border-bottom: none;
}
.campus_asia_faq--nav {
  background-color: #f6e8e9;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .campus_asia_faq--nav {
    padding: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.campus_asia_faq--nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.campus_asia_faq--nav > ul > li > a {
  display: inline-block;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  padding: 0.625rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 40em) {
  .campus_asia_faq--nav > ul > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding: 0.9375rem;
  }
}
.campus_asia_faq--nav > ul > li > a .icon {
  position: relative;
  bottom: 2px;
  width: 10px;
  height: 14px;
  margin-right: 0.5rem;
  fill: #b7494d;
  transition: all 0.2s ease-in-out;
}
.campus_asia_faq--nav > ul > li > a:hover, .campus_asia_faq--nav > ul > li > a:active, .campus_asia_faq--nav > ul > li > a:focus {
  color: #b7494d;
  transition: all 0.2s ease-in-out;
}
.campus_asia_faq--nav > ul > li > a:hover .icon, .campus_asia_faq--nav > ul > li > a:active .icon, .campus_asia_faq--nav > ul > li > a:focus .icon {
  fill: #b7494d;
  transition: all 0.2s ease-in-out;
}

@media print {
  body {
    color: black !important;
    background: white;
    font-size: 12pt;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .main-page--content h4 a {
    color: black !important;
  }
  a[href]:after {
    content: "" !important;
  }
}
@media print {
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
}
.tabs--post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tabs--post li {
  width: 50%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}
.tabs--post li a {
  width: 100%;
  background-color: #777;
  border-radius: 0 30px 30px 0;
}
.tabs--post li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}
.tabs-title a {
  color: #fefefe;
}
.tabs-title.is-active > a[aria-selected=true] {
  background-color: #007bb4;
}
.tabs-title > a:hover {
  background-color: rgb(93.5, 93.5, 93.5);
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 20000;
}
.modal--inner {
  position: absolute;
  z-index: 30000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 95vw;
  min-height: auto;
  height: auto;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .modal--inner {
    width: 60vw;
  }
}
.modal--inner--contents {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 20px;
}
.modal--inner--contents video, .modal--inner--contents iframe {
  margin-top: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal--overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  z-index: 20000;
}
.modal .close-button {
  border: none;
  background: none;
  font-size: 3.5rem;
  right: 0;
  top: -4.8rem;
}