/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.71429em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.71429em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.71429em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.71429em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.85714em;
  margin-bottom: 0.85714em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2.28571em;
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.4652em;
  margin-top: 1.4652em;
  margin-bottom: 1.4652em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 2.0654em;
  margin-top: 2.0654em;
  margin-bottom: 2.0654em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.55864em;
  margin-top: 2.55864em;
  margin-bottom: 2.55864em;
}

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

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

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.71429em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.71429em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.71429em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.52857em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 1.04286em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 1.04286em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 1.04286em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 457, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  /* line 41, ../sass/layouts/_responsive.scss */
  #page, .region-bottom {
    max-width: 950px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 47, ../sass/layouts/_responsive.scss */
  #page, .region-bottom {
    max-width: 730px;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  /* line 54, ../sass/layouts/_responsive.scss */
  #page, .region-bottom {
    max-width: 470px;
  }
}
/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 60, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.block-about-deic, .block-contact-deic, .block-social-media,
.deic-news, .deic-calendar, .deic-shortcuts, .deic-blog, .deic-forsker,
.cert-contact, .cert-partners {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after,
.forside:before,
.forside:after,
.deic-news:before,
.deic-news:after, .deic-calendar:before, .deic-calendar:after, .deic-shortcuts:before, .deic-shortcuts:after, .deic-blog:before, .deic-blog:after, .deic-forsker:before, .deic-forsker:after,
.cert-contact:before,
.cert-contact:after, .cert-partners:before, .cert-partners:after,
.region-sidebar-first:before,
.region-sidebar-first:after,
.region-sidebar-second:before,
.region-sidebar-second:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after,
.forside:after,
.deic-news:after, .deic-calendar:after, .deic-shortcuts:after, .deic-blog:after, .deic-forsker:after,
.cert-contact:after, .cert-partners:after,
.region-sidebar-first:after,
.region-sidebar-second:after {
  clear: both;
}

/* Navigation bar */
@media all {
  /* line 87, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 92, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 768px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 113, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 115, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 120, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 128, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 130, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 135, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 145, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 150, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 155, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/* Footer */
@media all and (min-width: 769px) {
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .region-footer:before, .region-footer:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .region-footer:after {
    clear: both;
  }
  /* line 172, ../sass/layouts/_responsive.scss */
  .region-footer .block-about-deic {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 175, ../sass/layouts/_responsive.scss */
  .region-footer .block-contact-deic {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 178, ../sass/layouts/_responsive.scss */
  .region-footer .block-social-media {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .region-footer .block-links-deic {
    clear: left;
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
  /* line 185, ../sass/layouts/_responsive.scss */
  .region-footer #block-locale-language-content {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .region-footer:before, .region-footer:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .region-footer:after {
    clear: both;
  }
  /* line 197, ../sass/layouts/_responsive.scss */
  .region-footer .block-about-deic {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 200, ../sass/layouts/_responsive.scss */
  .region-footer .block-contact-deic {
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 204, ../sass/layouts/_responsive.scss */
  .region-footer .block-social-media {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 207, ../sass/layouts/_responsive.scss */
  .region-footer .block-links-deic {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 211, ../sass/layouts/_responsive.scss */
  .region-footer #block-locale-language-content {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
/* Header */
@media all and (min-width: 769px) {
  /* line 228, ../sass/layouts/_responsive.scss */
  .region-header .block-links-deic-top {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 232, ../sass/layouts/_responsive.scss */
  .region-header #block-locale-language, .region-header #block-multiblock-1 {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 235, ../sass/layouts/_responsive.scss */
  .region-header #block-search-form {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 239, ../sass/layouts/_responsive.scss */
  .region-header .block-deic-logo {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
@media all and (min-width: 0) and (max-width: 768px) {
  /* line 250, ../sass/layouts/_responsive.scss */
  .region-header .block-links-deic-top {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 254, ../sass/layouts/_responsive.scss */
  .region-header #block-locale-language, .region-header #block-multiblock-1 {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 258, ../sass/layouts/_responsive.scss */
  .region-header #block-search-form {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 262, ../sass/layouts/_responsive.scss */
  .region-header .block-deic-logo {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
/* Forside */
@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 278, ../sass/layouts/_responsive.scss */
  .forside .deic-news {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 281, ../sass/layouts/_responsive.scss */
  .forside .deic-forsker {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 285, ../sass/layouts/_responsive.scss */
  .forside .deic-calendar {
    clear: both;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 289, ../sass/layouts/_responsive.scss */
  .forside .deic-shortcuts {
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 292, ../sass/layouts/_responsive.scss */
  .forside .cert-contact {
    clear: right;
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 296, ../sass/layouts/_responsive.scss */
  .forside .cert-partners {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 300, ../sass/layouts/_responsive.scss */
  .forside .deic-blog {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
@media all and (min-width: 769px) {
  /* line 312, ../sass/layouts/_responsive.scss */
  .forside .deic-news {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 315, ../sass/layouts/_responsive.scss */
  .forside .deic-forsker {
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 318, ../sass/layouts/_responsive.scss */
  .forside .deic-shortcuts {
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
  }
  /* line 321, ../sass/layouts/_responsive.scss */
  .forside .cert-contact {
    clear: right;
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
  }
  /* line 325, ../sass/layouts/_responsive.scss */
  .forside .cert-partners {
    clear: right;
    float: right;
    width: 25%;
    margin-right: 0%;
    margin-left: -25%;
  }
  /* line 329, ../sass/layouts/_responsive.scss */
  .forside .deic-calendar {
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 332, ../sass/layouts/_responsive.scss */
  .forside .deic-blog {
    clear: right;
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 346, ../sass/layouts/_responsive.scss */
  .forside .deic-news {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 349, ../sass/layouts/_responsive.scss */
  .forside .deic-forsker {
    float: right;
    width: 100%;
    margin-right: 0%;
    margin-left: -100%;
  }
  /* line 352, ../sass/layouts/_responsive.scss */
  .forside .deic-calendar {
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 355, ../sass/layouts/_responsive.scss */
  .forside .deic-shortcuts {
    clear: right;
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 359, ../sass/layouts/_responsive.scss */
  .forside .cert-contact {
    clear: right;
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 363, ../sass/layouts/_responsive.scss */
  .forside .cert-partners {
    clear: both;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 367, ../sass/layouts/_responsive.scss */
  .forside .deic-blog {
    clear: right;
    float: right;
    width: 100%;
    margin-right: 0%;
    margin-left: -100%;
  }
}
/*
@media all and (min-width: 769px) {

  $zen-column-count: 8 !global;

  .forside {

    .deic-news {
      @include zen-grid-item(4, 1);       
    }
    .deic-shortcuts {
      @include zen-grid-item(2, 1, right);
    }
    .deic-calendar {
      @include zen-grid-item(2, 3, right);
    }
    .deic-blog {
      @include zen-clear(right);
      @include zen-grid-item(4, 1, right);
    }
  }
} */
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.71429em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 169, ../sass/components/_misc.scss */
.breadcrumb {
  font-size: .75em;
  color: #777;
}
/* line 172, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 176, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 182, ../sass/components/_misc.scss */
.breadcrumb a {
  text-decoration: none;
  color: #c7c9cb;
}

/**
 * Titles.
 */
/* line 191, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 203, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.71429em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 218, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 227, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 237, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 240, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 245, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 250, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 255, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 260, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 271, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.71429em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 281, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 285, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.71429em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 298, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 307, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 313, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 323, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 327, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 351, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.71429em;
}

/* line 357, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.85714em 3px;
}

/* line 364, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 373, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 378, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 406, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 410, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 418, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 439, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 442, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 445, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 460, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 465, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 472, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 482, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 492, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.71429em;
}

/**
 * Menus.
 */
/* line 499, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 506, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 513, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 522, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 531, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 543, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 571, ../sass/components/_misc.scss */
.comments {
  margin: 1.71429em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 576, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 582, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 585, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 592, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 602, ../sass/components/_misc.scss */
.form-item {
  margin: 1.71429em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 606, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 613, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 619, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 626, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 633, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 639, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 644, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 650, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 655, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 661, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 673, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 679, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.71429em;
}

/* line 683, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 688, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.71429em 0;
}

/**
 * Drupal admin tables.
 */
/* line 696, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 701, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 704, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 708, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 714, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 729, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 734, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 740, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 751, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 762, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 771, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 778, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 790, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 793, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 796, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 805, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 814, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 817, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 823, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1432654484');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* SASS / Social Media Brand Colors */
/* line 40, ../sass/components/_deic-template.scss */
* {
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
}

/* line 48, ../sass/components/_deic-template.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  /* padding: 0; */
  border: 0;
  vertical-align: baseline;
}

/* line 71, ../sass/components/_deic-template.scss */
#header,
.region-sidebar-second,
.deic-news, .deic-calendar, .deic-shortcuts, .deic-blog,
.deic-forsker, .deic-list,
.cert-contact, .cert-partners,
.block-about-deic, .block-contact-deic, .block-social-media {
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 481px) {
  /* line 82, ../sass/components/_deic-template.scss */
  #content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1125px) {
  /* line 88, ../sass/components/_deic-template.scss */
  #navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 94, ../sass/components/_deic-template.scss */
.block-about-deic, .block-contact-deic, .block-social-media {
  padding-bottom: 1.2em;
}

/* line 98, ../sass/components/_deic-template.scss */
#main {
  padding-top: 59px;
}

/* line 106, ../sass/components/_deic-template.scss */
.forside {
  margin-bottom: 1.2em !important;
}

/* line 113, ../sass/components/_deic-template.scss */
.deic-news h2, .deic-calendar h2, .deic-shortcuts h2,
.cert-contact h2, .cert-partners h2,
.deic-blog h2, .deic-forsker h2, .deic-list h2 {
  color: #000;
  margin: 0 .8em;
  font-weight: 500;
}
/* line 118, ../sass/components/_deic-template.scss */
.deic-news h2:after, .deic-calendar h2:after, .deic-shortcuts h2:after,
.cert-contact h2:after, .cert-partners h2:after,
.deic-blog h2:after, .deic-forsker h2:after, .deic-list h2:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  border-bottom: 5px solid #fff;
  margin-left: -.8em;
  margin-right: -.8em;
}
/* line 127, ../sass/components/_deic-template.scss */
.deic-news a, .deic-calendar a, .deic-shortcuts a,
.cert-contact a, .cert-partners a,
.deic-blog a, .deic-forsker a, .deic-list a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
/* line 132, ../sass/components/_deic-template.scss */
.deic-news .view-footer, .deic-calendar .view-footer, .deic-shortcuts .view-footer,
.cert-contact .view-footer, .cert-partners .view-footer,
.deic-blog .view-footer, .deic-forsker .view-footer, .deic-list .view-footer {
  text-align: right;
}
/* line 135, ../sass/components/_deic-template.scss */
.deic-news .more-link a, .deic-news .view-footer a, .deic-calendar .more-link a, .deic-calendar .view-footer a, .deic-shortcuts .more-link a, .deic-shortcuts .view-footer a,
.cert-contact .more-link a,
.cert-contact .view-footer a, .cert-partners .more-link a, .cert-partners .view-footer a,
.deic-blog .more-link a,
.deic-blog .view-footer a, .deic-forsker .more-link a, .deic-forsker .view-footer a, .deic-list .more-link a, .deic-list .view-footer a {
  color: #fff;
  font-weight: 700;
}
/* line 139, ../sass/components/_deic-template.scss */
.deic-news .more-link a:after, .deic-news .view-footer a:after, .deic-calendar .more-link a:after, .deic-calendar .view-footer a:after, .deic-shortcuts .more-link a:after, .deic-shortcuts .view-footer a:after,
.cert-contact .more-link a:after,
.cert-contact .view-footer a:after, .cert-partners .more-link a:after, .cert-partners .view-footer a:after,
.deic-blog .more-link a:after,
.deic-blog .view-footer a:after, .deic-forsker .more-link a:after, .deic-forsker .view-footer a:after, .deic-list .more-link a:after, .deic-list .view-footer a:after {
  content: "\00BB";
  display: inline-block;
  position: relative;
  right: -.2em;
  margin-right: 1em;
}
/* line 146, ../sass/components/_deic-template.scss */
.deic-news .more-link a:hover, .deic-news .view-footer a:hover, .deic-calendar .more-link a:hover, .deic-calendar .view-footer a:hover, .deic-shortcuts .more-link a:hover, .deic-shortcuts .view-footer a:hover,
.cert-contact .more-link a:hover,
.cert-contact .view-footer a:hover, .cert-partners .more-link a:hover, .cert-partners .view-footer a:hover,
.deic-blog .more-link a:hover,
.deic-blog .view-footer a:hover, .deic-forsker .more-link a:hover, .deic-forsker .view-footer a:hover, .deic-list .more-link a:hover, .deic-list .view-footer a:hover {
  color: #000;
}
/* line 149, ../sass/components/_deic-template.scss */
.deic-news .view-footer a.rss:hover, .deic-calendar .view-footer a.rss:hover, .deic-shortcuts .view-footer a.rss:hover,
.cert-contact .view-footer a.rss:hover, .cert-partners .view-footer a.rss:hover,
.deic-blog .view-footer a.rss:hover, .deic-forsker .view-footer a.rss:hover, .deic-list .view-footer a.rss:hover {
  color: #ff6600;
}

/* line 155, ../sass/components/_deic-template.scss */
.deic-news .views-field-title, .deic-list .views-field-title, .deic-calendar .views-field-title {
  font-size: 1.5em;
  padding: .5em 0;
}
/* line 159, ../sass/components/_deic-template.scss */
.deic-news .views-field-body b, .deic-news .views-field-body strong, .deic-list .views-field-body b, .deic-list .views-field-body strong, .deic-calendar .views-field-body b, .deic-calendar .views-field-body strong {
  color: #000;
}
/* line 162, ../sass/components/_deic-template.scss */
.deic-news .views-row:last-child, .deic-list .views-row:last-child, .deic-calendar .views-row:last-child {
  border: none;
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  /* line 167, ../sass/components/_deic-template.scss */
  .deic-news .views-field-title, .deic-list .views-field-title, .deic-calendar .views-field-title {
    padding-left: .8em;
    padding-right: .8em;
  }
  /* line 171, ../sass/components/_deic-template.scss */
  .deic-news .views-field-body, .deic-news .pager, .deic-list .views-field-body, .deic-list .pager, .deic-calendar .views-field-body, .deic-calendar .pager {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
}

@media all and (max-width: 480px) {
  /* line 177, ../sass/components/_deic-template.scss */
  .deic-list, .deic-calendar-view {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* line 184, ../sass/components/_deic-template.scss */
.deic-news .views-field-body, .deic-list .views-field-body {
  color: #787878;
}
/* line 187, ../sass/components/_deic-template.scss */
.deic-news .views-row, .deic-list .views-row {
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: 1em;
}

/* line 194, ../sass/components/_deic-template.scss */
.deic-calendar h3, .deic-shortcuts h3,
.cert-contact h3, .cert-partners h3 {
  color: #787878;
  margin: 0 1em;
  padding-top: 1em;
  font-weight: 500;
}
/* line 200, ../sass/components/_deic-template.scss */
.deic-calendar .views-row, .deic-shortcuts .views-row,
.cert-contact .views-row, .cert-partners .views-row {
  border-bottom: 3px solid #fff;
  padding-bottom: 1em;
}
/* line 204, ../sass/components/_deic-template.scss */
.deic-calendar .views-field-title, .deic-shortcuts .views-field-title,
.cert-contact .views-field-title, .cert-partners .views-field-title {
  padding-left: .8em;
  padding-right: .8em;
}
/* line 208, ../sass/components/_deic-template.scss */
.deic-calendar .views-field-body, .deic-shortcuts .views-field-body,
.cert-contact .views-field-body, .cert-partners .views-field-body {
  padding: .4em 1.2em;
}

/* line 215, ../sass/components/_deic-template.scss */
.deic-news .view-footer, .deic-calendar .view-footer, .deic-shortcuts .view-footer,
.cert-contact .view-footer, .cert-partners .view-footer {
  background-color: #787878;
  border-top: 3px solid #fff;
  padding: .5em 0;
}

/* line 222, ../sass/components/_deic-template.scss */
.deic-calendar, .deic-shortcuts,
.cert-contact, .cert-partners {
  background-color: #dcdcdc;
}
/* line 225, ../sass/components/_deic-template.scss */
.deic-calendar table, .deic-shortcuts table,
.cert-contact table, .cert-partners table {
  width: 100%;
}
/* line 227, ../sass/components/_deic-template.scss */
.deic-calendar table tr, .deic-shortcuts table tr,
.cert-contact table tr, .cert-partners table tr {
  border-bottom: 3px solid #fff;
}
/* line 230, ../sass/components/_deic-template.scss */
.deic-calendar table tr:last-child, .deic-shortcuts table tr:last-child,
.cert-contact table tr:last-child, .cert-partners table tr:last-child {
  border: none;
}
/* line 233, ../sass/components/_deic-template.scss */
.deic-calendar table tr:hover td, .deic-shortcuts table tr:hover td,
.cert-contact table tr:hover td, .cert-partners table tr:hover td {
  background-color: #c7c7c7;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 237, ../sass/components/_deic-template.scss */
.deic-calendar table td, .deic-shortcuts table td,
.cert-contact table td, .cert-partners table td {
  vertical-align: middle;
  padding: .4em 1.2em;
}

/* line 244, ../sass/components/_deic-template.scss */
.deic-calendar {
  background-image: url(/sites/default/files/uploads/deic-designelement-middle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100px;
}
/* line 249, ../sass/components/_deic-template.scss */
.deic-calendar .views-field-field-event-dato,
.deic-calendar .views-field-field-event-dato-1,
.deic-calendar .views-field-field-event-dato-2,
.deic-calendar .views-field-field-event-location {
  font-size: .875em;
  color: #787878;
}

/* line 258, ../sass/components/_deic-template.scss */
.deic-shortcuts {
  background-image: url(/sites/default/files/uploads/deic-designelement-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 95px;
}

/* line 265, ../sass/components/_deic-template.scss */
.deic-blog {
  background-color: #214099;
  background-image: url(/sites/default/files/uploads/deic-designelement-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 -200px;
}
/* line 271, ../sass/components/_deic-template.scss */
.deic-blog ul {
  margin: 0 0 .6em;
  padding: 0;
}
/* line 274, ../sass/components/_deic-template.scss */
.deic-blog ul li {
  background-image: none;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #fff;
}
/* line 282, ../sass/components/_deic-template.scss */
.deic-blog ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: .2em 1.2em;
}
/* line 288, ../sass/components/_deic-template.scss */
.deic-blog ul li :hover {
  background-color: #acc22b;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 293, ../sass/components/_deic-template.scss */
.deic-blog ul li:last-child {
  border-bottom: none;
}
/* line 297, ../sass/components/_deic-template.scss */
.deic-blog .more-link {
  background-color: #787878;
  border-top: 3px solid #fff;
  padding: .5em 0;
}

/* line 304, ../sass/components/_deic-template.scss */
.deic-forsker {
  background-color: #214099;
}
/* line 306, ../sass/components/_deic-template.scss */
.deic-forsker h2 {
  display: none;
}
/* line 309, ../sass/components/_deic-template.scss */
.deic-forsker table {
  width: 100%;
  position: relative;
}
/* line 312, ../sass/components/_deic-template.scss */
.deic-forsker table tr {
  border-bottom: 3px solid #fff;
}
/* line 315, ../sass/components/_deic-template.scss */
.deic-forsker table tr:last-child {
  border: none;
}
/* line 318, ../sass/components/_deic-template.scss */
.deic-forsker table tr:hover td {
  background-color: #acc22b;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 322, ../sass/components/_deic-template.scss */
.deic-forsker table td {
  vertical-align: middle;
  padding: 1em 1.2em;
}
/* line 327, ../sass/components/_deic-template.scss */
.deic-forsker table:after {
  content: "\00bb";
  display: block;
  position: absolute;
  color: #fff;
  font-size: 125px;
  top: 18px;
  right: 10px;
}
/* line 336, ../sass/components/_deic-template.scss */
.deic-forsker a {
  color: #fff;
}
/* line 339, ../sass/components/_deic-template.scss */
.deic-forsker .forsker-title {
  font-size: 2em;
}
/* line 342, ../sass/components/_deic-template.scss */
.deic-forsker .forsker-subheader {
  font-size: 1.5em;
}

@media all and (min-width: 991px) {
  /* line 350, ../sass/components/_deic-template.scss */
  .cert-partners {
    border-left: 10px solid #fff;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 356, ../sass/components/_deic-template.scss */
  .deic-shortcuts {
    margin-top: 10px !important;
  }
}
@media all and (min-width: 769px) {
  /* line 362, ../sass/components/_deic-template.scss */
  .deic-calendar, .deic-shortcuts,
  .cert-contact {
    border-left: 10px solid #fff;
  }

  /* line 366, ../sass/components/_deic-template.scss */
  .deic-blog {
    border-left: 10px solid #fff;
    margin-top: 10px !important;
  }

  /* line 370, ../sass/components/_deic-template.scss */
  .deic-forsker {
    border-left: 10px solid #fff;
    margin-bottom: 10px !important;
  }

  /* line 374, ../sass/components/_deic-template.scss */
  .cert-contact, .cert-partners {
    margin-top: 10px !important;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 380, ../sass/components/_deic-template.scss */
  .deic-news, .deic-forsker {
    margin-bottom: 10px !important;
  }

  /* line 383, ../sass/components/_deic-template.scss */
  .deic-calendar {
    border-right: 5px solid #fff;
  }

  /* line 386, ../sass/components/_deic-template.scss */
  .deic-shortcuts,
  .cert-contact {
    border-left: 5px solid #fff;
  }

  /* line 390, ../sass/components/_deic-template.scss */
  .cert-contact, .cert-partners {
    margin-top: 10px !important;
  }

  /* line 393, ../sass/components/_deic-template.scss */
  .deic-blog {
    margin-top: 10px !important;
  }
}
@media all and (max-width: 480px) {
  /* line 399, ../sass/components/_deic-template.scss */
  .deic-news, .deic-forsker, .deic-calendar, .deic-shortcuts,
  .cert-contact, .cert-partners {
    margin-bottom: 10px !important;
  }
}
/* line 409, ../sass/components/_deic-template.scss */
#sliding-popup.sliding-popup-bottom {
  background: #787878;
  background: rgba(120, 120, 120, 0.97);
}

/* line 418, ../sass/components/_deic-template.scss */
.region.region-highlighted {
  position: relative;
  margin-bottom: 1.2em !important;
}
/* line 421, ../sass/components/_deic-template.scss */
.region.region-highlighted .views-field-field-manchet {
  padding: 1.2em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 425, ../sass/components/_deic-template.scss */
.region.region-highlighted .views-field-field-manchet p {
  margin: 0;
  padding-right: 1.2em;
  box-sizing: border-box;
}
/* line 430, ../sass/components/_deic-template.scss */
.region.region-highlighted .views-field-field-manchet a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
}
@media all and (min-width: 769px) {
  /* line 437, ../sass/components/_deic-template.scss */
  .region.region-highlighted .views-field-field-manchet {
    position: absolute;
    bottom: .5em;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #787878;
  }
}
@media all and (min-width: 1200px) {
  /* line 450, ../sass/components/_deic-template.scss */
  .region.region-highlighted .views-field-field-manchet p {
    width: 50%;
  }
}
@media all and (min-width: 769px) and (max-width: 1199px) {
  /* line 457, ../sass/components/_deic-template.scss */
  .region.region-highlighted .views-field-field-manchet p {
    width: 75%;
  }
}
@media all and (max-width: 768px) {
  /* line 418, ../sass/components/_deic-template.scss */
  .region.region-highlighted {
    padding-bottom: 10px;
  }
  /* line 464, ../sass/components/_deic-template.scss */
  .region.region-highlighted .views-field-field-manchet {
    background-color: #787878;
  }
  /* line 467, ../sass/components/_deic-template.scss */
  .region.region-highlighted .views-field-field-image {
    display: none;
  }
}

/* line 477, ../sass/components/_deic-template.scss */
#footer {
  background-color: #dcdcdc;
  color: #000;
  background-image: url(/sites/default/files/uploads/deic-designelement-footer.svg);
  background-repeat: no-repeat;
  background-size: 750px;
  background-position: -5px 75px;
}
@media all and (min-width: 660px) {
  /* line 477, ../sass/components/_deic-template.scss */
  #footer {
    margin-top: .5em;
  }
}
/* line 487, ../sass/components/_deic-template.scss */
#footer h2 {
  color: #000;
  font-weight: 500;
  margin: 0 .8em;
}
/* line 492, ../sass/components/_deic-template.scss */
#footer h2:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  border-bottom: 5px solid #fff;
}
/* line 499, ../sass/components/_deic-template.scss */
#footer .block-about-deic h2:after {
  margin-left: -.8em;
}
/* line 502, ../sass/components/_deic-template.scss */
#footer .block-social-media h2:after {
  margin-right: -.8em;
}
@media all and (max-width: 768px) {
  /* line 506, ../sass/components/_deic-template.scss */
  #footer .block-contact-deic h2:after {
    margin-left: -.8em;
  }
  /* line 509, ../sass/components/_deic-template.scss */
  #footer .block-social-media h2:after {
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  /* line 514, ../sass/components/_deic-template.scss */
  #footer .block-social-media h2:after {
    margin-left: -.8em;
  }
}
/* line 518, ../sass/components/_deic-template.scss */
#footer p {
  margin: 0 1.2em;
  padding-top: .4em;
}
/* line 523, ../sass/components/_deic-template.scss */
#footer .block-links-deic h2 {
  display: none !important;
}
/* line 527, ../sass/components/_deic-template.scss */
#footer a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
/* line 533, ../sass/components/_deic-template.scss */
#footer .block-social-media ul {
  margin: 0;
  padding: 0;
}
/* line 536, ../sass/components/_deic-template.scss */
#footer .block-social-media ul li {
  display: inline-block;
  font-size: 2em;
}
/* line 539, ../sass/components/_deic-template.scss */
#footer .block-social-media ul li a {
  display: block;
  text-align: center;
  line-height: 1em;
  width: 1em;
  padding-left: .6em;
  padding-top: .2em;
}
/* line 547, ../sass/components/_deic-template.scss */
#footer .block-social-media ul li :hover {
  color: #787878;
}
/* line 553, ../sass/components/_deic-template.scss */
#footer .block-links-deic, #footer #block-locale-language-content {
  background-color: #fff;
  padding: .5em 0;
  margin-bottom: 0;
  color: #000;
}
/* line 559, ../sass/components/_deic-template.scss */
#footer .block-links-deic a, #footer #block-locale-language-content a {
  color: inherit;
  font-weight: 500;
}
/* line 563, ../sass/components/_deic-template.scss */
#footer .block-links-deic a:hover, #footer #block-locale-language-content a:hover {
  color: #214099;
}
/* line 566, ../sass/components/_deic-template.scss */
#footer .block-links-deic ul, #footer #block-locale-language-content ul {
  margin: 0;
  padding: 0;
}
/* line 569, ../sass/components/_deic-template.scss */
#footer .block-links-deic ul li, #footer #block-locale-language-content ul li {
  display: inline-block;
}
/* line 575, ../sass/components/_deic-template.scss */
#footer .block-links-deic li {
  padding-left: 1.2em;
}
/* line 579, ../sass/components/_deic-template.scss */
#footer #block-locale-language-content {
  text-align: right;
}
/* line 581, ../sass/components/_deic-template.scss */
#footer #block-locale-language-content li {
  padding-right: 1.2em;
}
@media all and (max-width: 768px) {
  /* line 586, ../sass/components/_deic-template.scss */
  #footer .block-links-deic, #footer #block-locale-language-content {
    text-align: center;
  }
  /* line 589, ../sass/components/_deic-template.scss */
  #footer #block-locale-language-content {
    border-top: none;
  }
}

/* line 600, ../sass/components/_deic-template.scss */
#header p {
  margin: 0;
}
/* line 603, ../sass/components/_deic-template.scss */
#header h2 {
  display: none !important;
}
/* line 606, ../sass/components/_deic-template.scss */
#header .block {
  margin-bottom: 0;
}

/* line 611, ../sass/components/_deic-template.scss */
#header {
  height: 175px;
  position: relative;
  border-bottom: 3px solid #214099;
}

/* #header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 160px;
    background-color: $deic-white;
    width: 200px;
    height: 5px;
    @media all and (min-width: 768px) and (max-width: 991px) {
      left: 134px;
      width: 150px;
    }
    @media all and (min-width: 481px) and (max-width: 767px) {
      left: 107px;
      width: 60px;
    }
    @media all and (max-width: 480px) {
      left: 105px;
      width: 45px;
    }
} */
/* line 638, ../sass/components/_deic-template.scss */
.block-links-deic-top, #block-locale-language, #block-multiblock-1 {
  padding: .5em 0;
  margin-bottom: 3px;
  color: #000;
  border-bottom: 1px solid #dcdcdc;
}
/* line 643, ../sass/components/_deic-template.scss */
.block-links-deic-top a, #block-locale-language a, #block-multiblock-1 a {
  color: inherit;
  text-decoration: none;
}
/* line 647, ../sass/components/_deic-template.scss */
.block-links-deic-top a:hover, #block-locale-language a:hover, #block-multiblock-1 a:hover {
  color: #214099;
}
/* line 650, ../sass/components/_deic-template.scss */
.block-links-deic-top ul, #block-locale-language ul, #block-multiblock-1 ul {
  margin: 0;
  padding: 0;
}
/* line 653, ../sass/components/_deic-template.scss */
.block-links-deic-top ul li, #block-locale-language ul li, #block-multiblock-1 ul li {
  display: inline-block;
}

/* line 659, ../sass/components/_deic-template.scss */
.block-links-deic-top li {
  padding-right: 1.2em;
}

/* line 663, ../sass/components/_deic-template.scss */
#block-locale-language, #block-multiblock-1 {
  text-align: right;
}
/* line 665, ../sass/components/_deic-template.scss */
#block-locale-language li, #block-multiblock-1 li {
  padding-left: 1.2em;
}

@media all and (max-width: 768px) {
  /* line 670, ../sass/components/_deic-template.scss */
  .block-links-deic-top, #block-locale-language, #block-multiblock-1 {
    text-align: center;
  }

  /* line 673, ../sass/components/_deic-template.scss */
  .block-links-deic-top {
    border-bottom: none;
  }
}
/* line 679, ../sass/components/_deic-template.scss */
#header .block-deic-logo {
  position: absolute;
  bottom: 0;
}
/* line 683, ../sass/components/_deic-template.scss */
#header .logo {
  bottom: 15px;
  left: 0;
  position: absolute;
}
/* line 688, ../sass/components/_deic-template.scss */
#header .deic-logo {
  height: 60px;
  bottom: 15px;
  left: 0;
  position: absolute;
}
/* line 694, ../sass/components/_deic-template.scss */
#header .deic-logo-sub {
  height: 60px;
  bottom: 15px;
  right: 0;
  position: absolute;
}
/* line 700, ../sass/components/_deic-template.scss */
#header .deic-logo-byline {
  height: 15px;
  bottom: 15px;
  right: 0;
  position: absolute;
}
/* line 706, ../sass/components/_deic-template.scss */
#header .dkcert-logo {
  height: 60px;
  bottom: 15px;
  left: 0;
  position: absolute;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 713, ../sass/components/_deic-template.scss */
  #header .deic-logo, #header .deic-logo-sub, #header .dkcert-logo {
    height: 50px;
  }
  /* line 716, ../sass/components/_deic-template.scss */
  #header .deic-logo-byline {
    height: 12px;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  /* line 721, ../sass/components/_deic-template.scss */
  #header .deic-logo, #header .deic-logo-sub, #header .dkcert-logo {
    height: 40px;
  }
  /* line 724, ../sass/components/_deic-template.scss */
  #header .deic-logo-byline {
    height: 8px;
  }
}
@media all and (max-width: 480px) {
  /* line 729, ../sass/components/_deic-template.scss */
  #header .deic-logo, #header .dkcert-logo {
    padding-left: 5px;
    height: 35px;
  }
  /* line 733, ../sass/components/_deic-template.scss */
  #header .deic-logo-sub {
    padding-right: 5px;
    height: 35px;
  }
  /* line 737, ../sass/components/_deic-template.scss */
  #header .deic-logo-byline {
    padding-right: 5px;
    height: 6px;
  }
}
/* line 743, ../sass/components/_deic-template.scss */
#header #block-search-form {
  position: relative;
}

/* line 752, ../sass/components/_deic-template.scss */
#navigation {
  border-bottom: 3px solid #214099;
}
@media all and (max-width: 1124px) {
  /* line 752, ../sass/components/_deic-template.scss */
  #navigation {
    background-color: #214099;
  }
}

/* line 760, ../sass/components/_deic-template.scss */
#navigation #search-block-form, #navigation #search-block-form--2, #header #search-block-form, #header #search-block-form--2 {
  position: absolute;
  right: 0;
  top: 8px;
}
@media all and (max-width: 480px) {
  /* line 760, ../sass/components/_deic-template.scss */
  #navigation #search-block-form, #navigation #search-block-form--2, #header #search-block-form, #header #search-block-form--2 {
    right: 20px;
  }
}
/* line 768, ../sass/components/_deic-template.scss */
#navigation input.form-text, #header input.form-text {
  color: #787878;
  width: 125px;
  padding: 4px 30px 4px 8px;
  border: 1px solid #dcdcdc;
}
/* line 774, ../sass/components/_deic-template.scss */
#navigation input.form-submit, #header input.form-submit {
  position: absolute;
  margin: 0;
  padding: 4px 10px;
  border: none;
  top: 0;
  right: 0;
  font-family: 'FontAwesome';
  height: 26px;
}
/* line 784, ../sass/components/_deic-template.scss */
#navigation input[type="submit"], #header input[type="submit"] {
  color: #dcdcdc;
  background-color: transparent;
}
/* line 788, ../sass/components/_deic-template.scss */
#navigation input[type="submit"]:hover, #header input[type="submit"]:hover {
  color: #214099;
}

/* line 797, ../sass/components/_deic-template.scss */
.node-page, .node-article, .node-event-internt-, .node-event-eksternt- {
  padding-bottom: 1.2em;
}

/* line 801, ../sass/components/_deic-template.scss */
h1, h1#page-title {
  padding-bottom: .5em;
  line-height: 1.2em;
  font-weight: 500;
}

/* line 808, ../sass/components/_deic-template.scss */
.field-name-body h2, .field-name-body h3, .field-name-body h4, .field-name-body h5, .node-article h2, .node-article h3, .node-article h4, .node-article h5, .node-page h2, .node-page h3, .node-page h4, .node-page h5 {
  color: #787878;
  font-weight: 500;
  line-height: 1.5em;
}
/* line 812, ../sass/components/_deic-template.scss */
.field-name-body h2 a, .field-name-body h3 a, .field-name-body h4 a, .field-name-body h5 a, .node-article h2 a, .node-article h3 a, .node-article h4 a, .node-article h5 a, .node-page h2 a, .node-page h3 a, .node-page h4 a, .node-page h5 a {
  text-decoration: none;
  border-bottom: none;
}
/* line 816, ../sass/components/_deic-template.scss */
.field-name-body h2 a:hover, .field-name-body h3 a:hover, .field-name-body h4 a:hover, .field-name-body h5 a:hover, .node-article h2 a:hover, .node-article h3 a:hover, .node-article h4 a:hover, .node-article h5 a:hover, .node-page h2 a:hover, .node-page h3 a:hover, .node-page h4 a:hover, .node-page h5 a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
/* line 822, ../sass/components/_deic-template.scss */
.field-name-body p, .node-article p, .node-page p {
  padding-bottom: .6em;
}
/* line 825, ../sass/components/_deic-template.scss */
.field-name-body a, .node-article a, .node-page a {
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dotted #787878;
}
/* line 830, ../sass/components/_deic-template.scss */
.field-name-body a:hover, .node-article a:hover, .node-page a:hover {
  color: #214099;
  text-decoration: none;
  border-bottom: 1px dotted #214099;
}
/* line 835, ../sass/components/_deic-template.scss */
.field-name-body a.deic-button-black, .field-name-body a.deic-button-green, .node-article a.deic-button-black, .node-article a.deic-button-green, .node-page a.deic-button-black, .node-page a.deic-button-green {
  color: #fff;
  background-color: #787878;
  padding: 6px 10px;
  text-transform: uppercase;
  border-bottom: none;
  white-space: nowrap;
  line-height: 2.5em;
  /* -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; */
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
/* line 849, ../sass/components/_deic-template.scss */
.field-name-body a.deic-button-black:hover, .node-article a.deic-button-black:hover, .node-page a.deic-button-black:hover {
  background-color: #000;
  text-decoration: none;
}
/* line 853, ../sass/components/_deic-template.scss */
.field-name-body a.deic-button-green:hover, .node-article a.deic-button-green:hover, .node-page a.deic-button-green:hover {
  background-color: #214099;
  text-decoration: none;
}
/* line 857, ../sass/components/_deic-template.scss */
.field-name-body ul, .node-article ul, .node-page ul {
  list-style: none;
  padding: 0;
}
/* line 860, ../sass/components/_deic-template.scss */
.field-name-body ul li, .node-article ul li, .node-page ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
/* line 864, ../sass/components/_deic-template.scss */
.field-name-body ul li::before, .node-article ul li::before, .node-page ul li::before {
  content: "\0025CF";
  color: #214099;
  margin-right: .6em;
}
/* line 869, ../sass/components/_deic-template.scss */
.field-name-body ul li li::before, .node-article ul li li::before, .node-page ul li li::before {
  content: "\0025A0";
}
/* line 872, ../sass/components/_deic-template.scss */
.field-name-body ul li li li::before, .node-article ul li li li::before, .node-page ul li li li::before {
  content: "\0025BA";
}
/* line 876, ../sass/components/_deic-template.scss */
.field-name-body table, .node-article table, .node-page table {
  margin: 1.2em 0 !important;
}
/* line 879, ../sass/components/_deic-template.scss */
.field-name-body .field-type-image a, .node-article .field-type-image a, .node-page .field-type-image a {
  text-decoration: none;
  border-bottom: none;
}
/* line 883, ../sass/components/_deic-template.scss */
.field-name-body .field-type-image a:hover, .node-article .field-type-image a:hover, .node-page .field-type-image a:hover {
  text-decoration: none;
  border-bottom: none;
}
/* line 887, ../sass/components/_deic-template.scss */
.field-name-body abbr[title], .node-article abbr[title], .node-page abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted #787878;
}

/* line 892, ../sass/components/_deic-template.scss */
.field-name-field-manchet {
  color: #787878;
  font-size: 1.5em;
  padding-bottom: 1em;
}

/* line 897, ../sass/components/_deic-template.scss */
.field-name-field-image {
  padding-bottom: 1em;
}

/* line 905, ../sass/components/_deic-template.scss */
blockquote {
  position: relative;
  margin: 1.2em 1em !important;
  padding: .6em;
  color: #787878;
  font-style: italic;
  border-left: 5px solid #dcdcdc;
}

/* line 918, ../sass/components/_deic-template.scss */
#deic-left-20, #deic-left-30, #deic-left-40, #deic-left-50,
#deic-right-20, #deic-right-30, #deic-right-40, #deic-right-50 {
  padding-bottom: 1em;
  clear: both;
}

/* line 923, ../sass/components/_deic-template.scss */
#deic-left-20, #deic-left-30, #deic-left-40, #deic-left-50 {
  float: left;
  padding-right: 1em;
}

/* line 927, ../sass/components/_deic-template.scss */
#deic-right-20, #deic-right-30, #deic-right-40, #deic-right-50 {
  float: right;
  padding-left: 1em;
}

/* line 931, ../sass/components/_deic-template.scss */
#deic-left-20, #deic-right-20 {
  width: 20%;
}

/* line 934, ../sass/components/_deic-template.scss */
#deic-left-30, #deic-right-30 {
  width: 30%;
}

/* line 937, ../sass/components/_deic-template.scss */
#deic-left-40, #deic-right-40 {
  width: 40%;
}

/* line 940, ../sass/components/_deic-template.scss */
#deic-left-50, #deic-right-50 {
  width: 50%;
}

/* line 948, ../sass/components/_deic-template.scss */
figure {
  display: inline-block;
  clear: both;
  background-color: #dcdcdc;
  padding: .5em;
  clear: both;
  margin-bottom: 1em !important;
  width: 100%;
}

/* line 957, ../sass/components/_deic-template.scss */
figcaption {
  font-size: .85em;
  line-height: 1.5em;
}

/* line 961, ../sass/components/_deic-template.scss */
figure#caption-left-50, figure#caption-left-40, figure#caption-left-30 {
  float: left;
  margin-right: 1em !important;
}

/* line 965, ../sass/components/_deic-template.scss */
figure#caption-right-50, figure#caption-right-40, figure#caption-right-30 {
  float: right;
  margin-left: 1em !important;
}

/* line 970, ../sass/components/_deic-template.scss */
figure#caption-left-50, figure#caption-right-50 {
  width: 50%;
}

/* line 973, ../sass/components/_deic-template.scss */
figure#caption-left-40, figure#caption-right-40 {
  width: 40%;
}

/* line 976, ../sass/components/_deic-template.scss */
figure#caption-left-30, figure#caption-right-30 {
  width: 30%;
}

/* line 984, ../sass/components/_deic-template.scss */
#sponsor-logo {
  display: inline-block;
  padding: 10px 25px 10px 0;
  max-height: 50px;
}

/* line 995, ../sass/components/_deic-template.scss */
.view-taxonomy-term .views-field-title a {
  color: #00807d;
  text-decoration: none;
  font-weight: 700;
}
/* line 1000, ../sass/components/_deic-template.scss */
.view-taxonomy-term a.views-more-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #00807d;
}
/* line 1005, ../sass/components/_deic-template.scss */
.view-taxonomy-term a.views-more-link:hover {
  color: #00807d;
  text-decoration: underline;
}
/* line 1009, ../sass/components/_deic-template.scss */
.view-taxonomy-term .views-row {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #bfc5b3;
}
/* line 1014, ../sass/components/_deic-template.scss */
.view-taxonomy-term .views-row:last-child {
  border: none;
}

/* line 1018, ../sass/components/_deic-template.scss */
.field-type-taxonomy-term-reference {
  padding-top: 1em;
  clear: both;
}
/* line 1021, ../sass/components/_deic-template.scss */
.field-type-taxonomy-term-reference .field-label {
  color: #787878;
  font-weight: 500;
}
/* line 1025, ../sass/components/_deic-template.scss */
.field-type-taxonomy-term-reference .field-item {
  display: inline-block;
  margin-right: .3em;
}
/* line 1028, ../sass/components/_deic-template.scss */
.field-type-taxonomy-term-reference .field-item a {
  font-size: 75%;
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  background-color: #787878;
  padding: .2em .6em .3em;
}
/* line 1038, ../sass/components/_deic-template.scss */
.field-type-taxonomy-term-reference .field-item :hover {
  background-color: #214099;
}

/* line 1048, ../sass/components/_deic-template.scss */
.region-sidebar-second {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
@media all and (min-width: 768px) {
  /* line 1048, ../sass/components/_deic-template.scss */
  .region-sidebar-second {
    padding-left: 20px;
  }
}
/* line 1055, ../sass/components/_deic-template.scss */
.region-sidebar-second h2 {
  color: #000;
  margin: .8em;
  font-weight: 500;
}

/* line 1062, ../sass/components/_deic-template.scss */
.deic-related-news {
  background-image: url(/sites/default/files/uploads/deic-designelement-left.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100x;
}

/* line 1069, ../sass/components/_deic-template.scss */
.deic-related-content {
  background-image: url(/sites/default/files/uploads/deic-designelement-middle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100px;
}

/* line 1076, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block, .region-sidebar-second .block-views,
.region-sidebar-second .deic-related-news, .region-sidebar-second .deic-related-content,
.region-sidebar-second .block-aggregator {
  margin-bottom: 10px !important;
  background-color: #dcdcdc;
}
/* line 1082, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block a, .region-sidebar-second .block-views a,
.region-sidebar-second .deic-related-news a, .region-sidebar-second .deic-related-content a,
.region-sidebar-second .block-aggregator a {
  color: #000;
  text-decoration: none;
}
/* line 1086, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block .views-table, .region-sidebar-second .block-block table, .region-sidebar-second .block-views .views-table, .region-sidebar-second .block-views table,
.region-sidebar-second .deic-related-news .views-table,
.region-sidebar-second .deic-related-news table, .region-sidebar-second .deic-related-content .views-table, .region-sidebar-second .deic-related-content table,
.region-sidebar-second .block-aggregator .views-table,
.region-sidebar-second .block-aggregator table {
  width: 100%;
}
/* line 1088, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block .views-table tr, .region-sidebar-second .block-block table tr, .region-sidebar-second .block-views .views-table tr, .region-sidebar-second .block-views table tr,
.region-sidebar-second .deic-related-news .views-table tr,
.region-sidebar-second .deic-related-news table tr, .region-sidebar-second .deic-related-content .views-table tr, .region-sidebar-second .deic-related-content table tr,
.region-sidebar-second .block-aggregator .views-table tr,
.region-sidebar-second .block-aggregator table tr {
  background-color: transparent;
}
/* line 1091, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block .views-table tr.odd, .region-sidebar-second .block-block .views-table tr.even, .region-sidebar-second .block-block .views-table tr, .region-sidebar-second .block-block table tr.odd, .region-sidebar-second .block-block table tr.even, .region-sidebar-second .block-block table tr, .region-sidebar-second .block-views .views-table tr.odd, .region-sidebar-second .block-views .views-table tr.even, .region-sidebar-second .block-views .views-table tr, .region-sidebar-second .block-views table tr.odd, .region-sidebar-second .block-views table tr.even, .region-sidebar-second .block-views table tr,
.region-sidebar-second .deic-related-news .views-table tr.odd,
.region-sidebar-second .deic-related-news .views-table tr.even,
.region-sidebar-second .deic-related-news .views-table tr,
.region-sidebar-second .deic-related-news table tr.odd,
.region-sidebar-second .deic-related-news table tr.even,
.region-sidebar-second .deic-related-news table tr, .region-sidebar-second .deic-related-content .views-table tr.odd, .region-sidebar-second .deic-related-content .views-table tr.even, .region-sidebar-second .deic-related-content .views-table tr, .region-sidebar-second .deic-related-content table tr.odd, .region-sidebar-second .deic-related-content table tr.even, .region-sidebar-second .deic-related-content table tr,
.region-sidebar-second .block-aggregator .views-table tr.odd,
.region-sidebar-second .block-aggregator .views-table tr.even,
.region-sidebar-second .block-aggregator .views-table tr,
.region-sidebar-second .block-aggregator table tr.odd,
.region-sidebar-second .block-aggregator table tr.even,
.region-sidebar-second .block-aggregator table tr {
  border-bottom: 3px solid #fff;
}
/* line 1094, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block .views-table tr:last-child, .region-sidebar-second .block-block table tr:last-child, .region-sidebar-second .block-views .views-table tr:last-child, .region-sidebar-second .block-views table tr:last-child,
.region-sidebar-second .deic-related-news .views-table tr:last-child,
.region-sidebar-second .deic-related-news table tr:last-child, .region-sidebar-second .deic-related-content .views-table tr:last-child, .region-sidebar-second .deic-related-content table tr:last-child,
.region-sidebar-second .block-aggregator .views-table tr:last-child,
.region-sidebar-second .block-aggregator table tr:last-child {
  border: none;
}
/* line 1097, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block .views-table tr:hover td, .region-sidebar-second .block-block table tr:hover td, .region-sidebar-second .block-views .views-table tr:hover td, .region-sidebar-second .block-views table tr:hover td,
.region-sidebar-second .deic-related-news .views-table tr:hover td,
.region-sidebar-second .deic-related-news table tr:hover td, .region-sidebar-second .deic-related-content .views-table tr:hover td, .region-sidebar-second .deic-related-content table tr:hover td,
.region-sidebar-second .block-aggregator .views-table tr:hover td,
.region-sidebar-second .block-aggregator table tr:hover td {
  background-color: #c7c7c7;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 1101, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block .views-table td, .region-sidebar-second .block-block table td, .region-sidebar-second .block-views .views-table td, .region-sidebar-second .block-views table td,
.region-sidebar-second .deic-related-news .views-table td,
.region-sidebar-second .deic-related-news table td, .region-sidebar-second .deic-related-content .views-table td, .region-sidebar-second .deic-related-content table td,
.region-sidebar-second .block-aggregator .views-table td,
.region-sidebar-second .block-aggregator table td {
  padding: .4em 1.2em;
}
/* line 1105, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block h2, .region-sidebar-second .block-views h2,
.region-sidebar-second .deic-related-news h2, .region-sidebar-second .deic-related-content h2,
.region-sidebar-second .block-aggregator h2 {
  color: #000;
  font-weight: 500;
  margin: .8em;
}
/* line 1110, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-block h2:after, .region-sidebar-second .block-block h2.block-title:after, .region-sidebar-second .block-views h2:after, .region-sidebar-second .block-views h2.block-title:after,
.region-sidebar-second .deic-related-news h2:after,
.region-sidebar-second .deic-related-news h2.block-title:after, .region-sidebar-second .deic-related-content h2:after, .region-sidebar-second .deic-related-content h2.block-title:after,
.region-sidebar-second .block-aggregator h2:after,
.region-sidebar-second .block-aggregator h2.block-title:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  border-bottom: 5px solid #fff;
  margin-left: -.8em;
  margin-right: -.8em;
}
/* line 1120, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator {
  background-color: #214099;
}
/* line 1122, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator ul {
  margin: 0 0 .6em;
  padding: 0;
}
/* line 1125, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator ul li {
  background-image: none;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #fff;
}
/* line 1133, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: .2em 1.2em;
}
/* line 1139, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator ul li :hover {
  background-color: #acc22b;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 1144, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator ul li:last-child {
  border-bottom: none;
}
/* line 1148, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator .more-link {
  background-color: #787878;
  border-top: 3px solid #fff;
  padding: .5em 0;
}
/* line 1152, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator .more-link a {
  color: #fff;
  font-weight: 700;
}
/* line 1157, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator .more-link a:after {
  content: "\00BB";
  display: inline-block;
  position: relative;
  right: -.2em;
  margin-right: 1em;
}
/* line 1164, ../sass/components/_deic-template.scss */
.region-sidebar-second .block-aggregator .more-link a:hover {
  color: #000;
}

/* line 1175, ../sass/components/_deic-template.scss */
#aggregator .feed-source {
  background-color: #dcdcdc;
  padding: .4em 1.2em;
  color: #000;
}
/* line 1179, ../sass/components/_deic-template.scss */
#aggregator .feed-source a {
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dotted #787878;
}
/* line 1184, ../sass/components/_deic-template.scss */
#aggregator .feed-source a.feed-image, #aggregator .feed-source a.feed-icon {
  border-bottom: none;
}
/* line 1188, ../sass/components/_deic-template.scss */
#aggregator .feed-item {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 3px solid #dcdcdc;
}
/* line 1192, ../sass/components/_deic-template.scss */
#aggregator .feed-item h3 {
  color: #787878;
  font-size: 1.5em;
  font-weight: 500;
}
/* line 1196, ../sass/components/_deic-template.scss */
#aggregator .feed-item h3 a {
  color: inherit;
  text-decoration: none;
}
/* line 1202, ../sass/components/_deic-template.scss */
#aggregator .feed-item:last-child {
  border-bottom: none;
}
/* line 1205, ../sass/components/_deic-template.scss */
#aggregator .feed-item-date {
  font-weight: 900;
}
/* line 1209, ../sass/components/_deic-template.scss */
#aggregator .feed-item-body a {
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dotted #787878;
}
/* line 1214, ../sass/components/_deic-template.scss */
#aggregator .feed-item-body a:hover {
  color: #214099;
  text-decoration: none;
  border-bottom: 1px dotted #214099;
}

/* line 1226, ../sass/components/_deic-template.scss */
ul.pager {
  text-align: center;
  padding-bottom: 2em;
}

/* line 1231, ../sass/components/_deic-template.scss */
li.pager-item a, li.pager-next a, li.pager-last a, li.pager-previous a, li.pager-first a {
  color: #fff;
  padding: .2em .6em .3em;
  text-decoration: none;
  background-color: #dcdcdc;
}
/* line 1237, ../sass/components/_deic-template.scss */
li.pager-item :hover, li.pager-next :hover, li.pager-last :hover, li.pager-previous :hover, li.pager-first :hover {
  background-color: #214099;
}

/* line 1241, ../sass/components/_deic-template.scss */
li.pager-item, li.pager-next, li.pager-last, li.pager-previous, li.pager-first {
  padding: 0 0 0;
}

/* line 1244, ../sass/components/_deic-template.scss */
li.pager-current {
  color: #fff;
  padding: .2em .6em .3em;
  text-decoration: none;
  background-color: #787878;
}

/* line 1250, ../sass/components/_deic-template.scss */
li.pager-ellipsis {
  color: #fff;
  padding: .2em .6em .3em;
  text-decoration: none;
  background-color: #dcdcdc;
}

/* line 1261, ../sass/components/_deic-template.scss */
p.submitted {
  font-size: .85em;
  padding-bottom: 1em;
}
/* line 1264, ../sass/components/_deic-template.scss */
p.submitted a.username {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #787878;
}
/* line 1269, ../sass/components/_deic-template.scss */
p.submitted a.username:hover {
  color: #214099;
  text-decoration: none;
  border-bottom: 1px dotted #214099;
}

/* line 1283, ../sass/components/_deic-template.scss */
body.front #content {
  background-color: transparent;
}

/* line 1290, ../sass/components/_deic-template.scss */
#views_slideshow_cycle_teaser_section_featured_content-block .views-field-title {
  /* Select the title field inside the slideshow div */
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .25em;
  padding: 10px;
}
/* line 1298, ../sass/components/_deic-template.scss */
#views_slideshow_cycle_teaser_section_featured_content-block .views-field-title a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
}

/* line 1305, ../sass/components/_deic-template.scss */
#views_slideshow_cycle_teaser_section_featured_content-block .views-field-body {
  /* Select the title field inside the slideshow div */
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: .25em;
  padding: 10px;
  color: #ccc;
  width: 40%;
}
/* line 1315, ../sass/components/_deic-template.scss */
#views_slideshow_cycle_teaser_section_featured_content-block .views-field-body a {
  color: #fff;
  text-shadow: 2px 2px #000000;
  text-decoration: none;
  font-size: 1.5em;
}

@media all and (max-width: 959px) {
  /* line 1323, ../sass/components/_deic-template.scss */
  #views_slideshow_cycle_teaser_section_featured_content-block .views-field-body {
    width: 50%;
  }
  /* line 1325, ../sass/components/_deic-template.scss */
  #views_slideshow_cycle_teaser_section_featured_content-block .views-field-body p {
    display: none;
  }

  /* line 1329, ../sass/components/_deic-template.scss */
  .views-slideshow-pager-fields img {
    width: 25px;
    height: 25px;
  }
}
@media all and (max-width: 480px) {
  /* line 1335, ../sass/components/_deic-template.scss */
  #views_slideshow_cycle_teaser_section_featured_content-block .views-field-body {
    width: 75%;
  }
  /* line 1337, ../sass/components/_deic-template.scss */
  #views_slideshow_cycle_teaser_section_featured_content-block .views-field-body a {
    font-size: 1em;
  }

  /* line 1341, ../sass/components/_deic-template.scss */
  .views-slideshow-pager-fields {
    display: none;
  }
}
/* line 1345, ../sass/components/_deic-template.scss */
.views-slideshow-pager-field-item {
  display: inline-block;
  padding: 5px;
}

/* line 1349, ../sass/components/_deic-template.scss */
.views-slideshow-pager-field-item.active {
  background: #ccc;
  border-radius: .2em;
}

/* line 1353, ../sass/components/_deic-template.scss */
.views-slideshow-pager-fields {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  padding: 10px;
}

/* line 1362, ../sass/components/_deic-template.scss */
.vscc-controls {
  position: relative;
  z-index: 99;
}

/* line 1366, ../sass/components/_deic-template.scss */
.vscc_controls_previous {
  position: absolute;
  bottom: 1.5em;
  left: 2px;
}

/* line 1371, ../sass/components/_deic-template.scss */
.vscc_controls_next {
  position: absolute;
  bottom: 1.5em;
  right: 2px;
}

/* line 1386, ../sass/components/_deic-template.scss */
.field-name-body table h2, .field-name-body table h3, .field-name-body table h4 {
  margin-top: inherit;
}
/* line 1390, ../sass/components/_deic-template.scss */
.field-name-body ul, .field-name-body ol {
  margin-top: 0;
  margin-bottom: .6em !important;
  -webkit-margin-before: 0;
}
/* line 1395, ../sass/components/_deic-template.scss */
.field-name-body ol, .field-name-body ul {
  zoom: 1;
  overflow: hidden;
}
/* line 1399, ../sass/components/_deic-template.scss */
.field-name-body ul ul, .field-name-body ol ol {
  margin-bottom: 0;
}
/* line 1402, ../sass/components/_deic-template.scss */
.field-name-body hr {
  border: 0;
  height: 1px;
  background: #dcdcdc;
  margin: 1em 0 !important;
}
/* line 1408, ../sass/components/_deic-template.scss */
.field-name-body pre {
  position: relative;
  font-family: 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
  font-size: .85em;
  padding: 1em;
  background-color: #dcdcdc;
  white-space: pre-wrap;
  overflow: auto;
  margin: 1.2em 0 !important;
}
/* line 1418, ../sass/components/_deic-template.scss */
.field-name-body pre[rel] {
  padding-top: 35px;
}
/* line 1421, ../sass/components/_deic-template.scss */
.field-name-body pre[rel]:before {
  content: attr(rel);
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #787878;
  font-family: inherit;
  padding: 5px 15px;
  font-weight: 700;
  box-sizing: border-box;
}
/* line 1434, ../sass/components/_deic-template.scss */
.field-name-body .fa {
  font-size: 2em;
}
/* line 1437, ../sass/components/_deic-template.scss */
.field-name-body .fa-linkedin-square {
  color: #007bb6;
}
/* line 1440, ../sass/components/_deic-template.scss */
.field-name-body .fa-facebook-square {
  color: #3b5998;
}
/* line 1443, ../sass/components/_deic-template.scss */
.field-name-body .fa-twitter-square {
  color: #00aced;
}
/* line 1446, ../sass/components/_deic-template.scss */
.field-name-body .fa-google-plus-square {
  color: #dd4b39;
}

/* line 1457, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 {
  display: block;
  margin: 0 0 .6em 0;
  padding: .2em .6em .6em;
  color: #2f6f9f;
  background-color: #dfe2d6;
}
/* line 1463, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 a {
  color: #00807d;
  text-decoration: none;
}
/* line 1468, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 h2 {
  color: #6F716B;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: .8em;
}
/* line 1475, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 .more-link {
  padding-bottom: 1em;
}
/* line 1478, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 .more-link a {
  color: #fff;
  text-transform: uppercase;
  padding: 8px 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #bfc5b3;
}
/* line 1487, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 .more-link a:hover {
  background-color: #00807d;
}
/* line 1490, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 .views-field-field-event-date-1,
#block-views-calendar-block-2 .views-field-field-event-date-2,
#block-views-calendar-block-2 .views-field-field-event-date-3,
#block-views-calendar-block-2 .views-field-field-event-location {
  font-size: .875em;
  font-weight: 700;
  color: #000;
  color: rgba(0, 0, 0, 0.5);
}
/* line 1499, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 table {
  width: 100%;
}
/* line 1501, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 table tr {
  border-bottom: 1px solid #ccc;
}
/* line 1504, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 table tr:last-child {
  border: none;
}
/* line 1507, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 table tr:hover {
  border-bottom-color: #00403E;
}
/* line 1509, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 table tr:hover a {
  color: #fff;
}
/* line 1513, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 table tr:hover td {
  background-color: #00807d;
}
/* line 1516, ../sass/components/_deic-template.scss */
#block-views-calendar-block-2 table td {
  vertical-align: middle;
  padding: .4em .6em;
}

@media all and (min-width: 960px) {
  /* line 1532, ../sass/components/_deic-template.scss */
  .field-name-field-funktioner, .field-name-field-brugsscenarier, .field-name-field-escience-komite, .field-name-field-dm-forum {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
}
@media all and (max-width: 959px) {
  /* line 1540, ../sass/components/_deic-template.scss */
  .field-name-field-funktioner, .field-name-field-brugsscenarier, .field-name-field-escience-komite, .field-name-field-dm-forum {
    display: block;
  }
}
/* line 1545, ../sass/components/_deic-template.scss */
.field-name-field-faktaboks {
  display: block;
}

/* line 1549, ../sass/components/_deic-template.scss */
.field-name-field-funktioner, .field-name-field-brugsscenarier, .field-name-field-faktaboks, .field-name-field-escience-komite, .field-name-field-dm-forum {
  margin: 0 .6em .6em 0;
  padding: 1em .6em .2em .6em;
  color: #fff;
}
/* line 1554, ../sass/components/_deic-template.scss */
.field-name-field-funktioner .field-label, .field-name-field-brugsscenarier .field-label, .field-name-field-faktaboks .field-label, .field-name-field-escience-komite .field-label, .field-name-field-dm-forum .field-label {
  color: #404040;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-top: .3em;
}
/* line 1562, ../sass/components/_deic-template.scss */
.field-name-field-funktioner a, .field-name-field-brugsscenarier a, .field-name-field-faktaboks a, .field-name-field-escience-komite a, .field-name-field-dm-forum a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
/* line 1567, ../sass/components/_deic-template.scss */
.field-name-field-funktioner a:hover, .field-name-field-brugsscenarier a:hover, .field-name-field-faktaboks a:hover, .field-name-field-escience-komite a:hover, .field-name-field-dm-forum a:hover {
  text-decoration: underline;
}
/* line 1571, ../sass/components/_deic-template.scss */
.field-name-field-funktioner .field-items .field-item ul, .field-name-field-brugsscenarier .field-items .field-item ul, .field-name-field-faktaboks .field-items .field-item ul, .field-name-field-escience-komite .field-items .field-item ul, .field-name-field-dm-forum .field-items .field-item ul {
  margin-top: 1em;
}

/* line 1576, ../sass/components/_deic-template.scss */
.field-name-field-faktaboks, .field-name-field-brugsscenarier, .field-name-field-escience-komite {
  background-color: #00807d;
}

/* line 1579, ../sass/components/_deic-template.scss */
.field-name-field-funktioner, .field-name-field-dm-forum {
  background-color: #a9c311;
}

/* line 1586, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-label, .field-name-field-netvaerk .field-label {
  font-size: 1.5em;
  margin: .3em 0 .5em;
}
/* line 1590, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item, .field-name-field-netvaerk .field-item {
  display: block;
  margin: 0 .6em .6em 0;
  padding: 1em .6em .2em .6em;
  color: #fff;
}
/* line 1595, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h2, .field-name-field-netvaerk .field-item h2 {
  color: #00807d;
  font-size: 1.5em;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-top: .3em;
  margin-bottom: .5em;
}
/* line 1604, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h2 a, .field-name-field-netvaerk .field-item h2 a {
  color: #00807d;
  border-bottom: none;
}
/* line 1610, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h2 a:hover, .field-name-field-netvaerk .field-item h2 a:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
}
/* line 1615, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h3, .field-name-field-projekt .field-item h4, .field-name-field-netvaerk .field-item h3, .field-name-field-netvaerk .field-item h4 {
  font-weight: 500;
}
/* line 1618, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h3, .field-name-field-netvaerk .field-item h3 {
  color: #fff;
  line-height: 1.17em;
  margin: .6em 0 .6em;
}
/* line 1623, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h4, .field-name-field-netvaerk .field-item h4 {
  color: #fff;
  font-size: 75%;
  margin: .6em 0 .6em;
}
/* line 1627, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h4 a, .field-name-field-netvaerk .field-item h4 a {
  text-decoration: none;
  border-bottom: none;
  background-color: #6FB7B5;
  background-color: rgba(255, 255, 255, 0.5);
  padding: .2em .6em .3em;
  border-radius: .25em;
}
/* line 1635, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h4 a:hover, .field-name-field-netvaerk .field-item h4 a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 1640, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item h5, .field-name-field-netvaerk .field-item h5 {
  color: #6FB7B5;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1em;
  margin: .6em 0 1.5em;
  text-transform: uppercase;
}
/* line 1647, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item p, .field-name-field-netvaerk .field-item p {
  margin-top: 0;
}
/* line 1650, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item a, .field-name-field-netvaerk .field-item a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
/* line 1655, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item a:hover, .field-name-field-netvaerk .field-item a:hover {
  text-decoration: underline;
}

/* line 1660, ../sass/components/_deic-template.scss */
.field-name-field-projekt .field-item, .field-name-field-netvaerk .field-item {
  background-color: #bababa;
}

@media all and (min-width: 960px) {
  /* line 1665, ../sass/components/_deic-template.scss */
  .field-name-field-projekt .field-item, .field-name-field-netvaerk .field-item {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
}
/* line 1680, ../sass/components/_deic-template.scss */
#block-rrssb-rrssb {
  background-color: #dcdcdc;
  background-image: url(/sites/default/files/uploads/deic-designelement-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  padding: .8em .8em 1em .8em;
}
/* line 1687, ../sass/components/_deic-template.scss */
#block-rrssb-rrssb h2 {
  color: #000;
  margin: 0;
  font-weight: 500;
}
/* line 1692, ../sass/components/_deic-template.scss */
#block-rrssb-rrssb .rrssb-item-list {
  padding: .4em 1.2em;
}

/* line 1696, ../sass/components/_deic-template.scss */
.block-rrssb-extra {
  display: none;
}

/* line 1699, ../sass/components/_deic-template.scss */
.rrssb-buttons li a {
  background-color: #787878 !important;
}

/* line 1702, ../sass/components/_deic-template.scss */
.rrssb-buttons li a:hover {
  background-color: #214099 !important;
}

/* line 1718, ../sass/components/_deic-template.scss */
.deic-calendar-view .views-field-field-event-dato,
.deic-calendar-view .views-field-field-event-dato-1,
.deic-calendar-view .views-field-field-event-dato-2,
.deic-calendar-view .views-field-field-event-dato-3,
.deic-calendar-view .views-field-field-event-location, .view-display-id-kalender_oversigt .views-field-field-event-dato,
.view-display-id-kalender_oversigt .views-field-field-event-dato-1,
.view-display-id-kalender_oversigt .views-field-field-event-dato-2,
.view-display-id-kalender_oversigt .views-field-field-event-dato-3,
.view-display-id-kalender_oversigt .views-field-field-event-location, .view-display-id-arkiv .views-field-field-event-dato,
.view-display-id-arkiv .views-field-field-event-dato-1,
.view-display-id-arkiv .views-field-field-event-dato-2,
.view-display-id-arkiv .views-field-field-event-dato-3,
.view-display-id-arkiv .views-field-field-event-location {
  font-size: .875em;
  color: #787878;
}
/* line 1726, ../sass/components/_deic-template.scss */
.deic-calendar-view a, .view-display-id-kalender_oversigt a, .view-display-id-arkiv a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
/* line 1731, ../sass/components/_deic-template.scss */
.deic-calendar-view .view-footer a, .view-display-id-kalender_oversigt .view-footer a, .view-display-id-arkiv .view-footer a {
  color: #fff;
  background-color: #787878;
  padding: 6px 10px;
  text-transform: uppercase;
  border-bottom: none;
  /* -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; */
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
/* line 1743, ../sass/components/_deic-template.scss */
.deic-calendar-view .more-link a:hover, .view-display-id-kalender_oversigt .more-link a:hover, .view-display-id-arkiv .more-link a:hover {
  background-color: #214099;
}
/* line 1746, ../sass/components/_deic-template.scss */
.deic-calendar-view .view-footer a.archive:hover, .view-display-id-kalender_oversigt .view-footer a.archive:hover, .view-display-id-arkiv .view-footer a.archive:hover {
  background-color: #000;
}
/* line 1749, ../sass/components/_deic-template.scss */
.deic-calendar-view .view-footer a.events-overview:hover, .view-display-id-kalender_oversigt .view-footer a.events-overview:hover, .view-display-id-arkiv .view-footer a.events-overview:hover {
  background-color: #214099;
}
/* line 1752, ../sass/components/_deic-template.scss */
.deic-calendar-view .view-footer, .view-display-id-kalender_oversigt .view-footer, .view-display-id-arkiv .view-footer {
  text-align: center;
  margin-bottom: 1.2em !important;
}
/* line 1756, ../sass/components/_deic-template.scss */
.deic-calendar-view table, .view-display-id-kalender_oversigt table, .view-display-id-arkiv table {
  background-color: #dcdcdc;
  width: 100%;
  margin-bottom: 1em !important;
}
/* line 1760, ../sass/components/_deic-template.scss */
.deic-calendar-view table tr, .view-display-id-kalender_oversigt table tr, .view-display-id-arkiv table tr {
  border-bottom: 3px solid #fff;
}
/* line 1763, ../sass/components/_deic-template.scss */
.deic-calendar-view table tr:last-child, .view-display-id-kalender_oversigt table tr:last-child, .view-display-id-arkiv table tr:last-child {
  border: none;
}
/* line 1766, ../sass/components/_deic-template.scss */
.deic-calendar-view table tr:hover td, .view-display-id-kalender_oversigt table tr:hover td, .view-display-id-arkiv table tr:hover td {
  background-color: #c7c7c7;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 1770, ../sass/components/_deic-template.scss */
.deic-calendar-view table td, .view-display-id-kalender_oversigt table td, .view-display-id-arkiv table td {
  vertical-align: middle;
  padding: .4em 1.2em;
}
/* line 1775, ../sass/components/_deic-template.scss */
.deic-calendar-view .view-empty, .view-display-id-kalender_oversigt .view-empty, .view-display-id-arkiv .view-empty {
  padding-bottom: 1.5em;
}

/* line 1784, ../sass/components/_deic-template.scss */
.node-event-internt- .field-label, .node-event-eksternt- .field-label {
  width: 6.5em;
}
/* line 1787, ../sass/components/_deic-template.scss */
.node-event-internt- .date-display-range, .node-event-eksternt- .date-display-range {
  display: inline-block;
}
/* line 1790, ../sass/components/_deic-template.scss */
.node-event-internt- .field-name-field-event-dato, .node-event-internt- .field-name-field-event-location, .node-event-internt- .field-name-field-event-organisor, .node-event-eksternt- .field-name-field-event-dato, .node-event-eksternt- .field-name-field-event-location, .node-event-eksternt- .field-name-field-event-organisor {
  background-color: #dcdcdc;
  padding: 0 .5em 0;
}
/* line 1794, ../sass/components/_deic-template.scss */
.node-event-internt- .field-name-body, .node-event-eksternt- .field-name-body {
  margin-top: 2em !important;
}

/* line 1804, ../sass/components/_deic-template.scss */
.search-form input.form-submit, .webform-client-form input.form-submit, .nyhedsbrev input.form-submit {
  color: #fff;
  margin: 1em 0 1em .2em;
  padding: 8px 16px;
  text-transform: uppercase;
  border: none;
  /*    -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; */
}
/* line 1814, ../sass/components/_deic-template.scss */
.search-form input[type="submit"], .webform-client-form input[type="submit"], .nyhedsbrev input[type="submit"] {
  background-color: #787878;
}
/* line 1817, ../sass/components/_deic-template.scss */
.search-form input[type="submit"]:hover, .webform-client-form input[type="submit"]:hover, .nyhedsbrev input[type="submit"]:hover {
  background-color: #214099;
}
/* line 1820, ../sass/components/_deic-template.scss */
.search-form input.form-text, .webform-client-form input.form-text, .nyhedsbrev input.form-text {
  padding: 8px 16px;
  border: 1px solid #787878;
  /*    -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; */
}

/* line 1829, ../sass/components/_deic-template.scss */
.search-form a.fieldset-title {
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dotted #787878;
}
/* line 1834, ../sass/components/_deic-template.scss */
.search-form a.fieldset-title:hover {
  color: #214099;
  text-decoration: none;
  border-bottom: 1px dotted #214099;
}

/* line 1845, ../sass/components/_deic-template.scss */
ol.search-results {
  margin-bottom: 1em !important;
}
/* line 1847, ../sass/components/_deic-template.scss */
ol.search-results h3.title {
  color: #787878;
  font-weight: 500;
}
/* line 1850, ../sass/components/_deic-template.scss */
ol.search-results h3.title a {
  color: inherit;
  text-decoration: none;
}
/* line 1855, ../sass/components/_deic-template.scss */
ol.search-results h3, ol.search-results p {
  margin-bottom: .5em;
}
/* line 1858, ../sass/components/_deic-template.scss */
ol.search-results p.search-info a {
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dotted #787878;
}
/* line 1863, ../sass/components/_deic-template.scss */
ol.search-results p.search-info a:hover {
  color: #214099;
  text-decoration: none;
  border-bottom: 1px dotted #214099;
}

/* line 1874, ../sass/components/_deic-template.scss */
table#deic-table-green {
  border-bottom: 3px solid #214099;
}
/* line 1876, ../sass/components/_deic-template.scss */
table#deic-table-green th {
  background-color: #214099;
}
/* line 1879, ../sass/components/_deic-template.scss */
table#deic-table-green td {
  border-bottom: 1px solid #214099;
}

/* line 1883, ../sass/components/_deic-template.scss */
table#deic-table-light {
  border-bottom: 3px solid #dcdcdc;
}
/* line 1885, ../sass/components/_deic-template.scss */
table#deic-table-light th {
  background-color: #dcdcdc;
}
/* line 1888, ../sass/components/_deic-template.scss */
table#deic-table-light td {
  border-bottom: 1px solid #dcdcdc;
}

/* line 1892, ../sass/components/_deic-template.scss */
table#deic-table-dark {
  border-bottom: 3px solid #787878;
}
/* line 1894, ../sass/components/_deic-template.scss */
table#deic-table-dark th {
  background-color: #787878;
  color: #fff;
}
/* line 1898, ../sass/components/_deic-template.scss */
table#deic-table-dark td {
  border-bottom: 1px solid #787878;
}

/* line 1902, ../sass/components/_deic-template.scss */
table, table#deic-table-green, table#deic-table-light, table#deic-table-dark {
  width: 100%;
}
/* line 1904, ../sass/components/_deic-template.scss */
table caption, table#deic-table-green caption, table#deic-table-light caption, table#deic-table-dark caption {
  font-weight: 700;
}
/* line 1907, ../sass/components/_deic-template.scss */
table th, table#deic-table-green th, table#deic-table-light th, table#deic-table-dark th {
  text-align: left;
}
/* line 1910, ../sass/components/_deic-template.scss */
table th a:hover, table#deic-table-green th a:hover, table#deic-table-light th a:hover, table#deic-table-dark th a:hover {
  color: #000;
  border-bottom: 1px dotted #000;
}
/* line 1914, ../sass/components/_deic-template.scss */
table th, table td, table#deic-table-green th, table#deic-table-green td, table#deic-table-light th, table#deic-table-light td, table#deic-table-dark th, table#deic-table-dark td {
  padding: .4em .6em;
}
/* line 1917, ../sass/components/_deic-template.scss */
table td, table th[scope=row], table#deic-table-green td, table#deic-table-green th[scope=row], table#deic-table-light td, table#deic-table-light th[scope=row], table#deic-table-dark td, table#deic-table-dark th[scope=row] {
  vertical-align: top;
}

/* line 1924, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical {
  border-bottom: 3px solid #214099;
}
/* line 1926, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical th {
  background-color: #214099;
}
/* line 1929, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical td {
  border-right: 1px solid #214099;
}

/* line 1933, ../sass/components/_deic-template.scss */
table#deic-table-light-vertical {
  border-bottom: 3px solid #dcdcdc;
}
/* line 1935, ../sass/components/_deic-template.scss */
table#deic-table-light-vertical th {
  background-color: #dcdcdc;
}
/* line 1938, ../sass/components/_deic-template.scss */
table#deic-table-light-vertical td {
  border-right: 1px solid #dcdcdc;
}

/* line 1942, ../sass/components/_deic-template.scss */
table#deic-table-dark-vertical {
  border-bottom: 3px solid #787878;
}
/* line 1944, ../sass/components/_deic-template.scss */
table#deic-table-dark-vertical th {
  background-color: #787878;
  color: #fff;
}
/* line 1948, ../sass/components/_deic-template.scss */
table#deic-table-dark-vertical td {
  border-right: 1px solid #787878;
}

/* line 1952, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical, table#deic-table-light-vertical, table#deic-table-dark-vertical {
  width: 100%;
}
/* line 1954, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical caption, table#deic-table-light-vertical caption, table#deic-table-dark-vertical caption {
  font-weight: 700;
}
/* line 1957, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical th, table#deic-table-light-vertical th, table#deic-table-dark-vertical th {
  text-align: left;
}
/* line 1960, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical td:last-child, table#deic-table-light-vertical td:last-child, table#deic-table-dark-vertical td:last-child {
  border-right: none;
}
/* line 1963, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical th, table#deic-table-green-vertical td, table#deic-table-light-vertical th, table#deic-table-light-vertical td, table#deic-table-dark-vertical th, table#deic-table-dark-vertical td {
  padding: .4em .6em;
}
/* line 1966, ../sass/components/_deic-template.scss */
table#deic-table-green-vertical td, table#deic-table-green-vertical th[scope=row], table#deic-table-light-vertical td, table#deic-table-light-vertical th[scope=row], table#deic-table-dark-vertical td, table#deic-table-dark-vertical th[scope=row] {
  vertical-align: top;
}

/* line 1974, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg th {
  background-color: #00807d;
}
/* line 1977, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg th, table#deic-db-blue-bg td {
  border: 1px solid #00807d;
}
/* line 1980, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg tr:last-child {
  background-color: #c1d1d1;
}

/* line 1985, ../sass/components/_deic-template.scss */
table#deic-db-green-bg th {
  background-color: #a9c311;
}
/* line 1988, ../sass/components/_deic-template.scss */
table#deic-db-green-bg th, table#deic-db-green-bg td {
  border: 1px solid #a9c311;
}
/* line 1991, ../sass/components/_deic-template.scss */
table#deic-db-green-bg tr:last-child {
  background-color: #d5decd;
}

/* line 1996, ../sass/components/_deic-template.scss */
table#deic-db-grey-bg th {
  background-color: #bababa;
}
/* line 1999, ../sass/components/_deic-template.scss */
table#deic-db-grey-bg th, table#deic-db-grey-bg td {
  border: 1px solid #bababa;
}
/* line 2002, ../sass/components/_deic-template.scss */
table#deic-db-grey-bg tr:last-child {
  background-color: #eaeaea;
}

/* line 2007, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg caption, table#deic-db-green-bg caption, table#deic-db-grey-bg caption {
  font-weight: 700;
}
/* line 2010, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg th, table#deic-db-green-bg th, table#deic-db-grey-bg th {
  text-align: left;
  color: #fff;
}
/* line 2014, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg th, table#deic-db-blue-bg tr, table#deic-db-green-bg th, table#deic-db-green-bg tr, table#deic-db-grey-bg th, table#deic-db-grey-bg tr {
  border-bottom: 1px solid #fff;
}
/* line 2017, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg tr:last-child, table#deic-db-green-bg tr:last-child, table#deic-db-grey-bg tr:last-child {
  border-bottom: none;
}
/* line 2020, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg th, table#deic-db-blue-bg td, table#deic-db-green-bg th, table#deic-db-green-bg td, table#deic-db-grey-bg th, table#deic-db-grey-bg td {
  padding: .4em .6em;
}
/* line 2023, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg td, table#deic-db-blue-bg th[scope=row], table#deic-db-green-bg td, table#deic-db-green-bg th[scope=row], table#deic-db-grey-bg td, table#deic-db-grey-bg th[scope=row] {
  vertical-align: top;
}
/* line 2026, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg td:nth-child(2), table#deic-db-green-bg td:nth-child(2), table#deic-db-grey-bg td:nth-child(2) {
  vertical-align: middle;
}
/* line 2029, ../sass/components/_deic-template.scss */
table#deic-db-blue-bg tr:last-child, table#deic-db-green-bg tr:last-child, table#deic-db-grey-bg tr:last-child {
  font-weight: 700;
}

/* line 2037, ../sass/components/_deic-template.scss */
table#deic-info-box-green {
  background-color: #214099;
}
/* line 2039, ../sass/components/_deic-template.scss */
table#deic-info-box-green th {
  color: #000;
}

/* line 2043, ../sass/components/_deic-template.scss */
table#deic-info-box-light {
  background-color: #dcdcdc;
}
/* line 2045, ../sass/components/_deic-template.scss */
table#deic-info-box-light th {
  color: #787878;
}

/* line 2049, ../sass/components/_deic-template.scss */
table#deic-info-box-dark {
  background-color: #787878;
}
/* line 2051, ../sass/components/_deic-template.scss */
table#deic-info-box-dark th {
  color: #fff;
}
/* line 2054, ../sass/components/_deic-template.scss */
table#deic-info-box-dark td {
  color: #fff;
}

/* line 2058, ../sass/components/_deic-template.scss */
table#deic-info-box-green, table#deic-info-box-light, table#deic-info-box-dark {
  width: 100%;
}
/* line 2060, ../sass/components/_deic-template.scss */
table#deic-info-box-green caption, table#deic-info-box-light caption, table#deic-info-box-dark caption {
  font-weight: 700;
}
/* line 2063, ../sass/components/_deic-template.scss */
table#deic-info-box-green th, table#deic-info-box-light th, table#deic-info-box-dark th {
  text-align: left;
  font-size: 1.5em;
}
/* line 2067, ../sass/components/_deic-template.scss */
table#deic-info-box-green th, table#deic-info-box-light th, table#deic-info-box-dark th {
  padding: .8em;
}
/* line 2070, ../sass/components/_deic-template.scss */
table#deic-info-box-green td, table#deic-info-box-light td, table#deic-info-box-dark td {
  padding: 0 1.2em .6em;
}
/* line 2073, ../sass/components/_deic-template.scss */
table#deic-info-box-green td, table#deic-info-box-green th[scope=row], table#deic-info-box-light td, table#deic-info-box-light th[scope=row], table#deic-info-box-dark td, table#deic-info-box-dark th[scope=row] {
  vertical-align: top;
}
/* line 2076, ../sass/components/_deic-template.scss */
table#deic-info-box-green a, table#deic-info-box-light a, table#deic-info-box-dark a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
/* line 2081, ../sass/components/_deic-template.scss */
table#deic-info-box-green a:hover, table#deic-info-box-light a:hover, table#deic-info-box-dark a:hover {
  text-decoration: underline;
}

/* line 2090, ../sass/components/_deic-template.scss */
.rwd-table-green, .rwd-table-light, .rwd-table-dark {
  color: #000;
  overflow: hidden;
  margin: 1em 0;
  width: 100%;
  font-size: .85em;
  line-height: 1.5em;
}
/* line 2093, ../sass/components/_deic-template.scss */
.rwd-table-green caption, .rwd-table-light caption, .rwd-table-dark caption {
  font-weight: 700;
}
/* line 2100, ../sass/components/_deic-template.scss */
.rwd-table-green th, .rwd-table-light th, .rwd-table-dark th {
  display: none;
}
/* line 2103, ../sass/components/_deic-template.scss */
.rwd-table-green td, .rwd-table-light td, .rwd-table-dark td {
  display: block;
}
/* line 2105, ../sass/components/_deic-template.scss */
.rwd-table-green td:first-child, .rwd-table-light td:first-child, .rwd-table-dark td:first-child {
  padding-top: .5em;
}
/* line 2108, ../sass/components/_deic-template.scss */
.rwd-table-green td:last-child, .rwd-table-light td:last-child, .rwd-table-dark td:last-child {
  padding-bottom: .5em;
}
/* line 2111, ../sass/components/_deic-template.scss */
.rwd-table-green td:before, .rwd-table-light td:before, .rwd-table-dark td:before {
  content: attr(data-th) ": ";
  font-weight: 700;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 960px) {
  /* line 2111, ../sass/components/_deic-template.scss */
  .rwd-table-green td:before, .rwd-table-light td:before, .rwd-table-dark td:before {
    display: none;
  }
}
/* line 2121, ../sass/components/_deic-template.scss */
.rwd-table-green th, .rwd-table-green td, .rwd-table-light th, .rwd-table-light td, .rwd-table-dark th, .rwd-table-dark td {
  text-align: left;
  vertical-align: top;
}
@media (min-width: 960px) {
  /* line 2121, ../sass/components/_deic-template.scss */
  .rwd-table-green th, .rwd-table-green td, .rwd-table-light th, .rwd-table-light td, .rwd-table-dark th, .rwd-table-dark td {
    display: table-cell;
    padding: .4em .6em !important;
  }
  /* line 2127, ../sass/components/_deic-template.scss */
  .rwd-table-green th:first-child, .rwd-table-green td:first-child, .rwd-table-light th:first-child, .rwd-table-light td:first-child, .rwd-table-dark th:first-child, .rwd-table-dark td:first-child {
    padding-left: 0;
  }
  /* line 2130, ../sass/components/_deic-template.scss */
  .rwd-table-green th:last-child, .rwd-table-green td:last-child, .rwd-table-light th:last-child, .rwd-table-light td:last-child, .rwd-table-dark th:last-child, .rwd-table-dark td:last-child {
    padding-right: 0;
  }
}

/* line 2136, ../sass/components/_deic-template.scss */
.rwd-table-green {
  border-bottom: 3px solid #214099;
}
/* line 2138, ../sass/components/_deic-template.scss */
.rwd-table-green th {
  background-color: #214099;
}
/* line 2141, ../sass/components/_deic-template.scss */
.rwd-table-green tr {
  border-top: 1px solid #214099;
  border-bottom: 1px solid #214099;
}

/* line 2146, ../sass/components/_deic-template.scss */
.rwd-table-light {
  border-bottom: 3px solid #dcdcdc;
}
/* line 2148, ../sass/components/_deic-template.scss */
.rwd-table-light th {
  background-color: #dcdcdc;
}
/* line 2151, ../sass/components/_deic-template.scss */
.rwd-table-light tr {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

/* line 2156, ../sass/components/_deic-template.scss */
.rwd-table-dark {
  border-bottom: 3px solid #787878;
}
/* line 2158, ../sass/components/_deic-template.scss */
.rwd-table-dark th {
  background-color: #787878;
}
/* line 2161, ../sass/components/_deic-template.scss */
.rwd-table-dark tr {
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
}

/* line 2171, ../sass/components/_deic-template.scss */
code, kbd, pre, samp, tt, var {
  line-height: 1.1em;
}

/* line 2174, ../sass/components/_deic-template.scss */
p code, li code {
  display: inline-block;
  padding: 0 2px 0 5px;
  color: #333333;
  background-color: #dcdcdc;
  letter-spacing: -1px;
  text-indent: -3px;
  text-rendering: optimizeLegibility;
  word-spacing: -1px;
  font-size: inherit;
  white-space: nowrap;
  font-family: 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
  font-weight: 400;
  box-sizing: border-box;
}

/* line 2189, ../sass/components/_deic-template.scss */
code {
  font-family: 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
}

/* line 2193, ../sass/components/_deic-template.scss */
code .tag {
  color: #800000;
}

/* line 2194, ../sass/components/_deic-template.scss */
code .pln {
  color: #000;
}

/* line 2195, ../sass/components/_deic-template.scss */
code .atn {
  color: #FF0000;
}

/* line 2196, ../sass/components/_deic-template.scss */
code .pun {
  color: #000;
}

/* line 2197, ../sass/components/_deic-template.scss */
code .atv {
  color: #0000FF;
}

/* line 2199, ../sass/components/_deic-template.scss */
.codehilite .hll {
  background-color: #ffffcc;
}

/* line 2200, ../sass/components/_deic-template.scss */
.codehilite .c {
  color: #999988;
  font-style: italic;
}

/* Comment */
/* line 2201, ../sass/components/_deic-template.scss */
.codehilite .err {
  color: #a61717;
  background-color: #e3d2d2;
}

/* Error */
/* line 2202, ../sass/components/_deic-template.scss */
.codehilite .k {
  color: #000000;
  font-weight: bold;
}

/* Keyword */
/* line 2203, ../sass/components/_deic-template.scss */
.codehilite .o {
  color: #000000;
  font-weight: bold;
}

/* Operator */
/* line 2204, ../sass/components/_deic-template.scss */
.codehilite .cm {
  color: #999988;
  font-style: italic;
}

/* Comment.Multiline */
/* line 2205, ../sass/components/_deic-template.scss */
.codehilite .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

/* Comment.Preproc */
/* line 2206, ../sass/components/_deic-template.scss */
.codehilite .c1 {
  color: #999988;
  font-style: italic;
}

/* Comment.Single */
/* line 2207, ../sass/components/_deic-template.scss */
.codehilite .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

/* Comment.Special */
/* line 2208, ../sass/components/_deic-template.scss */
.codehilite .gd {
  color: #000000;
  background-color: #ffdddd;
}

/* Generic.Deleted */
/* line 2209, ../sass/components/_deic-template.scss */
.codehilite .ge {
  color: #000000;
  font-style: italic;
}

/* Generic.Emph */
/* line 2210, ../sass/components/_deic-template.scss */
.codehilite .gr {
  color: #aa0000;
}

/* Generic.Error */
/* line 2211, ../sass/components/_deic-template.scss */
.codehilite .gh {
  color: #999999;
}

/* Generic.Heading */
/* line 2212, ../sass/components/_deic-template.scss */
.codehilite .gi {
  color: #000000;
  background-color: #ddffdd;
}

/* Generic.Inserted */
/* line 2213, ../sass/components/_deic-template.scss */
.codehilite .go {
  color: #888888;
}

/* Generic.Output */
/* line 2214, ../sass/components/_deic-template.scss */
.codehilite .gp {
  color: #555555;
}

/* Generic.Prompt */
/* line 2215, ../sass/components/_deic-template.scss */
.codehilite .gs {
  font-weight: bold;
}

/* Generic.Strong */
/* line 2216, ../sass/components/_deic-template.scss */
.codehilite .gu {
  color: #aaaaaa;
}

/* Generic.Subheading */
/* line 2217, ../sass/components/_deic-template.scss */
.codehilite .gt {
  color: #aa0000;
}

/* Generic.Traceback */
/* line 2218, ../sass/components/_deic-template.scss */
.codehilite .kc {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Constant */
/* line 2219, ../sass/components/_deic-template.scss */
.codehilite .kd {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Declaration */
/* line 2220, ../sass/components/_deic-template.scss */
.codehilite .kn {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Namespace */
/* line 2221, ../sass/components/_deic-template.scss */
.codehilite .kp {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Pseudo */
/* line 2222, ../sass/components/_deic-template.scss */
.codehilite .kr {
  color: #000000;
  font-weight: bold;
}

/* Keyword.Reserved */
/* line 2223, ../sass/components/_deic-template.scss */
.codehilite .kt {
  color: #445588;
  font-weight: bold;
}

/* Keyword.Type */
/* line 2224, ../sass/components/_deic-template.scss */
.codehilite .m {
  color: #009999;
}

/* Literal.Number */
/* line 2225, ../sass/components/_deic-template.scss */
.codehilite .s {
  color: #d01040;
}

/* Literal.String */
/* line 2226, ../sass/components/_deic-template.scss */
.codehilite .na {
  color: #008080;
}

/* Name.Attribute */
/* line 2227, ../sass/components/_deic-template.scss */
.codehilite .nb {
  color: #0086B3;
}

/* Name.Builtin */
/* line 2228, ../sass/components/_deic-template.scss */
.codehilite .nc {
  color: #445588;
  font-weight: bold;
}

/* Name.Class */
/* line 2229, ../sass/components/_deic-template.scss */
.codehilite .no {
  color: #008080;
}

/* Name.Constant */
/* line 2230, ../sass/components/_deic-template.scss */
.codehilite .nd {
  color: #3c5d5d;
  font-weight: bold;
}

/* Name.Decorator */
/* line 2231, ../sass/components/_deic-template.scss */
.codehilite .ni {
  color: #800080;
}

/* Name.Entity */
/* line 2232, ../sass/components/_deic-template.scss */
.codehilite .ne {
  color: #990000;
  font-weight: bold;
}

/* Name.Exception */
/* line 2233, ../sass/components/_deic-template.scss */
.codehilite .nf {
  color: #990000;
  font-weight: bold;
}

/* Name.Function */
/* line 2234, ../sass/components/_deic-template.scss */
.codehilite .nl {
  color: #990000;
  font-weight: bold;
}

/* Name.Label */
/* line 2235, ../sass/components/_deic-template.scss */
.codehilite .nn {
  color: #555555;
}

/* Name.Namespace */
/* line 2236, ../sass/components/_deic-template.scss */
.codehilite .nt {
  color: #000080;
}

/* Name.Tag */
/* line 2237, ../sass/components/_deic-template.scss */
.codehilite .nv {
  color: #008080;
}

/* Name.Variable */
/* line 2238, ../sass/components/_deic-template.scss */
.codehilite .ow {
  color: #000000;
  font-weight: bold;
}

/* Operator.Word */
/* line 2239, ../sass/components/_deic-template.scss */
.codehilite .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
/* line 2240, ../sass/components/_deic-template.scss */
.codehilite .mf {
  color: #009999;
}

/* Literal.Number.Float */
/* line 2241, ../sass/components/_deic-template.scss */
.codehilite .mh {
  color: #009999;
}

/* Literal.Number.Hex */
/* line 2242, ../sass/components/_deic-template.scss */
.codehilite .mi {
  color: #009999;
}

/* Literal.Number.Integer */
/* line 2243, ../sass/components/_deic-template.scss */
.codehilite .mo {
  color: #009999;
}

/* Literal.Number.Oct */
/* line 2244, ../sass/components/_deic-template.scss */
.codehilite .sb {
  color: #d01040;
}

/* Literal.String.Backtick */
/* line 2245, ../sass/components/_deic-template.scss */
.codehilite .sc {
  color: #d01040;
}

/* Literal.String.Char */
/* line 2246, ../sass/components/_deic-template.scss */
.codehilite .sd {
  color: #d01040;
}

/* Literal.String.Doc */
/* line 2247, ../sass/components/_deic-template.scss */
.codehilite .s2 {
  color: #d01040;
}

/* Literal.String.Double */
/* line 2248, ../sass/components/_deic-template.scss */
.codehilite .se {
  color: #d01040;
}

/* Literal.String.Escape */
/* line 2249, ../sass/components/_deic-template.scss */
.codehilite .sh {
  color: #d01040;
}

/* Literal.String.Heredoc */
/* line 2250, ../sass/components/_deic-template.scss */
.codehilite .si {
  color: #d01040;
}

/* Literal.String.Interpol */
/* line 2251, ../sass/components/_deic-template.scss */
.codehilite .sx {
  color: #d01040;
}

/* Literal.String.Other */
/* line 2252, ../sass/components/_deic-template.scss */
.codehilite .sr {
  color: #009926;
}

/* Literal.String.Regex */
/* line 2253, ../sass/components/_deic-template.scss */
.codehilite .s1 {
  color: #d01040;
}

/* Literal.String.Single */
/* line 2254, ../sass/components/_deic-template.scss */
.codehilite .ss {
  color: #990073;
}

/* Literal.String.Symbol */
/* line 2255, ../sass/components/_deic-template.scss */
.codehilite .bp {
  color: #999999;
}

/* Name.Builtin.Pseudo */
/* line 2256, ../sass/components/_deic-template.scss */
.codehilite .vc {
  color: #008080;
}

/* Name.Variable.Class */
/* line 2257, ../sass/components/_deic-template.scss */
.codehilite .vg {
  color: #008080;
}

/* Name.Variable.Global */
/* line 2258, ../sass/components/_deic-template.scss */
.codehilite .vi {
  color: #008080;
}

/* Name.Variable.Instance */
/* line 2259, ../sass/components/_deic-template.scss */
.codehilite .il {
  color: #009999;
}

/* Literal.Number.Integer.Long */
/* line 3, ../sass/components/_deic-custom-misc.scss */
input.deic-button-black, input.deic-button-green {
  color: #fff;
  background-color: #787878;
  text-transform: uppercase;
  margin: 0;
  padding: 8px 16px;
  border: none;
  top: 0;
  right: 0;
}

/* line 13, ../sass/components/_deic-custom-misc.scss */
input.deic-button-black:hover {
  background-color: #000;
  text-decoration: none;
}

/* line 17, ../sass/components/_deic-custom-misc.scss */
input.deic-button-green:hover {
  background-color: #214099;
  text-decoration: none;
}

/* line 23, ../sass/components/_deic-custom-misc.scss */
#dialogoverlay {
  display: none;
  opacity: .6;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  width: 100%;
  z-index: 10;
}

/* line 33, ../sass/components/_deic-custom-misc.scss */
#dialogbox {
  display: none;
  position: fixed;
  background: #bfd730;
  border-radius: 5px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

/* line 44, ../sass/components/_deic-custom-misc.scss */
#dialogbox > div {
  background: #FFF;
  margin: 5px;
}

/* line 45, ../sass/components/_deic-custom-misc.scss */
#dialogbox > div > #dialogboxhead {
  background: #666;
  font-size: 19px;
  padding: 10px;
  color: #CCC;
}

/* line 46, ../sass/components/_deic-custom-misc.scss */
#dialogbox > div > #dialogboxbody {
  background: #FFF;
  padding: 20px;
  color: #333;
  height: 350px;
  overflow: auto;
}

/* line 47, ../sass/components/_deic-custom-misc.scss */
#dialogbox > div > #dialogboxfoot {
  background: #666;
  padding: 10px;
  text-align: right;
}

/* line 50, ../sass/components/_deic-custom-misc.scss */
.dialogoverlay {
  opacity: .6;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 52, ../sass/components/_deic-custom-misc.scss */
.dialogbox {
  background: #FFFFFF;
  border: 5px solid #bfd730;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 5px;
  width: 65%;
  height: 550px;
  overflow: auto;
  top: 50px;
  position: fixed;
  z-index: 15;
}

@media screen and (max-width: 550px) {
  /* line 56, ../sass/components/_deic-custom-misc.scss */
  .dialogbox {
    background: #FFFFFF;
    border: 5px solid #bfd730;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 5px;
    width: 75%;
    height: 450px;
    overflow: auto;
    top: 20px;
    position: fixed;
    z-index: 15;
  }
}
/* line 1, ../sass/components/_cert.scss */
.deic-news, .deic-shortcuts, .cert-contact, .cert-partners {
  padding-bottom: 1em;
}
/* line 3, ../sass/components/_cert.scss */
.deic-news p, .deic-shortcuts p, .cert-contact p, .cert-partners p {
  padding: 0.4em 1.2em 0;
  clear: both;
}

/* line 10, ../sass/components/_cert.scss */
.deic-calendar p {
  padding: 0.4em 1.2em 0;
  clear: both;
}

/* line 18, ../sass/components/_cert.scss */
.deic-news h2, .deic-calendar h2, .deic-shortcuts h2, .cert-contact h2, .cert-partners h2 {
  margin: 0;
  padding: 0 .8em;
  color: #fff;
  background-color: #214099;
}

/* line 27, ../sass/components/_cert.scss */
.deic-news h3 {
  color: #787878;
  margin: 0 1em;
  padding-top: 1em;
  font-weight: 500;
}
