/* Minification failed. Returning unminified contents.
(5453,1): run-time error CSS1019: Unexpected token, found '}'
(6388,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6389,10): run-time error CSS1035: Expected colon, found '{'
(12178,36): run-time error CSS1030: Expected identifier, found ' '
 */
#cf_alert_div {
    display: none;
}
.cc-refresh-image {
    position: absolute;
    left: -50px;
    top: 0;
}

.cc_banner-wrapper {
    z-index: 9001;
    position: absolute;
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em;
}

.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em;
    }

    .cc_container .cc_message {
        font-size: 0.8em;
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 1em;
    }

    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em;
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em;
    }
}

@media print {
    .cc_banner-wrapper, .cc_container {
        display: none;
    }
}

.cc_banner-wrapper {
    height: 66px;
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
}

.cc_container .cc_message {
    display: block;
}

@media screen and (min-width: 500px) {
    .cc_container .cc_message {
        margin-top: 0.5em;
    }
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px;
    }

        .cc_container .cc_btn {
            padding: 8px 15px;
        }
}

.cc_container {
    background: #fff;
    color: #999;
    font-size: 17px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

    .cc_container ::-moz-selection {
        background: #ff5e99;
        color: #fff;
        text-shadow: none;
    }

    .cc_container .cc_btn, .cc_container .cc_btn:visited {
        transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
        -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    }

    .cc_container a, .cc_container a:visited {
        text-decoration: none;
        color: #31a8f0;
        transition: 200ms color;
    }

        .cc_container a:hover, .cc_container a:active {
            color: #555;
        }

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.cc_container, .cc_message, .cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@charset "UTF-8";

@font-face {
    font-family: 'open_sansregular';
    src: url("/Static/Common/fonts/open-sans-v17-latin-regular.woff2?v=jDjeHWlka0ahPXK9vgcBaEKpZGk") format("woff2"), url("/Static/Common/fonts/open-sans-v17-latin-regular.woff?v=jDjeHWlka0ahPXK9vgcBaEKpZGk") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url("/Static/Common/fonts/opensans-italic-webfont.woff2?v=jDjeHWlka0ahPXK9vgcBaEKpZGk") format("woff2"), url("/Static/Common/fonts/opensans-italic-webfont.woff?v=jDjeHWlka0ahPXK9vgcBaEKpZGk") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url("/Static/Common/fonts/open-sans-v17-latin-600.woff2?v=jDjeHWlka0ahPXK9vgcBaEKpZGk") format("woff2"), url("/Static/Common/fonts/open-sans-v17-latin-600.woff?v=jDjeHWlka0ahPXK9vgcBaEKpZGk") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url("/Static/Common/fonts/open-sans-v17-latin-700.woff2?v=jDjeHWlka0ahPXK9vgcBaEKpZGk") format("woff2"), url("/Static/Common/fonts/open-sans-v17-latin-700.woff?v=jDjeHWlka0ahPXK9vgcBaEKpZGk") format("woff");
    font-weight: 700;
    font-style: normal;
}


.opensanssemibold {
    font-family: open_sanssemibold !important;
    font-weight: 600 !important;
}

.text-magenta {
    color: #e6007e !important;
}
/*    ==============================================*
        Generic
\*    ==============================================*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

.hiddenTop {
    padding-top: 93px !important;
}

@media screen and (min-width: 85px) {
    .hiddenTop {
        padding-top: 50px !important;
    }
}

/*@media screen and (min-width: 410px) {
    .hiddenTop {
        padding-top: 50px !important;
    }
}

@media screen and (min-width: 550px) {
    .hiddenTop {
        padding-top: 44px !important;
    }
}*/

@media screen and (min-width: 768px) {
    .hiddenTop {
        padding-top: 80px !important;
    }
}

@media screen and (min-width: 1024px) {
    .hiddenTop {
        padding-top: 90px !important;
    }
}

.hiddenTop .c-header {
    border-bottom: 1px solid #e6e5e5;
}

.platformbody {
    padding-top: 93px !important;
    -webkit-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

    .platformbody .l-main {
        outline-color: #b12639;
    }

@media screen and (min-width: 85px) {
    .platformbody {
        padding-top: 68px !important;
    }
}

/*@media screen and (min-width: 410px) {
    .platformbody {
        padding-top: 70px !important;
    }
}*/

/*@media screen and (min-width: 550px) {
    .platformbod {
        padding-top: 45px !important;
    }
}*/

@media screen and (min-width: 768px) {
    .platformbody {
        padding-top: 80px !important;
    }
}

@media screen and (min-width: 1024px) {
    .platformbody {
        padding-top: 90px !important;
    }
}

.platformbody .c-header {
    border-bottom: 1px solid #b12639;
}


.platformbody a {
    color: #b12639;
}

    .platformbody a:hover {
        color: #ca2b41;
    }

/*@media (max-width:549px) {
    .platformbody .c-header .nav-down {
        border-bottom: 2px solid #b12639 !important;
    }
}*/

.pressimages .gridModule-A__col {
    width: 100%;
}

.platformbody .l-gridModule-section .ccg-grid .ccg-row {
    display: none !important;
}

.platformbody .block--social .block--social__link,
.platformbody .block--socialPrimo .block--social__icon {
    background-color: #b12639;
}

    .platformbody .block--social .block--social__link:hover,
    .platformbody .block--social .block--social__link:focus
    .platformbody .block--socialPrimo .block--social__icon:hover,
    .platformbody .block--socialPrimo .block--social__icon:focus,
    .platformbody .block--social .block--social__link:hover i,
    .platformbody .block--social .block--social__link:focus i,
    .platformbody .block--socialPrimo .block--social__icon:active .block--social__icon {
        background-color: #ca2b41;
        color: #fff;
    }


.platformbody .nav--subnav__link .icon-chevron-right {
    background-color: #b12639;
}

    .platformbody .nav--subnav__link .icon-chevron-right:hover {
        background-color: #b12639;
    }

    .platformbody .nav--subnav__link .icon-chevron-right:focus {
        color: #b30062;
    }

.platformbody .contentlist--alpha__header {
    color: #b12639;
}

    .platformbody .contentlist--alpha__header .highlight {
        color: #b12639;
    }



.platformbutton {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 38%;
    max-width: 224px;
    margin-top: 5px;
    border: 1px solid #e6007e;
    padding: 10px;
    border-radius: 3px;
    font-size: 1.8rem;
    background-color: #b12639;
    line-height: initial;
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin-bottom: 30px;
    margin-left: 30px;
    font-weight: 400;
}

.platformsearch {
    border-left: none !important;
}

    .platformsearch:hover {
        color: #b12639 !important
    }

        .platformsearch:hover .icon-search2 {
            color: #b12639 !important
        }


    .platformsearch:active, .platformsearch:active i:before {
        color: #b12639 !important
    }

        .platformsearch:active .icon-search2 {
            color: #b12639 !important
        }

    .platformsearch:focus, .platformsearch:focus i:before {
        color: #b12639 !important
    }

        .platformsearch:focus .icon-search2 {
            color: #b12639 !important
        }


.platformbody .l-section:focus {
    outline-color: white;
}

.platformbody .l-main {
    outline-color: white;
}


.platformbody .c-header__search {
    background-color: #ca2b41;
    border-bottom: none;
}

.platformbody .btn, input[type='submit'] {
    background-color: #881c2b;
}

.platformbody .flexbox .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: #881c2b !important;
}

.platformbody .flexbox .btn:hover {
    text-decoration: none;
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: #881c2b !important;
}

.platformbody .flexbox .btn, input[type='submit']:active {
    box-shadow: none;
    outline: none;
    background-color: #881c2b;
}


.platformbody .switch .switch-paddle::after {
    background: #b12639;
}


/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
    a:active,
    a:hover {
        outline-width: 0;
    }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #333;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
    max-width: 100%;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
@font-face {
    font-family: 'icomoon';
    src: url('/Static/Energiforetagen/Styles/fonts/icomoon/icomoon.eot?v=jDjeHWlka0ahPXK9vgcBaEKpZGk');
    src: url('/Static/Energiforetagen/Styles/fonts/icomoon/icomoon.eot?v=jDjeHWlka0ahPXK9vgcBaEKpZGk#iefix') format('embedded-opentype'), url('/Static/Energiforetagen/Styles/fonts/icomoon/icomoon.ttf?v=jDjeHWlka0ahPXK9vgcBaEKpZGk') format('truetype'), url('/Static/Energiforetagen/Styles/fonts/icomoon/icomoon.woff?v=jDjeHWlka0ahPXK9vgcBaEKpZGk') format('woff'), url('/Static/Energiforetagen/Styles/fonts/icomoon/icomoon.svg?v=jDjeHWlka0ahPXK9vgcBaEKpZGk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-apple:before {
    content: "\e900";
}

.icon-assignment:before {
    content: "\e901";
}

.icon-bar:before {
    content: "\e902";
}

.icon-books:before {
    content: "\e903";
}

.icon-calendar_alt:before {
    content: "\e904";
}

.icon-calendar:before {
    content: "\e905";
}

.icon-cart:before {
    content: "\e906";
}

.icon-cherry:before {
    content: "\e907";
}

.icon-chevron-down:before {
    content: "\e908";
}

.icon-chevron-left:before {
    content: "\e909";
}

.icon-chevron-right:before {
    content: "\e90a";
}

.icon-chevron-right.padding:before {
    padding-left: .75em;
}

.icon-chevron-right.red:before {
    color: #e6007e;
}

.icon-chevron-up:before {
    content: "\e90b";
}

.icon-clipboard:before {
    content: "\e90c";
}

.icon-close:before {
    content: "\e90d";
}

.icon-facebook:before {
    content: "\e90e";
}

.icon-gear:before {
    content: "\e90f";
}

.icon-graph:before {
    content: "\e910";
}

.icon-house:before {
    content: "\e911";
}

.icon-lampleaf:before {
    content: "\e912";
}

.icon-linkedin:before {
    content: "\e913";
}

.icon-locked:before {
    content: "\e914";
}

.icon-locked2-fill:before {
    content: "\e915";
}

.icon-locked2:before {
    content: "\e916";
}

.icon-mail:before {
    content: "\e917";
}

.icon-minus2:before {
    content: "\e918";
}

.icon-minus22:before {
    content: "\e919";
}

.icon-pencil-block:before {
    content: "\e91a";
}

.icon-people-fill:before {
    content: "\e91b";
}

.icon-people:before {
    content: "\e91c";
}

.icon-person-fill:before {
    content: "\e91d";
}

.icon-person:before {
    content: "\e91e";
}

.icon-pin:before {
    content: "\e91f";
}

.icon-plus:before {
    content: "\e920";
}

.icon-presentation:before {
    content: "\e921";
}

.icon-search2-2:before {
    content: "\e922";
}

.icon-search2:before {
    content: "\e923";
}

.icon-shakinghands:before {
    content: "\e924";
}

.icon-sun:before {
    content: "\e925";
}

.icon-twitter:before {
    content: "\e926";
}

.icon-unlocked:before {
    content: "\e927";
}

.icon-unlocked2-fill:before {
    content: "\e928";
}

.icon-unlocked2:before {
    content: "\e929";
}

.icon-users:before {
    content: "\e92b";
}

.icon-YouTube:before {
    content: "\e92c";
}

.icon-minus:before {
    content: "\e92a";
}

.icon-home3:before {
    content: "\e92d";
}


figure figcaption, .media,
.cl,
figure img,
.m-hero__content--video .m-hero__media,
.videowrapper {
    *zoom: 1;
    clear: both;
}

    figure figcaption:before, .media:before, figure figcaption:after, .media:after,
    .cl:before,
    figure img:before,
    .m-hero__content--video .m-hero__media:before,
    .videowrapper:before,
    .cl:after,
    figure img:after,
    .m-hero__content--video .m-hero__media:after,
    .videowrapper:after {
        content: "";
        display: table;
    }

    figure figcaption:after, .media:after,
    .cl:after,
    figure img:after,
    .m-hero__content--video .m-hero__media:after,
    .videowrapper:after {
        clear: both;
    }

/* ------------------------------------ *    #BOX-SIZING
\* ------------------------------------ */
/**
 * Set the global `box-sizing` state to `border-box`.
 */
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: #e6e5e5;
    font-weight: 400;
    color: #333;
}

@media (min-width: 48em) {
    body {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.l-pagecontainer {
    background-color: white;
}

strong {
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

    strong.extrastrong {
        font-family: "open_sansbold", Helvetica, Arial, sans-serif;
        font-weight: 700;
    }

em {
    font-family: "open_sansitalic", Helvetica, Arial, sans-serif;
}

q {
    font-family: "open_sansitalic", Helvetica, Arial, sans-serif;
    color: #333333;
}

    q:before, q:after {
        content: "";
    }

blockquote {
    margin: 1.5em 0;
    padding: 1.5em 0;
    border: 1px solid #e6e5e5;
    border-width: 1px 0;
}

    blockquote p {
        font-family: "open_sansregular", Helvetica, Arial, sans-serif;
        font-size: 30px;
        font-size: 3rem;
        margin: 0;
        font-weight: 400;
    }

.gridModule-A__contentbody blockquote {
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, dl dt, .subnav--header, .accordion__trigger,
button.accordion__trigger, .h4, .h5, .h6 {
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
}


h1,
.h1 {
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: .7em;
}

h1,
.h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
}

@media screen and (min-width: 410px) {
    h1,
    .h1 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6666666667;
    }
}

@media screen and (min-width: 550px) {
    h1,
    .h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.3333333333;
    }
}

@media screen and (min-width: 768px) {
    h1,
    .h1 {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1.3157894737;
    }

    .shopping-h1 {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (min-width: 1024px) {
    h1,
    .h1 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.37;
    }

    .shopping-h1 {
        font-size: 30px;
        font-size: 3rem;
    }
}

h2,
.h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3888888889;
}

@media screen and (min-width: 768px) {
    h2,
    .h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.2916666667;
    }
}

h3,
.h3,
dl dt,
.subnav--header,
.accordion__trigger,
button.accordion__trigger {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4117647059;
    margin-bottom: .2em;
}

@media (min-width: 48em) {
    h3,
    .h3,
    dl dt,
    .subnav--header,
    .accordion__trigger,
    button.accordion__trigger {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3333333333;
    }
}

h4,
.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    margin-bottom: .2em;
}

h5,
.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0;
}

h6,
.h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0;
}

p, .p, dl dd, ul, ol, dl, form, table {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

    p.ingress, div.ingress p, .p.ingress, dl dd.ingress, ul.ingress, ol.ingress, dl.ingress, form.ingress, table.ingress {
        margin-bottom: 4rem;
    }

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 0;
    font-family: open_sansregular;
    font-weight: 400;
}

a {
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #e6007e;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #b30062;
        text-decoration: underline;
    }

.media__body time {
    color: black;
    background-color: white !important;
    outline-color: white !important;
}

.media.media--newscard a:hover, a:focus {
    text-decoration: none !important;
}

a.c-logo-link:focus {
    background-color: transparent;
    outline: 2px solid #fff;
}

a .icon-chevron-right,
a .icon-chevron-left {
    font-size: 75%;
}

hr {
    border: 0;
    border-top: 1px solid #e6e5e5;
    height: 0;
    margin: 3rem 0;
}

div.ingress p,
p.ingress {
    font-size: 1.8rem;
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

div.maintextarea h2 {
    font-size: 20px;
    font-size: 2rem;
}

div.maintextarea a {
    font-family: "open_sansbold";
    font-weight: 700;
}


@media (min-width: 48em) {
    div.maintextarea p {
        line-height: 1.8;
    }
}

@media screen and (min-width: 410px) {
    div .ingress p, p.ingress {
        font-size: 2rem;
        margin-bottom: 1em;
    }
}

@media (min-width: 64em) {
    div .ingress p, p.ingress {
        font-size: 2.2rem;
        line-height: 34px;
    }
}

.searchhits {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 1em;
}


    .searchhits p {
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .searchhits strong {
        color: #333333;
    }

.readmore a {
    text-decoration: none;
}

.pink a {
    color: #e6007e !important;
}

    .pink a:focus {
        color: #b30062 !important;
    }

        .pink a:focus .icon-chevron-right:before {
            color: #b30062 !important;
        }


.readmore i {
    display: inline-block;
}

@media (min-width: 48em) {
    .gridModule-3up .col {
        font-size: 80%;
    }
}

.gridModule-A__contentbody p img {
    margin-bottom: 0;
}

.img--contentbody-wide {
    max-width: 100%;
    height: auto;
}

.img--right {
    display: block;
}

.img--left {
    display: block;
}

@media (min-width: 48em) {
    .img--right {
        float: right;
        margin-left: 1em;
    }

    .img--left {
        float: left;
        margin-right: 1em;
    }
}

@media (min-width: 48em) {
    .img--contentbody-wide {
        width: 120% !important;
        max-width: 120% !important;
        margin-left: -10% !important;
    }
}

@media (min-width: 90em) {
    .img--contentbody-wide {
        width: 130% !important;
        max-width: 130% !important;
        margin-left: -15% !important;
    }
}

ul li,
ol li {
    margin-bottom: 0.5em;
}

    ul li:last-child,
    ol li:last-child {
        margin-bottom: 0;
    }

ul.list--unstyled,
ol.list--unstyled {
    margin-left: 0;
    padding-left: 0;
}

    ul.list--unstyled > li,
    ol.list--unstyled > li {
        list-style-type: none;
    }

ul.list--inline,
ol.list--inline {
    margin: 0 auto 1em auto;
    margin-left: -1em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    ul.list--inline > li,
    ol.list--inline > li {
        list-style: none;
        float: left;
        margin-left: 1em;
        display: block;
    }

    ul.list--inline > *,
    ol.list--inline > * {
        display: block;
    }

dl dd {
    margin-top: 0;
    margin-left: 0;
}

.contentlist > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-style: none;
}

.contentlist .block--publ-by,
.contentlist p {
    margin: 0;
}

.contentlist__item {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    padding-left: 4.1%;
    padding-right: 4.1%;
    display: inline-block;
    width: 100%;
}

    .contentlist__item.member-only h2,
    .contentlist__item.member-only time,
    .contentlist__item.member-only p:not(.readmore) {
        color: #929292;
    }

    .contentlist__item.member-only p.readmore svg {
        width: 2rem;
        height: 2rem;
        position: absolute;
        margin-top: 4px;
        margin-left: .5em;
    }

    .contentlist__item.member-only p.readmore:hover path {
        fill: #b30062;
    }

    .contentlist__item.search {
        padding-left: 0;
        padding-right: 0;
    }

    .contentlist__item time {
        color: black;
        font-weight: 400;
        font-family: open_sansregular, Helvetica, Arial, sans-serif;
    }

    .contentlist__item > :last-child {
        margin-bottom: 0;
    }

    .contentlist__item > :first-child {
        margin-top: 0;
    }

.contentlist__text {
    font-family: open_sansregular;
    color: black;
    text-decoration: none !important;
    font-weight: 400;
}

.contentlist__small {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: open_sansregular;
    color: black;
    font-weight: 400;
}

.contentlist__anchor {
    text-decoration: none !important;
}

    .contentlist__anchor .contentlist__item {
        margin-top: 30px;
    }

.contentlist--alpha__header {
    margin-bottom: 1rem;
    color: black;
}

    .contentlist--alpha__header.search {
        font-size: 22px;
        font-size: 2.2rem;
    }

.contentlist--alpha__calendardate {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

    .contentlist--alpha__calendardate:first-of-type::before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /*content: "\e90d";gamla*/
        content: "\e904";
        margin-right: .5rem;
    }

.contentlist--alpha__img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 23.75em) {
    .contentlist--alpha__img {
        width: 165px;
        height: auto;
        margin-left: 2rem;
        float: right;
    }
}

.contentlist--alpha .block--publ-by {
    display: inline-block;
}

.contentlist--alpha__text {
    display: block;
}

@media (min-width: 48em) {
    .contentlist--beta__imgcontainer {
        width: 160px;
        border: 1px solid #fff;
        border-color: transparent;
        float: left !important;
        margin-right: 2rem !important;
    }
}

@media (min-width: 64em) {
    .contentlist--beta__imgcontainer {
        margin-right: 4rem !important;
    }
}

.contentlist--beta__img {
    width: 160px !important;
}

@media (min-width: 23.75em) {
    .contentlist--beta__img {
        float: left !important;
        margin-right: 2rem !important;
        max-width: 100% !important;
    }
}

@media (min-width: 64em) {
    .contentlist--beta__img {
        margin-right: 4rem !important;
    }
}

.contentlist--beta__header {
    font-size: 20px !important;
    font-size: 2rem !important;
}

@media (min-width: 23.75em) {
    .contentlist--beta__header {
        margin-top: 0 !important;
    }
}

.contentlist--beta__contactdetails {
    margin-top: 2rem !important;
}

    .contentlist--beta__contactdetails a {
        color: #e6007e !important;
    }

.m-contentblock--color-white a {
    color: #e6007e !important;
}


.btn,
input[type='submit'],
.ccg-form-field input[type='submit'],
.ccg-form-fields .FormSubmitButton {
    font-size: 1.8rem;
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #E6007E;
    padding: 15px 3.25em;
    line-height: 1;
    box-shadow: 0px 8px 9px -3px rgba(230,0,126,.2);
    transition: background-color .25s ease;
}

    .btn.btn--rounded {
        width: 100%;
        padding: 9px 32px;
        text-align: center;
        display: block;
    }

    .btn.btn--opensansbold {
        font-family: open_sanssemibold !important;
        font-weight: 600 !important;
        font-size: 1.6rem;
    }

@media screen and (max-width: 767px) {
    .btn.top-search {
        padding: 5px 10px;
    }

    .ccg-form-fields .FormSubmitButton {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .btn.btn--rounded {
        display: inline;
    }
}

.btn:hover, .btn:focus,
input[type='submit']:hover,
input[type='submit']:focus,
.ccg-form-field input[type='submit']:hover,
.ccg-form-field input[type='submit']:focus,
.ccg-form-fields .FormSubmitButton:hover,
.ccg-form-fields .FormSubmitButton:focus{
    text-decoration: none;
    outline: none;
    background-color: #9d0056;
    transition: background-color .25s ease;
}

.btn:active,
input[type='submit']:active {
    box-shadow: none;
    outline: none;
    background-color: #9d0056;
}

.btn:focus i:before,
input[type='submit']:focus i:before {
    color: #fff;
}

.btn.c-header__controlsBtn,
input[type='submit'].c-header__controlsBtn {
    font-size: 1.8rem;
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    cursor: pointer;
    background-color: transparent;
    padding: 0 2px;
    margin: 0;
    float: left;
    border-radius: 0;
    border: none;
}

@media screen and (min-width: 960px) {
    .btn.c-header__controlsBtn.btn--top {
        margin-top: 3px;
    }
}

.btn.c-header__controlsBtn:after,
input[type='submit'].c-header__controlsBtn:after {
    content: none;
}

.btn.c-header__controlsBtn i,
input[type='submit'].c-header__controlsBtn i {
    font-size: 20px;
    font-size: 2rem;
}

.btn.c-header__controlsBtn label,
input[type='submit'].c-header__controlsBtn label {
    float: left;
}

.btn.c-header__controlsBtn:first-child,
input[type='submit'].c-header__controlsBtn:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 15px;
}

@media (min-width: 34.375em) {
    .btn.c-header__controlsBtn:first-child,
    input[type='submit'].c-header__controlsBtn:first-child {
        padding-right: 24px;
    }
}

.btn.c-header__controlsBtn:hover, .btn.c-header__controlsBtn:focus,
input[type='submit'].c-header__controlsBtn:hover,
input[type='submit'].c-header__controlsBtn:focus {
    text-decoration: none;
    background-color: #333333;
    outline: none;
}

.btn.btn--caret {
    cursor: pointer;
    line-height: 1.3;
    color: white;
    position: relative;
    padding: 1.25rem 1.75rem;
    padding-right: 3em;
    margin: 0;
}

    .btn.btn--caret:after {
        font-family: 'icomoon' !important;
        content: "\e90a";
        font-size: 12px;
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 5px;
    }

.btn.btn--rightcolumn {
    background-color: #BE0068;
    padding: .75em;
}

.english {
    background: url(/Static/Energiforetagen/Styles/Img/icons/english.png);
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background-size: 23px;
    float: left;
    margin-top: 5px;
}

.englishpink {
    background: url(/Static/Energiforetagen/Styles/Img/icons/englishpink.png);
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background-size: 23px;
    float: left;
}

@media (max-width: 597px) {
    .englisha {
        padding-left: 15px !important;
        padding-right: 13px !important;
    }

    .english {
        margin-right: 0px !important;
    }
}

.englisha:hover div {
    background: url(/Static/Energiforetagen/Styles/Img/icons/englishpink.png);
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background-size: 23px;
    float: left;
}

.btn.btn--icon.c-header__controlsBtn.mina-sidor:hover english {
    background: url(/Static/Energiforetagen/Styles/Img/icons/englishpink.png);
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background-size: 23px;
    float: left;
}


.btn.c-header__controlsBtn:active,
input[type='submit'].c-header__controlsBtn:active {
    outline: none;
}

.btn.btn--expand,
input[type='submit'].btn--expand {
    background-color: #fff;
    color: #333;
    box-shadow: none;
}

    .btn.btn--expand:hover .btn--expand__text, .btn.btn--expand:focus .btn--expand__text,
    input[type='submit'].btn--expand:hover .btn--expand__text,
    input[type='submit'].btn--expand:focus .btn--expand__text {
        color: #ff1a98;
        text-decoration: none;
    }

    .btn.btn--expand:hover .btn--expand__icon, .btn.btn--expand:focus .btn--expand__icon,
    input[type='submit'].btn--expand:hover .btn--expand__icon,
    input[type='submit'].btn--expand:focus .btn--expand__icon {
        text-decoration: none;
        outline: none;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        background-color: #9d0056;
    }

    .btn.btn--expand:active .btn--expand__icon,
    input[type='submit'].btn--expand:active .btn--expand__icon {
        box-shadow: none;
        outline: none;
        background-color: #8f004f;
    }

    .btn.btn--expand .btn--expand__text,
    input[type='submit'].btn--expand .btn--expand__text {
        -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        display: block;
        margin-bottom: 3rem;
        font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
        font-weight: 600;
        color: #e6007e;
    }

    .btn.btn--expand .btn--expand__icon,
    input[type='submit'].btn--expand .btn--expand__icon {
        display: inline-block;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        width: 40px;
        height: 40px;
        background-color: #e6007e;
        color: #fff;
        line-height: 40px;
        border-radius: 40px;
    }

    .btn.btn--expand[aria-expanded="true"] .btn--expand__icon,
    input[type='submit'].btn--expand[aria-expanded="true"] .btn--expand__icon {
        line-height: 30px;
    }

        .btn.btn--expand[aria-expanded="true"] .btn--expand__icon:before,
        input[type='submit'].btn--expand[aria-expanded="true"] .btn--expand__icon:before {
            /*content: "\e943";gamla*/
            content: "\e92a";
            font-size: 5px;
        }

.btn.btn--landingpage-anchor,
input[type='submit'].btn--landingpage-anchor {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 1.05em;
    padding-bottom: 1.05em;
    width: 100%;
    display: block;
}

    .btn.btn--landingpage-anchor i,
    input[type='submit'].btn--landingpage-anchor i {
        font-size: 30px;
        font-size: 3rem;
        float: left;
        margin-right: 15px;
    }

.m-landinganchor {
    flex-flow: row wrap;
}

.btn.btn--landing-white-bg {
    font-size: 1.8rem;
    padding: 1em 2.5em 1em 1.75em;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #e6007e;
    font-family: "open_sanssemibold";
    font-weight: 600;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    height: 100%;
}

    .btn.btn--landing-white-bg:after {
        font-family: 'icomoon' !important;
        content: "\e90a";
        font-size: 12px;
        position: absolute;
        right: 3em;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 3px;
    }

    .btn.btn--landing-white-bg:hover,
    .btn.btn--landing-white-bg:active,
    .btn.btn--landing-white-bg:focus {
        background-color: #e6007e;
        color: #fff;
        box-shadow: none;
    }

.l-pagecontainer {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
}

    .l-pagecontainer:after {
        content: " ";
        display: block;
        clear: both;
    }

.l-gridContainer, .nav--primaryWrapper {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .l-gridContainer.pressroompage {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }


    .l-gridContainer:after, .nav--primaryWrapper:after {
        content: " ";
        display: block;
        clear: both;
    }

.gridModule-A__col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4.132231405%;
}

@media (min-width: 48em) {
    .gridModule-A__col {
        padding: 0;
    }
}

.maintextarea img,
.gridModule-A__col--content img {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 3rem;
}

.pressimages .maintextarea .modal img,
.pressimages .gridModule-A__col--content .modal img {
    margin-left: auto;
    max-width: 50%;
}

.flex-image-item {
    flex: 0 1 auto;
    align-self: auto;
}

.imagetext {
    font-size: 1.5rem;
    color: darkgray;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -10px !Important;
    margin-bottom: 0px !important;
}

    .imagetext.name {
        margin-bottom: .75em !important;
        color: inherit;
    }

.imagedownloadtext {
    margin-left: 10px;
    font-size: 1.5rem;
}


.maintextarea img.img--contentbody-wide,
.gridModule-A__col--content img.img--contentbody-wide {
    max-width: 100%;
}

@media (min-width: 48em) {
    .gridModule-A__col--content {
        padding: 0;
        margin-left: 8.6776859504%;
        width: 56.6115702479%;
        float: left;
        margin-right: 4.132231405%;
    }
}

@media (min-width: 64em) {
    .gridModule-A__col--content {
        width: 56.6115702479%;
        float: left;
        margin-right: 4.132231405%;
    }

        .gridModule-A__col--content .gridModule-A__contentbody {
            width: 84.6715328467%;
            float: left;
            margin-right: 7.299270073%;
        }

            .gridModule-A__col--content .gridModule-A__contentbody blockquote {
                width: 136.206896552%;
                float: left;
                margin-right: 8.6206896552%;
                margin-left: -9.4827586207%;
                padding-left: 9.4827586207%;
                padding-right: 9.4827586207%;
            }
}

@media (min-width: 90em) {
    .gridModule-A__col--content {
        width: 65.2892561983%;
        float: left;
        margin-right: 4.132231405%;
    }

        .gridModule-A__col--content .gridModule-A__contentbody {
            width: 69.3430656934%;
            float: left;
            margin-right: 7.299270073%;
        }

            .gridModule-A__col--content .gridModule-A__contentbody blockquote {
                width: 166.315789474%;
                float: left;
                margin-right: 10.5263157895%;
                margin-left: -22.6315789474%;
                padding-left: 22.6315789474%;
                padding-right: 11.5789473684%;
            }
}

@media (min-width: 48em) {
    .gridModule-A__col--aside {
        width: 21.9008264463%;
        float: left;
        margin-right: 4.132231405%;
        margin-right: 0;
    }
    /*.gridModule-A__col.gridModule-A__col--aside.login__wrapper {
        padding: 0;
        margin-left: 8.6776859504%;
        width: 56.6115702479%;
        float: left;
        margin-right: 4.132231405%;
    }*/
}


.gridModule-B__col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4.132231405%;
}

@media (min-width: 48em) {
    .gridModule-B__col {
        padding: 0;
    }
}

.gridModule-B__fullscreendivider {
    width: 108.67768595%;
    float: left;
    margin-right: 4.132231405%;
    margin-left: -4.132231405%;
    padding: 0;
}

    .gridModule-B__fullscreendivider hr {
        margin-top: 0;
    }

@media (min-width: 48em) {
    .gridModule-B__fullscreendivider {
        width: 135.195530726%;
        float: left;
        margin-right: 5.5865921788%;
        margin-left: -11.7318435754%;
        margin-right: 0;
    }

        .gridModule-B__fullscreendivider hr {
            margin-top: 2rem;
        }
}

@media (min-width: 64em) {
    .gridModule-B__fullscreendivider {
        width: 153.164556962%;
        float: left;
        margin-right: 6.3291139241%;
        margin-left: -13.2911392405%;
        margin-right: 0;
    }

        .gridModule-B__fullscreendivider hr {
            margin-top: 3rem;
        }
}

@media (min-width: 48em) {
    .gridModule-B__col--content {
        padding: 0;
        margin-left: 8.6776859504%;
        width: 73.9669421488%;
        float: left;
        margin-right: 4.132231405%;
    }

        .gridModule-B__col--content .gridModule-B__contentbody--contactpersons {
            width: 113.291139241%;
            float: left;
            margin-right: 6.3291139241%;
            margin-right: 0;
        }
}

@media (min-width: 64em) {
    .gridModule-B__col--content {
        width: 65.2892561983%;
        float: left;
        margin-right: 4.132231405%;
    }

        .gridModule-B__col--content .gridModule-B__contentbody {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
        }

        .gridModule-B__col--content .gridModule-B__contentbody--contactpersons {
            width: 126.582278481%;
            float: left;
            margin-right: 6.3291139241%;
            margin-right: 0;
        }
}

@media (min-width: 90em) {
    .gridModule-B__col--content {
        width: 65.2892561983%;
        float: left;
        margin-right: 4.132231405%;
    }

        .gridModule-B__col--content .gridModule-B__contentbody {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
        }

        .gridModule-B__col--content .gridModule-B__contentbody--contactpersons {
            width: 126.582278481%;
            float: left;
            margin-right: 6.3291139241%;
            margin-right: 0;
        }
}

.l-contentblock {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

    .l-contentblock.member-only h2,
    .l-contentblock.member-only time,
    .l-contentblock.member-only p:not(.readmore) {
        color: #929292 !important;
    }

.l-contentblock__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4.132231405%;
}

.l-contentblock__content--masthead {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

@media (min-width: 48em) {
    .l-contentblock__content {
        padding: 0;
        width: 82.6446280992%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }

    .l-contentblock__content--masthead {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
}

@media (min-width: 64em) {
    .l-contentblock.m-contentblock--contactcard .l-contentblock__content {
        width: 73.9669421488%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }
}

.resolver_ContentCardBlockController p {
    font-size: 18px;
    line-height: 32px;
}


@media (min-width: 64em) {
    .resolver_ContentCardBlockController p {
        font-size: 20px;
    }
}

.l-gridModule-section {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4.132231405%;
}

@media (min-width: 48em) {
    .l-gridModule-section--default {
        padding: 0;
        width: 65.2892561983%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }

        .l-gridModule-section--default img {
            width: 100%;
            margin-left: 0;
        }
}

@media (min-width: 64em) {
    .l-gridModule-section--default {
        width: 47.9338842975%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }
}

@media (min-width: 64em) {
    .l-gridModule-section__head {
        width: 136.206896552%;
        float: left;
        margin-right: 8.6206896552%;
    }
}

@media (min-width: 48em) {
    .l-gridModule-section--searchhead {
        padding: 0;
        width: 82.6446280992%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }
}

@media (min-width: 48em) {
    .l-gridModule-section--aside {
        padding: 0;
        width: 21.9008264463%;
        float: right;
        margin-right: 0;
    }
}

.gridModule-1up .col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.gridModule-2up .col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 48em) {
    .gridModule-2up .col {
        width: 47.9338842975%;
        float: left;
    }

        .gridModule-2up .col:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .gridModule-2up .col:nth-child(2n + 2) {
            margin-left: 52.0661157025%;
            margin-right: -100%;
            clear: none;
        }

    .gridModule-A .gridModule-2up .col {
        width: 46.835443038%;
        float: left;
    }

        .gridModule-A .gridModule-2up .col:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .gridModule-A .gridModule-2up .col:nth-child(2n + 2) {
            margin-left: 53.164556962%;
            margin-right: -100%;
            clear: none;
        }
}

@media (max-width: 47.9375em) {
    .gridModule-2up .col:first-child {
        margin-bottom: 1em;
    }
}

.gridModule-3up .col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
}

@media (min-width: 48em) {
    .gridModule-3up .col {
        width: 30.5785123967%;
        float: left;
        margin-bottom: 1em;
    }

        .gridModule-3up .col:nth-child(3n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .gridModule-3up .col:nth-child(3n + 2) {
            margin-left: 34.7107438017%;
            margin-right: -100%;
            clear: none;
        }

        .gridModule-3up .col:nth-child(3n + 3) {
            margin-left: 69.4214876033%;
            margin-right: -100%;
            clear: none;
        }
}

.gridModule-4up .col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 48em) {
    .gridModule-4up .col {
        width: 47.9338842975%;
        float: left;
    }

        .gridModule-4up .col:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .gridModule-4up .col:nth-child(2n + 2) {
            margin-left: 52.0661157025%;
            margin-right: -100%;
            clear: none;
        }
}

@media (min-width: 90em) {
    .gridModule-4up .col {
        width: 21.9008264463%;
        float: left;
    }

        .gridModule-4up .col:nth-child(4n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0;
        }

        .gridModule-4up .col:nth-child(4n + 2) {
            margin-left: 26.0330578512%;
            margin-right: -100%;
            clear: none;
        }

        .gridModule-4up .col:nth-child(4n + 3) {
            margin-left: 52.0661157025%;
            margin-right: -100%;
            clear: none;
        }

        .gridModule-4up .col:nth-child(4n + 4) {
            margin-left: 78.0991735537%;
            margin-right: -100%;
            clear: none;
        }
}

.gridModule-fullwidth {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.c-breakingnews {
    background: #FDE7F3;
    width: 100%;
    max-width: 1440px;
    top: 0;
    z-index: 1500;
    min-height: 80px;
}

    .c-breakingnews h2 {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-top: 0;
        display: inline-block;
    }

    .c-breakingnews p {
        font-size: 16px;
    }

        .c-breakingnews p:last-child {
            margin-bottom: 0;
        }

.c-breakingnews__container {
    display: flex;
}

.c-breakingnews a,
.c-breakingnews h2 span {
    color: #E6007E !important;
}

.c-breakingnews__close-container span {
    width: 16px;
    display: block;
    background: #333;
    height: 2px;
    position: relative;
}

    .c-breakingnews__close-container span:first-child {
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 2px;
    }

    .c-breakingnews__close-container span:last-child {
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.c-header {
    background-color: #121212;
    float: left;
    width: 100%;
}

.c-header__controls {
    float: right;
    color: white;
    margin: 12px 20px 0 0;
}

@media (min-width: 48em) {
    .c-header__controls {
        margin-top: 30px;
    }
}

.WhiteFiller {
    height: 61px;
    width: 100%;
    clear: both;
    background-color: white;
}

.c-header__search {
    background-color: #F8F6F6;
    color: #333;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.c-header__navigations {
    background-color: #F8F6F6;
    color: #333;
    float: left;
    width: 100%;
}

@media (max-width:549px) {
    .c-header {
        border-bottom: 1px solid #e6e5e5;
    }
}

.c-header .c-logo-link {
    float: left;
    display: block;
    margin: 10px 0 10px 20px;
    width: 82px;
    height: 38px;
}


.platformbody .c-header .c-logo-link {
    float: left;
    display: block;
    margin: 10px 0 10px 20px;
    /*height: 40px;*/
}


.c-header .c-logo-link .loggowrapper,
.c-header .c-logo-link .loggowrapper object {
    width: 68px;
    height: 38px;
    margin: 0;
    padding: 0;
}

.c-header .c-logo-link object {
    pointer-events: none;
}

@media (min-width: 48em) {
    .c-header .c-logo-link {
        width: 112px;
        height: 48px;
        margin-left: 30px;
    }

        .c-header .c-logo-link .loggowrapper,
        .c-header .c-logo-link .loggowrapper object {
            width: 112px;
            height: 48px;
            margin: 0;
            padding: 0;
        }
}

@media (min-width: 64em) {
    .c-header .c-logo-link {
        margin: 21px 0 12px 30px;
        width: 140px;
        height: 58px;
    }

        .c-header .c-logo-link .loggowrapper,
        .c-header .c-logo-link .loggowrapper object {
            width: 190px;
            height: 58px;
            margin: 0;
            padding: 0;
        }
}

.c-footer {
    background-color: #121212;
    float: left;
    width: 100%;
}


.c-footer__navigationwrapper_platform {
    background-color: white;
    color: black;
    display: block;
    width: 100%;
    float: left;
    height: 130px;
    /*box-shadow: 0 1px 8px 4px #dadada;
    -webkit-box-shadow: 0 1px 8px 4px #dadada;*/
    border-top: 2px solid #b12639;
}


    .c-footer__navigationwrapper_platform .c-footer__navigationColumn a {
        color: black;
        text-decoration: underline;
    }

.c-footer__navigationwrapper {
    background-color: #F8F6F6;
    color: #333;
    display: block;
    width: 100%;
    float: left;
}


    .c-footer__navigationwrapper .c-footer__social {
        width: 220px;
        margin: 0 auto;
    }

.c-footer__sender {
    text-align: center;
    display: block;
    clear: both;
    padding: 1em 0;
}

.c-footer .c-logo-link {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 140px;
    height: 58px;
}

    .c-footer .c-logo-link .loggowrapper,
    .c-footer .c-logo-link .loggowrapper object {
        width: 140px;
        height: 58px;
        margin: 0;
        padding: 0;
    }

@media (min-width: 48em) {
    .c-footer .c-logo-link {
        width: 112px;
        height: 48px;
    }

        .c-footer .c-logo-link .loggowrapper,
        .c-footer .c-logo-link .loggowrapper object {
            width: 112px;
            height: 48px;
            margin: 0;
            padding: 0;
        }
}

@media (min-width: 90em) {
    .c-footer .c-logo-link {
        width: 140px;
        height: 58px;
    }

        .c-footer .c-logo-link .loggowrapper,
        .c-footer .c-logo-link .loggowrapper object {
            width: 140px;
            height: 58px;
            margin: 0;
            padding: 0;
        }
}

.c-footer__navigation {
    border-bottom: 2px solid #979797;
    padding: 50px 0 60px;
    float: left;
    width: 100%;
}

@media (min-width: 64em) {
    .c-footer__navigation {
        padding: 60px;
    }
}

.c-footer__navigationColumn {
    margin-bottom: 3em;
}

    .c-footer__navigationColumn:last-child {
        margin-bottom: 0;
    }

@media (min-width: 64em) {
    .c-footer__navigationColumn {
        margin-bottom: 0;
    }
}

.c-footer__navigationColumn a {
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
}

    .c-footer__navigationColumn a i {
        display: inline-block;
    }

    .c-footer__navigationColumn a:hover i:before {
        color: #b30062;
    }

.c-footer__navigationColumn ul {
    margin-top: 0;
}

    .c-footer__navigationColumn ul .icon-chevron-right {
        margin-left: 3px;
    }

.c-footer__navigationHeader {
    border-bottom: 1px solid #979797;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 1em;
    margin-bottom: .5em;
    padding-bottom: 1em;
}

@media (min-width: 48em) {
    .c-footer__navigationHeader {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media (min-width: 90em) {
    .c-footer__navigationHeader {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.c-footer__navigationIcon {
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    margin: 0;
    border-radius: 50%;
    color: #666666;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 2px solid #e6007e;
    color: #e6007e;
}

    .c-footer__navigationIcon::before {
        font-size: 2.7em;
    }

.block--publ-by {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 1em;
}

    .block--publ-by a {
        font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
        font-weight: 600;
        text-decoration: none;
    }

    .block--publ-by p {
        margin: 0;
    }

h1 + .block--publ-by {
    margin-top: -.75em;
}

@media (min-width: 48em) {

    .block--publ-by {
        font-size: 15px;
        font-size: 1.5rem;
    }

    h1 + .block--publ-by {
        margin-top: -2em;
    }
}

/*    ==============================================*        Menyer
\*    ==============================================*/
.nav--helperWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav--platform {
    height: 61px !important;
    width: 100%;
}

@media (min-width: 58em) {

    .secondaryLogo .logo {
        padding-top: 13px;
    }
}

@media (max-width: 58em) {

    .secondaryLogo .logo {
        padding-top: 10px;
    }
}

@media (max-width: 58em) {

    .secondaryLogo {
        /*display: none;*/
    }
}

.nav a {
    text-decoration: none;
}

.nav--primary {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4.132231405%;
    margin-bottom: 4em;
}

    .nav--primary > li {
        list-style-type: none;
    }

@media (min-width: 48em) {
    .nav--primary {
        padding: 0;
        width: 82.6446280992%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }
}

.nav--primary .nav--primary {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

    .nav--primary .nav--primary .nav--primary__link {
        padding-left: 1em;
    }

@media (min-width: 48em) {
    .nav--primary .nav--primary .nav--primary__link {
        padding-left: 3em;
    }
}

.nav--primary .nav--primary .nav--primary {
    margin: 0;
}

    .nav--primary .nav--primary .nav--primary .nav--primary__link {
        padding-left: 2em;
    }

@media (min-width: 48em) {
    .nav--primary .nav--primary .nav--primary .nav--primary__link {
        padding-left: 4.5em;
    }
}

.nav--primary .nav--primary .nav--primary .nav--primary {
    margin: 0;
}

    .nav--primary .nav--primary .nav--primary .nav--primary .nav--primary__link {
        padding-left: 3em;
    }

@media (min-width: 48em) {
    .nav--primary .nav--primary .nav--primary .nav--primary .nav--primary__link {
        padding-left: 6em;
    }
}

.nav--primary .nav--primary .nav--primary .nav--primary .nav--primary {
    margin: 0;
}

    .nav--primary .nav--primary .nav--primary .nav--primary .nav--primary .nav--primary__link {
        padding-left: 4em;
    }

@media (min-width: 48em) {
    .nav--primary .nav--primary .nav--primary .nav--primary .nav--primary .nav--primary__link {
        padding-left: 7.5em;
    }
}

.nav--primary .nav--primary__item {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
}

    .nav--primary .nav--primary__item:first-child {
        border-top: 1px solid #E4E4E4;
    }

    .nav--primary .nav--primary__item:last-child {
        border-bottom-style: none;
    }

    .nav--primary .nav--primary__item.active-nav {
        background-color: #fff !important;
    }

        .nav--primary .nav--primary__item.active-nav > ul {
            background-color: #F8F6F6;
        }

.nav--primary .nav--primary__item--divider {
    height: 30px;
    border-style: none;
}

.nav--primary .nav--primary__link {
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    display: block;
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    line-height: 2.4;
    padding-left: 5px;
    float: left;
    width: 80%;
    font-weight: 400;
}

    .nav--primary .nav--primary__link:hover, .nav--primary .nav--primary__link:focus {
        background-color: #E4E4E4;
    }

    .nav--primary .nav--primary__link i {
        font-size: 30px;
        font-size: 3rem;
        display: block;
        float: left;
        margin-top: 0.4em;
        margin-right: 15px;
    }

@media (min-width: 20em) {
    .nav--primary .nav--primary__link {
        width: 83%;
    }
}

@media (min-width: 34.375em) {
    .nav--primary .nav--primary__link {
        width: 89%;
    }
}

@media (min-width: 48em) {
    .nav--primary .nav--primary__link {
        width: 93%;
    }
}

@media (min-width: 64em) {
    .nav--primary .nav--primary__link {
        width: 94%;
    }
}

.nav--primary .nav--primary__toggle {
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 20px;
    font-size: 2rem;
    background-color: #E6007E;
    border-style: none;
    color: #fff;
    line-height: 2;
    float: right;
    padding: 0;
    width: 43px;
    height: 43px;
    margin-top: 3px;
    cursor: pointer;
}

    .nav--primary .nav--primary__toggle:hover, .nav--primary .nav--primary__toggle:focus {
        background-color: #fff;
        outline: none;
    }

        .nav--primary .nav--primary__toggle:hover i span, .nav--primary .nav--primary__toggle:focus i span {
            background: #E6007E;
        }

    .nav--primary .nav--primary__toggle .plus-minus {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
    }

        .nav--primary .nav--primary__toggle .plus-minus span {
            height: 2px;
            width: 25px;
            display: block;
            background: white;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

.nav--primary .nav--primary__item:not(.is-open) .nav--primary__toggle .plus-minus span:first-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.nav--primary .nav--primary__item--home {
    border-top-style: none !important;
}

    .nav--primary .nav--primary__item--home .nav--primary__link {
        width: 100%;
    }

.nav--primary .nav--primary__item--minor {
    border-style: none;
}

    .nav--primary .nav--primary__item--minor .nav--primary__link {
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "open_sansregular", Helvetica, Arial, sans-serif;
        font-weight: 400;
        width: 100%;
    }

.nav--helper {
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto 1em auto;
    margin-left: -1em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: none;
    margin: 0;
    padding: 0;
}

    .nav--helper > li {
        list-style-type: none;
    }

    .nav--helper > li {
        list-style: none;
        float: left;
        margin-left: 1em;
        display: block;
    }

    .nav--helper > * {
        display: block;
    }

.nav--helper__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 !important;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

    .nav--helper__item:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }

.nav--helper__link {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    font-family: open_sansregular;
    font-weight: 400;
    display: block;
    line-height: 3.4em;
    padding: 0 10px;
    position: relative;
}

@media screen and (min-width:768px) {
    .nav--helper__link {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.nav--helper__link:hover, .nav--helper__link:focus, .nav--helper__link:active {
    background-color: #E4E4E4;
    color: #333;
    outline: none;
}

@media (min-width: 48em) {
    .nav--helper__link {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.nav--helper__link i {
    margin-right: 12px;
}

@media (min-width: 48em) {
    .nav--helper__link i {
        font-size: 30px;
        font-size: 3rem;
        position: absolute;
        left: 30px;
        top: 14px;
    }
}

@media (min-width: 34.375em) {
    .nav--helper {
        display: block;
        width: 100%;
    }
}

@media (min-width: 48em) {
    .nav--helper {
        display: block;
        width: auto;
    }
}

.nav--subnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav--subnav__item {
    margin-bottom: 0;
}

    .nav--subnav__item.selected > a i:before {
        /*content: "\e93d";gamla*/
        content: "\e908";
    }

    .nav--subnav__item.selected ul li.selected > a {
        color: #666666;
    }

        .nav--subnav__item.selected ul li.selected > a:focus {
            color: #fff;
        }

    .nav--subnav__item.active > a {
        color: #666666;
    }

        .nav--subnav__item.active > a:hover, .nav--subnav__item.active > a:focus {
            cursor: default;
            color: #666666;
        }

.nav--subnav__link {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: .5em 45px .5em .75em;
    width: 100%;
    border-top: 1px solid #E4E4E4;
    position: relative;
}

    .nav--subnav__link i {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        background-color: #e6007e;
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 3px;
    }

        .nav--subnav__link i:before {
            font-size: 10px;
            font-size: 1rem;
            line-height: 30px;
            margin-left: 10px;
        }

.nav--subnav ul li a {
    font-size: 70%;
    padding: .5em 5px .5em 1.5em;
    font-weight: 400;
}

.nav--subnav ul ul li a {
    padding-left: 2.5em;
}

.nav--subnav ul ul ul li a {
    padding-left: 3em;
}

.nav--subnav ul ul ul ul li a {
    padding-left: 3.5em;
}

.nav--breadcrumb {
    border-bottom: 1px solid #e6e5e5;
    padding: 7px 0;
}

@media (min-width: 48em) {
    .nav--breadcrumb {
        padding: 14px 0;
    }
}

.nav--breadcrumb__list {
    margin: 0;
    padding: 0;
}

.nav--breadcrumb__listitem {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: .9;
    list-style: none;
    float: left;
    margin-right: .6em;
    display: block;
    margin-bottom: 0;
    line-height: 1.25;
}

    .nav--breadcrumb__listitem i {
        font-size: .7em;
    }

.nav--breadcrumb__listitem__link, .nav--breadcrumb__listitem--last {
    padding: .4em 0;
}

    .nav--breadcrumb__listitem--last.search {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

.nav--breadcrumb__listitem__link {
    text-decoration: none;
    float: left;
}

.nav--breadcrumb__listitem--last {
    color: #666666;
}

.subnav--header {
    margin: 3em 0 1em .75em;
}

.js .nav--primary,
.js .c-header__search {
    display: none;
}

    .js .c-header__search.is-open,
    .js .is-open > ul {
        display: block;
    }

.is-open > .nav--primary__toggle {
    background: #fff;
}

    .is-open > .nav--primary__toggle .plus-minus span {
        background: #E6007E;
    }
/*    ==============================================*        Masthead & Hero
\*    ==============================================*/
.masthead {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4.132231405%;
}

    .masthead figure {
        width: 108.26446281%;
        height: auto;
        margin-left: -4.132231405%;
    }

@media (min-width: 48em) {
    .masthead {
        padding: 0;
        width: 82.6446280992%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }

        .masthead figure {
            width: 100%;
            margin-left: 0;
        }
}

@media (min-width: 90em) {
    .masthead figure {
        width: 100%;
        margin-left: -10.5%;
        width: 121%;
        float: left;
        margin-right: 5%;
        margin-right: 0;
    }
}

.m-hero__content {
    display: block;
    width: 100%;
    position: relative;
}

.m-hero__content--img .m-hero__header h1 {
    margin-top: 3rem;
}

@media (min-width: 48em) {
    .m-hero__content--img .m-hero__header {
        color: #fff;
        position: absolute;
        padding: 0;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.m-hero__media img {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
}

.m-hero__media figure {
    margin-bottom: 0;
}

    .m-hero__media figure figcaption .figcaption__text {
        display: inline-block;
    }

    .m-hero__media figure figcaption .figcaption__photocred {
        float: right;
    }

@media (min-width: 48em) {
    .m-hero__media figure figcaption {
        padding-left: .5em;
    }

        .m-hero__media figure figcaption .figcaption__photocred {
            padding-right: .5em;
        }
}

.m-hero__header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10%;
    z-index: 99;
}

    .m-hero__header h1 {
        margin-top: 0;
    }

@media screen and (min-width:768px) {
    .slideshow-slide-text h1,
    .m-hero__header h1 {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

@media screen and (min-width:1024px) {
    .slideshow-slide-text h1,
    .m-hero__header h1 {
        font-size: 40px;
        font-size: 4rem;
    }
}

.m-hero__ingress {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10%;
}

    .m-hero__ingress p.ingress,
    .m-hero__ingress div.ingress p {
        font-family: "open_sansregular", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin: 1em 0;
    }

@media (max-width: 47.9375em) {
    .m-hero__ingress p.ingress
    .m-hero__ingress div.ingress p {
        margin-top: 0;
    }
}

@media (min-width: 64em) {
    .m-hero__ingress {
        padding: 0 18%;
    }
}

.m-hero__readmore {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10%;
}

    .m-hero__readmore p {
        margin-top: 0;
    }

    .m-hero__readmore a {
        font-family: "open_sansbold";
        font-weight: 700;
        font-size: 18px;
    }

.l-gridContainer + .m-contentblock, .nav--primaryWrapper + .m-contentblock {
    border-top-style: none;
}

.m-contentblock {
    border-top: 1px solid #e6e5e5;
    border-width: 1px;
}


.m-contentblock--color-brand-commoncalendar {
    background-color: #f8f6f6;
}

.m-contentblock--color-brand-cod-gray {
    background-color: #121212;
}

    .m-contentblock--color-brand-cod-gray h2,
    .m-contentblock--color-brand-cod-gray span,
    .m-contentblock--color-brand-cod-gray p {
        color: white;
    }

/*.m-contentblock--color-white {
  background-color: white;
}*/

.m-contentblock--color-white a {
    color: black;
}

.m-contentblock--color-hint-of-red {
    background-color: #f8f6f6;
}

    .m-contentblock--color-hint-of-red .media a {
        color: black;
    }

.media a:hover {
    text-decoration: none !important;
}

.m-contentblock--color-mercury {
    background-color: #e6e5e5;
}

.m-contentblock--color-mine-shaft {
    background-color: #333333;
}

    .m-contentblock--color-mine-shaft h2,
    .m-contentblock--color-mine-shaft span,
    .m-contentblock--color-mine-shaft p {
        color: white !important;
    }

.m-contentblock--color-green {
    background-color: #82D558;
}

    .m-contentblock--color-green h2,
    .m-contentblock--color-green span,
    .m-contentblock--color-green p,
    .m-contentblock--color-green .icon-chevron-right.nextplayIcon,
    .m-contentblock--color-green .icon-chevron-left.prevplayIcon {
        color: white !important;
    }

.m-contentblock--color-hint-of-green {
    background-color: #f8f6f6;
}

    .m-contentblock--color-hint-of-green a p,
    .m-contentblock--color-hint-of-green h2 a,
    .m-contentblock--color-hint-of-green h2,
    .m-contentblock--color-hint-of-green p,
    .m-contentblock--color-hint-of-green span,
    .m-contentblock--color-hint-of-green a,
    .m-contentblock--color-hint-of-green a .icon-chevron-right:before,
    .m-contentblock--color-hint-of-green .l-contentblock__content .media a .media__body p.readmore,
    .m-contentblock--color-hint-of-green .l-contentblock__content .media a .media__body p.readmore i:before {
        color: #56ac2b !important;
    }

.m-contentblock--color-brand-rose {
    background-color: #e6007e;
}

    .m-contentblock--color-brand-rose h2,
    .m-contentblock--color-brand-rose span,
    .m-contentblock--color-brand-rose p,
    .m-contentblock--color-brand-rose a,
    .m-contentblock--color-brand-rose a .icon-chevron-right:before,
    .m-contentblock--color-brand-rose .icon-chevron-right.nextplayIcon,
    .m-contentblock--color-brand-rose .icon-chevron-left.prevplayIcon {
        color: white !important;
    }

    .m-contentblock--color-brand-rose .readmore {
        color: white !important;
        font-family: "open_sansbold";
        font-weight: 700;
        font-size: 18px;
    }

.headerBlack {
    color: black;
}


#NewsCards3up.has-memberlink {
    float: left;
    margin-bottom: 1em;
}

.m-contentblock--color-black {
    background-color: black;
}

    .m-contentblock--color-black h2,
    .m-contentblock--color-black span,
    .m-contentblock--color-black p {
        color: white;
    }


.m-contentblock + .m-contentblock {
    border-top-style: none;
}

.m-contentblock--color-brand-rose a, .m-contentblock--color-brand-cod-gray a, .m-contentblock--color-mine-shaft a, .m-contentblock--color-black a {
    /*color: #fff;*/
    text-decoration: none;
    font-family: "open_sansbold";
    font-weight: 700;
    font-size: 18px;
}

.m-contentblock--color-white a, .m-contentblock--color-mercury a, .m-contentblock--color-hint-of-red a {
    /*color: #000;*/
    text-decoration: none;
    font-family: "open_sansbold";
    font-weight: 700;
    font-size: 18px;
}

.m-contentblock__header {
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 1.7rem;
}

.m-contentblock__content {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.debate-news-press-wrapper {
}

    .debate-news-press-wrapper .m-contentblock__content {
        padding-top: 0px !important;
    }

@media (min-width: 48em) {
    .m-contentblock__content {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

@media (min-width: 90em) {
    .m-contentblock__content {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.m-contentblock__content > *:first-child {
    margin-top: 0;
}

.m-contentblock__content > *:last-child {
    margin-bottom: 0;
}

.m-contentblock--contactcard {
    border-top-style: solid !important;
    margin-top: 2em;
    padding-bottom: 2em;
    padding-top: 2em;
}

.m-contentblock--contactcard__header {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.m-contentblock--contactcard .media__body .media__header {
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.m-contentblock--contactcard .media__body .contentlist--beta__contactdetails {
    margin-top: 1rem !important;
}

.m-contentblock--newscards [class^="gridModule"] {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #e6e5e5;
    margin-top: 1.2em;
    padding-top: 2.5em;
}

    .m-contentblock--newscards [class^="gridModule"].readmore-container {
        padding-top: 0;
        text-align: center;
    }

        .m-contentblock--newscards [class^="gridModule"].readmore-container .readmore,
        .m-contentblock--newscards [class^="gridModule"].readmore-container .readmore a {
            flex-grow: 1;
            text-align: left;
            max-width: 100%;
            font-size: 16px;
        }

@media screen and (max-width:767px) {
    .m-contentblock--newscards [class^="gridModule"].readmore-container .readmore {
        margin: 1rem 0;
    }
}

.m-contentblock--newscards [class^="gridModule"].readmore-container .readmore i {
    color: #e6007e;
    font-size: 12px;
    margin-left: 3px;
}

.press-room-page-wrapper .gridModule-3up {
    width: 120% !important;
}

.press-room-page-wrapper .media.media--newscard {
    position: relative;
    min-height: 480px !important;
}

.debate-news-press-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.m-contentblock--newscards div[class^="gridModule"] + div[class^="gridModule"] {
    margin-top: 2.5em;
}

@media (max-width: 47.9375em) {
    .m-contentblock--newscards div[class^="gridModule"] + div[class^="gridModule"] {
        margin-top: 0;
        padding-top: 0;
        border-top-style: none;
    }
}

.m-contentblock--landinganchor .m-contentblock__header {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 4rem;
}

.m-contentblock--landinganchor.bg--green .m-contentblock__header span {
    color: #fff;
}

@media (min-width: 48em) {
    .m-contentblock--landinganchor .m-contentblock__header {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.m-contentblock--landinganchor .m-contentblock__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 48em) {
    .m-contentblock--landinganchor .m-contentblock__content {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width: 90em) {
    .m-contentblock--landinganchor .m-contentblock__content {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

m-landinganchor--bg--white {
    background: #fff;
}


.m-contentblock--extendedread {
    margin-top: 4rem;
    border-top-style: solid !important;
}

    .m-contentblock--extendedread .btn--expand {
        text-align: center;
        margin: auto;
        margin-bottom: 1.7rem;
        display: block;
    }

.m-contentblock--extendedread__anchor {
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .m-contentblock--extendedread__anchor:hover, .m-contentblock--extendedread__anchor:focus {
        color: #b30062;
        background-color: transparent;
    }

        .m-contentblock--extendedread__anchor:hover i, .m-contentblock--extendedread__anchor:focus i {
            text-decoration: none;
            outline: none;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            border-radius: 40px;
        }

.m-contentblock--extendedread__anchortext {
    display: block;
    margin-bottom: 3rem;
}

.m-contentblock--extendedread i {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #e6007e;
    color: #fff;
    line-height: 40px;
    border-radius: 40px;
}

.m-contentblock--extendedread .m-contentblock__body img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (min-width: 48em) {
    .m-contentblock--extendedread .m-contentblock__body {
        margin-left: 8.6776859504%;
        width: 82.6446280992%;
        float: left;
        margin-right: 4.132231405%;
    }
}

@media (min-width: 64em) {
    .m-contentblock--extendedread .m-contentblock__body {
        margin-left: 17.3553719008%;
        width: 65.2892561983%;
        float: left;
        margin-right: 4.132231405%;
    }
}

@media (min-width: 90em) {
    .m-contentblock--extendedread .m-contentblock__body {
        margin-left: 26.0330578512%;
        width: 47.9338842975%;
        float: left;
        margin-right: 4.132231405%;
    }
}

.m-contentblock--findelswere {
    border-style: none;
    border-radius: 20px;
    margin: 3rem 0;
    width: 100%;
}

.m-contentblock.m-hero {
    border: 0;
    background-color: #fff;
}

.m-contentblock--contactcard + .m-contentblock--contactcard {
    border-style: none !important;
    margin-top: -3rem;
}


.searchpage__searchcontainer {
    border-bottom: 1px solid #e6e5e5;
}

.searchpage-form .searchpage-form__search-field__container {
    max-width: 600px;
    width: 100%;
    margin-right: 1em;
    display: inline-block;
}

    .searchpage-form .searchpage-form__search-field__container .icon-search2 {
        color: #E6007E;
        position: absolute;
        font-size: 18px;
        top: 15px;
        left: 15px;
    }

.searchpage-form .searchpage-form__search-field {
    box-sizing: border-box;
    height: 49px;
    width: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 1px rgba(228,228,228,0.5);
    padding-left: 2em;
}

.searchpage__facets {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {

    .searchpage__facet {
        flex: 0 0 50%;
        margin-bottom: 1em;
    }
}


.searchpage__facet a {
    color: #333333;
    padding-bottom: .5em;
}

@media screen and (min-width: 768px) {

    .searchpage__facet a {
        padding-bottom: 1em;
    }
}

.searchpage__facet:hover a {
    text-decoration: none;
}

.searchpage__facet--active a {
    color: #E6007E;
    border-bottom: 4px solid #E6007E;
}

.searchpage__order {
    color: #333333;
}

    .searchpage__order:hover {
        text-decoration: none;
        color: #333333;
    }

.searchpage__order--active {
    color: #E6007E;
}
/*    ==============================================*        Formulär
\*    ==============================================*/
.search-form fieldset {
    border-style: none;
    margin: 0;
    padding: .8em 0;
}

.search-form .search-field {
    border-style: none;
    margin-right: 5px;
    padding: .6em;
    border-radius: 3px;
}

    .search-form .search-field:focus {
        background-color: #ffe0f1;
        outline: 3px solid #fff;
    }

    .search-form .search-field:before {
        /*content: "\e946";gamla*/
        content: "\e923";
        content: "sök";
        color: #333;
    }

.search-form .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .search-form .flexbox input {
        width: 70%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

#skip-to-content,
.skip-to-content {
    padding: 1em;
    position: absolute;
    top: -100px;
    left: 1em;
    z-index: 1110;
    color: #e6007e;
}

    #skip-to-content:focus,
    .skip-to-content:focus {
        position: absolute;
        top: 0;
        color: #b30062;
    }

.block--social {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}

.block--social__list {
    margin-left: -0.5em !important;
    overflow: visible !important;
}

.block--social__link {
    text-decoration: none;
}

.block--social .block--social__listitem {
    margin-left: 0.5em !important;
    margin-bottom: 0;
}

.block--social .block--social__link {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #e6007e;
    border-radius: 50%;
    color: white;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
}

@media (min-width: 48em) {
    .block--social .block--social__link {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
}

.block--social .block--social__link:hover, .block--social .block--social__link:focus {
    background-color: #b30062;
    text-decoration: none;
    outline: none;
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
}

.block--socialPrimo {
    margin-bottom: 2em;
}

    .block--socialPrimo .block--social__icon {
        background-color: #e6007e;
    }

        .block--socialPrimo .block--social__icon:hover .block--social__icon, .block--socialPrimo .block--social__icon:focus .block--social__icon {
            background-color: #b30062;
        }

        .block--social .block--social__link:hover i, .block--social .block--social__link:focus i,
        .block--socialPrimo .block--social__icon:active .block--social__icon {
            background-color: #b30062;
        }

    .block--socialPrimo .block--social__header {
        font-size: 12px;
        font-size: 1.2rem;
        border-bottom: 1px solid #e6e5e5;
        font-family: "open_sansregular", Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        padding-bottom: .5em;
        margin-bottom: .5em;
        text-transform: uppercase;
        font-weight: 400;
    }

@media (min-width: 48em) {
    .block--socialPrimo .block--social__header {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.block--socialSecondo {
    margin: 2em 0;
    float: left;
}

    .block--socialSecondo .block--social__header {
        color: #fff;
        float: left;
        margin: .5em 1em 0 0;
        padding: 0;
    }

    .block--socialSecondo .block--social__list {
        float: left;
        margin-bottom: 0;
    }

/*------------------------------------*
    $Figure/figcaption
\*------------------------------------*/
figure {
    margin: 0;
    position: relative;
}

    figure img {
        display: block;
        width: 100%;
        float: left;
    }

    figure figcaption {
        font-size: 15px;
        font-size: 1.5rem;
        color: #666666;
        width: 100%;
        padding: .5em 0;
        padding-left: 4.132231405%;
        padding-right: 4.132231405%;
    }

        figure figcaption .figcaption__text {
            display: inline-block;
        }

        figure figcaption .figcaption__photocred {
            float: right;
        }

@media (min-width: 48em) {
    figure figcaption {
        padding-left: 0;
        padding-right: 0;
    }
}

figure figcaption span {
    display: block;
}

figure .figcaption__text {
    margin-bottom: 5px;
    margin-top: -5px;
    padding-right: 0;
    display: block;
    font-size: 15px;
    color: #666666;
}

.figcaption__text + .figcaption__text {
    margin-top: 0 !important;
}

.figcaption__text img {
    margin-top: 2em;
}

.figcaption__text + .figcaption__text {
    margin-top: 0 !important;
}

.figcaption__text {
    margin-bottom: 5px;
    margin-top: -3rem;
    padding-right: 0;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    color: #666666;
}

    .figcaption__text.figcaption__text--chart {
        margin-top: 0;
    }

    .figcaption__text img {
        margin-bottom: 0;
    }

.videopopup {
    display: none;
}

    .videopopup.open {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.5);
    }

.videopopup__inner {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width:768px) {
    .videopopup__inner {
        width: 75%;
    }
}

@media screen and (min-width:1200px) {
    .videopopup__inner {
        width: 60%;
    }
}


.videopopup__close {
    position: absolute;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    z-index: 99;
    cursor: pointer;
}

    .videopopup__close span:before {
        content: "";
        display: block;
        height: 20px;
        width: 2px;
        background: #fff;
        position: absolute;
        left: 12px;
        top: 3px;
    }

    .videopopup__close span:first-child:before {
        transform: rotate(45deg);
    }

    .videopopup__close span:last-child:before {
        transform: rotate(135deg);
    }

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #333;
}

    .iframepage-wrapper,
    .videoWrapper.iframepage {
        margin-top: 3em;
        background-color: transparent;
    }

@media screen and (min-width: 768px) {
    .iframepage-wrapper,
    .videoWrapper.iframepage {
        margin-top: 3.4em;
    }
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 56.25%;
}

.no-js .videoWrapper {
    display: block;
}

.no-js-videofallback img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.js .no-js-videofallback {
    display: none;
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

    .videoPoster:before {
        -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        content: '';
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        border-radius: 100%;
        z-index: 1;
    }

@media (min-width: 48em) {
    .videoPoster:before {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }
}

.no-js .videoPoster:before {
    display: none;
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -12px 0 0 -7px;
    border-left: 20px solid #e6007e;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
    z-index: 2;
}

@media (min-width: 48em) {
    .videoPoster:after {
        margin: -25px 0 0 -15px;
        border-left-width: 40px;
        border-top-width: 25px;
        border-bottom-width: 25px;
    }
}

.no-js .videoPoster:after {
    display: none;
}

ifame {
    border-width: 0px;
    border: none !important;
}

.videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #ff1a98;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.m-hero__content--video .m-hero__media,
.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 3rem;
}

    .m-hero__content--video .m-hero__media iframe, .m-hero__content--video .m-hero__media object, .m-hero__content--video .m-hero__media embed,
    .videowrapper iframe,
    .videowrapper object,
    .videowrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*------------------------------------*    $MEDIA
\*------------------------------------*/

iframe {
    border: none;
}

    iframe.twitter-timeline {
        display: block !important;
    }

@media screen and (max-width: 484px) {
    iframe {
        height: 260px;
    }
}

@media screen and (max-width: 375px) {
    iframe {
        height: 210px;
    }
}

.ccg-product-btn-wrapper p {
    color: white !important;
}


.ccg-product-btn-wrapper .readmore {
    color: white !important;
}

.ccg-product-wrapper .media__header {
    color: #e6007e !important;
}

.media {
    display: block;
}



.videowrapper,
.media__img,
.media__img--rev {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 64em) {
    .videowrapper,
    .media__img,
    .media__img--rev {
        float: left;
        margin-right: 4.132231405%;
        max-width: 50%;
    }

    .m-contentblock--videofullwidth .videowrapper, .m-contentblock--videofullwidth .media__img, .m-contentblock--videofullwidth .media__img--rev {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

        .m-contentblock--videofullwidth .videowrapper iframe, .m-contentblock--videofullwidth .videowrapper object, .m-contentblock--videofullwidth .videowrapper embed, .m-contentblock--videofullwidth .media__img iframe, .m-contentblock--videofullwidth .media__img object, .m-contentblock--videofullwidth .media__img embed, .m-contentblock--videofullwidth .media__img--rev iframe, .m-contentblock--videofullwidth .media__img--rev object, .m-contentblock--videofullwidth .media__img--rev embed {
            height: 100%;
        }

    .videowrapper iframe, .videowrapper object, .videowrapper embed,
    .media__img iframe,
    .media__img object,
    .media__img embed,
    .media__img--rev iframe,
    .media__img--rev object,
    .media__img--rev embed {
        height: 50%;
    }
}

/**
 * Reversed image location (right instead of left).
 */
@media (min-width: 64em) {
    .media__img--rev {
        float: right;
        margin-left: 4.132231405%;
        margin-right: 0;
    }
}

.media__body {
    overflow: hidden;
}

    .media__body h2,
    .media__body .media__header {
        font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 17px;
        font-size: 1.7rem;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
    }

        .media__body h2 .headertag,
        .media__body .media__header .headertag {
            font-family: "open_sansregular", Helvetica, Arial, sans-serif;
            display: block;
            text-transform: uppercase;
            font-size: 13px;
            font-size: 1.3rem;
            margin-bottom: 1rem;
            font-weight: 400;
        }

@media screen and (min-width: 550px) {
    .media__body h2,
    .media__body .media__header {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

@media (min-width: 48em) {
    .media__body h2,
    .media__body .media__header {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 1.5rem;
        margin-top: 3.5rem;
    }

        .media__body h2 .headertag,
        .media__body .media__header .headertag {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 1rem;
        }
}

@media (min-width: 64em) {
    .media__body h2,
    .media__body .media__header {
        font-size: 40px;
        font-size: 4rem;
        margin-bottom: 1.5rem;
        margin-top: 0;
    }

        .media__body h2 .headertag,
        .media__body .media__header .headertag {
            font-size: 15px;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
}

@media (min-width: 90em) {
    .media__body h2,
    .media__body .media__header {
        font-size: 40px;
        font-size: 4rem;
        margin-bottom: 1.5rem;
    }

        .media__body h2 .headertag,
        .media__body .media__header .headertag {
            margin-bottom: 1.3rem;
        }
}

.media__body .readmore {
    margin-top: -2.5rem;
    color: #e6007e;
}


@media (min-width: 48em) {
    .media__body .readmore {
        margin-top: -1.5rem;
    }
}

@media (min-width: 64em) {
    .m-contentblock--videofullwidth .media__body {
        width: 82.6446280992%;
        float: left;
        margin-right: 4.132231405%;
    }
}

@media (min-width: 90em) {
    .m-contentblock--videofullwidth .media__body {
        margin-left: 8.6776859504%;
        width: 65.2892561983%;
        float: left;
        margin-right: 4.132231405%;
    }
}

.media__body,
.media__body > :last-child {
    margin-bottom: 0;
}


.media--newscard {
    margin-bottom: 2em;
}

    .media--newscard.is-member h2,
    .media--newscard.is-member time,
    .media--newscard.is-member p:not(.readmore) {
        color: #929292 !important;
    }

@media (min-width: 48em) {
    .gridModule-4up .media--newscard {
        margin-bottom: 2em;
    }
}

@media (min-width: 90em) {
    .gridModule-4up .media--newscard {
        margin-bottom: 0;
    }
}

.media--newscard .media__header {
    font-size: 27px;
    font-size: 2.7rem;
    margin-top: 2.5rem;
    margin-bottom: .5rem;
}

.media--newscard .media__body {
    color: black;
    font-family: open_sanssemibold;
    font-weight: 600;
}

.color-white .l-contentblock__content .media a .media__body .media__header {
    color: black;
}



.l-contentblock__content .media a .media__body p,
.l-contentblock__content .media a .media__body h2 {
    color: black;
}


    .l-contentblock__content .media a .media__body p.readmore {
        color: #e6007e !important;
    }

        .l-contentblock__content .media a .media__body p.readmore svg {
            width: 2rem;
            height: 2rem;
            position: absolute;
            margin-top: 2px;
            margin-left: .5em;
        }

        .l-contentblock__content .media a .media__body p.readmore:hover path {
            fill: #b30062;
        }


.m-contentblock--color-brand-rose .l-contentblock__content .media a .media__body p.readmore {
    color: white !important;
}

.l-contentblock__content .media a .media__body p span {
    color: #e6007e;
}

.l-contentblock__content .media a .media__body p i {
    color: #e6007e;
    margin-left: 7px;
}


.m-contentblock--color-white .media .media__body .readmore {
    color: #e6007e !important;
}

.m-contentblock--color-brand-cod-gray .media .media__body .readmore {
    color: #e6007e !important;
}

.m-contentblock--color-mine-shaft .media .media__body .readmore {
    color: #e6007e !important;
}

.m-contentblock--color-hint-of-red .media .media__body .readmore {
    color: #e6007e !important;
}


.m-contentblock--color-mercury .media .media__body .readmore {
    color: #e6007e !important;
}

.m-contentblock--color-black .media .media__body .readmore {
    color: #e6007e !important;
}

.m-contentblock--color-black .media .media__body p {
    color: white !important;
}

.m-contentblock--color-brand-cod-gray .media .media__body p {
    color: white !important;
}

.m-contentblock--color-mine-shaft .media .media__body p {
    color: white !important;
}

.m-contentblock--color-brand-rose .media .media__body p {
    color: white !important;
}

.m-contentblock--color-brand-rose .media .media__body p {
    color: white !important;
}

.m-contentblock--color-brand-rose .media .media__body .readmore {
    color: white !important;
}

    .m-contentblock--color-brand-rose .media .media__body .readmore i {
        color: white !important;
    }




.m-contentblock--color-white .media .media__body h2 {
    color: black;
}

.m-contentblock--color-brand-cod-gray .media .media__body h2 {
    color: white;
}

.m-contentblock--color-mine-shaft .media .media__body h2 {
    color: white;
}

.m-contentblock--color-brand-rose .media .media__body h2 {
    color: white;
}




.media--newscard .media__body time {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: open_sansregular;
    font-weight: 400;
}

    .media--newscard .media__body time + p {
        margin-top: .5em;
        font-family: open_sansregular;
        font-weight: 400;
    }

@media (min-width: 64em) {
    .media--newscard .media__img {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

        .media--newscard .media__img iframe, .media--newscard .media__img object, .media--newscard .media__img embed {
            height: 100%;
        }
}

@media (min-width: 48em) {
    .media--newscard {
        margin-bottom: 0;
    }
}

.media--newscard .media__header {
    font-size: 15px;
    font-size: 1.5rem;
    /*color: black;*/
}

.gridModule-3up .media--newscard .media__header {
    color: black;
}

.gridModule-3up .media--newscard p {
    color: black;
}


@media (min-width: 31.25em) {
    .media--newscard .media__header {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media (min-width: 48em) {
    .media--newscard .media__header {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .gridModule-3up .media--newscard .media__header {
        font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media (min-width: 64em) {
    .gridModule-2up .media--newscard .media__header,
    .gridModule-4up .media--newscard .media__header {
        font-size: 20px;
        font-size: 2rem;
    }

    .gridModule-3up .media--newscard .media__header {
        font-family: "open_sansbold", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media (min-width: 90em) {
    .gridModule-3up .media--newscard .media__header {
        font-size: 20px;
        font-size: 2rem;
    }

    .gridModule-4up .media--newscard .media__header {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media (max-width: 31.1875em) {
    .media--newscard .media__body {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media(min-width: 48em) {
    .gridModule-3up .media--newscard .media__body {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

@media(min-width: 64em) {
    .gridModule-3up .media--newscard .media__body {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.m-shortcut__link {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 1em;
}

    .m-shortcut__link:hover, .m-shortcut__link:focus {
        text-decoration: none;
        outline: none;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        background-color: rgba(0, 0, 0, 0.208);
        text-decoration: none;
    }

    .m-shortcut__link:active {
        box-shadow: none;
        outline: none;
        background-color: rgba(0, 0, 0, 0.28);
    }

.m-shortcut__name {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: .5em;
}

.m-shortcut i {
    font-size: 50px;
    font-size: 5rem;
    display: block;
}

@media (min-width: 31.25em) {
    .m-shortcut {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .m-shortcut__link {
        padding: .6em .3em;
        margin: 0 .2em;
    }

        .m-shortcut__link:first-child {
            margin-left: 0;
        }

        .m-shortcut__link:last-child {
            margin-right: 0;
        }

    .m-shortcut__name {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-shortcut i {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media (min-width: 48em) {
    .m-shortcut__link {
        padding: 1em;
        margin: 0 .5em;
    }

    .m-shortcut__name {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 1em;
    }

    .m-shortcut i {
        font-size: 70px;
        font-size: 7rem;
    }
}

@media (min-width: 64em) {
    .m-shortcut__link {
        padding: 1.5em 1em;
        margin: 0 1em;
    }

    .m-shortcut__name {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 1em;
    }

    .m-shortcut i {
        font-size: 100px;
        font-size: 10rem;
    }
}

@media (min-width: 90em) {
    .m-shortcut__link {
        margin: 0 1.2em;
    }
}

.pagination {
    margin-left: 0;
    padding-left: 0;
    padding-top: 3rem;
    border-top: 1px solid #e6e5e5;
    text-align: center;
}

@media (max-width: 51.1875em) {
    .pagination {
        padding-top: 0;
        margin: 0;
    }
}

.pagination a {
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none;
    padding: 0 1rem;
}

.pagination li {
    display: inline-block;
}

    .pagination li.current {
        background: transparent;
        border: 2px solid #e6e5e5;
        color: #333;
        cursor: default;
        padding: 0 1rem;
    }

.pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #666666;
}

.pagination .pagination-next a::after,
.pagination .pagination-next.disabled::after,
.pagination .pagination-previous a::before,
.pagination .pagination-previous.disabled::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 70%;
    display: inline-block;
}

.pagination .pagination-next {
    float: right;
}

    .pagination .pagination-next a::after, .pagination .pagination-next.disabled::after {
        /*content: "\e93f";gamla*/
        content: "\e90a";
        margin-left: 0.5rem;
    }

.pagination .pagination-previous {
    float: left;
}

    .pagination .pagination-previous a::before, .pagination .pagination-previous.disabled::before {
        /*content: "\e93e"; gamla*/
        content: "\e909";
        margin-right: 0.5rem;
    }

.pagination .disabled,
.pagination .disabled a {
    color: #666666;
}

.pagination li.current {
    color: #666666;
    font-size: 80%;
    display: inline-block;
}

    .pagination li.current:before {
        content: "sidan";
    }

.pagination li.pagination-previous {
    display: block;
}

.pagination li.pagination-next {
    display: block;
}

}

/*  ==============================================*
Switch
*   ==============================================*/
.switch {
    height: 4rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-size: 0.875rem;
}

    .switch [type='checkbox'] + label[for] {
        cursor: pointer;
    }

    .switch [type='checkbox'] + label, .switch [type='radio'] + label {
        display: inline-block;
        margin: 0;
        /*vertical-align: baseline;*/
        border-radius: 2rem;
        background-color: #f8f6f6;
        border: 2px solid #e6e5e5;
    }

    .switch .switch-paddle {
        background: #cacaca;
        cursor: pointer;
        display: block;
        position: relative;
        width: 7rem;
        height: 4rem;
        font-size: 1rem;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        border-radius: 0;
        color: inherit;
        font-weight: inherit;
    }

        .switch .switch-paddle::after {
            background: #e6007e;
            content: '';
            display: block;
            position: absolute;
            left: 0.25rem;
            top: 0.25rem;
            width: 3rem;
            height: 3rem;
            -webkit-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            border-radius: 50%;
        }

    .switch input:checked ~ .switch-paddle::after {
        left: 3.4rem;
    }

    .switch input:focus ~ .switch-paddle {
        border-color: #e6007e;
    }

input + .switch-paddle {
    margin: 0;
}

.switch-input {
    opacity: 0;
    position: absolute;
    margin-bottom: 0;
}

.switch-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 3rem;
    margin-top: 2rem;
}

    .switch-wrapper .switch {
        display: inline;
        margin: 0 1rem;
    }

    .switch-wrapper .switchlable {
        font-size: 18px;
        font-size: 1.8rem;
        display: inline;
        margin: 0;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        font-family: "open_sansregular", Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 4rem;
    }

        .switch-wrapper .switchlable:first-child {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

@media (min-width: 48em) {
    .switch-wrapper .switchlable:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
}

.switch-wrapper .switchlable__on, .switch-wrapper .switchlable__off {
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.switch-wrapper .switchlable__on {
    color: #666666;
}

.switch-wrapper .switchlable__off {
    color: #333;
}

@media (min-width: 48em) {
    .switch-wrapper .switchlable__off:first-child {
        margin-left: 2rem;
    }
}

.switch-wrapper.is-checked .switchlable__on {
    color: #333;
}

.switch-wrapper.is-checked .switchlable__off {
    color: #666666;
}

/*------------------------------------*    $collapsible
\*------------------------------------*/
.js .js-collapsible .js-collapsible__content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    background-color: transparent;
    visibility: hidden;
}

.js .js-collapsible.im-selected .js-collapsible__content {
    visibility: visible;
    max-height: 2000em;
    opacity: 1;
}

/*  ==============================================*
accordion
*   ==============================================*/
.accordion {
    background-color: #fff;
}

.accordion__trigger,
button.accordion__trigger {
    background-color: #fff;
    border: 0;
    margin: 0;
    border-top: 1px solid #e6e5e5;
    cursor: pointer;
    display: block;
    padding: 1em 0;
    text-decoration: none;
    text-transform: none;
    outline: none;
}

    .accordion__trigger:hover,
    .accordion__trigger:focus {
        outline: none;
    }

.accordion__panel {
    margin-top: -.5em;
    background-color: inherit;
    display: none;
    padding: 0 40px 20px 0;
    position: relative;
    z-index: 10;
}

    .accordion__panel *:last-child {
        margin-bottom: 0;
    }

    .accordion__panel *:first-child {
        margin-top: 0;
    }

button.accordion__trigger {
    -webkit-appearance: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    width: 100%;
    position: relative;
    padding-right: 35px;
}

    button.accordion__trigger:after {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e920";
        position: absolute;
        top: 17px;
        right: 0;
        width: 25px;
        height: 25px;
        border-radius: 20px;
        line-height: 25px;
        font-size: 12px;
        background-color: #e6007e;
        color: #fff;
        float: right;
        display: block;
        text-align: center;
    }

@media screen and (min-width: 768px) {
    button.accordion__trigger:after {
        top: 19px;
    }
}

.no-js button.accordion__trigger:after {
    display: none;
}

button.accordion__trigger[aria-expanded="true"]:after {
    content: "\e92a";
    font-size: 3px;
    top: 17px;
}

@media screen and (min-width: 768px) {
    button.accordion__trigger[aria-expanded="true"]:after {
        top: 19px;
    }
}

.wine-red button.accordion__trigger:after {
    background-color: #b12639;
}

.no-js .accordion__trigger {
    color: inherit;
}

.no-js .accordion__panel {
    display: block;
}

.no-js a + .accordion__panel {
    display: none;
}

.no-js .accordion__panel:target {
    display: block;
}

/*    ==============================================*        State
        // Are ways to describe how our modules or layouts will
        // look when in a particular state. Is it hidden or expanded?
        // Is it active or inactive?
\*    ==============================================*/
/*    ==============================================*
        non-semantic helper classes
\*    ==============================================*/
.extrastrong,
.extrabold {
    font-family: "open_sansbold", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
}

/* For image replacement */
.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    *line-height: 0;
}

.screen-reader-text,
.show-for-sr {
    left: -9999px;
    /* Reusable, toolbox kind of class */
    position: absolute;
    top: -9999px;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden,
.is-hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important;
}

.is-vishidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important;
}

.dot-divider {
    padding: 0 0.5em;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.platformpagenewslistingimage {
    float: right;
    max-width: 165px;
}

.searchUser1 {
    width: 20%;
}

.searchUser2 {
    width: 40%;
}

.searhUserPink {
    background-color: #ffe0f1;
}

.searchUserTH {
    border-style: solid;
    text-align: left;
}

    .searchUserTH .searchUser1 {
        border-style: solid;
        border-color: #e6e5e5;
        border-width: 2px;
        text-align: left;
        padding-left: 9px;
    }

    .searchUserTH .searchUser2 {
        border-style: solid;
        border-color: #e6e5e5;
        border-width: 2px;
        text-align: left;
        padding-left: 9px;
    }


.searchDetails {
}

.searchuserdetails {
    display: none;
}

.searchUserback {
    margin-top: 15px;
    display: none;
}

.autoCenter {
    font-family: open_sansregular;
    font-size: 16px;
    font-weight: 400;
}

#nohits a {
    font-family: open_sansregular;
    font-weight: 400;
}

#nohits p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*PRESSROOMBLOCKS*/
.ccg-row .ccg-padding-right {
    padding-right: 20px;
}

.ccg-row .ccg-padding-left {
    padding-left: 20px;
}

.press-room-page {
    word-break: break-word;
    box-sizing: border-box;
}

.pressroompage .m-contentblock {
    border-bottom: none !important;
}

.pressroompage .l-contentblock__content:not(.contentcard):not(.breadcrumbs) {
    margin-left: 0px !important;
    padding-top: 0px !important;
}

.pressroompage .m-contentblock {
    border: none;
}

.press-room-page h2 {
    margin-bottom: 42px;
    padding: 0 4.132231405%;
}

.press-room-page a h2 {
    font-size: 2rem;
    font-family: "open_sanssemibold";
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: .5rem;
    color: black !important;
    outline-color: #e6007e;
}

.pressroompage .m-contentblock__content:not(.contentcard) {
    /*margin-left: 30px !important;*/
    margin-left: 0px !important;
    padding-top: 0px !important;
    /*width: 1100px;*/
    /*width: 1200px;*/
    margin-right: 0 !important;
    padding-top: 0px !important;
}

.resolver_PlayBlockController {
    margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
    .resolver_PlayBlockController .playBlockDescriptionContainer {
        padding: 0 4.132231405%;
    }

    .playblock h2 {
        padding: 0;
    }

    .socialmediablock h2 {
        padding: 0;
    }
}

.press-contacts-wrapper {
    display: flex;
    flex-direction: column;
}

.press-room-page .remiss-header-margins {
    margin-top: 13.28px;
    margin-bottom: 13.28px;
}

.press-room-page .remiss-padding {
    padding: 0 4.132231405%;
}

@media screen and (max-width:767px) {
    .press-room-page .remiss-padding-mobile {
        padding: 0 4.132231405%;
    }
}

.press-room-margin-bottom {
    margin-bottom: 30px !important;
}

.press-room-page a time {
    font-size: 1.5rem !important;
    font-family: open_sansregular !important;
    color: #333 !important;
    background: rgba(0, 0, 0, 0.0);
    font-weight: 400;
    outline-color: #fff !important;
}

.press-room-page a p {
    font-size: 16px;
    color: #333 !important;
    font-family: open_sansregular !important;
    font-weight: 400;
    margin-bottom: 0 !important;
    outline-color: #e6007e !important;
    margin-block-start: 0em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}

.press-room-page a:hover {
    text-decoration: none !important;
}

.press-room-page a:focus {
    background-color: white !important;
}

.press-room-page .top-header {
    font-size: 40px !important;
    text-align: center;
}

.press-room-page .main-body-text {
    display: block;
    float: left;
    /*padding-right: 40px;*/
    padding-right: 0px;
}

    .press-room-page .main-body-text p {
        font-family: open_sansregular !important;
        font-weight: 400;
        font-size: 16px;
    }

.press-room-page .image-centered-container {
    display: flex;
    justify-content: center;
}

.press-room-page .image-centered {
    flex: 0 1 auto;
    align-self: auto;
}

.press-room-page .readmore {
    color: #e6007e !important;
    margin-top: -1.5rem;
    /*margin-left: 20px;*/
    margin-left: 0px;
}

@media screen and (min-width: 1198px) {
    .press-room-page .readmore {
        color: #e6007e !important;
        margin-top: -1.5rem;
        /*margin-left: 10px;*/
        margin-left: 0px;
    }
}

.press-room-page.gray-background {
    background-color: #f8f6f6 !important;
}

.press-room-page .centered-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.press-room-page .centered {
    width: 100%;
    text-align: center;
}

.press-room-page .title-font-size {
    font-size: 26px !important;
    margin-bottom: 17px !important;
}

.press-room-page .centered-element {
    flex: 0 1 auto;
    align-self: auto;
}

.press-room-page .flex-column-left-container {
    display: flex;
    justify-content: flex-start;
}

.press-room-page .left-aligned-element {
    flex: 0 1 auto;
    align-self: auto;
    margin: 1em;
}

    .press-room-page .left-aligned-element:nth-of-type(1) {
        flex: 0 1 auto;
        align-self: auto;
        margin: 1em;
        margin-left: 0;
    }

@media screen and (max-width: 768px) {

    .press-room-page .left-aligned-element {
        text-align: center;
        margin: 0;
    }

        .press-room-page .left-aligned-element:nth-of-type(1) {
            margin: 0;
        }
}

.press-room-page .header-font-size {
    font-size: 16px !important;
}

    .press-room-page .header-font-size.press-contact-header {
        font-size: 16px !important;
        margin-top: 13.28px !important;
        margin-bottom: 13.28px !important;
        padding: 0;
    }

.press-room-page .text-font-size {
    font-size: 2rem !important;
}

.pressroomimagespage .no-margins, .press-room-page .no-margins {
    margin: 0px !important;
}

    .press-room-page .no-margins.contact-font-size {
        font-size: 14px !important;
    }

.press-room-page.right-aligned-press-number {
    margin: 0px !important;
    padding: 0px !important;
    text-align: right;
    font-weight: bold !important;
}

.press-room-page .scroll-overflow-container {
    max-height: 400px;
    height: 400px;
    overflow-y: scroll;
    margin: 0 20px 10px 20px;
}

@media screen and (min-width: 768px) {
    .press-room-page .scroll-overflow-container {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

.contacts-flex-container {
    display: flex;
    flex-flow: row wrap;
    margin: auto !important;
    justify-content: flex-start;
}

    .contacts-flex-container .flex-item {
        width: 220px;
        margin: 0px;
        padding: 5px !important;
    }

        .contacts-flex-container .flex-item:nth-of-type(1) {
            padding-left: 0px !important;
        }

@media screen and (max-width: 619px) {
    .contacts-flex-container {
        flex-direction: column;
        align-items: center;
    }

    .press-info-container {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .contacts-flex-container .flex-item {
        width: 310px;
    }
}
/*.press-room-page .header-font-size {
    text-align: center;
}*/
.press-info-container {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {

    .contacts-flex-container .flex-item {
        width: 310px;
    }

    .press-room-page .header-font-size {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .contacts-flex-container .flex-item {
        flex: 0 1 auto;
    }
}

@media screen and (min-width: 1200px) {
    .press-info-container {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
    }
}

.press-images-page {
}

    .press-images-page .flex-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: row wrap;
        position: relative;
        justify-content: flex-start;
    }

        .press-images-page .flex-container .flex-item {
            width: 310px;
            height: 281px;
            margin: 4px;
            padding-right: 40px !important;
            padding-top: 20px !important;
            padding-bottom: 0px !important;
            padding-left: 0px !important;
            flex: 0 1 calc(25% - 8px);
        }

@media screen and (min-width: 50px) {
    .press-images-page .flex-container .flex-item {
        margin: 4px;
        padding-right: 40px !important;
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        flex: 0 1 auto !important;
    }
}

@media screen and (min-width: 768px) {
    .press-images-page .flex-container .flex-item {
        margin: 4px;
        padding-right: 40px !important;
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        flex: 0 1 calc(25% - 8px) !important;
    }
}

.nested-flex-container {
    /*display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    top: 4% !important;
    left: 1% !important;*/
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    .nested-flex-container .nested-flex-item {
        flex: 0 1 auto;
        align-self: auto;
    }

.contacts-flex-container a:focus {
    outline-style: none;
    background-color: #b30062 !important;
    color: white;
}

.contacts-flex-container a {
    font-size: 18px !important;
}

#myImg {
    margin-right: 10px;
    margin-left: 10px;
    width: 390px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    object-position: top;
}

    #myImg.BlockImage {
        padding: 0 !important;
        width: 400px;
        margin: 0;
    }

@media screen and (max-width: 484px) {
    #myImg.BlockImage {
        width: 306px;
        height: 205px;
    }
}

@media screen and (max-width: 375px) {
    #myImg.BlockImage {
        width: 256px;
        height: 172px;
    }
}

.press-images-page #myImg {
    margin-right: 10px;
    margin-left: 10px;
    width: 350px !important;
    height: 243px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    object-fit: cover;
    object-position: top;
}

#myImg:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover, .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.zero-margins p {
    margin-top: 10px !important;
    margin-left: 20px !important;
    /*margin-right: 20px !important;*/
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.flex-container-space-between {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .flex-container-space-between .item-space-between {
        flex: 0 1 auto;
        align-self: auto;
    }

.vertical-centered-container {
    position: relative !important;
    top: 4% !important;
}

.newsPress3up {
    border-top: none !important;
}

.divRow.openwindow {
    width: 320px;
    height: 171px;
    overflow: hidden;
    position: relative;
}

    .divRow.openwindow .therow {
        width: 10000px;
        position: absolute;
        height: 86px;
        left: 0px;
    }

@media screen and (min-width: 768px) {
    .divRow.openwindow {
        width: 640px;
        height: 171px;
        overflow: hidden;
        position: relative;
    }
}

@media screen and (min-width: 1200px) {
    .zero-margins p {
        margin-top: 0px !important;
        margin-left: 10px !important;
        margin-bottom: 0px !important
    }

    .divRow.openwindow {
        /*width: 100%;*/
        width: 995px !important;
        height: 171px;
        overflow: hidden;
        position: relative;
    }
}

.playBlockImage {
    width: 300px;
    height: 171px;
    margin-left: 15px;
    margin-right: 15px;
}

.iframewrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .iframewrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.playright {
    font-size: 65px;
}

.play-block-icon-container {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.play-icon-container {
    width: 320px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

    .play-icon-container .icon-centered-vertically {
        flex: 0 1 auto;
        align-self: auto;
    }

.play-block-readmore-container {
    text-align: center;
    font-size: 20px;
    margin-top: -30px;
}

    .play-block-readmore-container i {
        font-size: 12px;
    }

.centered-flex-press-contacts-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.debate-center-container {
    display: flex;
    justify-content: flex-start;
}

.debate-check-filter-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 120%;
}

@media screen and (min-width: 320px) {

    .contacts-flex-container {
        justify-content: flex-start;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 100% !important;
    }

    .debate-check-filter-flex-container {
        width: 100%;
    }

        .debate-check-filter-flex-container label {
            width: 100%;
        }

    .debate-center-container {
        display: flex;
        justify-content: center;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (min-width: 400px) {
    .play-icon-container {
        width: 420px !important;
    }

    .contacts-flex-container {
        justify-content: flex-start;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 100% !important;
    }

    .debate-check-filter-flex-container {
        width: 100%;
    }

    .debate-center-container {
        display: flex;
        justify-content: center;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (min-width: 485px) {
    .play-icon-container {
        width: 491px !important;
    }

    .contacts-flex-container {
        justify-content: flex-start;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 100% !important;
    }

    .debate-check-filter-flex-container {
        width: 100%;
        flex-direction: row;
    }

        .debate-check-filter-flex-container label {
            width: auto;
        }

    .debate-center-container {
        display: flex;
        justify-content: center;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (min-width: 619px) {
    .play-icon-container {
        width: 625px !important;
    }

    .contacts-flex-container {
        justify-content: flex-start;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 100% !important;
    }

    .debate-check-filter-flex-container {
        width: 100%;
    }

    .debate-center-container {
        display: flex;
        justify-content: center;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (min-width: 640px) {
    .play-icon-container {
        width: 645px !important;
    }

    .contacts-flex-container {
        justify-content: flex-start;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 100% !important;
    }

    .debate-check-filter-flex-container {
        width: 100%;
    }

    .debate-center-container {
        display: flex;
        justify-content: center;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (min-width: 700px) {
    .play-icon-container {
        width: 700px !important;
    }

    .contacts-flex-container {
        justify-content: center;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 100% !important;
    }

    .debate-check-filter-flex-container {
        width: 100%;
    }

    .debate-center-container {
        display: flex;
        justify-content: center;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .play-icon-container {
        width: 700px !important;
    }

    .contacts-flex-container {
        justify-content: center;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 100% !important;
    }

    .debate-check-filter-flex-container {
        width: 100%;
    }

    .debate-center-container {
        display: flex;
        justify-content: center;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .play-icon-container {
        width: 540px !important;
    }

    .contacts-flex-container {
        justify-content: flex-start;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 80% !important;
    }

    .debate-center-container {
        display: flex;
        justify-content: flex-start;
    }

    .debate-check-filter-flex-container {
        width: 80%;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1225px) {
    .play-icon-container {
        width: 540px !important;
    }

    .contacts-flex-container {
        justify-content: flex-start;
    }

    .press-room-page-wrapper .gridModule-3up {
        width: 120% !important;
    }

    .debate-center-container {
        display: flex;
        justify-content: flex-start;
    }

    .debate-check-filter-flex-container {
        width: 120%;
    }

    .debate-news-press-wrapper {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }
}

.prevplayIcon {
    color: #808080;
    font-size: 65px;
    cursor: pointer;
}

.nextplayIcon {
    color: #b30062;
    font-size: 65px;
    margin-left: 6px;
    cursor: pointer;
}

.playmargin {
    margin-left: 20px;
    margin-top: 10px;
}

.playrightmargin {
    margin-top: 10px;
}

.BlockImage {
    width: 390px;
    margin-left: 15px;
    margin-right: 15px;
    object-fit: cover;
    width: 380px;
    height: 260px;
}

.prevImageIcon {
    color: #808080;
    font-size: 65px;
    margin-right: -8px;
}

.nextImageIcon {
    color: #b30062;
    font-size: 65px;
    margin-right: -12px;
}

.divRow.imageopenwindow {
    width: 400px;
    height: 260px;
    overflow: hidden;
    position: relative;
}

    .divRow.imageopenwindow .therow {
        width: 10000px;
        position: absolute;
        height: 86px;
        left: 0px;
    }

@media screen and (max-width: 484px) {
    .divRow.imageopenwindow {
        height: 205px;
    }
}

@media screen and (max-width: 375px) {
    .divRow.imageopenwindow {
        height: 170px;
    }
}

.remissblock .l-contentblock {
    margin-bottom: 30px;
}

.press-room-page .divRow.imageopenwindow {
    overflow: hidden;
    position: relative;
}

.debates {
    padding-bottom: 0px !important;
}

.remissblockpadding:nth-of-type(1) {
    /*padding-left: 10px !important;*/
    padding-left: 0px !important;
    /*padding-right: 10px !important;*/
    padding-right: 30px !important;
}

.remissblockpadding:nth-of-type(2) {
    /*padding-left: 10px !important;*/
    padding-left: 0px !important;
    /*padding-right: 10px !important;*/
    padding-right: 0px !important;
}

.remissblockpadding h2 {
    color: black;
}

.remissblockpadding img {
    width: 100%;
}

.helplink {
    font-size: 18px;
}

.readmore.socialblock {
    margin-bottom: 20px;
    display: block;
    margin-left: 9px;
}

.pressroomimagespage {
    margin-bottom: 0px;
}
/* Background colors */
.bg--green {
    background: #66CC33;
}

    .bg--green h2, .bg--green h3, .bg--green h4, .bg--green p, .bg--green span, .bg--green a {
        color: #333;
    }

.bg--magenta {
    background: #E6007E;
}

    .bg--magenta h2, .bg--magenta h3, .bg--magenta h4, .bg--magenta p, .bg--magenta span, .bg--magenta a {
        color: #fff;
    }

.bg--yellow {
    background: #FFCC00;
}

    .bg--yellow h2, .bg--yellow h3, .bg--yellow h4, .bg--yellow p, .bg--yellow span, .bg--yellow a {
        color: #333;
    }

.bg--gray {
    background: #777777;
}

    .bg--gray h2, .bg--gray h3, .bg--gray h4, .bg--gray p, .bg--gray span, .bg--gray a {
        color: #fff;
    }

.bg--gray-80 {
    background: #929292;
}

    .bg--gray-80 h2, .bg--gray-80 h3, .bg--gray-80 h4, .bg--gray-80 p, .bg--gray-80 span, .bg--gray-80 a {
        color: #fff;
    }

.bg--gray-60 {
    background: #ADADAD;
}

    .bg--gray-60 h2, .bg--gray-60 h3, .bg--gray-60 h4, .bg--gray-60 p, .bg--gray-60 span, .bg--gray-60 a {
        color: #fff;
    }

.bg--gray-40 {
    background: #C9C9C9;
}

    .bg--gray-40 h2, .bg--gray-40 h3, .bg--gray-40 h4, .bg--gray-40 p, .bg--gray-40 span, .bg--gray-40 a {
        color: #333;
    }

.bg--gray-20 {
    background: #E4E4E4;
}

    .bg--gray-20 h2, .bg--gray-20 h3, .bg--gray-20 h4, .bg--gray-20 p, .bg--gray-20 span, .bg--gray-20 a {
        color: #333;
    }
/* End Background colors */
/* Opacity */
.opacity--bg:after {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
    background-color: #000;
}

.opacity--bg-1:after {
    opacity: .1
}

.opacity--bg-2:after {
    opacity: .2
}

.opacity--bg-3:after {
    opacity: .3
}

.opacity--bg-4:after {
    opacity: .4
}

.opacity--bg-5:after {
    opacity: .5
}

.opacity--bg-6:after {
    opacity: .6
}

.opacity--bg-7:after {
    opacity: .7
}

.opacity--bg-8:after {
    opacity: .8
}

.opacity--bg-9:after {
    opacity: .9
}

.opacity--bg-10:after {
    opacity: 1
}
/* End Opacity*/
/*End Three puffs block*/
.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.resolver_ThreePuffsBlockController {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.threepuffsblock {
    margin-top: 2em;
    margin-bottom: 2em;
}

    .threepuffsblock .threepuffsblock__inner.text-white a,
    .threepuffsblock .threepuffsblock__inner.text-white p,
    .threepuffsblock .threepuffsblock__inner.text-white h2 {
        color: #fff;
    }

    .threepuffsblock .threepuffsblock__inner.text-black:not(.has-image):not(.has-video) a,
    .threepuffsblock .threepuffsblock__inner.text-black:not(.has-image):not(.has-video) p,
    .threepuffsblock .threepuffsblock__inner.text-black:not(.has-image):not(.has-video) h2 {
        color: #000;
    }

.threepuffsblock__inner {
    height: 100%;
    min-height: 250px;
    padding: 52px 26px;
}

    .threepuffsblock__inner.has-image a {
        color: #fff;
    }

.threepuffsblock__textcontainer {
    position: relative;
    z-index: 20;
}

    .threepuffsblock__textcontainer a:after {
        display: inline-block;
        padding: 4px;
        border: solid;
        border-width: 0 3px 3px 0;
        margin-left: 6px;
        content: " ";
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.threepuffsblock a {
    text-decoration: none;
    font-size: 16px;
    font-family: "open_sansregular";
    font-weight: 400;
}

@media(min-width: 768px) {
    .threepuffsblock a {
        font-size: 18px;
    }
}

.threepuffsblock h2 {
    font-family: "open_sanssemibold";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
}

@media(min-width: 768px) {
    .threepuffsblock h2 {
        font-size: 26px;
    }
}

.threepuffsblock p {
    font-family: "open_sansregular";
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 .5em 0;
}

    .threepuffsblock p:last-of-type {
        margin-bottom: 0;
    }

@media(min-width: 768px) {
    .threepuffsblock p {
        font-size: 20px;
    }
}
/*End Three puffs block*/
/* Threepuffs & TopBlock Video*/
.video__play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

    .video__play svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        transition: all .3s;
    }

    .video__play:hover svg {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
    }

.video__playvideo {
    position: absolute;
}

    .video__playvideo.playing {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
    }
/* End Threepuffs & TopBlock Video*/
/* Cart */
.cart {
    overflow: hidden;
    max-height: 0;
    min-width: 365px;
    right: -20px;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 50;
    top: 40px;
    color: #333;
}

    .cart.open {
        border-top: 3px solid #E6007E;
        max-height: 1000px;
        transition: max-height ease-in .25s;
        box-shadow: 0px 0px 5px -1px rgba(204,204,204,1);
        padding: 1.5em 1em;
    }

@media (min-width: 768px) {
    .cart {
        width: 634px;
        right: 24px;
    }
}

.cart h2 {
    margin-top: 0;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

    .cart h2 svg {
        max-height: 22px;
        position: absolute;
        left: 0;
        top: 4px;
    }

.cart .cart__items {
    border-bottom: 2px solid #979797;
    padding-bottom: 1.5em;
}

.cart .cart__item, .cart .cart__item a {
    color: #333;
    font-family: "open_sansregular";
    font-weight: 400;
    font-size: 18px;
}

.cart .btn {
    background-color: #E6007E;
    padding: .75em 2.5em .75em 1.5em;
}

.cart .cart-remove-btn-top {
    background-color: transparent;
    padding: 0;
    position: relative;
    top: 2px;
}
/* End Cart*/
/* Topblock*/
.resolver_TopBlockController {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.topblock {
    margin-top: 2em;
    margin-bottom: 2em;
}

.topblock__block {
    height: 100%;
}

.topblock__inner {
    height: 100%;
    min-height: 250px;
    padding: 0;
    position: relative;
}

    .topblock__inner.bg--magenta .btn {
        background: #fff;
        color: #E6007E;
    }

.topblock__textcontainer {
    position: relative;
    z-index: 20;
    color: #fff;
    padding: 1.25em;
}


    .topblock__textcontainer.text-white p,
    .topblock__textcontainer.text-white h1,
    .topblock__textcontainer.text-white h2,
    .topblock__textcontainer.text-white h3 {
        color: #fff;
    }


    .topblock__textcontainer.text-black p,
    .topblock__textcontainer.text-black h1,
    .topblock__textcontainer.text-black h2,
    .topblock__textcontainer.text-black h3 {
        color: #000;
    }

@media (min-width: 768px) {
    .topblock__inner {
        padding: 52px 26px;
    }

    .topblock__textcontainer {
        padding: 1em 2em;
    }
}

.topblock__textcontainer h2 {
    font-family: "open_sanssemibold";
    font-weight: 600;
    font-size: 30px;
}

@media (min-width: 768px) {
    .topblock__textcontainer h2 {
        font-size: 45px;
    }
}

.topblock__block .row {
    height: 100%;
}

    .topblock__block .row .col-lg-6 h2 {
        font-size: 30px;
        max-width: 100%;
    }

    .topblock__block .row .col-lg-6 .topblock__inner {
        padding: 0;
    }

    .topblock__block .row .col-lg-6 .topblock__textcontainer {
        padding: 1.25em;
    }

@media (min-width: 992px) {
    .topblock__block .row .col-lg-6 .topblock__textcontainer {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.topblock__textcontainer a.btn {
    color: #fff;
}

.topblock__sidepuffs {
    height: 100%;
}

.sidepuffs {
    background: #F8F6F6;
}

.topblock__sidelink > p {
    display: flex;
}

.topblock__sidelinks {
    background: #F8F6F6;
    padding: 1.75em 1.25em;
}

.topblock__sidelink span {
    font-family: "open_sanssemibold";
    font-weight: 600;
    font-size: 18px;
    margin-right: .5em;
    position: relative;
    top: 0;
}

.topblock__sidelink a {
    font-size: 18px;
    font-family: "open_sanssemibold";
    font-weight: 600;
}

.topblock__sidelinks h2 {
    font-size: 20px;
}

.topblock .unslider-horizontal, .topblock .unslider, .topblock .unslider-carousel, .topblock .slideshow-slide {
    height: 100%;
}

.topblock__sidepuff {
    padding: 1.75em 1.25em;
    border-bottom: 1px solid #C9C9C9;
}

    .topblock__sidepuff:last-of-type {
        border-bottom: none;
    }

    .sidepuffs h2, .sidepuff h3, .topblock__sidepuff h3 {
        font-family: "open_sanssemibold";
        font-weight: 600;
        font-size: 20px;
        margin-top: 0;
    }

.coursesearch.sidepuffs h2 {
    padding: 1.75em 0 0 1.25em;
    margin-bottom: 0;
}

.coursesearch .sidepuff {
    border-bottom: none;
    padding: 1em 1.25em;
}

    .coursesearch .sidepuff h3 {
        font-size: 24px;
        font-family: "open_sansregular";
        font-weight: 400;
    }

.sidepuff a {
    font-family: "open_sansbold";
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

    .sidepuff a:after {
        font-family: 'icomoon' !important;
        content: "\e90a";
        font-size: 12px;
        position: absolute;
        right: -19px;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 4px;
    }

.courselandingpage .l-contentblock h1 {
    font-family: "open_sanssemibold";
    font-weight: 600;
    font-size: 1.8em;
}
/* Course Landing Page*/
.courselandingpage__filter label, .courselandingpage__filter h3 {
    font-size: 18px;
}

.courselandingpage__checkbox label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.courselandingpage__checkbox:hover span {
    background-color: #ccc;
}

.courselandingpage__checkbox input:checked ~ span {
    background-color: #e6007e;
    border-color: #e6007e;
}

.courselandingpage__checkbox span:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 0px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.courselandingpage__checkbox input:checked ~ span:after {
    display: block;
}

.courselandingpage__checkbox span {
    position: absolute;
    top: 3px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #333333;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .courselandingpage__checkbox span {
        top: 5px;
    }
}

.courselandingpage__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.courselandingpage__resulsitem h2 {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .courselandingpage__resulsitem h2 {
        font-size: 24px;
    }
}

.courselandingpage__resulsitem a {
    color: #333;
}

.courselandingpage__resulsitem--date {
    font-size: 16px;
    color: #868686;
    text-transform: capitalize;
}

@media screen and (min-width: 768px) {
    .courselandingpage__resulsitem--date {
        margin-right: 1em;
    }
}

.courselandingpage__resulsitem--date ~ .courselandingpage__resulsitem--status {
    margin-top: .5em;
}

@media screen and (min-width: 768px) {
    .courselandingpage__resulsitem--date ~ .courselandingpage__resulsitem--status {
        margin-top: 0;
    }
}

.courselandingpage__resulsitem--date-status {
    display: flex;
    flex-flow: column;
}

@media screen and (min-width: 768px) {
    .courselandingpage__resulsitem--date-status {
        flex-flow: wrap;
        margin-bottom: 10px;
    }
}

.courselandingpage__resulsitem--status {
    font-family: "open_sanssemibold";
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

    .courselandingpage__resulsitem--status.green {
        color: #6CBE49;
    }

    .courselandingpage__resulsitem--status.red {
        color: #FF2F2F;
    }

    .courselandingpage__resulsitem--status.yellow {
        color: #F4A159;
    }

.courselandingpage__resulsitem--preamble {
    font-size: 18px;
}

.courselandingpage__resulsitem--price {
    font-family: "open_sanssemibold";
    font-weight: 600;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .courselandingpage__resulsitem--price {
        font-size: 24px;
    }
}

.courselandingpage__resulsitem--memberprice {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .courselandingpage__resulsitem--memberprice {
        font-size: 18px;
    }
}

.courselandingpage__resulsitem--fullybooked {
    font-family: "open_sanssemibold";
    font-weight: 600;
    font-size: 18px;
    color: #C9C9C9;
}

@media screen and (min-width: 768px) {
    .courselandingpage__resulsitem--priceinfo {
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 1.5em;
    }
}

.courselandingpage__resulsitem--book a {
    color: #e6007e;
    font-family: "open_sanssemibold";
    font-weight: 600;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .courselandingpage__resulsitem--book a {
        font-size: 18px;
    }
}

a.courselandingpage__resulsitem--add-product {
    color: #e6007e;
    display: block;
}

    a.courselandingpage__resulsitem--add-product .cart-icon {
        position: relative;
        top: 4px;
    }

    a.courselandingpage__resulsitem--add-product .download {
        position: relative;
        top: 0;
        margin-right: .25em;
    }

.courselandingpage__resulsitem {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

    .courselandingpage__resulsitem:last-of-type {
        border-bottom: none;
    }

@media screen and (max-width: 767px) {
    .courselandingpage__filterheader {
        border: 2px solid #333333;
        padding: .5em 1em;
        margin-bottom: 1em;
        cursor: pointer;
    }
}

@media screen and (min-width: 768px) {
    .courselandingpage__filterheader p {
        display: none;
    }
}

.courselandingpage__filterheader p {
    font-family: "open_sansregular";
    font-weight: 400;
    font-size: 18px;
    color: #333;
    position: relative;
}

    .courselandingpage__filterheader p:after {
        font-family: 'icomoon' !important;
        content: "\e90a";
        font-size: 12px;
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        padding-top: 5px;
    }

.courselandingpage__filterheader.open p {
    border-bottom: 1px solid #ccc;
    padding-bottom: .25em;
}

    .courselandingpage__filterheader.open p:after {
        transform: translateY(-50%) rotate(270deg);
    }

@media screen and (max-width: 767px) {
    .courselandingpage__filterlist {
        max-height: 0;
        overflow: hidden;
        transition: all .25s;
    }

        .courselandingpage__filterlist.open {
            max-height: 1000px;
            transition: all .25s;
            margin-top: 1em;
        }
}

@media screen and (min-width: 768px) {
    .courselandingpage__subjectcolumns {
        -webkit-column-count: 3;
        column-count: 3;
        column-gap: 0;
    }
}
/* End Course Landing Page*/
/* Pagination */
.pagination {
    border-top: 0;
}

    .pagination .pagination__link {
        color: #333;
        font-family: "open_sanssemibold",Helvetica,Arial,sans-serif;
        font-weight: 600;
        font-size: 18px;
        margin: 0 .4em;
        padding: 0;
        position: relative;
    }

        .pagination .pagination__link:focus {
            text-decoration: underline !important;
            background-color: inherit;
            color: inherit;
        }

        .pagination .pagination__link.caret-before:before, .pagination .pagination__link.caret:after {
            position: relative;
            top: -3px;
            display: inline-block;
            padding: 3px;
            border: solid #333;
            content: " ";
        }

        .pagination .pagination__link.caret-before:before {
            border-width: 2px 0 0 2px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-right: .75em;
        }

        .pagination .pagination__link.caret:after {
            border-width: 0 2px 2px 0;
            margin-left: .75em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .pagination .pagination__link--selected {
        background: #E6007E;
        color: #fff;
        width: 27px;
        height: 27px;
        border-radius: 2px;
        display: inline-block;
    }

/* End Pagination */

/* Member news specific*/

.news-member {
    padding-left: 2em;
}

@media screen and (min-width: 768px) {
    .news-member + h1 {
        margin-top: 2rem;
    }
}


.news-member svg {
    width: 3rem;
    height: 3rem;
    position: absolute;
    margin-top: -2px;
    left: -2em;
}

.only-for-members {
    min-height: 650px;
}

@media screen and (min-width: 768px) {
    .only-for-members {
        min-height: 800px;
    }
}

@media screen and (min-width: 1024px) {
    .only-for-members {
        min-height: 1000px;
    }
}

.only-for-members .ingress {
    background: -webkit-linear-gradient(#929292, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.memberbox {
    border-radius: 5px;
    margin-top: 7rem;
    background-color: #F8F6F6;
    box-shadow: 0 4px 5px -2px rgba(154,154,154,0.2), 0 2px 16px 1px rgba(0,0,0,0.12);
    z-index: 1000;
}

.memberbox__inner {
    padding: 2rem;
}

@media screen and (min-width: 768px) {
    .memberbox__inner {
        padding: 5rem 10rem;
    }
}

.memberbox svg {
    position: absolute;
    left: -4px;
}

@media screen and (min-width: 768px) {
    .memberbox svg {
        height: 3rem;
        width: 3rem;
    }
}

/* End member news specific*/



.theme-ebr .c-header .c-logo-link {
    width: 132px;
}

    .theme-ebr .c-header .c-logo-link:hover,
    .theme-ebr .c-footer .c-logo-link:hover {
        text-decoration: none;
    }


.theme-ebr .c-footer .c-logo-link {
    width: 375px;
}

.theme-ebr .c-header__controls {
    width: 95%;
    margin: 12px 20px 12px 0;
}

@media (min-width: 48em) {

    .theme-ebr .c-header__controls {
        width: auto;
        margin: 30px 20px 0 0;
    }
}

.theme-ebr .c-header .c-logo-link .loggowrapper {
    width: 225px;
}

    .theme-ebr .c-header .c-logo-link .loggowrapper svg {
        max-width: 82px;
    }

    .theme-ebr .c-header .c-logo-link .loggowrapper img {
        max-height: 38px;
        display: inline-block;
        margin-left: 1em;
    }

.theme-ebr .c-footer .c-logo-link .loggowrapper {
    width: 375px;
}

    .theme-ebr .c-footer .c-logo-link .loggowrapper svg {
        max-width: 122px;
    }

    .theme-ebr .c-footer .c-logo-link .loggowrapper img {
        max-height: 58px;
        display: inline-block;
        margin-left: 1em;
    }

.theme-ebr .c-footer .c-footer__navigationColumn a {
    color: inherit;
}

@media (min-width: 48em) {
    .theme-ebr .c-header .c-logo-link .loggowrapper {
        width: 220px;
    }

        .theme-ebr .c-header .c-logo-link .loggowrapper svg {
            max-width: 112px;
        }

        .theme-ebr .c-header .c-logo-link .loggowrapper img {
            max-height: 48px;
            margin-left: 1em;
        }
}

@media (min-width: 64em) {

    .theme-ebr .c-header .c-logo-link .loggowrapper {
        width: 340px;
    }

        .theme-ebr .c-header .c-logo-link .loggowrapper svg {
            max-width: 190px;
        }

        .theme-ebr .c-header .c-logo-link .loggowrapper img {
            max-height: 58px;
            margin-left: 2em;
        }
}

.theme-ebr a,
.theme-ebr .icon-chevron-right:not(.nextplayIcon):before,
.theme-ebr .btn.btn--landing-white-bg,
.theme-ebr .course-occasions,
.theme-ebr .course-profiles,
.theme-ebr .course-occasions + i.icon-chevron-down,
.theme-ebr .course-profiles + i.icon-chevron-down,
.theme-ebr .m-contentblock--color-brand-cod-gray .media .media__body .readmore,
.theme-ebr .l-contentblock__content .media a .media__body p.readmore,
.theme-ebr .ccg-product-wrapper .media__header,
.theme-ebr .l-contentblock__content .media a .media__body p i,
.theme-ebr .m-contentblock--color-white a,
.theme-ebr .m-contentblock--color-brand-rose .media .media__body .readmore i,
.theme-ebr .m-contentblock--color-mine-shaft .media .media__body .readmore,
.theme-ebr .l-contentblock__content .media a .media__body p span,
.theme-ebr .m-contentblock--newscards [class^="gridModule"].readmore-container .readmore i,
.theme-ebr .cc_container.cc_container a, 
.theme-ebr .cc_container.cc_container a:visited {
    color: #56ac2b;
}

.theme-ebr .l-contentblock__content .media a .media__body p.readmore,
.theme-ebr .pink a,
.theme-ebr .m-contentblock--color-white a,
.theme-ebr .m-contentblock--color-hint-of-red .media .media__body .readmore {
    color: #56ac2b !important;
}

    .theme-ebr a:hover,
    .theme-ebr a:hover .icon-chevron-right:before,
    .theme-ebr a:focus .icon-chevron-right:before,
    .theme-ebr .btn.c-header__controlsBtn:not(.no-theme):hover,
    .theme-ebr .btn.c-header__controlsBtn:not(.no-theme):focus,
    .theme-ebr input[type='submit'].c-header__controlsBtn:hover,
    .theme-ebr input[type='submit'].c-header__controlsBtn:focus,
    .theme-ebr .btn.c-header__controlsBtn:focus i:before,
    .theme-ebr .m-contentblock--color-brand-cod-gray .media .media__body .readmore:focus,
    .theme-ebr .m-contentblock--color-white a:focus,
    .theme-ebr .m-contentblock--color-brand-rose .media .media__body .readmore:focus i,
    .theme-ebr .m-contentblock--color-brand-rose .media .media__body .readmore:hover i,
    .theme-ebr .m-contentblock--newscards [class^="gridModule"].readmore-container .readmore:hover i,
    .theme-ebr .m-contentblock--newscards [class^="gridModule"].readmore-container .readmore:focus i {
        color: #82D558;
    }


    .theme-ebr .pink a:focus,
    .theme-ebr .pink a:focus .icon-chevron-right:before {
        color: #82D558 !important;
    }

.theme-ebr .m-contentblock--color-brand-rose a,
.theme-ebr .m-contentblock--color-brand-rose a i:before,
.theme-ebr .m-contentblock--color-green a,
.theme-ebr .m-contentblock--color-green a .icon-chevron-right:before {
    color: #fff !important;
}

.theme-ebr .m-contentblock--color-green .media a .media__body p.readmore,
.theme-ebr .m-contentblock--color-green .media a .media__body p.readmore i.icon-chevron-right:before {
    color: #333 !important;
}

.theme-ebr a:not(.threepuffsblock__link) h1,
.theme-ebr a:not(.threepuffsblock__link) h2,
.theme-ebr a:not(.threepuffsblock__link) h3,
.theme-ebr a:not(.threepuffsblock__link):hover h1,
.theme-ebr a:not(.threepuffsblock__link):hover h2,
.theme-ebr a:not(.threepuffsblock__link):hover h3 {
    color: #333;
}

.theme-ebr .btn.btn--caret,
.theme-ebr button.accordion__trigger:after,
.theme-ebr .webshop-container .cart-increase-btn,
.theme-ebr .webshop-container .cart-decrease-btn,
.theme-ebr .webshop-container .cart-remove-btn,
.theme-ebr .ccg-cart-header,
.theme-ebr input[type='submit'],
.theme-ebr .btn.btn--landingpage-anchor.ccg-form-btn,
.theme-ebr .btn.ccg-inline-btn,
.theme-ebr .user-alternative-profile + i.icon-chevron-down,
.theme-ebr .nav--subnav__link i,
.theme-ebr .l-main .block--social__listitem .block--social__link,
.theme-ebr .l-main .block--social__listitem .block--social__icon,
.theme-ebr .nav--primary .nav--primary__toggle,
.theme-ebr .cc_container.cc_container .cc_btn,
.theme-ebr .ccg-form-fields .FormSubmitButton,
.theme-ebr .ccg-form-field input[type='submit'] {
    background-color: #56ac2b;
}

html.js .theme-ebr #header::-webkit-scrollbar-thumb {
    background-color: #56ac2b;
}

.theme-ebr .courselandingpage__checkbox input:checked ~ span {
    background-color: #56ac2b;
    border-color: #56ac2b;
}

.theme-ebr .btn.btn--caret:hover,
.theme-ebr .btn.btn--caret:focus,
.theme-ebr .ccg-form-fields .FormSubmitButton:hover,
.theme-ebr .ccg-form-fields .FormSubmitButton:focus,
.theme-ebr .ccg-form-field input[type='submit']:hover,
.theme-ebr .ccg-form-field input[type='submit']:focus,
.theme-ebr .nav--subnav__link:hover i,
.theme-ebr .nav--subnav__link:focus i,
.theme-ebr input[type='submit']:hover,
.theme-ebr .btn.btn--landingpage-anchor.ccg-form-btn:hover,
.theme-ebr .btn.ccg-inline-btn:hover,
.theme-ebr .btn.btn--rightcolumn,
.theme-ebr .nav--subnav__link:hover i,
.theme-ebr .l-main .block--social__listitem .block--social__link:hover,
.theme-ebr .l-main .block--social__listitem .block--social__link:hover i,
.theme-ebr .l-main .block--social__listitem .block--social__link:focus,
.theme-ebr .l-main .block--social__listitem .block--social__link:focus i {
    background-color: #82D558;
}

.theme-ebr .btn,
.theme-ebr input[type='submit'],
.theme-ebr .block--social__link,
.theme-ebr .block--social__link:hover,
.theme-ebr .block--social__link:focus,
.theme-ebr .topblock__inner.bg--magenta .btn,
.theme-ebr .block--social__icon,
.theme-ebr .block--social__icon:hover,
.theme-ebr .block--social__icon:focus,
.theme-ebr .threepuffsblock .has-image h2,
.theme-ebr .threepuffsblock .has-image h2:hover,
.theme-ebr .nav--subnav__link i.icon-chevron-right:before,
.theme-ebr .cc_container.cc_container .cc_btn {
    color: #fff;
}

.theme-ebr .nav--helper__link {
    color: #333;
}

    .theme-ebr .nav--helper__link:hover,
    .theme-ebr .nav--helper__link:focus,
    .theme-ebr .nav--helper__link:active {
        background-color: #E4E4E4;
        color: #333;
        outline: none;
    }


.theme-ebr .ccg-form-field input,
.theme-ebr .ccg-form-field textarea,
.theme-ebr .add--role {
    border: 1px solid #56ac2b;
}

.theme-ebr a.c-logo-link:focus {
    outline: none;
    background-color: transparent;
}

.theme-ebr .threepuffsblock a {
    color: inherit !important;
}

.theme-ebr footer a,
.theme-ebr footer a .icon-chevron-right.red:before {
    color: #e6007e !important;
}

    .theme-ebr footer a:hover,
    .theme-ebr footer a:focus,
    .theme-ebr footer a:focus .icon-chevron-right.red:before,
    .theme-ebr footer a:hover .icon-chevron-right.red:before {
        color: #b30062 !important;
    }


.theme-ebr .l-contentblock svg g {
    fill: #56ac2b !important;
}

.theme-ebr .l-contentblock svg:hover g {
    fill: #82D558 !important;
}

.theme-ebr .btn.btn--landing-white-bg:hover,
.theme-ebr .btn.btn--landing-white-bg:active,
.theme-ebr .btn.btn--landing-white-bg:focus {
    background-color: #82D558;
    color: #fff;
}

.theme-ebr .nav--primary .nav--primary__toggle:hover,
.theme-ebr .nav--primary .nav--primary__toggle:focus,
.theme-ebr .is-open > .nav--primary__toggle {
    background: #fff;
}

    .theme-ebr .nav--primary .nav--primary__toggle:hover .plus-minus span,
    .theme-ebr .nav--primary .nav--primary__toggle:focus .plus-minus span,
    .theme-ebr .is-open > .nav--primary__toggle .plus-minus span {
        background: #56ac2b;
    }

.aspect-ratio {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.aspect-ratio--icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

    .aspect-ratio--icon .svg-icon--play {
        cursor: pointer;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.aspect-ratio--3-6-1:before {
    padding-top: 27.7777%
}

.aspect-ratio--21-9:before {
    padding-top: 42.85714%
}

.aspect-ratio--16-9:before {
    padding-top: 56.25%
}

.aspect-ratio--4-3:before {
    padding-top: 75%
}

.aspect-ratio--3-2:before {
    padding-top: 66.66667%
}

.aspect-ratio--1-1:before {
    padding-top: 100%
}

.aspect-ratio--4-5:before {
    padding-top: 125%
}

.aspect-ratio:before {
    display: block;
    content: ""
}

.aspect-ratio__item, .aspect-ratio embed, .aspect-ratio iframe, .aspect-ratio object, .aspect-ratio video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.aspect-ratio img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

    .aspect-ratio img.no-w-h {
        width: auto;
        height: auto;
    }

.object-fit--contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.object-fit--cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

/* GRID */
*>/**/.ccg-grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

.ccg-column.expand p {
    margin: 0;
}
* >/**/ .ccg-grid.expand {
    height: 100%;
}

.ccg-grid.center {
    margin: 0 auto;
}

/* NOTE This is the only block IE7- should read */
.ccg-grid>.ccg-row, .ccg-grid>.ccg-column, .ccg-grid>.ccg-row>.ccg-column {height: 0.1%; /* NOTE: Forces child-margins inside the box */position: relative;}
.ccg-grid>/**/.ccg-column {vertical-align: top;}
.ccg-grid>/**/.ccg-row {display: table-row; height: 0.1%;}
.ccg-row {display:table-row;}
.ccg-grid>/**/.ccg-row.expand {height: 100%;}
*>/**/.ccg-grid.contract {
    height: auto;
    width:auto;
}
*>/**/.ccg-grid.hcontract {width:auto;}
*>/**/.ccg-grid.vcontract {height: auto;}
.ccg-grid>/**/.ccg-column, .ccg-grid>/**/.ccg-row>.ccg-column {
    display: table-cell;
    height: auto; /* NOTE Just to reset the IE7 fix */
    width: 1px; /* Badass Comment this out becouse you cant set specified width later... */
    vertical-align:top;
}

    .ccg-grid >/**/ .ccg-column.expand, .ccg-grid >/**/ .ccg-row > .ccg-column.expand {
        width: auto;
    }

        .ccg-grid >/**/ .ccg-column.expand:after, .ccg-grid >/**/ .ccg-row > .ccg-column.expand:after {
            content: "";
        }

    .ccg-grid >/**/ .ccg-column.contract, .ccg-grid >/**/ .ccg-row > .ccg-column.contract {
        width: auto;
        height: auto;
    }

    .ccg-grid >/**/ .ccg-column.hcontract, .ccg-grid >/**/ .ccg-row > .ccg-column.hcontract {
        width: auto;
    }

    .ccg-grid >/**/ .ccg-column.vcontract, .ccg-grid >/**/ .ccg-row > .ccg-column.vcontract {
        height: auto;
    }

.ccg-grid.debug .ccg-column {
    border: 1px solid red;
}

.ccg-grid .ccg-column.center {
    vertical-align: middle;
    text-align: center;
}

.ccg-grid .ccg-column.vcenter {
    vertical-align: middle;
}

.ccg-grid .ccg-column.bottom {
    vertical-align: bottom;
}

.ccg-grid .ccg-column.top {
    vertical-align: top;
}

.ccg-grid .ccg-column.hcenter {
    text-align: center;
}

.ccg-grid .ccg-column.left {
    text-align: left;
}

.ccg-grid .ccg-column.right {
    text-align: right;
}

.ccg-grid .ccg-column.center > .ccg-grid {
    margin-left: auto;
    margin-right: auto;
}

.ccg-grid .ccg-column.left > .ccg-grid {
    margin-left: 0;
}

.ccg-grid .ccg-column.right > .ccg-grid {
    float: right;
}

.ccg-grid .float-right {
    float: right;
}

body > .ccg-grid {
    margin: 0em;
    table-layout: fixed; /* NOTE Speed up table rendering */
}
.ccg-width-1of1,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-1of1 {
    width: 100%
}

.ccg-grid > .ccg-row > .ccg-column.ccg-width-1of2 {
    width: 50%;
}

.ccg-grid > .ccg-row > .ccg-column.ccg-width-1of3 {
    width: 33.33333333%;
}

.ccg-grid > .ccg-row > .ccg-column.ccg-width-2of3 {
    width: 66.66666667%;
}

.ccg-grid > .ccg-row > .ccg-column.ccg-width-1of4 {
    width: 25%;
}

.ccg-grid > .ccg-row > .ccg-column.ccg-width-2of4 {
    width: 50%;
}

.ccg-grid > .ccg-row > .ccg-column.ccg-width-3of4 {
    width: 75%;
}

.ccg-width-1of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-1of12 {
    width: 8.33333333%;
}

.ccg-width-2of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-2of12 {
    width: 16.66666667%;
}

.ccg-width-3of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-3of12 {
    width: 25%;
}

.ccg-width-4of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-4of12 {
    width: 33.33333333%;
}

.ccg-width-5of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-5of12 {
    width: 41.66666667%;
}

.ccg-width-6of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-6of12 {
    width: 50%;
}

.ccg-width-7of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-7of12 {
    width: 58.33333337%;
}

.ccg-width-8of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-8of12 {
    width: 66.66666667%;
}

.ccg-width-9of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-9of12 {
    width: 75%;
}

.ccg-width-10of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-10of12 {
    width: 83.33333333%;
}

.ccg-width-11of12,
.ccg-grid > .ccg-row > .ccg-column.ccg-width-11of12 {
    width: 91.66666667%;
}
/* END GRID */

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .ccg-tablet-width-1of1,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-1of1 {
        display: block;
        width: 100%;
    }
    .ccg-tablet-width-1of2,
    .ccg-grid>.ccg-row>.ccg-column.ccg-tablet-width-1of2{width:50%;}

    .ccg-tablet-width-1of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-1of12 {
        width: 8.33333333%;
    }
    .ccg-tablet-width-2of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-2of12 {
        width: 16.66666667%;
    }
    .ccg-tablet-width-3of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-3of12 {
        width: 25%;
    }
    .ccg-tablet-width-4of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-4of12 {
        width: 33.33333333%;
    }
    .ccg-tablet-width-5of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-5of12 {
        width: 41.66666667%;
    }
    .ccg-tablet-width-6of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-6of12 {
        width: 50%;
    }
    .ccg-tablet-width-7of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-7of12 {
        width: 58.33333337%;
    }
    .ccg-tablet-width-8of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-8of12 {
        width: 66.66666667%;
    }
    .ccg-tablet-width-9of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-9of12 {
        width: 75%;
    }
    .ccg-tablet-width-10of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-10of12 {
        width: 83.33333333%;
    }
    .ccg-tablet-width-11of12,
    .ccg-grid > .ccg-row > .ccg-column.ccg-tablet-width-11of12 {
        width: 91.66666667%;
    }
}

/* Mobile */
@media screen and (max-width: 768px)
{
    .ccg-phone-width-1of1,
    .ccg-grid>.ccg-row>.ccg-column.ccg-phone-width-1of1{display: block; width:100%; padding-right:0; padding-left:0}
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
                 
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2, .col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10, .col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.ccg-product-wrapper .gridModule-3up:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.ccg-product-wrapper .media--newscard {
    position: relative;
}

.ccg-product-category-wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.ccg-product-btn-wrapper {
    position: absolute;
    bottom: 0px;
}

    .ccg-product-btn-wrapper .readmore:not(:first-of-type) {
        margin: 0;
    }

    .ccg-product-btn-wrapper .readmore:first-of-type {
        margin: 1.6rem 1.5rem 0 0;
    }

.ccg-product-pagination {
    border: none;
}

.ccg-product-preamble {
    padding-bottom: 106px;
    margin-bottom: 0;
    color: black !important;
}

.ccg-product-pagination .pagination-wrapper {
    border-top: 1px solid #e6e5e5;
}

.m-contentblock--products {
    border: none;
    border-top: 1px solid #e6e5e5;
}

.ccg-product-wrapper .btn:hover {
    color: #fff;
}

.ccg-product-wrapper a:link,
.ccg-product-wrapper a:visited {
    text-decoration: none;
}

.ccg-product-wrapper a:hover {
    text-decoration: none;
}

.ccg-product-image-wrapper {
    position: relative;
}

    .ccg-product-image-wrapper img {
        display: block;
    }

.ccg-product-label {
    display: inline-block;
    background-color: #e6007e;
    color: #fff;
    line-height: 1;
    padding: 7px 10px;
    font-size: 1.8rem;
}

@media (max-width: 31.25em) {
    .ccg-product-label {
        font-size: 1.5rem;
    }

    .ccg-product-btn-wrapper .readmore a {
        font-size: 1.5rem;
    }
}

@media (min-width: 48em) {
    .ccg-product-label {
        font-size: 1.2rem;
    }

    .ccg-product-btn-wrapper .readmore a {
        font-size: 1.6rem;
    }

    .ccg-product-wrapper .media--newscard {
        min-height: 407px;
    }

    .ccg-product-preamble {
        padding-bottom: 51px;
        margin-bottom: 0;
    }
}

@media (min-width: 64em) {
    .ccg-product-label {
        font-size: 1.5rem;
    }

    .ccg-product-btn-wrapper .readmore a {
        font-size: 1.8rem;
    }

    .ccg-product-wrapper .media--newscard {
        min-height: 497px;
    }
}

@media (min-width: 90em) {
    .ccg-product-label {
        font-size: 1.8rem;
    }
}

.ccg-product-label span {
}

.ccg-product-category {
    margin-bottom: 5px;
}

.ccg-product-status {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 1;
}

    .ccg-product-status.green {
        background-color: #27b700;
    }

    .ccg-product-status.yellow {
        background-color: #ff8800;
    }

    .ccg-product-status.red {
        background-color: #ff0000;
    }

.ccg-course-booking-column {
    padding: 15px;
    background-color: #e6007e;
    color: #fff;
}

    .ccg-course-booking-column h2 {
        margin: 0;
    }

    .ccg-course-booking-column .subnav--header {
        font-size: 24px;
        font-size: 2.4rem;
        font-family: "open_sanssemibold";
        font-weight: 600;
        padding: .25em 0;
    }

@media (min-width: 48em) {
    .ccg-course-booking-column .subnav--header {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media (min-width:769px) {
    .ccg-course-booking-column {
        padding: 20px;
    }
}

.ccg-course-booking-column h4 {
    margin-top: 0;
}

.course-booking-form {
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.6;
}

.course-occasions,
.course-profiles {
    padding: 1.4rem 3rem 1.4rem 1rem;
    border: none;
    color: #e6007e;
    width: 100%;
    margin: 0.5rem 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    font-family: "open_sansregular", sans-serif;
    font-weight: 400;
}

    .course-occasions > option,
    .course-profiles > option {
        border-radius: 3px;
        max-width: 100%;
    }

    .course-occasions + i.icon-chevron-down,
    .course-profiles + i.icon-chevron-down {
        position: relative;
        color: #e6007e;
        float: right;
        margin-top: -32px;
        margin-right: 5px;
        pointer-events: none;
        background-color: #fff;
        padding-right: 5px;
    }

    .course-occasions::-ms-expand,
    .course-profiles::-ms-expand {
        display: none !important;
    }

.course-booking-form button,
.course-booking-form a {
    width: 100%;
    margin-top: 1rem;
}

.course-note-text {
    font-size: 1.3rem;
}

.rightcolumn-cart-wrapper {
    text-align: center;
    position: relative;
    margin-top: 5rem;
}

    .rightcolumn-cart-wrapper span {
        color: #FFF;
        background-color: #e6007e;
        border: 1px solid #fff;
        border-radius: 4px;
        left: 50%;
        font-size: 1.5rem;
        position: absolute;
        top: -25px;
        padding: 0 0.5rem;
    }

    .rightcolumn-cart-wrapper i {
        padding: 1.5rem;
        border-radius: 50%;
        color: #fff;
        background-color: #e6007e;
        font-size: 3.5rem;
    }

.nav--subnavWrapper .label {
    display: block;
    font-size: 20px;
    font-family: "open_sansregular";
    font-weight: 400;
}

    .nav--subnavWrapper .label b,
    .nav--subnavWrapper .span {
        font-family: "open_sanssemibold";
        font-weight: 600;
    }

.nav--subnavWrapper .course-note-text {
    font-family: "open_sansregular";
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.nav--subnavWrapper .subnav--header--small {
    font-family: "open_sansregular";
    font-weight: 400;
}

.nav--subnavWrapper .subnav--header--large {
    font-family: "open_sansregular";
    font-weight: 400;
    font-size: 20px;
}

.nav--subnavWrapper .form-error {
    color: #fff;
}
.course-category-link {
    color:#fff;
}

.booking-error {
    margin-top:1rem;
}

@media (min-width:380px) {
    .contentlist--beta__wrapper {
        margin-bottom: 38px;
    }
    .contentlist--beta__wrapper:last-child {
        margin-bottom:0;
    }
}
.education-media__body a:link,
.education-media__body a:visited {
    text-decoration: none;
}
.education-media__body a:hover {
    text-decoration: underline;
}
/*MAGIC MENU*/

html.js .body.searchpage .nav-up {
    top: -189px;
}


html.js header {
    position: fixed;
    top: 0;
    transition: top 0.25s ease-in-out;
    max-width: inherit !important;
    z-index: 1001;
    height: inherit;
    max-height: 100vh;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    html.js header.cart-open {
        overflow-y: visible;
    }

html.js .nav-up {
    top: -358px;
}

html.js .cart-open.nav-up {
    top: -800px;
}


@media (min-width:550px) {

    html.js .nav-up {
        top: -310px;
    }

    html.js .c-header__navigationsHelper {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    html.js .body.searchpage .nav-up {
        top: -293px;
    }
}

@media (min-width: 48em) {

    html.js .nav-up {
        top: -650px;
    }
}

@media (min-width: 64em) {

    html.js .nav-up {
        top: -400px;
    }

    html.js .body.searchpage .nav-up {
        top: -450px;
    }
}

/*End magicmenu*/

/*SCROLLBAR CHROME/SAFARI CSS*/

html.js #header::-webkit-scrollbar {
    width: 14px;
}

html.js #header::-webkit-scrollbar-thumb {
    margin-right: 5px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}

html.js #header::-webkit-scrollbar-thumb {
    background-color: #e6007e;
}


/*SCROLLBAR CHROME/SAFARI CSS*/
/*SCROLLBAR IE CSS*/
html.js #header {
    scrollbar-base-color: #fff;
    scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: transparent;
    scrollbar-shadow-color: transparent;
    scrollbar-dark-shadow-color: transparent;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scaleup {
    padding-bottom: 230px;
}

.kc-sort-btn {
    color: #fff;
    border-radius: 3px;
    padding: 7px 10px 7px 20px;
    cursor: pointer;
    background-color: #b30062;
    white-space: normal;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    margin-top: 17px;
}

    .kc-sort-btn:focus {
        text-decoration: none;
        outline: none;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        background-color: #9d0056;
    }

    .kc-sort-btn i {
        position: absolute;
        right: 10px;
        bottom: 12px;
    }

.kc-search-field {
    text-align: center;
}

.kc-search-btn {
    min-height: 46px;
}

@media (min-width: 1025px) and (max-width: 1174px) {
    .kc-search-btn {
        padding-right: .5em;
        padding-left: .5em;
    }
}



.kc-sort-btn-wrapper {
    margin-right: 10px;
}

.kc-sort-btn-wrapper-last {
    margin-right: 0;
}

.filter-dropdown {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 10px 20px;
    background-color: #b30062;
    color: #fff;
    border-radius: 3px;
}

    .filter-dropdown .js-ClearSearch {
        color: #fff;
        text-decoration: none;
        font-style: normal;
        font-family: sans-serif;
    }

.kc-filter-wrapper {
    position: absolute;
    z-index: 2;
}

@media (min-width:48em) and (max-width:63.5em) {
    .kc-filter-form-fields {
        display: table;
        margin: 0 auto;
    }

    .kc-sort-btn i {
        margin-left: 10px;
    }

    .kc-sort-btn {
        padding: 7px 10px 7px 15px;
        font-size: 1.6rem;
    }

    .kc-filter-wrapper {
        font-size: 1.6rem;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    /*Här borde vi använda ccg-phone-width-1of1 istället*/
    .ccg-width-11of12-custom {
        display: block;
        width: 100% !important;
        padding-right: 0;
        padding-left: 0
    }

    .kc-sort-btn-wrapper {
        margin-right: 0;
    }
}

.logotype {
    width:100%;
    height:100%;
}
.logotype .cls-1, .cls-2 {
    fill: none;
}

.logotype .cls-2 {
    clip-rule: evenodd;
}

.logotype .cls-3 {
    clip-path: url(#clip-path);
}

.logotype .cls-4 {
    clip-path: url(#clip-path-2);
}

.logotype .cls-5 {
    isolation: isolate;
}

.logotype .cls-6 {
    clip-path: url(#clip-path-3);
}

.logotype .cls-7 {
    clip-path: url(#clip-path-4);
}

.logotype .cls-8 {
    fill: #121212;
}

.logotype .cls-9 {
    clip-path: url(#clip-path-6);
}

.logotype .cls-10 {
    fill: #e50c7e;
}


.timeout-ingress p {
    margin-top: 0;
}

body {
    word-wrap: break-word;
    word-break: break-word;
}

a.btn {
    text-decoration: none;
}

    a.btn:hover {
        text-decoration: none;
        outline: none;
        background-color: #9d0056;
        color: #fff;
    }

/*MINA SIDOR*/

.m-contentblock--bottombanner {
    border-bottom: none;
}

    .m-contentblock--bottombanner p {
        display: inline;
        text-align: left;
        margin-top: 0;
    }

    .m-contentblock--bottombanner i {
        font-size: 2.7em;
        margin-right: 20px;
        vertical-align: middle;
        color: #e6007e;
    }

@media (max-width:48em) {
    .m-contentblock--bottombanner i {
        float: left;
    }
}

.m-contentblock--bottombanner a:not(:hover) {
    text-decoration: none;
}

.m-contentblock--bottombanner .m-contentblock__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 48em) {
    .m-contentblock--bottombanner .m-contentblock__content {
        padding-top: 3rem;
        padding-bottom: 3rem;
        text-align: center;
    }

    .m-contentblock--bottombanner p {
        vertical-align: sub;
    }
}

@media (min-width: 90em) {
    .m-contentblock--bottombanner .m-contentblock__content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.interest__list li {
    list-style: none;
}

.interest__list input {
    margin-right: 10px;
}

@media (min-width: 48em) {
    .interest__list li {
        width: 49%;
        display: inline-block;
    }
}

@media (min-width: 90em) {
    .interest__list li {
        width: 40%;
    }
}

.form ul {
    padding-left: 0;
}

.contentContainer {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4.132231405%;
}

.gridModule-C__col--content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4.132231405%;
}

.gridModule-C--masthead {
    padding: 0;
}

@media (min-width: 48em) {
    .gridModule-C--masthead {
        margin-left: 0;
    }
}

@media (min-width: 48em) {
    .contentContainer {
        padding: 0;
        width: 82.6446280992%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }

    .gridModule-C__col--content {
        padding: 0;
        width: 82.6446280992%;
        float: left;
        margin-right: 4.132231405%;
        margin-left: 8.6776859504%;
    }
}

.gridModule-C__fullscreendivider {
    width: 150%;
    margin-left: -25%;
}

    .gridModule-C__fullscreendivider hr {
        border-top: 1px solid #e6e5e5;
    }

.subheader--magenta {
    color: #e6007e;
}

/*SCROLLBAR CHROME/SAFARI CSS*/
.role__dropdown::-webkit-scrollbar, .business-list-wrapper::-webkit-scrollbar {
    width: 14px;
}

.role__dropdown::-webkit-scrollbar-thumb, .business-list-wrapper::-webkit-scrollbar-thumb {
    margin-right: 5px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}

.business-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #990054;
}

.role__dropdown::-webkit-scrollbar-thumb {
    background-color: #fff;
}
/*SCROLLBAR CHROME/SAFARI CSS*/
/*SCROLLBAR IE CSS*/
.role__dropdown {
    scrollbar-base-color: #fff;
    scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: transparent;
    scrollbar-shadow-color: transparent;
    scrollbar-dark-shadow-color: transparent;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
/*SCROLLBAR IE CSS*/

.role__dropdown {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
    background-color: #e6007e;
    color: #fff;
    max-height: 200px;
    overflow: auto;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .role__dropdown li {
        border-bottom: 1px solid #e6e5e5;
        margin-bottom: 0;
        padding: 5px;
        word-break: break-word;
        word-wrap: break-word;
        cursor: pointer;
    }

        .role__dropdown li:hover {
            background-color: #990054;
        }

.role__list--item, .role__list--btn {
    color: #fff;
    border-radius: 3px;
    padding: 7px 10px;
}

.ccg-email-btn {
    padding: 13px 3.25em;
    margin-top: 1px;
}

@media (max-width:48em) {
    .ccg-email-btn {
        margin-top: 2rem;
    }
}

.gridContainer-registration-step1 .l-contentblock {
    border: none;
}

.gridContainer-registration-step1 .l-contentblock__content {
    padding-top: 0;
    padding-bottom: 0;
}

.role__list--item {
    background-color: #e6007e;
    margin-bottom: 15px;
    word-break: break-word;
    word-wrap: break-word;
}

    .role__list--item i {
        vertical-align: middle;
        cursor: pointer;
    }

    .role__list--item:not(:last-child) {
        margin-right: 10px;
    }

.role__filter--wrapper {
    max-width: 247px;
    display: inline-table;
}

.company--wrapper, .invoice--wrapper {
    min-width: 30%;
}

.company {
    padding-top: 35px;
    padding-bottom: 35px;
}

.company--odd {
    padding-left: 220px;
    margin-left: -220px;
    padding-right: 220px;
    margin-right: -220px;
    background-color: #f6f5f5;
}

li.selectedRole {
    background-color: #990054;
}

/*MINA SIDOR*/

/* Meny styling*/

.c-header__controls a {
    text-decoration: none;
}

/*@media (max-width: 37.3125em) {*/
/*@media (max-width: 46.3125em) {*/
@media (max-width: 59.9125em) {
    .btn.c-header__controlsBtn label, input[type='submit'].c-header__controlsBtn label,
    .btn.c-header__controlsBtn span, input[type='submit'].c-header__controlsBtn span {
        border: 0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media (min-width: 59.9125em) {
    .btn.c-header__controlsBtn.login i,
    .btn.c-header__controlsBtn.logout i,
    .english {
        display: none;
    }
}

@media (min-width: 37.3126em) {
    .btn.c-header__controlsBtn i,
    input[type='submit'].c-header__controlsBtn i {
        margin-left: 10px;
        font-size: 23px;
        font-size: 2.3rem;
    }

    .btn.c-header__controlsBtn:first-child {
        padding-right: 24px;
    }

    .btn.btn--icon.c-header__controlsBtn.mina-sidor {
        margin-left: 22px;
    }

    .btn.c-header__controlsBtn.mina-sidor i, .btn.c-header__controlsBtn.login i, .btn.c-header__controlsBtn.logout i {
        margin-right: 10px;
        margin-left: 0;
    }
}

.btn.c-header__controlsBtn:not(.mina-sidor):not(:first-child), input[type='submit'].c-header__controlsBtn:not(.mina-sidor):not(:first-child) {
    padding-left: 15px;
}

.btn.c-header__controlsBtn:not(:last-child):not(:nth-last-child(2)):not(.br-0), input[type='submit'].c-header__controlsBtn:not(:last-child):not(:nth-last-child(2)) {
    border-right: 2px solid rgba(228, 228, 228, 1);
}

.btn.c-header__controlsBtn:not(:last-child), input[type='submit'].c-header__controlsBtn:not(:last-child) {
    padding-right: 15px;
    /*margin-left:15px;*/
}

.btn.c-header__controlsBtn:last-child {
    border-left: 2px solid rgba(228, 228, 228, 1);
    height: 23px;
}

.btn.c-header__controlsBtn.nr-products-lnk,
.btn.c-header__controlsBtn.top {
    height: 32px;
}

/*@media (min-width: 34.375em) {*/
@media (min-width: 44.3125em) {
    .btn.c-header__controlsBtn:not(.mina-sidor):not(:first-child), input[type='submit'].c-header__controlsBtn:not(.mina-sidor):not(:first-child) {
        padding-left: 24px;
    }

    .btn.c-header__controlsBtn:not(:last-child), input[type='submit'].c-header__controlsBtn:not(:last-child) {
        padding-right: 24px;
    }
}

.btn.c-header__controlsBtn.login label, .btn.c-header__controlsBtn.login span, .btn.c-header__controlsBtn.logout label, .btn.c-header__controlsBtn.mina-sidor span {
    float: right;
}

@media (min-width: 48.01em) {
    .forgot--password, .cancel--password, .login--info__link {
        float: right;
        margin-left: 0;
    }
}

/*
===============KROM DESIGN INLOGG===========
*/

.form--container {
    margin-bottom: 4rem;
}

.forgotpassword-form .ccg-validation-error-wrapper,
.login--form .ccg-validation-error-wrapper,
.resetpassword--form .ccg-validation-error-wrapper {
    position: relative;
}

    .forgotpassword-form .ccg-validation-error-wrapper .error_message,
    .login--form .ccg-validation-error-wrapper .error_message,
    .resetpassword--form .ccg-validation-error-wrapper .error_message {
        margin-bottom: 0;
    }

.login--form, .forgotpassword-form, .resetpassword--form {
    background-color: #f8f6f6;
    border-radius: 3px;
}

.login--info, .reset--info {
    padding: 20px 7.3%;
    background-color: #e6007e;
    color: #fff;
}

    .login--info a {
        color: #fff;
        white-space: nowrap;
    }

.form--wrapper {
    padding: 0 7.3%;
}

.forgotpassword-form p, .login--form p, .resetpassword--form p {
    margin-top: 0;
}

.login--preamble {
    margin-top: 0;
}

.forgot--password, .cancel--password {
    display: block;
}

@media screen and (min-width: 48em) and (max-width: 61em) {
    .gridModule-A__col.gridModule-A__col--aside.login__wrapper {
        padding: 0;
        margin-left: 8.6776859504%;
        width: 56.6115702479%;
        float: left;
        margin-right: 4.132231405%;
    }
}

.form-validation--text {
    margin-bottom: 20px;
}

/*validerrrring */

select.error,
input.error {
    background-image: url('/Static/Energiforetagen/Styles/Img/icons/error.svg');
    background-position: right 5px center;
    background-repeat: no-repeat;
    padding-right: 35px !important;
}

.loading-magenta {
    background-image: url('/Static/Energiforetagen/Styles/Img/EF-Loader-small.gif') !important;
    background-size: 24px 24px;
    background-position: right 9px center;
    background-repeat: no-repeat;
    padding-right: 40px !important;
}

.loading {
    background-image: url('/Static/Energiforetagen/Styles/Img/loading_magenta.gif') !important;
    background-size: 24px 24px;
    background-position: left 9px center;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.loading-right {
    background-image: url('/Static/Energiforetagen/Styles/Img/loading_magenta.gif') !important;
    background-size: 24px 24px;
    background-position: right 9px center;
    background-repeat: no-repeat;
    padding-right: 40px !important;
}

.loading-wide-btn {
    background-image: url('/Static/Energiforetagen/Styles/Img/loading_magenta.gif') !important;
    background-size: 24px 24px;
    background-position: left 9px center;
    background-repeat: no-repeat;
}

.check {
    background-image: url('/Static/Energiforetagen/Styles/Img/icons/check.svg') !important;
    background-size: 20px 20px;
    background-position: left 9px center;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

/* File inputs with invalid value */
input[type="file"].error {
    color: #b94a48;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* File inputs with valid value */
input[type="file"].valid {
    color: #468847;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Element showing an inline error message */
.form-error {
    color: #ff0000;
}

.ok {
    color: #58b956;
}

@media(min-width:48em) {
    span.form-error, .ok {
        position: absolute;
        width: 100%;
    }
}

input + .form-error, input + .ok, .ok + .form-error, .form-error + .ok {
    margin-top: -1em;
}

.ccg-grid .ccg-row + .ok, .ccg-grid .ccg-row + .form-error,
.ccg-grid .ok + .form-error, .ccg-grid .form-error + .ok,
.ccg-form-field input + .ok, .ccg-form-field input + .form-error {
    margin-top: 0;
}

.ccg-position-relative .ok, .ccg-position-relative .form-error {
    margin: 0;
}

.ccg-column.expand a {
    text-decoration: none;
}

    .ccg-column.expand a:hover {
        text-decoration: underline;
    }

.member-details .l-contentblock:last-child {
    border-bottom: none;
}

.member-details .l-contentblock:first-of-type {
    border-top: none;
}

.member-details .l-contentblock__content:first-of-type {
    padding-top: 0;
}

.form-validation--text {
    line-height: 140%;
    font-size: 1.6rem;
    display: block;
}

/* Element showing the help text declared in data-validation-help */
span.help {
    color: #999;
    font-size: 90%;
}

/* Here you can style the entire form while server being
  requested when using data-validation="server" */
form.async-validation,
form.validating-server-side /* deprecated */ {
}

.IsInEditMode {
    margin-top: 5px !important;
}

.contentarea {
    width: 100%;
}

.highlight {
    background-color: #ffeb99;
}

.loading-image {
    text-align: center;
    margin-top: 2em;
    height: 64px;
}

.switch [type='checkbox'] + label, .switch [type='radio'] + label {
    vertical-align: bottom;
}

.no-js .no-js--hide {
    display: none;
}

.c-header, .c-footer {
    background-color: #fff;
}

.btn.c-header__controlsBtn {
    color: #121212;
    box-shadow: none;
}

.btn.btn--icon.c-header__controlsBtn.login,
.btn.btn--icon.c-header__controlsBtn.mina-sidor {
    height: 32px;
    line-height: 1.8;
}

    .btn.c-header__controlsBtn .nr-products {
        position: absolute;
        background: #E6007E;
        color: #fff;
        border-radius: 100%;
        width: 22px;
        height: 22px;
        font-size: 0.7em;
        text-indent: 5.5px;
        right: 7px;
        top: -8px;
        font-weight: 600;
        border: 2px solid #fff;
        padding-top: 0;
        font-family: "open_sansbold";
    }

@media (max-width: 59.9125em) {
    .btn.c-header__controlsBtn .nr-products {
        right: 0;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

.btn.c-header__controlsBtn:hover, .btn.c-header__controlsBtn:focus,
input[type='submit'].c-header__controlsBtn:hover, input[type='submit'].c-header__controlsBtn:focus {
    background-color: transparent;
    box-shadow: none;
    color: #b30062;
}

.btn.c-header__controlsBtn label, input[type='submit'].c-header__controlsBtn label {
    cursor: pointer;
}

.c-header__controls .btn:focus i:before,
.c-header__controls input[type='submit']:focus i:before {
    color: #b30062;
}

a.c-logo-link:focus {
    outline: none;
}

.c-header .c-logo-link {
    float: left;
    display: block;
    margin: 0 0 10px 20px;
    width: 82px;
    height: 48px;
    padding: 5px;
}

@media (max-width: 59.9125em) {
    .c-header .c-logo-link {
        margin-left: 10px;
    }
}

@media (max-width:22em) {
    .c-header .c-logo-link {
        margin: 0 0 10px 10px;
    }
}

@media (min-width: 48em) {
    .c-header .c-logo-link {
        width: 122px;
        height: 58px;
        margin-left: 30px;
        margin-top: 10px;
    }
}

@media (min-width: 64em) {
    .c-header .c-logo-link {
        margin: 11px 0 12px 30px;
        width: 150px;
        height: 68px;
    }
}

.masthead figure img {
    max-width: 100%;
    width: auto;
}

block--social__header {
    margin-top: 0;
}

.block--socialPrimo {
    margin-bottom: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
}

.l-pagecontainer {
    margin-bottom: -1.55em;
}

.header--division {
    text-align: center;
    margin-top: 0;
}

a {
    word-wrap: break-word;
}

.contactcard--person {
    margin-top: 60px;
    margin-bottom: 60px;
}

.m-shortcut__link {
    flex: 1;
    -ms-flex: 1;
}

/*IE BUGGADE NÄR det var margin-right på en tom <i>*/
.m-landinganchor .icon-placeholder {
    margin-right: 0 !important;
}

/* Fix Personlistning margin in description instead */
.contentlist--beta__contactdetails {
    margin-top: 0 !important;
}

.contentlist--beta__description {
    margin-bottom: 2rem !important;
}

button[type="submit"]:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none !important;
}

    button[type="submit"]:disabled:hover {
        background-color: #b30062 !important;
    }



@media (max-width:767px) {
    .m-hero__header.landing__header--text {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 4.132231405%;
    }
}

@media (min-width: 48em) {
    .video__text {
        position: absolute;
        z-index: 1000;
        color: #fff;
        padding-top: 15%;
        cursor: pointer;
    }

        .video__text h1 {
            margin-bottom: .3em;
        }

        .video__text span {
            font-family: "open_sansbold",Helvetica,Arial,sans-serif;
            font-weight: 700;
        }

    .video__text--mobile {
        display: none;
    }

    .videoPoster:before, .videoPoster:after {
        top: 60%;
    }
}

@media (min-width: 48em) and (max-width: 70em) {
    .videoPoster:before, .videoPoster:after {
        top: 70%;
    }
}

@media (min-width: 90em) {
    .videoPoster:before, .videoPoster:after {
        top: 50%;
    }
}
/*IE 9 CSS Startpage*/
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .m-shortcut__link {
        width: auto;
        float: left;
    }

    .m-shortcut {
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .nav--helperWrapper {
        display: table;
        margin: 0 auto;
    }
}
/*paginering mobilvy*/
@media (max-width: 51.1875em) {
    .pagination li.current:before {
        content: "sida ";
    }
}

/*COOKIE BANNER*/
.cc_container.cc_container {
    color: #121212;
}

    .cc_container.cc_container a, .cc_container.cc_container a:visited {
        color: #e6007e;
    }

    .cc_container.cc_container .cc_btn, .cc_container.cc_container .cc_btn:visited {
        background-color: #e6007e;
        color: #fff;
    }

    .cc_container.cc_container, .cc_container.cc_container .cc_btn, .cc_container.cc_container a {
        font-family: "open_sansregular", Helvetica, Arial, sans-serif;
        font-weight: 400;
    }

        .cc_container.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
            background-color: #990054;
            color: #fff;
        }

        .cc_container.cc_container a:hover, .cc_container.cc_container a:active {
            color: #ff1a98;
        }

.cc_more_info:focus {
    background-color: transparent;
}

/*Pagination case*/
.pagination-wrapper.pagination-wrapper {
    padding-top: 0;
    padding-bottom: 15px;
}

    .pagination-wrapper.pagination-wrapper .pagination {
        border-top: none;
        margin-bottom: 0;
    }

.list-wrapper {
    position: relative;
}

    .list-wrapper img {
        max-width: 100%;
    }

.media__body .list-date {
    position: relative;
    float: right;
    top: 0;
    margin-left: 1rem;
    margin-top: 1.5rem;
}

.list-date {
    display: inline-block;
    height: 43px;
    min-width: 75px;
    max-width: 95px;
    background-color: #e6007e;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 3px;
    position: absolute;
    top: 10px;
}

.d-def {
    left: 10px;
}

.d-rev {
    left: 10px;
}

.list-month {
    font-size: 16px;
    text-transform: uppercase;
}

.list-day {
    font-size: 18px;
}

@media (min-width: 480px) {
    .media__body .list-date {
        margin-top: 0;
        margin-right: 1.5rem;
        margin-left: 0;
        float: left;
    }

    .list-date {
        min-width: 85px;
        top: 20px;
    }

    .d-def {
        left: 20px;
    }

    .d-rev {
        left: 20px;
    }
}

@media (min-width: 550px) {
    .media__body .list-date {
        margin-top: 1rem;
    }
}

@media (min-width: 48em) {
    .media__body .list-date {
        margin-top: 2.7rem;
    }

    .list-month {
        font-size: 18px;
    }

    .list-day {
        font-size: 27px;
    }

    .list-date {
        height: 54px;
    }
}

@media (min-width: 64em) {
    .media__body .list-date {
        margin-top: 0;
    }

    .d-rev {
        left: inherit;
        right: 20px;
    }
}

#ListContainer .m-contentblock:last-of-type {
    border-top: none;
}

.no-js .videoPoster {
    cursor: initial;
}

.hide {
    display: none !important;
}

.clear {
    clear: both !important;
}

.invisible {
    visibility: hidden !important;
}

.no-margin {
    margin: 0 !important;
}

.text-center {
    text-align: center !important;
}

@media screen and (min-width:992px) {
    .text-lg-center {
        text-align: center !important;
    }
}

.text-right {
    text-align: right !important;
}

@media screen and (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }
}

.inline--display {
    display: inline-block !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

@media (min-width: 34.375em) {
    .inline--display-tablet {
        display: inline-block !important;
    }
}

@media (max-width:768px) {
    .inline--display-phone {
        display: inline-block !important;
    }

    .pull-left-phone {
        float: left !important;
    }

    .pull-right-phone {
    }
}

@media (min-width:769px) {
    .inline--display-desktop {
        display: inline-block !important;
    }

    .pull-right-desktop {
        float: right !important;
    }
}

.margin-top {
    margin-top: 0.7em !important;
}




.margin-bottom {
    margin-bottom: 0.7em !important;
}

.NoBorder {
    border: none !important;
    border-width: 0px !important;
}


    .NoBorder.tbody {
        border: none !important;
        border-width: 0px !important;
    }


    .NoBorder tr {
        border: none !important;
        border-width: 0px !important;
    }


    .NoBorder td {
        border: none !important;
        border-width: 0px !important;
    }

.ccg-z-index9 {
    z-index: 9
}

.ccg-w100 {
    width: 100%;
}

.ccg-position-relative {
    position: relative;
}

.ccg-position-absolute {
    position: absolute;
}

.ccg-clear {
    clear: both;
}

.ccg-center {
    display: table;
    margin: 0 auto;
}

.ccg-no-word-wrap {
    white-space: nowrap;
}

.ccg-word-wrap {
    white-space: normal;
}

.ccg-line {
    clear: both;
    border-top: 1px solid #f0efef;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ccg-space {
    padding-bottom: 35px;
}

.ccg-space-1-2 {
    padding-bottom: 17px;
}

.ccg-space-2 {
    padding-bottom: 70px;
    clear: both;
}

.ccg-disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ccg-form .ccg-form-label-header {
    color: #e6007e;
    padding-bottom: 40px;
    display: block;
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
}



/* FIELD */
.ccg-form {
    margin-bottom: 0;
}

.ccg-padding-10-right {
    padding-left: 10px;
}

.ccg-padding-10-right {
    padding-right: 10px;
}


.ccg-form-field label {
    font-size: 1.8rem;
    display: block;
    margin-top: 5px;
}


.ccg-form-field i {
    display: block;
    margin-top: -2px;
    font-size: 1.4rem;
}

.ccg-form-field input, .ccg-form-field textarea, .add--role {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
    line-height: initial;
    font-family: "open_sansregular",Helvetica,Arial,sans-serif;
    font-weight: 400;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 1px rgba(228,228,228,0.5);
}

    .ccg-form-field input:focus, .ccg-form-field textarea:focus {
        border: 1px solid #E6007E;
        background-color: #FFFAFD;
    }

    .ccg-form-field input[type="submit"]:focus {
        border: 1px solid #990054;
        background-color: #990054;
        color: #fff;
    }

    .ccg-form-field input[aria-invalid="true"], .ccg-form-field textarea[aria-invalid="true"] {
        border: 1px solid #E62828;
        background-color: #FFF3F3;
    }

.courselandingpage .ccg-form-field input {
    border: 2px solid #333333;
    text-align: left;
    position: relative;
    padding-left: 30px;
}

.courselandingpage .ccg-form-field.icon-search2:before {
    position: absolute;
    top: 30px;
    z-index: 999;
    font-size: 18px;
    left: 10px;
}

@media screen and (min-width: 768px) {
    .courselandingpage .ccg-form-field.icon-search2:before {
        top: 20px;
    }
}

#login {
    width: 100%;
}

.add--role {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.ccg-form-field input[type=number] {
    -moz-appearance: textfield;
}

.ccg-form-field input:focus::-webkit-input-placeholder {
    color: transparent;
}

.ccg-form-field input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
.ccg-form-field input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
.ccg-form-field input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */

.ccg-form-field textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.ccg-form-field textarea:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
.ccg-form-field textarea:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
.ccg-form-field textarea:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */

.ccg-form-fields .ccg-padding-right {
    padding-right: 10px;
}

.ccg-form-fields .ccg-padding-left {
    padding-left: 10px;
}

.ccg-form-fields .ccg-padding-right-2 {
    padding-right: 20px;
}

.ccg-form-fields .ccg-padding-left-2 {
    padding-left: 20px;
}

.ccg-form-fields .ccg-padding-right-4 {
    padding-right: 40px;
}

.ccg-form-fields .ccg-padding-left-4 {
    padding-left: 40px;
}

.ccg-form-fields .ccg-field-padding-left {
    padding-left: 10px;
}

.btn.btn--landingpage-anchor.ccg-form-btn {
    width: auto;
    display: table;
    padding: 15px 30px;
}

/* END FIELD */


.input--submit.input--submit {
    color: #fff;
    margin-bottom: 5px;
    border: transparent;
}

.login--form .ccg-disable-select .ccg-column, .forgot--password, .cancel--password, .login--info span, .login--info a, .reset--info {
    font-size: 1.8rem;
}

.login--form .ccg-disable-select .ccg-column, .forgot--password {
    font-size: 1.8rem;
    float: left;
}


.ccg-form .ccg-approve-terms {
    font-size: 15px;
}

    .ccg-form .ccg-approve-terms .ccg-grid {
        /*width: 50%;*/
        margin: 0 auto;
    }

    .ccg-form .ccg-approve-terms.w100 .ccg-grid {
        width: 100%;
        margin: 0;
    }



.ccg-shortcut-input-radio__content label {
    border: 4px solid transparent;
    cursor: pointer;
}

    .ccg-shortcut-input-radio__content label input {
        display: none;
    }

.ccg-shortcut-input-radio__content .active {
    border-color: white;
}

.ccg-move-checkbox {
    position: relative;
}


.ccg-active-hide {
    display: none;
}


/* DROPDOWN */
.city-dropdown {
    width: 100%;
    font-size: 1.6rem;
    background-color: #e6007e;
    color: white;
}

    .city-dropdown .icon-down {
        position: relative;
        top: 2px;
    }

    .city-dropdown .icon-up {
        position: relative;
        top: 2px;
    }

    .city-dropdown .ccg-dropdown-header {
        cursor: pointer;
        border-bottom: 1px solid #ff40aa;
        padding: 5px
    }

.city-dropdown-wrapper {
    display: none;
}

.show-nested-dropdown .city-dropdown-wrapper {
    display: block;
}

.show-nested-dropdown input.search-business-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.city-dropdown .city-word {
    margin: 0 7px 0 4px;
}

.city-filter-wrapper .ccg-padding-right {
    padding-right: 25px;
}

.city-filter-wrapper .ccg-column {
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.city-filter-wrapper {
    word-break: normal;
}

    .city-filter-wrapper .ccg-column {
        opacity: 0.8;
    }

        .city-filter-wrapper .ccg-column:hover, .city-filter-wrapper .ccg-column.active {
            opacity: 1;
        }

            .city-filter-wrapper .ccg-column:hover span, .city-filter-wrapper .ccg-column.active span {
                border-bottom: 2px solid white;
            }


        .city-filter-wrapper .ccg-column.active {
            font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
            font-weight: 600;
        }

.ccg-dropdown.ccg-active-hide {
    display: block;
}

.city-dropdown-content {
    padding: 8px 0;
}

.ccg-dropdown.ccg-active-hide .city-dropdown-content {
    display: none;
}

.ccg-dropdown.ccg-active-hide .ccg-dropdown-header {
    border-color: transparent;
}
/* END - DROPDOWN */


/* CITY LIST */
.business-list-wrapper {
    border: 1px solid #e6007e;
    border-top-color: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 380px;
}

    .business-list-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 1.6rem;
    }

    .business-list-wrapper li {
        margin: 0;
        padding: 10px 10px;
        color: #6D6D6D;
        border-bottom: 1px solid #e9e8e8;
    }

        .business-list-wrapper li:last-child {
            border-bottom: none;
        }

        .business-list-wrapper li:hover .name, .business-list-wrapper li.active .name {
            color: white;
        }

        .business-list-wrapper li:hover, .business-list-wrapper li.active {
            cursor: pointer;
            background-color: #990054;
            color: white;
        }

        .business-list-wrapper li .name {
            color: black;
        }

        .business-list-wrapper li i {
            font-family: "open_sansitalic";
            font-style: normal;
        }
/* END - CITY LIST */

.ccg-screen-computer {
    display: none !important;
}

.ccg-screen-tablet {
    display: none !important;
}

.ccg-screen-phone {
    display: none !important;
}

/* Desktop */

@media screen and (min-width: 1024px) {
    .ccg-screen-computer {
        display: block !important;
    }

    .ccg-screen-computer-hide {
        display: none !important;
    }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ccg-form .ccg-approve-terms .ccg-grid {
        width: 70%;
    }

    .ccg-screen-tablet {
        display: block !important;
    }

    .ccg-screen-tablet-hide {
        display: none !important;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .ccg-phone-word-wrap {
        white-space: normal;
    }

    .ccg-form .ccg-approve-terms .ccg-grid {
        width: 100%;
        margin: 0;
    }

    .ccg-form-field {
        margin-top: 10px;
    }

    .ccg-validation-error-wrapper {
        position: relative;
    }

    .ccg-screen-phone {
        display: block !important;
    }

    .ccg-screen-phone-hide {
        display: none !important;
    }
}


/*/*episerver custom forms*/

.ccg-episerver-forms {
    padding: 0px;
}

.FormSelect select {
    overflow: hidden;
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 1px rgba(228,228,228,0.5);
}

    .FormSelect select:focus {
        border: 1px solid #E6007E;
        background-color: #FFFAFD;
    }

    .FormSelect select[aria-invalid="true"] {
        border: 1px solid #E62828;
        background-color: #FFF3F3;
    }

.platformbody .FormSelect select {
    border: 1px solid #b12639;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    border-radius: 3px;
    font-size: 1.8rem;
}


.ccg-form-fields .FormSubmitButton: disabled {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #e6007e;
    padding: 10px;
    border-radius: 3px;
    font-size: 1.8rem;
    line-height: initial;
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .ccg-form-fields .FormSubmitButton {
        max-width: 200px;
    }
}


.platformbody .ccg-form-fields .FormSubmitButton {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 38%;
    max-width: 224px;
    margin-top: 5px;
    border: 1px solid #b12639;
    padding: 10px;
    border-radius: 3px;
    font-size: 1.8rem;
    background-color: #b12639;
    line-height: initial;
    font-family: "open_sansregular",Helvetica,Arial,sans-serif;
    font-weight: 400;
    cursor: pointer;
}


.platformbody .ccg-form-field input, .platformbody .ccg-form-field textarea, .add--role {
    border: 1px solid #b12639;
}




.ccg-form-fields FormSubmitButton:hover, .FormSubmitButton:focus {
    text-decoration: none;
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: #9d0056;
}

.ccg-episerver-forms .Form__Element__ValidationError {
    font-size: 16px;
    color: #E30505;
    font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.ccg-episerver-forms .Form__Element__Caption {
    font-size: 18px;
    line-height: 27.9px;
}

.Form__Element.ValidationFail .Form__Element__Caption {
    color: #E30505;
}

.Form__Element.ValidationFail .input-container {
    position: relative;
}

    .Form__Element.ValidationFail .input-container:after {
        content: '';
        background: url(/Static/Energiforetagen/img/icon-explanationmark.svg) 0 0 no-repeat;
        background-size: 100%;
        width: 21px;
        height: 21px;
        position: absolute;
        right: 21px;
        top: 13px;
    }

.Form__Element .FormChoice label {
    font-size: 18px;
    line-height: 27.9px;
}

    .Form__Element .FormChoice label.header {
        font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 20px;
        display: block;
    }

.resolver_FormContainerBlockController form {
    margin: 0;
}


.form-check {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .25em 0
}

.form-check-input {
    position: absolute;
    left: -999999px;
    opacity: 0
}

    .form-check-input[type=checkbox]:disabled, .form-check-input[type=radio]:disabled {
        cursor: not-allowed
    }

.form-check-label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.75rem;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

    .form-check-label p {
        margin: 0 0 0 1em;
    }

.form-check-input ~ .form-check-label:before {
    position: absolute;
    top: .15em;
    left: 0;
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #969696;
    background-color: transparent;
    border-radius: 2px;
    content: "";
    font-size: 100%
}

[type=radio].form-check-input ~ .form-check-label:before {
    border-radius: 50%
}

[type=checkbox].form-check-input ~ .form-check-label:before {
    left: 0;
    content: ""
}

@media (-ms-high-contrast:none) {
    .form-check-input ~ .form-check-label:before {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg)
    }
}

[type=checkbox].form-check-input ~ .form-check-label:after {
    position: absolute;
    top: .5em;
    left: 5px;
    display: none;
    width: .65em;
    height: .35em;
    border-color: #fff;
    border-bottom: 1.5px solid;
    border-left: 1.5px solid;
    color: #fff;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (-ms-high-contrast:none) {
    [type=checkbox].form-check-input ~ .form-check-label:after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.form-check-input:checked ~ label:after {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.form-check-input:checked ~ label:before {
    background: #E6007E;
    border-color: #E6007E;
}

.Form__Title {
    font-family: "open_sanssemibold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: .5em;
}

.EPiServerForms .Form__Description {
    margin-bottom: 1.5em;
}



table {
    border-spacing: 0;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    word-break: keep-all;
    table-layout: fixed;
    overflow-y: auto;
    width: 100%;
}

@media screen and (max-width: 767px) {
    table {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    table.right-align tr td:not(:first-child) {
        text-align: right;
    }
}

tbody tr:first-child {
    background: #F8F6F6;
}

    tbody tr:first-child td {
        font-size: 16px;
        padding: 17px 21px;
        font-weight: 600;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }

thead ~ tbody tr:first-child {
    background: #fff;
}

    thead ~ tbody tr:first-child td {
        font-weight: 400;
        font-family: "open_sansregular", Helvetica, Arial, sans-serif;
    }

tfoot th, tfoot tr,
thead th, thead tr {
    background: #F8F6F6;
}
    tfoot th td, tfoot tr td,
    thead th td, thead tr td {
        font-size: 16px;
        padding: 17px 21px;
        font-weight: 600;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }

th td p, tr td p {
    margin: 0;
    padding: 0;
}

td {
    vertical-align: top;
    font-size: 16px;
    padding: 17px 21px;
    border-left: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    word-break: keep-all;
    line-height: 26px;
}

.table-responsive {
    overflow-x: auto;
}

    .table-responsive p {
        word-break: keep-all;
        margin-top: 0px;
        margin-bottom: 0px;
    }


/* TRIPPUS table rules */
.trippus-courseProgram table {
    border: 0;
}

.trippus-courseProgram td {
    font-size: 1em;
    border: 0;
    padding: 0;
}

.product-picture img {
    width:auto;
}
.product-contact-us-link:link,
.product-contact-us-link:visited {
    text-decoration: none;
    color: #fff;
}
.product-contact-us-link:hover {
    text-decoration: underline;
}
#ccg-quickNavigator {
    background: #f7542b;
    border: 1px solid #f7542b;
    border-top: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 10px;
    top: 0;
    z-index: 100000;
}
#ccg-quickNavigator > li {
    box-sizing: border-box;
    display: block;
    float: left;
    line-height: 16px !important;
    position: relative;
}
#ccg-quickNavigator a {
    text-decoration: none;
}
#ccg-quickNavigator .ccg-quickNavigator-editLink a span {
    background: url(/Util/images/episerver-white.svg) center center no-repeat;
    display: block;
    height: 16px;
    line-height: 12px;
    margin: 6px 10px 0;
    text-indent: -9999em;
    width: 50px;
}

/*    ==============================================*
        Print styles
\*    ==============================================*/
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #333 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
            display: block;
            word-break: break-all;
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Hide general parts of page */
    .hide-on-print {
        display: none !important;
    }

    /* Make sure menu is in right place  */
    html.js header {
        position: absolute;
    }

    /* Hide play icon on movies */
    .videoPoster:before,
    .videoPoster:after {
        display: none !important;
    }

    /* Remove link url decoration from logo in header and footer, also remove from links in footer */
    footer a[href]:after,
    a[href].c-logo-link:after,
    #ccg-quickNavigator a[href]:after,
    .block--publ-by a[href]:after {
        content: "";
        display: none !important;
    }
    /* Left align "find us" column */
    footer .gridModule-3up .col:nth-child(3n+2) {
        margin-left: 0;
    }

    html.js body {
        padding-top: 58px;
    }
    h1+.block--publ-by {
        margin-top: -0.8em;
    }
}
@media print and (min-width: 64em) {
    html.js body { padding-top: 92px; }
}
@media print and (min-width: 48em) {
    html.js body { padding-top: 78px; }
}
@media print and (min-width: 550px) {
    body { padding-top: 58px; }
}


.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.mw-100px {
    max-width: 100px !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.mt-5, .my-5 {
    margin-top: 2rem !important
}

.mr-5, .mx-5 {
    margin-right: 2rem !important
}

.mb-5, .my-5 {
    margin-bottom: 2rem !important
}

.ml-5, .mx-5 {
    margin-left: 2rem !important
}

.m-6 {
    margin: 2.5rem !important
}

.mt-6, .my-6 {
    margin-top: 2.5rem !important
}

.mr-6, .mx-6 {
    margin-right: 2.5rem !important
}

.mb-6, .my-6 {
    margin-bottom: 2.5rem !important
}

.ml-6, .mx-6 {
    margin-left: 2.5rem !important
}

.m-7 {
    margin: 3.5rem !important
}

.mt-7, .my-7 {
    margin-top: 3.5rem !important
}

.mr-7, .mx-7 {
    margin-right: 3.5rem !important
}

.mb-7, .my-7 {
    margin-bottom: 3.5rem !important
}

.ml-7, .mx-7 {
    margin-left: 3.5rem !important
}

.m-8 {
    margin: 4rem !important
}

.mt-8, .my-8 {
    margin-top: 4rem !important
}

.mr-8, .mx-8 {
    margin-right: 4rem !important
}

.mb-8, .my-8 {
    margin-bottom: 4rem !important
}

.ml-8, .mx-8 {
    margin-left: 4rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.pt-5, .py-5 {
    padding-top: 2rem !important
}

.pr-5, .px-5 {
    padding-right: 2rem !important
}

.pb-5, .py-5 {
    padding-bottom: 2rem !important
}

.pl-5, .px-5 {
    padding-left: 2rem !important
}

.p-6 {
    padding: 2.5rem !important
}

.pt-6, .py-6 {
    padding-top: 2.5rem !important
}

.pr-6, .px-6 {
    padding-right: 2.5rem !important
}

.pb-6, .py-6 {
    padding-bottom: 2.5rem !important
}

.pl-6, .px-6 {
    padding-left: 2.5rem !important
}

.p-7 {
    padding: 3.5rem !important
}

.pt-7, .py-7 {
    padding-top: 3.5rem !important
}

.pr-7, .px-7 {
    padding-right: 3.5rem !important
}

.pb-7, .py-7 {
    padding-bottom: 3.5rem !important
}

.pl-7, .px-7 {
    padding-left: 3.5rem !important
}

.p-8 {
    padding: 4rem !important
}

.pt-8, .py-8 {
    padding-top: 4rem !important
}

.pr-8, .px-8 {
    padding-right: 4rem !important
}

.pb-8, .py-8 {
    padding-bottom: 4rem !important
}

.pl-8, .px-8 {
    padding-left: 4rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 2rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 2rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 2rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 2rem !important
    }

    .m-sm-6 {
        margin: 2.5rem !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 2.5rem !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 2.5rem !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 2.5rem !important
    }

    .m-sm-7 {
        margin: 3.5rem !important
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 3.5rem !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 3.5rem !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 3.5rem !important
    }

    .m-sm-8 {
        margin: 4rem !important
    }

    .mt-sm-8, .my-sm-8 {
        margin-top: 4rem !important
    }

    .mr-sm-8, .mx-sm-8 {
        margin-right: 4rem !important
    }

    .mb-sm-8, .my-sm-8 {
        margin-bottom: 4rem !important
    }

    .ml-sm-8, .mx-sm-8 {
        margin-left: 4rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 2rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 2rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 2rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 2rem !important
    }

    .p-sm-6 {
        padding: 2.5rem !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 2.5rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 2.5rem !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 2.5rem !important
    }

    .p-sm-7 {
        padding: 3.5rem !important
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 3.5rem !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 3.5rem !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 3.5rem !important
    }

    .p-sm-8 {
        padding: 4rem !important
    }

    .pt-sm-8, .py-sm-8 {
        padding-top: 4rem !important
    }

    .pr-sm-8, .px-sm-8 {
        padding-right: 4rem !important
    }

    .pb-sm-8, .py-sm-8 {
        padding-bottom: 4rem !important
    }

    .pl-sm-8, .px-sm-8 {
        padding-left: 4rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 2rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 2rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 2rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 2rem !important
    }

    .m-md-6 {
        margin: 2.5rem !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 2.5rem !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 2.5rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 2.5rem !important
    }

    .m-md-7 {
        margin: 3.5rem !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 3.5rem !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 3.5rem !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 3.5rem !important
    }

    .m-md-8 {
        margin: 4rem !important
    }

    .mt-md-8, .my-md-8 {
        margin-top: 4rem !important
    }

    .mr-md-8, .mx-md-8 {
        margin-right: 4rem !important
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 4rem !important
    }

    .ml-md-8, .mx-md-8 {
        margin-left: 4rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 2rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 2rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 2rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 2rem !important
    }

    .p-md-6 {
        padding: 2.5rem !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 2.5rem !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 2.5rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 2.5rem !important
    }

    .p-md-7 {
        padding: 3.5rem !important
    }

    .pt-md-7, .py-md-7 {
        padding-top: 3.5rem !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 3.5rem !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 3.5rem !important
    }

    .p-md-8 {
        padding: 4rem !important
    }

    .pt-md-8, .py-md-8 {
        padding-top: 4rem !important
    }

    .pr-md-8, .px-md-8 {
        padding-right: 4rem !important
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 4rem !important
    }

    .pl-md-8, .px-md-8 {
        padding-left: 4rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 2rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 2rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 2rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 2rem !important
    }

    .m-lg-6 {
        margin: 2.5rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 2.5rem !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 2.5rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 2.5rem !important
    }

    .m-lg-7 {
        margin: 3.5rem !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 3.5rem !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 3.5rem !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 3.5rem !important
    }

    .m-lg-8 {
        margin: 4rem !important
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 4rem !important
    }

    .mr-lg-8, .mx-lg-8 {
        margin-right: 4rem !important
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 4rem !important
    }

    .ml-lg-8, .mx-lg-8 {
        margin-left: 4rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 2rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 2rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 2rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 2rem !important
    }

    .p-lg-6 {
        padding: 2.5rem !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 2.5rem !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 2.5rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 2.5rem !important
    }

    .p-lg-7 {
        padding: 3.5rem !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 3.5rem !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 3.5rem !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 3.5rem !important
    }

    .p-lg-8 {
        padding: 4rem !important
    }

    .pt-lg-8, .py-lg-8 {
        padding-top: 4rem !important
    }

    .pr-lg-8, .px-lg-8 {
        padding-right: 4rem !important
    }

    .pb-lg-8, .py-lg-8 {
        padding-bottom: 4rem !important
    }

    .pl-lg-8, .px-lg-8 {
        padding-left: 4rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 2rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 2rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 2rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 2rem !important
    }

    .m-xl-6 {
        margin: 2.5rem !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 2.5rem !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 2.5rem !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 2.5rem !important
    }

    .m-xl-7 {
        margin: 3.5rem !important
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 3.5rem !important
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 3.5rem !important
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 3.5rem !important
    }

    .m-xl-8 {
        margin: 4rem !important
    }

    .mt-xl-8, .my-xl-8 {
        margin-top: 4rem !important
    }

    .mr-xl-8, .mx-xl-8 {
        margin-right: 4rem !important
    }

    .mb-xl-8, .my-xl-8 {
        margin-bottom: 4rem !important
    }

    .ml-xl-8, .mx-xl-8 {
        margin-left: 4rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 2rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 2rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 2rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 2rem !important
    }

    .p-xl-6 {
        padding: 2.5rem !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 2.5rem !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 2.5rem !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 2.5rem !important
    }

    .p-xl-7 {
        padding: 3.5rem !important
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 3.5rem !important
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 3.5rem !important
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 3.5rem !important
    }

    .p-xl-8 {
        padding: 4rem !important
    }

    .pt-xl-8, .py-xl-8 {
        padding-top: 4rem !important
    }

    .pr-xl-8, .px-xl-8 {
        padding-right: 4rem !important
    }

    .pb-xl-8, .py-xl-8 {
        padding-bottom: 4rem !important
    }

    .pl-xl-8, .px-xl-8 {
        padding-left: 4rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (max-width: 767px) {
    .p-first-mt-0 *:first-child {
        margin-top: 0;
    }
}

.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel {
  
  color: white;
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}

.commonCalendarItem {
  height: 211px;
  width: 210px;
}

.visibleCarousellItems {
  width: 920px;
  height: 260px;
  float: left;
  overflow: hidden;
  position: relative
}


@media (max-width:1046px) {
  .visibleCarousellItems {
    width: 685px;
    height: 260px;
    float: left;
    overflow: hidden;
    position: relative
  }
}


@media (max-width:813px) {
  .visibleCarousellItems {
    width: 452px;
    height: 260px;
    float: left;
    overflow: hidden;
    position: relative
  }
}

@media (max-width:578px) {
  .visibleCarousellItems {
    width: 226px;
    height: 260px;
    float: left;
    overflow: hidden;
    position: relative
  }
}

.invisibleCarousellItems {
  width: 10000px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  position: absolute;
  overflow: hidden;
  padding-left: 5px;
  padding-top:20px;
}

.invisibleCarousellItems a {
  width:200px;
  height:211px;
  margin-bottom:32px;
  margin-right:32px;
}

  .invisibleCarousellItems .m-shortcut .m-shortcut__link {
    height: 250px;
  }

  .invisibleCarousellItems:first-child {
    margin-left: 5px !important;
  }

  .invisibleCarousellItems:last-child {
    margin-right: 5px !important;
  }

.itemheight {
  height: 250px;
  margin-right: 24px;
  margin-left: 24px;
  max-width: 260px;
  padding-top: 10px;
}

.margin10left{
  margin-left:10px;
}

.margin10 {
  margin: 10px;
  width:100%;
}

.nextCalendarItem {
  font-size: 55px;
  color: #b30062;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 250px;
  float: left;
  width: 55px;
}

  .nextCalendarItem i {
    float: right;
    max-width: 50%;
  }


.previousCalendarItem {
  font-size: 55px;
  color: #b30062;
  display: flex;
  cursor:pointer;
  float: left;
  align-items: center;
  height: 250px;
  width: 55px;
}

  .previousCalendarItem i {
    float: left;
    max-width: 50%;
  }


.carouselDate {
  font-size: 30px;
  font-weight: bold;
}

.carouselMonth {
  font-weight: bold;
}

.carouselName {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  min-width: 167px;
}

.carouselType {
  font-size: 15px;
  margin-top: 10px;
}

.carouselWhere {
  margin-top: 10px;
}


.fullwidth {
  width: 100%;
}


#MainDiv {
  position: relative;
  width: 800px;
}

#child .NextButton {
  position: absolute;
  top: 50%;
  right: 2%;
}

#child .PreButton {
  position: absolute;
  top: 50%;
  left: 2%;
}

#Next {
  opacity: 0.4;
  filter: alpha(opacity=20);
}

  #Next:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

#Previous {
  opacity: 0.4;
  filter: alpha(opacity=20);
}

  #Previous:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

#slider {
  width: 800px;
  overflow: hidden;
  position: relative;
}

  #slider .slides {
    display: block;
    width: 8000px;
    margin: 0;
    padding: 0;
  }

  #slider .slide {
    float: left;
    list-style-type: none;
    height: 120px;
  }

.selectedImage {
  border: 2px solid Red;
}




/*$bg-col: #f8f6f6;
$item-bg-col: #fff;
$text-std-col: #000;
$text-theme-col: #e6007e;
$text-light-col: #777777;
$ring-main-col: #bbbbbb;
$light-shadow-col: rgba(0,0,0,0.3);
$crisp-shadow-col: rgba(0,0,0,0.5);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

.m-contentblock__content.carousel {
  /*background-color: #f8f6f6;*/
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-top: 64px;
  line-height: 22px;
}

.m-contentblock__content.carousel div {
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: center;
}

.arrow {
  width: 90px;
  align-self: center;
  color: #e6007e;
  font-size: 70px;
}

.cal-item {
  position: relative;
  padding: 26px 16px 12px 16px;
  width: 200px;
  min-width: 200px;
  height: 210px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 32px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.3), 0 1px 2px rgba(0,0,0,0.3);
}

.ring {
  position: absolute;
  height: 22px;
  width: 14px;
  top: -4px;
  margin-left: 8px;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
  border-bottom-left-radius: 100% 50%;
  border-bottom-right-radius: 100% 100%;
  background-color: rgba(0,0,0,0.5);
}

  .ring:after {
    display: block;
    content: '';
    position: absolute;
    height: 30px;
    width: 14px;
    left: -5px;
    top: -10px;
    background-color: #bbbbbb;
    border-radius: 8px;
  }

.left {
  left: 16px;
}

.right {
  right: 16px;
}


.item-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.item-head {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.item-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.date-number {
    color: #e6007e;
    line-height: 50px;
    font-size: 60px;
    font-family: "open_sansregular";
    font-weight: 400;
}

.date-rest {
  color: #e6007e;
  line-height: 26px;
  text-align: right;
  width: 40px;
  font-size: 16px;
}

.year {
  width: 40px;
  color: #777777;
  font-size:16px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.description {
  text-align: center;
  color: black;
  line-height: 22px;
  font-size: 17px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

descriptionName 
{

}

.extra-info {
  display: flex;
  justify-content: space-between;
  color: #777777;
  font-size: 90%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.city {
  font-size: 17px;
}


.days {
  font-size: 17px;
}
