/* Font colors */
/* Theme colors */
/* Logo */
@font-face {
  font-family: 'Berlingske Slab';
  src: url('/css/fonts/Berlingske_slab/berlingske_slab-regular-webfont.eot');
  src: url('/css/fonts/Berlingske_slab/berlingske_slab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Berlingske_slab/berlingske_slab-regular-webfont.woff2') format('woff2'), url('/css/fonts/Berlingske_slab/berlingske_slab-regular-webfont.woff') format('woff'), url('/css/fonts/Berlingske_slab/berlingske_slab-regular-webfont.ttf') format('truetype'), url('/css/fonts/Berlingske_slab/berlingske_slab-regular-webfont.svg#berlingske_slabregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Berlingske Slab';
  src: url('/css/fonts/Berlingske_slab/berlingske_slab-bold-webfont.eot');
  src: url('/css/fonts/Berlingske_slab/berlingske_slab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Berlingske_slab/berlingske_slab-bold-webfont.woff2') format('woff2'), url('/css/fonts/Berlingske_slab/berlingske_slab-bold-webfont.woff') format('woff'), url('/css/fonts/Berlingske_slab/berlingske_slab-bold-webfont.ttf') format('truetype'), url('/css/fonts/Berlingske_slab/berlingske_slab-bold-webfont.svg#berlingske_slabbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Berlingske Slab';
  src: url('/css/fonts/Berlingske_slab/berlingske_slab-italic-webfont.eot');
  src: url('/css/fonts/Berlingske_slab/berlingske_slab-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Berlingske_slab/berlingske_slab-italic-webfont.woff2') format('woff2'), url('/css/fonts/Berlingske_slab/berlingske_slab-italic-webfont.woff') format('woff'), url('/css/fonts/Berlingske_slab/berlingske_slab-italic-webfont.ttf') format('truetype'), url('/css/fonts/Berlingske_slab/berlingske_slab-italic-webfont.svg#berlingske_slabitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Berlingske Slab';
  src: url('/css/fonts/Berlingske_slab/berlingske_slab-bolditalic-webfont.eot');
  src: url('/css/fonts/Berlingske_slab/berlingske_slab-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Berlingske_slab/berlingske_slab-bolditalic-webfont.woff2') format('woff2'), url('/css/fonts/Berlingske_slab/berlingske_slab-bolditalic-webfont.woff') format('woff'), url('/css/fonts/Berlingske_slab/berlingske_slab-bolditalic-webfont.ttf') format('truetype'), url('/css/fonts/Berlingske_slab/berlingske_slab-bolditalic-webfont.svg#berlingske_slabbold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'IDA One';
  src: url('/css/fonts/IDA_One/ida-one-webfont.eot');
  src: url('/css/fonts/IDA_One/ida-one-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/IDA_One/ida-one-webfont.woff2') format('woff2'), url('/css/fonts/IDA_One/ida-one-webfont.woff') format('woff'), url('/css/fonts/IDA_One/ida-one-webfont.ttf') format('truetype'), url('/css/fonts/IDA_One/ida-one-webfont.svg#idaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mitida';
  src: url('/css/fonts/mitida/mitida.eot');
  src: url('/css/fonts/mitida/mitida.eot?#iefix') format('embedded-opentype'), url('/css/fonts/mitida/mitida.woff') format('woff'), url('/css/fonts/mitida/mitida.ttf') format('truetype'), url('/css/fonts/mitida/mitida.svg#mitidaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cross:before {
  content: "\E907";
}
.icon-minus:before {
  content: "\E905";
}
.icon-plus:before {
  content: "\E906";
}
.icon-user:before {
  content: "\E900";
}
.icon-letter_open:before {
  content: "\E901";
}
.icon-letter:before {
  content: "\E902";
}
.icon-arrow:before {
  content: "\E903";
}
.icon-info:before {
  content: "\E904";
}
.content {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  line-height: 1;
}
.content h1 {
  font-size: 70px;
  font-weight: bold;
  margin: 0 0 .3em;
}
@media screen and (max-width: 500px) {
  .content h1 {
    font-size: 40px;
  }
}
.content h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 22px;
}
@media screen and (max-width: 500px) {
  .content h2 {
    font-size: 18px;
  }
}
.content h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 22px;
}
@media screen and (max-width: 500px) {
  .content h3 {
    font-size: 16px;
  }
}
.content h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 22px;
}
@media screen and (max-width: 500px) {
  .content h4 {
    font-size: 16px;
  }
}
.content h5,
.content h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 22px;
}
.content blockquote {
  padding: 0 0 0 2em;
  margin: 1em 0;
  font-size: 18px;
  border: none;
}
.content p {
  font-size: 16px;
  margin: 0 0 22px;
}
.content p:last-child {
  margin: 0 0 0px;
}
.content ul,
.content ol {
  font-size: 16px;
  margin: 1em 0;
}
.content a:not(.btn) {
  text-decoration: underline;
}
.content a:not(.btn):hover {
  color: #7a3ba3;
}
.mobile-menu {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#mm-blocker {
  background: #000 !important;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.page .mobile-menu {
  display: none;
}
.mm-menu.mm-basic {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-basic > .mm-list li.mmenu-expanded .mmenu-block-expanded {
  background: none;
}
.mm-navbar {
  text-align: left;
}
.mm-navbar.mm-hasbtns {
  padding: 17px 0 0 25px;
}
.mm-title {
  font-family: "IDA One", "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 21px;
}
.mm-panels > .mm-panel {
  padding-left: 25px;
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.7);
}
.mm-navbar-top {
  height: 79px;
}
.mm-hasnavbar-top-1 .mm-panels {
  top: 79px;
}
.mm-prev:before {
  left: 2px;
}
.mm-menu > .mm-navbar {
  padding-left: 25px;
}
.mm-listview {
  font-size: 15px;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 11px 10px 11px 20px;
}
.header {
  margin-bottom: 30px;
  padding-top: 16px;
}
@media screen and (min-width: 920px) {
  .header {
    padding-top: 32px;
    margin-bottom: 60px;
  }
}
.header-body {
  position: relative;
  margin: 0 auto;
}
.header-body:after {
  content: '';
  width: 14px;
  height: 28px;
  /*background: @theme-color;*/
  position: absolute;
  right: 0px;
  top: 0;
}
@media screen and (min-width: 920px) {
  .header-body:after {
    height: 32px;
  }
}
.site-mit-ida .header-body:after {
  background: #6c0060;
}
.site-ida-english .header-body:after {
  background: #009FE3;
}
.site-mit-ida .header-logo {
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/css/images/logo.svg) no-repeat left top;
  background-size: contain;
  width: 46px;
  height: 30px;
}
@media screen and (min-width: 920px) {
  .site-mit-ida .header-logo {
    position: relative;
    top: -10px;
    width: 77px;
    height: 51px;
  }
}
.site-ida-english .header-logo {
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/css/images/logo.svg) no-repeat left top;
  background-size: contain;
  width: 46px;
  height: 30px;
}
@media screen and (min-width: 920px) {
  .site-ida-english .header-logo {
    position: relative;
    top: 0;
    width: 77px;
    height: 51px;
  }
}
.header-logout {
  font-family: "IDA One", "Arial Black", "Arial Bold", Gadget, sans-serif;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #4f4f4f;
  position: absolute;
  right: 125px;
  top: 0;
  cursor: pointer;
}
.header-logout:focus,
.header-logout:active,
.header-logout:hover {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 920px) {
  .header-logout {
    font-family: Arial, 'Helvetica', sans-serif;
    font-size: 12px;
    top: 13px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 20px 0 5px;
  }
  .header-logout:before {
    content: '\E900';
    font-family: 'mitida' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px;
  }
  .header-logout .header-logout {
    right: 95px;
  }
}
.header-messages {
  display: none;
  position: absolute;
  right: 135px;
  top: 12px;
  text-decoration: none;
  font-size: 24px;
  color: #4f4f4f;
  height: 24px;
}
.header-messages:before {
  content: '\E902';
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}
.header-messages:focus,
.header-messages:active,
.header-messages:hover {
  text-decoration: none;
  color: #000;
}
.header-messages-count {
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  background: #6c0060;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -8px;
  right: -8px;
  color: #fff;
  padding: 0 4px;
  min-width: 18px;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .header-messages {
    display: block;
  }
}
.header-border {
  clear: both;
  position: relative;
  height: 10px;
  overflow: hidden;
  /*background: @theme-color;*/
}
.header-border:before {
  content: '';
  height: 10px;
  position: absolute;
  right: 14.28571%;
  width: 28.57143%;
  background: #797979;
}
.header-border:after {
  content: '';
  height: 10px;
  position: absolute;
  width: 14.28571%;
  right: 0;
  background: #a7a7a7;
}
.site-mit-ida .header-border {
  background: #6c0060;
}
.site-ida-english .header-border {
  background: #009FE3;
}
.header-language {
  font-family: "IDA One", "Arial Black", "Arial Bold", Gadget, sans-serif;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #4f4f4f;
  position: absolute;
  right: 15px;
  top: 0;
}
.header-language:focus,
.header-language:active,
.header-language:hover {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 920px) {
  .header-language {
    font-family: Arial, 'Helvetica', sans-serif;
    font-size: 12px;
    top: 13px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 20px 0 5px;
  }
}
.header-messages {
  right: 215px;
}
@media print {
  .header {
    display: none;
  }
}
.header-menu-toggle {
  display: inline;
}
@media screen and (min-width: 920px) {
  .header-menu-toggle {
    display: none;
  }
}
.header-menu-toggle {
  z-index: 2;
  position: relative;
  float: left;
  width: 36px;
  height: 29px;
  margin: 0 12px 11px 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header-menu-toggle span {
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
  background: #5B6367;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-menu-toggle span:nth-child(1) {
  top: 1px;
}
.header-menu-toggle span:nth-child(2) {
  top: 12px;
}
.header-menu-toggle span:nth-child(3) {
  top: 23px;
}
.mm-opened .header-menu-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mm-opened .header-menu-toggle span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.mm-opened .header-menu-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header-menu {
  display: none;
  font-family: "IDA One", "Arial Black", "Arial Bold", Gadget, sans-serif;
  -webkit-transition: margin 1s;
  transition: margin 1s;
  margin-left: 100px;
}
.header-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-item {
  float: left;
  text-transform: capitalize;
}
.header-menu-link {
  display: block;
  padding: 18px 6px 15px 6px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  background-color: transparent;
}
.header-menu-link:hover,
.header-menu-link:active,
.header-menu-link:visited {
  color: inherit;
  background-color: #ebe6e0;
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  .header-menu-link {
    padding: 16px 16px 17px 16px;
    font-size: 18px;
  }
}
.header-menu-link-icon {
  margin-left: 8px;
  font-size: 80%;
}
.header-menu-dropdown {
  display: none;
  list-style: none;
  position: absolute;
  padding: 30px 0;
  width: auto;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 22px;
  line-height: 1.15;
  font-family: Arial, 'Helvetica', sans-serif;
  color: #e4e7e8;
  width: 100%;
  min-height: 270px;
  background-color: #556c78;
}
.header-menu-item:hover .header-menu-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-menu-column {
  -webkit-flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  list-style-type: none;
  padding: 10px 0;
}
.header-menu-column:nth-child(2) {
  border-left: 1px solid #738690;
  border-right: 1px solid #738690;
}
.header-menu-sub {
  padding-left: 60px;
  list-style-type: square;
}
.header-menu-sub > li {
  padding-right: 10px;
  line-height: 16px;
  padding-bottom: 10px;
}
.header-menu-sub-link {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: inherit;
  vertical-align: top;
}
.header-menu-sub-link:hover,
.header-menu-sub-link:active,
.header-menu-sub-link:visited {
  background-color: #6a8796;
  text-decoration: none;
  color: inherit;
}
.header-menu-sub-link:focus {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 920px) {
  .header-menu {
    display: block;
  }
}
.footer {
  margin-top: 60px;
  padding-bottom: 30px;
}
.footer-border {
  clear: both;
  position: relative;
  height: 10px;
  overflow: hidden;
  /*background: @theme-color;*/
}
.footer-border:before {
  content: '';
  height: 10px;
  position: absolute;
  right: 14.28571%;
  width: 28.57143%;
  background: #797979;
}
.footer-border:after {
  content: '';
  height: 10px;
  position: absolute;
  width: 14.28571%;
  right: 0;
  background: #a7a7a7;
}
.site-mit-ida .footer-border {
  background: #6c0060;
}
.site-ida-english .footer-border {
  background: #009FE3;
}
.footer-title {
  font-size: 24px;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 45px 0 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .footer-title {
    margin-top: 30px;
    font-size: 18px;
  }
}
.footer-menu {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: square;
}
.footer-menu-link {
  color: inherit;
}
.footer-menu-link:hover,
.footer-menu-link:active,
.footer-menu-link:focus {
  text-decoration: underline;
  color: inherit;
}
@media print {
  .footer {
    display: none;
  }
}
.glyphicon-text {
  margin-left: 8px;
}
/* 
    Extensions to the original design by Peytz which can not be included in their less-framework but nevertheless is needed for all IDA sites
*/
.help-block a:not(.btn) {
  text-decoration: underline;
}
.help-block a:not(.btn):hover {
  color: #7a3ba3;
}
.content a.btn {
  text-decoration: none;
}
.content a.btn:hover {
  color: #4a4a4a;
}
@media screen and (max-width: 500px) {
  .flexible .layout-unit {
    margin-bottom: 5px;
  }
}
.case .list {
  margin: -20px -10px;
}
@media screen and (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 17px;
  }
}
.has-feedback label ~ .form-control-feedback {
  top: 35px;
  right: 5px;
}
.navbar .form-control {
  height: 35px;
}
.input-group-btn > .btn {
  height: 50px;
}
.package .list {
  margin: -15px -10px;
}
/* Default font */
html,
body {
  height: 100%;
  font-size: 16px;
}
/* Body decoration */
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  background: #f7f8f9;
}
body.front {
  background-image: url('/css/images/bg.jpg');
  background-repeat: no-repeat;
  background-position: 50% 83px;
  background-size: cover;
}
/* Standard clearfix to avoid that divs that contain only floats shring to height 0*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
/* Inline form spacing */
.form-inline .form-group {
  padding-top: 10px;
}
/* Hide mobile menu on load */
#js-main-menu--mobile:not( .mm-menu ) {
  display: none;
}
/* Decrease tab padding to make them fit */
.nav-tabs > li > a {
  padding: 0 15px;
}
/* Form labels on mobile */
@media screen and (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .form-inline .control-label {
    margin-bottom: 5px;
    vertical-align: middle;
  }
}
/* Tight tables with reduced padding */
.table.tight > tbody > tr > td,
.table.tight > tbody > tr > th,
.table.tight > tfoot > tr > td,
.table.tight > tfoot > tr > th,
.table.tight > thead > tr > td,
.table.tight > thead > tr > th {
  padding: 10px 4px;
}
/* Pointer on tags */
.show-pointer {
  cursor: pointer;
}
/* Bold heading in panel */
.panel .panel-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
/* Form controls and TH use standard fonts */
.form-control {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
th {
  font-family: Arial, Helvetica, sans-serif;
}
/* Formatting of helpblock used in form validation */
.help-block {
  margin: 0 0 0 !important;
  font-size: 14px !important;
}
/* Formatting of required label in forms */
.required:after {
  content: "*";
  font-size: larger;
}
/* React transitions */
/* see https://facebook.github.io/react/docs/animation.html */
/* http://stackoverflow.com/questions/29753155/how-to-use-react-addons-with-react-net */
.details-enter {
  opacity: 0.01;
}
.details-enter.details-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.details-leave {
  opacity: 1;
}
.details-leave.details-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
/* Typeahead formatting */
.twitter-typeahead {
  width: 100%;
}
.tt-hint {
  display: none;
}
.tt-menu {
  width: 422px;
  margin-top: 0px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-family: Arial;
  font-size: 16px;
  line-height: 22.8571px;
}
.tt-suggestion {
  padding: 3px 20px;
}
.tt-suggestion:hover {
  background-color: #66AFE9;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
/* Modal background and scrollable content */
.modal-backdrop.fade.in {
  z-index: -1;
}
.modal-body {
  max-height: 340px;
  overflow-y: scroll;
}
.background {
  -ms-opacity: 0.070;
  opacity: 0.070;
  z-index: -1100;
}
/* Default print media handling */
.only-print {
  display: none;
  visibility: hidden;
}
@media print {
  .container {
    width: 100%;
  }
  .print-small {
    font-size: 9px;
  }
  .only-print {
    display: block;
    visibility: visible;
  }
  .hide-print {
    visibility: hidden;
    display: none;
  }
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* Glyph icon coloring */
a.glyphicon {
  color: #333;
}
ul.nav a.glyphicon {
  color: #aaaaab;
}
ul.nav li.active a.glyphicon {
  color: #333;
}
/* Radio buttons */
.radio {
  padding-left: 14px;
}
.radio label {
  top: 0px;
  padding-top: 0px;
}
.radio input[type="radio"] + label:before,
.radio-inline input[type="radio"] + label:before {
  top: 14px;
}
.radio input[type="radio"]:checked + label:after,
.radio-inline input[type="radio"]:checked + label:after {
  top: 18px;
}
/* Bootstrap popover styling */
.popover {
  max-width: 50%;
  word-break: normal;
  word-wrap: break-word;
}
.popover-content a {
  text-decoration: underline;
}
.btn {
  border-radius: 0px;
  border: none;
  text-shadow: none;
  font-family: Arial, 'Helvetica', sans-serif;
  padding: 17px 25px;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  background: #cccccc;
  border: 1px solid #989898;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-transform: uppercase;
  color: #4a4a4a;
  /* Primary button used in yes/no selector should have a color to distinguish the on from the off state */
  /* Used to place a submit button inside an a tag so that a tag will trig the form submit */
  /* This class keeps its sub elements together, useful for a row of buttons  */
}
.btn:focus {
  background: #cccccc;
}
.btn:hover {
  background-color: #cbcbcb;
  background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#9a9a9a));
  background: -webkit-linear-gradient(top, #cbcbcb, #9a9a9a);
  background: -moz-linear-gradient(top, #cbcbcb, #9a9a9a);
  background: -ms-linear-gradient(top, #cbcbcb, #9a9a9a);
  background: -o-linear-gradient(top, #cbcbcb, #9a9a9a);
  border-color: #989898;
}
.btn.active,
.btn.active:hover,
.btn:active {
  background: #a9a9a9;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #989898;
}
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
.btn[disabled],
.btn[disabled]:hover,
.btn.disabled {
  background: #eee;
  border-color: #bbb;
}
.btn .glyphicon {
  top: 1px;
  margin-right: 4px;
  vertical-align: top;
}
.btn-lg {
  font-size: 18px;
  padding: 20px 35px;
}
.btn-sm {
  font-size: 13px;
  padding: 11px 13px;
}
.btn-xs {
  font-size: 11px;
  padding: 6px 7px;
}
.btn:active {
  box-shadow: none;
}
.btn-primary,
.open > .dropdown-toggle.btn-primary {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:focus {
  background: #000;
}
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #515151;
  background: -webkit-gradient(linear, left top, left bottom, from(#515151), to(#2b2b2b));
  background: -webkit-linear-gradient(top, #515151, #2b2b2b);
  background: -moz-linear-gradient(top, #515151, #2b2b2b);
  background: -ms-linear-gradient(top, #515151, #2b2b2b);
  background: -o-linear-gradient(top, #515151, #2b2b2b);
  border-color: #000;
}
.btn-primary.active,
.open > .dropdown-toggle.btn-primary.active,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary.active:hover,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary.active:focus,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary:active,
.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary:active:focus {
  background: #4a4a4a;
  outline: none;
  border-color: #000;
}
fieldset[disabled] .btn-primary,
fieldset[disabled] .open > .dropdown-toggle.btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .open > .dropdown-toggle.btn-primary:hover,
.btn-primary[disabled],
.open > .dropdown-toggle.btn-primary[disabled],
.btn-primary[disabled]:hover,
.open > .dropdown-toggle.btn-primary[disabled]:hover,
.btn-primary.disabled,
.open > .dropdown-toggle.btn-primary.disabled {
  background: #000000;
  border-color: #000000;
}
.btn-success,
.open > .dropdown-toggle.btn-success {
  background: #c1eab7;
  border-color: #00aa10;
  color: #4a4a4a;
}
.btn-success:focus,
.open > .dropdown-toggle.btn-success:focus {
  background: #c1eab7;
  color: #4a4a4a;
}
.btn-success:hover,
.open > .dropdown-toggle.btn-success:hover {
  background: linear-gradient(to bottom, #c1eab7 0, #9fde90 100%);
  border-color: #00aa10;
  color: #4a4a4a;
}
.btn-success.active,
.open > .dropdown-toggle.btn-success.active,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success.active:hover,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success.active:focus,
.btn-success:active,
.open > .dropdown-toggle.btn-success:active,
.btn-success:active:focus,
.open > .dropdown-toggle.btn-success:active:focus {
  background: #b0e4a3;
  outline: none;
  border-color: #00aa10;
  color: #4a4a4a;
}
fieldset[disabled] .btn-success,
fieldset[disabled] .open > .dropdown-toggle.btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .open > .dropdown-toggle.btn-success:hover,
.btn-success[disabled],
.open > .dropdown-toggle.btn-success[disabled],
.btn-success[disabled]:hover,
.open > .dropdown-toggle.btn-success[disabled]:hover,
.btn-success.disabled,
.open > .dropdown-toggle.btn-success.disabled {
  background: #c5e3be;
  border-color: #c5e3be;
}
.btn-info,
.open > .dropdown-toggle.btn-info {
  background: #accde7;
  border-color: #006abf;
  color: #4a4a4a;
}
.btn-info:focus,
.open > .dropdown-toggle.btn-info:focus {
  background: #accde7;
  color: #4a4a4a;
}
.btn-info:hover,
.open > .dropdown-toggle.btn-info:hover {
  background: linear-gradient(to bottom, #accde7 0, #84b5dc 100%);
  border-color: #006abf;
  color: #4a4a4a;
}
.btn-info.active,
.open > .dropdown-toggle.btn-info.active,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info.active:hover,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info.active:focus,
.btn-info:active,
.open > .dropdown-toggle.btn-info:active,
.btn-info:active:focus,
.open > .dropdown-toggle.btn-info:active:focus {
  background: #98c1e1;
  outline: none;
  border-color: #006abf;
  color: #4a4a4a;
}
fieldset[disabled] .btn-info,
fieldset[disabled] .open > .dropdown-toggle.btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .open > .dropdown-toggle.btn-info:hover,
.btn-info[disabled],
.open > .dropdown-toggle.btn-info[disabled],
.btn-info[disabled]:hover,
.open > .dropdown-toggle.btn-info[disabled]:hover,
.btn-info.disabled,
.open > .dropdown-toggle.btn-info.disabled {
  background: #b4ccdf;
  border-color: #b4ccdf;
}
.btn-warning,
.open > .dropdown-toggle.btn-warning {
  background: #ebeac7;
  border-color: #bcb101;
  color: #4a4a4a;
}
.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:focus {
  background: #ebeac7;
  color: #4a4a4a;
}
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:hover {
  background: linear-gradient(to bottom, #ebeac7 0, #dedca1 100%);
  border-color: #bcb101;
  color: #4a4a4a;
}
.btn-warning.active,
.open > .dropdown-toggle.btn-warning.active,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning.active:hover,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning.active:focus,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning:active,
.btn-warning:active:focus,
.open > .dropdown-toggle.btn-warning:active:focus {
  background: #e4e3b4;
  outline: none;
  border-color: #bcb101;
  color: #4a4a4a;
}
fieldset[disabled] .btn-warning,
fieldset[disabled] .open > .dropdown-toggle.btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .open > .dropdown-toggle.btn-warning:hover,
.btn-warning[disabled],
.open > .dropdown-toggle.btn-warning[disabled],
.btn-warning[disabled]:hover,
.open > .dropdown-toggle.btn-warning[disabled]:hover,
.btn-warning.disabled,
.open > .dropdown-toggle.btn-warning.disabled {
  background: #e5e5cd;
  border-color: #e5e5cd;
}
.btn-danger,
.open > .dropdown-toggle.btn-danger {
  background: #efc5c7;
  border-color: #aa8888;
  color: #4a4a4a;
}
.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:focus {
  background: #efc5c7;
  color: #4a4a4a;
}
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:hover {
  background: linear-gradient(to bottom, #efc5c7 0, #e49da0 100%);
  border-color: #aa8888;
  color: #4a4a4a;
}
.btn-danger.active,
.open > .dropdown-toggle.btn-danger.active,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger.active:hover,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger.active:focus,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger:active,
.btn-danger:active:focus,
.open > .dropdown-toggle.btn-danger:active:focus {
  background: #e9b1b4;
  outline: none;
  border-color: #aa8888;
  color: #4a4a4a;
}
fieldset[disabled] .btn-danger,
fieldset[disabled] .open > .dropdown-toggle.btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .open > .dropdown-toggle.btn-danger:hover,
.btn-danger[disabled],
.open > .dropdown-toggle.btn-danger[disabled],
.btn-danger[disabled]:hover,
.open > .dropdown-toggle.btn-danger[disabled]:hover,
.btn-danger.disabled,
.open > .dropdown-toggle.btn-danger.disabled {
  background: #e9cbcc;
  border-color: #e9cbcc;
}
.btn-wizard,
.open > .dropdown-toggle.btn-wizard {
  background: #BC0069;
  border-color: #dC4089;
  color: #ffffff;
}
.btn-wizard:focus,
.open > .dropdown-toggle.btn-wizard:focus {
  background: #BC0069;
  color: #ffffff;
}
.btn-wizard:hover,
.open > .dropdown-toggle.btn-wizard:hover {
  background: linear-gradient(to bottom, #BC0069 0, #89004d 100%);
  border-color: #dC4089;
  color: #ffffff;
}
.btn-wizard.active,
.open > .dropdown-toggle.btn-wizard.active,
.btn-wizard.active:hover,
.open > .dropdown-toggle.btn-wizard.active:hover,
.btn-wizard.active:focus,
.open > .dropdown-toggle.btn-wizard.active:focus,
.btn-wizard:active,
.open > .dropdown-toggle.btn-wizard:active,
.btn-wizard:active:focus,
.open > .dropdown-toggle.btn-wizard:active:focus {
  background: #a3005b;
  outline: none;
  border-color: #dC4089;
  color: #ffffff;
}
fieldset[disabled] .btn-wizard,
fieldset[disabled] .open > .dropdown-toggle.btn-wizard,
fieldset[disabled] .btn-wizard:hover,
fieldset[disabled] .open > .dropdown-toggle.btn-wizard:hover,
.btn-wizard[disabled],
.open > .dropdown-toggle.btn-wizard[disabled],
.btn-wizard[disabled]:hover,
.open > .dropdown-toggle.btn-wizard[disabled]:hover,
.btn-wizard.disabled,
.open > .dropdown-toggle.btn-wizard.disabled {
  background: #ae0e67;
  border-color: #ae0e67;
}
.btn-default,
.open > .dropdown-toggle.btn-default {
  background: #ffffff;
  border-color: #989898;
  color: #4a4a4a;
}
.btn-default:focus,
.open > .dropdown-toggle.btn-default:focus {
  background: #ffffff;
  color: #4a4a4a;
}
.btn-default:hover,
.open > .dropdown-toggle.btn-default:hover {
  background: linear-gradient(to bottom, #ffffff 0, #e6e6e6 100%);
  border-color: #989898;
  color: #4a4a4a;
}
.btn-default.active,
.open > .dropdown-toggle.btn-default.active,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default.active:hover,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default.active:focus,
.btn-default:active,
.open > .dropdown-toggle.btn-default:active,
.btn-default:active:focus,
.open > .dropdown-toggle.btn-default:active:focus {
  background: #f2f2f2;
  outline: none;
  border-color: #989898;
  color: #4a4a4a;
}
fieldset[disabled] .btn-default,
fieldset[disabled] .open > .dropdown-toggle.btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .open > .dropdown-toggle.btn-default:hover,
.btn-default[disabled],
.open > .dropdown-toggle.btn-default[disabled],
.btn-default[disabled]:hover,
.open > .dropdown-toggle.btn-default[disabled]:hover,
.btn-default.disabled,
.open > .dropdown-toggle.btn-default.disabled {
  background: #ffffff;
  border-color: #989898;
}
.btn-link {
  background: none;
  border: none;
}
.btn-link:focus {
  background: none;
}
.btn-link:hover {
  background: none;
}
.btn-link.active,
.btn-link.active:hover,
.btn-link:active,
.btn-link:active:focus {
  background: none;
  border: none;
}
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link.disabled {
  background: none;
}
.btn-group .btn-primary.active,
.btn-group .open > .dropdown-toggle.btn-primary.active,
.btn-group .btn-primary.active:hover,
.btn-group .open > .dropdown-toggle.btn-primary.active:hover,
.btn-group .btn-primary.active:focus,
.btn-group .open > .dropdown-toggle.btn-primary.active:focus,
.btn-group .btn-primary:active,
.btn-group .open > .dropdown-toggle.btn-primary:active,
.btn-group .btn-primary:active:focus,
.btn-group .open > .dropdown-toggle.btn-primary:active:focus {
  background: #6c0060;
  outline: none;
  border-color: #000;
}
.btn-hidden-submit {
  position: absolute;
  opacity: 0.001;
}
.btn-spinning {
  padding: 10px 25px;
}
.btn-spinning:before {
  content: url(/css/images/form-loader.gif);
}
.btn-spinning .btn-content {
  display: none;
}
.btn-row,
.btn-row-right,
.btn-row-left {
  white-space: nowrap;
  font-size: 0;
}
.btn-row > *,
.btn-row-right > * {
  margin-left: 6px;
}
.btn-row-left > * {
  margin-right: 6px;
}
.form-control {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}
select.form-control,
input.form-control {
  height: 50px;
}
select.form-control[multiple] {
  height: auto;
}
.form-control:focus {
  border: 2px solid #6eacdc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.form-control:focus,
textarea.form-control:focus,
input.form-control:focus {
  padding: 5px 11px;
}
input.input-lg.form-control:focus {
  padding: 10px 15px;
}
input.input-sm.form-control:focus {
  padding: 5px 9px;
}
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .control-label {
  color: inherit;
}
.has-error .form-control {
  border: 2px solid #eb8085;
}
.has-error .checkbox,
.has-error .text-muted {
  color: #e8565f;
}
.control-label {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #000;
  border-color: #000;
}
.well {
  background: #f1f1f1;
  margin: 0;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.nav {
  font-family: Arial, 'Helvetica', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.nav ul.dropdown-menu {
  text-transform: capitalize;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #aaaaab;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  padding: 0 30px;
  font-size: 16px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #f7f8f9;
  color: #3b3b3b;
}
.nav-pills > li.active > a {
  color: #fff;
  background-color: #000;
}
.nav-pills > li.active > a:hover {
  background-color: #515151;
  background: -webkit-gradient(linear, left top, left bottom, from(#515151), to(#2b2b2b));
  background: -webkit-linear-gradient(top, #515151, #2b2b2b);
  background: -moz-linear-gradient(top, #515151, #2b2b2b);
  background: -ms-linear-gradient(top, #515151, #2b2b2b);
  background: -o-linear-gradient(top, #515151, #2b2b2b);
}
.nav-pills > li.active > a:active,
.nav-pills > li.active > a:active:focus,
.nav-pills > li.active > a:focus {
  background: #4a4a4a;
  outline: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px 15px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
  background: #4f4f4f;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  padding: 25px 30px;
}
.table .accordion-heading .accordion-toggle .glyphicon {
  margin-right: 8px;
}
.table .accordion-inner {
  padding-top: 5px;
  padding-left: 24px;
}
.table .accordion-heading .accordion-toggle.no-glyph-icon {
  margin-left: 23px;
}
.table-striped {
  background: #fff;
  border-bottom: 3px solid #4f4f4f;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f8f9;
}
.table-bordered {
  border-top: none;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ebebeb;
  border-width: 0 1px;
}
.table-bordered > thead > tr > th {
  border-color: #494949;
  border-bottom: 1px solid #4f4f4f;
}
.form-horizontal .checkbox > .control-label,
.form-horizontal .checkbox-inline > .control-label {
  padding-top: 0;
}
.checkbox,
.checkbox-inline {
  padding: 0px;
  box-shadow: none;
}
.checkbox-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
  margin-right: 10px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"] + label,
.checkbox-inline input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
.checkbox input[type="checkbox"] + label:before,
.checkbox-inline input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:disabled + label:before,
.checkbox-inline input[type="checkbox"]:disabled + label:before {
  background: #F5F5F5;
}
.checkbox input[type="checkbox"]:checked + label:after,
.checkbox-inline input[type="checkbox"]:checked + label:after {
  font-family: 'Glyphicons Halflings';
  content: "\E013";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 14px;
  color: #6eacdc;
}
.radio,
.radio-inline {
  padding: 0px;
  padding-left: 14px;
}
.radio-inline,
.radio-inline + .radio-inline {
  margin-left: 0px;
  margin-right: 10px;
}
.radio label {
  top: 0px;
  padding-top: 0px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  display: none;
}
.radio input[type="radio"] + label,
.radio-inline input[type="radio"] + label {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
.radio input[type="radio"] + label:before,
.radio-inline input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.radio input[type="radio"]:disabled + label:before,
.radio-inline input[type="radio"]:disabled + label:before {
  background: #F5F5F5;
}
.radio input[type="radio"]:checked + label:after,
.radio-inline input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 18px;
  width: 10px;
  height: 10px;
  border: 1px solid #6eacdc;
  background: #6eacdc;
  border-radius: 50%;
  cursor: pointer;
}
a,
.pagination > li > a {
  color: inherit;
}
hr {
  border-color: #c6c6c7;
}
.btn .badge,
.nav-pills > .active > a > .badge {
  color: #333;
  border: 1px solid #333;
  background-color: white;
}
.alert {
  position: relative;
  padding: 15px 20px 20px 15px;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-family: Arial;
  font-size: 16px;
  border-radius: 0;
  color: #333;
}
.alert.has-icon {
  padding: 15px 20px 20px 70px;
}
.alert .glyphicon,
.alert .icon {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 20px;
  font-size: 32px;
  color: #000;
}
.alert-success {
  background-image: linear-gradient(to bottom, #c1eab7 0, #9fde90 100%);
  border: 1px solid #00aa10;
  color: #333;
}
.alert-success .glyphicon,
.alert-success .icon {
  color: #406d35;
}
.alert-info {
  background-image: linear-gradient(to bottom, #accde7 0, #84b5dc 100%);
  border: 1px solid #006abf;
  color: #333;
}
.alert-info .glyphicon,
.alert-info .icon {
  color: #304d64;
}
.alert-warning {
  background-image: linear-gradient(to bottom, #ebeac7 0, #dedca1 100%);
  border: 1px solid #bcb101;
  color: #333;
}
.alert-warning .glyphicon,
.alert-warning .icon {
  color: #727141;
}
.alert-danger {
  background-image: linear-gradient(to bottom, #efc5c7 0, #e49da0 100%);
  border: 1px solid #aa8888;
  color: #333;
}
.alert-danger .glyphicon,
.alert-danger .icon {
  color: #7c393c;
}
.container-fluid {
  padding: 0px;
}
.text p {
  margin: 0;
}
.text-container {
  border: 1px solid #c6c6c7;
  border-width: 1px 0;
  padding: 20px 0;
}
@media screen and (max-width: 500px) {
  .text-container {
    font-size: 18px;
  }
}
.text-prose:not(.box-footer) {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.text-prose:not(.box-footer) a:not(.btn) {
  text-decoration: underline;
}
.text-prose:not(.box-footer) a:not(.btn):hover {
  color: #7a3ba3;
}
.text-intro {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .text-intro {
    font-size: 18px;
  }
}
.flexible {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.flexible-item {
  margin-left: 10px;
  margin-right: 10px;
  flex-grow: 1;
  flex-basis: 30%;
  overflow: hidden;
}
@media all and (max-width: 1000px) {
  .flexible {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 600px) {
  .flexible {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .flexible-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.box {
  background-color: #494949;
  color: #fff;
  display: block;
  padding: 20px 30px 25px;
  /* 
    Extensions to the original design by Peytz mainly to circumvent the problem of having RTE's rendering inside boxes without the SMACKS-mandated classes
*/
}
.box.no-padding {
  padding: 0;
}
.box-header {
  padding: 20px 30px 25px;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1;
  overflow: hidden;
}
.box-header a {
  color: white;
}
.box-icontext {
  position: relative;
  padding: 20px 30px 35px 80px;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  word-wrap: break-word;
}
.box-icontext > .icon,
.box-icontext > .glyphicon {
  font-size: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.box-icontext-normal {
  margin-top: 0px;
}
.box-icontext a {
  color: #fff;
  text-decoration: underline;
}
.box-footer a {
  color: #fff;
  text-decoration: underline;
}
.box-footer {
  padding: 15px 30px 30px;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.box-text {
  position: relative;
  padding: 20px 30px 35px 80px;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  word-wrap: break-word;
}
.box-prefix {
  font-family: Arial, 'Helvetica', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
}
.box-more {
  position: relative;
  line-height: 22px;
  color: #fff;
  font-size: 17px;
  word-wrap: break-word;
  padding: 3px 0;
}
.box-more:focus,
.box-more:hover {
  color: #fff;
}
.box-more:before {
  content: '\E903';
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.box-image {
  padding: 15px 30px 15px;
  margin: -30px -30px 30px;
}
.box-image > img {
  width: 100%;
  height: auto;
}
.box-content {
  background: #f2f2f3;
  padding: 15px 30px 15px;
  color: #333;
}
.box-menu {
  background: #f2f2f3;
  margin: -30px;
  margin-top: -15px;
  padding: 0px 30px 15px;
  color: #333;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  list-style: none;
}
.box-content-link,
.box-menu-link {
  border-top: 1px solid #d9d9da;
  position: relative;
  padding: 12px 0 17px 40px;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  color: inherit;
}
.box-content-link:hover,
.box-menu-link:hover,
.box-content-link:focus,
.box-menu-link:focus,
.box-content-link:active,
.box-menu-link:active {
  color: inherit;
}
.box-content-link:before,
.box-menu-link:before {
  content: '\E903';
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0px;
  font-size: 22px;
  width: 24px;
  text-align: center;
  height: 22px;
  overflow: hidden;
}
.box-content-item:first-child .box-menu-link,
.box-menu-item:first-child .box-menu-link {
  border: none;
}
.site-mit-ida .box-color-0 {
  background: #494949;
}
.site-mit-ida .box-color-0 .box-footer {
  background: #494949;
}
.site-mit-ida .box-color-0 .box-header {
  background: #3c3c3c;
}
.site-ida-english .box-color-0 {
  background: #494949;
}
.site-ida-english .box-color-0 .box-footer {
  background: #494949;
}
.site-ida-english .box-color-0 .box-header {
  background: #3c3c3c;
}
.site-mit-ida .box-color-1 {
  background: #4196b0;
}
.site-mit-ida .box-color-1 .box-footer {
  background: #4196b0;
}
.site-mit-ida .box-color-1 .box-header {
  background: #3d8da6;
}
.site-ida-english .box-color-1 {
  background: #005a99;
}
.site-ida-english .box-color-1 .box-footer {
  background: #005a99;
}
.site-ida-english .box-color-1 .box-header {
  background: #004b80;
}
.site-mit-ida .box-color-2 {
  background: #2c5da4;
}
.site-mit-ida .box-color-2 .box-footer {
  background: #2c5da4;
}
.site-mit-ida .box-color-2 .box-header {
  background: #275497;
}
.site-ida-english .box-color-2 {
  background: #43b1c7;
}
.site-ida-english .box-color-2 .box-footer {
  background: #43b1c7;
}
.site-ida-english .box-color-2 .box-header {
  background: #37a4b9;
}
.site-mit-ida .box-color-3 {
  background: #7a3ba3;
}
.site-mit-ida .box-color-3 .box-footer {
  background: #7a3ba3;
}
.site-mit-ida .box-color-3 .box-header {
  background: #703396;
}
.site-ida-english .box-color-3 {
  background: #3db3a7;
}
.site-ida-english .box-color-3 .box-footer {
  background: #3db3a7;
}
.site-ida-english .box-color-3 .box-header {
  background: #37a095;
}
.site-mit-ida .box-color-4 {
  background: #d33d5b;
}
.site-mit-ida .box-color-4 .box-footer {
  background: #d33d5b;
}
.site-mit-ida .box-color-4 .box-header {
  background: #cb3252;
}
.site-ida-english .box-color-4 {
  background: #68bb68;
}
.site-ida-english .box-color-4 .box-footer {
  background: #68bb68;
}
.site-ida-english .box-color-4 .box-header {
  background: #56b356;
}
.site-mit-ida .box-color-5 {
  background: #d76130;
}
.site-mit-ida .box-color-5 .box-footer {
  background: #d76130;
}
.site-mit-ida .box-color-5 .box-header {
  background: #cb5628;
}
.site-ida-english .box-color-5 {
  background: #687e87;
}
.site-ida-english .box-color-5 .box-footer {
  background: #687e87;
}
.site-ida-english .box-color-5 .box-header {
  background: #5d7179;
}
.box-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-footer li a {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  margin-top: 6px;
  padding: 2px 0 2px 40px;
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: white;
  position: relative;
  text-decoration: none;
}
.box-footer li a:hover {
  color: white;
  text-decoration: underline;
}
.box-footer li a:before {
  content: '\E903';
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 22px;
  width: 24px;
  height: 22px;
  text-align: center;
  overflow: hidden;
}
.box-footer li a.selected {
  text-decoration: underline;
  font-weight: bold;
}
.box .section-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media print {
  .box {
    background: none;
    color: #000;
    border: 1px solid #666;
  }
}
.cta {
  color: #fff;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  transition: padding-bottom 0.3s;
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  overflow: visible;
}
.cta-title {
  display: block;
  font-size: 1.57142857em;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: padding-top 0.3s;
}
.cta-title:after {
  content: '';
  background: url('/css/images/arrow.svg') 100% 0 no-repeat;
  background-size: 192px 15px;
  width: 50%;
  max-width: 192px;
  display: none;
  transition: width .5s;
  display: block;
  height: 0;
  opacity: .7;
}
.cta-title-noline {
  display: block;
  font-size: 1.57142857em;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.cta-text {
  transition: opacity .1s, transform .1s;
  display: block;
}
.cta-footer {
  position: absolute;
  color: lightgray;
  font-size: 0.7em;
  bottom: 10px;
  font-stretch: extra-expanded;
  font-weight: 500;
}
.cta:hover,
.cta:active,
.cta:focus {
  text-decoration: none;
  color: #fff;
}
.cta:hover {
  padding-bottom: 5px;
}
.cta:hover .cta-title {
  border: none;
  margin-bottom: 0;
  padding-top: 20px;
}
.cta:hover .cta-title:after {
  width: 70%;
  height: 16px;
  position: relative;
  top: 7px;
}
.cta:hover .cta-text {
  opacity: 0;
  transform: translate(0, 20px);
}
.cta-badge {
  position: absolute;
  border: 1px solid transparent;
  border-radius: 1em;
  top: -15px;
  right: -15px;
  font-size: 20px;
  padding: 5px;
  font-weight: 900;
}
.cta-badge-grey {
  background-color: #b3b3b3;
  color: white;
}
.cta-badge-success {
  background-color: #00e673;
  color: white;
}
.cta-badge-grey:before {
  content: "\E101";
  color: transparent;
  position: relative;
}
.cta-badge-character {
  font-family: sans-serif;
  position: absolute;
  left: 38%;
  bottom: 10%;
  font-size: 24px;
}
.cta-signup-btn {
    color: #fff;
    font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
    word-wrap: break-word;
    position: relative;
    overflow: visible;
    padding: 13px 30px 16px 30px;
    margin: 5px 35% 32px;
    background-color: #f5410a;
    border: 1px solid #c43408
}
.cta-signup-btn.disabled {
    margin: 0 35% 20px;
    background-color: grey;
    border: grey
}

.cta-signup-btn.disabled:hover, .cta-signup-btn.disabled:active  {
    background-color: grey;
}

a.cta-signup-btn.disabled, a.cta-signup-btn.disabled:hover, a.cta-signup-btn.disabled:active {
    text-decoration: none;
}

.cta-signup-btn:hover, .cta-signup-btn:active {
    color: #fff;
    background-color: #c43408;
}

a.cta-signup-btn, a.cta-signup-btn:hover, a.cta-signup-btn:active {
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 500px) {
  .cta {
    padding: 25px 10px;
  }
  .cta-text {
    display: none;
  }
  .cta-title {
    border: none;
    margin: 3px 0 -3px;
    padding: 0;
  }
  .cta-title:after {
    display: none;
  }
  .cta:hover {
    padding-bottom: 25px;
  }
  .cta:hover .cta-title {
    padding: 0;
    margin: 3px 0 -3px;
  }
  .cta-signup-btn, .cta-signup-btn.disabled {
     margin: 5px 10% 32px;
  }
}

.cutout {
  background: #f7f8f9;
  padding: 30px;
}
.shortcuts-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 15px;
}
.shortcuts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shortcuts-link {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  margin-top: 6px;
  padding: 2px 0 2px 40px;
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: inherit;
  position: relative;
}
.shortcuts-link:hover {
  color: inherit;
}
.shortcuts-link:before {
  content: '\E903';
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 22px;
  width: 24px;
  height: 22px;
  text-align: center;
  overflow: hidden;
}
.social-components {
  padding: 0;
  margin-bottom: 2em;
}
.social-components ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-components ul li {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-right: 3px;
  background-color: #EAEAEA;
}
.social-components ul li:before {
  position: absolute;
  font-size: 17px;
  color: #6B7276;
  top: 10px;
  width: 37px;
  text-align: center;
  z-index: 0;
}
.social-components ul li:hover a:before,
.social-components ul li:active a:before,
.social-components ul li:focus a:before {
  color: #FFF;
  z-index: 0;
}
.social-components ul li:hover,
.social-components ul li:active {
  background-color: #464E54;
}
.social-components ul li a {
  display: inline-block;
  width: 37px;
  height: 37px;
}
.social-components ul li a span {
  position: absolute;
  text-indent: -9999px;
}
.social-components ul li a:before {
  position: relative;
  left: 13px;
  top: 10px;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-compact {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  margin: 0;
  color: #3b3b3b;
}
.heading-1 {
  font-size: 70px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .heading-1 {
    font-size: 40px;
  }
}
.heading-2 {
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .heading-2 {
    font-size: 18px;
  }
}
.heading-3 {
  font-size: 21px;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .heading-3 {
    font-size: 16px;
  }
}
.heading-4 {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .heading-4 {
    font-size: 14px;
  }
}
.heading-section {
  color: #3b3b3b;
  font-size: 1.08em;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.heading-section-line {
  border: 0.1em solid black;
  margin-top: 10px;
}
.heading-compact {
  font-size: 25px;
  text-transform: uppercase;
}
.heading-compact-text {
  display: inline-block;
  border-bottom: 1px solid #cccdce;
  padding-bottom: 10px;
  line-height: 1;
}
.heading-compact-text .icon,
.heading-compact-text .glyphicon {
  font-size: 24px;
  vertical-align: top;
  margin-right: 20px;
}
.heading-pre-title {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  margin: 0;
  color: #333;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .heading-pre-title {
    font-size: 22px;
  }
}
.heading-wizard-step {
  min-height: 50px;
  margin-bottom: 10px;
}
.heading-wizard-step .title {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  padding-left: 65px;
  padding-top: 6px;
}
.heading-wizard-step .bullet {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #7a3ba3;
  border-radius: 50%;
  padding-top: 3px;
}
.heading-info-button {
  min-height: 40px;
  margin-bottom: 10px;
}
.heading-info-button a {
  cursor: pointer;
  outline: none;
}
.heading-info-button .title {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  padding-left: 55px;
  padding-top: 8px;
  display: inline-block;
}
.heading-info-button .bullet {
  font-family: serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d76130;
  border-radius: 50%;
  padding-top: 3px;
}
.case {
  background: #f2f2f3;
}
.case a {
  color: #4D4D4D;
  text-decoration: none;
}
.case-header {
  padding: 20px 30px 25px;
  background: #494949;
  color: #fff;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1;
}
.site-mit-ida .case-color-0 .case-header {
  background: #494949;
}
.site-ida-english .case-color-0 .case-header {
  background: #494949;
}
.site-mit-ida .case-color-1 .case-header {
  background: #4196b0;
}
.site-ida-english .case-color-1 .case-header {
  background: #005a99;
}
.site-mit-ida .case-color-2 .case-header {
  background: #2c5da4;
}
.site-ida-english .case-color-2 .case-header {
  background: #43b1c7;
}
.site-mit-ida .case-color-3 .case-header {
  background: #7a3ba3;
}
.site-ida-english .case-color-3 .case-header {
  background: #3db3a7;
}
.site-mit-ida .case-color-4 .case-header {
  background: #d33d5b;
}
.site-ida-english .case-color-4 .case-header {
  background: #68bb68;
}
.site-mit-ida .case-color-5 .case-header {
  background: #d76130;
}
.site-ida-english .case-color-5 .case-header {
  background: #687e87;
}
@media screen and (max-width: 500px) {
  .case-header {
    font-size: 22px;
    padding: 20px;
  }
}
.case-body {
  padding: 30px;
}
@media screen and (max-width: 500px) {
  .case-body {
    padding: 20px;
  }
}
.case-divider {
  border-top: 1px solid #c9c9c9;
  margin: 20px -30px;
}
@media screen and (max-width: 500px) {
  .case-divider {
    margin: 20px -20px;
  }
}
.case-footer {
  border-top: 1px solid #c9c9c9;
  padding: 30px;
}
.case-footer > a {
  position: relative;
  line-height: 22px;
  color: #4f4f4f;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.case-footer > a:after {
  content: '\E903';
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  font-size: 22px;
  margin-left: 15px;
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-item {
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 10px;
}
.list-item:last-child {
  border: none;
}
.list-item h3 {
  line-height: 1.5;
}
.teaser {
  color: #4f4f4f;
  display: block;
  font-size: 15px;
}
.teaser:hover {
  text-decoration: none;
  color: #4f4f4f;
}
.teaser-title {
  margin: 0;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: inherit;
}
.teaser-label {
  float: right;
  margin: 0;
}
.teaser-properties {
  margin: 5px 0 1.25em 0;
}
.teaser-simple-property {
  font: arial;
  color: #8f8f8f;
}
.teaser-property {
  line-height: 26px;
  display: inline-block;
  margin-right: 20px;
}
.teaser-property .glyphicon {
  font-size: 16px;
  vertical-align: top;
  margin-right: 10px;
  top: 6px;
}
.teaser-property .icon {
  font-size: 16px;
  vertical-align: top;
  margin-right: 10px;
  top: 3px;
  position: relative;
}
.teaser-property-uppercase {
  text-transform: uppercase;
}
.teaser-done .teaser-title {
  font-weight: normal;
}
.front-page-teaser {
  margin-bottom: 60px;
}
.front-page-teaser-info {
  margin-top: 19px;
}
.front-page-teaser-info .front-page-teaser-title {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #008dca;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1;
}
.front-page-teaser-info .front-page-teaser-content {
  width: 100%;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.front-page-teaser-info .front-page-teaser-content-link {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 17px;
  margin-bottom: 43px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #008dca;
  line-height: 1;
}
.front-page-teaser-info .front-page-teaser-content-link a {
  color: #008dca;
  text-decoration: none;
}
.front-page-teaser-info .front-page-teaser-content-link a:after {
  margin-top: -2px;
  background-image: url(/css/images/icon-arrow-right--blue.svg);
  opacity: 1;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: -13px 0;
  background-size: auto 100%;
  width: 33px;
  height: 14px;
  margin-left: .8em;
  opacity: .8;
  -webkit-transition: background-position 0.2s ease-out;
  transition: background-position 0.2s ease-out;
}
.front-page-teaser-info .front-page-teaser-content-link a:hover {
  color: #00587d;
}
.front-page-teaser-info .front-page-teaser-content-link a:hover:after {
  -webkit-transition: background-position 0.05s;
  transition: background-position 0.05s;
  background-position-x: -6px;
}
.package {
  background: #fff;
  border: 1px solid #c6c8ce;
}
.package-header {
  padding: 13px 20px 18px 20px;
  background: #494949;
  color: #fff;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  margin: -1px;
  position: relative;
}
.site-mit-ida .case-color-0 .package-header {
  background: #494949;
}
.site-ida-english .case-color-0 .package-header {
  background: #494949;
}
.site-mit-ida .case-color-1 .package-header {
  background: #4196b0;
}
.site-ida-english .case-color-1 .package-header {
  background: #005a99;
}
.site-mit-ida .case-color-2 .package-header {
  background: #2c5da4;
}
.site-ida-english .case-color-2 .package-header {
  background: #43b1c7;
}
.site-mit-ida .case-color-3 .package-header {
  background: #7a3ba3;
}
.site-ida-english .case-color-3 .package-header {
  background: #3db3a7;
}
.site-mit-ida .case-color-4 .package-header {
  background: #d33d5b;
}
.site-ida-english .case-color-4 .package-header {
  background: #68bb68;
}
.site-mit-ida .case-color-5 .package-header {
  background: #d76130;
}
.site-ida-english .case-color-5 .package-header {
  background: #687e87;
}
.package-toggle {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 20px 15px 50px;
  margin: -20px -20px -15px -20px;
  position: relative;
}
.package-toggle:hover,
.package-toggle:active,
.package-toggle:focus {
  color: #fff;
  text-decoration: none;
}
.package-toggle:before {
  content: "\E905";
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 20px;
}
.package-toggle.collapsed:before {
  content: '\E906';
}
.package-collapse {
  padding-left: 30px;
}
.package-body {
  padding: 20px;
}
.crate {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
}
.crate-head {
  position: relative;
}
.crate-head .radio input[type="radio"] + label,
.crate-head .radio-inline input[type="radio"] + label {
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
}
.crate-toggle {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 500px) {
  .crate-toggle {
    position: static;
  }
}
.crate-toggle:hover,
.crate-toggle:focus {
  text-decoration: none;
  color: inherit;
}
.crate-toggle:after {
  content: '\E253';
  font-family: 'Glyphicons Halflings';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-left: 5px;
}
.crate-toggle.collapsed:after {
  content: '\E252';
}
.crate-radio .crate-body {
  padding-left: 30px;
}
@media screen and (max-width: 500px) {
  .crate-radio .crate-toggle {
    margin: -5px 0 5px 25px;
  }
}
.selection-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
.selection-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.selection-item {
  border-top: 1px solid #d7d7d7;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
}
.selection-item:first-child {
  border: none;
}
.selection-item .btn {
  float: right;
  margin: -2px 0;
  z-index: 1;
  position: relative;
}
.selection-toggle {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}
.selection-toggle:hover,
.selection-toggle:active,
.selection-toggle:focus {
  text-decoration: none;
  color: inherit;
}
.selection-toggle:before {
  content: "\E905";
  font-family: 'mitida' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  top: 3px;
  left: 0px;
}
.selection-toggle.collapsed:before {
  content: '\E906';
}
.selection-info {
  font-family: Arial, 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
}
.search {
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  padding-top: 5px;
}
.search-input {
  border: none;
  background: none;
  font-family: "Berlingske Slab", Arial, Helvetica, sans-serif;
  font-size: 48px;
  padding: 0;
  line-height: 1;
  width: 100%;
}
.search-input:focus {
  outline: none;
}
.search .btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 500px) {
  .search-input {
    font-size: 32px;
    padding: 8px 0;
  }
}
.q-and-a-widget .panel-collapse > section > div {
  padding: 1em;
}
.q-and-a-widget .panel-collapse p:last-child {
  margin-bottom: 0;
}
.q-and-a-widget .panel-heading {
  text-transform: none;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  cursor: pointer;
}
.q-and-a-widget h4 {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
.q-and-a-widget h4:before {
  content: "\25B2";
  font-size: 16px;
  margin: 0 0.5em 0 0;
}
.q-and-a-widget h4.collapsed:before {
  content: "\25BC";
  font-size: 16px;
  margin: 0 0.5em 0 0;
}
.boxed-link {
  /* float: left; */
  background-color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}
.boxed-link-content {
  background-color: #fff;
  padding: 16px 7px 14px 30px;
  border: 1px solid #b5b5b8;
}
.boxed-link-anchor {
  color: #008dca;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.site-mit-ida .boxed-link-anchor {
  color: #6c0060;
}
.site-ida-english .boxed-link-anchor {
  color: #009FE3;
}
.boxed-link-anchor:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: -13px 0;
  background-size: auto 100%;
  width: 33px;
  height: 14px;
  margin-left: .8em;
  opacity: .8;
  transition: background-position 0.2s ease-out;
  background-image: url(/css/images/icon-arrow-right--blue.svg);
  opacity: 1;
}
.boxed-link-anchor:hover {
  text-decoration: none;
}
.boxed-link-anchor:hover:after {
  transition: background-position 0.05s;
  background-position-x: -6px;
}
.content-link-box {
  background-color: #F2F2F3;
  padding: 20px 30px 30px 30px;
  border: 1px solid #E2E2E4;
}
.content-link-box a {
  color: #4D4D4D;
  text-decoration: none;
}
.content-link-box-small-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  font-style: normal;
}
.content-link-box-title {
  line-height: 1.3;
  padding-bottom: .4em;
  border-bottom: 1px solid;
  border-color: rgba(20, 20, 20, 0.2);
  margin-bottom: .5em;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.campaign-box-content {
  float: left;
  width: 100%;
  padding: 65px 58px 10px 44px;
  min-height: 410px;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: cover;
  color: #fff;
}
.campaign-box-content-header {
  font-family: "IDA One", "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 36px;
  line-height: 1.15;
  max-width: 500px;
}
.campaign-box.font-color-0 .campaign-box-content-header {
  color: #4d4d4d;
}
.campaign-box.font-color-1 .campaign-box-content-header {
  color: #ffffff;
}
.campaign-box.font-color-2 .campaign-box-content-header {
  color: #d6d6d6;
}
.campaign-box-content-teaser {
  max-width: 500px;
  float: left;
  clear: left;
}
.campaign-box.font-color-0 .campaign-box-content-teaser-body {
  color: #4d4d4d;
}
.campaign-box.font-color-1 .campaign-box-content-teaser-body {
  color: #ffffff;
}
.campaign-box.font-color-2 .campaign-box-content-teaser-body {
  color: #d6d6d6;
}
.campaign-box-content-link {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #FB6728;
  text-transform: uppercase;
  font-weight: bold;
}
.layout_frame {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
.link-box .shortcuts-link {
    font-size: 16px;
    margin-top: 0;
}
.link-box .list-item {
    padding: 15px 10px;
}
.link-box a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 920px) {
  .layout_frame {
    padding: 0 15px;
  }
}
.layout_body {
  margin: 0 -15px;
}
.layout-unit {
  margin-bottom: 22px;
}
@media screen and (max-width: 920px) {
  .layout-unit {
    margin-bottom: 20px;
  }
}
.layout-container .layout-unit:last-child {
  margin-bottom: 0;
}
.layout-row {
  margin-bottom: 10px;
}
.event-teaser {
    font-weight: 900;
    font-size: 20px;
    color: #6b6b6b;
    margin-bottom: 30px;
}
.event-info {
    margin: 20px 5px;
}
.event-info>h3 {
    margin:5px 0;
}
.event-info>span {
    display: block;
    color: #fd7339;
}

.image-banner {
    float: right;
    margin-left: 10px;
}

@media screen and (max-width: 450px) {
    .image-banner {
        float: none;
    }
}

@media screen and (max-width: 1000px) {
.event-signup {
     margin-top: 30px;
}
}

.option-price-line {
    margin: 5px 0;
}
.event-info .option-price-line .price-amount {
    color: #fd7339;
}

.disclaimer a {
    text-decoration: underline;
}

