/**
 * OVERVIEW
 *
 * IMPORTS
 * reset, vars, mixins, core, plugins
 *
 * LAYOUT
 * Helpers
 * Header / Main / Footer
 * Components
 * Pages (page overrides)
 *
 * Hooks (IE, ...)
 * Print
 */
/**
 * GUIDELINES
 * CLASSES
 * Naming: BEM - http://getbem.com/
 * Abbreviations: Emmet - http://docs.emmet.io/cheat-sheet/ | example: .va-m
 *
 * MEDIAQUERIES
 * @media $small, $medium, $maxMedium, $large, $larger, $huge, $massive
 */
/* =============================================================================
   IMPORTS
   ========================================================================== */
/*============================================================================
  RESET

  Adapted version of:
  - Eric Meyer reset
  - Boilerplate Normalize.css
  - Normalize opentype
==============================================================================*/
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, .subnav a, blockquote, pre, a, abbr, acronym, address, cite, code, del,
dfn, em, img, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset,
form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, time, section, main {
  display: block;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

a:focus {
  outline: thin dotted;
}

ol, ul {
  list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

abbr {
  text-transform: uppercase;
}

time {
  display: block;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

/*============================================================================
  VARIABLES
==============================================================================*/
@media (min-width: 480px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1436px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1500px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1680px) {
  .init-mediaqueries {
    margin: 0;
  }
}

/*============================================================================
  MIXINS
==============================================================================*/
.clearfix, .container {
  *zoom: 1;
}

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

.clearfix:after, .container:after {
  clear: both;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.vh.focusable:active, .vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/*============================================================================
  GRID
==============================================================================*/
.grid, .grid--rev, .grid--full {
  *zoom: 1;
  margin: 0 0 20px -30px;
}

.grid:before, .grid--rev:before, .grid--full:before, .grid:after, .grid--rev:after, .grid--full:after {
  display: table;
  content: " ";
}

.grid:after, .grid--rev:after, .grid--full:after {
  clear: both;
}

ul.grid, ul.grid--rev, ul.grid--full,
ul.grid-uniform {
  list-style: none;
  padding: 0;
}

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen and (min-width: 768px) {
  .medium--one-whole {
    width: 100%;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--one-third {
    width: 33.333%;
  }
  .medium--two-thirds {
    width: 66.666%;
  }
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  .medium--one-sixth {
    width: 16.666%;
  }
  .medium--two-sixths {
    width: 33.333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.666%;
  }
  .medium--five-sixths {
    width: 83.333%;
  }
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  .medium--one-twelfth {
    width: 8.333%;
  }
  .medium--two-twelfths {
    width: 16.666%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.333%;
  }
  .medium--five-twelfths {
    width: 41.666%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.333%;
  }
  .medium--eight-twelfths {
    width: 66.666%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.333%;
  }
  .medium--eleven-twelfths {
    width: 91.666%;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
  .medium--left {
    float: left !important;
  }
  .medium--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1024px) {
  .large--one-whole {
    width: 100%;
  }
  .large--one-half {
    width: 50%;
  }
  .large--one-third {
    width: 33.333%;
  }
  .large--two-thirds {
    width: 66.666%;
  }
  .large--one-quarter {
    width: 25%;
  }
  .large--two-quarters {
    width: 50%;
  }
  .large--three-quarters {
    width: 75%;
  }
  .large--one-fifth {
    width: 20%;
  }
  .large--two-fifths {
    width: 40%;
  }
  .large--three-fifths {
    width: 60%;
  }
  .large--four-fifths {
    width: 80%;
  }
  .large--one-sixth {
    width: 16.666%;
  }
  .large--two-sixths {
    width: 33.333%;
  }
  .large--three-sixths {
    width: 50%;
  }
  .large--four-sixths {
    width: 66.666%;
  }
  .large--five-sixths {
    width: 83.333%;
  }
  .large--one-eighth {
    width: 12.5%;
  }
  .large--two-eighths {
    width: 25%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--four-eighths {
    width: 50%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--six-eighths {
    width: 75%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  .large--one-tenth {
    width: 10%;
  }
  .large--two-tenths {
    width: 20%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--four-tenths {
    width: 40%;
  }
  .large--five-tenths {
    width: 50%;
  }
  .large--six-tenths {
    width: 60%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--eight-tenths {
    width: 80%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--two-twelfths {
    width: 16.666%;
  }
  .large--three-twelfths {
    width: 25%;
  }
  .large--four-twelfths {
    width: 33.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--six-twelfths {
    width: 50%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eight-twelfths {
    width: 66.666%;
  }
  .large--nine-twelfths {
    width: 75%;
  }
  .large--ten-twelfths {
    width: 83.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
  .large--show {
    display: block !important;
  }
  .large--hide {
    display: none !important;
  }
  .large--text-left {
    text-align: left !important;
  }
  .large--text-right {
    text-align: right !important;
  }
  .large--text-center {
    text-align: center !important;
  }
  .large--left {
    float: left !important;
  }
  .large--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1200px) {
  .larger--one-whole {
    width: 100%;
  }
  .larger--one-half {
    width: 50%;
  }
  .larger--one-third {
    width: 33.333%;
  }
  .larger--two-thirds {
    width: 66.666%;
  }
  .larger--one-quarter {
    width: 25%;
  }
  .larger--two-quarters {
    width: 50%;
  }
  .larger--three-quarters {
    width: 75%;
  }
  .larger--one-fifth {
    width: 20%;
  }
  .larger--two-fifths {
    width: 40%;
  }
  .larger--three-fifths {
    width: 60%;
  }
  .larger--four-fifths {
    width: 80%;
  }
  .larger--one-sixth {
    width: 16.666%;
  }
  .larger--two-sixths {
    width: 33.333%;
  }
  .larger--three-sixths {
    width: 50%;
  }
  .larger--four-sixths {
    width: 66.666%;
  }
  .larger--five-sixths {
    width: 83.333%;
  }
  .larger--one-eighth {
    width: 12.5%;
  }
  .larger--two-eighths {
    width: 25%;
  }
  .larger--three-eighths {
    width: 37.5%;
  }
  .larger--four-eighths {
    width: 50%;
  }
  .larger--five-eighths {
    width: 62.5%;
  }
  .larger--six-eighths {
    width: 75%;
  }
  .larger--seven-eighths {
    width: 87.5%;
  }
  .larger--one-tenth {
    width: 10%;
  }
  .larger--two-tenths {
    width: 20%;
  }
  .larger--three-tenths {
    width: 30%;
  }
  .larger--four-tenths {
    width: 40%;
  }
  .larger--five-tenths {
    width: 50%;
  }
  .larger--six-tenths {
    width: 60%;
  }
  .larger--seven-tenths {
    width: 70%;
  }
  .larger--eight-tenths {
    width: 80%;
  }
  .larger--nine-tenths {
    width: 90%;
  }
  .larger--one-twelfth {
    width: 8.333%;
  }
  .larger--two-twelfths {
    width: 16.666%;
  }
  .larger--three-twelfths {
    width: 25%;
  }
  .larger--four-twelfths {
    width: 33.333%;
  }
  .larger--five-twelfths {
    width: 41.666%;
  }
  .larger--six-twelfths {
    width: 50%;
  }
  .larger--seven-twelfths {
    width: 58.333%;
  }
  .larger--eight-twelfths {
    width: 66.666%;
  }
  .larger--nine-twelfths {
    width: 75%;
  }
  .larger--ten-twelfths {
    width: 83.333%;
  }
  .larger--eleven-twelfths {
    width: 91.666%;
  }
  .larger--show {
    display: block !important;
  }
  .larger--hide {
    display: none !important;
  }
  .larger--text-left {
    text-align: left !important;
  }
  .larger--text-right {
    text-align: right !important;
  }
  .larger--text-center {
    text-align: center !important;
  }
  .larger--left {
    float: left !important;
  }
  .larger--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1436px) {
  .huge--one-whole {
    width: 100%;
  }
  .huge--one-half {
    width: 50%;
  }
  .huge--one-third {
    width: 33.333%;
  }
  .huge--two-thirds {
    width: 66.666%;
  }
  .huge--one-quarter {
    width: 25%;
  }
  .huge--two-quarters {
    width: 50%;
  }
  .huge--three-quarters {
    width: 75%;
  }
  .huge--one-fifth {
    width: 20%;
  }
  .huge--two-fifths {
    width: 40%;
  }
  .huge--three-fifths {
    width: 60%;
  }
  .huge--four-fifths {
    width: 80%;
  }
  .huge--one-sixth {
    width: 16.666%;
  }
  .huge--two-sixths {
    width: 33.333%;
  }
  .huge--three-sixths {
    width: 50%;
  }
  .huge--four-sixths {
    width: 66.666%;
  }
  .huge--five-sixths {
    width: 83.333%;
  }
  .huge--one-eighth {
    width: 12.5%;
  }
  .huge--two-eighths {
    width: 25%;
  }
  .huge--three-eighths {
    width: 37.5%;
  }
  .huge--four-eighths {
    width: 50%;
  }
  .huge--five-eighths {
    width: 62.5%;
  }
  .huge--six-eighths {
    width: 75%;
  }
  .huge--seven-eighths {
    width: 87.5%;
  }
  .huge--one-tenth {
    width: 10%;
  }
  .huge--two-tenths {
    width: 20%;
  }
  .huge--three-tenths {
    width: 30%;
  }
  .huge--four-tenths {
    width: 40%;
  }
  .huge--five-tenths {
    width: 50%;
  }
  .huge--six-tenths {
    width: 60%;
  }
  .huge--seven-tenths {
    width: 70%;
  }
  .huge--eight-tenths {
    width: 80%;
  }
  .huge--nine-tenths {
    width: 90%;
  }
  .huge--one-twelfth {
    width: 8.333%;
  }
  .huge--two-twelfths {
    width: 16.666%;
  }
  .huge--three-twelfths {
    width: 25%;
  }
  .huge--four-twelfths {
    width: 33.333%;
  }
  .huge--five-twelfths {
    width: 41.666%;
  }
  .huge--six-twelfths {
    width: 50%;
  }
  .huge--seven-twelfths {
    width: 58.333%;
  }
  .huge--eight-twelfths {
    width: 66.666%;
  }
  .huge--nine-twelfths {
    width: 75%;
  }
  .huge--ten-twelfths {
    width: 83.333%;
  }
  .huge--eleven-twelfths {
    width: 91.666%;
  }
  .huge--show {
    display: block !important;
  }
  .huge--hide {
    display: none !important;
  }
  .huge--text-left {
    text-align: left !important;
  }
  .huge--text-right {
    text-align: right !important;
  }
  .huge--text-center {
    text-align: center !important;
  }
  .huge--left {
    float: left !important;
  }
  .huge--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1500px) {
  .semimassive--one-whole {
    width: 100%;
  }
  .semimassive--one-half {
    width: 50%;
  }
  .semimassive--one-third {
    width: 33.333%;
  }
  .semimassive--two-thirds {
    width: 66.666%;
  }
  .semimassive--one-quarter {
    width: 25%;
  }
  .semimassive--two-quarters {
    width: 50%;
  }
  .semimassive--three-quarters {
    width: 75%;
  }
  .semimassive--one-fifth {
    width: 20%;
  }
  .semimassive--two-fifths {
    width: 40%;
  }
  .semimassive--three-fifths {
    width: 60%;
  }
  .semimassive--four-fifths {
    width: 80%;
  }
  .semimassive--one-sixth {
    width: 16.666%;
  }
  .semimassive--two-sixths {
    width: 33.333%;
  }
  .semimassive--three-sixths {
    width: 50%;
  }
  .semimassive--four-sixths {
    width: 66.666%;
  }
  .semimassive--five-sixths {
    width: 83.333%;
  }
  .semimassive--one-eighth {
    width: 12.5%;
  }
  .semimassive--two-eighths {
    width: 25%;
  }
  .semimassive--three-eighths {
    width: 37.5%;
  }
  .semimassive--four-eighths {
    width: 50%;
  }
  .semimassive--five-eighths {
    width: 62.5%;
  }
  .semimassive--six-eighths {
    width: 75%;
  }
  .semimassive--seven-eighths {
    width: 87.5%;
  }
  .semimassive--one-tenth {
    width: 10%;
  }
  .semimassive--two-tenths {
    width: 20%;
  }
  .semimassive--three-tenths {
    width: 30%;
  }
  .semimassive--four-tenths {
    width: 40%;
  }
  .semimassive--five-tenths {
    width: 50%;
  }
  .semimassive--six-tenths {
    width: 60%;
  }
  .semimassive--seven-tenths {
    width: 70%;
  }
  .semimassive--eight-tenths {
    width: 80%;
  }
  .semimassive--nine-tenths {
    width: 90%;
  }
  .semimassive--one-twelfth {
    width: 8.333%;
  }
  .semimassive--two-twelfths {
    width: 16.666%;
  }
  .semimassive--three-twelfths {
    width: 25%;
  }
  .semimassive--four-twelfths {
    width: 33.333%;
  }
  .semimassive--five-twelfths {
    width: 41.666%;
  }
  .semimassive--six-twelfths {
    width: 50%;
  }
  .semimassive--seven-twelfths {
    width: 58.333%;
  }
  .semimassive--eight-twelfths {
    width: 66.666%;
  }
  .semimassive--nine-twelfths {
    width: 75%;
  }
  .semimassive--ten-twelfths {
    width: 83.333%;
  }
  .semimassive--eleven-twelfths {
    width: 91.666%;
  }
  .semimassive--show {
    display: block !important;
  }
  .semimassive--hide {
    display: none !important;
  }
  .semimassive--text-left {
    text-align: left !important;
  }
  .semimassive--text-right {
    text-align: right !important;
  }
  .semimassive--text-center {
    text-align: center !important;
  }
  .semimassive--left {
    float: left !important;
  }
  .semimassive--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1680px) {
  .massive--one-whole {
    width: 100%;
  }
  .massive--one-half {
    width: 50%;
  }
  .massive--one-third {
    width: 33.333%;
  }
  .massive--two-thirds {
    width: 66.666%;
  }
  .massive--one-quarter {
    width: 25%;
  }
  .massive--two-quarters {
    width: 50%;
  }
  .massive--three-quarters {
    width: 75%;
  }
  .massive--one-fifth {
    width: 20%;
  }
  .massive--two-fifths {
    width: 40%;
  }
  .massive--three-fifths {
    width: 60%;
  }
  .massive--four-fifths {
    width: 80%;
  }
  .massive--one-sixth {
    width: 16.666%;
  }
  .massive--two-sixths {
    width: 33.333%;
  }
  .massive--three-sixths {
    width: 50%;
  }
  .massive--four-sixths {
    width: 66.666%;
  }
  .massive--five-sixths {
    width: 83.333%;
  }
  .massive--one-eighth {
    width: 12.5%;
  }
  .massive--two-eighths {
    width: 25%;
  }
  .massive--three-eighths {
    width: 37.5%;
  }
  .massive--four-eighths {
    width: 50%;
  }
  .massive--five-eighths {
    width: 62.5%;
  }
  .massive--six-eighths {
    width: 75%;
  }
  .massive--seven-eighths {
    width: 87.5%;
  }
  .massive--one-tenth {
    width: 10%;
  }
  .massive--two-tenths {
    width: 20%;
  }
  .massive--three-tenths {
    width: 30%;
  }
  .massive--four-tenths {
    width: 40%;
  }
  .massive--five-tenths {
    width: 50%;
  }
  .massive--six-tenths {
    width: 60%;
  }
  .massive--seven-tenths {
    width: 70%;
  }
  .massive--eight-tenths {
    width: 80%;
  }
  .massive--nine-tenths {
    width: 90%;
  }
  .massive--one-twelfth {
    width: 8.333%;
  }
  .massive--two-twelfths {
    width: 16.666%;
  }
  .massive--three-twelfths {
    width: 25%;
  }
  .massive--four-twelfths {
    width: 33.333%;
  }
  .massive--five-twelfths {
    width: 41.666%;
  }
  .massive--six-twelfths {
    width: 50%;
  }
  .massive--seven-twelfths {
    width: 58.333%;
  }
  .massive--eight-twelfths {
    width: 66.666%;
  }
  .massive--nine-twelfths {
    width: 75%;
  }
  .massive--ten-twelfths {
    width: 83.333%;
  }
  .massive--eleven-twelfths {
    width: 91.666%;
  }
  .massive--show {
    display: block !important;
  }
  .massive--hide {
    display: none !important;
  }
  .massive--text-left {
    text-align: left !important;
  }
  .massive--text-right {
    text-align: right !important;
  }
  .massive--text-center {
    text-align: center !important;
  }
  .massive--left {
    float: left !important;
  }
  .massive--right {
    float: right !important;
  }
}

[class*="push--"] {
  position: relative;
}

.push--one-whole {
  left: 100%;
  position: relative;
}

.push--one-half {
  left: 50%;
  position: relative;
}

.push--one-third {
  left: 33.333%;
  position: relative;
}

.push--two-thirds {
  left: 66.666%;
  position: relative;
}

.push--one-quarter {
  left: 25%;
  position: relative;
}

.push--two-quarters {
  left: 50%;
  position: relative;
}

.push--three-quarters {
  left: 75%;
  position: relative;
}

.push--one-fifth {
  left: 20%;
  position: relative;
}

.push--two-fifths {
  left: 40%;
  position: relative;
}

.push--three-fifths {
  left: 60%;
  position: relative;
}

.push--four-fifths {
  left: 80%;
  position: relative;
}

.push--one-sixth {
  left: 16.666%;
  position: relative;
}

.push--two-sixths {
  left: 33.333%;
  position: relative;
}

.push--three-sixths {
  left: 50%;
  position: relative;
}

.push--four-sixths {
  left: 66.666%;
  position: relative;
}

.push--five-sixths {
  left: 83.333%;
  position: relative;
}

.push--one-eighth {
  left: 12.5%;
  position: relative;
}

.push--two-eighths {
  left: 25%;
  position: relative;
}

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

.push--four-eighths {
  left: 50%;
  position: relative;
}

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

.push--six-eighths {
  left: 75%;
  position: relative;
}

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

.push--one-tenth {
  left: 10%;
  position: relative;
}

.push--two-tenths {
  left: 20%;
  position: relative;
}

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

.push--four-tenths {
  left: 40%;
  position: relative;
}

.push--five-tenths {
  left: 50%;
  position: relative;
}

.push--six-tenths {
  left: 60%;
  position: relative;
}

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

.push--eight-tenths {
  left: 80%;
  position: relative;
}

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

.push--one-twelfth {
  left: 8.333%;
  position: relative;
}

.push--two-twelfths {
  left: 16.666%;
  position: relative;
}

.push--three-twelfths {
  left: 25%;
  position: relative;
}

.push--four-twelfths {
  left: 33.333%;
  position: relative;
}

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

.push--six-twelfths {
  left: 50%;
  position: relative;
}

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

.push--eight-twelfths {
  left: 66.666%;
  position: relative;
}

.push--nine-twelfths {
  left: 75%;
  position: relative;
}

.push--ten-twelfths {
  left: 83.333%;
  position: relative;
}

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

@media only screen and (min-width: 768px) {
  .push--medium--one-whole {
    left: 100%;
    position: relative;
  }
  .push--medium--one-half {
    left: 50%;
    position: relative;
  }
  .push--medium--one-third {
    left: 33.333%;
    position: relative;
  }
  .push--medium--two-thirds {
    left: 66.666%;
    position: relative;
  }
  .push--medium--one-quarter {
    left: 25%;
    position: relative;
  }
  .push--medium--two-quarters {
    left: 50%;
    position: relative;
  }
  .push--medium--three-quarters {
    left: 75%;
    position: relative;
  }
  .push--medium--one-fifth {
    left: 20%;
    position: relative;
  }
  .push--medium--two-fifths {
    left: 40%;
    position: relative;
  }
  .push--medium--three-fifths {
    left: 60%;
    position: relative;
  }
  .push--medium--four-fifths {
    left: 80%;
    position: relative;
  }
  .push--medium--one-sixth {
    left: 16.666%;
    position: relative;
  }
  .push--medium--two-sixths {
    left: 33.333%;
    position: relative;
  }
  .push--medium--three-sixths {
    left: 50%;
    position: relative;
  }
  .push--medium--four-sixths {
    left: 66.666%;
    position: relative;
  }
  .push--medium--five-sixths {
    left: 83.333%;
    position: relative;
  }
  .push--medium--one-eighth {
    left: 12.5%;
    position: relative;
  }
  .push--medium--two-eighths {
    left: 25%;
    position: relative;
  }
  .push--medium--three-eighths {
    left: 37.5%;
    position: relative;
  }
  .push--medium--four-eighths {
    left: 50%;
    position: relative;
  }
  .push--medium--five-eighths {
    left: 62.5%;
    position: relative;
  }
  .push--medium--six-eighths {
    left: 75%;
    position: relative;
  }
  .push--medium--seven-eighths {
    left: 87.5%;
    position: relative;
  }
  .push--medium--one-tenth {
    left: 10%;
    position: relative;
  }
  .push--medium--two-tenths {
    left: 20%;
    position: relative;
  }
  .push--medium--three-tenths {
    left: 30%;
    position: relative;
  }
  .push--medium--four-tenths {
    left: 40%;
    position: relative;
  }
  .push--medium--five-tenths {
    left: 50%;
    position: relative;
  }
  .push--medium--six-tenths {
    left: 60%;
    position: relative;
  }
  .push--medium--seven-tenths {
    left: 70%;
    position: relative;
  }
  .push--medium--eight-tenths {
    left: 80%;
    position: relative;
  }
  .push--medium--nine-tenths {
    left: 90%;
    position: relative;
  }
  .push--medium--one-twelfth {
    left: 8.333%;
    position: relative;
  }
  .push--medium--two-twelfths {
    left: 16.666%;
    position: relative;
  }
  .push--medium--three-twelfths {
    left: 25%;
    position: relative;
  }
  .push--medium--four-twelfths {
    left: 33.333%;
    position: relative;
  }
  .push--medium--five-twelfths {
    left: 41.666%;
    position: relative;
  }
  .push--medium--six-twelfths {
    left: 50%;
    position: relative;
  }
  .push--medium--seven-twelfths {
    left: 58.333%;
    position: relative;
  }
  .push--medium--eight-twelfths {
    left: 66.666%;
    position: relative;
  }
  .push--medium--nine-twelfths {
    left: 75%;
    position: relative;
  }
  .push--medium--ten-twelfths {
    left: 83.333%;
    position: relative;
  }
  .push--medium--eleven-twelfths {
    left: 91.666%;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .push--large--one-whole {
    left: 100%;
    position: relative;
  }
  .push--large--one-half {
    left: 50%;
    position: relative;
  }
  .push--large--one-third {
    left: 33.333%;
    position: relative;
  }
  .push--large--two-thirds {
    left: 66.666%;
    position: relative;
  }
  .push--large--one-quarter {
    left: 25%;
    position: relative;
  }
  .push--large--two-quarters {
    left: 50%;
    position: relative;
  }
  .push--large--three-quarters {
    left: 75%;
    position: relative;
  }
  .push--large--one-fifth {
    left: 20%;
    position: relative;
  }
  .push--large--two-fifths {
    left: 40%;
    position: relative;
  }
  .push--large--three-fifths {
    left: 60%;
    position: relative;
  }
  .push--large--four-fifths {
    left: 80%;
    position: relative;
  }
  .push--large--one-sixth {
    left: 16.666%;
    position: relative;
  }
  .push--large--two-sixths {
    left: 33.333%;
    position: relative;
  }
  .push--large--three-sixths {
    left: 50%;
    position: relative;
  }
  .push--large--four-sixths {
    left: 66.666%;
    position: relative;
  }
  .push--large--five-sixths {
    left: 83.333%;
    position: relative;
  }
  .push--large--one-eighth {
    left: 12.5%;
    position: relative;
  }
  .push--large--two-eighths {
    left: 25%;
    position: relative;
  }
  .push--large--three-eighths {
    left: 37.5%;
    position: relative;
  }
  .push--large--four-eighths {
    left: 50%;
    position: relative;
  }
  .push--large--five-eighths {
    left: 62.5%;
    position: relative;
  }
  .push--large--six-eighths {
    left: 75%;
    position: relative;
  }
  .push--large--seven-eighths {
    left: 87.5%;
    position: relative;
  }
  .push--large--one-tenth {
    left: 10%;
    position: relative;
  }
  .push--large--two-tenths {
    left: 20%;
    position: relative;
  }
  .push--large--three-tenths {
    left: 30%;
    position: relative;
  }
  .push--large--four-tenths {
    left: 40%;
    position: relative;
  }
  .push--large--five-tenths {
    left: 50%;
    position: relative;
  }
  .push--large--six-tenths {
    left: 60%;
    position: relative;
  }
  .push--large--seven-tenths {
    left: 70%;
    position: relative;
  }
  .push--large--eight-tenths {
    left: 80%;
    position: relative;
  }
  .push--large--nine-tenths {
    left: 90%;
    position: relative;
  }
  .push--large--one-twelfth {
    left: 8.333%;
    position: relative;
  }
  .push--large--two-twelfths {
    left: 16.666%;
    position: relative;
  }
  .push--large--three-twelfths {
    left: 25%;
    position: relative;
  }
  .push--large--four-twelfths {
    left: 33.333%;
    position: relative;
  }
  .push--large--five-twelfths {
    left: 41.666%;
    position: relative;
  }
  .push--large--six-twelfths {
    left: 50%;
    position: relative;
  }
  .push--large--seven-twelfths {
    left: 58.333%;
    position: relative;
  }
  .push--large--eight-twelfths {
    left: 66.666%;
    position: relative;
  }
  .push--large--nine-twelfths {
    left: 75%;
    position: relative;
  }
  .push--large--ten-twelfths {
    left: 83.333%;
    position: relative;
  }
  .push--large--eleven-twelfths {
    left: 91.666%;
    position: relative;
  }
}

/*============================================================================
  TYPOGRAPHY
==============================================================================*/
@font-face {
  font-family: 'icons';
  src: url("../fonts/icomoon.eot?euzir2");
  src: url("../fonts/icomoon.eot?euzir2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?euzir2") format("truetype"), url("../fonts/icomoon.woff?euzir2") format("woff"), url("/fonts/icomoon.svg?euzir2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

.icon-cross:before {
  content: "\ea0f";
}

p, .subnav a {
  line-height: 1.7em;
  margin-bottom: 2em;
  color: #30303f;
  font-size: 21px;
}

strong, .strong {
  font-weight: 600;
  font-size: inherit;
}

em {
  font-style: italic;
  font-weight: inherit;
}

a {
  font-weight: inherit;
  font-style: inherit;
  color: #444;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

a:hover, a:focus {
  color: #777;
}

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

a.tdn {
  text-decoration: none;
}

a.tdn:hover, a.tdn:focus {
  text-decoration: underline;
}

a[href^=tel] {
  text-decoration: none;
}

a[href^=tel]:hover, a[href^=tel]:focus {
  text-decoration: underline;
}

a:not([href]) {
  color: #444;
  text-decoration: none;
}

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

h1, .h1, h2, .h2, .news__article__title, .footer-bighead, h3, .h3, .footer-smallhead, .sidenav .sidenav__head .sidenav__head__text, .sidenav--white .sidenav__head .sidenav__head__text, h4, .h4, h5, .h5, h6, .h6, .sidenav ul li a {
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #30303f;
  line-height: 1.2em;
  margin: 0 0 0.8em;
}

h1 a, .h1 a, h2 a, .h2 a, .news__article__title a, .footer-bighead a, h3 a, .h3 a, .footer-smallhead a, .sidenav .sidenav__head .sidenav__head__text a, .sidenav--white .sidenav__head .sidenav__head__text a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .sidenav ul li a a {
  text-decoration: none;
  outline: 0;
  font-weight: inherit;
  color: #30303f;
}

h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus, h2 a:hover, h2 a:focus, .h2 a:hover, .news__article__title a:hover, .footer-bighead a:hover, .h2 a:focus, .news__article__title a:focus, .footer-bighead a:focus, h3 a:hover, h3 a:focus, .h3 a:hover, .footer-smallhead a:hover, .sidenav .sidenav__head .sidenav__head__text a:hover, .sidenav--white .sidenav__head .sidenav__head__text a:hover, .h3 a:focus, .footer-smallhead a:focus, .sidenav .sidenav__head .sidenav__head__text a:focus, .sidenav--white .sidenav__head .sidenav__head__text a:focus, h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus, h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus, h6 a:hover, h6 a:focus, .h6 a:hover, .sidenav ul li a a:hover, .h6 a:focus, .sidenav ul li a a:focus {
  color: #1a1a22;
}

h1, .h1 {
  font-size: 40px;
  line-height: 50px;
  color: #30303f;
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: calc(40px + 16 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
  }
}

@media (min-width: 1024px) {
  h1, .h1 {
    line-height: 68px;
  }
}

h2, .h2, .news__article__title, .footer-bighead {
  font-size: 34px;
  margin-bottom: 20px;
  color: #30303f;
}

@media screen and (min-width: 768px) {
  h2, .h2, .news__article__title, .footer-bighead {
    font-size: calc(34px + 6 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h2, .h2, .news__article__title, .footer-bighead {
    font-size: 40px;
  }
}

h3, .h3, .footer-smallhead, .sidenav .sidenav__head .sidenav__head__text, .sidenav--white .sidenav__head .sidenav__head__text {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  h3, .h3, .footer-smallhead, .sidenav .sidenav__head .sidenav__head__text, .sidenav--white .sidenav__head .sidenav__head__text {
    font-size: calc(24px + 0 * (100vw - 768px) / 256);
  }
}

@media screen and (min-width: 1024px) {
  h3, .h3, .footer-smallhead, .sidenav .sidenav__head .sidenav__head__text, .sidenav--white .sidenav__head .sidenav__head__text {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #B4B4B4;
}

h5, .h5 {
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #30303f;
}

h6, .h6, .sidenav ul li a {
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #30303f;
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1.5em 16px;
}

ul li, ol li {
  line-height: 1.5em;
  padding: 0;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul.lined li {
  border-bottom: 1px solid #E3E3E3;
  padding: 5px 0;
}

ul.lined li:first-child {
  padding-top: 0;
}

ul.lined li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

ol {
  list-style: decimal;
}

.unstyled ul, ul.lined ul, nav ul ul {
  list-style: none;
}

.unstyled li, ul.lined li, nav ul li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}

nav ul {
  *zoom: 1;
}

nav ul:before, nav ul:after {
  display: table;
  content: " ";
}

nav ul:after {
  clear: both;
}

dl {
  margin: 0 0 1.5em;
}

dt, dd {
  line-height: 1.5em;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7ca;
  margin: 0;
  padding: 0;
}

blockquote {
  line-height: inherit;
  padding-left: 20px;
  border-left: 1px solid #B4B4B4;
  margin-bottom: 1.5em;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}

blockquote p, blockquote .subnav a, .subnav blockquote a {
  margin-bottom: 0.5em;
  font-size: 19px;
}

blockquote cite {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  blockquote {
    padding-left: 40px;
  }
}

.APsemiBold {
  font-family: "arno-pro-display", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.small-caps {
  text-transform: none;
  font-variant: small-caps !important;
}

.normal {
  font-variant: normal !important;
}

.cursive {
  font-style: italic;
}

.title-contentpage {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .title-contentpage {
    margin-bottom: 70px;
  }
}

.download-link {
  color: #c7c7ca;
}

.download-link i {
  color: #f29931;
  margin-right: 15px;
}

.member-name {
  font-style: italic;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.7em;
  color: #60617f;
}

.footer-smallhead {
  color: #60617f;
  margin-bottom: 0;
}

.indent {
  text-indent: 20px;
}

.blue-light {
  color: #60617f;
}

/*============================================================================
  TABLES
==============================================================================*/
table {
  width: 100%;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  margin: 0 0 1.5em;
}

table th, table td {
  padding: 11px 6px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
}

table th {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

/*============================================================================
  FORMS
==============================================================================*/
form {
  margin: 0;
}

.form--vertical input,
.form--vertical select,
.form--vertical .formfloat__container {
  height: 60px !important;
}

.form--vertical input > div,
.form--vertical select > div,
.form--vertical .formfloat__container > div {
  height: 100%;
}

.form--vertical input > div > label,
.form--vertical select > div > label,
.form--vertical .formfloat__container > div > label {
  height: 100%;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  font-size: 18px;
}

button,
input,
select,
textarea,
.button,
.studentcard-upload__button,
.subnav--programme .button {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

label,
.label,
input,
select,
textarea {
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 14px;
  color: #8e8e93;
  vertical-align: middle;
}

label,
.label {
  display: block;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  padding: 14px 20px;
  margin-bottom: 2px;
  display: block;
  background: #fff;
  line-height: inherit;
  width: 100%;
  border: 1px solid #B4B4B4;
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #c7c7ca;
  font-size: 21px;
  margin-bottom: 30px;
  color: #30303f;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #f29931;
}

input[type="email"] {
  display: block;
}

input[type="text"]:disabled {
  background-color: #f7f7f9;
  opacity: 0.5;
}

input[type="text"]:disabled:-ms-input-placeholder {
  opacity: 0.5;
}

input[type="text"]:disabled::placeholder {
  opacity: 0.5;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  width: 100%;
  height: 250px;
  background-color: #fbfbfb;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  *height: 13px;
  *width: 13px;
  line-height: normal;
  border: none;
}

input[type="file"] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

button,
input[type="reset"],
input[type="submit"],
.button,
.studentcard-upload__button,
.subnav--programme .button {
  float: left;
  display: block;
  clear: both;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  outline: 0;
  line-height: 1.2em;
  padding: 0px 30px;
  margin: 10px 0 0;
  background-color: #30303f;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  height: 60px;
  font-size: 14px;
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
}

button i,
input[type="reset"] i,
input[type="submit"] i,
.button i,
.studentcard-upload__button i,
.subnav--programme .button i {
  margin: -5px 6px 0 5px;
}

button:hover, button:focus, button:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.button:hover,
.studentcard-upload__button:hover,
.button:focus,
.studentcard-upload__button:focus,
.button:active,
.studentcard-upload__button:active {
  background-color: #30303f;
}

button:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.studentcard-upload__button:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
.button::-moz-focus-inner,
.studentcard-upload__button::-moz-focus-inner,
.subnav--programme .button::-moz-focus-inner {
  border: 0;
}

.button.button--shadow, .button--shadow.studentcard-upload__button {
  box-shadow: 0px 25px 75px 14px rgba(30, 30, 63, 0.2);
}

.button--default, .login input[type="submit"] {
  border: 1px solid #30303f;
  background-color: transparent;
  color: #30303f;
}

.button--default:hover, .login input:hover[type="submit"] {
  color: white;
}

.button--default:hover a, .login input:hover[type="submit"] a {
  color: #fff;
}

.button--default i, .login input[type="submit"] i {
  color: #f29931;
}

.header-title--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .header-title--flex {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.button--header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 54px;
  margin-left: 0;
  margin-bottom: 36px;
  border: 1px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 20px;
}

.button--header:hover {
  background-color: #30303f;
  border: 1px solid #30303f;
  color: #fff;
}

.button--header:hover a {
  color: #30303f;
}

.button--header i {
  color: #f29931;
}

@media (min-width: 768px) {
  .button--header {
    margin-left: 50px;
  }
}

.button--secondary {
  color: #c7c7ca;
  border: 1px solid #c7c7ca;
  background: transparent;
}

.button--secondary:hover {
  color: #fff;
  border: 1px solid #30303f;
}

.button--footer {
  margin: 0;
  padding: 0px 40px;
  height: 48px;
  background-color: #fff;
  color: #30303f;
}

.button--footer:hover {
  color: white;
}

button,
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
.studentcard-upload__button:focus,
a.button:focus,
a.studentcard-upload__button:focus,
select:focus {
  outline: 0;
  *outline: inherit;
  box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.1);
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-bottom: 1px solid #c7c7ca;
  background-color: #fbfbfb;
  padding: 14px 20px;
  color: #8e8e93;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url(../../assets/images/select.svg);
  background-size: 12px 10px;
  background-position: calc(100% - 20px) 26px;
  background-repeat: no-repeat;
  background-color: #fbfbfb;
}

select:disabled {
  opacity: 0.5;
}

select::-ms-expand {
  display: none;
}

select > option {
  font-size: 18px;
}

:-ms-input-placeholder {
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  font-weight: 400;
  font-size: 19px;
  color: #8e8e93;
}

::placeholder {
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  font-weight: 400;
  font-size: 19px;
  color: #8e8e93;
}

::-ms-clear {
  display: none;
}

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

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

form .row {
  margin-bottom: 0;
}

fieldset {
  width: auto;
}

fieldset p, fieldset .subnav a, .subnav fieldset a,
fieldset ul,
fieldset li {
  *zoom: 1;
}

fieldset p:before, fieldset .subnav a:before, .subnav fieldset a:before, fieldset p:after, fieldset .subnav a:after, .subnav fieldset a:after,
fieldset ul:before,
fieldset ul:after,
fieldset li:before,
fieldset li:after {
  display: table;
  content: " ";
}

fieldset p:after, fieldset .subnav a:after, .subnav fieldset a:after,
fieldset ul:after,
fieldset li:after {
  clear: both;
}

fieldset ul {
  margin-left: -20px;
}

fieldset ul li {
  list-style: none;
  background: none;
  list-style-image: none;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
}

fieldset ul li.error input {
  border-color: #f1062c;
}

fieldset ul li.space {
  margin-top: 25px;
}

@media (min-width: 768px) {
  fieldset ul li.one-half {
    width: 50%;
  }
  fieldset ul li.one-fourth {
    width: 25%;
  }
}

.buttons {
  *zoom: 1;
}

.buttons:before, .buttons:after {
  display: table;
  content: " ";
}

.buttons:after {
  clear: both;
}

.buttons button,
.buttons input[type="reset"],
.buttons input[type="submit"],
.buttons .button,
.buttons .studentcard-upload__button,
.buttons a.button,
.buttons a.studentcard-upload__button {
  float: left;
  clear: none;
  margin-right: 15px;
}

.buttons button.right,
.buttons input[type="reset"].right,
.buttons input[type="submit"].right,
.buttons .button.right,
.buttons .right.studentcard-upload__button,
.buttons a.button.right,
.buttons a.right.studentcard-upload__button {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.a-c .button, .a-c .studentcard-upload__button,
.a-c a.button,
.a-c a.studentcard-upload__button,
.a-c button {
  float: none;
  clear: none;
  display: inline-block;
}

.grecaptcha-badge {
  display: none;
}

.floating-label--container {
  position: relative;
  vertical-align: top;
}

.floating-label--container input.active {
  padding-top: 20px;
}

.floating-label--container.floating-label--container_error input {
  border: 1px solid red;
}

.floating-label--container.floating-label--container_above input.active {
  padding-top: 10px;
}

.floating-label--container.floating-label--container_above label.active {
  -ms-transform: translate(0em, -2em);
  transform: translate(0em, -2em);
}

.floating-label--container label {
  position: absolute;
  top: 15px;
  left: 0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  white-space: nowrap;
  width: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  font-size: 14px;
}

.floating-label--container label.active {
  display: block;
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0.5em, 0.5em);
  transform: translate(0.5em, 0.5em);
}

.color__radio [type="radio"]:checked,
.color__radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.color__radio [type="radio"]:checked + label,
.color__radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #30303f;
  float: left;
  text-align: left;
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 19px;
}

.color__radio [type="radio"]:checked + label:before,
.color__radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #60617f;
  border-radius: 100%;
  background: #f3f3f3;
  margin-top: 5px;
}

.color__radio [type="radio"]:checked + label:after,
.color__radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f29931;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  margin-top: 5px;
}

.color__radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
}

.color__radio [type="radio"]:checked + label:after {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #60617f;
  background: #fbfbfb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\e907";
  font-family: icons;
  position: absolute;
  top: 9px;
  left: 4px;
  font-size: 12px;
  line-height: 0.8;
  color: #f29931;
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
}

@-moz-document url-prefix() {
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    top: 7px;
    left: 3px;
  }
}

@supports (-ms-ime-align: auto) {
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    top: 7px;
    left: 3px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    top: 7px;
    left: 4px;
  }
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

.vat__label {
  margin-top: 0 !important;
}

#form-newsletter {
  margin-bottom: 30px;
}

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formErrorInsideDialog.formError {
  z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError, .formError * {
  box-sizing: content-box;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  margin: 0 0 0 -128px;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #f1062c;
  position: relative;
  color: #fff;
  width: 150px;
  border: 1px solid #f1062c;
  padding: 4px 10px 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.formError .formErrorArrow {
  /*width: 15px; margin: -2px 0 0 13px;*/
  position: relative;
  margin: -2px 0 0 145px;
  height: 10px;
}

.formError .formErrorArrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #f1062c;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  display: none;
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  display: none;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 60px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1920px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  position: relative;
  height: 100%;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content {
  position: relative;
  height: 100%;
}

.modaal-content-container {
  *zoom: 1;
  /*
	position: relative;
	height: 85vh;
	*/
  position: relative;
  height: 100%;
}

.modaal-content-container:before, .modaal-content-container:after {
  display: table;
  content: " ";
}

.modaal-content-container:after {
  clear: both;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

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

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

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

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

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

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

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

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

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

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

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

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

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

.fancybox-error p, .fancybox-error .subnav a, .subnav .fancybox-error a {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p, .fancybox-share .subnav a, .subnav .fancybox-share a {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* horizontal thumbnails */
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

/* =============================================================================
   LAYOUT
   ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #444;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f5f5f5;
}

.black-overlay {
  background: black;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.8;
  display: none;
}

.black-overlay-login {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
}

@media (min-width: 1200px) {
  .black-overlay-login .innerlogin {
    position: relative;
    height: 100%;
    max-width: 1600px;
    margin: auto;
  }
}

.page-wrap {
  position: relative;
  padding-bottom: 623px;
}

@media (min-width: 768px) {
  .page-wrap {
    min-height: 100vh;
    z-index: 2;
  }
}

.page-footer {
  margin-top: -623px;
}

.container {
  position: relative;
  display: block;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-content {
  padding: 30px;
}

@media (min-width: 1024px) {
  .container-content {
    padding: 100px 40px 100px 40px;
  }
}

@media (min-width: 1436px) {
  .container-content {
    padding: 100px 90px 100px 90px;
  }
}

.wf-loading {
  overflow: hidden;
}

.wf-loading body {
  visibility: hidden;
}

::-moz-selection {
  background-color: #9090ab;
  color: inherit;
}

::selection {
  background-color: #9090ab;
  color: inherit;
}

/* =============================================================================
   HELPERS
   ========================================================================== */
.icon {
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
  width: 24px;
  position: absolute;
  left: 0;
  height: 1px;
  border-top: 2px solid #30303f;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger {
  position: relative;
}

.icon-hamburger:before, .icon-hamburger:after {
  content: "";
  margin-left: 0;
}

.icon-hamburger:before {
  margin-top: 4px;
}

.icon-hamburger:after {
  margin-top: 10px;
}

.mb90.mb90 {
  margin-bottom: 90px;
}

.gm-style img {
  max-width: inherit;
}

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.equal-h {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal-h > * {
  display: block;
}

.equal-h:before, .equal-h:after {
  display: none;
}

@media (min-width: 1024px) {
  .equal-h > * {
    display: -ms-flexbox;
    display: flex;
  }
}

html.no-flexbox .equal-h {
  height: 100%;
}

html.no-flexbox .equal-h > div {
  float: left;
}

.block-link {
  position: relative;
  cursor: pointer;
}

.block-link__target:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* =============================================================================
   HEADER
   ========================================================================== */
.page-header {
  padding-top: 70px;
  *zoom: 1;
}

.page-header:before, .page-header:after {
  display: table;
  content: " ";
}

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

@media (min-width: 1200px) {
  .page-header {
    padding-top: 100px;
  }
}

.page-header .container .main-logo {
  position: relative;
  background-color: #60617f;
  width: 120px;
  height: 80px;
}

.page-header .container .main-logo img {
  position: absolute;
  width: 80%;
  height: auto;
  left: 8%;
  top: -50px;
}

@media (min-width: 1200px) {
  .page-header .container .main-logo {
    width: 170px;
    height: 120px;
  }
  .page-header .container .main-logo img {
    top: -80px;
    width: 90%;
    left: 4%;
  }
}

.page-header.absolute {
  width: 100%;
  position: absolute;
}

.page-header.absolute .container {
  z-index: 1;
}

.page-header.absolute .main-nav__trigger {
  color: white;
}

.page-header.absolute .main-nav__trigger .icon-hamburger,
.page-header.absolute .main-nav__trigger .icon-hamburger:before,
.page-header.absolute .main-nav__trigger .icon-hamburger:after {
  border-top: 2px solid white;
}

@media (min-width: 768px) {
  .page-header .main-logo {
    width: 170px;
  }
  .page-header .main-logo img {
    top: -80px;
  }
}

@media (min-width: 1200px) {
  .page-header .main-logo {
    float: left;
  }
}

.page-header__content {
  *zoom: 1;
  background: transparent;
}

.page-header__content:before, .page-header__content:after {
  display: table;
  content: " ";
}

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

.page-header__logo {
  text-decoration: none;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  float: left;
}

.page-header__logo img {
  display: block;
}

.page-header__logo:hover, .page-header__logo:focus {
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-nav {
  *zoom: 1;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin-top: 20px;
  width: calc(100% - 170px);
}

.main-nav:before, .main-nav:after {
  display: table;
  content: " ";
}

.main-nav:after {
  clear: both;
}

.main-nav a {
  text-decoration: none;
  color: #30303f;
  display: block;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #c7c7ca;
  padding: 20px 30px;
}

.main-nav li {
  border-bottom: 1px solid #454552;
}

.main-nav li:last-child a {
  padding: 13px 30px;
}

.main-nav li:nth-last-child(2) {
  border-bottom: none;
}

.main-nav li.active a {
  color: #f29931;
}

.main-nav li:last-child {
  font-variant: small-caps;
}

.main-nav li:last-child > a {
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  border: 1px solid white;
  margin-top: 40px;
  color: white;
  text-transform: none;
  font-weight: 400;
}

.main-nav ul {
  margin: 16px;
}

@media (min-width: 1200px) {
  .main-nav {
    margin: 0 0 0 0px;
    float: left;
    background-color: white;
  }
  .main-nav ul {
    margin: 0px 60px;
    height: 120px;
  }
  .main-nav li {
    float: left;
    margin-right: 30px;
    border-bottom: 1px solid transparent;
  }
  .main-nav li:last-child {
    float: right;
    margin-right: 0;
  }
  .main-nav li:last-child > a {
    color: #c7c7ca;
    margin-top: 40px;
    padding: 15px 30px;
    border: 1px solid #c7c7ca;
    position: unset;
    width: unset;
  }
  .main-nav li:last-child > a:hover {
    border: 1px solid #30303f;
    background-color: #30303f;
    color: white;
  }
  .main-nav a {
    border-top: 0;
    padding: 60px 0 20px 0;
    border-bottom: 1px solid transparent;
  }
  .main-nav a:hover,
  .main-nav a:focus,
  .main-nav li.active a {
    border-bottom: 1px solid #f29931;
    color: #30303f;
  }
}

@media (min-width: 1436px) {
  .main-nav li {
    margin-right: 60px;
  }
  .main-nav li:last-child {
    margin: 0px;
    letter-spacing: 2px;
  }
  .main-nav li:last-child a {
    padding: 15px 40px;
  }
}

.main-nav__trigger {
  display: block;
  position: relative;
  padding: 0 20px 12px 55px;
  background-color: transparent;
  color: #444;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: -15px;
  right: 20px;
  margin-top: 0;
}

.main-nav__trigger .icon-hamburger {
  position: absolute;
  left: 10px;
  top: 22px;
}

.main-nav__trigger span {
  font-size: 18px;
}

.main-nav__trigger:hover, .main-nav__trigger:focus {
  background-color: transparent;
  box-shadow: none;
}

.main-nav__trigger:active {
  -ms-transform: none;
  transform: none;
}

@media (min-width: 1024px) {
  .main-nav__trigger {
    right: 40px;
  }
}

@media (min-width: 1200px) {
  .main-nav__trigger {
    display: none;
  }
}

.main-nav__wrap {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  overflow-y: scroll;
  background: #30303f;
  transition: none;
  width: 100%;
  height: 100vh;
  z-index: 25;
  display: none;
}

.main-nav__wrap .mobilenav__close {
  padding: 20px 40px 0px 40px;
}

.main-nav__wrap .mobilenav__close i {
  color: white;
  cursor: pointer;
  display: block;
  width: auto;
  float: right;
  padding: 10px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 28px;
}

@media (min-width: 1200px) {
  .main-nav__wrap {
    margin: 0;
    display: block !important;
    width: auto;
    height: auto;
    z-index: 0;
    background: transparent;
    position: relative;
    overflow-y: auto;
  }
  .main-nav__wrap .mobilenav__close {
    display: none;
  }
}

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  overflow: hidden;
  z-index: -999;
  white-space: nowrap;
}

.skip-link:focus {
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 20px;
  font-size: 2rem;
}

/* =============================================================================
   MAIN
   ========================================================================== */
.main {
  margin: auto;
}

.main .container {
  margin-bottom: 90px;
}

.main-edition-register {
  margin-top: -120px;
}

/* =============================================================================
   FOOTER
   ========================================================================== */
.page-footer {
  max-width: 1600px;
  margin: auto;
  margin-top: -624px;
  position: relative;
  z-index: 3;
  padding: 60px 0 30px 0;
  background-color: #F4F4F4;
}

.page-footer .grid .grid__item--pushed, .page-footer .grid--rev .grid__item--pushed, .page-footer .grid--full .grid__item--pushed {
  padding-left: 100px;
}

.page-footer .footer-logo {
  *zoom: 1;
  width: 50%;
  max-width: 150px;
  float: left;
  margin-top: 60px;
}

.page-footer .footer-logo:before, .page-footer .footer-logo:after {
  display: table;
  content: " ";
}

.page-footer .footer-logo:after {
  clear: both;
}

.page-footer .footer-logo > a {
  float: left;
  margin-right: 45px;
}

.page-footer .footer-logo img {
  width: 100px;
}

.page-footer .footer-sponsors-header {
  *zoom: 1;
  margin-bottom: 20px;
}

.page-footer .footer-sponsors-header:before, .page-footer .footer-sponsors-header:after {
  display: table;
  content: " ";
}

.page-footer .footer-sponsors-header:after {
  clear: both;
}

.page-footer .footer-sponsors-header > div:last-child {
  *zoom: 1;
  margin-top: 50px;
}

.page-footer .footer-sponsors-header > div:last-child:before, .page-footer .footer-sponsors-header > div:last-child:after {
  display: table;
  content: " ";
}

.page-footer .footer-sponsors-header > div:last-child:after {
  clear: both;
}

.page-footer .footer-sponsors-header > div:last-child button {
  width: 100%;
  border: 1px solid #30303f;
}

.page-footer .equal-h {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.page-footer .sponsor-wrap {
  padding: 0px 20px;
  width: 50%;
  margin-bottom: 20px;
}

.page-footer .sponsor-wrap a {
  height: 100%;
}

@media (min-width: 480px) {
  .page-footer .sponsor-wrap {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .page-footer .sponsor-wrap {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .page-footer .sponsor-wrap {
    width: 20%;
  }
}

@media (min-width: 1436px) {
  .page-footer .sponsor-wrap {
    width: 16.66%;
  }
}

.page-footer .sponsor-wrap:hover {
  opacity: 1;
}

.page-footer .sponser {
  padding-bottom: 25%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  display: block;
  opacity: 0.5;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.58, 1);
  margin-bottom: 20px;
}

.page-footer .sponser:hover {
  opacity: 1;
}

.page-footer .sponser.sponsor-smaller-1 {
  padding-bottom: 0%;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}

.page-footer .sponser.sponsor-smaller-2 {
  padding-bottom: 0%;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}

.page-footer .sponser.sponsor-smaller-3 {
  padding-bottom: 0%;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}

.page-footer .sponser.sponsor-smaller-4 {
  padding-bottom: 0%;
  height: 120px;
  width: 120px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .page-footer .sponser {
    padding-bottom: 60%;
    margin-bottom: 20px;
  }
}

.page-footer h3 {
  color: #60617f;
}

.page-footer input {
  background: transparent;
}

.page-footer .newletterWrapper {
  *zoom: 1;
  margin-top: 20px;
}

.page-footer .newletterWrapper:before, .page-footer .newletterWrapper:after {
  display: table;
  content: " ";
}

.page-footer .newletterWrapper:after {
  clear: both;
}

.page-footer .newletterWrapper > div {
  float: left;
  width: 100%;
}

.page-footer .newletterWrapper > div:first-child {
  height: 60px;
  position: relative;
  top: 12px;
}

.page-footer .newletterWrapper button {
  height: 48px;
  margin-top: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .page-footer .newletterWrapper > div:first-child {
    width: calc(90% - 131px);
    margin-right: 10%;
  }
  .page-footer .newletterWrapper > div:last-child {
    width: auto;
  }
  .page-footer .newletterWrapper button {
    width: auto;
  }
}

.page-footer .newletterWrapper #g-recaptcha-newsletter {
  width: auto;
}

.page-footer .floating-label--container.floating-label--container_above input.active {
  padding-top: 14px;
}

.page-footer .grid--newsletter {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .page-footer .footer-sponsors-header > div:first-child {
    float: left;
  }
  .page-footer .footer-sponsors-header > div:last-child {
    float: right;
    margin-top: auto;
  }
  .page-footer .footer-sponsors-header > div:last-child button {
    width: auto;
    border: none;
  }
}

@media (min-width: 1024px) {
  .page-footer .grid--newsletter .grid__item:last-child {
    padding-top: 0;
  }
  .page-footer .container__pushed--footer {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .page-footer .container__pushed--footer {
    margin-left: 170px;
  }
}

.partners--grid {
  display: flow-root;
}

.partners .page-footer {
  margin-top: -323px;
}

.partners .page-wrap {
  padding-bottom: 323px;
}

.greyscale-filter {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  transition: filter 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.greyscale-filter:hover {
  -webkit-transition: -webkit-filter 500ms linear;
  /* Safari 6.0 - 9.0 */
  filter: none;
  /* Applies to FF + IE */
}

.esign-wrapper {
  float: left;
  width: 100%;
  margin-left: 40px;
}

.esign-wrapper a {
  text-decoration: none;
}

a.esign {
  width: 80px;
  height: 20px;
  background-image: url("../images/logo-esign.svg");
  background-size: 77px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  text-indent: -9999px;
  opacity: 0.6;
  transition-duration: 0.5s;
  display: block;
  outline: 0;
  z-index: 9999;
  position: relative;
  margin-top: 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a.esign:hover, a.esign:focus {
  opacity: 1;
}

@media (min-width: 768px) {
  a.esign {
    width: 16px;
    right: 30px;
    margin-top: -60px;
    position: absolute;
    /* &:hover, &:focus {
            opacity: 1;
            width: 80px;
        } */
  }
}

/* =============================================================================
   COMPONENTS
   ========================================================================== */
.large {
  font-size: 20px;
  font-size: 2rem;
}

.rte {
  overflow: hidden;
}

.rte h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}

.rte p + h2, .rte .subnav a + h2, .subnav .rte a + h2,
.rte img + h2 {
  margin-top: 50px;
}

.rte a + h3,
.rte p + h3,
.rte .subnav a + h3,
.subnav .rte a + h3 {
  margin-top: 35px;
  margin-top: 65px;
}

.rte p + h4, .rte .subnav a + h4, .subnav .rte a + h4 {
  margin-top: 35px;
}

.rte p, .rte .subnav a, .subnav .rte a {
  margin-bottom: 1em;
}

.rte a {
  text-decoration: none;
  color: #f29931;
}

.rte a p, .rte a .subnav a, .subnav .rte a a {
  color: #f29931;
}

.rte button {
  height: 48px;
  margin-bottom: 2em;
}

.rte button i {
  color: #f29931;
  font-size: 18px;
  margin-right: 10px;
}

.rte .slug {
  color: #60617f;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.rte .gi-subtitle {
  margin-bottom: 0;
  margin-top: 35px;
  font-weight: bold;
}

.rte .htgt {
  padding-top: 40px;
}

.center-block {
  *zoom: 1;
  text-align: center;
  margin: 20px 0;
}

.center-block:before, .center-block:after {
  display: table;
  content: " ";
}

.center-block:after {
  clear: both;
}

.center-block .button, .center-block .studentcard-upload__button {
  float: none;
  display: inline-block;
}

.sidenav {
  position: relative;
  margin-bottom: 20px;
  z-index: 21;
  background-color: #30303f;
}

.sidenav:before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 0;
  height: 80%;
  background-color: transparent;
  z-index: -1;
  box-shadow: 0px 0px 75px 50px rgba(30, 30, 63, 0.1);
}

@media (min-width: 1024px) {
  .sidenav:before {
    box-shadow: 0px 0px 75px 50px rgba(30, 30, 63, 0.2);
  }
}

.sidenav .sidenav__head {
  width: 100%;
  background-color: #3e3e4f;
}

.sidenav .sidenav__head > * {
  float: left;
}

.sidenav .sidenav__head .sidenav__head__text {
  color: white;
  padding: 30px 0px;
  padding-left: 50px;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.sidenav .sidenav__head i {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: white;
  margin-top: 35px;
  margin-right: 50px;
  font-size: 18px;
  float: right;
}

.sidenav .sidenav__content {
  position: relative;
  z-index: 22;
  background: #30313e;
  display: block;
  height: 100%;
}

.sidenav ul {
  display: none;
  margin: 10px 45px;
  list-style-type: none;
}

.sidenav ul li {
  border-bottom: 1px solid #454552;
}

.sidenav ul li a {
  display: table;
  text-decoration: none;
  color: #c7c7ca;
  margin: 25px 0px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidenav ul li a i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: white;
  padding-left: 15px;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.sidenav ul li a.sidenav-active {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  color: white;
}

.sidenav ul li a.sidenav-active i {
  color: #f29931;
}

.sidenav ul li:last-of-type {
  border-bottom: none;
}

.sidenav ul li:hover a {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  color: white;
}

.sidenav ul li:hover a i {
  color: #f29931;
}

.sidenav .sidenav__FC {
  border-bottom: 1px solid transparent;
}

.sidenav .sidenav__AA a {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .sidenav {
    width: 310px;
    margin-bottom: 0px;
  }
  .sidenav ul {
    display: block !important;
  }
  .sidenav .sidenav__head i {
    display: none;
  }
}

@media (min-width: 1436px) {
  .sidenav {
    width: 340px;
  }
  .sidenav ul li a h6 {
    margin: 26px 0px;
  }
}

.sidenav--white {
  background-color: white;
}

.sidenav--white .sidenav__head {
  background-color: #f7f7f9;
}

.sidenav--white .sidenav__head .sidenav__head__text {
  color: #60617f;
  font-weight: bold;
}

.sidenav--white .sidenav__inner-content {
  padding: 30px 45px;
  background-color: white;
}

.sidenav--white .sidenav__content__text .member-name {
  margin-bottom: 0px;
}

.sidenav--white .sidenav__content__text span,
.sidenav--white .sidenav__content__text a {
  text-decoration: none;
  color: #f29931;
  margin-left: 10px;
}

.sidenav--white .sidenav__content__text span.no-marg,
.sidenav--white .sidenav__content__text a.no-marg {
  margin-left: 0px;
}

.sidenav--white img {
  padding-bottom: 2em;
}

.sidenav--white a.sidenav-logo {
  margin-left: 0;
}

.sidenav--white a.sidenav-logo img {
  max-width: 100px;
}

.pressandmedia .sidenav__content__text span,
.contact .sidenav__content__text span {
  margin-left: 0px;
}

section {
  position: relative;
}

article {
  *zoom: 1;
  margin: 0 0 20px;
}

article:before, article:after {
  display: table;
  content: " ";
}

article:after {
  clear: both;
}

article a img {
  display: block;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

article a:hover img, article a:focus img {
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.article-detail__image {
  margin-bottom: 1.5em;
}

.note {
  margin: 0 0 20px;
  padding: 15px 20px 15px;
  background: #efefef;
}

.note ul,
.note p,
.note .subnav a,
.subnav .note a {
  margin-bottom: 0em;
}

.note--success {
  color: #39963a;
  background-color: #eff9ef;
}

.note--error {
  color: #f1062c;
  background-color: #fff7f8;
}

.cycle-slideshow {
  width: 100%;
  position: relative;
}

.cycle-pager {
  width: 100%;
  text-align: center;
}

.cycle-pager span {
  display: inline-block;
  margin: 0 3px;
  font-size: 36px;
  height: 15px;
  width: 15px;
  line-height: 14px;
  cursor: pointer;
  border: 2px solid #30303f;
  background-color: #fff;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.cycle-pager span:hover, .cycle-pager span:focus {
  transition: none;
}

.cycle-pager span:hover,
.cycle-pager .cycle-pager-active {
  background-color: #51516a;
  color: #51516a;
}

.slide-wrapper {
  background-color: #F4F4F4;
  padding: 20px 20px 0 20px;
  margin-bottom: 45px;
}

.slide-wrapper p, .slide-wrapper .subnav a, .subnav .slide-wrapper a {
  margin-bottom: 0;
}

.slide-wrapper .equal-h > * {
  display: block;
}

.slide-image {
  background-size: contain;
  padding-bottom: 85%;
  background-position: center center;
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.map {
  width: 100%;
  height: 350px;
  background: #efefef;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .map {
    height: 550px;
  }
}

.social {
  *zoom: 1;
  list-style: none;
  margin: 0 0 2em -5px;
}

.social:before, .social:after {
  display: table;
  content: " ";
}

.social:after {
  clear: both;
}

.social__item {
  padding: 0 0 5px 5px;
  float: left;
}

.social__link {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  border-radius: 40px;
  background-color: #30303f;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}

.social__link--facebook {
  background-color: #3c5b9b;
}

.social__link--facebook:hover, .social__link--facebook:focus {
  background-color: #314a7e;
}

.social__link--twitter {
  background-color: #2daae1;
}

.social__link--twitter:hover, .social__link--twitter:focus {
  background-color: #1d94c9;
}

.social__link--pinterest {
  background-color: #cb2027;
}

.social__link--pinterest:hover, .social__link--pinterest:focus {
  background-color: #a81a20;
}

.social__link--linkedin {
  background-color: #0173b2;
}

.social__link--linkedin:hover, .social__link--linkedin:focus {
  background-color: #015989;
}

.login {
  display: block;
  padding: 40px 50px;
  background-color: white;
  position: fixed;
  box-shadow: 0px 8px 15px rgba(30, 30, 63, 0.3);
  z-index: 5;
  width: calc(100% - 10%);
  margin: 5%;
}

.login input {
  margin-bottom: 20px;
  padding: 6px 15px;
}

.login input[type="submit"] {
  box-shadow: none;
  width: 100%;
  height: 48px;
  font-size: 17px;
}

.login input[type="submit"]:hover {
  background-color: #30303f;
}

.login a {
  text-decoration: none;
  padding: 0px;
  color: #f29931;
  display: inline;
  text-transform: lowercase;
}

.login p, .login .subnav a, .subnav .login a {
  font-variant: normal;
  text-transform: none;
  font-size: 17px;
  margin-bottom: 1em;
}

.login p:last-child, .login .subnav a:last-child, .subnav .login a:last-child {
  margin-bottom: 0;
}

.login .close-login {
  float: right;
  padding: 10px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 28px;
  color: #30303f;
}

@media (min-width: 1200px) {
  .login {
    margin: 0;
    width: 350px;
    right: 100px;
    top: 192px;
    position: absolute;
  }
}

.subnav {
  padding-top: 20px;
  margin-bottom: 50px;
  overflow: hidden;
}

.subnav .title-subnav {
  margin-bottom: 20px;
  color: #c7c7ca;
}

.subnav ul {
  *zoom: 1;
  margin: 0;
  padding: 0 0 26px 0;
  border-bottom: 1px solid #c7c7ca;
}

.subnav ul:before, .subnav ul:after {
  display: table;
  content: " ";
}

.subnav ul:after {
  clear: both;
}

.subnav li {
  list-style-type: none;
  float: left;
  padding: 5px 20px;
}

.subnav a {
  font-size: 20px;
  text-decoration: none;
  color: #c7c7ca;
  border-bottom: 1px solid #c7c7ca;
}

.subnav a.active, .subnav a:hover {
  color: #30303f;
  border-bottom: 1px solid #f29931;
}

.proceedings-now__button {
  padding: 20px 30px;
}

.proceedings-now__button.button, .proceedings-now__button.studentcard-upload__button {
  height: auto;
}

@media (min-width: 1024px) {
  .proceedings-now__button.button, .proceedings-now__button.studentcard-upload__button {
    height: 60px;
  }
}

/* =============================================================================
   PAGES
   ========================================================================== */
/* Default */
@media (min-width: 1200px) {
  .container__pushed {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .container__pushed {
    margin-left: 340px;
  }
}

.container__pushed-content {
  position: relative;
  background-color: #fff;
  padding: 30px;
}

.container__pushed-content h2 > span {
  font-variant: small-caps;
}

@media (min-width: 1024px) {
  .container__pushed-content {
    padding: 100px 40px 100px 40px;
  }
  .container__pushed-content:before {
    content: "";
    width: 170px;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: -2;
  }
}

@media (min-width: 1436px) {
  .container__pushed-content {
    padding: 100px 90px 100px 90px;
  }
}

.container__pushed-content-edition-register {
  margin-top: 120px;
}

@media (min-width: 1024px) {
  .container__pushed-content-edition-register {
    margin-left: -321px;
  }
  .container__pushed-content-edition-register:before {
    content: "";
    width: 20px !important;
  }
}

@media (min-width: 1200px) {
  .container__pushed-content-edition-register {
    margin-left: -150px;
    margin-top: 0px;
  }
  .container__pushed-content-edition-register:before {
    content: "";
    width: 20px !important;
  }
}

.container__pushed-content--transparent {
  background-color: transparent;
}

.content-white {
  *zoom: 1;
  background-color: white;
  padding-top: 20px;
  margin-bottom: 60px;
}

.content-white:before, .content-white:after {
  display: table;
  content: " ";
}

.content-white:after {
  clear: both;
}

@media (min-width: 768px) {
  .content-white {
    padding-top: 100px;
    margin-bottom: 80px;
  }
}

/* Home */
body.home {
  background-color: transparent;
}

body.home .page-header .container .main-logo {
  background-color: transparent;
}

body.home .main-nav {
  background-color: transparent;
}

body.home .main-nav li a {
  color: white;
}

@media (min-width: 1200px) {
  body.home .main-nav li:last-child a {
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.15);
  }
}

body.home .container__pushed {
  margin-left: 0;
}

body.home .page-footer .container {
  margin: 0 20px;
}

@media (min-width: 1024px) {
  body.home .page-footer .container {
    margin: 0 40px;
    padding: 0;
  }
}

body.article .page-header .container .main-logo {
  background-color: transparent;
}

body.article .main-nav {
  background-color: transparent;
}

body.article .main-nav li:hover a {
  color: #60617f;
}

body.article .main-nav li a {
  color: #60617f;
}

.hero {
  *zoom: 1;
  position: relative;
}

.hero:before, .hero:after {
  display: table;
  content: " ";
}

.hero:after {
  clear: both;
}

.hero .hero__img {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(75%);
}

.hero .hero__text {
  max-width: 800px;
}

.hero .hero__text h1,
.hero .hero__text p,
.hero .hero__text .subnav a,
.subnav .hero .hero__text a {
  color: white;
}

.hero .hero__text h1 {
  margin-bottom: 20px;
}

.hero .container--hero {
  padding: 0 30px;
  padding-top: 230px;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .hero {
    margin: auto;
  }
  .hero .container--hero {
    padding-top: 350px;
    padding-bottom: 70px;
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .grid--articles {
    position: relative;
  }
}

@media (min-width: 1200px) and (min-width: 1024px) {
  .grid--articles:first-child .news__article {
    height: 100%;
  }
}

.news__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.news__filters .button, .news__filters .studentcard-upload__button {
  margin-left: 5px;
}

.news__filters .button:first-of-type, .news__filters .studentcard-upload__button:first-of-type {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .news__filters .button, .news__filters .studentcard-upload__button {
    margin-left: 25px;
  }
  .news__filters .button:first-of-type, .news__filters .studentcard-upload__button:first-of-type {
    margin-left: 50px;
  }
}

.articles .news__article {
  border-bottom: 1px solid #c7c7ca;
  border-left: none;
}

.articles .news__article .article__img {
  margin-top: 0px;
}

.articles .news__article:last-of-type {
  border-bottom: 1px solid transparent;
}

.news__article {
  *zoom: 1;
  padding: 10px;
}

.news__article:before, .news__article:after {
  display: table;
  content: " ";
}

.news__article:after {
  clear: both;
}

.news__article a {
  text-decoration: none;
}

.news__article a:first-child:hover {
  color: #30303f;
}

.news__article .article__img {
  width: 100%;
  height: 0px;
  padding-bottom: 56%;
  margin-top: 30px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.news__article a.button, .news__article a.studentcard-upload__button {
  margin-bottom: 30px;
  line-height: 60px;
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.news__article a.button:hover, .news__article a.studentcard-upload__button:hover {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.news__article a.button i, .news__article a.studentcard-upload__button i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: orange;
  position: relative;
  top: 1px;
}

.news__article p, .news__article .subnav a, .subnav .news__article a {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .news__article {
    padding: 40px;
  }
  .news__article .article__img--main {
    height: 400px;
  }
  .news__article p, .news__article .subnav a, .subnav .news__article a {
    margin-bottom: 1.5em;
  }
  .news__article button {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .news__article {
    padding: 40px 85px;
    border-left: 1px solid #c7c7ca;
  }
}

@media (min-width: 1200px) {
  .news__article--archive {
    border-left: 1px solid transparent;
  }
}

@media (min-width: 1024px) {
  .news__article--side {
    padding: 40px 35px;
  }
}

@media (min-width: 1436px) {
  .news__article--side {
    padding: 40px 55px 40px 85px;
  }
}

@media (min-width: 1436px) {
  .news__article--side:last-child {
    padding: 40px 85px 40px 85px;
  }
}

.grid--home .grid__item {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .grid--home {
    margin-bottom: 50px;
  }
}

/* Post */
.post {
  background-color: white;
}

.post header .main-logo {
  background-color: transparent !important;
}

.post header .main-nav {
  background-color: transparent;
}

.post header .main-nav li a {
  color: #60617f;
}

.post header .main-nav li:last-child a {
  color: #c7c7ca;
}

.post .container__pushed--footer {
  margin-left: 0;
}

.post h1 {
  margin-bottom: 10px;
}

.post .slug {
  margin-top: 2em;
  font-weight: bold;
}

.post .main .container {
  margin: auto;
  padding: 0;
  max-width: 1600px;
}

.post footer {
  background-color: #f5f5f5;
  max-width: none;
  padding-top: 90px;
}

.post .dash {
  margin-bottom: 30px;
}

.post-content {
  *zoom: 1;
  margin-top: 40px;
  padding-bottom: 40px;
}

.post-content:before, .post-content:after {
  display: table;
  content: " ";
}

.post-content:after {
  clear: both;
}

.post-content > div {
  width: 100%;
}

.post__text {
  padding: 0 75px;
  border-left: 1px solid #c7c7ca;
}

.post__text p, .post__text .subnav a, .subnav .post__text a {
  text-align: left;
}

.post__img {
  padding-bottom: 50%;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .post-content {
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
    padding-bottom: 140px;
  }
  .post-content > div {
    width: 60%;
    margin: auto;
  }
  .post__text {
    padding: 0 75px;
    border-left: 1px solid #c7c7ca;
  }
  .post__text p, .post__text .subnav a, .subnav .post__text a {
    text-align: justify;
    text-align-last: left;
  }
  .post__img {
    margin-left: auto;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0px;
  }
}

.date {
  color: #c7c7ca;
  margin-bottom: 0;
}

.dash {
  width: 70px;
  height: 1px;
  background-color: #30303f;
}

.pop-up__back--post {
  position: unset !important;
}

/* Registration */
.grid--registrationform {
  overflow: hidden;
  margin: 0 0 20px -45px;
  padding-bottom: 90px;
  padding-top: 10px;
}

.grid--registrationform .grid__item {
  padding-left: 45px;
}

.studentcard-upload {
  padding-left: 45px;
  display: block;
}

.studentcard-upload__button {
  padding: 15px 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  height: 50px;
}

.studentcard-upload__step-1 {
  width: 100%;
}

.table__register {
  margin-bottom: 90px;
}

.table__register label.h3, .table__register label.footer-smallhead, .table__register .sidenav .sidenav__head label.sidenav__head__text, .sidenav .sidenav__head .table__register label.sidenav__head__text, .table__register .sidenav--white .sidenav__head label.sidenav__head__text, .sidenav--white .sidenav__head .table__register label.sidenav__head__text {
  padding-left: 55px;
}

.table__register .h3, .table__register .footer-smallhead, .table__register .sidenav .sidenav__head .sidenav__head__text, .sidenav .sidenav__head .table__register .sidenav__head__text, .table__register .sidenav--white .sidenav__head .sidenav__head__text, .sidenav--white .sidenav__head .table__register .sidenav__head__text {
  font-style: italic;
  margin-bottom: 0;
}

.table__register td {
  *zoom: 1;
  padding: 30px 20px;
  color: #30303f;
  display: block;
  width: 100%;
  border-bottom: none;
}

.table__register td:before, .table__register td:after {
  display: table;
  content: " ";
}

.table__register td:after {
  clear: both;
}

.table__register td:nth-child(2) {
  padding: 0 20px;
  color: #c7c7ca;
}

.table__register td:last-child {
  border-bottom: 1px solid #c7c7ca;
}

.table__register td:last-child {
  font-weight: bold;
}

.table__register thead {
  background-color: #f7f7f9;
  border-bottom: none;
}

.table__register thead [type="checkbox"]:not(:checked) + label:before,
.table__register thead [type="checkbox"]:checked + label:before {
  left: 5px;
  top: 2px;
  width: 1em;
  height: 1em;
}

.table__register thead [type="checkbox"]:not(:checked) + label:after,
.table__register thead [type="checkbox"]:checked + label:after {
  top: 7px;
  left: 7px;
  font-size: 20px;
}

.table__register thead td {
  padding: 20px 15px;
  border-bottom: none;
  color: #60617f;
}

.table__register thead td label {
  color: #60617f;
}

.table__register thead td span {
  color: #60617f;
}

.table__register thead td:nth-child(1) {
  text-align: left;
}

.table__register thead td:nth-child(2),
.table__register thead td:nth-child(3) {
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}

.table__register thead td:last-child {
  border-bottom: none;
}

.table__register tbody td:nth-child(2),
.table__register tbody td:last-child {
  font-size: 19px;
}

.table__register tbody tr td {
  position: relative;
}

.table__register tbody tr td span {
  font-style: italic;
  color: #60617f;
}

.table__register tbody tr td .tooltip {
  top: 35px;
  right: -23px;
}

.table__register tbody,
.table__register tbody p,
.table__register tbody .subnav a,
.subnav .table__register tbody a {
  font-size: 19px !important;
}

.table__register input[type="radio"] {
  float: left;
}

.table__register input[type="radio"] > p, .table__register .subnav input[type="radio"] > a, .subnav .table__register input[type="radio"] > a {
  float: left;
}

.table__register .hide__tablelabel {
  display: none;
  color: #8e8e93;
  font-style: normal !important;
}

.table__register td:last-child {
  color: #30303f;
}

@media (min-width: 768px) {
  .table__register td {
    text-align: center;
    display: table-cell;
    border-bottom: 1px solid #c7c7ca;
    width: auto;
    padding: 30px 20px;
  }
  .table__register .hide__tablelabel {
    display: none;
  }
  .table__register td:nth-child(2),
  .table__register td:nth-child(3) {
    display: table-cell !important;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .table__register thead td:nth-child(1) {
    padding-left: 70px;
  }
}

@media (min-width: 1200px) {
  .table__register td:nth-child(2),
  .table__register td:nth-child(3) {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .table__register--congress tbody tr:nth-child(1) td:last-child {
    color: #c7c7ca;
  }
}

.table__register--reception tbody tr:nth-child(1) {
  color: #c7c7ca;
}

.table__register--reception tbody tr td span {
  font-style: italic;
  color: #60617f;
}

.table__register--reception tbody input[type="text"] {
  margin-bottom: 0px;
}

.table__register--reception tbody .tr-float td:first-child > * {
  float: left;
  margin-bottom: 0px;
}

.table__register--reception tbody .tr-float input[type="text"] {
  width: 100px;
  text-align: center;
  margin: 0px 10px;
}

.table__register--reception tbody tr:last-child td {
  border-bottom: none;
}

.table__register--reception tbody tr:last-child td p, .table__register--reception tbody tr:last-child td .subnav a, .subnav .table__register--reception tbody tr:last-child td a {
  margin: 0px;
  font-size: 15px;
}

.table__register--reception tbody tr:last-child td select {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .table__register--reception tbody td:last-child {
    color: #c7c7ca;
  }
}

.table__register--reception label {
  text-align: left;
  font-size: 19px !important;
  color: #30303f;
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
}

.table-total {
  background-color: #f7f7f9;
  display: block;
}

.table-total tbody {
  display: block;
}

.table-total td {
  display: block;
  float: left;
  padding: 15px 30px;
}

.table-total td:first-child {
  width: 70%;
}

.table-total td:last-child {
  color: #8e8e93;
  font-weight: 600;
  font-size: 19px;
  width: 30%;
}

.table-total tr:last-child td:last-child {
  color: #30303f;
}

.table-total th {
  padding: 15px 30px;
  font-style: italic;
  color: #60617f;
  font-size: 21px;
}

.table-total tbody {
  font-size: 19px;
}

.table-total td:nth-child(1) span {
  font-weight: bold;
}

.table-total td:nth-child(2) {
  text-align: right;
}

.table-total th,
.table-total tr:last-child td {
  border-bottom: none;
}

.table-total th {
  padding: 15px 30px;
}

.table-total tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-total tr:nth-last-child(2) td {
  border-bottom: none;
}

.table-total tr:last-child td:first-child {
  font-style: italic;
}

.table-total tr:last-child td:last-child {
  line-height: 1;
}

.table-total tr:last-child td:last-child span {
  font-size: 12px;
  color: #8e8e93;
}

.table-total .total {
  background-color: #edecf1;
}

@media (min-width: 768px) {
  .table-total {
    display: table;
  }
  .table-total tbody {
    display: table-row-group;
  }
  .table-total td {
    float: none;
    display: table-cell;
  }
  .table-total td:first-child {
    width: 50%;
  }
  .table-total td:last-child {
    width: 50%;
  }
  .table-total tr {
    display: table-row;
  }
}

.select--title {
  float: left;
  width: 100%;
  background-color: #fbfbfb;
}

@media (min-width: 768px) {
  .select--title {
    width: 30%;
  }
}

.select--badge {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .select--badge {
    width: 60%;
    margin-left: 10%;
  }
}

.select--mobileprefix {
  float: left;
  width: 30%;
}

.student__container {
  width: 100%;
}

.student__container > * {
  float: left;
}

.student__container .button__container {
  width: 100%;
  height: auto !important;
}

.student__container .button__container > button {
  width: 100%;
  padding: 13px 6px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.student__container .button__container > button > * {
  float: left;
}

.student__container .button__container > button i {
  font-size: 18px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 5px;
  color: #f29931;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .student__container .button__container {
    margin-left: 5%;
    width: 65%;
  }
}

@media (min-width: 1024px) {
  .student__container .button__container {
    margin-left: 0%;
    width: 100%;
    padding-top: 20px;
  }
}

@media (min-width: 1680px) {
  .student__container .button__container {
    margin-left: 5%;
    width: 65%;
    padding-top: 0;
  }
}

.explaination {
  color: #8e8e93;
  font-style: italic;
  line-height: 1.4;
}

.chk {
  display: table;
  float: left;
  margin-bottom: 20px;
  padding: 15px 0px;
}

.chk > * {
  float: left;
}

.chk label {
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  padding-left: 10px;
  font-weight: 400;
  font-size: 19px;
}

.chk input {
  width: 18px;
  height: 18px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .chk--student {
    width: 30%;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .chk--student {
    width: 100%;
  }
}

@media (min-width: 1680px) {
  .chk--student {
    width: 30%;
  }
}

.title__block {
  overflow: hidden;
}

.title__block h2 {
  float: left;
}

.title__block .checkboxWrapper {
  float: right;
  margin-top: 10px;
  margin-bottom: 30px;
}

.title__block .checkboxWrapper label {
  right: 40px;
  color: #60617f;
}

.title__block .checkboxWrapper [type="checkbox"]:not(:checked) + label:before,
.title__block .checkboxWrapper [type="checkbox"]:checked + label:before {
  right: -40px;
  left: auto;
}

.title__block .checkboxWrapper [type="checkbox"]:not(:checked) + label:after,
.title__block .checkboxWrapper [type="checkbox"]:checked + label:after {
  right: -37px;
  left: auto;
}

@media (min-width: 768px) {
  .title__block .checkboxWrapper {
    margin-bottom: 0px;
  }
}

@-moz-document url-prefix() {
  .title__block .checkboxWrapper [type="checkbox"]:not(:checked) + label:after,
  .title__block .checkboxWrapper [type="checkbox"]:checked + label:after {
    right: -37px;
  }
}

@supports (-ms-ime-align: auto) {
  .title__block .checkboxWrapper [type="checkbox"]:not(:checked) + label:after,
  .title__block .checkboxWrapper [type="checkbox"]:checked + label:after {
    right: -37px;
  }
}

.checkboxWrapper--creditpoints {
  margin: 65px 0 35px 0;
}

.bd__phone__container {
  *zoom: 1;
}

.bd__phone__container:before, .bd__phone__container:after {
  display: table;
  content: " ";
}

.bd__phone__container:after {
  clear: both;
}

.bd__phone__container > div:last-child {
  width: 70%;
  float: left;
  position: relative;
}

.cityContainer > * {
  float: left;
}

.cityContainer div:first-child {
  width: 30%;
}

.cityContainer div:last-child {
  width: 60%;
  margin-left: 10%;
}

.checkboxWrapper input {
  width: 18px;
  height: 18px;
}

.checkboxWrapper label {
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-left: 10px;
  font-size: 19px;
}

.table-label label {
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 19px;
  color: #30303f;
  text-align: left;
}

.table-label [type="checkbox"]:not(:checked) + label,
.table-label [type="checkbox"]:checked + label {
  padding-left: 50px;
}

.table-label [type="checkbox"]:not(:checked) + label:before,
.table-label [type="checkbox"]:checked + label:before {
  top: calc(50% - 12px);
}

.table-label [type="checkbox"]:not(:checked) + label:after,
.table-label [type="checkbox"]:checked + label:after {
  top: calc(50% - 6px);
}

.tr-select p, .tr-select .subnav a, .subnav .tr-select a {
  float: left;
  position: relative;
  top: 12px;
}

.tr-select select {
  float: right;
  width: calc(100% - 130px);
}

.tr-disable {
  background-color: #f7f7f9;
}

.tr-disable label,
.tr-disable td {
  color: #c7c7ca;
}

.tr-disable [type="checkbox"]:not(:checked) + label:before,
.tr-disable [type="checkbox"]:checked + label:before {
  content: "Full";
  border: none;
  background: transparent;
  box-shadow: none;
  color: #30303f;
}

.tr-disable [type="checkbox"]:not(:checked) + label:after,
.tr-disable [type="checkbox"]:checked + label:after {
  content: "";
}

.promo__row.promo__row > td {
  padding-top: 20px;
  display: block;
}

.promo__row.promo__row > td:first-child {
  font-style: italic;
  color: #60617f;
  font-size: 21px;
  font-weight: 600;
  border-bottom: none;
  width: 100%;
}

.promo__row.promo__row > td:last-child {
  width: 100%;
}

@media (min-width: 768px) {
  .promo__row.promo__row > td {
    padding-top: 50px;
    display: table-cell;
  }
  .promo__row.promo__row > td:first-child {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .promo__row.promo__row > td:last-child {
    width: 50%;
  }
}

.promo-input {
  float: right;
  width: 100%;
  padding-top: 10px;
  *zoom: 1;
}

.promo-input:before, .promo-input:after {
  display: table;
  content: " ";
}

.promo-input:after {
  clear: both;
}

.promo-input > div:first-child {
  width: calc(100% - 74px);
}

.promo-input > * {
  float: left;
}

.promo-input input[type="text"] {
  border-bottom: none;
  margin-bottom: 0px;
  height: 100%;
  text-align: right;
}

.promo-button {
  background-color: #60617f;
  border-bottom: 5px solid #3e3e4f;
  padding: 17px 22px;
  margin: 0;
  margin-left: 10px;
  letter-spacing: 0px;
}

.promo-button i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 4px;
}

#orderExtra {
  height: 30px !important;
}

@-moz-document url-prefix() {
  #orderExtra {
    padding-top: 0;
  }
}

/* Programme */
.programme {
  width: 100%;
}

.programme::after {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.subnav--programme i {
  color: orange;
  margin-right: 10px;
  font-size: 10px;
}

@media (min-width: 1200px) {
  .subnav--programme i {
    font-size: 17px;
  }
}

.subnav--programme .btn-group {
  *zoom: 1;
  margin-top: 20px;
}

.subnav--programme .btn-group:before, .subnav--programme .btn-group:after {
  display: table;
  content: " ";
}

.subnav--programme .btn-group:after {
  clear: both;
}

.subnav--programme .studentcard-upload__button, .subnav--programme .button {
  width: 100%;
  height: 48px;
  padding: 7px 15px;
  color: #30303f;
  border: 1px solid #30303f;
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
}

@media (min-width: 768px) {
  .subnav--programme .studentcard-upload__button, .subnav--programme .button {
    padding: 15px 30px;
  }
}

.subnav--programme .big {
  display: none;
}

.subnav--programme .small {
  display: none;
}

@media (min-width: 1200px) {
  .subnav--programme .extrasmall {
    display: none;
  }
  .subnav--programme .small {
    display: block;
  }
}

@media (min-width: 1436px) {
  .subnav--programme .big {
    display: block;
  }
  .subnav--programme .small {
    display: none;
  }
}

.subnav--programme select {
  font-size: 14px;
}

.subnav--programme .accordion-content {
  margin-top: 60px;
}

#mail-programme-modal {
  display: none;
}

.mail-modal {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table__programme .empty-cell {
  border-bottom: 0px solid transparent;
}

.table__programme td,
.table__programme th {
  padding: 20px;
}

.table__programme td {
  font-size: 19px;
}

.table__programme p, .table__programme .subnav a, .subnav .table__programme a {
  margin-bottom: 0;
}

.table__programme button {
  height: 48px;
}

.table__programme tbody tr td:first-child {
  vertical-align: top;
}

.table__programme tbody tr td:first-child {
  width: 20%;
  color: #c7c7ca;
}

.table__programme tbody tr:last-child td {
  border-bottom: none;
}

.table__programme tbody th {
  border-bottom: none;
}

.table__programme tbody th:last-child {
  background-color: #f7f7f9;
}

@media (min-width: 768px) {
  .table__programme td,
  .table__programme th {
    padding: 20px 30px;
  }
}

.table__programme .programme-mobile {
  display: inline-block;
  color: #c7c7ca;
}

@media (min-width: 768px) {
  .table__programme .programme-mobile {
    display: none;
  }
}

.table__programme--workshops tr td:first-child,
.table__programme--workshops tr th:first-child {
  display: none;
}

@media (min-width: 768px) {
  .table__programme--workshops tr td:first-child,
  .table__programme--workshops tr th:first-child {
    display: table-cell;
  }
}

.table__programme--workshops .button, .table__programme--workshops .studentcard-upload__button {
  height: auto;
  padding: 15px 30px;
  float: none;
  display: inline-block;
  cursor: pointer;
  margin: 10px 0;
}

.table__programme--workshops .button:focus, .table__programme--workshops .studentcard-upload__button:focus {
  color: #30303f;
  border: 1px solid #30303f;
  background-color: #fff;
}

.table__programme--workshops .button.active, .table__programme--workshops .active.studentcard-upload__button {
  color: #fff;
  background-color: #30303f;
}

.accordion-content {
  display: none;
}

.workshop-info {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: white;
  transition: 0.5s;
}

.workshop-info.show {
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.workshop-info .pop-up__content {
  width: 100%;
  height: 100%;
  top: auto;
}

@media (min-width: 1024px) {
  .workshop-info {
    width: 75%;
  }
}

@media (min-width: 1436px) {
  .workshop-info {
    width: 50%;
  }
}

/* Speakers */
.grid--speakers a {
  text-decoration: none;
}

.speaker {
  margin-bottom: 30px;
  position: relative;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: hidden;
}

.speaker .speaker__img {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 57px;
}

.speaker .speaker__img:after {
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #30303f;
}

.speaker .speaker_info {
  z-index: 5;
  background: #f7f7f9;
  padding: 20px;
  position: absolute;
  top: calc(100% - 57px);
  left: 0;
  width: 100%;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.speaker .speaker_info h6 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.speaker .speaker_info p, .speaker .speaker_info .subnav a, .subnav .speaker .speaker_info a {
  line-height: 1.5;
  margin-bottom: 0;
  color: #c7c7ca;
}

.speaker .info__center {
  position: relative;
}

.speaker .info__center i {
  font-size: 10px;
  float: right;
  position: relative;
  top: 5px;
  color: #30303f;
}

.speaker:hover {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 8px 15px rgba(30, 30, 63, 0.3);
}

.speaker:hover .speaker__coloroverlay--hover {
  display: block;
}

.speaker:hover .speaker__img {
  background: rgba(39, 62, 84, 0.82);
}

.speaker:hover .speaker__img:after {
  opacity: 0.5;
}

.speaker:hover .speaker_info {
  background-color: white;
  -ms-transform: translateY(calc(-100% + 57px));
  transform: translateY(calc(-100% + 57px));
}

.speaker:hover .info__center i {
  color: #f29931;
}

.modaal__speaker {
  display: none;
}

.modaal-content-container {
  overflow-y: scroll;
}

@media (min-width: 1024px) {
  .modaal-content-container {
    overflow-y: auto;
  }
}

.modaal-inner-wrapper {
  padding: 0px;
}

.modaal-inner-wrapper .modaal-container {
  display: block;
}

@media (min-width: 768px) {
  .modaal-inner-wrapper {
    padding: 60px 25px;
  }
}

.pop-up__content-wrapper {
  height: calc(100% - 74px);
}

.pop-up__img {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  height: 60%;
}

.pop-up__img:after {
  background-color: #30303f;
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .pop-up__img {
    width: 40%;
    height: 100%;
  }
}

.pop-up__back-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background-color: white;
}

.pop-up__back {
  font-family: "freight-neo-pro", "Museo Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-variant: small-caps;
  text-decoration: none;
  color: #30303f;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  left: 20px;
  top: 42px;
}

.pop-up__back i {
  margin-right: 15px;
  color: #30303f;
  font-size: 14px;
}

.pop-up__back i:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .pop-up__back {
    left: 50px;
  }
}

.pop-up__content {
  *zoom: 1;
  position: absolute;
  width: 100%;
  top: 60%;
}

.pop-up__content:before, .pop-up__content:after {
  display: table;
  content: " ";
}

.pop-up__content:after {
  clear: both;
}

.pop-up__content i:hover {
  cursor: pointer;
}

.pop-up__content .pop-up__arrowhead-before {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.pop-up__content .pop-up__arrowhead-after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.pop-up__content .pop-up__content-text {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  margin: 100px 0;
  overflow-y: scroll;
}

.pop-up__content .pop-up__content-text h1 {
  margin-bottom: 0px;
}

.pop-up__content .pop-up__content-text h4 {
  font-family: "arno-pro-display", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  color: #3e3e4f;
  font-size: 24px;
  margin-bottom: 50px;
}

.pop-up__content .pop-up__content-text p, .pop-up__content .pop-up__content-text .subnav a, .subnav .pop-up__content .pop-up__content-text a {
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 23px;
  text-indent: 20px;
}

@media (min-width: 768px) {
  .pop-up__content .pop-up__content-text {
    padding: 0 20%;
    height: calc(100% - 100px);
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .pop-up__content {
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .pop-up__content .pop-up__content-text {
    overflow-y: scroll;
  }
}

.speaker__coloroverlay {
  height: 100%;
  width: 100%;
  background-color: #30303f;
  opacity: 0.5;
}

.speaker__coloroverlay--hover {
  display: none;
}

/* Congress location */
.content-block {
  *zoom: 1;
  border-top: 1px solid #c7c7ca;
  border-bottom: 1px solid #c7c7ca;
  margin-top: 50px;
  padding: 60px 0px;
}

.content-block:before, .content-block:after {
  display: table;
  content: " ";
}

.content-block:after {
  clear: both;
}

.content-block__text {
  padding-bottom: 30px;
}

.content-block__text .h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}

.content-block__text a {
  text-decoration: none;
}

.content-block__img {
  width: 100%;
  padding-bottom: 65%;
  box-shadow: 0px 8px 15px rgba(30, 30, 63, 0.3);
}

.map-location {
  margin-top: 35px;
  width: 100%;
  padding-bottom: 80%;
}

@media (min-width: 768px) {
  .content-block__img {
    width: 380px;
    height: 250px;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .content-block {
    margin-top: 110px;
    padding-top: 50px;
  }
  .content-block__text {
    float: left;
  }
  .content-block__img {
    float: right;
  }
}

@media (min-width: 1680px) {
  .content-block {
    padding: 60px 40px;
  }
  .content-block__text {
    padding: 50px 0 30px 70px;
  }
}

/* Hotel and Travel info */
.hotelinfo-icon {
  margin-right: 15px;
}

.hotel-image {
  width: 100%;
  height: 250px;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .hotel-image {
    width: 530px;
  }
}

@media (min-width: 1680px) {
  .hotel-image {
    position: absolute;
    right: 90px;
    margin-top: 75px;
    box-shadow: 0px 8px 15px rgba(30, 30, 63, 0.3);
  }
}

.hatbtn-wrapper {
  width: 100%;
  display: inline-block;
}

.hatbtn-wrapper a {
  height: auto;
  padding: 15px 30px;
  margin-bottom: 30px;
}

/* About */
.content-small {
  max-width: 630px;
}

/* Organisation */
.organisation-table td {
  font-size: 19px;
}

.organisation-table p, .organisation-table .subnav a, .subnav .organisation-table a {
  margin-bottom: 0;
}

.organisation-table .h3, .organisation-table .footer-smallhead, .organisation-table .sidenav .sidenav__head .sidenav__head__text, .sidenav .sidenav__head .organisation-table .sidenav__head__text, .organisation-table .sidenav--white .sidenav__head .sidenav__head__text, .sidenav--white .sidenav__head .organisation-table .sidenav__head__text {
  margin-bottom: 0;
  color: #60617f;
}

.organisation-table tbody tr td:first-child {
  vertical-align: top;
}

.organisation-table tbody tr td:first-child {
  width: 20%;
  color: #c7c7ca;
}

.organisation-table tbody tr:last-child td {
  border-bottom: none;
}

.organisation-table a {
  color: #f29931;
  font-weight: bold;
  text-decoration: none;
}

/* Scientific committee */
.s-committee {
  max-width: 630px;
}

.s-committee__member-wrapper {
  margin-bottom: 1em;
}

.s-committee__member {
  *zoom: 1;
  overflow: hidden;
}

.s-committee__member:before, .s-committee__member:after {
  display: table;
  content: " ";
}

.s-committee__member:after {
  clear: both;
}

.s-committee__member > * {
  float: left;
}

.s-committee__member i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 10px;
  font-size: 11px;
  margin: 0 15px;
  color: #f29931;
}

.s-committee__member p, .s-committee__member .subnav a, .subnav .s-committee__member a {
  color: #60617f;
  line-height: 1.5em;
  width: calc(100% - 37px);
}

.s-committee__member a {
  color: #f29931;
}

/* Contact */
.form--contact {
  max-width: 630px;
}

.form--contact p, .form--contact .subnav a, .subnav .form--contact a {
  color: #c7c7ca;
}

.form--contact__middle-text {
  margin-bottom: 5px;
  margin-top: 40px;
}

.image-link {
  display: table;
  width: 100px;
  margin-bottom: 65px;
}

/* Free communications */
.content-pushed {
  margin-left: 20px;
}

/* Accepted abstracts */
.table--accepted {
  display: block;
}

.table--accepted thead,
.table--accepted tbody,
.table--accepted tr,
.table--accepted td,
.table--accepted th {
  display: block;
}

.table--accepted td,
.table--accepted th {
  font-size: 19px;
  padding: 20px;
  border-bottom: 0;
}

.table--accepted td:nth-child(2),
.table--accepted th:nth-child(2) {
  padding: 0 20px;
}

.table--accepted th {
  color: #60617f;
  border-bottom: none;
  font-weight: normal;
}

.table--accepted thead {
  background-color: #f7f7f9;
}

.table--accepted td:last-child {
  border-bottom: 1px solid #ddd;
}

.table--accepted th:nth-child(n + 2) {
  display: none;
}

.table--accepted span {
  color: #c7c7ca;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .table--accepted {
    display: table;
  }
  .table--accepted thead,
  .table--accepted tbody {
    display: table-row-group;
  }
  .table--accepted tr {
    display: table-row;
  }
  .table--accepted td,
  .table--accepted th {
    display: table-cell;
    padding: 20px 10px;
  }
  .table--accepted td {
    border-bottom: 1px solid #ddd;
  }
  .table--accepted tr td:first-child,
  .table--accepted th:first-child {
    padding: 20px 40px;
  }
  .table--accepted tbody tr td:nth-child(n + 2) {
    width: 150px;
  }
  .table--accepted th:nth-child(n + 2) {
    display: table-cell;
  }
  .table--accepted span {
    display: none;
  }
}

@media (min-width: 1024px) {
  .table--accepted td,
  .table--accepted th {
    padding: 20px 10px;
  }
}

@media (min-width: 1200px) {
  .table--accepted td,
  .table--accepted th {
    padding: 20px 40px;
  }
  .table--accepted tbody tr td:nth-child(n + 2) {
    width: 200px;
  }
}

/* General info */
.gi-arrow {
  color: #f29931;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 10px;
  margin-right: 12px;
}

/* Sponsers and partners */
.sponsorsandpartners .page-footer {
  margin-top: -230px;
}

.sponsorsandpartners .page-wrap {
  padding-bottom: 230px;
}

.flex-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  margin-bottom: 50px;
}

.sponsor-container {
  margin: 50px 0px;
  padding: 0px 20px;
}

.sponsor-container--gold {
  width: 100%;
}

.sponsor-container--silver {
  width: 50%;
}

.sponsor-container--bronze {
  width: 50%;
}

@media (min-width: 480px) {
  .sponsor-container--gold {
    width: 50%;
  }
  .sponsor-container--silver {
    width: 33.33%;
  }
  .sponsor-container--bronze {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .sponsor-container--gold {
    width: 33.33%;
  }
  .sponsor-container--silver {
    width: 25%;
  }
  .sponsor-container--bronze {
    width: 25%;
  }
}

@media (min-width: 1436px) {
  .sponsor-container--gold {
    width: 33.33%;
  }
  .sponsor-container--silver {
    width: 25%;
  }
  .sponsor-container--bronze {
    width: 20%;
  }
}

@media (min-width: 1680px) {
  .sponsor-container--gold {
    width: 33.33%;
  }
  .sponsor-container--silver {
    width: 20%;
  }
  .sponsor-container--bronze {
    width: 16.66%;
  }
}

.sponsorlogo {
  padding-bottom: 50%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  display: block;
}

.hr-sponsors {
  margin-bottom: 50px;
}

.sponsorsandpartners .footer-sponsors-header {
  display: none;
}

.sponsorsandpartners .equal-h {
  display: none;
}

/* Press and media */
.table--pressandmedia {
  display: block;
}

.table--pressandmedia thead,
.table--pressandmedia tbody,
.table--pressandmedia tr,
.table--pressandmedia th,
.table--pressandmedia td {
  display: block;
}

.table--pressandmedia tr:last-child td {
  border-bottom: none;
}

.table--pressandmedia td {
  font-size: 21px;
  padding: 30px 0;
}

.table--pressandmedia th {
  color: #60617f;
  border-bottom: none;
  font-weight: normal;
  font-size: 32px;
  padding: 20px 40px;
}

.table--pressandmedia p, .table--pressandmedia .subnav a, .subnav .table--pressandmedia a {
  margin-bottom: 0;
}

.table--pressandmedia thead {
  background-color: #f7f7f9;
}

.table--pressandmedia thead th:last-child {
  display: none;
}

.table--pressandmedia tbody tr td:first-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.table--pressandmedia tbody td {
  vertical-align: top;
}

.table--pressandmedia tbody a {
  text-decoration: none;
  color: #c7c7ca;
}

.table--pressandmedia tbody a:hover {
  color: #30303f;
}

.table--pressandmedia tbody .icon {
  margin-right: 20px;
  color: #f29931;
}

.table--pressandmedia tbody .extra-info {
  font-style: italic;
  padding-left: 10px;
  color: #60617f;
}

@media (min-width: 480px) {
  .table--pressandmedia td {
    padding: 30px 40px;
  }
}

@media (min-width: 1200px) {
  .table--pressandmedia {
    display: table;
  }
  .table--pressandmedia thead,
  .table--pressandmedia tbody {
    display: table-header-group;
  }
  .table--pressandmedia tr {
    display: table-row;
  }
  .table--pressandmedia td,
  .table--pressandmedia th {
    display: table-cell;
  }
  .table--pressandmedia td:first-child {
    width: calc(100% - 400px);
  }
  .table--pressandmedia td:last-child {
    width: 400px;
  }
  .table--pressandmedia thead th:last-child {
    display: table-cell;
  }
  .table--pressandmedia tbody tr td:first-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .table--pressandmedia tbody tr:last-child td:first-child {
    border-bottom: none;
  }
}

/* Community */
.community .form--vertical {
  overflow: unset;
}

.community .intro {
  padding-bottom: 40px;
}

.button--linkedin {
  height: 48px;
  background-color: #0077b5;
  box-shadow: 0px 8px 15px rgba(30, 30, 63, 0.3);
  margin-top: 18px;
  padding: 0px 20px 0 13px;
}

.button--linkedin:hover {
  background-color: #0077b5;
}

.button--linkedin img {
  height: 20px;
  border-right: 1px solid white;
  margin-right: 10px;
  padding-right: 10px;
}

.button--linkedin span {
  position: relative;
  top: 2px;
  text-transform: none;
  font-size: 16px;
}

@media (min-width: 768px) {
  .button--linkedin {
    float: right;
  }
}

/* dashboard */
.dashboard .grid, .dashboard .grid--rev, .dashboard .grid--full {
  overflow: unset;
}

.process {
  *zoom: 1;
}

.process:before, .process:after {
  display: table;
  content: " ";
}

.process:after {
  clear: both;
}

.process input[type="text"] {
  width: 100%;
}

.process-list {
  margin: 0;
}

.process-list li {
  list-style-type: none;
}

.process-list select,
.process-list input {
  font-size: 18px;
}

.process-list .db-fi select {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .process-list .db-fi select {
    width: calc(100% - 72px);
    float: right;
  }
}

.accent {
  color: #f29931;
}

.subnav--db1 a.active {
  border-bottom: none;
}

.subnav--db1 ul {
  border-bottom: 1px solid #f29931;
}

.subnav--db1 li {
  text-align: center;
  width: 100%;
}

.subnav--db1 li:last-child {
  display: none;
}

@media (min-width: 768px) {
  .subnav--db1 ul {
    border-bottom: 1px solid #c7c7ca;
  }
  .subnav--db1 li:last-child {
    display: block;
  }
  .subnav--db1 li {
    text-align: left;
    width: auto;
  }
  .subnav--db1 a.active {
    border-bottom: 1px solid #f29931;
  }
}

.subnav--db2 {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .subnav--db2 {
    margin-bottom: 50px;
  }
}

.subnav--db2 .big {
  display: none;
}

.subnav--db2 .small {
  display: block;
}

@media (min-width: 768px) {
  .subnav--db2 .big {
    display: block;
  }
  .subnav--db2 .small {
    display: none;
  }
}

.subnav--db2 a {
  font-size: 16px;
  padding: 25px 15px;
}

.subnav--db2 .title-subnav {
  font-size: 19px;
  color: #30303f;
}

.subnav--db2 ul {
  border-bottom: 0px solid transparent;
}

.subnav--db2 ul li {
  float: none;
  padding: 10px 0;
}

.subnav--db2 ul li a {
  padding: 5px 15px;
}

@media (min-width: 1024px) {
  .subnav--db2 ul li {
    float: left;
    padding: 0px 0;
  }
  .subnav--db2 ul li a {
    padding: 25px 5px;
  }
}

.community .grid--db .grid__item:last-child {
  margin-top: 0;
}

.proceedings-nav li {
  margin-bottom: 20px;
  width: 100%;
}

.proceedings-nav li a.active {
  padding: 10px 28px;
}

@media (min-width: 1024px) {
  .proceedings-nav li {
    margin-bottom: 0;
    display: inline-block;
    width: auto;
  }
  .proceedings-nav li a.active {
    padding: 30px 28px;
  }
}

.proceedings-nav li:last-child {
  display: block;
}

.proceedings-nav a {
  border-bottom: 0px solid transparent;
}

.proceedings-nav a:hover {
  border-bottom: 0px solid transparent;
}

.download-PDF {
  width: 100%;
  height: 48px;
}

.download-PDF i {
  color: #f29931;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

@media (min-width: 768px) {
  .download-PDF {
    display: none;
  }
}

.db-fi > div,
.db-fi > select {
  float: left;
}

.db-fi select {
  width: calc(100% - 72px);
  float: right;
}

.db-fi-add {
  opacity: 0.5;
}

.process--add i {
  font-size: 34px;
  padding: 13px;
}

.process--cross i {
  font-size: 34px;
  padding: 13px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid--db .grid__item:last-child {
  margin-top: 40px;
}

@media (min-width: 1680px) {
  .grid--db .grid__item:last-child {
    margin-top: 0;
  }
}

.form--dashboard input[type="text"] {
  background-color: #fbfbfb;
}

.proceedings-info {
  margin-top: 120px;
  display: block;
}

/* =============================================================================
   PRINT
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  @page {
    margin: 2cm 0.5cm 1cm;
  }
  html {
    font-size: 10px;
  }
  * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .ir {
    text-indent: 0;
    overflow: visible;
    direction: inherit;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .page-footer,
  .main-nav {
    display: none;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--two-thirds {
    width: 66.66%;
  }
  .medium--one-third {
    width: 33.33%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-quarter {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .sidenav-wrapper {
    margin-bottom: 90px;
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    margin-top: 110px;
    z-index: 20;
  }
}

@media screen and (max-width: 1024px) {
  .sidenav-wrapper {
    height: auto !important;
  }
  .inner-wrapper-sticky {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

#Part_email,
#select--badge {
  margin-bottom: 10px;
}

.register-mail {
  margin-bottom: 30px;
  display: block;
  font-size: 14px;
}

.floating-label--container {
  width: 100%;
}

.register-student {
  padding-left: 45px;
  font-size: 14px;
  margin-top: 10px;
}

.grid--registrationform .help {
  margin-top: -15px;
  display: block;
  font-size: 14px;
}

.grid--registrationform .help_student {
  margin-top: 15px;
}

.grid--registrationform .grid__item {
  position: relative;
}

.promo-input {
  margin-bottom: 40px;
}

.promo-input input[type="text"] {
  border-bottom: 1px solid #B4B4B4;
  text-transform: uppercase;
  color: #B4B4B4;
}

.promo-input input[type="text"]:focus {
  border-bottom: 1px solid #f29931;
}

/* Tooltip container */
.tooltip {
  position: absolute;
  display: inline-block;
  z-index: 1;
  width: 15px;
  height: 15px;
  cursor: pointer;
  font-weight: bold;
  color: #51516a;
  text-align: center;
  top: 20px;
  right: 2px;
  line-height: 15px;
  font-size: 13px;
}

.tooltip:after {
  content: "";
  display: block;
  background-color: #fff;
  border: 2px solid #51516a;
  border-radius: 50px;
  width: 17px;
  height: 17px;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #51516a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  right: 0;
  top: 17px;
  border: 1px solid #51516a;
  font-weight: normal;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.ajax-loader-icon {
  background-image: url("../images/ajax-loader.gif");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 11px;
  line-height: 14px;
  height: 14px;
  width: 18px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a {
  margin-right: 5px;
  text-decoration: none;
  opacity: 0.5;
}

.pagination a:hover {
  opacity: 1;
}

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