﻿@charset "UTF-8";
/* This is the main .scss file. The purpose of this file is to include 
all partial .scss files that are to be imported.
* files to be imported are located in the globals and partials folders*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Calibri, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.3;
  color: #000;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #E91449;
  text-decoration: none; }
  a:hover, a:focus {
    color: #E91449;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.3;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f2f2f2; }

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

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

[role="button"] {
  cursor: pointer; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e5e5e5;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.3;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 28.5px;
  line-height: inherit;
  color: #c9c9c9;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

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

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 11px;
  font-size: 19px;
  line-height: 1.3;
  color: #d2d2d2; }

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  font-size: 19px;
  line-height: 1.3;
  color: #d2d2d2;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #e5e5e5;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #e5e5e5; }
  .form-control::-webkit-input-placeholder {
    color: #e5e5e5; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f2f2f2;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 62px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 43px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 62px;
  line-height: 62px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 62px;
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 62px;
  line-height: 62px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 62px;
  min-height: 46px;
  padding: 16px 20px;
  font-size: 22px;
  line-height: 1.33; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 57.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 62px;
  height: 62px;
  line-height: 62px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 22px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 19px;
  line-height: 1.3;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #3071a9;
    border-color: #193c5a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #285e8e;
      border-color: #193c5a; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #E91449;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #E91449;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #e5e5e5;
    text-decoration: none; }

.btn-lg {
  padding: 15px 20px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 10px 15px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
  color: #d2d2d2;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 15px 20px;
    font-size: 22px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.3; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#standardPage #header h1 {
  margin-top: 0; }

#standardPage .mainImage {
  margin-bottom: 30px;
  width: 90%; }
  #standardPage .mainImage img {
    width: 100%; }

#standardPage #mainBody {
  /*margin-bottom: 30px;*/ }
  #standardPage #mainBody p, #standardPage #mainBody h1, #standardPage #mainBody h2, #standardPage #mainBody h3, #standardPage #mainBody h4, #standardPage #mainBody h5, #standardPage #mainBody h6, #standardPage #mainBody h7 {
    width: 91.66667%; }
  #standardPage #mainBody h2.state-default.state-hover {
    cursor: pointer; }
  #standardPage #mainBody h2.state-default .caret {
    border-width: 7px; }
    #standardPage #mainBody h2.state-default .caret.rotate {
      border-bottom: 7px solid;
      border-top: none; }
  #standardPage #mainBody div.content :last-child {
    margin-bottom: 0; }

#standardPage .pagePublish {
  border-bottom: 1px solid #000;
  padding: 15px 0; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#landingPage .hero-image {
  padding-bottom: 37.18%;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
  #landingPage .hero-image#hero-image {
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (min-width: 768px) {
      #landingPage .hero-image#hero-image {
        margin-left: -20px;
        margin-right: -20px; } }
    @media screen and (min-width: 992px) {
      #landingPage .hero-image#hero-image {
        margin-left: -30px;
        margin-right: -30px; } }
  #landingPage .hero-image#hero-image-mobile {
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (max-width: 767px) {
      #landingPage .hero-image#hero-image-mobile {
        padding-bottom: 330px;
        background-size: auto auto;
        background-position: center center; } }

#landingPage #areainfo {
  margin-top: -165px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #EEDC00; }
  @media screen and (max-width: 767px) {
    #landingPage #areainfo {
      margin-top: -325px; } }
  #landingPage #areainfo h1 {
    margin-bottom: 15px; }
  #landingPage #areainfo h1, #landingPage #areainfo p, #landingPage #areainfo span {
    color: #000000; }
  #landingPage #areainfo ul {
    list-style: none;
    padding: 0; }
    #landingPage #areainfo ul li a {
      font-family: BauWebPro, Arial, Verdana;
      font-size: 36px;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto; }
  @media (max-width: 480px) {
    #landingPage #areainfo ul li {
      margin-bottom: 20px; }
      #landingPage #areainfo ul li a {
        font-size: 30px;
        line-height: 30px; } }

#landingPage .blockFrame {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#startPage .hero-image {
  padding-bottom: 37.18%;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 15px; }
  #startPage .hero-image#hero-image {
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (min-width: 768px) {
      #startPage .hero-image#hero-image {
        margin-left: -20px;
        margin-right: -20px; } }
    @media screen and (min-width: 992px) {
      #startPage .hero-image#hero-image {
        margin-left: -30px;
        margin-right: -30px; } }
  #startPage .hero-image#hero-image-mobile {
    margin-left: -10px;
    margin-right: -10px; }
    @media screen and (max-width: 767px) {
      #startPage .hero-image#hero-image-mobile {
        padding-bottom: 330px;
        background-size: auto auto;
        background-position: center center; } }

#startPage #startpageOverlay {
  margin-top: -165px; }
  @media screen and (max-width: 767px) {
    #startPage #startpageOverlay {
      margin-top: -325px; } }
  #startPage #startpageOverlay #areainfo {
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      #startPage #startpageOverlay #areainfo {
        margin-bottom: 10px; } }
    #startPage #startpageOverlay #areainfo .row-flex--sm.row:before,
    #startPage #startpageOverlay #areainfo .row-flex--sm.row:after {
      width: 0; }
    #startPage #startpageOverlay #areainfo .targetGroupEntrance {
      background-color: #EEDC00;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-flex: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1;
      /* OLD - Firefox 19- */
      -webkit-flex: 1;
      /* Chrome */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      width: 100%; }
      #startPage #startpageOverlay #areainfo .targetGroupEntrance:hover {
        background-color: #ffee22; }
      #startPage #startpageOverlay #areainfo .targetGroupEntrance .link {
        margin: 0;
        padding: 15px 20px;
        width: 100%;
        color: #000000; }
        #startPage #startpageOverlay #areainfo .targetGroupEntrance .link .text {
          font-family: BauWebPro, Arial, Verdana;
          font-weight: 600;
          margin-bottom: 0px; }
          #startPage #startpageOverlay #areainfo .targetGroupEntrance .link .text:after {
            content: "\51";
            font-family: "uhr-icon-font" !important;
            display: inline-block;
            top: .15789474em;
            position: relative;
            margin-left: 5px; }
    @media screen and (max-width: 1199px) {
      #startPage #startpageOverlay #areainfo .targetGroupEntrance {
        margin-bottom: 10px; } }
  #startPage #startpageOverlay .blockFrame.text {
    border: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0; }
  #startPage #startpageOverlay #mainBody .article {
    text-align: center;
    background-color: #EEDC00;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-weight: 700; }
    #startPage #startpageOverlay #mainBody .article h1 {
      color: #000000; }
    #startPage #startpageOverlay #mainBody .article p {
      margin: 0; }
  #startPage #startpageOverlay #startPageSearchCompareArea {
    font-size: 24px;
    background-color: #EEDC00;
    margin-bottom: 20px;
    padding: 10px 15px 15px 20px; }
    #startPage #startpageOverlay #startPageSearchCompareArea .searchCompareHeader {
      margin-bottom: 10px; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchCompareHeader a {
        color: #000000;
        font-family: BauWebPro, Arial, Verdana;
        font-weight: 600; }
        #startPage #startpageOverlay #startPageSearchCompareArea .searchCompareHeader a:after {
          content: "\51";
          font-family: "uhr-icon-font" !important;
          display: inline-block;
          top: .15789474em;
          position: relative;
          margin-left: 5px; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchCompareHeader a:hover {
        color: #000000; }
    #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder {
      font-size: 24px;
      height: 55px;
      border: 1px solid #000000;
      border-right: none;
      color: #000000; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder:focus {
        outline: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        z-index: 2; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder::-webkit-input-placeholder {
        color: #999999; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder:-moz-placeholder {
        color: #999999;
        opacity: 1; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder::-moz-placeholder {
        color: #999999;
        opacity: 1; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .searchPlaceholder:-ms-input-placeholder {
        color: #999999; }
    #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton {
      font-size: 24px;
      font-weight: 600;
      height: 55px;
      background-color: #000000;
      color: #ffffff;
      border-radius: 0;
      width: auto; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton .icon {
        margin-right: 4px; }
      #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton:hover, #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton:active, #startPage #startpageOverlay #startPageSearchCompareArea .searchSokJamfor .sokJamForSearchbutton:focus {
        background-color: #333333; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#searchPage .ess-searchResult.ess-spellingSuggestion, #searchPage .didYouMean {
  background-image: none;
  border: 1px solid #E91449;
  max-width: 100%;
  padding: 15px; }
  #searchPage .ess-searchResult.ess-spellingSuggestion h5, #searchPage .didYouMean h5 {
    font-family: Calibri, Arial, sans-serif; }
  #searchPage .ess-searchResult.ess-spellingSuggestion ul, #searchPage .didYouMean ul {
    padding: 0;
    margin: 0; }
    #searchPage .ess-searchResult.ess-spellingSuggestion ul li, #searchPage .didYouMean ul li {
      list-style-type: none;
      font-size: 16px; }
      #searchPage .ess-searchResult.ess-spellingSuggestion ul li a, #searchPage .didYouMean ul li a {
        font-size: 19px; }

#searchPage .header {
  padding-left: 0;
  margin-top: 40px; }
  #searchPage .header h4 {
    display: block;
    font-size: 19px;
    font-family: Calibri, Arial, sans-serif;
    font-weight: normal; }
    #searchPage .header h4 span {
      font-family: Calibri, Arial, sans-serif; }
    #searchPage .header h4 strong {
      font-family: BauWebPro, Arial, Verdana;
      font-weight: 600; }
  #searchPage .header .menu {
    float: left;
    font-size: 19px;
    color: #000;
    margin-top: 30px;
    min-width: 340px; }
    #searchPage .header .menu * {
      display: inline; }
    #searchPage .header .menu ul {
      list-style-type: none;
      margin: 0;
      margin-left: 5px;
      padding: 0; }
      #searchPage .header .menu ul li {
        padding: 0;
        padding-right: 5px; }
        #searchPage .header .menu ul li a {
          font-size: 19px;
          font-weight: 700; }
        #searchPage .header .menu ul li.ess-sortOrder.ess-ascending a:after {
          content: "";
          background: url(/Static/images/umu_sprite.png) 2px 2px no-repeat;
          padding: 0 9px; }
        #searchPage .header .menu ul li.ess-sortOrder.ess-descending a:after {
          content: "";
          background: url(/Static/images/umu_sprite.png) -33px -36px no-repeat;
          padding: 0 9px; }
        #searchPage .header .menu ul li.ess-sortOrder a {
          color: #000; }
          #searchPage .header .menu ul li.ess-sortOrder a:hover {
            text-decoration: none; }
        #searchPage .header .menu ul li:not(:first-Child) {
          border-left: 2px solid #000;
          padding-left: 5px; }
        #searchPage .header .menu ul li.ess-descending a:after {
          margin-left: 3px;
          content: "↓"; }
        #searchPage .header .menu ul li.ess-ascending a:after {
          margin-left: 3px;
          content: "↑"; }

#searchPage ol {
  list-style-type: none;
  padding: 0;
  margin-top: 4em; }
  #searchPage ol li {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 0;
    margin-bottom: 20px; }
    #searchPage ol li .article {
      max-width: 85%; }
      #searchPage ol li .article .ess-documentInformation {
        display: inline; }
        #searchPage ol li .article .ess-documentInformation dt {
          display: none; }
        #searchPage ol li .article .ess-documentInformation dd {
          display: inline;
          margin: 0; }
          #searchPage ol li .article .ess-documentInformation dd:after {
            content: " - "; }
          #searchPage ol li .article .ess-documentInformation dd:last-child:after {
            content: ""; }
        #searchPage ol li .article .ess-documentInformation .xls, #searchPage ol li .article .ess-documentInformation .doc, #searchPage ol li .article .ess-documentInformation .pdf, #searchPage ol li .article .ess-documentInformation .ppt, #searchPage ol li .article .ess-documentInformation .other {
          color: #fff;
          padding: 0 2px;
          font-size: 12px; }
        #searchPage ol li .article .ess-documentInformation .xls {
          background-color: #50BE1F; }
        #searchPage ol li .article .ess-documentInformation .doc {
          background-color: #009FE9; }
        #searchPage ol li .article .ess-documentInformation .pdf {
          background-color: #E91449; }
        #searchPage ol li .article .ess-documentInformation .ppt {
          background-color: #FF8000; }
        #searchPage ol li .article .ess-documentInformation .other {
          display: none; }
      #searchPage ol li .article .ess-hitLink {
        display: inline-block; }
        #searchPage ol li .article .ess-hitLink[title*=".pdf"] h5:before, #searchPage ol li .article .ess-hitLink[title$=".xls"] h5:before, #searchPage ol li .article .ess-hitLink[title$=".doc"] h5:before, #searchPage ol li .article .ess-hitLink[title$=".ppt"] h5:before, #searchPage ol li .article .ess-hitLink[title$=".xlsx"] h5:before, #searchPage ol li .article .ess-hitLink[title$=".docx"] h5:before, #searchPage ol li .article .ess-hitLink[title$=".pptx"] h5:before {
          display: inline;
          color: #fff;
          padding: 0 2px;
          font-size: 12px;
          margin-right: 3px; }
        #searchPage ol li .article .ess-hitLink[title*=".pdf"] h5:before {
          content: "PDF";
          background-color: #E91449; }
        #searchPage ol li .article .ess-hitLink[title*=".doc"] h5:before, #searchPage ol li .article .ess-hitLink[title*=".docx"] h5:before {
          content: "DOC";
          background-color: #009FE9; }
        #searchPage ol li .article .ess-hitLink[title*=".xls"] h5:before, #searchPage ol li .article .ess-hitLink[title*=".xlsx"] h5:before {
          content: "XLS";
          background-color: #50BE1F; }
        #searchPage ol li .article .ess-hitLink[title*=".ppt"] h5:before, #searchPage ol li .article .ess-hitLink[title*=".pptx"] h5:before {
          content: "PPT";
          background-color: #FF8000; }
  #searchPage ol h5, #searchPage ol p {
    font-family: Calibri, sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px; }
  #searchPage ol .footer {
    border-top: none;
    margin-bottom: 20px; }
    #searchPage ol .footer dt, #searchPage ol .footer div, #searchPage ol .footer dd {
      font-family: Calibri, sans-serif;
      font-size: 15px;
      color: #000;
      font-weight: 400;
      display: inline-block; }
    #searchPage ol .footer > p, #searchPage ol .footer > a {
      display: none; }

#searchPage .ess-searchResult {
  max-width: 100%; }
  #searchPage .ess-searchResult .article.True {
    max-width: 100%;
    background-color: #FBFBC3;
    background-image: none;
    border: none;
    padding: 15px;
    margin-bottom: 8px; }
    #searchPage .ess-searchResult .article.True a:hover {
      text-decoration: none; }
    #searchPage .ess-searchResult .article.True .footer {
      display: none; }
  #searchPage .ess-searchResult.ess-bestBet {
    max-width: 100%;
    background-color: #FBFBC3;
    background-image: none;
    border: none;
    padding: 15px;
    margin-bottom: 8px; }
    #searchPage .ess-searchResult.ess-bestBet a:hover {
      text-decoration: none; }
    #searchPage .ess-searchResult.ess-bestBet h5, #searchPage .ess-searchResult.ess-bestBet p {
      margin: 0; }
    #searchPage .ess-searchResult.ess-bestBet h5 {
      font-family: Calibri, sans-serif;
      font-size: 19px; }
      #searchPage .ess-searchResult.ess-bestBet h5:hover {
        text-decoration: underline; }
    #searchPage .ess-searchResult.ess-bestBet p {
      font-family: Calibri, sans-serif;
      font-size: 16px;
      line-height: 18px;
      color: #000; }
    #searchPage .ess-searchResult.ess-bestBet a p:before {
      font-weight: 700;
      font-size: 12px;
      background-color: #000;
      color: #fff;
      padding: 0 2px;
      margin-right: 3px; }
    #searchPage .ess-searchResult.ess-bestBet.work, #searchPage .ess-searchResult.ess-bestBet.education {
      background-color: #FDDCE4; }
    #searchPage .ess-searchResult.ess-bestBet.work a p:before {
      content: "YRKEN"; }
    #searchPage .ess-searchResult.ess-bestBet.education a p:before {
      content: "UTBILDNING"; }

#searchPage .ess-pagination.footer {
  background: none;
  background-color: #E91449;
  padding: 5px 15px;
  display: block;
  text-align: center;
  /*margin-bottom: $padding-base-horizontal;*/ }
  #searchPage .ess-pagination.footer > ul {
    padding: 0; }
  #searchPage .ess-pagination.footer * {
    display: inline; }
  #searchPage .ess-pagination.footer li {
    border: none; }
  #searchPage .ess-pagination.footer .ess-active {
    font-size: 22px;
    background-color: #fff;
    color: #E91449;
    padding: 5px 5px 5px 10px; }
  #searchPage .ess-pagination.footer a {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }

@media (max-width: 768px) {
  #searchPage {
    /*.ess-pagination.footer a:not(.ess-active):not(.relativeNavigation){
            display:none;
        }*/ }
    #searchPage .ess-searchResult .article {
      max-width: 100%; }
    #searchPage .ess-pagination.footer li a, #searchPage .ess-pagination.footer li.ess-active {
      padding-left: 20px;
      padding-right: 20px; } }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#Erasmuspage #header .shareButtons {
  margin-top: 0px;
  top: -5px; }

@media (min-width: 480px) {
  #Erasmuspage #header .shareButtons {
    float: right; } }

#Erasmuspage #map-canvas, #Erasmuspage #noMap, #Erasmuspage #loadingMap {
  height: 450px;
  margin-bottom: 30px; }

#Erasmuspage #noMap, #Erasmuspage #loadingMap {
  padding-top: 20px;
  height: auto; }
  @media (min-width: 992px) {
    #Erasmuspage #noMap, #Erasmuspage #loadingMap {
      padding-top: 140px;
      height: 450px; } }
  @media (max-width: 992px) {
    #Erasmuspage #noMap, #Erasmuspage #loadingMap {
      background: none !important;
      background-color: #EEDC00 !important; } }
  #Erasmuspage #noMap .loadingText, #Erasmuspage #loadingMap .loadingText {
    font-family: Calibri, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #E91449;
    margin-top: 25px;
    text-align: center; }
    @media (min-width: 992px) {
      #Erasmuspage #noMap .loadingText, #Erasmuspage #loadingMap .loadingText {
        color: #fff; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #Erasmuspage #noMap .loadingText, #Erasmuspage #loadingMap .loadingText {
        padding-bottom: 20px;
        margin-top: 5px; } }
    @media (max-width: 768px) {
      #Erasmuspage #noMap .loadingText, #Erasmuspage #loadingMap .loadingText {
        padding: 20px 10px;
        margin-top: 5px; } }
    @media (max-width: 480px) {
      #Erasmuspage #noMap .loadingText, #Erasmuspage #loadingMap .loadingText {
        font-size: 20px; } }
  #Erasmuspage #noMap #selectInfo, #Erasmuspage #loadingMap #selectInfo {
    font-family: Calibri, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 0 84px;
    color: #E91449; }
    @media (min-width: 992px) {
      #Erasmuspage #noMap #selectInfo, #Erasmuspage #loadingMap #selectInfo {
        color: #fff; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #Erasmuspage #noMap #selectInfo, #Erasmuspage #loadingMap #selectInfo {
        padding-bottom: 20px; } }
    @media (max-width: 768px) {
      #Erasmuspage #noMap #selectInfo, #Erasmuspage #loadingMap #selectInfo {
        padding: 20px 10px; } }
    @media (max-width: 480px) {
      #Erasmuspage #noMap #selectInfo, #Erasmuspage #loadingMap #selectInfo {
        font-size: 20px; } }
    #Erasmuspage #noMap #selectInfo h3, #Erasmuspage #loadingMap #selectInfo h3 {
      font-size: 36px;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        #Erasmuspage #noMap #selectInfo h3, #Erasmuspage #loadingMap #selectInfo h3 {
          font-size: 24px; } }
    #Erasmuspage #noMap #selectInfo p, #Erasmuspage #loadingMap #selectInfo p {
      line-height: 1.2; }

@media (min-width: 992px) {
  #Erasmuspage #loadingMap {
    background: none;
    padding-top: 140px;
    height: 450px;
    background-color: #bc103b; } }

#Erasmuspage .fullWidhtDropDowns {
  margin-bottom: 10px; }
  #Erasmuspage .fullWidhtDropDowns .regularButton, #Erasmuspage .fullWidhtDropDowns #mainContent .EPiServerForms .FormSubmitButton, #mainContent .EPiServerForms #Erasmuspage .fullWidhtDropDowns .FormSubmitButton, #Erasmuspage .fullWidhtDropDowns .styled-select {
    width: 100%;
    height: 37px; }
  #Erasmuspage .fullWidhtDropDowns > div {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    #Erasmuspage .fullWidhtDropDowns > div:not(:first-child) {
      padding-left: 5px; }
    #Erasmuspage .fullWidhtDropDowns > div:not(:last-child) {
      padding-right: 5px; } }

.erasmusMainContent h2:first-child {
  margin-top: 0; }

.erasmusMainContent #institutionInfo {
  padding: 0; }
  .erasmusMainContent #institutionInfo #institutionLink {
    background: url("/Static/images/umu_sprite.png") no-repeat scroll -70px -70px transparent;
    padding-left: 25px; }
    .erasmusMainContent #institutionInfo #institutionLink a {
      font-weight: 700;
      display: inline-block;
      line-height: 18px; }
  .erasmusMainContent #institutionInfo #institutionAddress {
    padding-left: 25px; }
    .erasmusMainContent #institutionInfo #institutionAddress ul {
      list-style-type: none;
      padding: 0;
      margin-bottom: 30px; }
      .erasmusMainContent #institutionInfo #institutionAddress ul li {
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 5px; }

.erasmusMainContent #applicationLink {
  padding: 0; }
  .erasmusMainContent #applicationLink a {
    display: block;
    background-color: #e91449;
    height: 37px;
    color: #FFF;
    text-align: center;
    padding-top: 5px; }
    .erasmusMainContent #applicationLink a:hover {
      background-color: #000;
      text-decoration: none; }
    .erasmusMainContent #applicationLink a:after {
      display: none !important; }

.erasmusMainContent #pagedivider {
  margin-bottom: 50px; }

@media (min-width: 992px) {
  .erasmusMainContent #pagedivider {
    margin-bottom: 20px; } }

/*Styling of google maps info window*/
.googft-info-window {
  font-family: Calibri, Arial, sans-serif;
  font-size: 18px; }
  .googft-info-window a {
    font-weight: 700; }
  .googft-info-window .address {
    display: none; }

.erasmusFilterButtons {
  margin-top: 15px; }
  .erasmusFilterButtons span {
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    vertical-align: -10px; }
    @media (max-width: 768px) {
      .erasmusFilterButtons span {
        display: block; } }
  .erasmusFilterButtons input {
    margin-right: 10px;
    margin-bottom: 10px; }
    .erasmusFilterButtons input.active {
      background-color: #000; }

.spinner {
  height: 60px;
  width: 60px;
  margin: 0px auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid #900;
  border-right: 6px solid #900;
  border-bottom: 6px solid #900;
  border-top: 6px solid #fff;
  border-radius: 100%; }

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

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

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

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

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#Sweinstmappage #header .shareButtons {
  margin-top: 0px;
  top: -5px; }

@media (min-width: 480px) {
  #Sweinstmappage #header .shareButtons {
    float: right; } }

#Sweinstmappage #map-canvas {
  height: 450px;
  margin-bottom: 30px; }

.sweInstMapMainContent h2:first-child {
  margin-top: 0; }

.sweInstMapMainContent #pagedivider {
  margin-bottom: 20px; }

#campusblockarea {
  padding-left: 0; }

/*Styling of google maps info window*/
.googft-info-window {
  font-family: Calibri, Arial, sans-serif;
  font-size: 18px; }
  .googft-info-window a {
    font-weight: 700; }

.gm-style .gm-style-iw {
  font-family: Calibri, Arial, sans-serif;
  font-size: 18px; }
  .gm-style .gm-style-iw a {
    font-weight: 700; }

.map-button {
  background-color: #E91449;
  border: 2px solid #E91449;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-top: -400px;
  margin-left: -66px;
  text-align: center; }
  .map-button:hover {
    background-color: #000;
    border-color: #000; }
  .map-button > div {
    color: #fff;
    font-weight: 700;
    font-family: Calibri, Arial, sans-serif;
    padding: 2px 14px;
    font-size: 18px; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#fourofour.article {
  font-family: BauWebPro, Arial, Verdana; }
  #fourofour.article .missingPageHeader {
    font-size: 30px;
    font-weight: 700;
    color: #E91449;
    padding-top: 45px; }
  #fourofour.article .missingPage {
    font-family: Calibri, Arial, sans-serif;
    font-size: 19px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 50px; }
    #fourofour.article .missingPage .missingSpanBold a {
      color: #E91449;
      word-break: break-all; }
    #fourofour.article .missingPage .missingSpanBold span {
      color: #999;
      word-break: break-all; }
    #fourofour.article .missingPage .block {
      display: block; }
  #fourofour.article .goto {
    padding-top: 60px; }
  #fourofour.article .searchbox {
    width: auto; }
    @media (max-width: 768px) {
      #fourofour.article .searchbox {
        margin-top: 100px; } }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
@media (max-width: 991px) {
  body:after {
    content: 'mobile';
    display: none; } }

@media (min-width: 992px) {
  body:after {
    content: 'desktop';
    display: none; } }

body .searchbox input#SearchBox {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

#searchComparePage {
  margin-bottom: 27px; }
  #searchComparePage .searchbox {
    background-color: #EEDC00;
    padding: 12px 15px 15px 20px; }
    #searchComparePage .searchbox h1 {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.3;
      color: #000000; }
    #searchComparePage .searchbox .searchPlaceholder {
      font-size: 24px;
      height: 55px;
      border: 1px solid #000000;
      border-right: none; }
    #searchComparePage .searchbox .ess-searchbutton {
      font-size: 24px;
      height: 55px; }

#edu-results-page {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  margin-top: 45px; }
  #edu-results-page #results-area {
    z-index: 1; }
  #edu-results-page #sidebar-area {
    z-index: 0; }
  #edu-results-page .yellow-arrow {
    position: absolute;
    color: #EEDC00; }
  #edu-results-page #compare-info-text {
    margin-top: 20px; }
    #edu-results-page #compare-info-text #info-text-mobile {
      display: none; }
    #edu-results-page #compare-info-text .compare-info-content {
      padding: 15px 20px;
      background-color: #EEDC00; }
      #edu-results-page #compare-info-text .compare-info-content .yellow-arrow {
        font-size: 30px; }
        #edu-results-page #compare-info-text .compare-info-content .yellow-arrow.arrow-left, #edu-results-page #compare-info-text .compare-info-content .yellow-arrow.arrow-up {
          display: none; }
        #edu-results-page #compare-info-text .compare-info-content .yellow-arrow.arrow-down {
          display: block;
          right: 14px;
          top: auto; }
      #edu-results-page #compare-info-text .compare-info-content p {
        margin: 0; }
  @media (min-width: 992px) {
    #edu-results-page #compare-info-text {
      position: absolute;
      left: 66.66666%; }
      #edu-results-page #compare-info-text .compare-info-content .yellow-arrow.arrow-left {
        display: block;
        left: -10px;
        top: -3px; }
      #edu-results-page #compare-info-text .compare-info-content .yellow-arrow.arrow-down, #edu-results-page #compare-info-text .compare-info-content .yellow-arrow.arrow-up {
        display: none; } }
  #edu-results-page #edu-results-list #resultmetrics {
    font-size: 24px; }
  #edu-results-page #edu-results-list #resultmetrics a {
    font-size: 16px; }
  #edu-results-page #edu-results-list #edu-filters {
    margin-left: -3px;
    margin-right: -3px;
    width: auto; }
    #edu-results-page #edu-results-list #edu-filters.blocked .edu-filter {
      opacity: 0.5; }
    @media (min-width: 992px) {
      #edu-results-page #edu-results-list #edu-filters {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    #edu-results-page #edu-results-list #edu-filters .edu-filter {
      border: 1px solid #ccc;
      padding: 0 5px 5px 5px;
      margin: 3px; }
      @media (min-width: 992px) {
        #edu-results-page #edu-results-list #edu-filters .edu-filter {
          -webkit-order: 0;
          -ms-flex-order: 0;
          order: 0;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
          align-self: stretch; } }
      #edu-results-page #edu-results-list #edu-filters .edu-filter span {
        display: block;
        float: left;
        font-size: 16px;
        line-height: 1.2;
        padding-right: 2em; }
      #edu-results-page #edu-results-list #edu-filters .edu-filter a {
        float: right;
        text-align: center;
        font-size: 35px;
        width: 35px;
        height: 35px;
        line-height: 33px;
        border-radius: 50%;
        background-color: #999;
        color: #fff;
        margin-top: 7px;
        text-decoration: none !important; }
        @media (min-width: 992px) {
          #edu-results-page #edu-results-list #edu-filters .edu-filter a {
            font-size: 14px;
            width: 14px;
            height: 14px;
            line-height: 14px;
            margin-top: 4px;
            position: relative;
            left: 2px; } }
      #edu-results-page #edu-results-list #edu-filters .edu-filter b {
        clear: left;
        display: block;
        line-height: 1.2; }
  #edu-results-page #edu-results-list table {
    margin-top: 20px;
    width: 100%; }
  #edu-results-page #edu-results-list th {
    border: none; }
    #edu-results-page #edu-results-list th:first-child {
      border-left: 1px solid #999; }
  #edu-results-page #edu-results-list td, #edu-results-page #edu-results-list th.column-name {
    line-height: 18px;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #DDD; }
    #edu-results-page #edu-results-list td:last-child, #edu-results-page #edu-results-list th.column-name:last-child {
      border-right: 1px solid #DDD; }
    #edu-results-page #edu-results-list td *, #edu-results-page #edu-results-list th.column-name * {
      line-height: 18px; }
  #edu-results-page #edu-results-list .column-spacer, #edu-results-page #edu-results-list .column-spacer-header {
    background-color: #FFFFFF;
    padding: 5px 5px; }
  #edu-results-page #edu-results-list .column-spacer {
    border-top: none;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD; }
  #edu-results-page #edu-results-list .column-spacer-header {
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: none; }
  #edu-results-page #edu-results-list .column-compare-header {
    border-right: 1px solid #999; }
    #edu-results-page #edu-results-list .column-compare-header .compare-info-button {
      margin-left: 5px;
      background-color: #999;
      border: none;
      padding: 0; }
  #edu-results-page #edu-results-list .compare-min {
    display: none; }
  #edu-results-page #edu-results-list .add-disabled {
    color: #999 !important;
    text-decoration: none;
    cursor: default; }
  @media (max-width: 768px) {
    #edu-results-page #edu-results-list .column-language, #edu-results-page #edu-results-list .column-language-header {
      display: none; } }
  @media (max-width: 590px) {
    #edu-results-page #edu-results-list tr.result .column-pace, #edu-results-page #edu-results-list .column-pace-header {
      display: none; } }
  @media (max-width: 490px) {
    #edu-results-page #edu-results-list #compare-info-text {
      display: none; }
      #edu-results-page #edu-results-list #compare-info-text.firstSearchMobile {
        display: block; }
        #edu-results-page #edu-results-list #compare-info-text.firstSearchMobile #info-text-desktop {
          display: none; }
        #edu-results-page #edu-results-list #compare-info-text.firstSearchMobile #info-text-mobile {
          display: block !important; }
        #edu-results-page #edu-results-list #compare-info-text.firstSearchMobile .yellow-arrow {
          display: none !important; }
    #edu-results-page #edu-results-list .column-compare,
    #edu-results-page #edu-results-list .column-compare-header,
    #edu-results-page #edu-results-list .column-spacer,
    #edu-results-page #edu-results-list .column-spacer-header {
      display: none; }
    #edu-results-page #edu-results-list .compare-min {
      display: block; }
      #edu-results-page #edu-results-list .compare-min a {
        font-weight: 400 !important; }
      #edu-results-page #edu-results-list .compare-min .compare-info-button {
        margin-left: 5px;
        color: #E91449;
        background-color: #FFF;
        border: none;
        padding: 0; }
      #edu-results-page #edu-results-list .compare-min .compare-info-text-min {
        width: calc(100% + 65px); }
        #edu-results-page #edu-results-list .compare-min .compare-info-text-min .compare-info-content {
          position: relative;
          margin: 10px 0;
          padding: 15px 15px;
          background-color: #EEDC00; }
        #edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up, #edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up-delete {
          position: absolute;
          top: -13px; }
        #edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up {
          left: 135px; }
          #edu-results-page #edu-results-list .compare-min .compare-info-text-min .arrow-up-delete {
            left: 59px; }
        #edu-results-page #edu-results-list .compare-min .compare-info-text-min p {
          margin: 0;
          font-weight: normal;
          color: #000; }
    #edu-results-page #edu-results-list .column-hp, #edu-results-page #edu-results-list .column-hp-header {
      border-right: 1px solid #DDD; }
    #edu-results-page #edu-results-list .column-hp-header {
      border-right: 1px solid #999; }
    #edu-results-page #edu-results-list .column-name, #edu-results-page #edu-results-list .column-name-header {
      max-width: 60%; } }
  #edu-results-page #edu-results-list tbody tr.expandedView {
    display: none; }
  #edu-results-page #edu-results-list tbody.expanded th.column-name {
    border-bottom: none; }
    #edu-results-page #edu-results-list tbody.expanded th.column-name .caret {
      border-top: 5px solid #fff;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      top: 12px; }
  #edu-results-page #edu-results-list tbody.expanded th, #edu-results-page #edu-results-list tbody.expanded td {
    background-color: #E91449;
    border-bottom: 1px solid #E91449; }
  #edu-results-page #edu-results-list tbody.expanded tr.result * {
    color: #fff !important; }
    #edu-results-page #edu-results-list tbody.expanded tr.result *.add-disabled {
      opacity: 0.7; }
    #edu-results-page #edu-results-list tbody.expanded tr.result * .pieBackground {
      border-color: #fff; }
    #edu-results-page #edu-results-list tbody.expanded tr.result * .pieSlice1 .pie, #edu-results-page #edu-results-list tbody.expanded tr.result * .pieSlice2 .pie {
      background-color: #fff; }
  #edu-results-page #edu-results-list tbody.expanded tr.expandedView {
    display: table-row; }
  #edu-results-page #edu-results-list tbody.expanded .expandedView td {
    background-color: #fff; }
  #edu-results-page #edu-results-list tbody.expanded th.column-name {
    border-left: 1px solid #E91449; }
  #edu-results-page #edu-results-list tbody.expanded td.column-hp {
    border-right: 1px solid #E91449; }
  #edu-results-page #edu-results-list tbody.expanded td.column-compare {
    border-right: 1px solid #E91449; }
  #edu-results-page #edu-results-list tbody.expanded td.column-spacer {
    border-right: 1px solid #E91449;
    border-left: 1px solid #E91449; }
  #edu-results-page #edu-results-list tbody.expanded .compare-min .compare-info-button {
    background-color: #E91449;
    color: #FFF; }
  #edu-results-page #edu-results-list tbody.expanded .compare-min .compare-info-text-min .yellow-arrow {
    color: #EEDC00 !important; }
  #edu-results-page #edu-results-list tbody.expanded .compare-min .compare-info-text-min p {
    color: #000 !important; }
    #edu-results-page #edu-results-list tbody.expanded .compare-min .compare-info-text-min p * {
      color: #000 !important; }
  #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td {
    border: 1px solid #E91449; }
    #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div {
      padding: 0; }
      #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right {
        padding-top: 20px;
        padding-left: 10px; }
        #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a {
          display: block; }
          #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-button {
            border: 1px solid #E91449;
            font-size: 20px;
            margin-bottom: 5px;
            padding: 7px 10px;
            padding-right: 5px;
            background-color: #fff; }
            #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-button .glyphicon {
              float: right; }
            #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-button:hover {
              text-decoration: underline;
              border-color: #000;
              color: #000; }
            #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-button:active, #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-button:focus {
              text-decoration: none; }
            #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-button.open {
              border-color: #000;
              color: #000;
              border-right-color: #fff;
              margin-right: -33px;
              text-decoration: none; }
            #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-button.open:hover {
              text-decoration: underline; }
          #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-link {
            margin-top: 10px;
            font-weight: bold; }
            #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-link.first {
              margin-top: 15px; }
            #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right a.expanded-right-link.last {
              margin-bottom: 15px; }
      #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-left {
        padding-top: 5px;
        padding-right: 10px; }
      #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div h4 {
        font-weight: 700;
        margin-top: 15px; }
  #edu-results-page #edu-results-list tbody.expanded .expandedView-table {
    margin-top: 0;
    margin-bottom: 5px; }
    #edu-results-page #edu-results-list tbody.expanded .expandedView-table td {
      border: none;
      border-bottom: 1px solid #ddd; }
      #edu-results-page #edu-results-list tbody.expanded .expandedView-table td.snug {
        padding-left: 0; }
    #edu-results-page #edu-results-list tbody.expanded .expandedView-table td.expanded-eligibility {
      -ms-word-break: break-all;
      overflow-wrap: break-word;
      word-break: break-word; }
    #edu-results-page #edu-results-list tbody.expanded .expandedView-table td.expanded-applicationcode {
      text-transform: uppercase; }
    #edu-results-page #edu-results-list tbody.expanded .expandedView-table td.expanded-level {
      text-transform: capitalize; }
    #edu-results-page #edu-results-list tbody.expanded .expandedView-table tr.lastRow td {
      border-bottom: 1px solid transparent; }
    #edu-results-page #edu-results-list tbody.expanded .expandedView-table .applicationlink {
      text-transform: none;
      float: right; }
  @media (max-width: 768px) {
    #edu-results-page #edu-results-list tbody.expanded tr.expandedView > td > div.expanded-right {
      padding-left: 0; } }
  #edu-results-page #edu-results-list th.column-name {
    border-left: 1px solid #DDD;
    background-color: transparent;
    font-size: 16px;
    position: relative; }
    #edu-results-page #edu-results-list th.column-name .place {
      color: #000;
      font-weight: 400;
      margin-top: 3px; }
    #edu-results-page #edu-results-list th.column-name .arrow {
      position: absolute;
      left: 10px; }
    #edu-results-page #edu-results-list th.column-name .caret {
      border-left: 5px solid #E91449;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      margin-left: 0; }
    #edu-results-page #edu-results-list th.column-name .distance:not(:empty) {
      background-color: #62269E;
      color: #fff;
      font-weight: 700;
      display: inline-block;
      padding-left: 2px;
      padding-right: 2px; }
    #edu-results-page #edu-results-list th.column-name > span {
      position: relative;
      display: block;
      margin-left: 10px; }
    #edu-results-page #edu-results-list th.column-name a {
      font-weight: 700;
      margin-right: 5px; }
  #edu-results-page #edu-results-list .column-hp.null > span, #edu-results-page #edu-results-list .column-hp.null > div {
    display: none; }
  #edu-results-page #edu-results-list .snug {
    width: 1px;
    white-space: nowrap; }
  #edu-results-page #edu-results-list .pieContainer {
    height: 14px;
    width: 14px;
    display: inline-block; }
    #edu-results-page #edu-results-list .pieContainer.True {
      display: none; }
  #edu-results-page #edu-results-list .pieBackground {
    margin-top: 2px;
    position: absolute;
    width: 14px;
    height: 14px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #E91449; }
  #edu-results-page #edu-results-list .pie {
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    clip: rect(0px, 5px, 10px, 0px); }
  #edu-results-page #edu-results-list .hold {
    margin-top: 4px;
    margin-left: 2px;
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    clip: rect(0px, 10px, 10px, 5px); }
  #edu-results-page #edu-results-list .pieSlice1 .pie {
    background-color: #E91449;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #edu-results-page #edu-results-list .pieSlice2 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #edu-results-page #edu-results-list .pieSlice2 .pie {
    background-color: #E91449;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  #edu-results-page #edu-results-list .paceCount, #edu-results-page #edu-results-list .paceCount.False, #edu-results-page #edu-results-list .pieSlice2.True, #edu-results-page #edu-results-list .pieSlice1.True {
    display: none; }
  #edu-results-page #edu-results-list .paceCount.True {
    display: inline;
    color: #E91449;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: -4px; }
  #edu-results-page #edu-results-list .onePace.True, #edu-results-page #edu-results-list .severalPace.False {
    display: none; }

.text-muted {
  color: #777 !important; }

.modal-dialog {
  min-width: 600px;
  width: 80%;
  max-width: 800px; }
  .modal-dialog .modal-header {
    background-color: #62269E;
    color: #fff;
    padding: 4px 5px 4px 20px;
    text-align: right; }
    .modal-dialog .modal-header .modal-title {
      float: left; }
    .modal-dialog .modal-header button {
      background-color: transparent;
      color: #fff;
      font-size: 24px;
      line-height: 18px;
      padding: 0 4px 2px 4px;
      margin-top: 2px;
      border: 2px solid #fff;
      border-radius: 50%; }
  .modal-dialog .modal-footer {
    padding: 10px 20px 20px 10px; }
    .modal-dialog .modal-footer button {
      float: right;
      color: #fff;
      background-color: #E91449;
      padding: 5px 20px; }

.modal-body h2,
#edu-admission-statistics h2 {
  font-size: 19px; }

.modal-body table.results,
#edu-admission-statistics table.results {
  overflow-x: auto;
  display: block;
  clear: both;
  margin-left: 100px; }
  .modal-body table.results td,
  #edu-admission-statistics table.results td {
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ddd;
    background-color: #fff; }
    .modal-body table.results td.noone, .modal-body table.results td.notused,
    #edu-admission-statistics table.results td.noone,
    #edu-admission-statistics table.results td.notused {
      color: #999; }
  .modal-body table.results th,
  #edu-admission-statistics table.results th {
    white-space: nowrap;
    background-color: #999;
    color: #fff; }
    .modal-body table.results th[scope='col'],
    #edu-admission-statistics table.results th[scope='col'] {
      font-weight: normal;
      text-align: center; }
    .modal-body table.results th[scope='row'],
    #edu-admission-statistics table.results th[scope='row'] {
      text-align: right;
      width: 100px;
      margin-left: -100px;
      position: absolute; }
  .modal-body table.results tbody th,
  #edu-admission-statistics table.results tbody th {
    border-top: 1px solid #eee; }

.modal-body .ingress,
#edu-admission-statistics .ingress {
  font-size: 16px;
  line-height: 18px;
  max-width: 60ex; }

.modal-body .selection-criterion-description,
#edu-admission-statistics .selection-criterion-description {
  font-size: 16px;
  line-height: 18px;
  max-width: 60ex; }
  .modal-body .selection-criterion-description table,
  #edu-admission-statistics .selection-criterion-description table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    display: table; }
    .modal-body .selection-criterion-description table th, .modal-body .selection-criterion-description table td,
    #edu-admission-statistics .selection-criterion-description table th,
    #edu-admission-statistics .selection-criterion-description table td {
      border: none;
      text-align: left;
      padding: 5px 20px 5px 0; }
    .modal-body .selection-criterion-description table td,
    #edu-admission-statistics .selection-criterion-description table td {
      min-width: 80px; }

.edu-sel-heading {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.3;
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal; }
  .edu-sel-heading span {
    display: block; }

#edu-results-selector-page {
  overflow: hidden; }
  #edu-results-selector-page ul,
  #edu-results-selector-page li {
    display: block;
    margin: 0;
    padding: 0; }
  #edu-results-selector-page .edu-sel > ul {
    position: relative; }
  #edu-results-selector-page .edu-sel > ul > li {
    font-size: 24px;
    padding-right: 0;
    border: 1px solid #fff; }
  #edu-results-selector-page .edu-sel > ul > li > a {
    display: block;
    min-height: 40px;
    line-height: 28px;
    padding: 8px 40px 8px 10px;
    color: #E91449;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc; }
  #edu-results-selector-page .edu-sel > ul > li.adjusted > a {
    border-bottom-color: #fff; }
  #edu-results-selector-page .edu-sel > ul > li.open > a {
    color: #000;
    border: 1px solid #000;
    border-bottom: 1px solid #ccc;
    text-decoration: none; }
  #edu-results-selector-page .edu-sel > ul > li.open > a:hover {
    text-decoration: underline; }
  #edu-results-selector-page .edu-sel > ul > li.closed + li {
    display: none; }
  #edu-results-selector-page .edu-sel > ul > li.open + li {
    padding: 10px 20px 30px 20px;
    color: #000;
    border: 1px solid #000;
    border-top-color: #fff; }
    #edu-results-selector-page .edu-sel > ul > li.open + li ul, #edu-results-selector-page .edu-sel > ul > li.open + li li {
      font-size: 19px;
      line-height: 20px;
      display: block;
      margin: 0;
      padding: 0; }
    #edu-results-selector-page .edu-sel > ul > li.open + li li {
      padding-top: 5px;
      padding-bottom: 10px; }
      #edu-results-selector-page .edu-sel > ul > li.open + li li a {
        font-family: Calibri, Helvetica, sans-serif;
        display: block;
        font-size: 20px;
        color: #E91449; }
    #edu-results-selector-page .edu-sel > ul > li.open + li li + li {
      padding-bottom: 0; }
  @media (max-width: 767px) {
    #edu-results-selector-page .edu-sel > ul > li {
      border: none; }
      #edu-results-selector-page .edu-sel > ul > li.open + li.sel-subnav {
        padding-left: 0; }
        #edu-results-selector-page .edu-sel > ul > li.open + li.sel-subnav li a {
          padding-left: 10px; }
    #edu-results-selector-page #edu-about-provider .image {
      width: 60%;
      float: left;
      margin-bottom: 15px; }
    #edu-results-selector-page #edu-about-provider .number-of-students-block {
      padding: 5px;
      width: 35%; } }
  @media (min-width: 768px) {
    #edu-results-selector-page .edu-sel > ul > li {
      padding-right: 30px; }
    #edu-results-selector-page .edu-sel > ul > li.open {
      z-index: 10;
      position: relative;
      padding-right: 0;
      border: 1px solid #000;
      left: 1px; }
    #edu-results-selector-page .edu-sel > ul > li.closed {
      position: relative;
      left: 1px; }
    #edu-results-selector-page .edu-sel > ul > li > a > .caret {
      display: none; }
    #edu-results-selector-page .edu-sel > ul > li.open > a {
      border-color: #fff;
      background-color: #fff;
      margin-right: -4px;
      padding-right: 74px; }
    #edu-results-selector-page .edu-sel > ul > li.open + li {
      border-right: none;
      border-bottom: none; }
    #edu-results-selector-page .edu-sel-header {
      position: relative; }
      #edu-results-selector-page .edu-sel-header a {
        font-family: Calibri, Helvetica, sans-serif;
        padding-top: 10px;
        display: block !important;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.2; }
      #edu-results-selector-page .edu-sel-header .close {
        /*margin-top: -6px;
				margin-right: -1px;*/
        border: none;
        /*display:inline !important;*/
        font-size: 19px;
        font-size: 19px;
        border: medium none;
        position: absolute;
        right: 0px;
        top: -3px; } }

@media (min-width: 768px) and (max-width: 850px) {
  #edu-results-selector-page .edu-sel-header .header-text {
    width: 100px;
    display: inline-block;
    line-height: 20px;
    margin-top: 7px; } }
  @media (min-width: 768px) {
    #edu-results-selector-page .edu-sel > ul > li.sel-subnav {
      z-index: 5;
      position: absolute;
      right: 0;
      top: 0;
      border-right: none; }
    #edu-results-selector-page .sel-subnav .subselection > li:first-of-type a {
      font-weight: 700; }
    #edu-results-selector-page #edu-sel-container.nojs {
      min-height: 2000px; }
    #edu-results-selector-page #edu-sel-container.nojs .subselection {
      min-height: 2000px; } }

#edu-results-list.nojs #sidebar-data {
  border-left: none; }

#sidebar-data {
  border-left: 1px solid #000;
  margin-top: 20px;
  padding: 5px;
  padding-left: 15px; }
  #sidebar-data h1 {
    font-size: 19px;
    margin: 0 0 5px 0;
    display: inline !important; }
  #sidebar-data h2, #sidebar-data h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px; }
  #sidebar-data #header a, #sidebar-data .header a {
    font-size: 16px; }
  #sidebar-data ul li {
    font-size: 16px; }
  #sidebar-data #ingress p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px 0;
    font-weight: normal;
    font-family: Calibri, Helvetica, sans-serif; }
  #sidebar-data #edu-about-provider .number-of-students-block {
    padding: 5px; }
    #sidebar-data #edu-about-provider .number-of-students-block#students-block-top {
      display: none; }
    #sidebar-data #edu-about-provider .number-of-students-block#students-block-bottom {
      display: inline; }
  #sidebar-data #edu-about-provider .maintext {
    margin-bottom: 20px; }
  #sidebar-data #edu-about-provider .header ~ .header h2 {
    margin-top: 20px;
    font-size: 19px; }
  #sidebar-data #edu-about-provider .ingress p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px 0;
    font-weight: normal;
    font-family: Calibri, Helvetica, sans-serif; }
  #sidebar-data #edu-about-provider .link-to-provider, #sidebar-data #edu-about-provider .maintext {
    font-size: 16px;
    clear: both; }
  #sidebar-data #edu-about-provider .maintext p {
    line-height: 18px; }
  #sidebar-data #edu-about-provider .image {
    width: 60%;
    float: left;
    margin-bottom: 15px; }
  #sidebar-data #edu-about-provider .number-of-students-block {
    padding: 5px;
    width: 35%; }
  #sidebar-data #edu-about-provider .number-of-students-header {
    font-size: 16px; }
  #sidebar-data #edu-about-provider .number-of-students {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 19px; }
  #sidebar-data #edu-about-provider .link-to-provider {
    margin-top: 5px;
    margin-bottom: 5px; }
  #sidebar-data #edu-about-edu p {
    font-size: 16px;
    line-height: 18px; }
  #sidebar-data #labour-forecast .header ~ .header h2 {
    margin-top: 20px;
    font-size: 19px; }
  #sidebar-data #labour-forecast .labourForecastIngress {
    float: left;
    width: 60%;
    margin-right: 30px; }
  #sidebar-data #labour-forecast .labourForecastIngress p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px 0;
    font-weight: normal;
    font-family: Calibri, Helvetica, sans-serif; }
  #sidebar-data #labour-forecast .forecast {
    text-align: center;
    max-width: initial;
    min-width: initial; }
  #sidebar-data #labour-forecast .forecasttext {
    font-size: 16px;
    margin-left: -5px; }
  #sidebar-data #labour-forecast .maintext {
    font-size: 16px;
    clear: both;
    margin-bottom: 20px; }
    #sidebar-data #labour-forecast .maintext p {
      line-height: 18px; }
  #sidebar-data #labour-forecast .salarystatistic {
    margin-top: 20px; }
  #sidebar-data #labour-forecast .salarystatistic table {
    width: 100%;
    border-collapse: collapse; }
    #sidebar-data #labour-forecast .salarystatistic table thead {
      border-color: #999;
      background-color: #999;
      color: #FFF;
      font-family: Calibri, Helvetica, sans-serif;
      font-weight: 700; }
      #sidebar-data #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(2), #sidebar-data #labour-forecast .salarystatistic table thead td:nth-child(4) {
        border: none; }
      #sidebar-data #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(1), #sidebar-data #labour-forecast .salarystatistic table thead td:nth-child(3) {
        border-bottom: none;
        border-left: none; }
      #sidebar-data #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(5) {
        border-bottom: none;
        border-left: none; }
      #sidebar-data #labour-forecast .salarystatistic table thead td {
        border-top: none; }
    #sidebar-data #labour-forecast .salarystatistic table thead + thead {
      padding-left: 0;
      padding-right: 0; }
    #sidebar-data #labour-forecast .salarystatistic table td {
      vertical-align: top;
      line-height: 18px;
      vertical-align: top;
      font-size: 14px;
      border: 1px solid #DDD; }
      #sidebar-data #labour-forecast .salarystatistic table td p {
        margin: 0; }

@media (max-width: 1200px) {
  #sidebar-data #labour-forecast .labourForecastIngress {
    margin-right: 10px; }
  #sidebar-data #edu-about-provider .number-of-students-block {
    margin-left: 10px; } }

/*Fallback styles for summary element*/
details, summary {
  display: block; }

.no-details summary:hover, .no-details summary:focus {
  text-decoration: underline; }

.no-details details > * {
  display: none; }

.no-details details summary {
  display: block; }

/*End fallback*/
.backLink {
  margin-bottom: 15px; }

#edu-about-edu h1 p {
  font-family: Calibri, Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0; }

#labour-forecast.nojs .show-more-link {
  display: none; }

#labour-forecast .header {
  clear: both; }

#labour-forecast .header ~ .header {
  margin-top: 20px; }

#labour-forecast .labourForecastIngress {
  float: left;
  width: 70%;
  /*margin-right: 30px;*/ }

#labour-forecast .forecast {
  text-align: center;
  max-width: 135px;
  min-width: 135px;
  width: 30%;
  float: right; }

#labour-forecast .forecasttext {
  line-height: 15px;
  font-weight: 700; }

#labour-forecast .maintext[open] .caret, #labour-forecast .maintext.open .caret {
  border-top: 5px solid #E91449;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 12px;
  margin-right: 3px; }

#labour-forecast .show-more-link {
  color: #E91449;
  margin-left: 2px;
  line-height: 16px; }
  #labour-forecast .show-more-link::-webkit-details-marker {
    display: none; }
  #labour-forecast .show-more-link:hover {
    cursor: pointer;
    text-decoration: underline; }
  #labour-forecast .show-more-link .caret {
    border-left: 5px solid #E91449;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 0; }
  #labour-forecast .show-more-link + div {
    margin-top: 10px; }

#labour-forecast .maintext {
  clear: both; }

#labour-forecast .salarystatistic table {
  /*width: 100%;*/
  overflow-x: auto;
  display: block;
  clear: both;
  margin-left: 100px;
  border-collapse: collapse; }
  #labour-forecast .salarystatistic table thead {
    border-color: #999;
    background-color: #999;
    color: #FFF;
    font-family: Calibri, Helvetica, sans-serif;
    font-weight: 700; }
    #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(2), #labour-forecast .salarystatistic table thead td:nth-child(4) {
      border: none; }
    #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(1), #labour-forecast .salarystatistic table thead td:nth-child(3) {
      border-bottom: none;
      border-left: none; }
    #labour-forecast .salarystatistic table thead tr:first-child td:nth-child(5) {
      border-bottom: none;
      border-left: none; }
    #labour-forecast .salarystatistic table thead td {
      border-top: none; }
  #labour-forecast .salarystatistic table thead + thead {
    padding-left: 0;
    padding-right: 0; }
  #labour-forecast .salarystatistic table td {
    vertical-align: top;
    line-height: 18px;
    vertical-align: top;
    font-size: 14px;
    border: 1px solid #DDD;
    white-space: nowrap;
    padding-top: 10px; }
    #labour-forecast .salarystatistic table td p {
      margin: 0; }

#labour-forecast div.salarystatistic table tr > th:first-of-type {
  text-align: right;
  position: absolute;
  width: 104px;
  margin-left: -103px;
  height: 34px; }

#labour-forecast div.salarystatistic table tr:first-of-type > th, #labour-forecast div.salarystatistic table tr:first-of-type + tr > th {
  height: 37px; }

#labour-forecast #prognosis-icon {
  position: relative;
  float: right;
  margin: 5px;
  margin-bottom: 10px;
  width: 100%; }

#labour-forecast #background-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  overflow: hidden; }

#labour-forecast #svg-background {
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

#labour-forecast #svg-arrow {
  position: absolute;
  left: 43%;
  bottom: -11%;
  z-index: 2;
  width: 60%;
  height: 30%; }

#labour-forecast #svg-arrow.one {
  transform: rotate(-180deg);
  left: -3%;
  bottom: -17%; }

#labour-forecast #svg-arrow.two {
  transform: rotate(-135deg);
  left: 5%;
  bottom: 20%; }

#labour-forecast #svg-arrow.three {
  transform: rotate(-90deg);
  left: 20%;
  bottom: 35%; }

#labour-forecast #svg-arrow.four {
  transform: rotate(-45deg);
  left: 35%;
  bottom: 20%; }

@media (max-width: 495px) {
  #labour-forecast .labourForecastIngress {
    width: 100%; }
  #labour-forecast .forecast {
    width: 100%;
    max-width: initial;
    min-width: initial;
    margin-bottom: 15px; }
  #labour-forecast #prognosis-icon {
    max-width: 135px;
    min-width: 135px;
    float: none;
    margin-right: auto;
    margin-left: auto; } }

#edu-about-provider.nojs .show-more-link {
  display: none; }

#edu-about-provider .header {
  clear: both; }

#edu-about-provider .header ~ .header {
  margin-top: 20px; }

#edu-about-provider .ingress p {
  font-family: BauWebPro, Arial, Verdana;
  font-weight: normal;
  font-size: 19px; }

#edu-about-provider .image {
  margin-bottom: 30px; }
  #edu-about-provider .image img {
    max-width: 100%; }

#edu-about-provider .number-of-students-block {
  float: right;
  border: 1px solid #E91449;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
  padding: 20px;
  display: inline; }
  #edu-about-provider .number-of-students-block#students-block-bottom {
    display: none; }

#edu-about-provider .number-of-students-header {
  font-weight: 700; }

#edu-about-provider .number-of-students {
  font-weight: 600;
  font-size: 24px;
  font-family: BauWebPro, Arial, Verdana;
  /*text-align: center;*/
  margin-top: 15px;
  margin-bottom: 15px; }

#edu-about-provider .number-of-students-date {
  font-size: 14px; }

#edu-about-provider .maintext {
  margin-bottom: 40px; }

#edu-about-provider .maintext[open] .caret, #edu-about-provider .maintext.open .caret {
  border-top: 5px solid #E91449;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 12px;
  margin-right: 3px; }

#edu-about-provider .show-more-link {
  color: #E91449;
  margin-left: 2px;
  line-height: 16px; }
  #edu-about-provider .show-more-link::-webkit-details-marker {
    display: none; }
  #edu-about-provider .show-more-link:hover {
    cursor: pointer;
    text-decoration: underline; }
  #edu-about-provider .show-more-link .caret {
    border-left: 5px solid #E91449;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 0; }
  #edu-about-provider .show-more-link + div {
    margin-top: 10px; }

#edu-about-provider .link-to-provider {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 16px; }

@media (max-width: 400px) {
  #edu-about-provider .image {
    margin-bottom: 15px; }
  #edu-about-provider .number-of-students-block {
    padding: 5px;
    width: 100%; }
    #edu-about-provider .number-of-students-block#students-block-top {
      display: none; }
    #edu-about-provider .number-of-students-block#students-block-bottom {
      display: inline; }
  #edu-about-provider .maintext {
    clear: both; } }

#map-canvas {
  width: 100%;
  height: 460px; }
  @media (min-width: 992px) {
    #map-canvas {
      height: 740px; } }

.mappopup .mpheader h3 {
  display: inline-block;
  margin-right: 10px; }

.mappopup .mpheader h4 {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold; }

.mappopup .mpcontent {
  display: table;
  width: 100%; }
  .mappopup .mpcontent .mprow {
    display: table-row; }
    .mappopup .mpcontent .mprow div {
      display: table-cell;
      vertical-align: top;
      line-height: 1.1;
      padding-bottom: 8px; }
    .mappopup .mpcontent .mprow div + div {
      text-align: right;
      padding-left: 5px; }
      .mappopup .mpcontent .mprow div + div a {
        display: inline-block;
        text-align: left;
        font-weight: 400; }

.no-js #compare-info-text {
  display: block !important; }

.no-js .compare-min .compare-info-button {
  display: none; }

@media (max-width: 490px) {
  .no-js #compare-info-text #info-text-desktop {
    display: none; }
  .no-js #compare-info-text #info-text-mobile {
    display: block !important; }
  .no-js #compare-info-text .yellow-arrow {
    display: none !important; } }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#filters {
  display: block; }
  #filters ul, #filters li {
    display: block;
    margin: 0;
    padding: 0; }
  #filters ul {
    position: relative;
    z-index: 10; }
  #filters ul > li > a {
    display: block;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    background-color: #f9c4d2;
    color: #000;
    white-space: nowrap; }
  #filters ul#filterMenuToggle > li > a {
    border: 1px solid #E91449;
    color: #E91449;
    text-align: left;
    background-color: #fff; }
  #filters .subfilteraction {
    padding: 10px 0px 10px 0; }
    #filters .subfilteraction .reset {
      display: inline-block;
      padding: 5px 20px 5px 0;
      max-width: 60%; }
    #filters .subfilteraction .submit {
      float: right;
      color: #fff;
      background-color: #E91449;
      padding: 5px 20px; }
  #filters .emptyFilter {
    margin-left: 10px;
    margin-right: 10px; }
  #filters.blocked .subfilter .toggleable,
  #filters.blocked .subfilter .subfiltergrid a,
  #filters.blocked .subfilter .primary a {
    opacity: 0.5; }
    #filters.blocked .subfilter .toggleable:hover,
    #filters.blocked .subfilter .subfiltergrid a:hover,
    #filters.blocked .subfilter .primary a:hover {
      text-decoration: none; }
      #filters.blocked .subfilter .toggleable:hover .txt,
      #filters.blocked .subfilter .subfiltergrid a:hover .txt,
      #filters.blocked .subfilter .primary a:hover .txt {
        text-decoration: none; }
  @media (max-width: 991px) {
    #filters ul > li > a {
      white-space: normal; }
    #filters ul > li > a > span {
      float: right;
      margin-top: 10px; }
    #filters li ul > li > a {
      font-weight: normal;
      font-size: 16px;
      line-height: 1; }
    #filters li ul > li > a > span {
      float: none;
      font-weight: normal;
      margin-top: inherit; }
    #filters li ul > li.primary > a {
      border-left: 20px solid #E91449;
      border-right: 20px solid #E91449;
      white-space: normal; }
      #filters li ul > li.primary > a:after {
        clear: both;
        content: "";
        display: block; }
    #filters li ul > li.primary > a > span.caret {
      float: right;
      font-weight: normal;
      margin-top: 8px; }
    #filters li ul > li.primaryopen > a > span.caret {
      border-bottom: 6px solid;
      border-top: none; }
    #filters .subfiltergriditems > ul > li > a {
      background-color: #fff;
      padding: 0px 20px 10px 20px; }
    #filters .subfiltergriditems > ul > li .txt,
    #filters .subfilterall .txt {
      display: inline-block;
      overflow: hidden;
      width: 82%;
      vertical-align: top;
      line-height: 1.3;
      text-overflow: ellipsis;
      margin-top: 6px; }
      #filters .subfiltergriditems > ul > li .txt .item-count,
      #filters .subfilterall .txt .item-count {
        color: #999; }
    #filters .subfiltergriditems > ul > li a:hover, #filters .subfiltergriditems > ul > li a:hover > *,
    #filters .subfilterall a:hover,
    #filters .subfilterall a:hover > * {
      text-decoration: none; }
    #filters .subfiltergriditems > ul > li a:hover .txt,
    #filters .subfilterall a:hover .txt {
      text-decoration: underline; }
    #filters .subfiltergriditems.paceOfStudie div .txt {
      color: #000;
      display: inline-block;
      overflow: hidden;
      width: 82%;
      vertical-align: top;
      line-height: 1.3;
      text-overflow: ellipsis;
      margin-top: 6px; }
    #filters .subfiltergriditems.paceOfStudie div a {
      color: #E91449;
      background-color: #fff;
      font-size: 16px;
      font-weight: normal;
      line-height: 1;
      padding: 5px 20px;
      line-break: normal;
      white-space: normal;
      display: block; }
    #filters .subfiltergriditems.paceOfStudie div a:hover, #filters .subfiltergriditems.paceOfStudie div a:hover > * {
      text-decoration: none; }
    #filters .subfiltergriditems.paceOfStudie div a:hover .txt {
      text-decoration: underline; }
    #filters .subfilterall {
      padding: 10px 20px 10px 20px; }
      #filters .subfilterall a {
        color: #000; }
    #filters .subfilterlayout2 .subfiltergriditems > ul > li > a {
      padding: 10px 20px 10px 20px; }
    #filters .subfilterlayout2 .subfiltergriditems > ul > li + li > a {
      padding-top: 0px; }
    #filters ul > li {
      margin-bottom: 1px; }
    #filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems .filterGridHeader {
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 5px; }
    #filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems > ul:not(:first-child) .filterGridHeader {
      border-top: 1px solid #ddd; }
    #filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems li.radio .txt {
      margin-top: 1px; }
    #filters .subfilterlayout2.moreFiltersMenu .subfiltergriditems .emptyFilter span {
      font-size: 14px;
      display: inline-block;
      line-height: 16px;
      padding-left: 10px;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    #filters ul + ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; }
    #filters ul + ul > li.filter {
      flex: 1 1 auto;
      margin: 0;
      width: auto; }
    #filters ul > li.open,
    #filters ul > li.closed {
      position: relative;
      float: left;
      width: 16%;
      background-color: #fff;
      z-index: 100; }
    #filters ul > li.closed {
      background-color: transparent; }
    #filters ul > li + li.open,
    #filters ul > li + li.closed {
      margin-left: 7px; }
    #filters ul > li.open > a,
    #filters ul > li.closed > a {
      border: 1px solid #E91449;
      color: #E91449;
      text-align: center;
      background-color: #fff; }
    #filters ul > li.open > a {
      padding-bottom: 22px;
      border-bottom-color: transparent; }
    #filters li ul > li > a {
      color: #E91449;
      background-color: #fff;
      font-size: 16px;
      font-weight: normal;
      line-height: 1;
      padding: 2px 20px 2px 10px;
      line-break: normal;
      white-space: normal; }
    #filters li ul > .primaryopen > a {
      background-color: black;
      color: white;
      padding-left: 5px;
      margin-right: 5px;
      margin-left: 5px; }
    #filters .subfilterlayout1 ul li.primary {
      clear: left;
      float: left;
      width: 20%;
      border-right: 1px solid #DDD; }
      #filters .subfilterlayout1 ul li.primary:last-of-type {
        padding-bottom: 70px; }
      #filters .subfilterlayout1 ul li.primary:only-child {
        padding-bottom: 160px; }
    #filters .subfilterlayout1 .subfilteraction {
      position: absolute;
      bottom: 0;
      left: 20%;
      right: 0; }
    #filters .subfiltergrid {
      position: absolute;
      top: 0;
      left: 20%;
      width: 80%; }
      #filters .subfiltergrid .item-count {
        color: #999; }
      #filters .subfiltergrid a {
        color: #000;
        padding: 3px 20px 4px 10px;
        white-space: normal;
        line-break: normal;
        vertical-align: top; }
      #filters .subfiltergrid .subfilterall {
        padding-bottom: 10px; }
        #filters .subfiltergrid .subfilterall .checkbox_checked {
          top: 1px; }
      #filters .subfiltergrid .subfiltergriditems {
        display: table;
        width: 100%;
        border: none;
        border-collapse: collapse; }
        #filters .subfiltergrid .subfiltergriditems ul {
          display: table-cell;
          width: 25%;
          vertical-align: top;
          overflow: hidden; }
          #filters .subfiltergrid .subfiltergriditems ul li .txt {
            display: inline-block;
            overflow: hidden;
            width: 82%;
            vertical-align: top;
            line-height: 1.3;
            text-overflow: ellipsis;
            padding-top: 4px; }
          #filters .subfiltergrid .subfiltergriditems ul li a:hover, #filters .subfiltergrid .subfiltergriditems ul li a:hover > * {
            text-decoration: none; }
          #filters .subfiltergrid .subfiltergriditems ul li a:hover .txt {
            text-decoration: underline; }
      #filters .subfiltergrid .checkbox_unchecked {
        width: 20px;
        height: 22px; }
    #filters .subfilterlayout2 .item-count {
      color: #999; }
    #filters .subfilterlayout2 .subfiltergriditems {
      display: table;
      width: 100%;
      border: none;
      border-collapse: collapse;
      border-bottom: 40px solid #fff; }
      #filters .subfilterlayout2 .subfiltergriditems ul:nth-of-type(3n) {
        width: 16%; }
      #filters .subfilterlayout2 .subfiltergriditems ul {
        display: table-cell;
        width: 15%;
        vertical-align: top;
        overflow: hidden; }
        #filters .subfilterlayout2 .subfiltergriditems ul li .txt {
          width: 82%;
          display: inline-block;
          overflow: hidden;
          vertical-align: top;
          line-height: 1.3;
          text-overflow: ellipsis;
          padding-top: 4px;
          color: #000; }
        #filters .subfilterlayout2 .subfiltergriditems ul li a:hover, #filters .subfilterlayout2 .subfiltergriditems ul li a:hover > * {
          text-decoration: none; }
        #filters .subfilterlayout2 .subfiltergriditems ul li a:hover .txt {
          text-decoration: underline; }
        #filters .subfilterlayout2 .subfiltergriditems ul li .studeranu_sprite {
          float: left;
          top: 5px; }
        #filters .subfilterlayout2 .subfiltergriditems ul li .checkbox_unchecked {
          top: 2px; }
        #filters .subfilterlayout2 .subfiltergriditems ul li .checkbox_checked {
          top: 2px; }
    #filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div {
      width: 20%;
      float: left; }
      #filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div .txt {
        width: 60%;
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        line-height: 1.3;
        text-overflow: ellipsis;
        padding-top: 4px;
        color: #000; }
      #filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div a {
        color: #E91449;
        background-color: #fff;
        font-size: 16px;
        font-weight: normal;
        line-height: 1;
        padding: 2px 20px 2px 10px;
        line-break: normal;
        white-space: normal; }
      #filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div a:hover, #filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div a:hover > * {
        text-decoration: none; }
      #filters .subfilterlayout2 .subfiltergriditems.paceOfStudie div a:hover .txt {
        text-decoration: underline; }
    #filters .subfilterlayout2.moreFiltersMenu .selected_radio:hover {
      text-decoration: none;
      cursor: default; }
    #filters .subfilterlayout2.moreFiltersMenu .filterGridHeader {
      padding-left: 10px;
      padding-right: 20px; }
    #filters .subfilterlayout2.moreFiltersMenu .emptyFilter span {
      font-size: 14px;
      display: inline-block;
      line-height: 16px; }
    #filters .subfilteraction {
      border-top: 1px solid #ddd;
      margin-left: 10px;
      margin-right: 10px; } }
  #filters ul > li.closed + li.subfilter {
    display: none; }
  @media (min-width: 992px) {
    #filters ul > li.open + li.subfilter {
      display: block;
      position: absolute;
      left: 0;
      z-index: 10;
      top: 57px;
      width: 100%;
      padding-top: 30px;
      border: 1px solid #E91449;
      background-color: #fff;
      min-height: 90px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #filters ul > li.open + li.subfilter {
      top: 58px; } }
  @supports (-ms-ime-align: auto) {
    #filters ul > li.open + li.subfilter {
      top: 58px; } }

.edu-compare-table {
  width: 100%;
  table-layout: fixed; }
  .edu-compare-table td, .edu-compare-table th {
    color: #000;
    padding: 5px;
    overflow: hidden; }
  .edu-compare-table th {
    background-color: transparent; }
  .edu-compare-table thead th:first-of-type {
    border: none; }
  .edu-compare-table thead th:last-child:empty {
    border-right: none; }
  .edu-compare-table > tbody > tr:nth-child(even) > td, .edu-compare-table > .compare-row:nth-child(even):not(.remove-row) {
    background-color: #eee; }
    .edu-compare-table > tbody > tr:nth-child(even) > td .inline-label, .edu-compare-table > .compare-row:nth-child(even):not(.remove-row) .inline-label {
      color: #666; }
    .edu-compare-table > tbody > tr:nth-child(even) > td .inline-value, .edu-compare-table > .compare-row:nth-child(even):not(.remove-row) .inline-value {
      color: #000; }
  .edu-compare-table td {
    vertical-align: top;
    text-align: center;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }
    .edu-compare-table td.left-align {
      text-align: left; }
  .edu-compare-table .col-edu-header {
    vertical-align: top;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .edu-compare-table .col-edu-header h2 {
      font-size: 16px;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
      margin-top: 5px; }
  .edu-compare-table td.col-edu-header {
    border-top: none;
    padding: 0; }
  .edu-compare-table td.no-border {
    border: none; }
  .edu-compare-table .line-top {
    width: 130px;
    height: 3px;
    background-color: white;
    position: absolute;
    right: 20px;
    top: -2px; }
  .edu-compare-table .text-muted {
    display: inline-block; }
  .edu-compare-table .header-col {
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    text-align: right;
    vertical-align: top;
    border-left: none;
    border: none;
    border-top: 1px solid #ddd;
    position: relative;
    background-color: transparent; }
  .edu-compare-table .snug {
    width: 1px;
    white-space: nowrap; }
    .edu-compare-table .snug.header-col {
      width: 150px;
      white-space: normal; }
  .edu-compare-table .cell-eligibility {
    text-align: left;
    line-height: 18px; }
    .edu-compare-table .cell-eligibility details {
      margin-bottom: 5px; }
    .edu-compare-table .cell-eligibility details[open] .caret, .edu-compare-table .cell-eligibility details.open .caret {
      border-top: 5px solid #E91449;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      top: 12px;
      margin-right: 3px;
      vertical-align: middle; }
    .edu-compare-table .cell-eligibility .show-more-link {
      color: #E91449;
      margin-left: 2px;
      line-height: 16px;
      text-align: center; }
      .edu-compare-table .cell-eligibility .show-more-link::-webkit-details-marker {
        display: none; }
      .edu-compare-table .cell-eligibility .show-more-link:hover {
        cursor: pointer;
        text-decoration: underline; }
      .edu-compare-table .cell-eligibility .show-more-link .caret {
        border-left: 5px solid #E91449;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        margin-left: 0;
        vertical-align: initial; }
      .edu-compare-table .cell-eligibility .show-more-link + div {
        margin-bottom: 10px; }
  .edu-compare-table a.table-delete-button {
    color: #777; }
    .edu-compare-table a.table-delete-button span.remove {
      color: white;
      background-color: #999;
      width: 12px;
      height: 12px;
      display: inline-block;
      line-height: 10px;
      border-radius: 7px;
      margin-right: -2px; }
    .edu-compare-table a.table-delete-button:hover {
      color: #E91449; }
      .edu-compare-table a.table-delete-button:hover span.remove {
        background-color: #E91449; }
  .edu-compare-table .inline-table {
    table-layout: fixed;
    width: 100%; }
    .edu-compare-table .inline-table td {
      padding: 0;
      border: none; }
    .edu-compare-table .inline-table .inline-label {
      color: #999;
      text-align: left;
      width: 70px;
      color: #777; }
    .edu-compare-table .inline-table .inline-value {
      text-align: left; }
  .edu-compare-table .pieContainer {
    height: 14px;
    width: 14px;
    display: inline-block; }
    .edu-compare-table .pieContainer.True {
      display: none; }
  .edu-compare-table .pieBackground {
    margin-top: 2px;
    position: absolute;
    width: 14px;
    height: 14px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #E91449; }
  .edu-compare-table .pie {
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    clip: rect(0px, 5px, 10px, 0px); }
  .edu-compare-table .hold {
    margin-top: 4px;
    margin-left: 2px;
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    clip: rect(0px, 10px, 10px, 5px); }
  .edu-compare-table .pieSlice1 .pie {
    background-color: #E91449;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .edu-compare-table .pieSlice2 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .edu-compare-table .pieSlice2 .pie {
    background-color: #E91449;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .edu-compare-table .paceCount, .edu-compare-table .paceCount.False, .edu-compare-table .pieSlice2.True, .edu-compare-table .pieSlice1.True {
    display: none; }
  .edu-compare-table .paceCount.True {
    display: inline;
    color: #E91449;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: -4px; }
  .edu-compare-table .onePace.True, .edu-compare-table .severalPace.False {
    display: none; }

#header #switch_compareview_mode {
  float: right;
  font-size: 16px; }

.compare-mobile {
  margin-top: 30px;
  max-width: 500px; }
  .compare-mobile .col-edu-header {
    border: none; }
  .compare-mobile .header-col {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }
  .compare-mobile td {
    text-align: left; }
  .compare-mobile .no-border + .col-edu-header {
    text-align: center; }

div.compare-mobile {
  display: block; }
  div.compare-mobile .line-top {
    display: none; }
  div.compare-mobile .compare-row, div.compare-mobile .compare-cell {
    display: block; }
  div.compare-mobile .compare-row {
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px 10px; }
    div.compare-mobile .compare-row.inline-table {
      border: none;
      padding: 0; }
      div.compare-mobile .compare-row.inline-table > div {
        display: inline-block; }
      div.compare-mobile .compare-row.inline-table .inline-label {
        position: relative; }
      div.compare-mobile .compare-row.inline-table .inline-value {
        text-align: left;
        width: auto; }
  div.compare-mobile .compare-cell {
    border: none;
    padding: 0;
    font-size: 16px; }
    div.compare-mobile .compare-cell.col-edu-header, div.compare-mobile .compare-cell.no-border {
      border: none; }
    div.compare-mobile .compare-cell.header-col {
      font-weight: 700;
      width: auto;
      text-align: left; }
    div.compare-mobile .compare-cell details {
      margin-bottom: 10px; }
    div.compare-mobile .compare-cell .show-more-link {
      text-align: left; }
  div.compare-mobile .header-row {
    border: none;
    padding-left: 0px;
    border-bottom: 1px solid #ddd; }
    div.compare-mobile .header-row.fixed-to-top {
      position: fixed;
      top: 0;
      background-color: #fff;
      z-index: 101;
      width: 100%;
      margin-left: -15px;
      padding-left: 15px; }
      div.compare-mobile .header-row.fixed-to-top + div {
        border-top: 1px solid #ddd; }

.compare-view-select.styled-select {
  max-width: 500px;
  width: auto; }
  .compare-view-select.styled-select.nojs {
    display: none; }

@media (max-width: 550px) {
  #header {
    clear: both; }
    #header #switch_compareview_mode {
      float: left;
      display: block; } }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.containerpage .containerpage-pagelist {
  list-style-type: none;
  padding-left: 0; }
  .containerpage .containerpage-pagelist a:after {
    content: none !important; }

.containerpage h2 + .containerpage-pagelist {
  padding-left: 10px; }

.containerpage h2 {
  margin-bottom: 0; }
  .containerpage h2 a {
    color: #000; }
    .containerpage h2 a:hover {
      color: #000; }
  .containerpage h2:only-child a {
    color: #E91449; }
    .containerpage h2:only-child a:after {
      content: "\51" !important;
      font-family: "uhr-icon-font" !important;
      display: inline-block;
      top: .15789474em;
      position: relative;
      margin-left: 5px; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#cascadingDropdownPage #header h1 {
  margin-top: 0; }

#cascadingDropdownPage #mainBody {
  /*margin-bottom: 30px;*/ }
  #cascadingDropdownPage #mainBody p, #cascadingDropdownPage #mainBody h1, #cascadingDropdownPage #mainBody h2, #cascadingDropdownPage #mainBody h3, #cascadingDropdownPage #mainBody h4, #cascadingDropdownPage #mainBody h5, #cascadingDropdownPage #mainBody h6, #cascadingDropdownPage #mainBody h7 {
    width: 91.66667%; }
  #cascadingDropdownPage #mainBody h2.state-default.state-hover {
    cursor: pointer; }
  #cascadingDropdownPage #mainBody h2.state-default .caret {
    border-width: 7px; }
    #cascadingDropdownPage #mainBody h2.state-default .caret.rotate {
      border-bottom: 7px solid;
      border-top: none; }
  #cascadingDropdownPage #mainBody div.content :last-child {
    margin-bottom: 0; }

#cascadingDropdownPage > div:first-of-type {
  min-height: 250px; }

#cascadingDropdownPage #institutionInfo > div:first-of-type h2 {
  margin-top: 0; }

@media (max-width: 992px) {
  #cascadingDropdownPage > div:first-of-type {
    min-height: 50px; } }

#cascadingDropdownPage .pagePublish {
  border-bottom: 1px solid #000;
  padding: 15px 0; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#quizPage .quizDiv {
  margin-bottom: 20px; }
  #quizPage .quizDiv .questionsContentArea {
    margin-bottom: 20px;
    border-bottom: 1px solid #000000; }
  #quizPage .quizDiv .bottomLink {
    margin-top: 30px; }
  #quizPage .quizDiv .carousel {
    margin-bottom: 20px; }
    #quizPage .quizDiv .carousel .questionCount {
      position: relative;
      text-align: center;
      top: 29px; }
    #quizPage .quizDiv .carousel .carousel-inner {
      padding-bottom: 20px; }
    #quizPage .quizDiv .carousel .carousel-controls {
      position: relative;
      top: -30px;
      margin-right: 9px;
      margin-left: 17px; }
      #quizPage .quizDiv .carousel .carousel-controls .quizSubmitButton {
        float: right;
        position: relative;
        top: -34px;
        display: none; }
    #quizPage .quizDiv .carousel .carousel-control {
      background-image: none;
      opacity: 1;
      top: auto;
      text-shadow: none;
      width: auto; }
      #quizPage .quizDiv .carousel .carousel-control:after {
        content: none; }
      #quizPage .quizDiv .carousel .carousel-control.left, #quizPage .quizDiv .carousel .carousel-control.right {
        display: none; }
    #quizPage .quizDiv .carousel .questionStart {
      padding-bottom: 50px; }
    #quizPage .quizDiv .carousel .questionCard {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      margin-right: 4px;
      margin-left: 4px;
      border: #E5E5E5 solid thin;
      padding-bottom: 23px; }
      #quizPage .quizDiv .carousel .questionCard .navbuttons {
        margin-top: 24px;
        margin-left: 8px; }
        #quizPage .quizDiv .carousel .questionCard .navbuttons a.controllButton {
          padding: 14px 30px;
          white-space: nowrap;
          display: inline-block; }
        #quizPage .quizDiv .carousel .questionCard .navbuttons a.controllButton.disabled {
          background-color: lightgray;
          cursor: default; }
  #quizPage .quizDiv button.controllButton,
  #quizPage .quizDiv a.controllButton {
    background-color: #006E96;
    border: none;
    color: white;
    text-decoration: none;
    margin: 4px 4px 4px 4px;
    cursor: pointer;
    font-size: 19px;
    padding: 14px 44px;
    font-family: BauWebPro, Arial, sans-serif;
    font-weight: normal; }
    #quizPage .quizDiv button.controllButton::after,
    #quizPage .quizDiv a.controllButton::after {
      content: none; }
  #quizPage .quizDiv #Result .quizResult {
    padding-bottom: 20px; }
  #quizPage .quizDiv #Result a.regularButton:after, #quizPage .quizDiv #Result #mainContent .EPiServerForms a.FormSubmitButton:after, #mainContent .EPiServerForms #quizPage .quizDiv #Result a.FormSubmitButton:after {
    content: none; }
  #quizPage .quizDiv #Result a.plain:hover {
    text-decoration: none; }
  #quizPage .quizDiv #Result a.plain:focus {
    text-decoration: none; }
  #quizPage .quizDiv #Result a.plain::after {
    content: none; }
  #quizPage .quizDiv #Result #resultsCarousel .carousel-control.right {
    display: block; }
  #quizPage .quizDiv #Result .resultrow {
    margin-bottom: 20px; }
    #quizPage .quizDiv #Result .resultrow .resultbutton {
      display: inline-block;
      border-radius: 50%;
      height: 33px;
      width: 33px;
      font-family: Calibri, Arial, sans-serif;
      font-size: 19px;
      font-weight: 700;
      color: white;
      margin-bottom: 13px;
      margin-right: 9px; }
      #quizPage .quizDiv #Result .resultrow .resultbutton.ok {
        background-color: green; }
      #quizPage .quizDiv #Result .resultrow .resultbutton.fel {
        background-color: #E91449; }
      #quizPage .quizDiv #Result .resultrow .resultbutton.non {
        background-color: lightgray; }
      #quizPage .quizDiv #Result .resultrow .resultbutton span {
        display: inline-block;
        height: 33px;
        width: 33px;
        text-align: center;
        vertical-align: middle;
        line-height: 33px; }

#quizPage .question ol {
  list-style-position: inside;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 10px; }
  #quizPage .question ol li {
    border: 3px white solid;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    margin: 6px 0; }
    #quizPage .question ol li.correctAnswer {
      border: 3px green solid; }
    #quizPage .question ol li.rightAnswer {
      border: 3px #00A8E1 solid; }
    #quizPage .question ol li.wrongAnswer {
      border: 3px #E91449 solid; }
    #quizPage .question ol li .correctText {
      float: right; }

#quizPage .pagePublish {
  border-bottom: 1px solid #000;
  padding: 15px 0; }

#quizPage #resetQuizBtn {
  display: none; }

@media (max-width: 480px) {
  #quizPage .quizDiv .carousel .questionCount {
    position: static;
    padding: 15px 0; }
  #quizPage .quizDiv .carousel .questionCard {
    box-shadow: none;
    margin-right: 0px;
    margin-left: 0px;
    border-top: #E5E5E5 solid thin;
    border-right: none;
    border-bottom: #E5E5E5 solid thin;
    border-left: none; }
    #quizPage .quizDiv .carousel .questionCard .navbuttons a.controllButton {
      padding: 14px 14px; }
  #quizPage .question ol {
    list-style: none;
    margin-left: -15px; } }

.no-js #quizPage .quizDiv .carousel {
  border-bottom: none; }
  .no-js #quizPage .quizDiv .carousel .carousel-inner > .item {
    display: block;
    border-bottom: 1px solid #000000; }
  .no-js #quizPage .quizDiv .carousel .questionCount {
    display: none; }
  .no-js #quizPage .quizDiv .carousel .carousel-controls .quizSubmitButton {
    display: block;
    top: 56px; }
  .no-js #quizPage .quizDiv .carousel .carousel-controls .quizStartButton {
    display: none; }

.no-js #quizPage .quizDiv #Result #resultsCarousel .carousel-control.right {
  display: none; }

.no-js #quizPage .quizDiv #resetQuizBtn {
  display: block; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/* General module/block styling */
.blockFrame {
  margin-bottom: 15px; }
  .blockFrame .blockIngress {
    margin: 0px 0px 3px 0px; }
  .blockFrame .blockBody {
    margin: 0px 0px 0px 0px; }
    .blockFrame .blockBody img {
      max-width: 100%;
      height: auto; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.blockFrame.text {
  border: 2px solid #000000;
  padding: 15px 20px;
  margin-bottom: 10px; }
  .blockFrame.text .blockBody ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px; }
  .blockFrame.text .blockBody p {
    margin: 0 0 15px; }
    .blockFrame.text .blockBody p:last-child {
      margin-bottom: 0px; }

#guidePage .blockFrame.text {
  border: none;
  padding: 0; }

#guidePage .guide_form_container .text-block h3 {
  font-size: 24px; }

#guidePage .blockFrame.text h3 {
  font-size: 24px; }

.puffblock a:hover, .puffblock a:focus, .puffblock a:active {
  text-decoration: none; }
  .puffblock a:hover .vignette, .puffblock a:focus .vignette, .puffblock a:active .vignette {
    text-decoration: underline; }

.puffblock a:after {
  content: none !important; }

.puffblock .vignette {
  margin-top: 10px; }

.puffblock .blockIngress {
  color: #000000; }

/* General module/block styling */
.pufflink {
  overflow: hidden;
  min-height: 173px;
  border: 5px solid #ccc;
  margin-bottom: 30px; }
  .pufflink a {
    color: #000; }
    .pufflink a:hover {
      color: #000;
      text-decoration: none; }
  .pufflink .blockBody {
    text-align: center;
    height: 100%; }
    .pufflink .blockBody p {
      margin-bottom: 0; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.video-container #blockVideo > a:hover, .video-container #blockVideo > a:focus, .video-container #blockVideo > a:active {
  text-decoration: none; }
  .video-container #blockVideo > a:hover .vignette, .video-container #blockVideo > a:focus .vignette, .video-container #blockVideo > a:active .vignette {
    text-decoration: underline;
    color: #E91449; }
  .video-container #blockVideo > a:hover p, .video-container #blockVideo > a:focus p, .video-container #blockVideo > a:active p {
    text-decoration: none !important; }
  .video-container #blockVideo > a:hover .playButton, .video-container #blockVideo > a:focus .playButton, .video-container #blockVideo > a:active .playButton {
    background-color: #000;
    cursor: pointer; }

.video-container .vignette {
  color: #E91449; }

.video-container .preview {
  position: relative;
  margin-bottom: 10px; }

.video-container .videoImage {
  width: 100%; }

.video-container .playImage {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  top: 80px;
  left: 150px; }

.video-container .playButton {
  position: absolute;
  bottom: 15px;
  left: 10px;
  background: #e91449;
  font-size: 26px;
  color: #fff;
  height: 45px;
  width: 65px;
  border-radius: 11px;
  padding: 6px 22px; }

.video-container p {
  color: #000000;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.relatedLinks {
  background-color: #EEDC00;
  padding: 15px 20px; }
  .relatedLinks a {
    color: #000000; }
    .relatedLinks a[target^="_blank"]:after {
      content: "\51" !important; }
  .relatedLinks .blockIngress p {
    margin-bottom: 0px; }
  .relatedLinks .blockBody ul {
    list-style-type: none;
    padding: 0; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#standardPartialPage a:hover {
  text-decoration: none; }
  #standardPartialPage a:hover p {
    text-decoration: none; }
  #standardPartialPage a:hover .vignette {
    text-decoration: underline;
    color: #E91449; }

#standardPartialPage a .previewImage p {
  margin-bottom: 8px; }
  #standardPartialPage a .previewImage p img {
    width: 100%;
    height: auto; }

#standardPartialPage a .vignette {
  margin-top: 10px;
  color: #E91449; }

#standardPartialPage a p {
  color: #000000;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*MAKING SITE RESPONSIVE*/
@viewport {
  zoom: 1.0;
  width: extend-to-zoom; }

@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0; }

/*GENERAL STYLES*/
* {
  font-family: Calibri, Arial, sans-serif; }

body {
  font-family: Calibri, Arial, sans-serif; }
  body h1 {
    margin: 0 0 24px 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    color: #E91449; }
  body h2 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }
  body h3 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }
  @media (max-width: 767px) {
    body h1 {
      font-size: 30px; }
    body h2 {
      font-size: 20px; } }
  body p {
    line-height: 1.3; }
  body a {
    font-family: Calibri, Arial, sans-serif; }
  body a:before, body a:after {
    text-decoration: underline; }
  body a:before, body a:after,
  body a:hover:before, body a:hover:after {
    text-decoration: none; }
  body a:hover {
    cursor: pointer; }
  body a:focus {
    outline: 0; }
  body #standardPage, body #ErasmusInstitutionPage, body #Erasmuspage, body #Sweinstmappage, body #blockarearight, body #subNavigation, body #searchPage, body #searchComparePage, body #cascadingDropdownPage, body #quizPage {
    margin-top: 35px; }
  body #startPage #blockarearight {
    margin-top: 0; }
  @media (max-width: 991px) {
    body #standardPage, body #ErasmusInstitutionPage, body #Erasmuspage, body #Sweinstmappage, body #blockarearight, body #subNavigation, body #searchPage, body #searchComparePage, body .subNavAccordion, body #cascadingDropdownPage, body #quizPage {
      margin-top: 10px; }
    body #subNavigation.panel-collapse {
      margin-top: 0; } }
  body #standardPage a:after, body #ErasmusInstitutionPage a:after, body #Erasmuspage a:after, body #landingPage a:after, body #Sweinstmappage a:after, body #blockarearight a:after, body .aboutUhrMenu a:after, body #cascadingDropdownPage a:after, body #quizPage a:after {
    content: "\51";
    font-family: "uhr-icon-font" !important;
    display: inline-block;
    top: .15789474em;
    position: relative;
    margin-left: 5px; }
  body #standardPage a[target^="_blank"]:after, body #ErasmusInstitutionPage a[target^="_blank"]:after, body #Erasmuspage a[target^="_blank"]:after, body #landingPage a[target^="_blank"]:after, body #Sweinstmappage a[target^="_blank"]:after, body #blockarearight a[target^="_blank"]:after, body #subpageTemplate a[target^="_blank"]:after, body .aboutUhrMenu a[target^="_blank"]:after, body #cascadingDropdownPage a[target^="_blank"]:after, body .cookie-message a[target^="_blank"]:after, body #quizPage a[target^="_blank"]:after {
    content: "\72";
    font-family: "uhr-icon-font" !important;
    display: inline-block;
    top: .15789474em;
    position: relative;
    margin-left: 5px; }
  body #subpageTemplate div#edu-filter-menu a[href^="http"]:after {
    content: none !important; }
  body #subpageTemplate a[target^="_blank"]:after {
    content: "\72";
    font-family: "uhr-icon-font" !important;
    display: inline-block;
    top: .15789474em;
    position: relative;
    margin-left: 5px; }
  body #standardPartialPage a:after, body #blockVideo a:after, body #map-canvas a:after, body .erasmusMainContent #applicationLink a:after {
    content: none !important; }
  body .pufflink a:after {
    content: none !important; }
  body #standardPage a[href^="mailto"]:after, body #ErasmusInstitutionPage a[href^="mailto"]:after, body #Erasmuspage a[href^="mailto"]:after, body #landingPage a[href^="mailto"]:after, body #searchPage a[href^="mailto"]:after, body #Sweinstmappage a[href^="mailto"]:after, body #cascadingDropdownPage a[href^="mailto"]:after, body #quizPage a[href^="mailto"]:after {
    content: none; }
  body blockquote {
    display: block;
    margin: 1em 1em 40px 40px; }
  body q {
    background-color: #C5D2FB; }
  body q:before, body q:after {
    content: '"'; }
  body #ingress p {
    font-family: Calibri, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px; }
  body #push {
    height: 150px; }
  body span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  body span.caret {
    border-width: 6px;
    margin-left: 5px; }
  body .open > a > span.caret, body .opened > a > span.caret {
    border-bottom: 6px solid;
    border-top: none; }
  body .dropdown-menu {
    display: none; }
  body .open > .dropdown-menu, body .opened > .dropdown-menu {
    display: block; }
  body .open > a, body .opened > a {
    outline: 0;
    text-decoration: underline; }
  body #subpageTemplate #blockArea {
    min-height: 200px; }
    body #subpageTemplate #blockArea h1 {
      color: #fff;
      font-size: 15px; }
    body #subpageTemplate #blockArea h1.tempText {
      color: #996; }
  body .italic {
    font-style: italic; }
  body .imagefullwidth {
    width: 100% !important; }
  body .imagehalfwidth {
    width: 50% !important; }
  body .imagethirdwidth {
    width: 33% !important; }
  body .imagealignright {
    float: right; }
  body .imagealignleft {
    float: left; }
  body .regularButton, body #mainContent .EPiServerForms .FormSubmitButton, #mainContent .EPiServerForms body .FormSubmitButton {
    background: none;
    border: none;
    font-family: Calibri, sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background-color: #E91449;
    padding: 5px 20px; }
    body .regularButton:hover, body #mainContent .EPiServerForms .FormSubmitButton:hover, #mainContent .EPiServerForms body .FormSubmitButton:hover {
      background-color: #000; }
    body .regularButton.inActive, body #mainContent .EPiServerForms .inActive.FormSubmitButton, #mainContent .EPiServerForms body .inActive.FormSubmitButton {
      background-color: #DDD;
      cursor: default; }
  body .styled-select {
    width: 240px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #E91449;
    position: relative; }
    body .styled-select:hover, body .styled-select.active {
      background-color: #FBFBC3;
      cursor: pointer; }
      body .styled-select:hover > span, body .styled-select.active > span {
        background-color: #FBFBC3; }
    body .styled-select > span {
      position: absolute;
      background-color: #fff;
      pointer-events: none;
      right: 0;
      height: 100%;
      padding-top: 3px;
      padding-right: 7px; }
      body .styled-select > span > .caret {
        border-top-color: #E91449; }
    body .styled-select.inActive {
      background: none;
      border: 1px solid #DDD; }
      body .styled-select.inActive .caret {
        border-top-color: #DDD; }
      body .styled-select.inActive:hover {
        cursor: default; }
        body .styled-select.inActive:hover > span {
          background-color: #fff; }
      body .styled-select.inActive select {
        color: #DDD; }
        body .styled-select.inActive select:hover {
          cursor: default; }
    body .styled-select select {
      background: transparent;
      width: 100%;
      padding: 5px;
      border: 1px solid #E91449;
      color: #E91449;
      font-family: Calibri;
      font-size: 19px;
      font-weight: 700;
      line-height: 1;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none;
      outline: none; }
      body .styled-select select:hover {
        cursor: pointer; }
  body .checkbox_label {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 22px;
    cursor: pointer;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    font-weight: 700; }
    body .checkbox_label:before {
      content: '';
      background: url(/Static/images/umu_sprite.png) -222px -223px no-repeat;
      display: block;
      position: absolute;
      top: -1px;
      left: 0;
      width: 20px;
      height: 22px; }
    body .checkbox_label:hover:before {
      background: url(/Static/images/umu_sprite.png) -261px -261px no-repeat; }
  body input.checkbox {
    display: none; }
    body input.checkbox:checked + label:before {
      background: url(/Static/images/umu_sprite.png) -146px -146px no-repeat; }
  body .nav.nav-tabs {
    display: table;
    border-spacing: 3px;
    width: 100%;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
    list-style-type: none;
    padding-left: 0; }
    body .nav.nav-tabs li {
      border: 1px solid transparent;
      float: left;
      padding: 5px 30px;
      margin-bottom: -4px;
      margin-left: -3px; }
      body .nav.nav-tabs li.active {
        border: 1px solid #DDD;
        border-bottom: 1px solid #FFF;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
        body .nav.nav-tabs li.active a {
          color: #000;
          text-decoration: none; }
      body .nav.nav-tabs li a {
        font-family: Calibri, Arial, sans-serif;
        font-size: 19px;
        font-weight: 700;
        color: #E91449; }
  body .tab-content > div {
    display: none; }
  body .tab-content > .active {
    display: block; }
  body table th, body table td {
    padding: 5px 10px; }
  body table th {
    background-color: #999;
    color: #FFF;
    font-family: Calibri, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700; }
    body table th:first-child {
      border-left: 1px solid #999; }
    body table th:not(:last-child) {
      border-right: 1px solid #fff; }
    body table th:last-child {
      border-right: 1px solid #999; }
  body table td {
    border: 1px solid #DDD;
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px; }
  body .searchbox {
    margin-bottom: 30px;
    width: 100%; }
    body .searchbox .searchPlaceholder {
      display: inline-block;
      vertical-align: middle;
      float: none;
      border-radius: 0;
      color: #000000;
      width: 100%; }
      body .searchbox .searchPlaceholder::-webkit-input-placeholder {
        color: #999999; }
      body .searchbox .searchPlaceholder:-moz-placeholder {
        color: #999999;
        opacity: 1; }
      body .searchbox .searchPlaceholder::-moz-placeholder {
        color: #999999;
        opacity: 1; }
      body .searchbox .searchPlaceholder:-ms-input-placeholder {
        color: #999999; }
      body .searchbox .searchPlaceholder:focus {
        z-index: 2; }
    body .searchbox .ess-searchbutton {
      background-color: #000000;
      color: #ffffff;
      font-weight: bold;
      border-radius: 0;
      width: auto; }
      body .searchbox .ess-searchbutton .icon {
        margin-right: 4px; }
      body .searchbox .ess-searchbutton:hover, body .searchbox .ess-searchbutton:active, body .searchbox .ess-searchbutton:focus {
        background-color: #333333; }

.blockBody ul a[href*=".doc"]:after, .blockBody ul a[href*=".docx"]:after,
.blockBody ul a[href*=".ppt"]:after, .blockBody ul a[href*=".pptx"]:after,
.blockBody ul a[href*=".xls"]:after, .blockBody ul a[href*=".xlsx"]:after,
.blockBody ul a[href*=".pdf"]:after,
.blockBody ul a[href*=".txt"]:after, .blockFrame ul a[href*=".doc"]:after, .blockFrame ul a[href*=".docx"]:after,
.blockFrame ul a[href*=".ppt"]:after, .blockFrame ul a[href*=".pptx"]:after,
.blockFrame ul a[href*=".xls"]:after, .blockFrame ul a[href*=".xlsx"]:after,
.blockFrame ul a[href*=".pdf"]:after,
.blockFrame ul a[href*=".txt"]:after {
  font-size: 16px; }

.blockBody ul a[href*=".doc"]:after, .blockBody ul a[href*=".docx"]:after, .blockFrame ul a[href*=".doc"]:after, .blockFrame ul a[href*=".docx"]:after {
  content: " (.doc)"; }

.blockBody ul a[href*=".ppt"]:after, .blockBody ul a[href*=".pptx"]:after, .blockFrame ul a[href*=".ppt"]:after, .blockFrame ul a[href*=".pptx"]:after {
  content: " (.ppt)"; }

.blockBody ul a[href*=".xls"]:after, .blockBody ul a[href*=".xlsx"]:after, .blockFrame ul a[href*=".xls"]:after, .blockFrame ul a[href*=".xlsx"]:after {
  content: " (.xls)"; }

.blockBody ul a[href*=".pdf"]:after, .blockFrame ul a[href*=".pdf"]:after {
  content: " (.pdf)"; }

.blockBody ul a[href*=".txt"]:after, .blockFrame ul a[href*=".txt"]:after {
  content: " (.txt)"; }

#mainBody ul a[href$=".doc"]:before, #mainBody ul a[href$=".docx"]:before,
#mainBody ul a[href$=".ppt"]:before, #mainBody ul a[href$=".pptx"]:before,
#mainBody ul a[href$=".xls"]:before, #mainBody ul a[href$=".xlsx"]:before,
#mainBody ul a[href$=".pdf"]:before,
#mainBody ul a[href$=".txt"]:before {
  margin: 0 0 0 -28px; }

.blockBody ol li, .blockBody ul li {
  padding-bottom: 10px;
  margin: 0;
  line-height: 20px; }

.blockBody ol li:last-child, .blockBody ul li:last-child {
  padding-bottom: 0; }

.overflow-hidden {
  overflow: hidden !important; }

html[data-useragent*='MSIE 9.0'] .styled-select > span, html[data-useragent*='MSIE 10.0'] .styled-select > span {
  display: none; }

.borderRight {
  border-right: 3px solid #333; }

.borderRightWhite {
  border-right: 3px solid #FFF; }

.remove-padding {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 992px) {
  .remove-padding-left {
    padding-right: 15px;
    padding-left: 0; } }

.center {
  text-align: center; }

.sokJamforAc-list {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 19px; }

.sokJamforAc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px; }

.sokJamforAc-list-item {
  padding: 5px;
  cursor: pointer; }

.sokJamforAc-list-item-selected {
  background-color: #FBFBC3; }

@media (min-width: 480px) {
  .pageButtons {
    float: right;
    margin: 0 0 15px 20px; } }

#readspeaker_button1.rsbtn_colorskin {
  float: right;
  margin: 0 0 0 10px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 19px;
  border-radius: 0 !important;
  border: 1px solid #c9c9c9; }
  #readspeaker_button1.rsbtn_colorskin:hover {
    background-color: #d9d9d9;
    border-color: #b0b0b0; }
  #readspeaker_button1.rsbtn_colorskin .rsbtn_play {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 10px; }
    #readspeaker_button1.rsbtn_colorskin .rsbtn_play .rspart {
      display: inline-block; }
      #readspeaker_button1.rsbtn_colorskin .rsbtn_play .rspart .rsbtn_text {
        background: none;
        padding-left: 0; }
        #readspeaker_button1.rsbtn_colorskin .rsbtn_play .rspart .rsbtn_text > span {
          display: inline-block; }
        #readspeaker_button1.rsbtn_colorskin .rsbtn_play .rspart .rsbtn_text .icon {
          margin-right: 4px; }
  #readspeaker_button1.rsbtn_colorskin .rsbtn_exp.rsimg.rspart {
    margin-top: 9px;
    margin-left: 100px;
    width: 180px;
    float: none; }
  @media screen and (min-width: 768px) {
    #readspeaker_button1.rsbtn_colorskin {
      margin: 0 0 15px 20px; } }
  @media screen and (max-width: 767px) {
    #readspeaker_button1.rsbtn_colorskin {
      float: none;
      margin: 0 0 0 3px;
      width: auto;
      height: 34px; }
      #readspeaker_button1.rsbtn_colorskin .rsbtn_play {
        float: none;
        width: 100%; }
      #readspeaker_button1.rsbtn_colorskin .rsbtn_exp.rsimg.rspart {
        margin-top: -28px;
        margin-left: 130px;
        width: 180px;
        float: none; } }

.rsbtn_colorskin.rsexpanded {
  width: auto !important; }

body .rsbtn_colorskin a::after {
  content: none !important; }

span.readspeak_doc_btn {
  width: auto;
  display: inline-block; }
  span.readspeak_doc_btn a::after {
    content: none !important;
    /*width: 0 !important;*/ }
  span.readspeak_doc_btn a:hover {
    text-decoration: none; }
  span.readspeak_doc_btn .readspeak_text:before {
    content: "\7a";
    font-family: "uhr-icon-font" !important;
    display: inline-block;
    top: .15789474em;
    position: relative;
    margin-left: 5px;
    color: #000000; }

@media (min-width: 480px) {
  #readspeaker_button1 {
    display: block;
    position: relative;
    float: right;
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px; } }

h1 .sync_word, h1 .sync_word_highlighted, h2 .sync_word, h2 .sync_word_highlighted, h3 .sync_word, h3 .sync_word_highlighted,
h4 .sync_word, h4 .sync_word_highlighted, h5 .sync_word, h5 .sync_word_highlighted, h6 .sync_word, h6 .sync_word_highlighted {
  font-family: BauWebPro, Arial, Verdana;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }

.blockFrame.xform {
  padding: 20px 0px 40px 0px;
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .blockFrame.xform input, .blockFrame.xform select, .blockFrame.xform textarea, .blockFrame.xform .styled-select {
      min-width: 300px; } }
  @media (max-width: 480px) {
    .blockFrame.xform input, .blockFrame.xform select, .blockFrame.xform textarea, .blockFrame.xform .styled-select {
      width: 100%; } }
  .blockFrame.xform table td {
    border: none;
    padding-left: 0;
    padding-right: 0; }
  .blockFrame.xform label {
    display: block;
    margin-top: 5px;
    font-weight: bold; }
  .blockFrame.xform span.xformvalidator {
    color: #E91449;
    margin-left: 5px; }

#mainContent .EPiServerForms {
  font-size: 16px; }
  @media (min-width: 480px) {
    #mainContent .EPiServerForms input, #mainContent .EPiServerForms select, #mainContent .EPiServerForms textarea, #mainContent .EPiServerForms .styled-select {
      min-width: 300px; } }
  @media (max-width: 480px) {
    #mainContent .EPiServerForms input, #mainContent .EPiServerForms select, #mainContent .EPiServerForms textarea, #mainContent .EPiServerForms .styled-select {
      width: 100%; } }
  #mainContent .EPiServerForms .Form__Element .Form__Element__Caption {
    display: block;
    margin-top: 5px;
    font-weight: bold; }
  #mainContent .EPiServerForms .Form__Element .Form__Element__ValidationError {
    color: #E91449; }

.blockFrame.instagram {
  /*overflow: hidden;*/ }
  .blockFrame.instagram .div.epi-injected-minSize {
    overflow: hidden; }
  .blockFrame.instagram .nopadding {
    padding: 0 !important;
    margin: 0 !important; }
  .blockFrame.instagram .item {
    width: 32%;
    display: inline-block;
    margin-bottom: 4px !important; }
  .blockFrame.instagram .regularButton, .blockFrame.instagram #mainContent .EPiServerForms .FormSubmitButton, #mainContent .EPiServerForms .blockFrame.instagram .FormSubmitButton {
    width: 100%; }
  .blockFrame.instagram a::after {
    display: none !important; }
  @media (max-width: 480px) {
    .blockFrame.instagram .item {
      width: 49%; } }

.campusBlock table {
  width: 100%; }

.campusBlock td {
  border: none;
  font-size: 19px;
  vertical-align: top;
  padding: 0 10px 0 0; }
  .campusBlock td p {
    font-size: 19px;
    margin: 0; }
  .campusBlock td.snug {
    width: 1px;
    white-space: nowrap; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.cookie-background {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 500;
  background-color: #62269E;
  padding: 25px 0;
  color: #ffffff; }
  .cookie-background .cookie-message p {
    margin: 10px 0; }
    .cookie-background .cookie-message p a {
      color: #ffffff;
      text-decoration: underline; }
      .cookie-background .cookie-message p a:hover, .cookie-background .cookie-message p a:active, .cookie-background .cookie-message p a:focus {
        color: #d9d9d9; }
  .cookie-background .cookie-button {
    font-weight: 600;
    background-color: #f2f2f2;
    color: #000000;
    border-radius: 0;
    width: auto; }
    .cookie-background .cookie-button:hover, .cookie-background .cookie-button:active, .cookie-background .cookie-button:focus {
      background-color: #d9d9d9; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.blockFrame.question {
  margin-bottom: 10px;
  padding: 25px 0 60px 0;
  padding: 0 9px 9px 9px; }
  .blockFrame.question h2 {
    font-family: Calibri, Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 20px; }
  .blockFrame.question .blockHeader .count {
    font-size: 16px;
    margin-top: 9px;
    margin-right: 3px;
    text-align: right; }
  .blockFrame.question .blockBody label.radioContainer {
    display: inline-block;
    display: inline;
    position: relative;
    padding-left: 58px;
    margin-bottom: 12px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*unselected*/ }
    .blockFrame.question .blockBody label.radioContainer span.svarstext {
      display: inline-block;
      width: calc(100% - 180px);
      vertical-align: top; }
    .blockFrame.question .blockBody label.radioContainer input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark {
      /*background-color: #E91449;
                background-color: #00A8E1;
                background-color: #B00060;
                background-color: #C4D600;
                background-color: #EEDC00;
                background-color: #62269E;
                background-color: #FFA400;
                background-color: #006E96;
                background-color: #00828F;
                background-color: #B00060;*/
      background-color: #006E96; }
    .blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.right {
      background-color: green; }
    .blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.wrong {
      background-color: #E91449; }
    .blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.correct {
      background-color: #006E96; }
    .blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark:after,
    .blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.right:after,
    .blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.wrong:after,
    .blockFrame.question .blockBody label.radioContainer input:checked ~ .checkmark.correct:after {
      display: block; }
    .blockFrame.question .blockBody label.radioContainer .checkmark:after,
    .blockFrame.question .blockBody label.radioContainer .checkmark.right:after,
    .blockFrame.question .blockBody label.radioContainer .checkmark.wrong:after,
    .blockFrame.question .blockBody label.radioContainer .checkmark.correct:after {
      top: 7px;
      left: 7px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white; }
    .blockFrame.question .blockBody label.radioContainer:hover input ~ .checkmark {
      background-color: #BFBFBF; }
  .blockFrame.question .blockBody .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #E5E5E5;
    border-radius: 50%;
    margin-left: 12px; }
  .blockFrame.question .blockBody .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

@media (max-width: 480px) {
  .blockFrame.question {
    padding: 0 0 9px 0; }
    .blockFrame.question .blockBody label.radioContainer span.svarstext {
      width: calc(100% - 80px); }
    .blockFrame.question .blockBody span.correctText {
      display: none; } }

.no-js .blockFrame.question {
  padding: 25px 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left; }

.col-xxs-1 {
  width: 8.33333%; }

.col-xxs-2 {
  width: 16.66667%; }

.col-xxs-3 {
  width: 25%; }

.col-xxs-4 {
  width: 33.33333%; }

.col-xxs-5 {
  width: 41.66667%; }

.col-xxs-6 {
  width: 50%; }

.col-xxs-7 {
  width: 58.33333%; }

.col-xxs-8 {
  width: 66.66667%; }

.col-xxs-9 {
  width: 75%; }

.col-xxs-10 {
  width: 83.33333%; }

.col-xxs-11 {
  width: 91.66667%; }

.col-xxs-12 {
  width: 100%; }

.col-xxs-pull-0 {
  right: auto; }

.col-xxs-pull-1 {
  right: 8.33333%; }

.col-xxs-pull-2 {
  right: 16.66667%; }

.col-xxs-pull-3 {
  right: 25%; }

.col-xxs-pull-4 {
  right: 33.33333%; }

.col-xxs-pull-5 {
  right: 41.66667%; }

.col-xxs-pull-6 {
  right: 50%; }

.col-xxs-pull-7 {
  right: 58.33333%; }

.col-xxs-pull-8 {
  right: 66.66667%; }

.col-xxs-pull-9 {
  right: 75%; }

.col-xxs-pull-10 {
  right: 83.33333%; }

.col-xxs-pull-11 {
  right: 91.66667%; }

.col-xxs-pull-12 {
  right: 100%; }

.col-xxs-push-0 {
  left: auto; }

.col-xxs-push-1 {
  left: 8.33333%; }

.col-xxs-push-2 {
  left: 16.66667%; }

.col-xxs-push-3 {
  left: 25%; }

.col-xxs-push-4 {
  left: 33.33333%; }

.col-xxs-push-5 {
  left: 41.66667%; }

.col-xxs-push-6 {
  left: 50%; }

.col-xxs-push-7 {
  left: 58.33333%; }

.col-xxs-push-8 {
  left: 66.66667%; }

.col-xxs-push-9 {
  left: 75%; }

.col-xxs-push-10 {
  left: 83.33333%; }

.col-xxs-push-11 {
  left: 91.66667%; }

.col-xxs-push-12 {
  left: 100%; }

.col-xxs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xxs-offset-12 {
  margin-left: 100%; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: BauWebPro, Arial, Verdana;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e5e5e5; }

h1, .h1,
h2, .h2 {
  margin-top: 24px;
  margin-bottom: 8px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small {
    font-size: 65%; }

h3, .h3 {
  margin-top: 0;
  margin-bottom: 5px; }
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 19px; }

h4, .h4 {
  font-size: 16px;
  font-family: Calibri, Arial, sans-serif; }

h5, .h5 {
  font-size: 19px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 24px; }

.lead {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 28.5px; } }

#ingress {
  font-family: Calibri, Arial, sans-serif;
  font-weight: 700; }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

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

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

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

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

.text-muted {
  color: #e5e5e5; }

.text-primary {
  color: #428bca; }

a.text-primary:hover,
a.text-primary:focus {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f2f2f2; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

p + ul, p + ol {
  margin-top: -12px; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 24px; }

dt,
dd {
  line-height: 1.3; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 23.75px;
  border-left: 5px solid #f2f2f2; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.3;
    color: #e5e5e5; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f2f2f2;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.3; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*MAKING SITE RESPONSIVE*/
@viewport {
  zoom: 1.0;
  width: extend-to-zoom; }

@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0; }

/*GENERAL STYLES*/
* {
  font-family: Calibri, Arial, sans-serif; }

body {
  font-family: Calibri, Arial, sans-serif; }
  body h1 {
    margin: 0 0 24px 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    color: #E91449; }
  body h2 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }
  body h3 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; }
  @media (max-width: 767px) {
    body h1 {
      font-size: 30px; }
    body h2 {
      font-size: 20px; } }
  body p {
    line-height: 1.3; }
  body a {
    font-family: Calibri, Arial, sans-serif; }
  body a:before, body a:after {
    text-decoration: underline; }
  body a:before, body a:after,
  body a:hover:before, body a:hover:after {
    text-decoration: none; }
  body a:hover {
    cursor: pointer; }
  body a:focus {
    outline: 0; }
  body #standardPage, body #ErasmusInstitutionPage, body #Erasmuspage, body #Sweinstmappage, body #blockarearight, body #subNavigation, body #searchPage, body #searchComparePage, body #cascadingDropdownPage, body #quizPage {
    margin-top: 35px; }
  body #startPage #blockarearight {
    margin-top: 0; }
  @media (max-width: 991px) {
    body #standardPage, body #ErasmusInstitutionPage, body #Erasmuspage, body #Sweinstmappage, body #blockarearight, body #subNavigation, body #searchPage, body #searchComparePage, body .subNavAccordion, body #cascadingDropdownPage, body #quizPage {
      margin-top: 10px; }
    body #subNavigation.panel-collapse {
      margin-top: 0; } }
  body #standardPage a:after, body #ErasmusInstitutionPage a:after, body #Erasmuspage a:after, body #landingPage a:after, body #Sweinstmappage a:after, body #blockarearight a:after, body .aboutUhrMenu a:after, body #cascadingDropdownPage a:after, body #quizPage a:after {
    content: "\51";
    font-family: "uhr-icon-font" !important;
    display: inline-block;
    top: .15789474em;
    position: relative;
    margin-left: 5px; }
  body #standardPage a[target^="_blank"]:after, body #ErasmusInstitutionPage a[target^="_blank"]:after, body #Erasmuspage a[target^="_blank"]:after, body #landingPage a[target^="_blank"]:after, body #Sweinstmappage a[target^="_blank"]:after, body #blockarearight a[target^="_blank"]:after, body #subpageTemplate a[target^="_blank"]:after, body .aboutUhrMenu a[target^="_blank"]:after, body #cascadingDropdownPage a[target^="_blank"]:after, body .cookie-message a[target^="_blank"]:after, body #quizPage a[target^="_blank"]:after {
    content: "\72";
    font-family: "uhr-icon-font" !important;
    display: inline-block;
    top: .15789474em;
    position: relative;
    margin-left: 5px; }
  body #subpageTemplate div#edu-filter-menu a[href^="http"]:after {
    content: none !important; }
  body #subpageTemplate a[target^="_blank"]:after {
    content: "\72";
    font-family: "uhr-icon-font" !important;
    display: inline-block;
    top: .15789474em;
    position: relative;
    margin-left: 5px; }
  body #standardPartialPage a:after, body #blockVideo a:after, body #map-canvas a:after, body .erasmusMainContent #applicationLink a:after {
    content: none !important; }
  body .pufflink a:after {
    content: none !important; }
  body #standardPage a[href^="mailto"]:after, body #ErasmusInstitutionPage a[href^="mailto"]:after, body #Erasmuspage a[href^="mailto"]:after, body #landingPage a[href^="mailto"]:after, body #searchPage a[href^="mailto"]:after, body #Sweinstmappage a[href^="mailto"]:after, body #cascadingDropdownPage a[href^="mailto"]:after, body #quizPage a[href^="mailto"]:after {
    content: none; }
  body blockquote {
    display: block;
    margin: 1em 1em 40px 40px; }
  body q {
    background-color: #C5D2FB; }
  body q:before, body q:after {
    content: '"'; }
  body #ingress p {
    font-family: Calibri, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px; }
  body #push {
    height: 150px; }
  body span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  body span.caret {
    border-width: 6px;
    margin-left: 5px; }
  body .open > a > span.caret, body .opened > a > span.caret {
    border-bottom: 6px solid;
    border-top: none; }
  body .dropdown-menu {
    display: none; }
  body .open > .dropdown-menu, body .opened > .dropdown-menu {
    display: block; }
  body .open > a, body .opened > a {
    outline: 0;
    text-decoration: underline; }
  body #subpageTemplate #blockArea {
    min-height: 200px; }
    body #subpageTemplate #blockArea h1 {
      color: #fff;
      font-size: 15px; }
    body #subpageTemplate #blockArea h1.tempText {
      color: #996; }
  body .italic {
    font-style: italic; }
  body .imagefullwidth {
    width: 100% !important; }
  body .imagehalfwidth {
    width: 50% !important; }
  body .imagethirdwidth {
    width: 33% !important; }
  body .imagealignright {
    float: right; }
  body .imagealignleft {
    float: left; }
  body .regularButton, body #mainContent .EPiServerForms .FormSubmitButton, #mainContent .EPiServerForms body .FormSubmitButton {
    background: none;
    border: none;
    font-family: Calibri, sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background-color: #E91449;
    padding: 5px 20px; }
    body .regularButton:hover, body #mainContent .EPiServerForms .FormSubmitButton:hover, #mainContent .EPiServerForms body .FormSubmitButton:hover {
      background-color: #000; }
    body .regularButton.inActive, body #mainContent .EPiServerForms .inActive.FormSubmitButton, #mainContent .EPiServerForms body .inActive.FormSubmitButton {
      background-color: #DDD;
      cursor: default; }
  body .styled-select {
    width: 240px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #E91449;
    position: relative; }
    body .styled-select:hover, body .styled-select.active {
      background-color: #FBFBC3;
      cursor: pointer; }
      body .styled-select:hover > span, body .styled-select.active > span {
        background-color: #FBFBC3; }
    body .styled-select > span {
      position: absolute;
      background-color: #fff;
      pointer-events: none;
      right: 0;
      height: 100%;
      padding-top: 3px;
      padding-right: 7px; }
      body .styled-select > span > .caret {
        border-top-color: #E91449; }
    body .styled-select.inActive {
      background: none;
      border: 1px solid #DDD; }
      body .styled-select.inActive .caret {
        border-top-color: #DDD; }
      body .styled-select.inActive:hover {
        cursor: default; }
        body .styled-select.inActive:hover > span {
          background-color: #fff; }
      body .styled-select.inActive select {
        color: #DDD; }
        body .styled-select.inActive select:hover {
          cursor: default; }
    body .styled-select select {
      background: transparent;
      width: 100%;
      padding: 5px;
      border: 1px solid #E91449;
      color: #E91449;
      font-family: Calibri;
      font-size: 19px;
      font-weight: 700;
      line-height: 1;
      border: 0;
      border-radius: 0;
      -webkit-appearance: none;
      outline: none; }
      body .styled-select select:hover {
        cursor: pointer; }
  body .checkbox_label {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 22px;
    cursor: pointer;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    font-weight: 700; }
    body .checkbox_label:before {
      content: '';
      background: url(/Static/images/umu_sprite.png) -222px -223px no-repeat;
      display: block;
      position: absolute;
      top: -1px;
      left: 0;
      width: 20px;
      height: 22px; }
    body .checkbox_label:hover:before {
      background: url(/Static/images/umu_sprite.png) -261px -261px no-repeat; }
  body input.checkbox {
    display: none; }
    body input.checkbox:checked + label:before {
      background: url(/Static/images/umu_sprite.png) -146px -146px no-repeat; }
  body .nav.nav-tabs {
    display: table;
    border-spacing: 3px;
    width: 100%;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
    list-style-type: none;
    padding-left: 0; }
    body .nav.nav-tabs li {
      border: 1px solid transparent;
      float: left;
      padding: 5px 30px;
      margin-bottom: -4px;
      margin-left: -3px; }
      body .nav.nav-tabs li.active {
        border: 1px solid #DDD;
        border-bottom: 1px solid #FFF;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
        body .nav.nav-tabs li.active a {
          color: #000;
          text-decoration: none; }
      body .nav.nav-tabs li a {
        font-family: Calibri, Arial, sans-serif;
        font-size: 19px;
        font-weight: 700;
        color: #E91449; }
  body .tab-content > div {
    display: none; }
  body .tab-content > .active {
    display: block; }
  body table th, body table td {
    padding: 5px 10px; }
  body table th {
    background-color: #999;
    color: #FFF;
    font-family: Calibri, Arial, sans-serif;
    font-size: 19px;
    font-weight: 700; }
    body table th:first-child {
      border-left: 1px solid #999; }
    body table th:not(:last-child) {
      border-right: 1px solid #fff; }
    body table th:last-child {
      border-right: 1px solid #999; }
  body table td {
    border: 1px solid #DDD;
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px; }
  body .searchbox {
    margin-bottom: 30px;
    width: 100%; }
    body .searchbox .searchPlaceholder {
      display: inline-block;
      vertical-align: middle;
      float: none;
      border-radius: 0;
      color: #000000;
      width: 100%; }
      body .searchbox .searchPlaceholder::-webkit-input-placeholder {
        color: #999999; }
      body .searchbox .searchPlaceholder:-moz-placeholder {
        color: #999999;
        opacity: 1; }
      body .searchbox .searchPlaceholder::-moz-placeholder {
        color: #999999;
        opacity: 1; }
      body .searchbox .searchPlaceholder:-ms-input-placeholder {
        color: #999999; }
      body .searchbox .searchPlaceholder:focus {
        z-index: 2; }
    body .searchbox .ess-searchbutton {
      background-color: #000000;
      color: #ffffff;
      font-weight: bold;
      border-radius: 0;
      width: auto; }
      body .searchbox .ess-searchbutton .icon {
        margin-right: 4px; }
      body .searchbox .ess-searchbutton:hover, body .searchbox .ess-searchbutton:active, body .searchbox .ess-searchbutton:focus {
        background-color: #333333; }

.blockBody ul a[href*=".doc"]:after, .blockBody ul a[href*=".docx"]:after,
.blockBody ul a[href*=".ppt"]:after, .blockBody ul a[href*=".pptx"]:after,
.blockBody ul a[href*=".xls"]:after, .blockBody ul a[href*=".xlsx"]:after,
.blockBody ul a[href*=".pdf"]:after,
.blockBody ul a[href*=".txt"]:after, .blockFrame ul a[href*=".doc"]:after, .blockFrame ul a[href*=".docx"]:after,
.blockFrame ul a[href*=".ppt"]:after, .blockFrame ul a[href*=".pptx"]:after,
.blockFrame ul a[href*=".xls"]:after, .blockFrame ul a[href*=".xlsx"]:after,
.blockFrame ul a[href*=".pdf"]:after,
.blockFrame ul a[href*=".txt"]:after {
  font-size: 16px; }

.blockBody ul a[href*=".doc"]:after, .blockBody ul a[href*=".docx"]:after, .blockFrame ul a[href*=".doc"]:after, .blockFrame ul a[href*=".docx"]:after {
  content: " (.doc)"; }

.blockBody ul a[href*=".ppt"]:after, .blockBody ul a[href*=".pptx"]:after, .blockFrame ul a[href*=".ppt"]:after, .blockFrame ul a[href*=".pptx"]:after {
  content: " (.ppt)"; }

.blockBody ul a[href*=".xls"]:after, .blockBody ul a[href*=".xlsx"]:after, .blockFrame ul a[href*=".xls"]:after, .blockFrame ul a[href*=".xlsx"]:after {
  content: " (.xls)"; }

.blockBody ul a[href*=".pdf"]:after, .blockFrame ul a[href*=".pdf"]:after {
  content: " (.pdf)"; }

.blockBody ul a[href*=".txt"]:after, .blockFrame ul a[href*=".txt"]:after {
  content: " (.txt)"; }

#mainBody ul a[href$=".doc"]:before, #mainBody ul a[href$=".docx"]:before,
#mainBody ul a[href$=".ppt"]:before, #mainBody ul a[href$=".pptx"]:before,
#mainBody ul a[href$=".xls"]:before, #mainBody ul a[href$=".xlsx"]:before,
#mainBody ul a[href$=".pdf"]:before,
#mainBody ul a[href$=".txt"]:before {
  margin: 0 0 0 -28px; }

.blockBody ol li, .blockBody ul li {
  padding-bottom: 10px;
  margin: 0;
  line-height: 20px; }

.blockBody ol li:last-child, .blockBody ul li:last-child {
  padding-bottom: 0; }

.overflow-hidden {
  overflow: hidden !important; }

html[data-useragent*='MSIE 9.0'] .styled-select > span, html[data-useragent*='MSIE 10.0'] .styled-select > span {
  display: none; }

.borderRight {
  border-right: 3px solid #333; }

.borderRightWhite {
  border-right: 3px solid #FFF; }

.remove-padding {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 992px) {
  .remove-padding-left {
    padding-right: 15px;
    padding-left: 0; } }

.center {
  text-align: center; }

.sokJamforAc-list {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 19px; }

.sokJamforAc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px; }

.sokJamforAc-list-item {
  padding: 5px;
  cursor: pointer; }

.sokJamforAc-list-item-selected {
  background-color: #FBFBC3; }

@media (min-width: 480px) {
  .pageButtons {
    float: right;
    margin: 0 0 15px 20px; } }

#readspeaker_button1.rsbtn_colorskin {
  float: right;
  margin: 0 0 0 10px;
  font-family: Calibri, Arial, sans-serif;
  font-size: 19px;
  border-radius: 0 !important;
  border: 1px solid #c9c9c9; }
  #readspeaker_button1.rsbtn_colorskin:hover {
    background-color: #d9d9d9;
    border-color: #b0b0b0; }
  #readspeaker_button1.rsbtn_colorskin .rsbtn_play {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 10px; }
    #readspeaker_button1.rsbtn_colorskin .rsbtn_play .rspart {
      display: inline-block; }
      #readspeaker_button1.rsbtn_colorskin .rsbtn_play .rspart .rsbtn_text {
        background: none;
        padding-left: 0; }
        #readspeaker_button1.rsbtn_colorskin .rsbtn_play .rspart .rsbtn_text > span {
          display: inline-block; }
        #readspeaker_button1.rsbtn_colorskin .rsbtn_play .rspart .rsbtn_text .icon {
          margin-right: 4px; }
  #readspeaker_button1.rsbtn_colorskin .rsbtn_exp.rsimg.rspart {
    margin-top: 9px;
    margin-left: 100px;
    width: 180px;
    float: none; }
  @media screen and (min-width: 768px) {
    #readspeaker_button1.rsbtn_colorskin {
      margin: 0 0 15px 20px; } }
  @media screen and (max-width: 767px) {
    #readspeaker_button1.rsbtn_colorskin {
      float: none;
      margin: 0 0 0 3px;
      width: auto;
      height: 34px; }
      #readspeaker_button1.rsbtn_colorskin .rsbtn_play {
        float: none;
        width: 100%; }
      #readspeaker_button1.rsbtn_colorskin .rsbtn_exp.rsimg.rspart {
        margin-top: -28px;
        margin-left: 130px;
        width: 180px;
        float: none; } }

.rsbtn_colorskin.rsexpanded {
  width: auto !important; }

body .rsbtn_colorskin a::after {
  content: none !important; }

span.readspeak_doc_btn {
  width: auto;
  display: inline-block; }
  span.readspeak_doc_btn a::after {
    content: none !important;
    /*width: 0 !important;*/ }
  span.readspeak_doc_btn a:hover {
    text-decoration: none; }
  span.readspeak_doc_btn .readspeak_text:before {
    content: "\7a";
    font-family: "uhr-icon-font" !important;
    display: inline-block;
    top: .15789474em;
    position: relative;
    margin-left: 5px;
    color: #000000; }

@media (min-width: 480px) {
  #readspeaker_button1 {
    display: block;
    position: relative;
    float: right;
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px; } }

h1 .sync_word, h1 .sync_word_highlighted, h2 .sync_word, h2 .sync_word_highlighted, h3 .sync_word, h3 .sync_word_highlighted,
h4 .sync_word, h4 .sync_word_highlighted, h5 .sync_word, h5 .sync_word_highlighted, h6 .sync_word, h6 .sync_word_highlighted {
  font-family: BauWebPro, Arial, Verdana;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }

@font-face {
  font-family: BauWebPro;
  font-weight: 500;
  src: url("/Static/fonts/BauWebPro-Medium.eot");
  src: url("/Static/fonts/BauWebPro-Medium.eot?#iefix") format("embedded-opentype"), url("/Static/fonts/BauWebPro-Medium.woff") format("woff"); }

@font-face {
  font-family: BauWebPro;
  font-weight: 700;
  src: url("/Static/fonts/BauWebPro-Bold.eot");
  src: url("/Static/fonts/BauWebPro-Bold.eot?#iefix") format("embedded-opentype"), url("/Static/fonts/BauWebPro-Bold.woff") format("woff"); }

@font-face {
  font-family: "uhr-icon-font";
  src: url("/Static/fonts/uhr-icon-font.eot?v=1.1");
  src: url("/Static/fonts/uhr-icon-font.eot?#iefix") format("embedded-opentype"), url("/Static/fonts/uhr-icon-font.woff?v=1.1") format("woff"), url("/Static/fonts/uhr-icon-font.ttf?v=1.1") format("truetype"), url("/Static/fonts/uhr-icon-font.svg#uhr-icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }

@media speech, reader, aural {
  .icon:before {
    display: none !important; } }

[data-icon] {
  font-family: "uhr-icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: .15789474em; }

.icon:before {
  display: inline-block;
  font-family: "uhr-icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: .15789474em; }

.icon-25-uhr:before {
  content: "\61"; }

.icon-50-uhr:before {
  content: "\63"; }

.icon-75-uhr:before {
  content: "\64"; }

.icon-anvandare-uhr:before {
  content: "\65"; }

.icon-bild-uhr:before {
  content: "\66"; }

.icon-bok-uhr:before {
  content: "\67"; }

.icon-check-box-uhr:before {
  content: "\68"; }

.icon-check-uhr:before {
  content: "\69"; }

.icon-dator-uhr:before {
  content: "\6a"; }

.icon-dela-uhr:before {
  content: "\6b"; }

.icon-dokument-diagram-tomt-uhr:before {
  content: "\6c"; }

.icon-dokument-pdf-uhr:before {
  content: "\6d"; }

.icon-dokument-tabell-uhr:before {
  content: "\6e"; }

.icon-dokument-text-uhr:before {
  content: "\6f"; }

.icon-dokument-tomt-uhr:before {
  content: "\70"; }

.icon-eu-uhr:before {
  content: "\71"; }

.icon-extern-lank-uhr:before {
  content: "\72"; }

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

.icon-favorit-on-uhr:before {
  content: "\75"; }

.icon-film-uhr:before {
  content: "\76"; }

.icon-flygplan-resa-uhr:before {
  content: "\77"; }

.icon-forstoringsglas-uhr:before {
  content: "\78"; }

.icon-hem-uhr:before {
  content: "\79"; }

.icon-hogtalare-uhr:before {
  content: "\7a"; }

.icon-information-uhr:before {
  content: "\41"; }

.icon-kalender-uhr:before {
  content: "\62"; }

.icon-klocka-uhr:before {
  content: "\42"; }

.icon-kryss-uhr:before {
  content: "\43"; }

.icon-kugghjul-uhr:before {
  content: "\44"; }

.icon-pil-upp-uhr:before {
  content: "\46"; }

.icon-pil-vanster-uhr:before {
  content: "\47"; }

.icon-play-uhr:before {
  content: "\48"; }

.icon-redigera-uhr:before {
  content: "\49"; }

.icon-skriva-uhr:before {
  content: "\4a"; }

.icon-triangel-pil-vanster-uhr:before {
  content: "\4c"; }

.icon-twitter-uhr:before {
  content: "\4d"; }

.icon-ladda-om-uhr:before {
  content: "\45"; }

.icon-linkedin-uhr:before {
  content: "\4b"; }

.icon-mat-uhr:before {
  content: "\4e"; }

.icon-matare-uhr:before {
  content: "\4f"; }

.icon-pil-flytta-uhr:before {
  content: "\50"; }

.icon-pil-hoger-uhr:before {
  content: "\51"; }

.icon-pil-ned-uhr:before {
  content: "\52"; }

.icon-stapel-3-1-uhr:before {
  content: "\53"; }

.icon-stapel-3-2-uhr:before {
  content: "\54"; }

.icon-stapel-3-3-uhr:before {
  content: "\55"; }

.icon-symbol-ikon-uhr:before {
  content: "\56"; }

.icon-triangel-pil-hoger-uhr:before {
  content: "\57"; }

.icon-triangel-pil-ned-uhr:before {
  content: "\58"; }

.icon-triangel-pil-upp-uhr:before {
  content: "\59"; }

.icon-jordglob-uhr:before {
  content: "\5a"; }

.icon-kuvert-uhr:before {
  content: "\74"; }

.icon-skrivare-uhr:before {
  content: "\30"; }

.icon-varning-varning-uhr:before {
  content: "\31"; }

.icon-favorit-off-uhr:before {
  content: "\32"; }

/*temporary icons*/
.icon-dots-three-vertical:before {
  content: "\e905"; }

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

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

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

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

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

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

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

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

.studeranu_sprite {
  position: relative;
  top: 3px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px; }

.black_arrow_up {
  background: url("/Static/images/umu_sprite.png") no-repeat 0 0;
  width: 15px;
  height: 18px; }

.black_arrow_down {
  background: url("/Static/images/umu_sprite.png") no-repeat -35px -38px;
  width: 15px;
  height: 18px; }

.red_arrow_right {
  background: url("/Static/images/umu_sprite.png") no-repeat -70px -76px;
  width: 18px;
  height: 15px; }

.red_arrow_small_right {
  background: url("/Static/images/umu_sprite.png") no-repeat -458px -423px;
  width: 13px;
  height: 11px; }

.white_arrow_right {
  background: url("/Static/images/umu_sprite.png") no-repeat -108px -111px;
  width: 18px;
  height: 15px; }

.checkbox_checked {
  background: url("/Static/images/umu_sprite.png") no-repeat -146px -146px;
  width: 20px;
  height: 22px; }

.checkbox_check {
  background: url("/Static/images/umu_sprite.png") no-repeat -186px -188px;
  width: 17px;
  height: 19px; }

.checkbox_unchecked {
  background: url("/Static/images/umu_sprite.png") no-repeat -223px -223px;
  width: 20px;
  height: 22px; }

.checkbox_unchecked_selected {
  background: url("/Static/images/umu_sprite.png") no-repeat -261px -265px;
  width: 18px;
  height: 18px; }

.radiobutton_unchecked {
  background: url("/Static/images/umu_sprite.png") no-repeat -527px -491px;
  width: 18px;
  height: 18px; }

.radiobutton_checked {
  background: url("/Static/images/umu_sprite.png") no-repeat -571px -534px;
  width: 18px;
  height: 18px; }

.radiobutton_unchecked_selected {
  background: url("/Static/images/umu_sprite.png") no-repeat -614px -577px;
  width: 18px;
  height: 18px; }

.caret_red_down {
  background: url("/Static/images/umu_sprite.png") no-repeat -299px -303px;
  width: 12px;
  height: 6px; }

.caret_gray_down {
  background: url("/Static/images/umu_sprite.png") no-repeat -331px -329px;
  width: 12px;
  height: 6px; }

.flag_en {
  background: url("/Static/images/umu_sprite.png") no-repeat -363px -354px;
  width: 23px;
  height: 18px; }

.flag_se {
  background: url("/Static/images/umu_sprite.png") no-repeat -404px -390px;
  width: 24px;
  height: 18px; }

.icon_new_window {
  background: url("/Static/images/umu_sprite.png") no-repeat -490px -453px;
  width: 11px;
  height: 11px; }

.icon_quality_lack {
  background: url("/Static/images/umu_sprite.png") no-repeat -669px -634px;
  width: 32px;
  height: 17px; }

.icon_quality_high {
  background: url("/Static/images/umu_sprite.png") no-repeat -741px -673px;
  width: 29px;
  height: 18px; }

.icon_quality_very_high {
  background: url("/Static/images/umu_sprite.png") no-repeat -810px -715px;
  width: 32px;
  height: 17px; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
@media screen and (min-width: 768px) {
  .row-flex--sm {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }

@media screen and (min-width: 768px) {
  .col-flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; } }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.skip-links {
  background: none repeat scroll 0% 0% #FFF;
  position: absolute;
  left: 0px;
  z-index: 1000;
  top: -1000px;
  width: 100%; }
  .skip-links ul {
    list-style: outside none none;
    padding-left: 0px; }
  .skip-links li {
    text-align: center;
    border: 2px solid #fff;
    background-color: #000; }
  .skip-links a {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #D4D4D4;
    display: block;
    padding: 3px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 320px;
    z-index: 10000; }
    .skip-links a:focus {
      padding-top: 0.52941em;
      padding-bottom: 0.52941em;
      color: #FFF;
      background-color: #E91449;
      text-align: center;
      text-indent: 0px;
      width: 100%;
      height: auto;
      z-index: 10;
      top: 1000px;
      display: block; }

#pageHeader {
  position: relative; }
  @media screen and (min-width: 768px) {
    #pageHeader .siteHeaderLogo {
      margin-top: 15px; } }
  @media screen and (min-width: 992px) {
    #pageHeader .siteHeaderLogo {
      margin-top: 15px; } }
  #pageHeader .siteHeaderLogoImage {
    max-height: 85px;
    max-width: 85px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 767px) {
      #pageHeader .siteHeaderLogoImage {
        margin-top: 20px;
        max-height: 50px;
        max-width: 50px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #pageHeader .siteHeaderLogoImage {
        margin-top: 20px;
        max-height: 65px;
        max-width: 65px; } }
  #pageHeader .siteHeaderLogoText {
    color: #000;
    bottom: 0;
    position: absolute;
    margin-left: 105px;
    font-family: BauWebPro, Arial, Verdana;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #pageHeader .siteHeaderLogoText {
        margin-left: 80px; } }
    @media screen and (max-width: 767px) {
      #pageHeader .siteHeaderLogoText {
        margin-left: 60px; } }

.topNav .languageSwitchMenu {
  margin-right: -32px; }

.topNav .dropdown button {
  border: none; }

.search {
  height: 85px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .search {
      max-height: 65px; } }
  .search .searchInputGroup {
    position: absolute;
    bottom: 0;
    right: 10px; }
  .search .searchPlaceholder {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: auto;
    border-radius: 0;
    color: #000000; }
    .search .searchPlaceholder::-webkit-input-placeholder {
      color: #999999; }
    .search .searchPlaceholder:-moz-placeholder {
      color: #999999;
      opacity: 1; }
    .search .searchPlaceholder::-moz-placeholder {
      color: #999999;
      opacity: 1; }
    .search .searchPlaceholder:-ms-input-placeholder {
      color: #999999; }
    .search .searchPlaceholder:focus {
      z-index: 2; }
  .search .input-group-btn:last-child > .btn {
    margin-left: 0; }
  .search .ess-searchbutton {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
    width: auto; }
    .search .ess-searchbutton .icon {
      margin-right: 4px; }
    .search .ess-searchbutton:hover, .search .ess-searchbutton:active, .search .ess-searchbutton:focus {
      background-color: #333333; }

.studeraNuTitle {
  margin-bottom: 7px;
  margin-top: 7px;
  background-color: black; }

.ac_results {
  margin-top: 1px !important;
  background-color: white !important;
  border: 1px solid #ddd !important; }
  .ac_results span {
    color: #000 !important;
    float: right;
    margin-right: 15px !important; }
  .ac_results ul {
    padding-left: 0;
    margin-bottom: 0; }
    .ac_results ul li {
      padding: 5px 0 5px 15px;
      border: none;
      list-style: none;
      width: 100%;
      line-height: 20px; }
      .ac_results ul li.ac_over {
        background-color: #FBFBC3; }

.autocomplete-suggestions {
  max-height: none !important;
  margin-top: 1px !important;
  background-color: white !important;
  border: 1px solid #ddd !important; }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 5px 0 5px 15px;
    line-height: 25px; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
      background-color: #FBFBC3; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*FOOTER STYLES*/
#footer {
  background-color: #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 150px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 992px) {
    #footer {
      margin-top: 40px; } }
  @media screen and (min-width: 992px) {
    #footer {
      padding-left: 30px;
      padding-right: 30px;
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (min-width: 768px) {
    #footer {
      margin-left: -20px;
      margin-right: -20px; } }
  @media screen and (max-width: 991px) {
    #footer {
      text-align: center; } }
  #footer a {
    color: #000000;
    text-decoration: underline; }
  #footer p {
    margin-bottom: 5px; }
  #footer .footerRow {
    position: relative; }
  #footer .footerColumn {
    margin-bottom: 5px;
    font-size: 14px; }
    @media screen and (max-width: 991px) {
      #footer .footerColumn {
        margin-bottom: 15px; } }
  #footer .footerHeader {
    margin-top: 0; }
  @media screen and (min-width: 992px) {
    #footer .footerLogo {
      float: right; } }
  #footer ul {
    font-size: 14px;
    list-style: none;
    padding-left: 0; }
    #footer ul li {
      margin-bottom: 0; }
      #footer ul li .automatic {
        margin-left: 3px; }

.bottomNavFooter.dropdownItems {
  margin-top: 20px; }
  @media screen and (max-width: 991px) {
    .bottomNavFooter.dropdownItems {
      text-align: center;
      margin-left: -10px;
      margin-right: -10px; }
      .bottomNavFooter.dropdownItems .languageSwitchMenu {
        display: none; }
      .bottomNavFooter.dropdownItems .languageSwitchLink {
        width: 100%;
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .bottomNavFooter.dropdownItems {
      margin-left: 0;
      margin-right: 0; } }
  .bottomNavFooter.dropdownItems .aboutUhrDropdown {
    display: block;
    text-align: center;
    margin-left: 0;
    position: static; }
    .bottomNavFooter.dropdownItems .aboutUhrDropdown .aboutUhrMenu {
      position: static;
      margin-bottom: 2px; }

footer#footer .footerRow .footerColumn {
  /*min-height: 150px;

    @media screen and (max-width: $screen-xs-max) {
        min-width: 350px;
        min-height: unset;
    }

    @media screen and (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
        min-width: 350px;
        min-height: unset;
    }*/ }

/*footer#footer .footerRow .footerColumn h2 {
    font-size: 18px;
    font-family: BauWebPro, Arial, Verdana;
    font-weight: 600;
    margin-top: 0;
}*/
footer#footer .footerRow .footerColumn {
  min-height: 150px; }
  @media screen and (max-width: 767px) {
    footer#footer .footerRow .footerColumn {
      min-width: 350px;
      min-height: unset; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    footer#footer .footerRow .footerColumn {
      min-width: 350px;
      min-height: unset; } }
  footer#footer .footerRow .footerColumn h2 {
    font-size: 18px;
    font-family: BauWebPro, Arial, Verdana;
    font-weight: 600;
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    footer#footer .footerRow .footerColumn .vision {
      display: inline-block;
      text-align: left;
      height: 90px;
      overflow-y: hidden; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    footer#footer .footerRow .footerColumn .vision {
      display: inline-block;
      text-align: left;
      height: 90px;
      overflow-y: hidden; } }
  footer#footer .footerRow .footerColumn .vision img {
    width: auto;
    opacity: 0.1; }
  footer#footer .footerRow .footerColumn .vision div {
    position: relative;
    top: -48px; }
    footer#footer .footerRow .footerColumn .vision div .header {
      display: block;
      color: #006e96;
      font-family: BauWebPro, Arial, Verdana;
      font-weight: 600;
      margin-bottom: 0;
      text-align: center;
      font-size: 18px;
      /*span {
					font-family: $headings-font-family;
				}*/
      /*@media screen and (max-width: $screen-xs-max) {
					text-align: center;
					font-size: 18px;
				}*/ }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        footer#footer .footerRow .footerColumn .vision div .header {
          text-align: center;
          font-size: 18px; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        footer#footer .footerRow .footerColumn .vision div .header {
          text-align: left;
          font-size: 13px; } }
      @media screen and (min-width: 1199px) {
        footer#footer .footerRow .footerColumn .vision div .header {
          font-size: 17px;
          text-align: left; } }
    footer#footer .footerRow .footerColumn .vision div p {
      color: #006e96;
      font-family: BauWebPro, Arial, Verdana;
      font-size: 18px;
      font-weight: 300;
      line-height: 1.2;
      /*span {
					font-family: $headings-font-family;
				}*/ }
      @media screen and (max-width: 767px) {
        footer#footer .footerRow .footerColumn .vision div p {
          text-align: center; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        footer#footer .footerRow .footerColumn .vision div p {
          text-align: center; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        footer#footer .footerRow .footerColumn .vision div p {
          text-align: left;
          font-size: 13px; } }
  footer#footer .footerRow .footerColumn .footerLogo {
    max-height: 50px;
    max-width: 208px;
    height: 50px;
    width: 208px; }

/*footer#footer .footerRow .footerColumn .vision img {
			width: auto;
			opacity: 0.1;
		}

		footer#footer .footerRow .footerColumn .vision div {
			position: relative;
			top: -48px;
		}

		footer#footer .footerRow .footerColumn .vision div h2 {
			color: #006e96;
			font-family: BauWebPro, Arial, Verdana;
			font-size: 17px;
			font-weight: 600;
			margin-bottom: 0;

			span {
				font-family: BauWebPro, Arial, Verdana;
			}

			@media screen and (max-width: $screen-xs-max) {
				text-align: center;
				font-size: 18px;
			}

			@media screen and (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
				text-align: center;
				font-size: 18px;
			}

			@media screen and (min-width: $screen-md-min) and (max-width: $screen-md-max) {
				text-align: left;
				font-size: 13px;
			}
		}

		footer#footer .footerRow .footerColumn .vision div p {
			color: #006e96;
			font-family: BauWebPro, Arial, Verdana;
			font-size: 18px;
			font-weight: 300;

			span {
				font-family: BauWebPro, Arial, Verdana;
			}

			@media screen and (max-width: $screen-xs-max) {
				text-align: center;
			}

			@media screen and (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
				text-align: center;
			}

			@media screen and (min-width: $screen-md-min) and (max-width: $screen-md-max) {
				text-align: left;
				font-size: 13px;
			}
		}*/
/*footer#footer .footerRow .footerColumn .footerLogo {
			max-height: 50px;
			max-width: 208px;
			height: 50px;
			width: 208px;
		}*/
footer#footer .footerRow.equal {
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    footer#footer .footerRow.equal {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    footer#footer .footerRow.equal {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*General rules used by both main and mobile navigation*/
.navbar .nav {
  padding: 0;
  margin: 0; }
  .navbar .nav li {
    list-style: none; }
    .navbar .nav li a {
      display: block;
      color: #ffffff; }

/* General styling used for gray dropdowns in header, mobile menu and footer */
.dropdownItems {
  font-size: 0; }
  .dropdownItems .aboutUhrDropdown, .dropdownItems .languageSwitchLink, .dropdownItems .languageSwitchMenu {
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-bottom: 2px; }
  .dropdownItems .AboutUhrLabel, .dropdownItems #HyperLinkMainLanguageSwitch, .dropdownItems #otherLanguagesSwitch {
    background-color: #e5e5e5;
    color: #3d3d3d;
    font-size: 14px;
    padding: 10px 20px;
    display: block; }
    .dropdownItems .AboutUhrLabel:hover, .dropdownItems .AboutUhrLabel:active, .dropdownItems .AboutUhrLabel:focus, .dropdownItems #HyperLinkMainLanguageSwitch:hover, .dropdownItems #HyperLinkMainLanguageSwitch:active, .dropdownItems #HyperLinkMainLanguageSwitch:focus, .dropdownItems #otherLanguagesSwitch:hover, .dropdownItems #otherLanguagesSwitch:active, .dropdownItems #otherLanguagesSwitch:focus {
      background-color: #cccccc;
      color: #000;
      text-decoration: none; }
  .dropdownItems .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 15px 20px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #e5e5e5;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .dropdownItems .aboutUhrMenu {
    padding-bottom: 0; }
  .dropdownItems #otherLanguagesMenu {
    min-width: 300px;
    right: 0;
    left: auto;
    padding-right: 30px; }
    .dropdownItems #otherLanguagesMenu ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      .dropdownItems #otherLanguagesMenu ul li {
        padding-bottom: 5px; }
    .dropdownItems #otherLanguagesMenu a {
      color: #000000;
      font-size: 19px; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
@media (min-width: 992px) {
  .navbar {
    margin-right: 0;
    margin-left: 0; } }

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

.navbar #mainnavigation {
  margin: 20px 0 3px; }
  .navbar #mainnavigation .nav {
    display: table;
    width: 100%;
    border-collapse: separate; }
  .navbar #mainnavigation .navbar-nav {
    border-spacing: 0; }
    .navbar #mainnavigation .navbar-nav > li.noJavaScript:hover > ul {
      display: block; }
    .navbar #mainnavigation .navbar-nav .dropdown {
      float: none;
      display: table-cell;
      background: none;
      text-align: center;
      padding: 0; }
      .navbar #mainnavigation .navbar-nav .dropdown.open .dropdownToggleBottom {
        background-color: #E91449;
        border-right: 5px solid #ffffff;
        border-left: 5px solid #ffffff; }
      .navbar #mainnavigation .navbar-nav .dropdown.open.first .dropdownToggleBottom {
        border-left: 5px solid #E91449; }
      .navbar #mainnavigation .navbar-nav .dropdown.open.last .dropdownToggleBottom {
        border-right: 5px solid #E91449; }
      .navbar #mainnavigation .navbar-nav .dropdown.active a.dropdown-toggle {
        border-right: 5px solid #E91449;
        border-left: 5px solid #E91449; }
      .navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle {
        border-right: 5px solid #ffffff;
        border-left: 5px solid #ffffff; }
        .navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle:hover, .navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle:focus {
          border-right: 5px solid #ffffff;
          border-left: 5px solid #ffffff; }
      .navbar #mainnavigation .navbar-nav .dropdown.open a.dropdown-toggle, .navbar #mainnavigation .navbar-nav .dropdown.active a.dropdown-toggle {
        background-color: #E91449;
        color: #ffffff; }
      .navbar #mainnavigation .navbar-nav .dropdown.open.first a.dropdown-toggle, .navbar #mainnavigation .navbar-nav .dropdown.active.first a.dropdown-toggle {
        border-left: 5px solid #E91449; }
      .navbar #mainnavigation .navbar-nav .dropdown.open.last a.dropdown-toggle, .navbar #mainnavigation .navbar-nav .dropdown.active.last a.dropdown-toggle {
        border-right: 5px solid #E91449; }
      .navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle {
        font-family: BauWebPro, Arial, Verdana;
        font-size: 19px;
        font-weight: 600;
        background: #000000;
        white-space: nowrap;
        text-align: center;
        border: none;
        padding: 10px 5px;
        border-right: 5px solid #000000;
        border-left: 5px solid #000000;
        margin-bottom: 0; }
        @media (max-width: 1199px) {
          .navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle {
            font-size: 16px; } }
        .navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle:hover, .navbar #mainnavigation .navbar-nav .dropdown a.dropdown-toggle:focus {
          background-color: #E91449;
          border-right: 5px solid #E91449;
          border-left: 5px solid #E91449; }
      .navbar #mainnavigation .navbar-nav .dropdown .dropdownToggleBottom {
        height: 7px; }
  .navbar #mainnavigation .dropdown-menu {
    text-align: left;
    background-color: #ffffff;
    border: 4px solid #E91449;
    left: -20px; }
    @media (min-width: 992px) {
      .navbar #mainnavigation .dropdown-menu {
        position: absolute;
        float: left;
        background-clip: padding-box;
        min-height: 300px;
        padding: 15px 15px;
        z-index: 1000; } }
    @media (min-width: 992px) {
      .navbar #mainnavigation .dropdown-menu {
        width: 1000px; } }
    @media (min-width: 1200px) {
      .navbar #mainnavigation .dropdown-menu {
        width: 1200px;
        left: -20px; } }
    .navbar #mainnavigation .dropdown-menu ul {
      padding: 0; }
      .navbar #mainnavigation .dropdown-menu ul:not(:first-child) {
        margin-top: 10px; }
    .navbar #mainnavigation .dropdown-menu .firstItem {
      color: #000000;
      font-family: BauWebPro, Arial, Verdana;
      font-weight: 600; }
      .navbar #mainnavigation .dropdown-menu .firstItem a {
        font-family: BauWebPro, Arial, Verdana;
        font-weight: 600;
        padding-left: 0px; }
    .navbar #mainnavigation .dropdown-menu .icon {
      margin-left: 5px; }
    .navbar #mainnavigation .dropdown-menu .active a {
      color: #E91449;
      font-weight: 700; }
    .navbar #mainnavigation .dropdown-menu a {
      background-color: #ffffff;
      color: #000000;
      display: block;
      clear: both;
      font-weight: normal;
      padding: 0 0 5px 0;
      line-height: 18px;
      border: none; }
      .navbar #mainnavigation .dropdown-menu a:hover {
        color: #E91449; }
  .navbar #mainnavigation #standardPartialPageInMainMenu, .navbar #mainnavigation #landingPartialPage {
    border: none;
    margin-bottom: 10px; }
    .navbar #mainnavigation #standardPartialPageInMainMenu a, .navbar #mainnavigation #landingPartialPage a {
      color: #000000;
      background-color: #EEDC00;
      padding: 15px 10px; }
      .navbar #mainnavigation #standardPartialPageInMainMenu a .vignette, .navbar #mainnavigation #landingPartialPage a .vignette {
        margin: 0; }
        .navbar #mainnavigation #standardPartialPageInMainMenu a .vignette:after, .navbar #mainnavigation #landingPartialPage a .vignette:after {
          content: "\51";
          font-family: "uhr-icon-font" !important;
          display: inline-block;
          top: .15789474em;
          position: relative;
          margin-left: 5px; }
      .navbar #mainnavigation #standardPartialPageInMainMenu a p, .navbar #mainnavigation #landingPartialPage a p {
        font-family: Calibri, Arial, sans-serif;
        font-weight: normal;
        margin: 0; }
      .navbar #mainnavigation #standardPartialPageInMainMenu a:hover, .navbar #mainnavigation #landingPartialPage a:hover {
        background-color: #ffee22;
        text-decoration: none; }
        .navbar #mainnavigation #standardPartialPageInMainMenu a:hover .vignette, .navbar #mainnavigation #landingPartialPage a:hover .vignette {
          text-decoration: underline; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.navbar-mobile {
  margin: 20px -10px 10px -10px; }
  .navbar-mobile .show-menu, .navbar-mobile .show-search {
    display: block;
    background-color: #000000;
    color: #ffffff;
    line-height: 32px;
    padding: 10px 0 10px 15px; }
    .navbar-mobile .show-menu:hover, .navbar-mobile .show-search:hover {
      background-color: #E91449;
      color: #ffffff;
      text-decoration: none; }
    .navbar-mobile .show-menu .text, .navbar-mobile .show-search .text {
      font-weight: 700; }
    .navbar-mobile .show-menu .menu-icon, .navbar-mobile .show-search .menu-icon {
      display: inline-block; }
      .navbar-mobile .show-menu .menu-icon--search, .navbar-mobile .show-search .menu-icon--search {
        display: none; }
      .navbar-mobile .show-menu .menu-icon__bar, .navbar-mobile .show-search .menu-icon__bar {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        height: 3px;
        width: 25px;
        border-radius: 1px;
        display: block;
        background-color: #ffffff;
        position: relative;
        top: 2px; }
        .navbar-mobile .show-menu .menu-icon__bar--middle, .navbar-mobile .show-menu .menu-icon__bar--bottom, .navbar-mobile .show-search .menu-icon__bar--middle, .navbar-mobile .show-search .menu-icon__bar--bottom {
          margin-top: 4px; }
    .navbar-mobile .show-menu[aria-expanded="true"] .menu-icon--search, .navbar-mobile .show-search[aria-expanded="true"] .menu-icon--search {
      display: inline-block; }
    .navbar-mobile .show-menu[aria-expanded="true"] .search-icon, .navbar-mobile .show-search[aria-expanded="true"] .search-icon {
      display: none; }
    .navbar-mobile .show-menu[aria-expanded="true"] .menu-icon__bar--top, .navbar-mobile .show-search[aria-expanded="true"] .menu-icon__bar--top {
      -webkit-transform: rotate(45deg) translateY(5px) translateX(5px);
      -moz-transform: rotate(45deg) translateY(5px) translateX(5px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(5px);
      -o-transform: rotate(45deg) translateY(5px) translateX(5px);
      transform: rotate(45deg) translateY(5px) translateX(5px); }
    .navbar-mobile .show-menu[aria-expanded="true"] .menu-icon__bar--middle, .navbar-mobile .show-search[aria-expanded="true"] .menu-icon__bar--middle {
      background-color: transparent; }
    .navbar-mobile .show-menu[aria-expanded="true"] .menu-icon__bar--bottom, .navbar-mobile .show-search[aria-expanded="true"] .menu-icon__bar--bottom {
      -webkit-transform: rotate(-45deg) translateY(-5px) translateX(5px);
      -moz-transform: rotate(-45deg) translateY(-5px) translateX(5px);
      -ms-transform: rotate(-45deg) translateY(-5px) translateX(5px);
      -o-transform: rotate(-45deg) translateY(-5px) translateX(5px);
      transform: rotate(-45deg) translateY(-5px) translateX(5px); }
  .navbar-mobile .show-menu {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin-right: -10px; }
    .navbar-mobile .show-menu .menu-icon {
      margin-right: 5px; }
  .navbar-mobile .show-search {
    margin-left: -10px;
    border-right: 1px solid #ffffff; }
    .navbar-mobile .show-search .search-icon {
      margin-right: 2px; }
      .navbar-mobile .show-search .search-icon:before {
        width: 25px;
        font-size: 23px; }
    .navbar-mobile .show-search .menu-icon {
      margin-right: 2px; }
  .navbar-mobile #search-mobile {
    position: absolute;
    border: 1px solid #ffffff;
    z-index: 100;
    left: 0;
    right: 0; }
    .navbar-mobile #search-mobile .search {
      padding: 10px 15px;
      background-color: #d2d2d2;
      height: auto; }
      .navbar-mobile #search-mobile .search .searchInputGroup {
        height: initial;
        position: relative;
        right: 0; }
      .navbar-mobile #search-mobile .search .searchPlaceholder {
        width: 100%; }
      .navbar-mobile #search-mobile .search .input-group {
        position: relative;
        margin-right: 0; }
  .navbar-mobile #mobileNavigation {
    z-index: 100;
    position: absolute;
    width: 100%; }
    .navbar-mobile #mobileNavigation .nav ul {
      padding: 0;
      margin: 0; }
    .navbar-mobile #mobileNavigation .nav a[aria-expanded="true"] > span:before, .navbar-mobile #mobileNavigation .nav a[aria-expanded="True"] > span:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .navbar-mobile #mobileNavigation .nav a {
      border-top: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      padding: 15px 20px; }
      .navbar-mobile #mobileNavigation .nav a > span {
        float: right; }
        .navbar-mobile #mobileNavigation .nav a > span:before {
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
    .navbar-mobile #mobileNavigation .nav .lvl1m a {
      background: #000;
      font-weight: 700; }
    .navbar-mobile #mobileNavigation .nav .lvl2m a {
      padding-left: 40px;
      background-color: #d2d2d2;
      color: #000000;
      font-weight: normal; }
      .navbar-mobile #mobileNavigation .nav .lvl2m a.active {
        background-color: #E91449;
        color: #ffffff; }
    .navbar-mobile #mobileNavigation .nav .lvl3m a {
      padding-left: 60px;
      background: #f2f2f2; }
      .navbar-mobile #mobileNavigation .nav .lvl3m a.active {
        background-color: #E91449;
        color: #ffffff; }
    .navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems {
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      text-align: center;
      margin-left: 0;
      margin-right: 0; }
      .navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .languageSwitchMenu {
        display: block; }
      .navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .languageSwitchLink {
        display: none; }
      .navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .languageSwitchMenu {
        text-align: center;
        margin-left: 0px;
        margin-bottom: 0px; }
      .navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems .languageSwitchMenu {
        width: 100%; }
      .navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems #otherLanguagesSwitch {
        border-left: 1px solid #ffffff; }
      .navbar-mobile #mobileNavigation .bottomNavMobile.dropdownItems #otherLanguagesMenu {
        margin: 0;
        width: 100%;
        border: none;
        border-top: 1px solid #ffffff;
        background-clip: border-box; }

@media (max-width: 992px) {
  .subNavAccordion {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px; }
    .subNavAccordion #subNavigation {
      border: 1px solid #666; }
      .subNavAccordion #subNavigation.collapsing, .subNavAccordion #subNavigation.collapse {
        padding-left: 10px;
        padding-right: 10px; }
      .subNavAccordion #subNavigation ul {
        margin: 0;
        margin-top: 5px;
        margin-bottom: 5px; }
        .subNavAccordion #subNavigation ul li {
          margin-top: 5px;
          margin-bottom: 5px; }
    .subNavAccordion .panel-heading {
      border: 1px solid #666;
      background-color: #999;
      padding: 5px 10px; }
      .subNavAccordion .panel-heading .panel-title {
        margin-bottom: 0; }
      .subNavAccordion .panel-heading a {
        color: #fff;
        text-decoration: none; }
        .subNavAccordion .panel-heading a:hover, .subNavAccordion .panel-heading a:focus {
          text-decoration: none; }
        .subNavAccordion .panel-heading a.collapsed .caret {
          border-top: 6px solid;
          border-bottom: none; }
        .subNavAccordion .panel-heading a .caret {
          border-top: none;
          border-bottom: 6px solid; } }

#subNavigation ul {
  list-style-type: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px; }
  #subNavigation ul.lvl1 {
    padding-left: 0;
    margin-top: -2px; }
    #subNavigation ul.lvl1 li a {
      display: inline-block;
      line-height: 18px;
      padding-bottom: 8px; }
  #subNavigation ul.lvl2 {
    padding-left: 15px; }
    #subNavigation ul.lvl2 li a {
      display: inline-block;
      line-height: 18px;
      padding-bottom: 8px; }
    #subNavigation ul.lvl2 li a.disabled {
      pointer-events: none;
      cursor: default;
      color: #000; }
  #subNavigation ul li.active a {
    color: #000; }
    #subNavigation ul li.active a:hover {
      text-decoration: none; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
#header .shareButtons {
  top: -5px; }
  @media (min-width: 480px) {
    #header .shareButtons {
      margin-top: 56px;
      top: 0;
      margin-bottom: 0;
      text-align: right; } }

.shareButtons {
  white-space: nowrap;
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px; }
  .shareButtons .shareButtonsLink {
    color: #000000;
    font-size: 36px; }
    .shareButtons .shareButtonsLink:after {
      content: none !important; }
    .shareButtons .shareButtonsLink:hover, .shareButtons .shareButtonsLink:active, .shareButtons .shareButtonsLink:focus {
      text-decoration: none;
      color: #333333; }

#pagedivider .shareButtons {
  margin-bottom: 0; }

/*SLICK CAROUSEL STYLES*/
.videoCarousel {
  /* Arrows */
  /*.slick-prev:before {
        content: "\2190";
    }*/
  /*.slick-next:before {
        content: "\2192";
    }*/ }
  .videoCarousel .video-container {
    max-width: 300px;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .videoCarousel .blockFrame {
    margin-bottom: 0px; }
  .videoCarousel .slick-slide {
    margin-right: 10px; }
  @media (max-width: 480px) {
    .videoCarousel .slick-slide {
      margin-right: 10px; } }
  .videoCarousel .slick-prev,
  .videoCarousel .slick-next {
    position: absolute;
    display: block;
    height: 100%;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.54);
    color: transparent;
    top: 0px;
    padding: 0;
    border: none;
    outline: none; }
  .videoCarousel .slick-prev:hover,
  .videoCarousel .slick-next:hover {
    outline: none;
    background: black;
    color: transparent; }
  .videoCarousel .slick-prev:hover:before,
  .videoCarousel .slick-prev:focus:before,
  .videoCarousel .slick-next:hover:before,
  .videoCarousel .slick-next:focus:before {
    opacity: 1; }
  .videoCarousel .slick-prev.slick-disabled:before,
  .videoCarousel .slick-next.slick-disabled:before {
    opacity: 0.25;
    background: transparent; }
  .videoCarousel .slick-prev.slick-disabled,
  .videoCarousel .slick-next.slick-disabled {
    background: transparent;
    display: none !important; }
  .videoCarousel .slick-prev:before,
  .videoCarousel .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .videoCarousel .slick-prev {
    left: 0px;
    z-index: 1; }
  .videoCarousel .slick-prev:before {
    content: '←'; }
  .videoCarousel .slick-next {
    right: 0px; }
  .videoCarousel .slick-next:before {
    content: '→'; }

/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
/*
    Hover colors
*/
/*
    Header
*/
/*
    Footer
*/
.ess-pagination.footer {
  line-height: 1.42857;
  background: none;
  background-color: #E91449;
  padding: 5px 15px;
  display: block;
  margin-top: 30px;
  text-align: center; }
  .ess-pagination.footer > ul {
    padding: 0; }
  .ess-pagination.footer * {
    display: inline; }
  .ess-pagination.footer li {
    border: none; }
  .ess-pagination.footer .ess-active {
    font-size: 22px;
    background-color: #fff;
    color: #E91449;
    padding: 5px 5px 5px 10px; }
  .ess-pagination.footer a {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }
  .ess-pagination.footer a.first-page-link.noJS {
    display: none; }

#CompareBasketWrapper {
  position: fixed;
  bottom: 0;
  z-index: 100; }
  #CompareBasketWrapper.in-page {
    margin-top: 40px;
    position: relative; }

#CompareBasket {
  margin-top: 20px;
  background-color: #E91449;
  margin-left: 0px;
  margin-right: 0px; }
  #CompareBasket .first-in-basket {
    text-align: center; }
    #CompareBasket .first-in-basket > div {
      text-align: center;
      color: #fff;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 10px; }
      #CompareBasket .first-in-basket > div.basket-count {
        text-align: left; }
    #CompareBasket .first-in-basket > a#clearAllInBasket {
      color: #FFF; }
    #CompareBasket .first-in-basket > a#toCompareView {
      color: #E91449;
      background-color: #FFF;
      border: 1px solid transparent;
      display: block;
      text-align: center;
      height: 30px; }
    #CompareBasket .first-in-basket > a#showCompareBasket {
      color: #E91449;
      background-color: #FFF;
      border: 1px solid transparent;
      display: block;
      text-align: center;
      height: 30px; }
    #CompareBasket .first-in-basket > a:hover {
      color: #fff;
      background-color: #E91449; }
  #CompareBasket > div {
    margin-top: 10px;
    margin-bottom: 10px; }
    #CompareBasket > div:not(.first-in-basket) {
      border-left: 1px solid #fff; }
      #CompareBasket > div:not(.first-in-basket):empty {
        border: none; }
      #CompareBasket > div:not(.first-in-basket) .basket-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 14px;
        padding-bottom: 2px; }
      #CompareBasket > div:not(.first-in-basket) .basket-provider {
        font-size: 14px;
        line-height: 14px; }
      #CompareBasket > div:not(.first-in-basket) > div {
        color: #fff; }
  #CompareBasket a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }
  #CompareBasket .item-remove {
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 4px;
    position: relative;
    left: 2px;
    float: right;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #E91449;
    font-weight: 400;
    text-decoration: none !important;
    padding: 0; }

@media (min-width: 992px) {
  #CompareBasket {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px; }
    #CompareBasket > div {
      height: 100%;
      margin-top: 0;
      margin-bottom: 0; }
  #CompareBasket > div > .row {
    padding-right: 5px; }
  .basket-item-info + div {
    padding: 0; }
  .basket-title {
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .first-in-basket, .basket-item {
    min-width: 150px; } }

@media (max-width: 991px) {
  #CompareBasket > div:not(.first-in-basket) {
    border-left: 1px solid #E91449;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px; }
    #CompareBasket > div:not(.first-in-basket):empty {
      padding: 0;
      border: none;
      margin: 0; }
  #CompareBasket a#showCompareBasket {
    float: right;
    min-width: 100px;
    display: inline-block !important;
    margin-left: 10px;
    margin-right: 3px; }
  #CompareBasket a#toCompareView {
    overflow: hidden; }
  #CompareBasket a#clearAllInBasket {
    position: relative;
    float: right;
    top: -62px;
    height: 30px; }
  #CompareBasket .item-remove {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 35px; }
  #CompareBasket .basket-item.hidden-xs {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; } }
