@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
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. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* ==========================================================================
   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;
}

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

/**
 * 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: "“" "”" "‘" "’";
}

/**
 * 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 {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/*!
 * jQuery UI CSS Framework 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Slider 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI Datepicker 1.14.0
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: 0 0;
  color: inherit;
  border: 0;
  outline: 0;
  border-bottom: solid 1px #555;
  width: 95%;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ":";
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: ".";
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

#new_appointment {
  margin-top: 50px;
}
#new_appointment .form-fields {
  display: flex;
}
@media all and (max-width: 850px) {
  #new_appointment .form-fields {
    display: block;
  }
}
#new_appointment .form-fields .input {
  margin-bottom: 15px;
}
#new_appointment .form-fields .col {
  width: 50%;
}
@media all and (max-width: 850px) {
  #new_appointment .form-fields .col {
    width: 100%;
  }
}
#new_appointment .form-fields .first-col {
  display: flex;
  flex-direction: column;
  width: calc(50% - 25px);
  margin-right: 25px;
}
@media all and (max-width: 850px) {
  #new_appointment .form-fields .first-col {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
#new_appointment .form-fields .first-col .grade .input {
  width: 230px;
  display: inline-block;
}
#new_appointment .form-fields .first-col .grade input[type=text] {
  width: 192px;
}
#new_appointment input[type=submit] {
  float: right;
}
#new_appointment .datetime select {
  width: 56px;
}
#new_appointment span.error {
  color: #f53b41;
  text-shadow: 1px 1px #ccc;
}

.articles.index #articles .article {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #fff;
  box-shadow: #ddd 0px 2px 2px;
  width: 49%;
  min-height: 470px;
  margin: 0 2% 2% 0;
}
.articles.index #articles .article .picture,
.articles.index #articles .article .video {
  width: 100%;
  margin: -4px -4px 10px -4px;
  border: 4px solid transparent;
}
.articles.index #articles .article .video {
  height: 249px;
}
.articles.index #articles .article h2 {
  font-size: 20px;
  font-family: "HelveticaNeueW01-75Bold", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #464646;
}
.articles.index #articles .article h2 a:hover {
  color: #f53b41;
}
.articles.index #articles .article .introduction {
  color: #9e9e9e;
  font-size: 14px;
  font-family: "HelveticaNeueW01-55Roma", Arial;
}
.articles.index #articles .article .introduction a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.index #articles .article .introduction a:hover {
  color: #707070;
}
.articles.index #articles .article .introduction .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.index #articles .article .introduction .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.index #articles .article:nth-child(even) {
  margin-right: 0;
}

.articles.show #article {
  float: left;
}
.mobile .articles.show #article .header {
  margin-top: 20px;
}
.stationary .articles.show #article .h5p,
.stationary .articles.show #article .picture,
.stationary .articles.show #article .video,
.stationary .articles.show #article .youtube,
.stationary .articles.show #article .podcast {
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
  padding: 30px;
  box-shadow: #ddd 0px 2px 2px;
}
.articles.show #article .podcast .stationary {
  padding: 0;
}
.mobile .articles.show #article .podcast {
  margin-top: 20px;
}
.mobile .articles.show #article .h5p,
.mobile .articles.show #article .youtube {
  margin: 20px -20px;
}
.mobile .articles.show #article .picture,
.mobile .articles.show #article .video {
  margin: 0 -20px;
}
.stationary .articles.show #article .picture img,
.stationary .articles.show #article .video img {
  width: 620px;
}
.mobile .articles.show #article .picture img,
.mobile .articles.show #article .video img {
  width: 100%;
  height: auto;
}
.articles.show #article .h5p,
.articles.show #article .youtube,
.articles.show #article .video {
  height: 390px;
}
.articles.show #article .meta {
  font-size: 12px;
  color: #999999;
  margin-bottom: 0;
}
.articles.show #article .introduction, .articles.show #article .introduction .trix-content, .articles.show #article .introduction .trix-content p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  color: #222;
}
.articles.show #article .introduction a, .articles.show #article .introduction .trix-content a, .articles.show #article .introduction .trix-content p a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.show #article .introduction a:hover, .articles.show #article .introduction .trix-content a:hover, .articles.show #article .introduction .trix-content p a:hover {
  color: #707070;
}
.articles.show #article .introduction .ext-link:not(.no-ext-link), .articles.show #article .introduction .trix-content .ext-link:not(.no-ext-link), .articles.show #article .introduction .trix-content p .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.show #article .introduction .ext-link:not(.no-ext-link):before, .articles.show #article .introduction .trix-content .ext-link:not(.no-ext-link):before, .articles.show #article .introduction .trix-content p .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.show #article .introduction h2, .articles.show #article .introduction .trix-content h2, .articles.show #article .introduction .trix-content p h2 {
  font-size: 16px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #222222;
}
.articles.show #article .body a, .articles.show #article .body .trix-content a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.show #article .body a:hover, .articles.show #article .body .trix-content a:hover {
  color: #707070;
}
.articles.show #article .body .ext-link:not(.no-ext-link), .articles.show #article .body .trix-content .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.show #article .body .ext-link:not(.no-ext-link):before, .articles.show #article .body .trix-content .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.show #article .body h1, .articles.show #article .body .trix-content h1 {
  color: #f53b41;
  font-size: 14px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
}
.articles.show #article .body blockquote, .articles.show #article .body .trix-content blockquote {
  position: relative;
  font-style: italic;
}
.articles.show #article .body blockquote:before, .articles.show #article .body .trix-content blockquote:before {
  position: absolute;
  top: 15px;
  left: -40px;
  content: '"';
  font-size: 60px;
  color: #f53b41;
}
.stationary .articles.show #article {
  width: 640px;
}
.mobile .articles.show #article {
  width: 100%;
}
.articles.show #sidebar {
  float: right;
  width: 300px;
  position: relative;
  top: -40px;
}
.articles.show #sidebar #related-articles article {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #fff;
  box-shadow: #ddd 0px 2px 2px;
  margin-bottom: 20px;
}
.articles.show #sidebar #related-articles article .picture,
.articles.show #sidebar #related-articles article .video {
  width: 100%;
  margin: -4px -4px 10px -4px;
  border: 4px solid transparent;
}
.articles.show #sidebar #related-articles article .video {
  height: 249px;
}
.articles.show #sidebar #related-articles article h2 {
  font-size: 20px;
  font-family: "HelveticaNeueW01-75Bold", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #464646;
}
.articles.show #sidebar #related-articles article h2 a:hover {
  color: #f53b41;
}
.articles.show #sidebar #related-articles article .introduction {
  color: #9e9e9e;
  font-size: 14px;
  font-family: "HelveticaNeueW01-55Roma", Arial;
}
.articles.show #sidebar #related-articles article .introduction a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.show #sidebar #related-articles article .introduction a:hover {
  color: #707070;
}
.articles.show #sidebar #related-articles article .introduction .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.show #sidebar #related-articles article .introduction .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.show #sidebar #links a,
.articles.show #sidebar #attachments a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.show #sidebar #links a:hover,
.articles.show #sidebar #attachments a:hover {
  color: #707070;
}
.articles.show #sidebar #links .ext-link:not(.no-ext-link),
.articles.show #sidebar #attachments .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.show #sidebar #links .ext-link:not(.no-ext-link):before,
.articles.show #sidebar #attachments .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.show #sidebar #links h4,
.articles.show #sidebar #attachments h4 {
  color: #666;
}

.articles.search #articles {
  float: left;
}
.mobile .articles.search #articles {
  width: 100%;
  margin-top: 20px;
}
.stationary .articles.search #articles {
  width: 65%;
}
.articles.search #articles .article {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #fff;
  box-shadow: #ddd 0px 2px 2px;
  width: 100%;
  margin-bottom: 20px;
}
.articles.search #articles .article .picture,
.articles.search #articles .article .video {
  width: 100%;
  margin: -4px -4px 10px -4px;
  border: 4px solid transparent;
}
.articles.search #articles .article .video {
  height: 249px;
}
.articles.search #articles .article h2 {
  font-size: 20px;
  font-family: "HelveticaNeueW01-75Bold", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #464646;
}
.articles.search #articles .article h2 a:hover {
  color: #f53b41;
}
.articles.search #articles .article .introduction {
  color: #9e9e9e;
  font-size: 14px;
  font-family: "HelveticaNeueW01-55Roma", Arial;
}
.articles.search #articles .article .introduction a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.search #articles .article .introduction a:hover {
  color: #707070;
}
.articles.search #articles .article .introduction .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.search #articles .article .introduction .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.mobile .articles.search #articles .article .picture {
  width: 100%;
}
.stationary .articles.search #articles .article .picture {
  float: left;
  width: 35%;
}
.stationary .articles.search #articles .article .text {
  float: right;
  width: 62%;
}
.stationary .articles.search #articles .article:nth-child(even) {
  margin-right: 0;
}
.articles.search .contact-form {
  position: relative;
  top: 72px;
  float: right;
  width: 30%;
  font-family: "HelveticaNeueW01-65Medi", Arial;
}
.articles.search .contact-form form {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: #ddd 0px 2px 2px;
}
.articles.search .contact-form form .spinner {
  margin: 0.5em auto 1em auto;
}
.articles.search .contact-form label {
  width: auto;
  margin-bottom: 5px;
  text-shadow: 0px 1px #eee;
}
.articles.search .contact-form input[type=text],
.articles.search .contact-form input[type=email],
.articles.search .contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #d7d5d6;
  border-radius: 2px;
}
.articles.search .contact-form textarea {
  height: 6em;
}
.articles.search .contact-form input[type=submit] {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 3px solid #c42b30;
  background-color: #f53b41;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
}
.articles.search .contact-form input[type=submit]:hover {
  background-color: #ff585d;
  border-bottom: 3px solid #e54f54;
}
.articles.search .contact-form input[type=submit]:active {
  top: 3px;
  border: none;
  margin-bottom: 3px;
}

#contact_us {
  width: 500px;
}
#contact_us form {
  padding: 40px 0px;
  overflow: auto;
}
#contact_us form > strong {
  display: block;
  color: #fff;
  text-shadow: 0px 1px #666;
  margin-bottom: 2em;
}
#contact_us form .spinner {
  margin: 0.5em auto 1em auto;
}
#contact_us label {
  width: 150px;
  float: left;
  text-shadow: 0px 1px #eee;
}
#contact_us input[type=text], #contact_us input[type=email], #contact_us textarea {
  width: 350px;
  float: left;
  margin-bottom: 1em;
  border: 0;
  border-radius: 5px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#contact_us textarea {
  height: 6em;
}
#contact_us input[type=submit] {
  float: right;
  text-align: left;
  text-transform: uppercase;
}
#contact_us .mail-success-image {
  margin-top: 100px;
  background: url("/assets/sent_letter-6ed46636.png") no-repeat;
  width: 228px;
  height: 118px;
}
#contact_us h2 {
  margin-top: 30px;
  font-size: 24px;
  display: block;
  clear: both;
  color: #f53b41;
}
#contact_us .bestill_besøk_henvisning {
  font-size: 16px;
}
#contact_us a {
  color: red;
  text-decoration: underline;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
}

#footer {
  background: #413f3f;
  flex-grow: 1;
}
#footer .partners-header {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 8px;
  color: #888;
}
#footer .partners {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer .partners .partner {
  float: left;
  text-align: center;
  margin-right: 5px;
}
#footer .links {
  float: right;
  list-style: none;
}
#footer .links .link {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #719393;
  color: black;
  border-bottom: 3px solid #4c5d5d;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  margin-right: 10px;
  float: left;
}
#footer .links .link:hover {
  background: #6f8383;
  border-bottom: 3px solid #3f5050;
}
#footer .links .link:last-of-type {
  margin: 0;
}

.desktop #footer .partners {
  max-width: 671px;
}

.mobile #footer {
  padding: 20px;
  height: auto;
}
.mobile #footer .partners {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
}
.mobile #footer .partners .partner {
  justify-self: start;
}
.mobile #footer .links {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobile #footer .links .link {
  float: left;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.mobile #footer .links .link:last-child {
  margin-bottom: 0;
}

form label {
  font-family: "HelveticaNeueW01-65Medi", Arial;
  width: 30%;
  display: inline-block;
  color: #464646;
}
form input,
form select,
form textarea {
  font-family: "HelveticaNeueW01-55Roma", Arial;
  width: 70%;
  display: inline-block;
  padding: 5px;
}
form input[type=radio],
form input[type=checkbox] {
  width: 20px;
}
form .datetime select {
  width: 50px;
}
form input[type=submit],
form input[type=reset],
form button {
  font-family: "HelveticaNeueW01-65Medi", Arial;
  width: auto;
  border: none;
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #719393;
  color: black;
  border-bottom: 3px solid #4c5d5d;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  background: #CBDEDC;
  border-bottom: 3px solid #b4c7c5;
  text-shadow: none;
}
form input[type=submit]:hover,
form input[type=reset]:hover,
form button:hover {
  background: #6f8383;
  border-bottom: 3px solid #3f5050;
}
form input[type=submit]:hover,
form input[type=reset]:hover,
form button:hover {
  background: #acbebd;
  border-bottom: 3px solid #95a7a5;
}
form .error_list {
  color: #f53b41;
  text-shadow: 1px 1px #ccc;
}

.form-inputs label {
  display: block;
}

#periodic-links {
  width: 100%;
  text-align: center;
  font-family: "HelveticaNeueW01-55Roma", Arial;
  font-size: 14px;
}
.mobile #periodic-links {
  margin: 20px 0;
}
#periodic-links .periodic-link {
  text-decoration: none;
  border-bottom: 1px solid #719393;
  margin: 0 0.5em;
}
#periodic-links .periodic-link:hover {
  border-bottom: 1px solid #f53b41;
  color: #f53b41;
}

.stationary #header {
  position: relative;
  background: url("/assets/bgpattern_frontpage-5d7f19f7.png");
  padding: 10px 0;
  color: #719393;
  overflow: hidden;
  z-index: 100;
  zoom: 1;
}
.stationary #header:before, .stationary #header:after {
  content: " ";
  display: table;
}
.stationary #header:after {
  clear: both;
}
.stationary #header .logo {
  background: url("/assets/blue_logo_frontpage-e1574838.png") no-repeat;
  position: relative;
  display: block;
  margin: 0px auto;
  margin-top: 120px;
  width: 339px;
  height: 44;
}
.stationary #header .logo h1 {
  margin: 0;
  text-indent: -1000px;
  overflow: hidden;
}
.stationary #header .slogan {
  font-size: 15px;
  font-style: italic;
  font-family: Georgia, serif;
  padding-left: 57px;
}
.stationary #header .mode {
  position: absolute;
  top: 10px;
  right: 0px;
}
.stationary #header .mode a {
  position: relative;
  float: left;
  border: 1px solid #c0e7e7;
  margin-right: -1px;
  padding: 13px 20px 13px 48px;
  transition: background-color 0.1s linear;
  background: no-repeat 15px 10px;
}
.stationary #header .mode a:before {
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.5;
  transition: opacity 0.1s linear;
}
.stationary #header .mode a.teacher:before {
  content: url("/assets/blue_teacher_icon-585de2fd.png");
}
.stationary #header .mode a.student:before {
  content: url("/assets/blue_student_icon-7a5c0085.png");
}
.stationary #header .mode a.instructor:before {
  content: url("/assets/blue_instructor_icon-2fc3e2ef.png");
}
.stationary #header .mode a:hover {
  background-color: #eafbfb;
}
.stationary #header .mode a:hover:before {
  opacity: 1;
}
.stationary #header #search {
  position: relative;
  background: #f9f9f9;
  padding: 9px;
  border-radius: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  width: 750px;
  margin: 70px auto 20px auto;
  background: linear-gradient(top, #fafafa, #e6e6e6);
}
.stationary #header #search:after {
  position: absolute;
  top: 230px;
  left: 30px;
  content: url("/assets/shadow-de6e2653.png");
  width: 700px;
  height: 41px;
}
.stationary #header #search input[type=search] {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom: 1px solid #fff;
  width: 650px;
}
.stationary #header #search input[type=submit] {
  margin-left: -7px;
}
.stationary #header #search input {
  font-size: 16px;
}
.stationary #header #search input[type=search] {
  border: none;
  padding: 25px 25px 25px 60px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
  background: url("/assets/search_icon-75d00f24.png") 25px 25px no-repeat #fefefe;
  border-bottom: 1px solid #fff;
}
.stationary #header #search input[type=search]:focus {
  outline: none;
}
.stationary #header #search input[type=submit] {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 3px solid #c42b30;
  background-color: #f53b41;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 25px 30px 21px 25px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.stationary #header #search input[type=submit]:hover {
  background-color: #ff585d;
  border-bottom: 3px solid #e54f54;
}
.stationary #header #search input[type=submit]:active {
  top: 3px;
  border: none;
  margin-bottom: 3px;
}
.stationary #header #search #suggestions {
  position: absolute;
  left: 50px;
  top: 73px;
  opacity: 0.9;
  clear: both;
  z-index: 1000;
  background-color: #FFF;
  border-radius: 3px;
  width: 607px;
  padding: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  line-height: 2em;
  font-family: "HelveticaNeueW01-55Roma", Arial;
}
.stationary #header #search #suggestions a {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
}
.stationary #header #search #suggestions a:last-child {
  border-bottom: none;
}
.stationary #header #search #suggestions a:hover, .stationary #header #search #suggestions a.selected {
  background-color: #e9ebeb;
}
.stationary #main-menu #search {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 215px;
}
.stationary #main-menu #search input[type=search] {
  width: 150px;
  padding: 9px 2px 9px 37px;
  border: 0;
  font-size: 13px;
  border-radius: 30px 0 0 30px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: url("/assets/small_search_icon-4896c7dc.png") 12px 10px no-repeat #fefefe;
  line-height: 16px;
}
.stationary #main-menu #search input[type=search]:focus {
  outline: none;
}
.stationary #main-menu #search input[type=submit] {
  width: 60px;
  position: relative;
  top: -1px;
  left: -4px;
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #353535;
  color: #fff;
  border-bottom: 3px solid #202020;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  padding: 7px 15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 16px;
  font-size: 14px;
}
.stationary #main-menu #search #suggestions {
  z-index: 1000;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  line-height: 2em;
  font-family: "HelveticaNeueW01-55Roma", Arial;
  display: none;
}
.stationary #main-menu #search #suggestions a {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
}
.stationary #main-menu #search #suggestions a:last-child {
  border-bottom: none;
}
.stationary #main-menu #search #suggestions a:hover, .stationary #main-menu #search #suggestions a.selected {
  background-color: #e9ebeb;
}
.stationary .students #header, .stationary .teachers #header, .stationary .contact_page #header, .stationary .search #header {
  border-bottom: 4px solid #b6dada;
}
.stationary .students #header .logo, .stationary .teachers #header .logo, .stationary .contact_page #header .logo, .stationary .search #header .logo {
  margin: 15px 0;
  display: block;
  width: 210px;
  height: 34px;
  background: url("/assets/blue_logo-bd992e0d.png");
}
.stationary .students #header .slogan, .stationary .teachers #header .slogan, .stationary .contact_page #header .slogan, .stationary .search #header .slogan {
  font-size: 15px;
  font-style: italic;
  font-family: Georgia, serif;
  position: absolute;
  padding: 0px 0px;
  top: 10px;
  left: 225px;
  min-width: 300px;
}
.stationary .students #header .mode .student, .stationary .teachers #header .mode .student, .stationary .contact_page #header .mode .student, .stationary .search #header .mode .student {
  background-color: #eafbfb;
}
.stationary .students #header .mode .student:before, .stationary .teachers #header .mode .student:before, .stationary .contact_page #header .mode .student:before, .stationary .search #header .mode .student:before {
  opacity: 1;
}
.stationary .teachers #header .mode a {
  border-color: #f9898d;
}
.stationary .teachers #header .mode a:before {
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.5;
  transition: opacity 0.1s linear;
}
.stationary .teachers #header .mode a.teacher:before {
  content: url("/assets/white_teacher_icon-e7e54ba8.png");
}
.stationary .teachers #header .mode a.student:before {
  content: url("/assets/white_student_icon-0ffd3295.png");
}
.stationary .teachers #header .mode a.instructor:before {
  content: url("/assets/white_instructor_icon-df0ee7c8.png");
}
.stationary .teachers #header .mode a:hover {
  background-color: #f76267;
  color: #fff;
}
.stationary .teachers #header .mode a:hover:before {
  opacity: 1;
}
.stationary .teachers #header .mode .teacher {
  background-color: #f76267;
  color: #fff;
}
.stationary .teachers #header .mode .teacher:before {
  opacity: 1;
}
.stationary .instructors #header {
  background: #3f3f3f;
  color: #FFF;
}
.stationary .instructors #header #login-info {
  position: relative;
  top: 4em;
  float: right;
}
.stationary .instructors #header #login-info a {
  color: white;
  margin-left: 1.5em;
}
.stationary .instructors #header #login-info a:hover {
  text-decoration: underline;
}
.stationary .instructors #header .logo {
  margin: 15px 0;
  display: block;
  width: 210px;
  height: 34px;
  background: url("/assets/white_logo-fc0257b9.png");
}
.stationary .instructors #header .slogan {
  display: none;
}
.stationary .instructors #header .mode a {
  border-color: #777;
  color: #777;
}
.stationary .instructors #header .mode a.teacher:before {
  content: url("/assets/white_teacher_icon-e7e54ba8.png");
}
.stationary .instructors #header .mode a.student:before {
  content: url("/assets/white_student_icon-0ffd3295.png");
}
.stationary .instructors #header .mode a.instructor:before {
  content: url("/assets/white_instructor_icon-df0ee7c8.png");
}
.stationary .instructors #header .mode a:hover, .stationary .instructors #header .mode a.instructor {
  background-color: #f53b41;
  border-color: #f53b41;
  color: #FFF;
}
.stationary .instructors #header .mode a:hover:before, .stationary .instructors #header .mode a.instructor:before {
  opacity: 1;
}

.articles.index #articles .article {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #fff;
  box-shadow: #ddd 0px 2px 2px;
  width: 49%;
  min-height: 470px;
  margin: 0 2% 2% 0;
}
.articles.index #articles .article .picture,
.articles.index #articles .article .video {
  width: 100%;
  margin: -4px -4px 10px -4px;
  border: 4px solid transparent;
}
.articles.index #articles .article .video {
  height: 249px;
}
.articles.index #articles .article h2 {
  font-size: 20px;
  font-family: "HelveticaNeueW01-75Bold", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #464646;
}
.articles.index #articles .article h2 a:hover {
  color: #f53b41;
}
.articles.index #articles .article .introduction {
  color: #9e9e9e;
  font-size: 14px;
  font-family: "HelveticaNeueW01-55Roma", Arial;
}
.articles.index #articles .article .introduction a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.index #articles .article .introduction a:hover {
  color: #707070;
}
.articles.index #articles .article .introduction .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.index #articles .article .introduction .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.index #articles .article:nth-child(even) {
  margin-right: 0;
}

.articles.show #article {
  float: left;
}
.mobile .articles.show #article .header {
  margin-top: 20px;
}
.stationary .articles.show #article .h5p,
.stationary .articles.show #article .picture,
.stationary .articles.show #article .video,
.stationary .articles.show #article .youtube,
.stationary .articles.show #article .podcast {
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
  padding: 30px;
  box-shadow: #ddd 0px 2px 2px;
}
.articles.show #article .podcast .stationary {
  padding: 0;
}
.mobile .articles.show #article .podcast {
  margin-top: 20px;
}
.mobile .articles.show #article .h5p,
.mobile .articles.show #article .youtube {
  margin: 20px -20px;
}
.mobile .articles.show #article .picture,
.mobile .articles.show #article .video {
  margin: 0 -20px;
}
.stationary .articles.show #article .picture img,
.stationary .articles.show #article .video img {
  width: 620px;
}
.mobile .articles.show #article .picture img,
.mobile .articles.show #article .video img {
  width: 100%;
  height: auto;
}
.articles.show #article .h5p,
.articles.show #article .youtube,
.articles.show #article .video {
  height: 390px;
}
.articles.show #article .meta {
  font-size: 12px;
  color: #999999;
  margin-bottom: 0;
}
.articles.show #article .introduction, .articles.show #article .introduction .trix-content, .articles.show #article .introduction .trix-content p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  color: #222;
}
.articles.show #article .introduction a, .articles.show #article .introduction .trix-content a, .articles.show #article .introduction .trix-content p a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.show #article .introduction a:hover, .articles.show #article .introduction .trix-content a:hover, .articles.show #article .introduction .trix-content p a:hover {
  color: #707070;
}
.articles.show #article .introduction .ext-link:not(.no-ext-link), .articles.show #article .introduction .trix-content .ext-link:not(.no-ext-link), .articles.show #article .introduction .trix-content p .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.show #article .introduction .ext-link:not(.no-ext-link):before, .articles.show #article .introduction .trix-content .ext-link:not(.no-ext-link):before, .articles.show #article .introduction .trix-content p .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.show #article .introduction h2, .articles.show #article .introduction .trix-content h2, .articles.show #article .introduction .trix-content p h2 {
  font-size: 16px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #222222;
}
.articles.show #article .body a, .articles.show #article .body .trix-content a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.show #article .body a:hover, .articles.show #article .body .trix-content a:hover {
  color: #707070;
}
.articles.show #article .body .ext-link:not(.no-ext-link), .articles.show #article .body .trix-content .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.show #article .body .ext-link:not(.no-ext-link):before, .articles.show #article .body .trix-content .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.show #article .body h1, .articles.show #article .body .trix-content h1 {
  color: #f53b41;
  font-size: 14px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
}
.articles.show #article .body blockquote, .articles.show #article .body .trix-content blockquote {
  position: relative;
  font-style: italic;
}
.articles.show #article .body blockquote:before, .articles.show #article .body .trix-content blockquote:before {
  position: absolute;
  top: 15px;
  left: -40px;
  content: '"';
  font-size: 60px;
  color: #f53b41;
}
.stationary .articles.show #article {
  width: 640px;
}
.mobile .articles.show #article {
  width: 100%;
}
.articles.show #sidebar {
  float: right;
  width: 300px;
  position: relative;
  top: -40px;
}
.articles.show #sidebar #related-articles article {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #fff;
  box-shadow: #ddd 0px 2px 2px;
  margin-bottom: 20px;
}
.articles.show #sidebar #related-articles article .picture,
.articles.show #sidebar #related-articles article .video {
  width: 100%;
  margin: -4px -4px 10px -4px;
  border: 4px solid transparent;
}
.articles.show #sidebar #related-articles article .video {
  height: 249px;
}
.articles.show #sidebar #related-articles article h2 {
  font-size: 20px;
  font-family: "HelveticaNeueW01-75Bold", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #464646;
}
.articles.show #sidebar #related-articles article h2 a:hover {
  color: #f53b41;
}
.articles.show #sidebar #related-articles article .introduction {
  color: #9e9e9e;
  font-size: 14px;
  font-family: "HelveticaNeueW01-55Roma", Arial;
}
.articles.show #sidebar #related-articles article .introduction a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.show #sidebar #related-articles article .introduction a:hover {
  color: #707070;
}
.articles.show #sidebar #related-articles article .introduction .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.show #sidebar #related-articles article .introduction .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.show #sidebar #links a,
.articles.show #sidebar #attachments a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.show #sidebar #links a:hover,
.articles.show #sidebar #attachments a:hover {
  color: #707070;
}
.articles.show #sidebar #links .ext-link:not(.no-ext-link),
.articles.show #sidebar #attachments .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.show #sidebar #links .ext-link:not(.no-ext-link):before,
.articles.show #sidebar #attachments .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.articles.show #sidebar #links h4,
.articles.show #sidebar #attachments h4 {
  color: #666;
}

.articles.search #articles {
  float: left;
}
.mobile .articles.search #articles {
  width: 100%;
  margin-top: 20px;
}
.stationary .articles.search #articles {
  width: 65%;
}
.articles.search #articles .article {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #fff;
  box-shadow: #ddd 0px 2px 2px;
  width: 100%;
  margin-bottom: 20px;
}
.articles.search #articles .article .picture,
.articles.search #articles .article .video {
  width: 100%;
  margin: -4px -4px 10px -4px;
  border: 4px solid transparent;
}
.articles.search #articles .article .video {
  height: 249px;
}
.articles.search #articles .article h2 {
  font-size: 20px;
  font-family: "HelveticaNeueW01-75Bold", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #464646;
}
.articles.search #articles .article h2 a:hover {
  color: #f53b41;
}
.articles.search #articles .article .introduction {
  color: #9e9e9e;
  font-size: 14px;
  font-family: "HelveticaNeueW01-55Roma", Arial;
}
.articles.search #articles .article .introduction a {
  color: #f53b41;
  text-decoration: underline;
}
.articles.search #articles .article .introduction a:hover {
  color: #707070;
}
.articles.search #articles .article .introduction .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.articles.search #articles .article .introduction .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.mobile .articles.search #articles .article .picture {
  width: 100%;
}
.stationary .articles.search #articles .article .picture {
  float: left;
  width: 35%;
}
.stationary .articles.search #articles .article .text {
  float: right;
  width: 62%;
}
.stationary .articles.search #articles .article:nth-child(even) {
  margin-right: 0;
}
.articles.search .contact-form {
  position: relative;
  top: 72px;
  float: right;
  width: 30%;
  font-family: "HelveticaNeueW01-65Medi", Arial;
}
.articles.search .contact-form form {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: #ddd 0px 2px 2px;
}
.articles.search .contact-form form .spinner {
  margin: 0.5em auto 1em auto;
}
.articles.search .contact-form label {
  width: auto;
  margin-bottom: 5px;
  text-shadow: 0px 1px #eee;
}
.articles.search .contact-form input[type=text],
.articles.search .contact-form input[type=email],
.articles.search .contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #d7d5d6;
  border-radius: 2px;
}
.articles.search .contact-form textarea {
  height: 6em;
}
.articles.search .contact-form input[type=submit] {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 3px solid #c42b30;
  background-color: #f53b41;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
}
.articles.search .contact-form input[type=submit]:hover {
  background-color: #ff585d;
  border-bottom: 3px solid #e54f54;
}
.articles.search .contact-form input[type=submit]:active {
  top: 3px;
  border: none;
  margin-bottom: 3px;
}

.home.index #promoted-articles .article {
  float: left;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #fff;
  box-shadow: #ddd 0px 2px 2px;
}
.home.index #promoted-articles .article .picture,
.home.index #promoted-articles .article .video {
  width: 100%;
  margin: -4px -4px 10px -4px;
  border: 4px solid transparent;
}
.home.index #promoted-articles .article .video {
  height: 249px;
}
.home.index #promoted-articles .article h2 {
  font-size: 20px;
  font-family: "HelveticaNeueW01-75Bold", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #464646;
}
.home.index #promoted-articles .article h2 a:hover {
  color: #f53b41;
}
.home.index #promoted-articles .article .introduction {
  color: #9e9e9e;
  font-size: 14px;
  font-family: "HelveticaNeueW01-55Roma", Arial;
}
.home.index #promoted-articles .article .introduction a {
  color: #f53b41;
  text-decoration: underline;
}
.home.index #promoted-articles .article .introduction a:hover {
  color: #707070;
}
.home.index #promoted-articles .article .introduction .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.home.index #promoted-articles .article .introduction .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.mobile .home.index #promoted-articles .article {
  margin: 20px 0 0 0;
  width: 100%;
  padding: 20px;
}
.mobile .home.index #promoted-articles .article .button {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #719393;
  color: black;
  border-bottom: 3px solid #4c5d5d;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.mobile .home.index #promoted-articles .article .button:hover {
  background: #6f8383;
  border-bottom: 3px solid #3f5050;
}
.stationary .home.index #promoted-articles .article {
  width: 49%;
  min-height: 470px;
  margin: 0 2% 2% 0;
}
.stationary .home.index #promoted-articles .article:nth-child(-n+4):nth-child(even) {
  margin-right: 0;
}
.stationary .home.index #promoted-articles .article:nth-child(n+5) {
  width: 32%;
  min-height: 280px;
}
.stationary .home.index #promoted-articles .article:nth-child(n+5) .introduction {
  display: none;
}
.stationary .home.index #promoted-articles .article:nth-child(n+5):nth-child(3n+1) {
  margin-right: 0;
}

.home.introduction .chapter {
  position: relative;
}
.home.introduction .chapter:nth-child(2) {
  background: #727272;
}
.home.introduction .chapter:nth-child(2) h1, .home.introduction .chapter:nth-child(2) p {
  color: #cccccc;
}
.home.introduction .chapter:nth-child(4) {
  background: #bfe7e7;
}
.home.introduction .chapter .text .links .link {
  display: inline-block;
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #719393;
  color: black;
  border-bottom: 3px solid #4c5d5d;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
}
.home.introduction .chapter .text .links .link:hover {
  background: #6f8383;
  border-bottom: 3px solid #3f5050;
}
.mobile .home.introduction #introduction {
  margin: 0 -20px;
}
.mobile .home.introduction #introduction .chapter {
  padding: 10%;
}
.mobile .home.introduction #introduction .chapter .text p {
  font-size: 20px !important;
  line-height: 25px !important;
}
.stationary .home.introduction {
  overflow: hidden;
}
.stationary .home.introduction .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.stationary .home.introduction #introduction .repository {
  height: 100%;
}
.stationary .home.introduction #introduction .chapter .text {
  position: absolute;
  top: 40%;
  width: 500px;
}
.stationary .home.introduction #introduction .chapter .text p {
  font-size: 25px;
  line-height: 35px;
}
.stationary .home.introduction #introduction .chapter .illustration {
  position: absolute;
  top: 25%;
  right: 0%;
}
.stationary .home.introduction #introduction .chapter:nth-child(2) {
  background: #727272;
}
.stationary .home.introduction #introduction .chapter:nth-child(2) h1, .stationary .home.introduction #introduction .chapter:nth-child(2) p {
  color: #cccccc;
}
.stationary .home.introduction #introduction .chapter:nth-child(4) {
  background: #bfe7e7;
}
.stationary .home.introduction #introduction .chapter:nth-child(4) .text {
  left: 50%;
}
.stationary .home.introduction #introduction .chapter:nth-child(4) .illustration {
  left: 0%;
}
.stationary .home.introduction #introduction .chapter:nth-child(6) .text {
  left: 50%;
}
.stationary .home.introduction #introduction .chapter:nth-child(6) .illustration {
  left: 0%;
}
.home.introduction #footer {
  display: none;
}

.landing__article .landing__article-link {
  width: 100%;
  margin: -4px -4px 10px -4px;
  display: block;
  border: 4px solid transparent;
  overflow: hidden;
  max-height: 248px;
}
.landing__article:nth-child(n+5) .landing__article-link {
  max-height: 148px;
}

.landing__article-pic {
  width: 100%;
}

.home.index #content .arrow {
  position: relative;
  margin: 0px auto;
  margin-top: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 28px 15px 28px;
  border-color: transparent transparent #464646 transparent;
}

#main-menu {
  position: relative;
  background: #464646;
  background-clip: padding-box;
  padding-bottom: 71px;
  margin-bottom: 20px;
}
#main-menu .links {
  display: inline-block;
}
#main-menu .links .link {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #719393;
  color: black;
  border-bottom: 3px solid #4c5d5d;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
}
#main-menu .links .link:hover {
  background: #6f8383;
  border-bottom: 3px solid #3f5050;
}
#main-menu .themes, #main-menu .open-remote-control {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 3px solid #c42b30;
  background-color: #f53b41;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 5px 50px 5px 15px;
  margin-right: 25px;
  position: relative;
  background-image: url("/assets/menu_arrow_down-b95828b2.png");
  background-repeat: no-repeat;
  background-position: 110px 7px;
}
#main-menu .themes:hover, #main-menu .open-remote-control:hover {
  background-color: #ff585d;
  border-bottom: 3px solid #e54f54;
}
#main-menu .themes:active, #main-menu .open-remote-control:active {
  top: 3px;
  border: none;
  margin-bottom: 3px;
}
#main-menu .themes:hover, #main-menu .open-remote-control:hover {
  border-bottom: 3px solid #e54f54;
  background-image: url("/assets/menu_arrow_down-b95828b2.png");
  background-repeat: no-repeat;
  background-position: 110px 7px;
  background-color: #ff585d;
}
#main-menu .themes:active, #main-menu .open-remote-control:active {
  top: 3px;
  border: 0px !important;
  margin-bottom: 3px;
}

#themes-menu {
  display: none;
  z-index: 1;
  position: absolute;
}
#themes-menu #themes {
  position: absolute;
  top: 15px;
  left: 0px;
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
  width: 1040px;
  max-width: 95vw;
  padding: 0px 30px;
  margin: 0 -30px;
  box-shadow: #ddd 0px 2px 2px;
  border-radius: 3px;
  border-top: 4px solid #f44349;
}
@media only screen and (max-width: 1000px) {
  #themes-menu #themes {
    margin: 0;
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 500px) {
  #themes-menu #themes {
    margin: 0;
    padding: 0px 10px;
  }
}
#themes-menu #themes .theme {
  color: #f53b41;
  font-size: 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  float: left;
  width: 180px;
  padding-top: 20px;
  margin-right: 20px;
  min-height: 300px;
  border-right: 1px solid #e9e9e8;
}
@media only screen and (max-width: 500px) {
  #themes-menu #themes .theme {
    border: 0;
    margin: 10px -10px;
    padding: 0px 10px;
  }
}
#themes-menu #themes .theme:last-child {
  margin-right: 0;
  border-right: 0;
}
#themes-menu #themes .theme .articles {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
#themes-menu #themes .theme .articles .article {
  display: block;
  width: 100%;
}
#themes-menu #themes .theme .articles .article a {
  display: block;
  font-family: "HelveticaNeueW01-55Roma", Arial;
  color: #636363;
  margin-bottom: 5px;
  padding: 5px 10px;
  margin-left: -10px;
  border-radius: 3px;
}
#themes-menu #themes .theme .articles .article a:hover {
  background: #e1e1e1;
}
#themes-menu #themes .theme .articles .article a.active {
  background: #f53b41;
  color: #fff;
}

.mobile #header {
  border-bottom: none;
  background: url("/assets/bgpattern_frontpage-5d7f19f7.png");
  color: #719393;
  overflow: hidden;
  zoom: 1;
}
.mobile #header:before, .mobile #header:after {
  content: " ";
  display: table;
}
.mobile #header:after {
  clear: both;
}
.mobile #header .logo {
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: url("/assets/blue_logo-bd992e0d.png") no-repeat;
  position: relative;
  display: block;
  width: 210px;
  height: 34px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .mobile #header .logo {
    /* on retina, use image that's scaled by 2 */
    background: url("/assets/blue_logo@2X-56855222.png") no-repeat center;
    background-size: 210px 34px;
  }
}
.mobile #header .logo h1 {
  margin: 0;
  text-indent: -1000px;
  overflow: hidden;
}
.mobile #search {
  position: relative;
  margin: 20px;
}
.mobile #search input {
  font-size: 16px;
}
.mobile #search input[type=search] {
  position: relative;
  display: inline-block;
  padding: 20px 55px 20px 20px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-appearance: none;
  box-shadow: inset 0 12px 7px -15px rgb(10, 10, 10);
}
.mobile #search input[type=search]:focus {
  outline: none;
}
.mobile #search input[type=submit] {
  text-indent: -1000px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url("/assets/red_search_icon-52df0c9a.png") no-repeat 95% 50%;
  border: none;
  width: 49px;
  height: 44px;
}
.mobile .students #header, .mobile .stationary .teachers #header, .stationary .mobile .teachers #header {
  border-bottom: 4px solid #b6dada;
}

#main-menu-bar-mobile {
  position: relative;
  background: #464646;
  background-clip: padding-box;
  padding: 7px;
  z-index: 100;
}
#main-menu-bar-mobile .themes {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 3px solid #c42b30;
  background-color: #f53b41;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  padding: 5px 50px 5px 15px;
  margin-right: 25px;
  position: relative;
  background-image: url("/assets/menu_arrow_down-b95828b2.png");
  background-repeat: no-repeat;
  background-position: 110px 7px;
}
#main-menu-bar-mobile .themes:hover {
  background-color: #ff585d;
  border-bottom: 3px solid #e54f54;
}
#main-menu-bar-mobile .themes:active {
  top: 3px;
  border: none;
  margin-bottom: 3px;
}
#main-menu-bar-mobile .themes:hover {
  border-bottom: 3px solid #e54f54;
  background-image: url("/assets/menu_arrow_down-b95828b2.png");
  background-repeat: no-repeat;
  background-position: 110px 7px;
  background-color: #ff585d;
}
#main-menu-bar-mobile .themes:active {
  top: 3px;
  border: 0px !important;
  margin-bottom: 3px;
}
#main-menu-bar-mobile .burger-button {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #719393;
  color: black;
  border-bottom: 3px solid #4c5d5d;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
  font-size: 24px;
  color: white;
  float: right;
  display: inline-block;
}
#main-menu-bar-mobile .burger-button:hover {
  background: #6f8383;
  border-bottom: 3px solid #3f5050;
}
#main-menu-bar-mobile .burger-button:active {
  background: #848484;
  border: 0px !important;
  margin-bottom: 3px;
  top: 3px;
}
#main-menu-bar-mobile .burger-button:active:hover {
  background: #848484;
  border-bottom: 3px solid #777777;
}
#main-menu-bar-mobile .burger-button:hover {
  background: #636363;
  border-bottom: 3px solid #595959;
}

#mobile-menu {
  margin: 0 -20px;
  display: none;
}
#mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-menu ul li {
  background: url("/assets/dark_arrow_right-a484561c.png") 97% 25px no-repeat;
  background-color: #9b9b9b;
}
#mobile-menu ul li a {
  cursor: pointer;
  display: block;
  padding: 20px 15px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "HelveticaNeueW01-65Medi", Arial;
}
#mobile-menu ul li:first-child {
  background-color: #636363;
}
#mobile-menu ul li:nth-child(1) {
  background-color: #717171;
}
#mobile-menu ul li:nth-child(2) {
  background-color: #7f7f7f;
}
#mobile-menu ul li:nth-child(3) {
  background-color: #8f8f8f;
}

.pagination .page, .pagination .next, .pagination .prev, .pagination .last, .pagination .first {
  float: left;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #d3cfcf;
  border-bottom: 3px solid #c2bfbf;
  border-radius: 3px;
}
.pagination .page:hover, .pagination .next:hover, .pagination .prev:hover, .pagination .last:hover, .pagination .first:hover {
  background: #c8c3c3;
  border-color: #b4b0b0;
}
.pagination .page.current, .pagination .next.current, .pagination .prev.current, .pagination .last.current, .pagination .first.current {
  font-style: normal;
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 3px solid #c42b30;
  background-color: #f53b41;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
}
.pagination .page.current:hover, .pagination .next.current:hover, .pagination .prev.current:hover, .pagination .last.current:hover, .pagination .first.current:hover {
  background-color: #ff585d;
  border-bottom: 3px solid #e54f54;
}
.pagination .page.current:active, .pagination .next.current:active, .pagination .prev.current:active, .pagination .last.current:active, .pagination .first.current:active {
  top: 3px;
  border: none;
  margin-bottom: 3px;
}

.mobile .podcast_page #article .header {
  margin-top: 20px;
}
.stationary .podcast_page #article .h5p,
.stationary .podcast_page #article .picture,
.stationary .podcast_page #article .video,
.stationary .podcast_page #article .youtube,
.stationary .podcast_page #article .podcast {
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
  padding: 30px;
  box-shadow: #ddd 0px 2px 2px;
}
.podcast_page #article .podcast .stationary {
  padding: 0;
}
.mobile .podcast_page #article .podcast {
  margin-top: 20px;
}
.mobile .podcast_page #article .h5p,
.mobile .podcast_page #article .youtube {
  margin: 20px -20px;
}
.mobile .podcast_page #article .picture,
.mobile .podcast_page #article .video {
  margin: 0 -20px;
}
.stationary .podcast_page #article .picture img,
.stationary .podcast_page #article .video img {
  width: 620px;
}
.mobile .podcast_page #article .picture img,
.mobile .podcast_page #article .video img {
  width: 100%;
  height: auto;
}
.podcast_page #article .h5p,
.podcast_page #article .youtube,
.podcast_page #article .video {
  height: 390px;
}
.podcast_page #article .meta {
  font-size: 12px;
  color: #999999;
  margin-bottom: 0;
}
.podcast_page #article .introduction, .podcast_page #article .introduction .trix-content, .podcast_page #article .introduction .trix-content p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
  color: #222;
}
.podcast_page #article .introduction a, .podcast_page #article .introduction .trix-content a, .podcast_page #article .introduction .trix-content p a {
  color: #f53b41;
  text-decoration: underline;
}
.podcast_page #article .introduction a:hover, .podcast_page #article .introduction .trix-content a:hover, .podcast_page #article .introduction .trix-content p a:hover {
  color: #707070;
}
.podcast_page #article .introduction .ext-link:not(.no-ext-link), .podcast_page #article .introduction .trix-content .ext-link:not(.no-ext-link), .podcast_page #article .introduction .trix-content p .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.podcast_page #article .introduction .ext-link:not(.no-ext-link):before, .podcast_page #article .introduction .trix-content .ext-link:not(.no-ext-link):before, .podcast_page #article .introduction .trix-content p .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.podcast_page #article .introduction h2, .podcast_page #article .introduction .trix-content h2, .podcast_page #article .introduction .trix-content p h2 {
  font-size: 16px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #222222;
}
.podcast_page #article .body a, .podcast_page #article .body .trix-content a {
  color: #f53b41;
  text-decoration: underline;
}
.podcast_page #article .body a:hover, .podcast_page #article .body .trix-content a:hover {
  color: #707070;
}
.podcast_page #article .body .ext-link:not(.no-ext-link), .podcast_page #article .body .trix-content .ext-link:not(.no-ext-link) {
  position: relative;
  margin-right: 20px;
}
.podcast_page #article .body .ext-link:not(.no-ext-link):before, .podcast_page #article .body .trix-content .ext-link:not(.no-ext-link):before {
  position: absolute;
  right: -18px;
  margin: 0px 0px 0px 5px;
  content: url("/assets/external-link-c0603725.png");
}
.podcast_page #article .body h1, .podcast_page #article .body .trix-content h1 {
  color: #f53b41;
  font-size: 14px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
}
.podcast_page #article .body blockquote, .podcast_page #article .body .trix-content blockquote {
  position: relative;
  font-style: italic;
}
.podcast_page #article .body blockquote:before, .podcast_page #article .body .trix-content blockquote:before {
  position: absolute;
  top: 15px;
  left: -40px;
  content: '"';
  font-size: 60px;
  color: #f53b41;
}
.podcast_page #article .podcast {
  margin-right: -20px;
  padding: 0;
}
.podcast_page #article .podcast a {
  text-decoration: none;
  color: #464646;
}
.podcast_page #article .podcast a:hover {
  color: #f53b41;
}
.podcast_page #article .podcast .mobile,
.podcast_page #article .podcast .stationary {
  display: grid;
}
.podcast_page #article .podcast .mobile .image,
.podcast_page #article .podcast .stationary .image {
  line-height: 0;
}
.podcast_page #article .podcast .mobile .introduction,
.podcast_page #article .podcast .stationary .introduction {
  padding: 20px;
}
.podcast_page #article .podcast .mobile .introduction p,
.podcast_page #article .podcast .stationary .introduction p {
  color: #9e9e9e;
  margin: 0;
  font-weight: bold;
}
.podcast_page #article .podcast .mobile {
  grid-template-columns: 100px auto;
}
.podcast_page #article .podcast .mobile .introduction h2 {
  font-size: 18px;
}
.podcast_page #article .podcast .stationary {
  grid-template-columns: 200px auto;
}
.podcast_page #article .podcast .stationary .introduction h2 {
  font-size: 24px;
}

body.presentations.index, body.presentations.create {
  background-color: #3f3f3f;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 400;
}
body.presentations.index *, body.presentations.index *::before, body.presentations.index *::after, body.presentations.create *, body.presentations.create *::before, body.presentations.create *::after {
  font-family: inherit;
}
body.presentations.index #header, body.presentations.create #header {
  position: relative;
}
body.presentations.index #presentation_schedule, body.presentations.create #presentation_schedule {
  zoom: 1;
  padding: 3em 0;
  margin-top: 50px;
  background-color: #3f3f3f;
}
body.presentations.index #presentation_schedule:before, body.presentations.index #presentation_schedule:after, body.presentations.create #presentation_schedule:before, body.presentations.create #presentation_schedule:after {
  content: " ";
  display: table;
}
body.presentations.index #presentation_schedule:after, body.presentations.create #presentation_schedule:after {
  clear: both;
}
body.presentations.index #presentation_schedule .button-gray, body.presentations.create #presentation_schedule .button-gray {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #719393;
  color: black;
  border-bottom: 3px solid #4c5d5d;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  background: #CBDEDC;
  border-bottom: 3px solid #b4c7c5;
  text-shadow: none;
}
body.presentations.index #presentation_schedule .button-gray:hover, body.presentations.create #presentation_schedule .button-gray:hover {
  background: #6f8383;
  border-bottom: 3px solid #3f5050;
}
body.presentations.index #presentation_schedule .button-gray:hover, body.presentations.create #presentation_schedule .button-gray:hover {
  background: #acbebd;
  border-bottom: 3px solid #95a7a5;
}
body.presentations.index #presentation_schedule .button-gray:active, body.presentations.create #presentation_schedule .button-gray:active {
  border-bottom: 0;
  border-top: 3px solid #595959;
}
body.presentations.index #presentation_schedule .bold-header, body.presentations.create #presentation_schedule .bold-header {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 700;
}
body.presentations.index #presentation_schedule #nav_left, body.presentations.index #presentation_schedule #nav_right, body.presentations.create #presentation_schedule #nav_left, body.presentations.create #presentation_schedule #nav_right {
  float: left;
  position: relative;
  top: 25px;
  width: 3%;
  height: 46px;
  cursor: pointer;
  filter: brightness(0) invert(1);
  opacity: 1;
  transition: opacity 0.3s;
}
body.presentations.index #presentation_schedule #nav_left:hover, body.presentations.index #presentation_schedule #nav_right:hover, body.presentations.create #presentation_schedule #nav_left:hover, body.presentations.create #presentation_schedule #nav_right:hover {
  opacity: 0.7;
}
body.presentations.index #presentation_schedule #nav_left, body.presentations.create #presentation_schedule #nav_left {
  background: url("/assets/thin_arrow_left-ef332939.png") no-repeat;
}
body.presentations.index #presentation_schedule #nav_right, body.presentations.create #presentation_schedule #nav_right {
  background: url("/assets/thin_arrow_right-35059b20.png") no-repeat;
}
body.presentations.index #presentation_schedule #presentations, body.presentations.create #presentation_schedule #presentations {
  position: relative;
  width: 90%;
  margin: 0 2%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 3px;
}
body.presentations.index #presentation_schedule #presentations:after, body.presentations.create #presentation_schedule #presentations:after {
  content: "";
  display: block;
  box-shadow: inset -10px 0 10px -5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  width: 1%;
  height: 100%;
}
body.presentations.index #presentation_schedule #presentations .presentation, body.presentations.create #presentation_schedule #presentations .presentation {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 24%;
  line-height: 1em;
}
body.presentations.index #presentation_schedule #presentations .presentation .inner, body.presentations.create #presentation_schedule #presentations .presentation .inner {
  margin-right: 0.5em;
  background-color: #353535;
  padding: 0.75em 1em;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px #202020;
  max-width: 190px;
  height: 110px;
  white-space: wrap;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.presentations.index #presentation_schedule #presentations .presentation .inner .inner-text, body.presentations.create #presentation_schedule #presentations .presentation .inner .inner-text {
  text-overflow: ellipsis;
  max-width: 160px;
  max-height: 50px;
  line-height: 1em;
  padding-bottom: 10px;
}
body.presentations.index #presentation_schedule #presentations .presentation .starts_at, body.presentations.create #presentation_schedule #presentations .presentation .starts_at {
  color: #777;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
}
body.presentations.index #presentation_schedule #presentations .presentation .location, body.presentations.create #presentation_schedule #presentations .presentation .location {
  color: #f6f3f3;
  font-weight: bold;
  margin-bottom: 1em;
  overflow: hidden;
}
body.presentations.index #presentation_schedule #presentations .presentation a, body.presentations.create #presentation_schedule #presentations .presentation a {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 3px solid #c42b30;
  background-color: #f53b41;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  position: relative;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  background-color: #CC9E9E;
  border-bottom: 3px solid #A67B7B;
  color: black;
  text-shadow: none;
  line-height: 1.4em;
  display: block;
  width: 100%;
}
body.presentations.index #presentation_schedule #presentations .presentation a:hover, body.presentations.create #presentation_schedule #presentations .presentation a:hover {
  background-color: #ff585d;
  border-bottom: 3px solid #e54f54;
}
body.presentations.index #presentation_schedule #presentations .presentation a:active, body.presentations.create #presentation_schedule #presentations .presentation a:active {
  top: 3px;
  border: none;
  margin-bottom: 3px;
}
body.presentations.index #presentation_schedule #presentations .presentation a:hover, body.presentations.create #presentation_schedule #presentations .presentation a:hover {
  background-color: #C08E8E;
  border-bottom: 3px solid #9A6B6B;
}
body.presentations.index #main-menu, body.presentations.create #main-menu {
  background-color: #f53b41;
  margin-bottom: 1em;
}
body.presentations.index #main-menu .item, body.presentations.create #main-menu .item {
  padding: 5px 15px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  border-radius: 3px;
  cursor: pointer;
  /* to prevent user from selecting button text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #353535;
  color: #fff;
  border-bottom: 3px solid #202020;
  text-shadow: 0 1px rgba(0, 0, 0, 0.45);
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  margin-right: 0.75em;
}
body.presentations.index #main-menu .item .counter, body.presentations.create #main-menu .item .counter {
  background-color: #f6f3f3;
  margin-left: 1em;
  padding: 3px 7px;
  border-radius: 12px;
  font-size: 12px;
  color: #222222;
}
body.presentations.index #new-presentation, body.presentations.create #new-presentation {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
body.presentations.index #new-presentation a, body.presentations.create #new-presentation a {
  display: inline-block;
}
body.presentations.index #new-presentation #display-presentation, body.presentations.create #new-presentation #display-presentation {
  position: fixed;
  min-width: 340px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  z-index: 2000;
  background: #fff;
  padding: 20px 30px;
  margin-top: 5px;
  box-shadow: #ddd 0px 2px 2px;
  border-radius: 3px;
}
body.presentations.index #new-presentation #display-presentation h1, body.presentations.create #new-presentation #display-presentation h1 {
  font-size: 30px;
  line-height: 30px;
  white-space: nowrap;
}
body.presentations.index #new-presentation #display-presentation input[type=text], body.presentations.index #new-presentation #display-presentation input[type=number], body.presentations.index #new-presentation #display-presentation select, body.presentations.create #new-presentation #display-presentation input[type=text], body.presentations.create #new-presentation #display-presentation input[type=number], body.presentations.create #new-presentation #display-presentation select {
  border: 1px solid #d7d5d6;
  margin-bottom: 0.5em;
  width: 100%;
}
body.presentations.index #new-presentation #display-presentation label, body.presentations.create #new-presentation #display-presentation label {
  width: 100%;
}

body.sessions form .string label {
  display: block;
  margin-bottom: 5px;
}
body.sessions form .string input {
  display: block;
}
body.sessions form input {
  margin-bottom: 10px;
}
body.sessions form input[type=text],
body.sessions form input[type=email],
body.sessions form input[type=password] {
  width: 300px;
}

.tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  margin: 40px 0 40px 0;
  background: rgb(235.0714285714, 228.4285714286, 228.4285714286);
  padding: 2px;
  border-radius: 5px;
}
.tabs .tab {
  border-radius: 5px;
  padding: 6px 14px 4px 14px;
}
.tabs .tab h2 {
  font-size: 14px;
  margin: 0;
  color: rgb(59.5, 59.5, 59.5);
  font-family: "HelveticaNeueW01-65Medi", Arial;
  text-shadow: 0 1px white;
}
.tabs .tab.active {
  background: white;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  border-bottom: 4px solid #f6f3f3;
}
.tabs .tab.active:hover {
  background: white;
}
.tabs .tab:hover {
  background: rgb(243.8142857143, 240.0857142857, 240.0857142857);
}

.ui-tooltip {
  background: #f53b41;
  display: inline-block;
  padding: 5px;
  border: 0px;
}
.ui-tooltip .ui-tooltip-content {
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: white;
}
.ui-tooltip .ui-tooltip-content:after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  bottom: -5px;
  left: 20px;
  border-color: #f53b41 transparent;
  border-width: 5px 5px 0;
}

* {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

#mti_wfs_colophon {
  display: none !important;
}

#mti_wfs_colophon_anchor {
  display: none;
}
#mti_wfs_colophon_anchor img {
  display: none;
}

body {
  font-family: "HelveticaNeueW01-45Ligh", Arial;
  font-weight: lighter;
  background: #f6f3f3;
  color: #707070;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: lighter;
  margin-top: 0;
  color: #222222;
}

h2 {
  font-size: 20px;
  font-weight: lighter;
  margin-top: 0;
  color: #222222;
}

h3 {
  font-size: 16px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #222222;
}

h4 {
  font-size: 14px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
  font-weight: normal;
  margin-top: 0;
  color: #b7b7b7;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0 0 20px 0;
}

.mt-60 {
  margin-top: 60px;
}

.repository {
  zoom: 1;
  position: relative;
}
.repository:before, .repository:after {
  content: " ";
  display: table;
}
.repository:after {
  clear: both;
}

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

.stationary .repository {
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
}

.mobile .repository {
  width: 100%;
}
.mobile #content .content {
  padding: 0 20px;
}

.notice,
.alert {
  float: left;
  width: 100%;
  border-radius: 3px;
  padding: 5px 7px;
  font-family: "HelveticaNeueW01-65Medi", Arial;
}

.notice {
  background-color: #CBDEDC;
  border: 2px solid #b4c7c5;
  color: #000000;
  font-weight: 300;
}

.alert {
  background-color: #f53b41;
  border: 2px solid #c4191f;
  color: #84090d;
}

.breadcrumbs {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  color: #999;
}
@media only screen and (max-width: 500px) {
  .breadcrumbs {
    margin: 15px 0;
  }
}
.breadcrumbs a {
  color: #999;
  border-bottom: 1px solid #999;
  margin: 0 5px;
}
.breadcrumbs a:first-of-type {
  margin-left: 0;
}
.breadcrumbs a:last-of-type {
  margin-right: 0;
}
.breadcrumbs a:hover {
  color: #333;
  border-color: #333;
}

.hidden {
  display: none;
}
