@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i');

:root {
    --main-color: #004453;
    --main-light-color: #307584;
    --highlight-color: #ff8000;
    --highlight-border-color: #cc6600;
    --text-color: #222;
    --backgound-color: #ebf1ee;

    --selected-land: #a8aaa3;
    --hovered-selected-land: #91aa9d;

    --unselected-land: #d1dbbd;
    --hovered-unselected-land: var(--selected-land);

    --sea: #c3e9fb;
    --other-land: #fcfff5;
}

.page-item.active .page-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.page-link {
    color: var(--main-color);
}

.page-link:hover {
    color: var(--highlight-color);
}

.label {
    position: absolute;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    padding: 0.25rem 1.25rem 0.25rem 1.25rem;
    background: transparent \9;
}

.label.bachelor {
    background: var(--highlight-border-color);
}

.label.master {
    background: var(--highlight-color);
}


/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

* {
    box-sizing: border-box;
}

/* force scrollbar, prevents initial gap */
html {
    overflow-y: scroll;
}

.grid-item {
    float: left;
    margin-bottom: 1em;
    width: calc(275px - 1em);
}


/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    height: 100%;
    background: #fff;
    /* 1 */
    color: #000;
    /* 2 */
    font-family: sans-serif;
    /* 3 */
    -ms-text-size-adjust: 100%;
    /* 4 */
    -webkit-text-size-adjust: 100%;
    /* 4 */
}

/**
 * Remove default margin.
 */
body {
    height: 100%;
    min-height: 100%;
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    height: auto;
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
    resize: vertical;
}

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

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

html,
body {
    font-size: 100%;
}

body {
    background: var(--backgound-color);
    color: var(--text-color);
    padding: 0;
    margin: 0;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
    font-size: 20px;
}

a:hover {
    cursor: pointer;
}

a:focus {
    outline: none;
}

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

object,
embed {
    height: 100%;
}

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

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

.left {
    float: left !important;
}

.right {
    float: right !important;
}

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

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

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

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

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

/* Grid HTML Classes */

.column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

@media only screen {
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .small-1 {
        position: relative;
        width: 8.33333%;
    }

    .small-2 {
        position: relative;
        width: 16.66667%;
    }

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

    .small-4 {
        position: relative;
        width: 33.33333%;
    }

    .small-5 {
        position: relative;
        width: 41.66667%;
    }

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

    .small-7 {
        position: relative;
        width: 58.33333%;
    }

    .small-8 {
        position: relative;
        width: 66.66667%;
    }

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

    .small-10 {
        position: relative;
        width: 83.33333%;
    }

    .small-11 {
        position: relative;
        width: 91.66667%;
    }

    .small-12 {
        position: relative;
        width: 100%;
    }

    .small-offset-0 {
        position: relative;
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

    [class*="column"] + [class*="column"]:last-child {
        float: right;
    }

    [class*="column"] + [class*="column"].end {
        float: left;
    }

    .column.small-centered,
    .columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
    .large-1 {
        position: relative;
        width: 8.33333%;
    }

    .large-2 {
        position: relative;
        width: 16.66667%;
    }

    .large-3 {
        position: relative;
        width: 25%;
    }

    .large-4 {
        position: relative;
        width: 33.33333%;
    }

    .large-5 {
        position: relative;
        width: 41.66667%;
    }

    .large-6 {
        position: relative;
        width: 50%;
    }

    .large-7 {
        position: relative;
        width: 58.33333%;
    }

    .large-8 {
        position: relative;
        width: 66.66667%;
    }

    .large-9 {
        position: relative;
        width: 75%;
    }

    .large-10 {
        position: relative;
        width: 83.33333%;
    }

    .large-11 {
        position: relative;
        width: 91.66667%;
    }

    .large-12 {
        position: relative;
        width: 100%;
    }

    .row .large-offset-0 {
        position: relative;
        margin-left: 0;
    }

    .row .large-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .row .large-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .row .large-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .row .large-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .row .large-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .row .large-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .row .large-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .row .large-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .row .large-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .row .large-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    .row .large-offset-11 {
        position: relative;
        margin-left: 91.66667%;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

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

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

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

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

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

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

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

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

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column.large-centered,
    .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right !important;
    }
}

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
    display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
    display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
    display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
    display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
    display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
    display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
    display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
    display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
    display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
    .show-for-medium,
    .show-for-medium-up {
        display: inherit !important;
    }

    .show-for-small {
        display: none !important;
    }

    .hide-for-small {
        display: inherit !important;
    }

    .hide-for-medium,
    .hide-for-medium-up {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
        display: table;
    }

    thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
        display: table-header-group !important;
    }

    tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
        display: table-row-group !important;
    }

    tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
        display: table-row !important;
    }

    td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up,
    th.hide-for-small {
        display: table-cell !important;
    }
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
    .show-for-large,
    .show-for-large-up {
        display: inherit !important;
    }

    .show-for-medium,
    .show-for-medium-down {
        display: none !important;
    }

    .hide-for-medium,
    .hide-for-medium-down {
        display: inherit !important;
    }

    .hide-for-large,
    .hide-for-large-up {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
        display: table;
    }

    thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
        display: table-header-group !important;
    }

    tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
        display: table-row-group !important;
    }

    tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
        display: table-row !important;
    }

    td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down {
        display: table-cell !important;
    }
}

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
    .show-for-xlarge {
        display: inherit !important;
    }

    .show-for-large,
    .show-for-large-down {
        display: none !important;
    }

    .hide-for-large,
    .hide-for-large-down {
        display: inherit !important;
    }

    .hide-for-xlarge {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
        display: table;
    }

    thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
        display: table-header-group !important;
    }

    tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
        display: table-row-group !important;
    }

    tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
        display: table-row !important;
    }

    td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
    th.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down {
        display: table-cell !important;
    }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

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

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

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

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    /* Specific visilbity for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}

/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -0.625em;
        *zoom: 1;
    }

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-1 > li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-1 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .small-block-grid-2 > li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-2 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .small-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-3 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .small-block-grid-4 > li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-4 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .small-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-5 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .small-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-6 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .small-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-7 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .small-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-8 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .small-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-9 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .small-block-grid-10 > li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-10 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .small-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-11 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .small-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

    .small-block-grid-12 > li:nth-of-type(n) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
    /* Remove small grid clearing */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: none;
    }

    .large-block-grid-1 > li {
        width: 100%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-1 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

    .large-block-grid-2 > li {
        width: 50%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-2 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

    .large-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-3 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

    .large-block-grid-4 > li {
        width: 25%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-4 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

    .large-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-5 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

    .large-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-6 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

    .large-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-7 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

    .large-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-8 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

    .large-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-9 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

    .large-block-grid-10 > li {
        width: 10%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-10 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

    .large-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-11 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

    .large-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.625em 1.25em;
    }

    .large-block-grid-12 > li:nth-of-type(n) {
        clear: none;
    }

    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both;
    }
}

p.lead {
    font-size: 1.21875em;
    line-height: 1.6;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

/* Default Link Styles */
a {
    color: var(--highlight-color);
    text-decoration: none !important;
    line-height: inherit;
}

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

a img {
    border: none;
}

/* Default paragraph styles */
p {
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
    font-family: 'Alegreya', serif;
}

.body{
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Alegreya', serif;
    line-height: 1.6;
    font-weight: normal;
}

.course-description{
    font-size: 1.2em;
    width: 100%;
}


p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    /* font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; */
    font-weight: 700;
    font-style: normal;
    color: var(--text-color);
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2125em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}

h1 {
    font-size: 0.75em;
}

h2 {
    font-size: 0.5em;
}

h3 {
    font-size: 0.625em;
}

h4 {
    font-size: 0.5625em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

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

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

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    list-style-position: outside;
    font-family: inherit;
}

ul, ol {
    margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
    font-size: 1em;
    /* Override nested font-size change */
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit;
}

ul.square {
    list-style-type: square;
}

ul.circle {
    list-style-type: circle;
}

ul.disc {
    list-style-type: disc;
}

ul.no-bullet {
    list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
    margin-left: 1.25em;
    margin-bottom: 0;
}

/* Definition Lists */
dl dt {
    margin-bottom: 0.3em;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75em;
    font-family: 'Alegreya', serif;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: var(--text-color);
    border-bottom: 1px dotted #ddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

/* Blockquotes */
blockquote {
    margin: 0 0 1.25em;
    padding: 0.5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #555555;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25em 0;
    border: 1px solid #ddd;
    padding: 0.625em 0.75em;
}

.vcard li {
    margin: 0;
    display: block;
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375em;
}

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 1.375em;
    }

    h2 {
        font-size: 1.1em;
    }

    h3 {
        font-size: 0.9375em;
    }

    h4 {
        font-size: 0.875em;
    }
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

button, .button {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0.75em 1.5em 0.8125em;
    font-size: 1em;
    background-color: var(--highlight-color);
    border-color: var(--highlight-border-color);
    color: #fff;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: var(--highlight-border-color);
}

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

button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #d0d0d0;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: #333;
}

button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #457a1a;
}

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

button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #970b0e;
}

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

button.large, .button.large {
    padding: 1em 2em 1.0625em;
    font-size: 1.25em;
}

button.small, .button.small {
    padding: 0.5625em 1.125em 0.625em;
    font-size: 0.8125em;
}

button.tiny, .button.tiny {
    padding: 0.4375em 0.875em 0.5em;
    font-size: 0.6875em;
}

button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em;
}

button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: var(--highlight-color);
    border-color: var(--highlight-border-color);
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: var(--highlight-border-color);
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: #fff;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: var(--highlight-color);
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #d0d0d0;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: #333;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #e9e9e9;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #457a1a;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: #fff;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #5da423;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #970b0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: #fff;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #c60f13;
}

button, .button {
    padding-top: 0.8125em;
    padding-bottom: 0.75em;
    -webkit-appearance: none;
}

button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none;
}

button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none;
}

button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none;
}

@media only screen {
    button, .button {
        transition: background-color 300ms ease-out;
    }

    button:active, .button:active {
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    }

    button.radius, .button.radius {
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    button.round, .button.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }
}

@media only screen and (min-width: 768px) {
    button, .button {
        display: inline-block;
        width: 100%;
    }
}

/* Standard Forms */
form {
    margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
    margin: 0 -0.5em;
}

form .row .row .column,
form .row .row .columns {
    padding: 0 0.5em;
}

form .row .row.collapse {
    margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.5em;
}

/* Label Styles */
label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
    /* Styles for required inputs */
}

label.right {
    float: none;
    text-align: right;
}

label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0;
}

label small {
    text-transform: capitalize;
    color: #666666;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875em;
    height: 2.3125em;
    line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
    padding: 0;
    text-align: center;
    line-height: 2.125em;
}

.prefix.button {
    padding: 0;
    text-align: center;
    line-height: 2.125em;
}

.prefix.button.radius {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.postfix.button.radius {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.prefix.button.round {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-radius: 1000px 0 0 1000px;
    border-radius: 1000px 0 0 1000px;
}

.postfix.button.round {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-radius: 0 1000px 1000px 0;
    border-radius: 0 1000px 1000px 0;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-right: none;
    color: #333;
}

span.prefix.radius, label.prefix.radius {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-color: #cccccc;
    border-left: none;
    color: #333;
}

span.postfix.radius, label.postfix.radius {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-group.round > *:first-child, .input-group.round > *:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.input-group.round > *:last-child, .input-group.round > *:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #ddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1em 0;
}

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* We add basic fieldset styling */
fieldset {
    border: solid 1px #ddd;
    padding: 1.25em;
    margin: 1.125em 0;
}

fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0 0 0 -0.1875em;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: #fff;
    margin-top: 0;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: #fff;
}

.error input,
.error textarea,
.error select {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    margin-bottom: 0;
}

.error input:focus,
.error textarea:focus,
.error select:focus {
    background: #fafafa;
    border-color: #999999;
}

.error label,
.error label.error {
    color: #c60f13;
}

.error small.error {
    display: block;
    padding: 0.375em 0.25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 0.75em;
    font-weight: bold;
    background: #c60f13;
    color: #fff;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

input.error:focus,
textarea.error:focus {
    background: #fafafa;
    border-color: #999999;
}

.error select {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

.error select:focus {
    background: #fafafa;
    border-color: #999999;
}

label.error {
    color: #c60f13;
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
    margin-left: -99999px;
    position: absolute;
    visibility: hidden;
}

form.custom .custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    /* fix centering issue */
    vertical-align: middle;
    border: solid 1px #ccc;
    background: #fff;
}

form.custom .custom.checkbox {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: -1px;
}

form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 3px;
}

form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: #fff;
}

form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: var(--text-color);
    position: relative;
}

form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: var(--text-color);
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
form.custom {
    /* Custom input, disabled */
}

form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top;
}

form.custom .custom.dropdown ul {
    overflow-y: auto;
    max-height: 200px;
}

form.custom .custom.dropdown .current {
    cursor: default;
    white-space: nowrap;
    line-height: 2.25em;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-left: 0.5em;
    margin-right: 2.3125em;
}

form.custom .custom.dropdown .selector {
    cursor: default;
    position: absolute;
    width: 2.5em;
    height: 2.3125em;
    display: block;
    right: 0;
    top: 0;
}

form.custom .custom.dropdown .selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset transparent;
    border-top: solid #aaa;
    position: absolute;
    left: 0.9375em;
    top: 50%;
    margin-top: -3px;
}

form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset transparent;
    border-top: solid var(--text-color);
}

form.custom .custom.dropdown .disabled {
    color: #888;
}

form.custom .custom.dropdown .disabled:hover {
    background: transparent;
    color: #888;
}

form.custom .custom.dropdown .disabled:hover:after {
    display: none;
}

form.custom .custom.dropdown.open ul {
    display: block;
    z-index: 10;
    min-width: 100%;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

form.custom .custom.dropdown.small {
    max-width: 134px;
}

form.custom .custom.dropdown.medium {
    max-width: 254px;
}

form.custom .custom.dropdown.large {
    max-width: 434px;
}

form.custom .custom.dropdown.expand {
    width: 100% !important;
}

form.custom .custom.dropdown.open.small ul {
    min-width: 134px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.custom .custom.dropdown.open.medium ul {
    min-width: 254px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.custom .custom.dropdown.open.large ul {
    min-width: 434px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form.custom .error .custom.dropdown {
    border-color: #c60f13;
    background: rgba(198, 15, 19, 0.1);
    margin-bottom: 0;
}

form.custom .error .custom.dropdown:focus {
    background: #fafafa;
    border-color: #999999;
}

form.custom .error .custom.dropdown + small.error {
    margin-top: 0;
}

form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px;
}

form.custom .custom.dropdown ul li {
    color: #555;
    font-size: 0.875em;
    cursor: default;
    padding: 0.25em 2.375em 0.25em 0.375em;
    min-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}

form.custom .custom.dropdown ul li.selected {
    background: #eeeeee;
    color: #000;
}

form.custom .custom.dropdown ul li:hover {
    background-color: #e4e4e4;
    color: #000;
}

form.custom .custom.dropdown ul li.selected:hover {
    background: #eeeeee;
    cursor: default;
    color: #000;
}

form.custom .custom.dropdown ul.show {
    display: block;
}

form.custom .custom.disabled {
    background: #ddd;
}

/* Button Groups */
.button-group {
    list-style: none;
    margin: 0;
    *zoom: 1;
}

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

.button-group:after {
    clear: both;
}

.button-group > * {
    margin: 0 0 0 -1px;
    float: left;
}

.button-group > *:first-child {
    margin-left: 0;
}

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

.button-group.even-2 li {
    width: 50%;
}

.button-group.even-2 li button, .button-group.even-2 li .button {
    width: 100%;
}

.button-group.even-3 li {
    width: 33.33333%;
}

.button-group.even-3 li button, .button-group.even-3 li .button {
    width: 100%;
}

.button-group.even-4 li {
    width: 25%;
}

.button-group.even-4 li button, .button-group.even-4 li .button {
    width: 100%;
}

.button-group.even-5 li {
    width: 20%;
}

.button-group.even-5 li button, .button-group.even-5 li .button {
    width: 100%;
}

.button-group.even-6 li {
    width: 16.66667%;
}

.button-group.even-6 li button, .button-group.even-6 li .button {
    width: 100%;
}

.button-group.even-7 li {
    width: 14.28571%;
}

.button-group.even-7 li button, .button-group.even-7 li .button {
    width: 100%;
}

.button-group.even-8 li {
    width: 12.5%;
}

.button-group.even-8 li button, .button-group.even-8 li .button {
    width: 100%;
}

.button-bar {
    *zoom: 1;
}

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

.button-bar:after {
    clear: both;
}

.button-bar .button-group {
    float: left;
    margin-right: 0.625em;
}

.button-bar .button-group div {
    overflow: hidden;
}

/* Dropdown Button */
.dropdown.button {
    position: relative;
    padding-right: 3.1875em;
}

.dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%;
}

.dropdown.button:before {
    border-width: 0.5625em;
    right: 1.5em;
    margin-top: -0.25em;
}

.dropdown.button:before {
    border-color: #fff transparent transparent transparent;
}

.dropdown.button.tiny {
    padding-right: 2.1875em;
}

.dropdown.button.tiny:before {
    border-width: 0.4375em;
    right: 0.875em;
    margin-top: -0.15625em;
}

.dropdown.button.tiny:before {
    border-color: #fff transparent transparent transparent;
}

.dropdown.button.small {
    padding-right: 2.8125em;
}

.dropdown.button.small:before {
    border-width: 0.5625em;
    right: 1.125em;
    margin-top: -0.21875em;
}

.dropdown.button.small:before {
    border-color: #fff transparent transparent transparent;
}

.dropdown.button.large {
    padding-right: 4em;
}

.dropdown.button.large:before {
    border-width: 0.625em;
    right: 1.75em;
    margin-top: -0.3125em;
}

.dropdown.button.large:before {
    border-color: #fff transparent transparent transparent;
}

.dropdown.button.secondary:before {
    border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
.split.button {
    position: relative;
    padding-right: 4.8em;
}

.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px;
}

.split.button span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    left: 50%;
}

.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.split.button span {
    border-left-color: #b35a00;
}

.split.button span {
    width: 3em;
}

.split.button span:before {
    border-top-style: solid;
    border-width: 0.5625em;
    top: 1.125em;
    margin-left: -0.5625em;
}

.split.button span:before {
    border-color: #fff transparent transparent transparent;
}

.split.button.secondary span {
    border-left-color: #c3c3c3;
}

.split.button.secondary span:before {
    border-color: #fff transparent transparent transparent;
}

.split.button.alert span {
    border-left-color: #7f0a0c;
}

.split.button.success span {
    border-left-color: #396516;
}

.split.button.tiny {
    padding-right: 3.9375em;
}

.split.button.tiny span {
    width: 2.84375em;
}

.split.button.tiny span:before {
    border-top-style: solid;
    border-width: 0.4375em;
    top: 0.875em;
    margin-left: -0.3125em;
}

.split.button.small {
    padding-right: 3.9375em;
}

.split.button.small span {
    width: 2.8125em;
}

.split.button.small span:before {
    border-top-style: solid;
    border-width: 0.5625em;
    top: 0.84375em;
    margin-left: -0.5625em;
}

.split.button.large {
    padding-right: 6em;
}

.split.button.large span {
    width: 3.75em;
}

.split.button.large span:before {
    border-top-style: solid;
    border-width: 0.625em;
    top: 1.3125em;
    margin-left: -0.5625em;
}

.split.button.expand {
    padding-left: 2em;
}

.split.button.secondary span:before {
    border-color: #333 transparent transparent transparent;
}

.split.button.radius span {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.split.button.round span {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

/* Flex Video */
.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

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

@media only screen and (max-width: 768px) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important;
    }

    .orbit-stack-on-small .orbit-slides-container > * {
        position: relative;
        margin-left: 0 !important;
    }

    .orbit-stack-on-small .orbit-timer,
    .orbit-stack-on-small .orbit-next,
    .orbit-stack-on-small .orbit-prev,
    .orbit-stack-on-small .orbit-bullets {
        display: none;
    }
}

/* Foundation Alerts */
.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 0.6875em;
    font-size: 0.875em;
    background-color: var(--highlight-color);
    color: #fff;
}

.alert-box .close {
    font-size: 2.3em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
}

.alert-box .close:hover, .alert-box .close:focus {
    opacity: 0.5;
}

.alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff;
}

.alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
}

.alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050;
}

/* Keystroke Characters */
.keystroke,
kbd {
    background-color: #ededed;
    border-color: #dbdbdb;
    color: var(--text-color);
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: "Consolas", "Menlo", "Courier", monospace;
    font-size: 0.875em;
    padding: 0.125em 0.25em 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* Inline Lists */
.inline-list {
    margin: 0 0 1.0625em -1.375em;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-weight: 500;
}

.inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block;
}

.inline-list > li > * {
    display: block;
}

/* Progress Bar */
.progress {
    background-color: transparent;
    height: 1.5625em;
    border: 1px solid #cccccc;
    padding: 0.125em;
    margin-bottom: 0.625em;
}

.progress .meter {
    background: var(--highlight-color);
    height: 100%;
    display: block;
}

.progress.secondary .meter {
    background: #e9e9e9;
    height: 100%;
    display: block;
}

.progress.success .meter {
    background: #5da423;
    height: 100%;
    display: block;
}

.progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block;
}

.progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress.radius .meter {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.progress.round .meter {
    -webkit-border-radius: 999px;
    border-radius: 999px;
}

/* Foundation Switches */
@media only screen {
    div.switch {
        position: relative;
        width: 100%;
        padding: 0;
        display: block;
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 1.25em;
        -webkit-animation: webkitSiblingBugfix infinite 1s;
        height: 36px;
        background: #fff;
        border-color: #cccccc;
    }

    div.switch label {
        position: relative;
        left: 0;
        z-index: 2;
        float: left;
        width: 50%;
        height: 100%;
        margin: 0;
        font-weight: bold;
        text-align: left;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

    div.switch input {
        position: absolute;
        z-index: 3;
        opacity: 0;
        width: 100%;
        height: 100%;
        -moz-appearance: none;
    }

    div.switch input:hover, div.switch input:focus {
        cursor: pointer;
    }

    div.switch span:last-child {
        position: absolute;
        top: -1px;
        left: -1px;
        z-index: 1;
        display: block;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

    div.switch input:not(:checked) + label {
        opacity: 0;
    }

    div.switch input:checked {
        display: none !important;
    }

    div.switch input {
        left: 0;
        display: block !important;
    }

    div.switch input:first-of-type + label,
    div.switch input:first-of-type + span + label {
        left: -50%;
    }

    div.switch input:first-of-type:checked + label,
    div.switch input:first-of-type:checked + span + label {
        left: 0;
    }

    div.switch input:last-of-type + label,
    div.switch input:last-of-type + span + label {
        right: -50%;
        left: auto;
        text-align: right;
    }

    div.switch input:last-of-type:checked + label,
    div.switch input:last-of-type:checked + span + label {
        right: 0;
        left: auto;
    }

    div.switch span.custom {
        display: none !important;
    }

    form.custom div.switch .hidden-field {
        margin-left: auto;
        position: absolute;
        visibility: visible;
    }

    div.switch label {
        padding: 0 0.375em;
        line-height: 2.3em;
        font-size: 0.875em;
    }

    div.switch input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -2.1875em;
    }

    div.switch span:last-child {
        width: 2.25em;
        height: 2.25em;
    }

    div.switch span:last-child {
        border-color: #b3b3b3;
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
        background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
        background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
        -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
        box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    }

    div.switch:hover span:last-child, div.switch:focus span:last-child {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
        background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
        background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
    }

    div.switch:active {
        background: transparent;
    }

    div.switch.large {
        height: 44px;
    }

    div.switch.large label {
        padding: 0 0.375em;
        line-height: 2.3em;
        font-size: 1.0625em;
    }

    div.switch.large input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -2.6875em;
    }

    div.switch.large span:last-child {
        width: 2.75em;
        height: 2.75em;
    }

    div.switch.small {
        height: 28px;
    }

    div.switch.small label {
        padding: 0 0.375em;
        line-height: 2.1em;
        font-size: 0.75em;
    }

    div.switch.small input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -1.6875em;
    }

    div.switch.small span:last-child {
        width: 1.75em;
        height: 1.75em;
    }

    div.switch.tiny {
        height: 22px;
    }

    div.switch.tiny label {
        padding: 0 0.375em;
        line-height: 1.9em;
        font-size: 0.6875em;
    }

    div.switch.tiny input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -1.3125em;
    }

    div.switch.tiny span:last-child {
        width: 1.375em;
        height: 1.375em;
    }

    div.switch.radius {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    div.switch.radius span:last-child {
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    div.switch.round {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
    }

    div.switch.round span:last-child {
        -webkit-border-radius: 999px;
        border-radius: 999px;
    }

    div.switch.round label {
        padding: 0 0.5625em;
    }

    @-webkit-keyframes webkitSiblingBugfix {
        from {
            position: relative;
        }
        to {
            position: relative;
        }
    }
}

/* Image Thumbnails */
.th {
    line-height: 0;
    display: inline-block;
    border: solid 4px #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(255, 128, 0, 0.5);
    box-shadow: 0 0 6px 1px rgba(255, 128, 0, 0.5);
}

.th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.th {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .f-dropdown {
        max-width: 100%;
        left: 0;
    }
}

/* Foundation Dropdowns */
.f-dropdown {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    margin-top: 2px;
    max-width: 200px;
}

.f-dropdown > *:first-child {
    margin-top: 0;
}

.f-dropdown > *:last-child {
    margin-bottom: 0;
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px inset transparent;
    border-bottom: solid #fff;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99;
}

.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px inset transparent;
    border-bottom: solid #cccccc;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98;
}

.f-dropdown.right:before {
    left: auto;
    right: 10px;
}

.f-dropdown.right:after {
    left: auto;
    right: 9px;
}

.f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
    background: #eeeeee;
}

.f-dropdown li a {
    display: block;
    padding: 0.3125em 0.625em;
    color: #555;
}

.f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px;
}

.f-dropdown.content > *:first-child {
    margin-top: 0;
}

.f-dropdown.content > *:last-child {
    margin-bottom: 0;
}

.f-dropdown.tiny {
    max-width: 200px;
}

.f-dropdown.small {
    max-width: 300px;
}

.f-dropdown.medium {
    max-width: 500px;
}

.f-dropdown.large {
    max-width: 800px;
}

/* Project specific styles */
.wrapper {
    margin: 0 auto -4em;
    /* the bottom margin is the negative value of the footer's height */
    background: var(--backgound-color);
}

.main {
    max-width: 62.5em;
    margin: 0 auto;
    padding: 2em 0 0;
    background: #fff;
}

.downloadbereich {
    padding-bottom: 1em;
}

.downloadbereich li {
    margin-left: 1.2em;
    list-style: none;
}

.downloadbereich li :before {
    content: '↪ ';
    margin-left: -1.2em;
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.header-page {
    border-bottom: 4px solid var(--main-light-color);
    color: #fff;
    background: var(--main-color);
    text-align: center;
}

.header-page a {
    color: #fff;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.header-page a:hover {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.title-page {
    padding: 0.5em 1em 0.35714em;
    font-size: 1.75em;
    font-weight: 400;
    margin: auto;
}

.title-page a {
    padding: 0 .2em;
    font-style: italic;
    font-weight: 500;
}

.footer-page {
    width: 100%;
    height: 4em;
    border-top: 4px solid var(--main-light-color);
    color: #fff;
    background: var(--main-color);
    margin-top: 4em;
}

.scrolltop {
    display: block;
    width: 40px;
    height: 20px;
    margin: 1em auto;
    background: url("../img/scrolltop.png") scroll no-repeat 0 0 transparent;
}

.nav-footer {
    overflow: hidden;
    padding: 1em 0 0;
}

.nav-footer ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0 0 0 -1.375em;
    float: right;
}

.nav-footer ul > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block;
}

.nav-footer ul > li > * {
    display: block;
}

.nav-footer a {
    color: #fff;
    transition: color .4s;
}

nav a:hover {
    color: var(--highlight-color);
}

.basic-content {
    padding: 1em 0 3em;
}

.home-intro {
    font-size: 0.8125em;
}

.home-intro h1 {
    font-size: 1.25em;
}

.home-blog {
    display: flex;
}

.home-blog .home-intro {
    align-items: stretch;
    width: 50%;
    padding-bottom: 2em;
}

.home-blog .home-intro button {
    position: absolute;
    bottom: 0;
}

/* Home courses */
.home-courses {
    padding: .8em 0 2em;
    font-size: 0.8125em;
}

.home-courses ul {
    overflow: hidden;
    margin: 1em auto;
    padding: 0;
    list-style: none;
    width: auto;
}

.home-course-card {
    overflow: hidden;
    float: left;
    cursor: pointer;
    width: 100%;
}

.home-course-card a:hover {
    text-decoration: underline;
}

.home-course-card-inner {
    transition: background .3s ease-in-out;
    width: 100%;
}

.home-course-card-top {
    position: relative;
    display: table;
    width: 100%;
    height: 25px;
    padding: 0;
}

.home-course-card-top .course-type {
    display: table-cell;
    padding: 0 2em;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.home-course-card-content {
    width: 100%;
    margin: auto;
    padding: 0;
}

.home-course-card-content dl {
    overflow: hidden;
    margin: 0;
    padding: 1em .8em 0;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.home-course-card-content dt {
    margin-bottom: 0;
    padding-bottom: .2em;
    line-height: 1.2em;
}

.home-course-card-content dt:after {
    content: ':';
}

.home-course-card-content dd p {
    margin: 0;
}

.course-image-holder {
    position: relative;
}

.course-image-description {
    display: none;
    position: absolute;
    bottom: 4px;
    right: 4px;
    padding: .4em .4em .2em;
    color: #333;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    font-size: .7em;
}

.home-course-berufsperspektiven,
.home-course-studieninhalte,
.home-course-gut-zu-wissen,
.home-course-voraussetzungen-url {
    display: none;
}

.home-course-details {
    display: none;
    float: left;
    width: 400px;
    margin: 0 0 2em 2em;
    padding: 3em 0 2em;
}

.home-course-details p {
    margin: 0 0 .8em;
}

.course-details-contact {
    padding: .4em 0;
}

.course-details-contact dt, .course-details-contact dd {
    margin: 0;
    padding: .8em 0 0;
    float: left;
    line-height: 1.3;
}

.course-details-contact dt {
    clear: both;
    margin: 0 .4em 0 0;
    font-weight: 400;
}

.course-details-contact dt:after {
    content: ':';
}

.home-course-large {
    overflow: hidden;
    width: 100% !important;
    padding-bottom: 2em;
}

.home-course-large .home-course-card {
    max-width: 480px;
    width: 100%;
}

.home-course-large .home-course-card-top {
    padding-top: .4em;
    padding-bottom: .3em;
}

.home-course-large .home-course-card-top .course-type {
    padding-left: 1.4em;
    font-size: 1.125em;
}

.home-course-large .home-course-card-content dl {
    min-height: 40em;
    font-size: 1.1em;
}

.home-course-large .home-course-card-content dt, .home-course-large .home-course-card-content dd {
    float: left;
    line-height: 1.3;
}

.home-course-large .home-course-card-content dt {
    clear: both;
    width: 30%;
}

.home-course-large .home-course-card-content dd {
    width: 70%;
}

.home-course-large .course-image-description {
    display: block;
}

.home-course-large .home-course-berufsperspektiven,
.home-course-large .home-course-studieninhalte,
.home-course-large .home-course-gut-zu-wissen,
.home-course-large .home-course-voraussetzungen-url {
    display: block;
}

.home-course-large .home-course-details {
    display: block;
}

.home-courses-filter {
    display: none;
    background: var(--main-color);
    font-size: 1.2em;
    font-weight: 400;
}

.home-courses-filter.active {
    display: block;
}

.home-courses-filter .close {
    color: white !important;
}

.home-courses-filter-city {
    font-weight: 700;
}

.secondaries {
    display: none;
    padding: 1.4em 0.9375em 2em;
}

.secondaries.active {
    display: block;
}

.secondaries ul {
    list-style: none;
}

@media only screen and (max-width: 480px) {
    .home-course-large .home-course-card, .home-course-large .home-course-details {
        width: 90%;
    }

    .home-course-large .home-course-card-content dt, .home-course-large .home-course-card-content dd {
        width: 100%;
    }
}

.home-map {
    position: relative;
    overflow: hidden;
}

/*.home-map svg {*/
/*width: -webkit-fill-available;*/
/*}*/

.home-map .background {
    fill: var(--sea);
    pointer-events: all;
    width: 100%;
}

.home-map .lake path {
    fill: var(--sea);
}

.home-map .country path,
.home-map .state path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-linecap: round;
    pointer-events: all;
    -webkit-transition: fill 1s ease-in-out;
    transition: fill .4s ease-in-out;
}

.home-map .country path {
    fill: var(--other-land);
}

.home-map .state path,
.home-map .country-aut path,
.home-map .country-che path {
    fill: var(--unselected-land);
}

.home-map .country-nl1 path,
.home-map .country-bel path {
    fill: var(--selected-land);
}

.home-map .state path,
.home-map .country-deu path,
.home-map .country-aut path,
.home-map .country-che path {
    cursor: pointer;
}

.home-map .state:hover path,
.home-map .country-aut:hover path,
.home-map .country-che:hover path {
    fill: #b9c1a7;
}

.home-map .state .active,
.home-map .country .active {
    fill: var(--hovered-selected-land);
}

.home-map .state .active:hover,
.home-map .country .active:hover {
    fill: #7b9085;
}

.home-map .tooltip-wrapper {
    position: absolute;
    opacity: 0;
    padding: 0 0 32px 23px;
    text-align: center;
    pointer-events: none;
}

.home-map .tooltip {
    padding: 0.3125em;
    background: #ff8c00;
    font-size: 1.125em;
    color: #fff;
}

.city {
    cursor: pointer;
    pointer-events: none;
}

.centered .city {
    pointer-events: all;
}

.city-primaries .city-marker-out
{
    fill: var(--highlight-color);
    stroke: none;
}

.city-primaries .city-marker-mid {
    fill: var(--highlight-color);
}
.city-primaries .city-marker-in{
    fill: var(--highlight-color);
}

.city-secondaries .city-marker-out{
    fill: var(--highlight-color);
    stroke: none;
}
.city-secondaries .city-marker-mid {
    fill: #fff;
}
.city-secondaries .city-marker-in{
    fill: #fff;
}


.home-map-help {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.map-ready .home-map-help {
    display: block;
}

.home-map-legend,
.home-map-directions {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.home-map-directions {
    opacity: 1;
}

.home-map-directions span {
    display: inline-block;
    padding: 0 .4em;
    float: right;
    clear: right;
    background: #fff;
    line-height: 1.4;
}

.home-map-legend {
    opacity: 0;
    list-style: none;
}

.home-map-legend li {
    display: inline-block;
    float: right;
    clear: right;
    margin: 0;
    background: #fff;
    font-size: 0.9em;
}

.home-map-legend svg {
    position: relative;
    margin: 0.4em 0.4em 0.4em 0.4em;
    float: left;
}

.home-map.centered .home-map-directions {
    opacity: 0;
}

.home-map.centered .home-map-legend {
    opacity: 1;
}

.course-add-intro {
    margin-top: 2em;
    color: #6f6f6f;
}

form small.counter-char {
    display: block;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    padding: 0.375em 0.25em;
    background: #e9e9e9;
    font-weight: 400;
    font-size: 0.75em;
}

form small.counter-char.error {
    display: block;
    margin-top: -1.3125em;
}

form .error small.counter-char {
    margin-bottom: 0;
    border: 1px solid var(--highlight-border-color);
}

#course-prospects {
    min-height: 7em;
}

/* File upload button */
#fieldset-image-upload label {
    display: none;
}

#fieldset-image-upload .preview {
    display: none;
    padding: .8em 0 .4em;
}

#fieldset-image-upload .preview .th {
    max-width: 50%;
    margin: 0 3% 1em 0;
}

#fieldset-image-upload .preview small.error {
    display: block;
}

#fieldset-image-upload .description {
    display: block;
    margin: .4em 0;
    color: #6f6f6f;
    line-height: 1.5;
}

.button-image-upload {
    overflow: hidden;
    position: relative;
    margin: .4em 0;
    cursor: pointer;
}

.button-image-upload input {
    display: block;
    position: absolute;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.course-add-again {
    padding-top: 2em;
    padding-bottom: 2em;
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
}

.flexslider li {
    list-style: none;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    display: none;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon", sans-serif;
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.no-js .no-js-hide {
    display: none;
}

.no-js-msg {
    display: none;
}

.no-js .no-js-msg {
    display: block;
}

.no-js .no-svg-msg {
    display: none;
}

.svg .no-svg-msg {
    display: none;
}

.alert-box.error {
    line-height: 1.4;
}

.alert-box.error a {
    color: #7b68ee;
}

.alert-box.error a:hover {
    color: #0000cd;
    text-decoration: underline;
}

.hide-text, .scrolltop {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

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

.nav-header li {
    display: inline;
    margin: 0;
}

.nav-header a {
    display: inline-block;
    padding: 0 10px;
}

h1 {
    font-size: 1.375em
}

h2 {
    font-size: 1.1em;
}

.meta {
    font-size: 0.8em
}

.tpl-blog-item .meta, .tpl-veranstaltung-item .meta{
    font-size: 0.9em
}

.links p {
    margin: 0.2em 0;
}


.nav-header a:hover {
    color: var(--highlight-color);
    text-shadow: none;
}

table#tabelle {
    width: 100%;
    text-align: left;
    margin-bottom: 3em;
}

td.datum, th.datum, td.ort, th.ort, td.thema, th.thema, td.link, th.link {
    padding: 0.2em 0.7em;
}

td.datum, th.datum {
    width: 10%
}

td.ort, th.ort {
    width: 15%
}

td.thema, th.thema {
    width: 55%
}

td.link, th.link {
    width: 20%
}

.object-fit_cover {
    object-fit: contain;
    vertical-align: baseline;
}


.downloadbereich .downloads ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.downloadbereich.downloads li {
    padding-left: 1em;
    text-indent: -1em;
}

.downloadbereich .downloads li:before {
    content: "&#8617;";
    padding-right: 5px;
}

.downloadbereich .downloads li:last-child {
    padding-bottom: 4em;
}

.downloads .basic-content li {
    margin-left: 1em;
}

.tpl-studiengaenge .home-map-directions {
    font-size: 1em
}

.tpl-studiengaenge .home-map svg {
}

.tpl-studiengaenge .home-map .background {
    width: 100%;
}

.tpl-studiengaenge .home-map-holder {
    background: white;
    width: 100%
}

.header-page a:hover {
    text-shadow: none
}


@media only screen {
    footer.small-2, footer .small-offset-5 {
        width: 100% !important;
    }

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

    .nav-header {
        margin-left: 16.66667% !important;
    }
}


@media (max-width: 770px) {
    .blog-item {
        padding: 1em 0;
    }

    .blog-item .columns, .row .columns {
        width: 100%;
        margin-bottom: 1em;
    }

    td.link, th.link {
        display: none;
    }

    .home-map-holder {
        display: none;
    }

    .nav-header {
        margin-left: 16.66667% !important;
    }

    footer.small-2, footer .small-5 {
        width: 100% !important;
    }

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

    .grid-item {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .image {
        position: relative;
        overflow: hidden;
        padding-bottom: 100%;
    }

    .image img {
        position: absolute;
    }
}


#intro {
}

#intro a.collapsed:after {
    content: '+ Mehr anzeigen';
}

#intro a:not(.collapsed):after {
    content: '- Weniger anzeigen';
}

.overlay-wrapper{
    position:relative;
}

.white-gradient{
    background: linear-gradient(to bottom, #ffffff00 0%, white 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flexslider.home{
    height:100% !important;
}

.preview p.headline{
    font-size:2em;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
    margin-bottom: 0.5em;
}

.preview p {
    font-size: 1em;
    line-height:1.4;
}

.bg-white{
    min-height: 100vh;
}
