@charset "UTF-8";
/* Colors */
/* Font */
/* Sizes */
/* Breakpoints */
/**
 * Alle mixins go in this files
 *
 * Make sure mixins are either self explainable
 * or well documented
 */
/**
 * CSS easings below
 * 
 * See listed eases and make your own here:
 * http://matthewlein.com/ceaser/
 */
@import url("//hello.myfonts.net/count/348572");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

/**
 * Custom iconfonts
 */
@font-face {
  font-family: "iuno";
  src: url("fonts/iuno.eot");
  src: url("fonts/iuno.eot?#iefix") format("embedded-opentype"), url("fonts/iuno.ttf") format("truetype"), url("fonts/iuno.woff") format("woff"), url("fonts/iuno.svg#iuno") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neue Helvetica';
  src: url("fonts/348572_0_0.eot");
  src: url("fonts/348572_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/348572_0_0.woff") format("woff"), url("fonts/348572_0_0.ttf") format("truetype"), url("fonts/348572_0_0.svg#wf") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Neue Helvetica';
  src: url("fonts/348572_1_0.eot");
  src: url("fonts/348572_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/348572_1_0.woff") format("woff"), url("fonts/348572_1_0.ttf") format("truetype"), url("fonts/348572_1_0.svg#wf") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Neue Helvetica';
  src: url("fonts/348572_2_0.eot");
  src: url("fonts/348572_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/348572_2_0.woff") format("woff"), url("fonts/348572_2_0.ttf") format("truetype"), url("fonts/348572_2_0.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neue Helvetica';
  src: url("fonts/348572_3_0.eot");
  src: url("fonts/348572_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/348572_3_0.woff") format("woff"), url("fonts/348572_3_0.ttf") format("truetype"), url("fonts/348572_3_0.svg#wf") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Neue Helvetica';
  src: url("fonts/348572_4_0.eot");
  src: url("fonts/348572_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/348572_4_0.woff") format("woff"), url("fonts/348572_4_0.ttf") format("truetype"), url("fonts/348572_4_0.svg#wf") format("svg");
  font-weight: normal;
  font-weight: 800; }

@font-face {
  font-family: 'Neue Helvetica';
  src: url("fonts/348572_5_0.eot");
  src: url("fonts/348572_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/348572_5_0.woff") format("woff"), url("fonts/348572_5_0.ttf") format("truetype"), url("fonts/348572_5_0.svg#wf") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Founders Grotesk';
  src: url("fonts/founders_grotesk/FoundersGroteskWeb-Light.eot");
  src: url("fonts/founders_grotesk/FoundersGroteskWeb-Light.woff2") format("woff2"), url("fonts/founders_grotesk/FoundersGroteskWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Founders Grotesk';
  src: url("fonts/founders_grotesk/FoundersGroteskWeb-Medium.eot");
  src: url("fonts/founders_grotesk/FoundersGroteskWeb-Medium.woff2") format("woff2"), url("fonts/founders_grotesk/FoundersGroteskWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Founders Grotesk';
  src: url("fonts/founders_grotesk/FoundersGroteskWeb-Regular.eot");
  src: url("fonts/founders_grotesk/FoundersGroteskWeb-Regular.woff2") format("woff2"), url("fonts/founders_grotesk/FoundersGroteskWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Founders Grotesk';
  src: url("fonts/founders_grotesk/FoundersGroteskWeb-Semibold.eot");
  src: url("fonts/founders_grotesk/FoundersGroteskWeb-Semibold.woff2") format("woff2"), url("fonts/founders_grotesk/FoundersGroteskWeb-Semibold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

/**
 * Styling of basic elements.
 *
 * (Tag names)
 *
 * Don't put element specific styles
 * in this file!
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  position: relative;
  height: 100%;
  height: auto;
  overflow-x: hidden; }

body {
  font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  height: 100%;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  width: 100%; }

input,
textarea,
select,
button {
  font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

::selection {
  background: rgba(0, 176, 218, 0.9);
  color: #fff; }

::-moz-selection {
  background: rgba(0, 176, 218, 0.9);
  color: #fff; }

h1,
h2,
h3,
h4,
h5 {
  width: 100%;
  margin-bottom: 16px;
  line-height: 1; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child {
    margin-bottom: 0; }

h1 {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 32px; }
  @media all and (min-width: 768px) {
    h1 {
      font-size: 60px;
      line-height: 50px; } }
  @media all and (min-width: 1025px) {
    h1 {
      font-size: 90px;
      line-height: 70px; } }

h3 {
  font-weight: 300;
  font-size: 30px; }
  .closed h3,
  .opened h3,
  .generic-box-no-bg h3,
  .generic-box h3 {
    margin-bottom: 5px;
    word-break: break-word; }
  p + h3 {
    margin-top: 30px; }
  @media all and (min-width: 768px) {
    h3 {
      font-size: 40px; } }
  h3 + h2 {
    margin-top: -6px; }

a {
  background-color: #e20d8c;
  color: #fff;
  text-decoration: none; }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: 800; }

ul,
ol,
table,
img,
p {
  margin-bottom: 16px; }

p:last-of-type {
  margin-bottom: 0; }

ul,
ol {
  padding-left: 5px; }
  ul li,
  ol li {
    margin-left: 15px; }

ul ul {
  margin-bottom: 0; }

blockquote {
  position: relative;
  font-size: 30px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 300;
  padding-left: 40px;
  margin-bottom: 16px;
  letter-spacing: -0.5px; }
  @media all and (min-width: 768px) {
    blockquote {
      padding-left: 80px;
      font-size: 40px;
      margin: 40px 0;
      letter-spacing: -1px; } }
  @media all and (min-width: 1025px) {
    blockquote {
      padding-left: 108px;
      font-size: 60px;
      margin: 60px 0;
      letter-spacing: -1.5px; } }
  blockquote:before {
    font-family: "iuno";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\201D';
    font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #00b0da;
    font-size: 68px;
    line-height: 1;
    position: absolute;
    top: -4px;
    left: 0; }
    @media all and (min-width: 768px) {
      blockquote:before {
        font-size: 100px;
        left: 16px;
        top: -10px; } }
    @media all and (min-width: 1025px) {
      blockquote:before {
        font-size: 150px;
        left: 0;
        top: -20px; } }

svg {
  display: block;
  width: 100%;
  height: 100%; }

sky-svg {
  opacity: 0; }
  sky-svg.sky-svg-loaded {
    opacity: 1; }

/**
 * All layout specific style goes in this file
 *
 * Keep reusable-element specific styles in the _elements.css file
 */
.all-wrap {
  position: relative;
  min-height: 100vh; }
  @media all and (max-width: 767px) {
    .all-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .all-wrap .content-wrap {
        -ms-flex-positive: 1;
            flex-grow: 1; } }
  @media all and (min-width: 768px) {
    .all-wrap {
      width: 704px;
      margin: 0 auto;
      padding-bottom: 245px; } }
  @media all and (min-width: 1025px) {
    .all-wrap {
      width: 980px;
      padding-bottom: 285px; } }

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000; }
  .bg .image {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background-position: center center;
    background-size: cover;
    opacity: 0.7;
    -webkit-filter: blur(3px);
            filter: blur(3px); }
    @media all and (max-width: 767px) {
      .bg .image {
        display: block !important; } }
  @media all and (min-width: 768px) {
    .bg video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block !important;
      opacity: 0.7;
      min-width: 100%;
      min-height: 100%; } }

.content-wrap {
  padding: 0 20px; }
  @media all and (min-width: 768px) {
    .content-wrap {
      padding: 0; } }

@media all and (max-width: 767px) {
  .content {
    position: relative; } }

.iunoplus {
  margin-right: 0 !important; }

.person-circle .img {
  background-color: #fff; }

/**
* All element specific style goes in this file.
*
* Try and make elements as reusable as posible,
* and keep the selectors loose
*/
@media all and (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

@media all and (max-width: 767px) {
  .no-mobile {
    display: none !important; } }

.label {
  background: #e20d8c;
  display: inline-block;
  padding: 3px 5px;
  margin-right: 5px;
  margin-bottom: 16px; }

button[type="submit"].is-disabled {
  pointer-events: none; }
  button[type="submit"].is-disabled + span {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    color: transparent; }
  button[type="submit"].is-disabled + span:before {
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 15px);
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    -webkit-animation: spinner .5s linear infinite;
            animation: spinner .5s linear infinite;
    border-radius: 100px;
    border-top-color: transparent; }

.request-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 100px;
  margin-top: 20px;
  -webkit-animation: spinner .5s linear infinite;
          animation: spinner .5s linear infinite; }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

button[type="submit"][disabled] + span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  color: transparent; }

button[type="submit"][disabled] + span:before {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  -webkit-animation: spinner .5s linear infinite;
          animation: spinner .5s linear infinite;
  border-radius: 100px;
  border-top-color: transparent; }

.request-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 100px;
  margin-top: 20px;
  -webkit-animation: spinner .5s linear infinite;
          animation: spinner .5s linear infinite; }

@keyframes spinner {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.box-1 .boxes {
  width: 100%; }

@media all and (min-width: 768px) {
  .boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -16px; }
    .boxes.front {
      margin-top: 0px; } }
    @media all and (min-width: 768px) and (min-width: 1025px) {
      .boxes.front {
        margin-top: 140px; } }

@media all and (min-width: 768px) {
    .boxes[iu-show-more] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .boxes[iu-show-more] > .btn {
        margin-right: 16px; } }

@media all and (max-width: 767px) {
  .boxes .boxes {
    width: 100%; }
  .boxes[iu-show-more] > .btn {
    position: relative;
    margin-left: 50%;
    left: -57px; } }

@media all and (min-width: 768px) {
  .boxes.boxes2 {
    width: 480px; } }

@media all and (min-width: 1025px) {
  .boxes.boxes2 {
    width: 664px; } }

.boxes.no-stretch {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.boxes[iu-show-more] .box {
  display: none; }
  .boxes[iu-show-more] .box.box-visible {
    display: -ms-flexbox;
    display: flex; }

@media all and (max-width: 767px) {
  .boxes[iu-show-more] .box-1 {
    width: 100%; } }

img.person {
  width: 72%;
  height: auto;
  margin-top: -20px;
  margin-bottom: -25%;
  margin-left: 14%; }
  @media all and (min-width: 768px) {
    img.person {
      margin-top: -75px;
      margin-bottom: -100%;
      margin-left: auto;
      width: 224px;
      float: right; } }
  @media all and (min-width: 1025px) {
    img.person {
      margin-top: -150px;
      width: 316px; } }

.box-2 .trigger-button-only .box-content::before {
  display: none; }

.box-2 .trigger-button-only .box-content .closed button {
  width: auto !important;
  height: 40px;
  line-height: 40px;
  padding: 0 15px; }
  .box-2 .trigger-button-only .box-content .closed button::before {
    display: none; }

.box-2 .trigger-button-only .box-content .opened {
  background-color: rgba(34, 34, 34, 0.7); }

.box {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .box.align-top {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  @media all and (min-width: 768px) {
    .box {
      margin-right: 16px; } }
  @media all and (min-width: 768px) {
    .box.box-1 > .boxes.no-stretch > .box.box-1,
    .boxes.no-stretch > .box.box-1 > .trigger-button-only {
      margin-right: 0; } }
  .box > .box {
    width: 100%; }
    @media all and (min-width: 768px) {
      .box > .box {
        margin-right: 0; } }
  .box > .generic-box + .generic-box,
  .box > .generic-box + .generic-box-no-bg,
  .box > .generic-box + sky-fold,
  .box > .generic-box + .image-box,
  .box > .generic-box + .static-video,
  .box > .generic-box-no-bg + .generic-box,
  .box > .generic-box-no-bg + sky-fold,
  .box > .generic-box-no-bg + .image-box,
  .box > .generic-box-no-bg + .static-video,
  .box > .image-box + .image-box,
  .box > .image-box + sky-fold,
  .box > .image-box + .generic-box,
  .box > .image-box + .generic-box-no-bg,
  .box > .image-box + .static-video,
  .box > sky-fold + sky-fold,
  .box > sky-fold + .image-box,
  .box > sky-fold + .generic-box,
  .box > sky-fold + .generic-box-no-bg,
  .box > sky-fold + .static-video,
  .box > .static-video + .static-video,
  .box > .static-video + .image-box,
  .box > .static-video + .generic-box,
  .box > .static-video + .generic-box-no-bg,
  .box > .static-video + sky-fold {
    margin-top: 16px; }
  .box > p:last-child, .box > ul:last-child {
    margin-bottom: 0; }
  @media all and (min-width: 768px) {
    .box.no-stretch {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .box.stretch {
      -ms-flex-item-align: stretch;
          align-self: stretch; }
    .box.box-1 {
      width: 224px; }
    .box.box-2 {
      width: 464px; }
    .box.box-3 {
      width: 704px; } }
  @media all and (min-width: 1025px) {
    .box {
      font-size: 25px;
      line-height: 28px; }
      .box.box-1 {
        width: 316px; }
      .box.box-2 {
        width: 648px; }
      .box.box-3 {
        width: 980px; } }
  .box.image-to-left, .box.image-to-right {
    position: relative; }
    @media all and (min-width: 768px) {
      .box.image-to-left, .box.image-to-right {
        min-height: 280px; } }
    .box.image-to-left .person-image, .box.image-to-right .person-image {
      display: none;
      position: absolute;
      bottom: 0;
      left: -82px;
      height: 240px;
      margin-bottom: 0; }
      @media all and (min-width: 768px) {
        .box.image-to-left .person-image, .box.image-to-right .person-image {
          display: block; } }
      @media (orientation: landscape) {
        .box.image-to-left .person-image, .box.image-to-right .person-image {
          left: -145px;
          height: 400px; } }
      @media all and (min-width: 1025px) {
        .box.image-to-left .person-image, .box.image-to-right .person-image {
          left: -145px;
          height: 400px; } }
    .box.image-to-left .person-circle .person-image, .box.image-to-right .person-circle .person-image {
      position: static;
      bottom: auto;
      left: auto;
      height: 40px;
      display: block;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      @media all and (min-width: 768px) {
        .box.image-to-left .person-circle .person-image, .box.image-to-right .person-circle .person-image {
          display: none; } }
    .box.image-to-left > *, .box.image-to-right > * {
      position: relative; }
  .box.image-to-right .person-image {
    height: 200px;
    left: auto;
    right: -90px; }
    @media (orientation: landscape) {
      .box.image-to-right .person-image {
        height: 360px;
        right: -175px; } }
    @media all and (min-width: 1025px) {
      .box.image-to-right .person-image {
        height: 360px;
        right: -175px; } }

.sorting-box .contourField {
  width: 100%; }
  .sorting-box .contourField > label {
    margin-bottom: 0; }

.multiline-boxes {
  margin-bottom: -16px; }
  @media all and (min-width: 768px) {
    .multiline-boxes .box {
      margin-bottom: 0; } }
  .multiline-boxes .box input,
  .multiline-boxes .box .selector {
    margin-top: 0; }
  @media all and (min-width: 768px) {
    .multiline-boxes {
      margin-bottom: 0; } }
  .multiline-boxes .line {
    min-width: 100%;
    margin-right: -16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .multiline-boxes .line.last-line {
        margin-top: 16px; } }
    .form-field .multiline-boxes .line {
      margin-top: -5px; }
    .multiline-boxes .line.last-line {
      display: -ms-flexbox;
      display: flex;
      min-width: none; }
      .multiline-boxes .line.last-line.show-more-filters {
        display: none; }
  .multiline-boxes .box-1,
  .multiline-boxes .box-2,
  .multiline-boxes .box-3 {
    width: calc(100% - 16px); }
  @media all and (min-width: 768px) {
    .multiline-boxes .box-1 {
      width: 224px; }
      .multiline-boxes .box-1:first-of-type, .multiline-boxes .box-1:last-of-type {
        width: 204px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .multiline-boxes .box-2 {
      width: 444px; }
    .multiline-boxes .box-3 {
      width: 100%; } }
  @media all and (min-width: 1025px) {
    .multiline-boxes .box-1 {
      width: 316px; }
      .multiline-boxes .box-1:first-of-type, .multiline-boxes .box-1:last-of-type {
        width: 291px; }
    .multiline-boxes .box-2 {
      width: 623px; } }
  .multiline-boxes .btn.arrow-down {
    margin-bottom: 16px; }
    @media all and (min-width: 768px) {
      .multiline-boxes .btn.arrow-down {
        display: none; } }
    .multiline-boxes .btn.arrow-down:after {
      display: block;
      content: 'Flere muligheder'; }
    .multiline-boxes .btn.arrow-down.show-more-filters:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .multiline-boxes .btn.arrow-down.show-more-filters:after {
      content: 'Færre muligheder'; }

.member-info {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
  font-size: 20px; }
  @media all and (min-width: 1025px) {
    .member-info {
      font-size: 25px; } }
  .member-info tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05); }
  .member-info td {
    width: 100%;
    height: 30px;
    line-height: 1.3;
    padding: 10px;
    vertical-align: middle; }
  .member-info td:first-of-type {
    width: calc(100% / 3); }
    @media all and (min-width: 768px) {
      .member-info td:first-of-type {
        padding-right: 20px; } }
    @media all and (min-width: 1025px) {
      .member-info td:first-of-type {
        padding-right: 22.5px; } }
  .member-info td:last-of-type {
    width: calc(100% / 3 * 2);
    padding-left: 8px; }
    @media all and (min-width: 768px) {
      .member-info td:last-of-type {
        padding-left: 20px; } }
    @media all and (min-width: 1025px) {
      .member-info td:last-of-type {
        padding-left: 22.5px; } }

.member-edit {
  min-width: 300px;
  margin-bottom: 0; }
  .member-edit td {
    vertical-align: middle; }
  .member-edit td:first-of-type {
    padding-right: 25px; }
    @media all and (min-width: 768px) {
      .member-edit td:first-of-type {
        white-space: nowrap; } }
  .member-edit td:last-of-type {
    width: 100%; }
  .member-edit tr {
    min-height: 45px; }
    @media all and (min-width: 768px) {
      .member-edit tr {
        line-height: 45px; } }
    .member-edit tr:nth-of-type(n+2) td {
      padding-top: 16px; }

@media all and (max-width: 767px) {
  .box-columns {
    margin-right: -16px;
    padding-right: 16px; } }

@media all and (min-width: 768px) {
  .box-columns {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-line-pack: stretch;
        align-content: stretch; } }

@media all and (min-width: 768px) {
  .box-columns.boxes2 {
    width: 480px; } }

@media all and (min-width: 1025px) {
  .box-columns.boxes2 {
    width: 664px; } }

.box-columns.side-bar {
  display: inline;
  -ms-flex-direction: column;
      flex-direction: column; }
  .box-columns.side-bar .box {
    display: block;
    min-height: 0; }
  @media all and (min-width: 768px) {
    .box-columns.side-bar {
      width: calc(0.33 * (100% - 16px)); } }

@media all and (max-width: 767px) {
  .box-columns > div {
    width: 100%;
    margin-bottom: 20px; } }

@media all and (min-width: 768px) {
  .box-columns > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.box-bottom .box-columns {
  display: -ms-flexbox;
  display: flex; }
  .box-bottom .box-columns > div {
    margin: 0; }

.box-columns .box {
  min-height: 180px; }
  @media all and (min-width: 768px) {
    .box-columns .box {
      min-height: 200px; } }
  @media all and (min-width: 1025px) {
    .box-columns .box {
      min-height: 280px; } }

button.video {
  width: 35px;
  height: 35px;
  border-radius: 45px;
  color: #fff;
  text-align: center; }
  button.video svg {
    display: inline-block;
    margin-left: 1px;
    width: 17px;
    height: 18px;
    fill: #fff; }

sky-fold {
  background-color: transparent !important;
  background-size: cover !important;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media all and (max-width: 767px) {
    sky-fold {
      height: auto !important; } }
  sky-fold .sky-fold-bg {
    position: absolute;
    width: 100%;
    height: 100%; }
  sky-fold .box-content {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    position: relative; }
    sky-fold .box-content:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(34, 34, 34, 0.7);
      transition: 0.5s background; }
    @media all and (min-width: 768px) {
      sky-fold .box-content.abs {
        position: absolute; } }
    .pink-color sky-fold .box-content a, sky-fold .box-content.pink-color a {
      background: white;
      color: #e20d8c; }
    .pink-color sky-fold .box-content:before, sky-fold .box-content.pink-color:before {
      background-color: rgba(226, 13, 140, 0.8); }
    .secondary-color sky-fold .box-content:before, sky-fold .box-content.secondary-color:before {
      background-color: rgba(0, 176, 218, 0.8); }
    .event-color sky-fold .box-content, sky-fold .box-content.event-color {
      color: #333; }
      .event-color sky-fold .box-content:before, sky-fold .box-content.event-color:before {
        background-color: rgba(255, 252, 190, 0.9); }
    .contact-color sky-fold .box-content, sky-fold .box-content.contact-color {
      background: rgba(255, 255, 255, 0.2); }
    .no-color sky-fold .box-content:before, sky-fold .box-content.no-color:before {
      background-color: transparent; }
    sky-fold .box-content p,
    sky-fold .box-content h1,
    sky-fold .box-content h2,
    sky-fold .box-content h3 {
      word-wrap: break-word; }
  sky-fold.pink-color .box-content:before {
    background-color: rgba(226, 13, 140, 0.8); }
  sky-fold.secondary-color .box-content:before {
    background-color: rgba(0, 176, 218, 0.8); }
  sky-fold.event-color .box-content:before {
    background-color: rgba(255, 252, 190, 0.9); }
  sky-fold.contact-color .box-content:before {
    background-color: rgba(255, 255, 255, 0.2); }
  sky-fold.no-color .box-content:before {
    content: none;
    display: none; }
  sky-fold.darken .box-content:before {
    background-color: rgba(34, 34, 34, 0.9); }
  .pink-color sky-fold.darken .box-content:before, sky-fold.darken .box-content.pink-color:before {
    background-color: rgba(226, 13, 140, 0.95); }
  .secondary-color sky-fold.darken .box-content:before, sky-fold.darken .box-content.secondary-color:before {
    background-color: rgba(0, 176, 218, 0.95); }
  .event-color sky-fold.darken .box-content, sky-fold.darken .box-content.event-color {
    color: #333; }
    .event-color sky-fold.darken .box-content:before, sky-fold.darken .box-content.event-color:before {
      background-color: rgba(255, 252, 190, 0.95); }
  sky-fold.darken.pink-color .box-content:before {
    background-color: rgba(226, 13, 140, 0.95); }
  sky-fold.darken.secondary-color .box-content:before {
    background-color: rgba(0, 176, 218, 0.95); }
  sky-fold.darken.image .box-content:before {
    background-color: #000; }
  sky-fold.image .box-content:before {
    background-color: #222; }
  sky-fold .opened, sky-fold .closed {
    position: relative;
    z-index: 1;
    padding: 15px; }
    @media all and (min-width: 768px) {
      sky-fold .opened, sky-fold .closed {
        padding: 20px; } }
    @media all and (min-width: 1025px) {
      sky-fold .opened, sky-fold .closed {
        padding: 25px; } }
  sky-fold .rte > *:last-child:not(button) {
    margin-bottom: 0 !important; }
  sky-fold .rte p:last-of-type {
    margin-bottom: 16px; }
  sky-fold .opened {
    position: absolute;
    visibility: hidden; }
    sky-fold .opened:before {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      float: right;
      margin-left: 20px;
      margin-bottom: 20px; }
    sky-fold .opened.no-padding {
      padding: 0; }
      sky-fold .opened.no-padding:before {
        position: absolute;
        top: 0;
        right: 0; }
      sky-fold .opened.no-padding img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto; }
  sky-fold .closed {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    min-height: 100%;
    padding-bottom: 65px;
    width: 100%; }
    @media all and (min-width: 768px) {
      sky-fold .closed {
        padding-bottom: 75px; } }
    @media all and (min-width: 1025px) {
      sky-fold .closed {
        padding-bottom: 85px; } }
    sky-fold .closed button {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 15px; }
      @media all and (min-width: 768px) {
        sky-fold .closed button {
          margin: 20px; } }
      @media all and (min-width: 1025px) {
        sky-fold .closed button {
          margin: 25px; } }
    sky-fold .closed p {
      width: 100%; }
  sky-fold.trigger-button-only {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    height: 35px; }
    @media all and (min-width: 768px) {
      sky-fold.trigger-button-only {
        margin-right: 16px; } }
    sky-fold.trigger-button-only.condensed {
      width: auto; }
    sky-fold.trigger-button-only.open {
      height: auto; }
    sky-fold.trigger-button-only + .boxes.no-stretch {
      height: 100%; }
    sky-fold.trigger-button-only .closed {
      padding: 0;
      margin: 0;
      min-height: 0; }
      sky-fold.trigger-button-only .closed button {
        position: static;
        margin: 0;
        width: 100%;
        border-radius: 0; }
    sky-fold.trigger-button-only:not(.condensed) .closed button {
      padding-left: 38px; }
  sky-fold.open .box-content {
    padding-bottom: 0;
    z-index: 5; }
    @media all and (min-width: 768px) {
      sky-fold.open .box-content {
        position: absolute;
        left: 0;
        width: 100%; } }
  sky-fold.open .opened {
    position: relative;
    visibility: visible; }
  sky-fold.open .closed {
    position: absolute;
    pointer-events: none;
    opacity: 0; }
  sky-fold .close {
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 15px; }
    @media all and (min-width: 768px) {
      sky-fold .close {
        top: 20px;
        right: 20px; } }
    @media all and (min-width: 1025px) {
      sky-fold .close {
        top: 25px;
        right: 25px; } }
  sky-fold iu-share {
    position: absolute;
    top: 15px;
    right: 65px;
    width: 40px;
    height: 40px; }
    @media all and (min-width: 768px) {
      sky-fold iu-share {
        top: 20px;
        right: 70px; } }
    @media all and (min-width: 1025px) {
      sky-fold iu-share {
        top: 25px;
        right: 75px; } }
    sky-fold iu-share .iu-share,
    sky-fold iu-share button {
      width: 40px;
      height: 40px; }
    sky-fold iu-share .svg-share {
      width: 30px;
      height: 30px; }
  sky-fold sky-video {
    margin-bottom: 0; }

/*This is for a weird chrome bug, where static-elemens aren't changed */
.box-content > *,
.generic-box-no-bg > *,
.generic-box > * {
  position: relative; }

.static-video {
  width: 100%; }
  .static-video + .event-intro,
  .static-video + .news-intro {
    margin-top: 16px; }
  .static-video sky-video .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    border-radius: 40px;
    background-color: #e20d8c; }
  .static-video sky-video button.video {
    opacity: 1;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .static-video sky-video sky-svg.sky-svg-loaded {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 18px;
    width: 18px; }
  .static-video a {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: none;
    fill: #e20d8c;
    vertical-align: top; }
    @media all and (min-width: 1025px) {
      .static-video a {
        width: 35px;
        height: 35px;
        padding: 5px; } }
    .secondary-color .static-video a,
    .pink-color .static-video a {
      fill: #fff; }
    .static-video a svg {
      width: 25px;
      height: 25px; }
      @media all and (min-width: 768px) {
        .static-video a svg {
          width: 20px;
          height: 20px; } }
      @media all and (min-width: 1025px) {
        .static-video a svg {
          width: 25px;
          height: 25px; } }

.newsletter-signup,
.event-signup {
  font-size: 25px;
  margin-right: -16px;
  width: 100%; }
  .newsletter-signup > div:first-of-type:not(.generic-box),
  .event-signup > div:first-of-type:not(.generic-box) {
    margin-right: 0;
    margin-bottom: 0px; }
  .newsletter-signup > div:first-of-type:not(.generic-box-no-bg),
  .event-signup > div:first-of-type:not(.generic-box-no-bg) {
    margin-right: 0;
    margin-bottom: 0px; }
  .newsletter-signup div.button,
  .event-signup div.button {
    background-color: #e20d8c; }
    .newsletter-signup div.button:hover,
    .event-signup div.button:hover {
      background-color: #00b0da; }
  .newsletter-signup form,
  .event-signup form {
    width: 100%; }
    .newsletter-signup form a.btn,
    .event-signup form a.btn {
      margin-top: 16px; }
  .newsletter-signup .box-columns,
  .event-signup .box-columns {
    -ms-flex-align: start;
        align-items: flex-start; }
    .newsletter-signup .box-columns label:nth-last-of-type(1),
    .event-signup .box-columns label:nth-last-of-type(1) {
      margin-bottom: 0; }
    .newsletter-signup .box-columns > .box-1,
    .event-signup .box-columns > .box-1 {
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
      margin-top: 35px; }
      .newsletter-signup .box-columns > .box-1 div:nth-of-type(n+2),
      .event-signup .box-columns > .box-1 div:nth-of-type(n+2) {
        margin-top: 20px; }
    .newsletter-signup .box-columns > .box-2,
    .event-signup .box-columns > .box-2 {
      -ms-flex: 0 1 66.666%;
          flex: 0 1 66.666%;
      margin-top: 45px;
      padding-left: 16px; }
      @media all and (min-width: 768px) {
        .newsletter-signup .box-columns > .box-2,
        .event-signup .box-columns > .box-2 {
          padding-left: 20px; } }
      .newsletter-signup .box-columns > .box-2 input,
      .event-signup .box-columns > .box-2 input {
        margin-top: 0;
        margin-bottom: 16px; }
      .newsletter-signup .box-columns > .box-2 .button,
      .event-signup .box-columns > .box-2 .button {
        margin-top: 0px; }
  .newsletter-signup .radiobuttonlist,
  .event-signup .radiobuttonlist {
    margin-bottom: 5px; }
  .newsletter-signup .checkboxlist,
  .newsletter-signup .radiobuttonlist,
  .event-signup .checkboxlist,
  .event-signup .radiobuttonlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .newsletter-signup .checkboxlist > div,
    .newsletter-signup .radiobuttonlist > div,
    .event-signup .checkboxlist > div,
    .event-signup .radiobuttonlist > div {
      margin-bottom: 5px; }
  .newsletter-signup .checkboxlist > *,
  .newsletter-signup .radiobuttonlist > *,
  .event-signup .checkboxlist > *,
  .event-signup .radiobuttonlist > * {
    width: 100%; }
  .newsletter-signup .checkboxlist > label,
  .newsletter-signup .radiobuttonlist > label,
  .event-signup .checkboxlist > label,
  .event-signup .radiobuttonlist > label {
    width: 50%;
    padding-bottom: 7px; }
  .newsletter-signup.invert-colors sky-fold .closed,
  .event-signup.invert-colors sky-fold .closed {
    background-color: rgba(240, 13, 140, 0.8); }
  .newsletter-signup.invert-colors .closed button,
  .event-signup.invert-colors .closed button {
    background-color: #fff;
    color: #e20d8c; }
    .newsletter-signup.invert-colors .closed button:before,
    .event-signup.invert-colors .closed button:before {
      color: #fff;
      background-color: #e20d8c; }

.event-signup .box + .box {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 30px; }

.event-signup input:nth-of-type(n+2) {
  margin-top: 16px; }

@media all and (min-width: 768px) {
  .event-signup .interests {
    margin-left: -20px;
    width: calc(100% + 40px); }
    .event-signup .interests .box-1:not(:last-child) {
      margin-right: 16px; } }

@media all and (min-width: 1025px) {
  .event-signup .interests {
    margin-left: -25px;
    width: calc(100% + 50px); } }

.newsletter-signup form {
  margin-top: -5px; }

.btn, button, .phone-btn {
  display: inline-block;
  color: #fff;
  background: #e20d8c;
  border: 0;
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
  line-height: 17px;
  padding: 9px 10px;
  position: relative;
  text-align: left; }
  @media all and (min-width: 768px) {
    .btn, button, .phone-btn {
      font-size: 12px; } }
  @media all and (min-width: 1025px) {
    .btn, button, .phone-btn {
      font-size: 15px; } }
  .btn:before, button:before, .phone-btn:before {
    font-family: "iuno";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'd';
    display: none;
    color: #e20d8c;
    background: #fff;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 10px; }
  .btn.arrow-right, .btn.arrow-down, button.arrow-right, button.arrow-down, .phone-btn.arrow-right, .phone-btn.arrow-down {
    padding-left: 40px; }
    .btn.arrow-right:before, .btn.arrow-down:before, button.arrow-right:before, button.arrow-down:before, .phone-btn.arrow-right:before, .phone-btn.arrow-down:before {
      display: inline-block; }
  .btn.arrow-down:before, button.arrow-down:before, .phone-btn.arrow-down:before {
    content: 's'; }
  .secondary-color .btn,
  .pink-color .btn, .secondary-color button,
  .pink-color button, .secondary-color .phone-btn,
  .pink-color .phone-btn {
    color: #e20d8c;
    background: #fff; }
    .secondary-color .btn sky-svg,
    .pink-color .btn sky-svg, .secondary-color button sky-svg,
    .pink-color button sky-svg, .secondary-color .phone-btn sky-svg,
    .pink-color .phone-btn sky-svg {
      fill: #e20d8c; }
    .secondary-color .btn:before,
    .pink-color .btn:before, .secondary-color button:before,
    .pink-color button:before, .secondary-color .phone-btn:before,
    .pink-color .phone-btn:before {
      color: #fff;
      background: #e20d8c; }

.generic-box {
  position: relative;
  background-color: rgba(34, 34, 34, 0.7);
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /* flex-basis:100%; replaced by width:100% for IE10 */
  width: 100%;
  /* min-height: 100%; can't be used with flex-direction column */
  background-size: cover;
  background-position: center center; }
  @media all and (min-width: 768px) {
    .generic-box {
      padding: 20px; } }
  .generic-box + .generic-box {
    margin-top: 16px; }
  .pink-color .generic-box, .generic-box.pink-color {
    background-color: rgba(226, 13, 140, 0.8); }
  .secondary-color .generic-box, .generic-box.secondary-color {
    background-color: rgba(0, 176, 218, 0.8); }
  .secondary-color .generic-box p a,
  .generic-box.secondary-color .pink-color .generic-box p a, .generic-box.pink-color p a, .generic-box.event-elearning p a {
    background-color: #fff;
    color: #e20d8c; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .secondary-color .generic-box p a,
      .generic-box.secondary-color .pink-color .generic-box p a, .generic-box.pink-color p a, .generic-box.event-elearning p a {
        display: inline-block;
        word-break: break-all; } }
  .event-color .generic-box, .generic-box.event-color {
    background-color: rgba(255, 252, 190, 0.9);
    color: #333; }
  .event-color.expired .generic-box, .generic-box.event-color.expired, .generic-box.event-kursus, .generic-box.event-document {
    background: rgba(255, 255, 255, 0.2);
    color: #fff; }
  .generic-box.event-livestream {
    background-color: rgba(0, 176, 218, 0.8);
    color: #fff; }
  .generic-box.event .img svg {
    margin: auto;
    width: 85%; }
  .generic-box.event-elearning {
    background-color: rgba(226, 13, 140, 0.8);
    color: #fff; }
    .generic-box.event-elearning .box-footer svg {
      fill: #fff; }
    .generic-box.event-elearning .btn {
      background: #fff;
      color: #e20d8c; }
      .generic-box.event-elearning .btn:before {
        background: #e20d8c;
        color: #fff; }
    .generic-box.event-elearning .video-img:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-25%, -50%);
      -ms-transform: translate(-25%, -50%);
      transform: translate(-25%, -50%);
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 18px solid #e20d8c;
      border-right: 10px solid transparent; }
  .generic-box.video-news {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative; }
    .generic-box.video-news .video-img {
      height: 100%;
      width: 100%;
      background-color: #fff; }
      .generic-box.video-news .video-img:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-25%, -50%);
            -ms-transform: translate(-25%, -50%);
                transform: translate(-25%, -50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 18px solid #00b0da;
        border-right: 10px solid transparent; }
  @media all and (min-width: 768px) {
    .generic-box {
      padding: 20px; } }
  @media all and (min-width: 1025px) {
    .generic-box {
      padding: 25px; } }
  .generic-box p {
    word-wrap: break-word; }
  .generic-box a.box-top {
    display: block;
    margin: -16px;
    padding: 16px;
    background-color: transparent; }
    @media all and (min-width: 768px) {
      .generic-box a.box-top {
        margin: -20px;
        padding: 20px; } }
    @media all and (min-width: 1025px) {
      .generic-box a.box-top {
        margin: -25px;
        padding: 25px; } }
  .generic-box .video-img {
    height: 100%;
    width: 100%;
    background-color: #fff; }
    .generic-box .video-img:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-25%, -50%);
          -ms-transform: translate(-25%, -50%);
              transform: translate(-25%, -50%);
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 18px solid #00b0da;
      border-right: 10px solid transparent; }

.generic-box-no-bg {
  position: relative;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /* flex-basis:100%; replaced by width:100% for IE10 */
  width: 100%;
  /* min-height: 100%; can't be used with flex-direction column */
  background-size: cover;
  background-position: center center; }
  @media all and (min-width: 768px) {
    .generic-box-no-bg {
      padding: 20px; } }
  .pink-color .generic-box-no-bg, .generic-box-no-bg.pink-color {
    background-color: rgba(226, 13, 140, 0.8); }
  .secondary-color .generic-box-no-bg, .generic-box-no-bg.secondary-color {
    background-color: rgba(0, 176, 218, 0.8); }
  .secondary-color .generic-box-no-bg p a,
  .generic-box-no-bg.secondary-color .pink-color .generic-box-no-bg p a, .generic-box-no-bg.pink-color p a, .generic-box-no-bg.event-elearning p a {
    background-color: #fff;
    color: #e20d8c; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .secondary-color .generic-box-no-bg p a,
      .generic-box-no-bg.secondary-color .pink-color .generic-box-no-bg p a, .generic-box-no-bg.pink-color p a, .generic-box-no-bg.event-elearning p a {
        display: inline-block;
        word-break: break-all; } }
  .event-color .generic-box-no-bg, .generic-box-no-bg.event-color {
    background-color: rgba(255, 252, 190, 0.9);
    color: #333; }
  .event-color.expired .generic-box-no-bg, .generic-box-no-bg.event-color.expired, .generic-box-no-bg.event-kursus, .generic-box-no-bg.event-document {
    background: rgba(255, 255, 255, 0.2);
    color: #fff; }
  .generic-box-no-bg.event-livestream {
    background-color: rgba(0, 176, 218, 0.8);
    color: #fff; }
  .generic-box-no-bg.event .img svg {
    margin: auto;
    width: 85%; }
  .generic-box-no-bg.event-elearning {
    background-color: rgba(226, 13, 140, 0.8);
    color: #fff; }
    .generic-box-no-bg.event-elearning .box-footer svg {
      fill: #fff; }
    .generic-box-no-bg.event-elearning .btn {
      background: #fff;
      color: #e20d8c; }
      .generic-box-no-bg.event-elearning .btn:before {
        background: #e20d8c;
        color: #fff; }
    .generic-box-no-bg.event-elearning .video-img:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-25%, -50%);
      -ms-transform: translate(-25%, -50%);
      transform: translate(-25%, -50%);
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 18px solid #e20d8c;
      border-right: 10px solid transparent; }
  .generic-box-no-bg.video-news {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative; }
    .generic-box-no-bg.video-news .video-img {
      height: 100%;
      width: 100%;
      background-color: #fff; }
      .generic-box-no-bg.video-news .video-img:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-25%, -50%);
            -ms-transform: translate(-25%, -50%);
                transform: translate(-25%, -50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 18px solid #00b0da;
        border-right: 10px solid transparent; }
  @media all and (min-width: 768px) {
    .generic-box-no-bg {
      padding: 20px; } }
  @media all and (min-width: 1025px) {
    .generic-box-no-bg {
      padding: 25px; } }
  .generic-box-no-bg p {
    word-wrap: break-word; }
  .generic-box-no-bg a.box-top {
    display: block;
    margin: -16px;
    padding: 16px;
    background-color: transparent; }
    @media all and (min-width: 768px) {
      .generic-box-no-bg a.box-top {
        margin: -20px;
        padding: 20px; } }
    @media all and (min-width: 1025px) {
      .generic-box-no-bg a.box-top {
        margin: -25px;
        padding: 25px; } }

.box-top {
  position: static !important;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .box-top > * {
    position: relative;
    z-index: 1; }

.box-bottom {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 10px; }
  @media all and (min-width: 768px) {
    .box-bottom {
      padding-top: 20px; } }
  .box-bottom > .btn {
    margin-right: 5px; }
    @media all and (min-width: 768px) {
      .box-bottom > .btn {
        margin-right: 0; } }
    @media all and (min-width: 1025px) {
      .box-bottom > .btn {
        margin-right: 5px; } }

.box-footer {
  display: inline-block;
  margin: 0; }
  @media all and (min-width: 1025px) {
    .box-footer {
      width: auto; } }
  .btn + .box-footer {
    margin-left: 5px; }
  .box-footer a {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: none;
    fill: #e20d8c;
    vertical-align: top; }
    @media all and (min-width: 1025px) {
      .box-footer a {
        width: 35px;
        height: 35px;
        padding: 5px; } }
    .secondary-color .box-footer a,
    .pink-color .box-footer a {
      fill: #fff; }
    .box-footer a svg {
      width: 25px;
      height: 25px; }
      @media all and (min-width: 768px) {
        .box-footer a svg {
          width: 20px;
          height: 20px; } }
      @media all and (min-width: 1025px) {
        .box-footer a svg {
          width: 25px;
          height: 25px; } }
  .box-footer .svg-follow {
    position: relative;
    left: -2px;
    width: 32px;
    height: 32px; }
  .box-footer .svg-twitter {
    position: relative;
    left: 4px; }
    @media all and (min-width: 1025px) {
      .box-footer .svg-twitter {
        left: 2px; } }
  .box-footer .svg-logo-x {
    position: relative;
    left: 4px; }
    @media all and (min-width: 1025px) {
      .box-footer .svg-logo-x {
        left: 2px; } }

.person-circle {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-style: italic;
  position: relative;
  font-size: 15px;
  line-height: 1;
  padding: 10px 0 5px 60px;
  min-height: 40px;
  margin-bottom: 10px; }
  @media all and (min-width: 768px) {
    .person-circle {
      margin-bottom: 16px; } }
  @media all and (min-width: 768px) {
    .image-to-left .person-circle, .image-to-right .person-circle {
      padding-left: 0; } }
  @media all and (min-width: 768px) {
    .image-to-left .person-circle .img, .image-to-right .person-circle .img {
      display: none; } }
  .person-circle .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    overflow: hidden; }
    .person-circle .img img {
      width: 100%;
      height: 100%;
      display: block; }
    .person-circle .img .svg-logo {
      background-color: #fff;
      padding: 5px; }
  .event-color .person-circle a,
  .event-color .person-circle p,
  .event-color .person-circle span {
    color: rgba(51, 51, 51, 0.5); }
  .event-color.expired .person-circle a,
  .event-color.expired .person-circle p,
  .event-color.expired .person-circle span {
    color: rgba(255, 255, 255, 0.5); }
  .person-circle a {
    color: inherit;
    background-color: transparent; }
  .person-circle .label {
    margin: 0;
    padding: 0; }
    .person-circle .label:not(:first-of-type):before {
      content: '';
      position: relative;
      top: -4px;
      display: inline-block;
      width: 3px;
      height: 3px;
      margin: 0 5px 0 2px;
      border-radius: 50%; }
    .event-color .person-circle .label:not(:first-of-type):before {
      background-color: rgba(51, 51, 51, 0.5); }
    .event-color.expired .person-circle .label:not(:first-of-type):before, .person-circle .label:not(:first-of-type):before {
      background-color: rgba(255, 255, 255, 0.5); }

.stream-header {
  font-weight: 300;
  font-style: italic;
  position: relative;
  font-size: 15px;
  line-height: 1;
  padding: 10px 0 5px;
  min-height: 40px;
  margin-bottom: 5px; }
  @media all and (min-width: 768px) {
    .stream-header {
      margin-bottom: 16px; } }

.close {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #e20d8c;
  text-align: center; }
  .close sky-svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    fill: #fff; }

.info-graphic {
  background-size: cover; }
  @media all and (max-width: 767px) {
    .info-graphic {
      display: none; } }
  .info-graphic .image-div {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 0; }
    @media all and (min-width: 768px) {
      .info-graphic .image-div {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px; } }
    @media all and (min-width: 1025px) {
      .info-graphic .image-div {
        top: 25px;
        left: 25px;
        right: 25px;
        bottom: 25px; } }
  .info-graphic .box-top {
    position: relative !important;
    z-index: 1; }
  .info-graphic.image-only img {
    margin: 0;
    width: 100%;
    object-fit: contain;
    max-height: calc(100vw - 64px); }
    @media all and (min-width: 768px) {
      .info-graphic.image-only img {
        max-height: 250px; } }
    @media all and (min-width: 1025px) {
      .info-graphic.image-only img {
        max-height: 346px; } }
  .info-graphic.image-only .generic-box {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .info-graphic.image-only .generic-box-no-bg {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

iu-office, sky-map, sky-map-street-view {
  display: block;
  position: relative;
  height: auto;
  padding-top: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%; }
  @media all and (min-width: 768px) {
    iu-office, sky-map, sky-map-street-view {
      padding-top: 50% !important; } }
  iu-office > div, sky-map > div, sky-map-street-view > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    iu-office > div a, sky-map > div a, sky-map-street-view > div a {
      background: none; }
  iu-office.squared, sky-map.squared, sky-map-street-view.squared {
    padding-top: 100% !important; }

.stream-title {
  font-size: 60px;
  font-weight: bold;
  margin-top: 50px; }

.icon-links, .icon-links li {
  list-style: none;
  padding: 0; }

.icon-links {
  margin: 0 0 15px 0; }
  .icon-links li {
    margin: 0 0 5px 0; }
  .icon-links .phone, .icon-links .email, .icon-links .skype {
    display: inline-block;
    margin-left: 20px;
    position: relative; }
    .icon-links .phone:before, .icon-links .email:before, .icon-links .skype:before {
      font-family: "iuno";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: 'k';
      position: absolute;
      top: 2px;
      left: -20px;
      color: #e20d8c; }
  .icon-links .email:before {
    content: 'e'; }
  .icon-links .phone:before {
    content: 'p';
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    color: #222; }

.contact-address a {
  background: none; }

.contact-address a > span {
  background: #e20d8c;
  color: #fff;
  display: inline-block;
  padding: 3px 5px; }
  .secondary-color .contact-address a > span,
  .pink-color .contact-address a > span {
    background: #fff;
    color: #e20d8c; }

.contact-info {
  line-height: 40px; }
  .contact-info a,
  .contact-info > span,
  .contact-info > div > span {
    background: none;
    line-height: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 5px; }
    @media all and (min-width: 768px) {
      .contact-info a,
      .contact-info > span,
      .contact-info > div > span {
        margin-bottom: 10px; } }
    @media all and (min-width: 768px) {
      .contact-info a.mobile-only,
      .contact-info > span.mobile-only,
      .contact-info > div > span.mobile-only {
        display: none; } }
    @media all and (max-width: 767px) {
      .contact-info a.no-mobile,
      .contact-info > span.no-mobile,
      .contact-info > div > span.no-mobile {
        display: none; } }
  .contact-info a path {
    fill: #e20d8c; }
    .secondary-color .contact-info a path,
    .pink-color .contact-info a path {
      fill: #fff; }
  .contact-info a .bg {
    fill: #fff; }
    .secondary-color .contact-info a .bg,
    .pink-color .contact-info a .bg {
      display: none; }
  .contact-info a span {
    background: #e20d8c;
    color: #fff;
    display: inline-block;
    padding: 3px 5px; }
    .secondary-color .contact-info a span,
    .pink-color .contact-info a span {
      background: #fff;
      color: #e20d8c; }
  .contact-info > span path,
  .contact-info > div > span path {
    fill: #fff; }
  .contact-info sky-svg {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle; }
    @media all and (min-width: 768px) {
      .contact-info sky-svg {
        margin-right: 16px; } }
  .contact-info .phone + .phone sky-svg,
  .contact-info .country + .country sky-svg {
    visibility: hidden; }

.contact-info2 {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 15px; }
  @media all and (min-width: 768px) {
    .contact-info2 {
      margin: 20px; } }
  @media all and (min-width: 1025px) {
    .contact-info2 {
      margin: 25px; } }
  sky-fold .closed .contact-info2 button {
    position: relative !important;
    margin: 0 !important;
    height: 35px; }
  .contact-info2 a {
    margin-left: 10px; }
  .contact-info2 a,
  .contact-info2 > span {
    background: none;
    line-height: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center; }
  .contact-info2 sky-svg {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle; }
  .contact-info2 a path {
    fill: #e20d8c; }
  .contact-info2 a .bg {
    fill: #fff; }

.contact-box {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  @media all and (min-width: 768px) {
    .contact-box {
      padding: 20px; } }
  @media all and (min-width: 1025px) {
    .contact-box {
      padding: 25px; } }
  .contact-box .title {
    display: block;
    margin-bottom: 4px;
    font-size: 15px; }
    @media all and (min-width: 768px) {
      .contact-box .title {
        margin-bottom: 6px;
        font-size: 18px; } }
  .mobile-only .contact-box {
    min-height: 160px; }
    .mobile-only .contact-box .title {
      font-size: 17px; }
  .pink-color .contact-box, .contact-box.pink-color {
    background-color: rgba(226, 13, 140, 0.8); }
  .secondary-color .contact-box, .contact-box.secondary-color {
    background-color: rgba(0, 176, 218, 0.8); }
  .event-color .contact-box, .contact-box.event-color {
    background-color: rgba(255, 252, 190, 0.9);
    color: #333; }
  .contact-box .box-bottom {
    padding-top: 0; }
  .contact-box * {
    position: relative; }
  .contact-box h3 + h4 {
    margin-top: -12px;
    margin-bottom: 15px;
    font-size: 15px; }
    @media all and (min-width: 768px) {
      .contact-box h3 + h4 {
        margin-top: -15px;
        margin-bottom: 20px;
        font-size: 18px; } }
  .contact-box img {
    position: absolute;
    bottom: 0;
    right: -10px;
    margin: 0;
    max-height: calc(100% + 14px);
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: bottom right; }

.newsdate {
  font-style: italic;
  color: #999;
  margin-bottom: 16px; }
  .blogintro .newsdate {
    margin: 0; }

.image-box {
  width: 100%; }
  .image-box img {
    width: 100%;
    margin: 0; }
  .image-box figcaption {
    font-size: 60%;
    line-height: 1; }
  .image-box.article {
    margin: 16px 0; }
    .image-box.article figcaption {
      margin-top: -5px;
      padding: 6px 16px 16px;
      background-color: rgba(34, 34, 34, 0.7); }
      @media all and (min-width: 768px) {
        .image-box.article figcaption {
          padding: 10px 20px 20px; } }
      @media all and (min-width: 1025px) {
        .image-box.article figcaption {
          padding: 15px 25px 25px; } }

h2.emphasize {
  font-size: 30px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 15px; }
  @media all and (min-width: 768px) {
    h2.emphasize {
      font-size: 40px;
      line-height: 50px; } }
  @media all and (min-width: 768px) {
    h2.emphasize {
      font-size: 50px;
      line-height: 60px; } }
  h2.emphasize:last-child {
    margin-bottom: 0; }

iu-show-more-elements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .stream-container iu-show-more-elements {
    -ms-flex-align: stretch;
        align-items: stretch; }

@media all and (max-width: 767px) {
  .image-with-link {
    height: 80vw; }
    .image-with-link button {
      display: none; } }

@media all and (min-width: 1025px) {
  .employee-site {
    min-height: 1000px; } }

.event-intro-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  margin-top: 10px; }
  .event-intro-info:first-of-type {
    margin-top: 0; }
  .event-intro-info:last-of-type {
    margin-bottom: 25px; }
  .event-intro-info .label {
    padding: 0 5px;
    margin: 0; }
  .event-intro-info > sky-svg svg {
    height: 30px;
    max-width: 30px;
    margin-right: 15px; }
  .event-intro-info > sky-svg svg.svg-calendar {
    max-width: 27px;
    margin-left: 2px;
    margin-right: 14px; }
  .event-intro-info path {
    fill: #e20d8c; }
    .event-intro-info path.st0 {
      fill: #fff; }
  .event-intro-info circle {
    fill: #fff; }
  .event-intro-info .person-circle {
    min-height: auto;
    height: 30px;
    width: 30px;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 0; }
    .event-intro-info .person-circle .img {
      width: 30px;
      height: 30px; }
    .event-intro-info .person-circle img {
      margin-bottom: 0; }
    .event-intro-info .person-circle sky-svg {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      height: 100%;
      background-color: #fff; }
    .event-intro-info .person-circle svg {
      width: 85%;
      height: 85%; }
      .event-intro-info .person-circle svg.svg-play {
        height: 50%;
        width: 50%;
        -webkit-transform: translateX(2px);
            -ms-transform: translateX(2px);
                transform: translateX(2px); }
      .event-intro-info .person-circle svg.svg-icon-calendar {
        width: 100%;
        height: 100%;
        -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
                transform: translateY(-1px); }
      .event-intro-info .person-circle svg.svg-icon-chat {
        -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
                transform: translateY(1px); }
      .event-intro-info .person-circle svg.svg-document {
        width: 95%;
        height: 95%; }
  .event-intro-info circle {
    fill: #fff; }
  .event-intro-info .person-circle {
    min-height: auto;
    height: 30px;
    width: 30px;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 0; }
    .event-intro-info .person-circle .img {
      width: 30px;
      height: 30px; }
    .event-intro-info .person-circle img {
      margin-bottom: 0; }
    .event-intro-info .person-circle sky-svg {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      height: 100%;
      background-color: #fff; }
    .event-intro-info .person-circle .svg-logo {
      width: 100%;
      height: 100%; }
      .event-intro-info .person-circle .svg-logo path {
        fill: inherit; }

iu-instagram {
  display: block; }
  @media all and (max-width: 767px) {
    iu-instagram {
      overflow: visible;
      position: relative;
      height: 166px;
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      margin-bottom: -16px;
      margin-right: -16px; } }
  iu-instagram .instagram {
    margin-right: -16px; }
    @media all and (max-width: 767px) {
      iu-instagram .instagram {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        position: absolute;
        -ms-flex-pack: start;
            justify-content: flex-start;
        width: auto !important; } }
    @media all and (min-width: 768px) {
      iu-instagram .instagram {
        display: block;
        width: 100%; } }
    iu-instagram .instagram .image-box {
      display: inline-block;
      width: auto;
      margin: 0 16px 16px 0; }
      @media all and (min-width: 768px) {
        iu-instagram .instagram .image-box:nth-of-type(3n) {
          margin-right: 0; } }
    iu-instagram .instagram a {
      display: block;
      background-size: cover;
      background-position: center;
      height: 150px;
      width: 150px; }
      @media all and (min-width: 768px) {
        iu-instagram .instagram a {
          height: 224px;
          width: 224px; } }
      @media all and (min-width: 1025px) {
        iu-instagram .instagram a {
          height: 316px;
          width: 316px; } }
    iu-instagram .instagram div.button {
      background-color: #e20d8c;
      line-height: 40px; }
      @media all and (max-width: 767px) {
        iu-instagram .instagram div.button {
          width: 150px;
          min-width: 150px;
          height: 150px;
          margin: 0 0 16px;
          line-height: 150px;
          text-align: center; } }
      @media all and (min-width: 768px) {
        iu-instagram .instagram div.button {
          margin-left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media all and (min-width: 768px) {
        iu-instagram .instagram div.button:hover {
          background-color: #00b0da; } }

.form-grid label:nth-last-of-type(1) {
  margin-bottom: 0 !important; }

.form-grid.interests {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media all and (min-width: 768px) {
    .form-grid.interests {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .form-grid.interests .box-3 {
        padding-left: 20px !important;
        padding-right: 20px !important; } }
  @media all and (min-width: 1025px) {
    .form-grid.interests .box-3 {
      padding-left: 25px !important;
      padding-right: 25px !important; } }
  .form-grid.interests .box-1 {
    width: 100%; }
    .form-grid.interests .box-1:first-of-type {
      margin-bottom: 32px; }
    @media all and (min-width: 768px) {
      .form-grid.interests .box-1 {
        width: calc((100% - 2 * 16px) / 3);
        padding-left: 20px;
        padding-right: 20px; }
        .form-grid.interests .box-1:nth-child(3n) {
          margin-right: 0 !important; }
        .form-grid.interests .box-1:first-of-type {
          margin-bottom: 0px; } }
    @media all and (min-width: 1025px) {
      .form-grid.interests .box-1 {
        padding-left: 25px;
        padding-right: 25px; } }
  .form-grid.interests h3 {
    margin-bottom: 10px; }
  .form-grid.interests .checkbox {
    margin-bottom: 6px; }

.form-grid.corporate .checkbox {
  margin-bottom: 8px; }
  .form-grid.corporate .checkbox + label {
    margin-bottom: 12px; }

.form-grid.corporate h3 {
  margin-bottom: 10px; }
  .form-grid.corporate h3:nth-of-type(n+2) {
    margin-top: 30px; }

label.checkbox {
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.login-action .button {
  margin-top: 16px;
  margin-bottom: 12px; }

.grid-tablelayout {
  overflow-x: auto;
  min-width: 100%; }
  @media all and (min-width: 768px) {
    .grid-tablelayout {
      overflow-x: initial; } }
  .grid-tablelayout table {
    border-collapse: separate;
    border-spacing: 16px;
    margin: 0 -16px;
    width: calc(100% + 32px); }
    @media all and (min-width: 768px) {
      .grid-tablelayout table {
        width: initial; } }
  .grid-tablelayout thead tr th {
    padding-top: 0.5rem;
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.2; }
    @media all and (min-width: 1025px) {
      .grid-tablelayout thead tr th {
        font-size: 38px;
        padding-bottom: 16px; } }
    @media all and (min-width: 768px) {
      .grid-tablelayout thead tr th:first-of-type {
        width: 224px; } }
    @media all and (min-width: 1025px) {
      .grid-tablelayout thead tr th:first-of-type {
        width: 316px; } }
    .grid-tablelayout thead tr th + th {
      min-width: 94px; }
      @media all and (min-width: 768px) {
        .grid-tablelayout thead tr th + th {
          min-width: 104px; }
          .grid-tablelayout thead tr th + th:nth-child(2):nth-last-child(4), .grid-tablelayout thead tr th + th:nth-child(3):nth-last-child(3), .grid-tablelayout thead tr th + th:nth-child(4):nth-last-child(2), .grid-tablelayout thead tr th + th:nth-child(5):nth-last-child(1) {
            max-width: 104px; } }
      @media all and (min-width: 1025px) {
        .grid-tablelayout thead tr th + th {
          min-width: 150px; }
          .grid-tablelayout thead tr th + th:nth-child(2):nth-last-child(4), .grid-tablelayout thead tr th + th:nth-child(3):nth-last-child(3), .grid-tablelayout thead tr th + th:nth-child(4):nth-last-child(2), .grid-tablelayout thead tr th + th:nth-child(5):nth-last-child(1) {
            max-width: 150px; } }
  .grid-tablelayout tbody tr td {
    background-color: rgba(34, 34, 34, 0.7);
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    min-height: 73px; }
    .grid-tablelayout tbody tr td:first-of-type {
      text-align: left; }
    @media all and (min-width: 768px) {
      .grid-tablelayout tbody tr td {
        padding: 0 25px;
        font-size: 20px; } }
    @media all and (min-width: 1025px) {
      .grid-tablelayout tbody tr td {
        font-size: 25px; } }
  .grid-tablelayout .minusIcon, .grid-tablelayout .plusIcon {
    font-size: 36px; }
    .grid-tablelayout .minusIcon img, .grid-tablelayout .plusIcon img {
      width: 36px;
      height: 36px;
      margin: 0; }

/*
@media (min-width: 768px) {
    .grid-tablelayout {
        thead {
            tr {
                th {
                    &:first-of-type {
                        width: 224px;
                        background: red;
                    }
                    & + th {
                        width: 104px;
                    }
    
                }
            }
        }
    }
}
*/
.menu-holder {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }
  .menu-holder .menu-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none; }

.menu-cover a {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20px; }

.menu-cover li {
  position: relative;
  height: 45px; }

.menu-cover ul {
  position: relative;
  margin-top: 10px !important; }

.flyout-menu, .flyout-search, .flyout-chat,
.flyout-danmark, .flyout-finland, .flyout-norge, .flyout-sverige {
  position: absolute;
  background: rgba(0, 176, 218, 0.97);
  top: 0;
  min-height: 100%;
  right: 0;
  width: 100%;
  padding: 14px 90px 16px 16px;
  z-index: 9001;
  display: none; }
  @media all and (min-width: 768px) {
    .flyout-menu, .flyout-search, .flyout-chat,
    .flyout-danmark, .flyout-finland, .flyout-norge, .flyout-sverige {
      width: 332px;
      right: 50%;
      padding-top: 48px;
      margin-right: -368px; } }
  @media all and (min-width: 1025px) {
    .flyout-menu, .flyout-search, .flyout-chat,
    .flyout-danmark, .flyout-finland, .flyout-norge, .flyout-sverige {
      width: 402px;
      margin-right: -506px; } }

.flyout-menu ul, .flyout-menu li,
.flyout-danmark ul,
.flyout-danmark li, .flyout-finland ul, .flyout-finland li, .flyout-norge ul, .flyout-norge li, .flyout-sverige ul, .flyout-sverige li,
.menu-cover ul,
.menu-cover li {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0; }

.flyout-menu a,
.flyout-danmark a, .flyout-finland a, .flyout-norge a, .flyout-sverige a,
.menu-cover a {
  font-size: 25px;
  line-height: 28px;
  padding: 6px 0;
  background: none;
  display: inline-block; }

.flyout-menu .act a,
.flyout-danmark .act a, .flyout-finland .act a, .flyout-norge .act a, .flyout-sverige .act a,
.menu-cover .act a {
  font-weight: 800;
  color: #222; }

.flyout-search {
  background: rgba(226, 13, 140, 0.97); }
  .flyout-search input {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 0;
    font-size: 20px;
    line-height: 1.3;
    color: #222;
    background-color: #fff;
    padding: 7px 15px; }
    .flyout-search input:focus, .flyout-search input.focus {
      background-color: #fff; }
  .flyout-search .search-message {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic; }
    .flyout-search .search-message strong {
      color: #fff; }
  .flyout-search ul {
    list-style: none;
    padding: 5px 0;
    margin: 0; }
  .flyout-search li {
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 0; }
  .flyout-search li a {
    background-color: #fff;
    color: #e20d8c;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding: 3px 2px; }
  .flyout-search .btn {
    background: #fff;
    color: #e20d8c; }
    .flyout-search .btn:before {
      background: #e20d8c;
      color: #fff; }

.flyout-chat {
  background: rgba(255, 255, 255, 0.97);
  color: #222; }
  .flyout-chat h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px; }
  .flyout-chat .btn {
    margin-bottom: 10px; }
  .flyout-chat ul {
    margin-bottom: 10px; }

.menu-cover {
  position: absolute;
  background: #222;
  right: 0;
  top: 0;
  height: 0;
  overflow: hidden;
  width: 70px;
  z-index: 9002;
  text-align: left;
  display: none; }
  @media all and (min-width: 768px) {
    .menu-cover {
      width: 220px;
      right: auto;
      left: 50%;
      margin-left: 298px; } }
  @media all and (min-width: 1025px) {
    .menu-cover {
      margin-left: 436px;
      width: 1000px; } }
  .menu-cover .lup, .menu-cover .chat, .menu-cover .luk, .menu-cover .burger, .menu-cover .language {
    margin-top: 35px;
    width: 32px;
    height: 32px;
    display: block;
    margin-left: 19px;
    background: none;
    color: #666666;
    padding: 0;
    display: inline-block; }
    @media all and (min-width: 768px) {
      .menu-cover .lup, .menu-cover .chat, .menu-cover .luk, .menu-cover .burger, .menu-cover .language {
        margin-left: 22px; } }
    .menu-cover .lup svg, .menu-cover .chat svg, .menu-cover .luk svg, .menu-cover .burger svg, .menu-cover .language svg {
      fill: #666666;
      transition: 0.3s; }
    .menu-cover .lup.act svg, .menu-cover .chat.act svg, .menu-cover .luk.act svg, .menu-cover .burger.act svg, .menu-cover .language.act svg {
      fill: #fff; }
    .menu-cover .lup.act, .menu-cover .chat.act, .menu-cover .luk.act, .menu-cover .burger.act, .menu-cover .language.act {
      color: #fff; }
  .menu-cover .language {
    margin: 0 20px;
    width: auto;
    height: 45px;
    font-size: 25px;
    line-height: 28px;
    padding: 6px 0;
    background: none;
    display: inline-block;
    font-weight: bold; }
  .menu-cover .chat {
    /* fjernes når chat funktionaliteten er aktuel */
    display: none; }
  .menu-cover .luk {
    margin-top: 18px; }
    @media all and (min-width: 768px) {
      .menu-cover .luk {
        margin-top: 52px; } }
  @media all and (max-width: 767px) {
    .menu-cover br {
      display: none; } }

.top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 95px;
  margin-bottom: 20px;
  position: relative;
  z-index: 20; }
  @media all and (min-width: 768px) {
    .top {
      height: 140px;
      padding-top: 50px;
      padding-left: 0;
      padding-right: 0; } }
  @media all and (min-width: 1025px) {
    .top {
      padding-top: 0px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: initial;
          justify-content: initial; } }
  .top a {
    color: #fff;
    background: none;
    font-weight: 800;
    font-size: 15px;
    line-height: 1; }
  .top > iu-dropdown {
    margin-left: auto; }
    @media all and (min-width: 1025px) {
      .top > iu-dropdown {
        display: none; } }
  .top nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 30px;
    margin: 0 -10px;
    padding-bottom: 17px; }
    @media all and (max-width: 1024px) {
      .top nav {
        width: 100%;
        margin-top: 15px;
        -ms-flex-order: 3;
            order: 3; } }
    @media all and (min-width: 768px) {
      .top nav {
        padding-bottom: 0; } }
    @media all and (min-width: 1025px) {
      .top nav {
        padding: 0 20px;
        margin: 0; } }
    .top nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-align: center;
          align-items: center;
      margin: 0;
      padding: 0; }
      .top nav ul.secondary {
        margin-left: 40px; }
        @media all and (max-width: 1024px) {
          .top nav ul.secondary li:last-of-type {
            display: none; } }
    .top nav li {
      margin: 0;
      padding: 5px 10px;
      line-height: 1;
      list-style: none; }
  .top .logo {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 127px;
    height: 20px; }
    @media all and (min-width: 768px) {
      .top .logo {
        width: 151px;
        height: 23px; } }
    @media all and (min-width: 1025px) {
      .top .logo {
        margin-bottom: 5px; } }
  @media all and (max-width: 767px) {
    .top .no-mobile {
      display: none; } }

.menu-toggle {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 31px;
  padding: 2px;
  cursor: pointer;
  border: 0;
  background: none;
  margin: 0;
  fill: #fff; }

.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  position: relative;
  padding-bottom: 0; }
  @media all and (min-width: 768px) {
    .footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
      height: 140px; } }

.footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-order: 1;
      order: 1;
  background: rgba(255, 255, 255, 0.9);
  height: 50px;
  width: 100%; }
  @media all and (min-width: 768px) {
    .footer__social {
      position: absolute;
      top: 0;
      right: 0;
      height: 55px;
      width: 384px;
      margin-left: auto;
      margin-top: 15px; } }
  @media all and (min-width: 1025px) {
    .footer__social {
      right: 150px; } }
  .footer__social a {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    fill: #e20d8c; }
    @media all and (min-width: 768px) {
      .footer__social a {
        vertical-align: middle; } }

.footer__logo {
  -ms-flex-order: 5;
      order: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 120px;
  width: 50%;
  background: rgba(0, 176, 218, 0.97);
  font-weight: 800; }
  @media all and (min-width: 768px) {
    .footer__logo {
      position: absolute;
      bottom: 0;
      right: 150px;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: 400px;
      height: 70px;
      padding-left: 192px; } }
  @media all and (min-width: 1025px) {
    .footer__logo {
      width: 482px;
      padding-left: 124px; } }
  .footer__logo sky-svg {
    height: 25px;
    width: 175px;
    max-width: 80%; }
    @media all and (min-width: 768px) {
      .footer__logo sky-svg {
        height: 20px;
        width: 140px;
        max-width: 100%; } }
    @media all and (min-width: 1025px) {
      .footer__logo sky-svg {
        height: 25px;
        width: 180px; } }
  .footer__logo g {
    fill: #fff; }

.footer__map {
  -ms-flex-order: 4;
      order: 4;
  display: block;
  width: 50%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 50% 75%;
  background-size: cover;
  background-image: url(/img/5164iu/map-mobile.jpg); }
  @media all and (min-width: 768px) {
    .footer__map {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 220px;
      height: 70px;
      background-position: 15% 50%;
      background-image: url(/img/5164iu/map.jpg); } }
  @media all and (min-width: 1025px) {
    .footer__map {
      width: 316px;
      background-position: 0% 50%; } }

.footer__house {
  display: none;
  pointer-events: none; }
  @media all and (min-width: 768px) {
    .footer__house {
      position: absolute;
      bottom: 0;
      left: 90px;
      display: block;
      width: 230px;
      height: 200px; } }
  @media all and (min-width: 1025px) {
    .footer__house {
      left: 125px;
      width: 270px; } }
  .footer__house img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0; }

.footer__link {
  display: inline-block;
  position: relative;
  padding: 9px 10px;
  border: 0;
  background: #e20d8c;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  cursor: pointer; }
  @media all and (min-width: 768px) {
    .footer__link {
      font-size: 12px; } }
  @media all and (min-width: 1025px) {
    .footer__link {
      font-size: 15px; } }
  .footer__link--arrow-right {
    padding-left: 40px; }
    .footer__link--arrow-right:before {
      font-family: "iuno";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: 'd';
      display: none;
      color: #e20d8c;
      background: #fff;
      height: 20px;
      width: 20px;
      border-radius: 10px;
      line-height: 20px;
      text-align: center;
      position: absolute;
      top: 7px;
      left: 10px; }
    .footer__link--arrow-right:before {
      display: inline-block; }
  .footer__link--white {
    color: #e20d8c;
    background: #fff; }
    .footer__link--white sky-svg {
      fill: #e20d8c; }
    .footer__link--white:before {
      color: #fff;
      background: #e20d8c; }

.footer__find-link {
  display: none; }
  @media all and (min-width: 768px) {
    .footer__find-link {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 35px;
      width: 175px; } }

.footer__specialist-link {
  -ms-flex-order: 2;
      order: 2;
  width: 50%;
  margin-bottom: 35px; }
  @media all and (min-width: 768px) {
    .footer__specialist-link {
      position: absolute;
      bottom: 35px;
      right: 0;
      z-index: 4;
      width: 190px;
      margin-bottom: 0; } }

.footer__terms-link {
  -ms-flex-order: 3;
      order: 3;
  text-align: center;
  width: 50%;
  margin-top: 35px; }
  @media all and (min-width: 768px) {
    .footer__terms-link {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 150px; } }

@media all and (min-width: 1025px) {
  .job-application-button {
    height: 35px; } }

.job-application-button.trigger-button-only {
  margin-bottom: 16px;
  width: 100%; }
  .job-application-button.trigger-button-only a.btn {
    display: block !important; }
  .job-application-button.trigger-button-only + .boxes.no-stretch {
    height: 100%; }

.iuno-upload-files {
  position: relative; }
  .iuno-upload-files input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%; }
  .iuno-upload-files button {
    display: -ms-flexbox;
    display: flex;
    border: 0;
    background: none;
    line-height: 40px;
    font-weight: normal;
    cursor: pointer;
    padding: 0 20px 0 0; }
    .iuno-upload-files button div {
      margin-right: 15px;
      border-radius: 50%;
      min-width: 40px;
      height: 40px;
      background: #DC0089;
      font-size: 36px;
      font-weight: 300;
      color: white;
      text-align: center;
      line-height: 32px; }
    .iuno-upload-files button span {
      font-size: 25px; }

.iuno-upload .iuno-upload-files-list {
  margin: 10px 0 0 56px; }
  .iuno-upload .iuno-upload-files-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .iuno-upload .iuno-upload-files-list ul li {
      margin: 0;
      padding: 0;
      font-size: 25px;
      color: #757575; }
    .iuno-upload .iuno-upload-files-list ul li + li {
      margin-top: 5px; }

.iuno-upload.--empty .iuno-upload-files-list {
  display: none; }

.iu-cta {
  width: 100%; }
  .iu-cta .btn {
    display: inline-block;
    margin: 0;
    background: #e20d8c;
    color: #fff; }
  .iu-cta > .btn {
    width: 100%; }
  .iu-cta sky-fold.trigger-button-only {
    margin-right: 0;
    margin-bottom: 0; }

/* referencing the colors by an the color name now makes more sense than an alias for the purpose, as the purpose of a color may change */
.btn.btn-blue {
  background: #00b0da; }
  .btn.btn-blue:before {
    color: #00b0da; }

.btn.btn-yellow {
  background: #fbff9c;
  color: #e20d8c; }
  .btn.btn-yellow:before {
    color: #fbff9c;
    background: #e20d8c; }

.btn.btn-white {
  background: #fff;
  color: #e20d8c; }
  .btn.btn-white:before {
    color: #fff;
    background: #e20d8c; }

.btn.btn-black {
  background: #000;
  color: #fff; }
  .btn.btn-black:before {
    color: #000; }

/* referencing the colors by an the color name now makes more sense than an alias for the purpose, as the purpose of a color may change */
.button.pink {
  background: #e20d8c; }
  .button.pink:before {
    color: #e20d8c; }

.button.blue {
  background: #00b0da; }
  .button.blue:before {
    color: #00b0da; }

.button.yellow {
  background: #fbff9c;
  color: #e20d8c; }
  .button.yellow:before {
    color: #fbff9c;
    background: #e20d8c; }

.button.white {
  background: #fff;
  color: #e20d8c; }
  .button.white:before {
    color: #fff;
    background: #e20d8c; }

.button.black {
  background: #000;
  color: #fff; }
  .button.black:before {
    color: #000; }

sky-fold + .box.box-1.iu-cta {
  margin-top: 16px; }

div.checkboxlist label {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: start;
      align-items: flex-start; }
  div.checkboxlist label > span {
    max-width: 110px;
    word-break: break-word; }
  div.checkboxlist label .checker {
    margin-top: 3px; }

/**
 * All form related style goes in here
 */
/* SIZES */
/* COLORS */
/* SPECIFIC */
/* General settings */
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }

div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  outline: 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block;
    z-index: -1; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 22px;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0px;
    width: 100%; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 19px;
    height: 19px; }
  div.checker span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: inline-block;
    *display: inline;
    zoom: 1; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 18px;
    height: 18px; }
  div.radio span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }

/* Uploader */
div.uploader {
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    height: 28px;
    line-height: 28px;
    width: 85px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 82px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }

/* Buttons */
div.button {
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    height: 30px;
    margin-left: 13px;
    padding: 0; }

[datepicker-popup-wrap] {
  display: inline-block;
  position: absolute;
  left: 0 !important;
  right: 0;
  margin: 0;
  margin-top: -45px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 16px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 2px 0 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 5;
  list-style: none; }
  @media all and (min-width: 768px) {
    [datepicker-popup-wrap] {
      top: auto;
      right: auto;
      left: 50% !important;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: 0;
      margin-top: -60px; } }
  .hover [datepicker-popup-wrap] {
    box-shadow: 2px 0 25px rgba(0, 0, 0, 0.25); }
  [datepicker-popup-wrap] li {
    /* static to counter any relative position set from global list styling (involving pseudo elements etc.)*/
    position: static;
    margin: 0; }
  [datepicker-popup-wrap] table {
    margin-top: 40px;
    width: 100%;
    font-style: normal;
    color: #000;
    margin-bottom: 0; }
    @media all and (min-width: 768px) {
      [datepicker-popup-wrap] table {
        margin-top: 35px; } }
    [datepicker-popup-wrap] table:focus {
      outline: none;
      text-shadow: none;
      box-shadow: none; }
  [datepicker-popup-wrap] .nav-top {
    position: absolute;
    background-color: #e20d8c;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    text-align: center; }
    [datepicker-popup-wrap] .nav-top th {
      height: 40px;
      width: auto; }
      [datepicker-popup-wrap] .nav-top th.nav-mode {
        width: 100%;
        font-style: normal; }
        [datepicker-popup-wrap] .nav-top th.nav-mode button {
          text-align: center; }
    [datepicker-popup-wrap] .nav-top button {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 0;
      float: left;
      margin: 0;
      padding: 0;
      border: none;
      background: none;
      color: #fff;
      font-size: 15px;
      font-weight: 800; }
      @media all and (min-width: 768px) {
        [datepicker-popup-wrap] .nav-top button {
          height: 40px; } }
      [datepicker-popup-wrap] .nav-top button:hover {
        color: #fff;
        cursor: pointer; }
      [datepicker-popup-wrap] .nav-top button.pull-left, [datepicker-popup-wrap] .nav-top button.pull-right {
        width: 40px; }
        [datepicker-popup-wrap] .nav-top button.pull-left:before, [datepicker-popup-wrap] .nav-top button.pull-right:before {
          font-family: "iuno";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: 'd';
          display: inline-block;
          background: none;
          color: #fff;
          font-size: 26px; }
          @media all and (min-width: 768px) {
            [datepicker-popup-wrap] .nav-top button.pull-left:before, [datepicker-popup-wrap] .nav-top button.pull-right:before {
              font-size: 22px; } }
        [datepicker-popup-wrap] .nav-top button.pull-left:hover:before, [datepicker-popup-wrap] .nav-top button.pull-right:hover:before {
          color: #fff; }
      [datepicker-popup-wrap] .nav-top button.pull-left:before {
        -webkit-transform: rotate(180deg) translateY(-3px);
            -ms-transform: rotate(180deg) translateY(-3px);
                transform: rotate(180deg) translateY(-3px); }
      [datepicker-popup-wrap] .nav-top button.pull-right {
        float: right; }
  [datepicker-popup-wrap] .week-days {
    padding-bottom: 0;
    margin-bottom: -11px; }
    [datepicker-popup-wrap] .week-days th {
      font-size: 12px;
      font-style: italic;
      text-align: center; }
  @media all and (min-width: 768px) {
    [datepicker-popup-wrap] table[ng-switch-when="day"] tbody td {
      min-width: 35px; } }
  @media all and (min-width: 768px) {
    [datepicker-popup-wrap] table[ng-switch-when="year"] tbody td {
      min-width: 65px; } }
  @media all and (min-width: 768px) {
    [datepicker-popup-wrap] table[ng-switch-when="month"] tbody td {
      min-width: 110px; } }
  [datepicker-popup-wrap] tbody td {
    height: 100%;
    text-align: center; }
  [datepicker-popup-wrap] tbody [ng-show="showWeeks"] {
    min-width: 16px !important;
    color: white;
    font-size: 10.8px;
    font-style: italic;
    vertical-align: top; }
    [datepicker-popup-wrap] tbody [ng-show="showWeeks"] em {
      color: #000;
      line-height: 40px; }
      @media all and (min-width: 768px) {
        [datepicker-popup-wrap] tbody [ng-show="showWeeks"] em {
          line-height: 35px; } }
  [datepicker-popup-wrap] tbody button {
    display: block;
    position: relative;
    height: 40px;
    padding: 5px;
    border: none;
    border-radius: 0;
    background: none;
    color: #00b0da;
    font-size: 13.5px;
    text-align: center; }
    @media all and (min-width: 768px) {
      [datepicker-popup-wrap] tbody button {
        height: 35px;
        width: 35px;
        font-size: 15px; } }
    [datepicker-popup-wrap] tbody button.today {
      background-color: #f2f2f2;
      font-weight: 800; }
    [datepicker-popup-wrap] tbody button.active {
      background-color: #e20d8c;
      color: #fff;
      font-weight: 800; }
    [datepicker-popup-wrap] tbody button:hover {
      background-color: #00b0da;
      cursor: pointer;
      color: #fff;
      font-weight: 800; }
    [datepicker-popup-wrap] tbody button .text-muted {
      color: #74e4ff; }
  [datepicker-popup-wrap] .button-bar {
    padding: 16px 0 0; }
    [datepicker-popup-wrap] .button-bar button {
      height: 40px;
      padding: 0 15px;
      color: #fff;
      font-weight: normal;
      font-size: 13.5px;
      border: none;
      border-radius: 0;
      background-color: #e20d8c;
      margin-right: 10px; }
      @media all and (min-width: 768px) {
        [datepicker-popup-wrap] .button-bar button {
          height: 35px;
          padding: 0 13.125px; } }
      [datepicker-popup-wrap] .button-bar button:hover {
        background-color: #00b0da;
        cursor: pointer; }
      [datepicker-popup-wrap] .button-bar button.pull-right {
        float: right;
        margin-right: 0;
        background-color: #00b0da;
        font-weight: 800; }
        [datepicker-popup-wrap] .button-bar button.pull-right:hover {
          background-color: #e20d8c; }

/* FONT-SIZE */
label,
legend,
input.uniform-input,
textarea.uniform,
div.selector,
div.uploader,
div.date-picker-wrapper,
.date-picker-wrapper input,
.date-picker-wrapper:before,
div.uploader span.action,
span.radiobuttonlist label,
span.checkboxlist label,
.singlecheckbox label {
  font-size: 20px; }
  @media all and (min-width: 1025px) {
    label,
    legend,
    input.uniform-input,
    textarea.uniform,
    div.selector,
    div.uploader,
    div.date-picker-wrapper,
    .date-picker-wrapper input,
    .date-picker-wrapper:before,
    div.uploader span.action,
    span.radiobuttonlist label,
    span.checkboxlist label,
    .singlecheckbox label {
      font-size: 25px; } }

/* GLOBAL */
label,
legend {
  display: inline-block;
  width: 100%; }

label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  /* 1px padding to avoid margin overflow */
  padding-bottom: 1px;
  line-height: 1.2; }
  label.checkbox {
    margin-bottom: 0; }

legend {
  margin-top: 10px;
  /* 1px padding to avoid margin overflow */
  padding-bottom: 1px; }

input.uniform-input,
textarea.uniform,
div.selector,
div.uploader,
div.date-picker-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* IE8 and below */ }
  .no-csstransforms input.uniform-input, .no-csstransforms
  textarea.uniform, .no-csstransforms
  div.selector, .no-csstransforms
  div.uploader, .no-csstransforms
  div.date-picker-wrapper {
    line-height: 40px; }
  input.uniform-input.validation-error,
  textarea.uniform.validation-error,
  div.selector.validation-error,
  div.uploader.validation-error,
  div.date-picker-wrapper.validation-error {
    color: #b70000;
    border-color: #b70000;
    background-color: #fff4f4; }
    input.uniform-input.validation-error.hover,
    .hover input.uniform-input.validation-error,
    textarea.uniform.validation-error.hover,
    .hover
    textarea.uniform.validation-error,
    div.selector.validation-error.hover,
    .hover
    div.selector.validation-error,
    div.uploader.validation-error.hover,
    .hover
    div.uploader.validation-error,
    div.date-picker-wrapper.validation-error.hover,
    .hover
    div.date-picker-wrapper.validation-error {
      border-color: #b70000;
      background: none; }
  input.uniform-input.hover,
  .hover input.uniform-input,
  textarea.uniform.hover,
  .hover
  textarea.uniform,
  div.selector.hover,
  .hover
  div.selector,
  div.uploader.hover,
  .hover
  div.uploader,
  div.date-picker-wrapper.hover,
  .hover
  div.date-picker-wrapper {
    box-shadow: none;
    border-color: #d9d9d9;
    background-color: rgba(255, 255, 255, 0.5); }
  input.uniform-input.disabled,
  .disabled input.uniform-input,
  textarea.uniform.disabled,
  .disabled
  textarea.uniform,
  div.selector.disabled,
  .disabled
  div.selector,
  div.uploader.disabled,
  .disabled
  div.uploader,
  div.date-picker-wrapper.disabled,
  .disabled
  div.date-picker-wrapper {
    opacity: 0.2;
    cursor: not-allowed;
    border: 1px dashed #333; }
  input.uniform-input.focus,
  .focus input.uniform-input, input.uniform-input.validation-error.focus,
  textarea.uniform.focus,
  .focus
  textarea.uniform,
  textarea.uniform.validation-error.focus,
  div.selector.focus,
  .focus
  div.selector,
  div.selector.validation-error.focus,
  div.uploader.focus,
  .focus
  div.uploader,
  div.uploader.validation-error.focus,
  div.date-picker-wrapper.focus,
  .focus
  div.date-picker-wrapper,
  div.date-picker-wrapper.validation-error.focus {
    color: #fff;
    box-shadow: none;
    border-color: #00b0da;
    background-color: rgba(255, 255, 255, 0.5); }
  input.uniform-input span,
  textarea.uniform span,
  div.selector span,
  div.uploader span,
  div.date-picker-wrapper span {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.btn-inline {
  position: relative;
  padding-right: 102px; }
  .btn-inline input.uniform-input {
    display: inline-block; }
  .btn-inline div.button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92px;
    margin-top: 5px;
    margin-right: 0;
    text-align: center; }

.field-validation-valid {
  color: #b70000;
  float: right;
  font-weight: 800;
  font-size: 12px; }

.form-error,
.form-success {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0;
  margin: 16px 0;
  font-size: 12px;
  line-height: 20px; }
  .form-error ul,
  .form-success ul {
    margin-left: 15px;
    margin-bottom: 0; }
  .form-error li,
  .form-success li {
    margin-top: 5px; }

.form-success {
  color: #409000; }

.form-error,
.validation-error {
  color: #b70000; }

/* SELECTOR */
div.selector {
  height: 40px; }
  div.selector span {
    width: 100%;
    height: auto;
    padding: 0 30px 0 0;
    line-height: 38px;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #000;
    pointer-events: none; }
    div.selector span:after {
      font-family: "iuno";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: 'n';
      position: absolute;
      top: -1px;
      bottom: -1px;
      right: 0;
      width: 40px;
      line-height: 40px;
      font-size: 20px;
      color: #e20d8c;
      border-left: 1px solid #cccccc;
      text-align: center;
      vertical-align: middle; }
  div.selector select {
    cursor: pointer; }

/* DATEPICKER */
.date-picker-wrapper {
  position: relative;
  padding: 0; }
  .date-picker-wrapper:before {
    font-family: "iuno";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'c';
    position: absolute;
    line-height: 40px;
    right: 10px;
    z-index: 2;
    color: #000; }
  .date-picker-wrapper input {
    cursor: pointer;
    border: none;
    background: none;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    padding: 0 15px; }

/* TEXTAREA */
textarea.uniform {
  min-height: 160px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  resize: none; }

/* UPLOADER */
div.uploader {
  max-height: 40px;
  line-height: 40px;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex; }
  div.uploader input {
    cursor: pointer;
    z-index: 1; }
  div.uploader span.filename {
    padding: 0;
    margin: 0;
    display: inline-block;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: auto;
    line-height: 38px; }
  div.uploader span.action {
    width: auto;
    height: 28px;
    line-height: 28px;
    margin: 5px;
    padding: 0 15px;
    vertical-align: middle; }
  .no-flexbox div.uploader {
    display: block; }
    .no-flexbox div.uploader span.filename {
      width: 100%;
      padding-right: 102px; }
    .no-flexbox div.uploader span.action {
      position: absolute;
      top: 0;
      right: 0;
      width: 92px; }

/* RADIO & CHECKBOX */
span.radiobuttonlist,
span.checkboxlist {
  display: block;
  margin-top: 5px;
  line-height: 30px; }
  span.radiobuttonlist ul,
  span.checkboxlist ul {
    list-style-type: none;
    margin: 0; }
  span.radiobuttonlist label,
  span.checkboxlist label {
    margin: 0;
    width: auto; }
    span.radiobuttonlist label:hover,
    span.checkboxlist label:hover {
      cursor: pointer; }
  span.radiobuttonlist legend,
  span.checkboxlist legend {
    font-weight: normal; }

.singlecheckbox label {
  display: block;
  width: auto;
  margin-top: 5px; }
  .singlecheckbox label:hover {
    cursor: pointer; }

div.radio,
div.checker {
  display: inline-block;
  width: auto;
  margin-bottom: 7px;
  margin-right: 20px;
  line-height: 19px;
  text-align: left;
  vertical-align: baseline; }
  div.radio span,
  div.checker span {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    border: 1px solid #e20d8c;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  div.radio.focus span, div.radio.hover span,
  div.checker.focus span,
  div.checker.hover span {
    width: 22px;
    height: 22px;
    margin: 0;
    border: 1px solid #00b0da; }
  div.radio.focus span,
  div.checker.focus span {
    outline: 0;
    box-shadow: none;
    text-shadow: none; }
  div.radio input,
  div.checker input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1; }

div.radio span {
  border-radius: 20px;
  background-color: transparent; }
  div.radio span.checked {
    border: 5px solid #e20d8c; }
    div.radio span.checked input {
      width: 20px;
      height: 20px;
      margin-left: -5px;
      margin-top: -5px;
      z-index: 1; }
    div.radio span.checked:before {
      display: none; }

div.radio.focus .checked, div.radio.hover .checked {
  border: 6px solid #e20d8c; }

div.checker {
  top: -0.1em; }
  div.checker span {
    background: none;
    border-radius: 0; }
    div.checker span.checked {
      background-color: #e20d8c; }
      div.checker span.checked:before {
        content: '';
        position: absolute;
        top: 4px;
        right: 4px;
        background-image: url(/img/5164iu/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 10px; }
        .no-csstransforms div.checker span.checked:before {
          position: relative;
          float: left;
          box-sizing: content-box;
          height: 20px;
          width: 20px;
          top: -2px;
          left: -2px;
          padding: 0; }
  div.checker.focus .checked, div.checker.hover .checked {
    border: 1px solid #e20d8c; }
    .no-csstransforms div.checker.focus .checked:before, .no-csstransforms div.checker.hover .checked:before {
      padding: 2px; }

/* BUTTON */
/* Styling on button + other elements with shared look */
a.button {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  border: none;
  border-radius: 0;
  background-color: #00b0da;
  margin-top: 16px;
  margin-right: 20px; }
  a.button:hover {
    background-color: #e20d8c; }
  a.button.pink {
    background-color: #e20d8c; }
    a.button.pink:hover {
      background-color: #00b0da; }

a.button,
div.button {
  display: inline-block; }
  a.button span,
  div.button span {
    white-space: nowrap;
    width: 100%; }

div.button,
span.action {
  height: 40px;
  padding: 0 15px;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  border: none;
  border-radius: 0;
  background-color: #00b0da;
  margin-top: 16px;
  margin-right: 20px;
  /* Add id="secondary" to the button-tag */
  /* Add id="spinner" to the button-tag */ }
  div.button span,
  span.action span {
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  div.button button,
  div.button input,
  span.action button,
  span.action input {
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    /* Background fixes input[type=submit] not receiving height prop */
    background-color: transparent; }
  div.button.hover,
  .hover div.button, div.button.focus,
  span.action.hover,
  .hover
  span.action,
  span.action.focus {
    outline: none;
    box-shadow: none;
    background-color: #e20d8c; }
  div.button[id="uniform-secondary"],
  span.action[id="uniform-secondary"] {
    font-weight: normal;
    background-color: #e20d8c; }
    div.button[id="uniform-secondary"].hover, div.button[id="uniform-secondary"].focus,
    span.action[id="uniform-secondary"].hover,
    span.action[id="uniform-secondary"].focus {
      background-color: #00b0da; }
  div.button[id="uniform-spinner"],
  span.action[id="uniform-spinner"] {
    opacity: 0.5;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-align: center; }
    div.button[id="uniform-spinner"] input, div.button[id="uniform-spinner"] button,
    span.action[id="uniform-spinner"] input,
    span.action[id="uniform-spinner"] button {
      cursor: progress; }
    .csstransforms div.button[id="uniform-spinner"]:after, .csstransforms
    span.action[id="uniform-spinner"]:after {
      content: '';
      width: 28px;
      height: 28px;
      line-height: 40px;
      box-sizing: border-box;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      border: 4px solid #fff;
      border-bottom: 4px solid transparent;
      border-radius: 40px;
      -webkit-animation: spinning 1.5s infinite linear;
              animation: spinning 1.5s infinite linear; }

@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
            transform: rotate(0deg) translate(-50%, -50%); }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
            transform: rotate(360deg) translate(-50%, -50%); } }

@keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
            transform: rotate(0deg) translate(-50%, -50%); }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
            transform: rotate(360deg) translate(-50%, -50%); } }

.field-validation-error {
  width: 100%;
  color: #999;
  font-style: italic; }

.input-validation-error {
  border: 3px solid #e20d8c !important; }

.swipe-gallery {
  overflow: hidden;
  visibility: hidden;
  position: relative; }
  .swipe-gallery ul {
    text-align: center;
    margin: 0; }
  .swipe-gallery li {
    display: inline-block;
    transition: background 0.1s 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.1s 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */ }
  .swipe-gallery .bullets {
    padding-left: 0; }
    @media all and (min-width: 768px) {
      .swipe-gallery .bullets {
        position: absolute;
        bottom: 21px;
        left: 25px; } }
    .swipe-gallery .bullets li {
      width: 8px;
      height: 8px;
      border-radius: 4px;
      margin: 8px 4px 0;
      background-color: #e20d8c;
      cursor: pointer; }
      .swipe-gallery .bullets li.act {
        background-color: #fff;
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
        cursor: default; }
      @media all and (min-width: 768px) {
        .swipe-gallery .bullets li {
          width: 12px;
          height: 12px;
          border-radius: 6px;
          margin: 0 12px 0 0; }
          .swipe-gallery .bullets li.act {
            -webkit-transform: scale(1.333);
                -ms-transform: scale(1.333);
                    transform: scale(1.333); } }

.images-wrap {
  overflow: hidden;
  position: relative; }
  .front .images-wrap {
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .images-wrap > div {
    float: left;
    width: 100%;
    position: relative;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    /* easeOutCubic */ }
    .front .images-wrap > div {
      min-height: 100%;
      white-space: normal;
      vertical-align: bottom;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-align: stretch;
          align-items: stretch; }
    .images-wrap > div img {
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
  .images-wrap span.text {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    min-height: 208px;
    left: 0;
    /* Aspect-ratio from image crop size: 640px * 980px */
    padding-bottom: 65.30612245%;
    font-size: 15px;
    line-height: 20px;
    background: rgba(34, 34, 34, 0.5);
    z-index: 1; }
    @media all and (min-width: 768px) {
      .images-wrap span.text {
        min-height: 459px;
        font-size: 20px;
        line-height: 25px; } }
    @media all and (min-width: 1025px) {
      .images-wrap span.text {
        min-height: 640px;
        font-size: 25px;
        line-height: 28px; } }
    .images-wrap span.text .text-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
      padding: 16px; }
      @media all and (min-width: 768px) {
        .images-wrap span.text .text-content {
          padding: 20px;
          padding-bottom: 50px; } }
      @media all and (min-width: 1025px) {
        .images-wrap span.text .text-content {
          padding: 25px;
          padding-bottom: 60px; } }
      .front .images-wrap span.text .text-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media all and (max-width: 767px) {
      .images-wrap span.text h1 {
        margin-bottom: 0;
        word-wrap: break-word; } }
  .images-wrap .no-color span.text .text-content {
    padding-left: 0;
    padding-right: 0; }
  .images-wrap .no-color img + span.text .text-content {
    padding: 16px; }
    @media all and (min-width: 768px) {
      .images-wrap .no-color img + span.text .text-content {
        padding: 20px;
        padding-bottom: 50px; } }
    @media all and (min-width: 1025px) {
      .images-wrap .no-color img + span.text .text-content {
        padding: 25px;
        padding-bottom: 60px; } }
  .images-wrap .no-color span.text {
    background-color: transparent; }
  .images-wrap h3 {
    margin-bottom: 8px; }
  .images-wrap img {
    width: 100%;
    height: auto;
    margin: 0; }
    @media all and (max-width: 767px) {
      .images-wrap img {
        height: 100%;
        object-fit: cover; } }

sky-swipe {
  display: block;
  margin-bottom: 16px; }
  sky-swipe.front h1 {
    margin-bottom: 10px; }
    sky-swipe.front h1 a {
      display: inline-block;
      width: 100%;
      color: #fff;
      background: none; }

iu-event-signup {
  display: block;
  width: 100%; }

iu-search {
  display: block; }
  iu-search .list-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    iu-search .list-buttons .button {
      margin: 0 0 10px 0; }
    iu-search .list-buttons div.button:hover {
      background-color: #e20d8c; }
    iu-search .list-buttons .all-results-button {
      line-height: 40px;
      background-color: #e20d8c; }
    iu-search .list-buttons .all-results-button:hover {
      background-color: #00b0da; }
  iu-search .hidden {
    display: none; }
  @media all and (min-width: 768px) {
    iu-search iu-news-letter {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100%; } }
  @media all and (min-width: 768px) {
    iu-search iu-news-letter > * {
      -ms-flex-positive: 1;
          flex-grow: 1; } }

iu-search-sorting {
  display: block; }

iu-news-letter {
  display: block;
  width: 100%; }
  iu-news-letter button {
    border-radius: 0; }
  iu-news-letter > * {
    height: 100%; }

iu-search-result-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  iu-search-result-item > .generic-box,
  iu-search-result-item > .generic-box-no-bg,
  iu-search-result-item > .contact-box {
    -ms-flex-positive: 1;
        flex-grow: 1; }

iu-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px; }
  @media all and (min-width: 768px) {
    iu-share {
      width: 30px;
      height: 30px; } }
  @media all and (min-width: 1025px) {
    iu-share {
      width: 35px;
      height: 35px; } }
  iu-share button {
    background: transparent !important;
    width: 35px;
    height: 35px;
    padding: 5px; }
    @media all and (min-width: 768px) {
      iu-share button {
        width: 30px;
        height: 30px;
        padding: 4px; } }
    @media all and (min-width: 1025px) {
      iu-share button {
        width: 35px;
        height: 35px;
        padding: 5px; } }
  iu-share .iu-share {
    height: 35px;
    width: 35px;
    background: none; }
    @media all and (min-width: 768px) {
      iu-share .iu-share {
        width: 30px;
        height: 30px; } }
    @media all and (min-width: 1025px) {
      iu-share .iu-share {
        width: 35px;
        height: 35px; } }
    iu-share .iu-share svg {
      fill: #e20d8c; }
    iu-share .iu-share .options {
      display: none; }
    iu-share .iu-share.open svg {
      fill: #fff; }
    iu-share .iu-share.open .options {
      background: #fff;
      display: block;
      white-space: nowrap;
      z-index: 1;
      position: absolute;
      top: -50px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      iu-share .iu-share.open .options:after {
        content: '';
        display: block;
        border: 5px solid transparent;
        border-top-color: #fff;
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      iu-share .iu-share.open .options button {
        width: 35px;
        height: 35px;
        padding: 5px; }
        iu-share .iu-share.open .options button[sky-sharethis="email"] {
          width: 38px;
          margin-left: -2px; }
      iu-share .iu-share.open .options svg {
        fill: #e20d8c; }
    .secondary-color iu-share .iu-share svg,
    .pink-color iu-share .iu-share svg {
      fill: #fff; }

[sky-sharethis] {
  cursor: pointer; }

iu-dropdown {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  line-height: 1; }

.iu-dropdown__title {
  position: relative;
  z-index: 10;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  font-size: inherit; }
  .iu-dropdown__title:after {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    background-image: url("/img/5164iu/wedge-down.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100% 66.667%;
    transition: -webkit-transform .3s;
    transition: transform .3s; }
  .iu-dropdown__title > * {
    pointer-events: none; }
  .iu-dropdown__title--is-open:after {
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1); }

.iu-dropdown__content {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  pointer-events: none;
  transition: all .3s; }
  .iu-dropdown__content:before {
    content: '';
    position: absolute;
    top: -42px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background-color: rgba(34, 34, 34, 0.7); }
  .iu-dropdown__content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .iu-dropdown__content li {
    margin-left: 0;
    padding: 0 !important; }
    .iu-dropdown__content li + li {
      margin-top: 20px; }
    .iu-dropdown__content li a:hover {
      color: #00b0da; }
  .iu-dropdown__content--is-visible {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: auto; }

sky-video {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fffcbe;
  position: relative;
  overflow: hidden;
  overflow: clip;
  margin-bottom: 16px; }
  sky-video:last-child {
    margin-bottom: 0; }
  sky-video div {
    cursor: pointer; }
    sky-video div button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  sky-video.playing div button {
    opacity: 0; }
  sky-video.private-iframe .button {
    display: none; }
  sky-video.private-iframe iframe {
    position: absolute;
    top: -0.75px;
    bottom: -0.75px;
    left: -0.75px;
    right: -0.75px;
    width: calc(100% + 1.5px);
    height: calc(100% + 1.5px); }

.contact__fold .closed {
  padding-bottom: 20px; }

.contact__fold .opened .box-columns {
  width: calc(100% + 2 * 15px);
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -15px; }
  @media all and (min-width: 768px) {
    .contact__fold .opened .box-columns {
      width: calc(100% + 2 * 20px);
      margin-left: -20px; } }
  @media all and (min-width: 1025px) {
    .contact__fold .opened .box-columns {
      width: calc(100% + 2 * 25px);
      margin-left: -25px; } }
  .contact__fold .opened .box-columns > div {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    @media all and (min-width: 768px) {
      .contact__fold .opened .box-columns > div {
        padding-left: 20px;
        padding-right: 20px;
        width: calc((100% - 16px) / 3 * 2); }
        .contact__fold .opened .box-columns > div.contact__info {
          width: calc((100% - 16px) / 3); } }
    @media all and (min-width: 1025px) {
      .contact__fold .opened .box-columns > div {
        padding-left: 25px;
        padding-right: 25px; } }

.contact__icon {
  background: none;
  width: 35px;
  height: 35px; }
  .contact__icon path {
    fill: #fff; }
    .contact__icon path.bg {
      display: none; }

.contact__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%; }

.contact__info-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 20px; }
  .contact__info-bottom > * + * {
    margin-left: 10px; }
  sky-fold .closed .contact__info-bottom button {
    position: relative;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.contact__read-more {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.contact__info--item {
  display: -ms-flexbox;
  display: flex; }
  .contact__info--item button {
    width: auto; }
  .contact__info--item .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    padding-left: 40px;
    padding-right: 10px; }
  .contact__info--item path {
    fill: #fff; }
    .contact__info--item path.bg {
      display: none; }

.contact__image {
  width: 100%;
  height: 340px;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: #000; }
  @media all and (min-width: 1025px) {
    .contact__image {
      height: 595px; } }

/**
 *  START: Basic color changes
 */
/**
  *  END: Basic color changes
  */
/* primary color */
.coi-consent-banner__consent-area {
  background-color: rgba(34, 34, 34, 0.7); }

/* primary color 2 */
.coi-consent-banner__summary {
  background-color: rgba(34, 34, 34, 0.7); }

/* secondary color */
.coi-consent-banner__indicator.active, .coi-consent-banner__cookie-details:nth-child(even), .coi-consent-banner__category-expander:checked
~ .coi-consent-banner__name-container {
  background: #eee; }

.coi-consent-banner {
  background-color: transparent; }

/* text color */
.summary-texts__title, .coi-consent-banner__summary-texts, .summary-texts__hide-details, .summary-texts__show-details {
  color: #ffffff; }

/* link color */
.summary-texts__description a {
  color: #ffffff;
  padding: 0px 2px; }

/* button color */
.coi-consent-banner__agree-button, .bottom-bar__update-consent {
  background-color: #e20d8c;
  color: #fff; }

/* button hover color */
.coi-consent-banner__agree-button:hover, .bottom-bar__update-consent:hover {
  background-color: #f54cb0; }

#coiConsentBanner * {
  box-sizing: border-box; }

/* accept button area */
.coi-consent-banner__consent-area {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  color: #ffffff; }

/* accept button */
.coi-consent-banner__agree-button {
  min-width: 119px;
  border-radius: 0px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 10px 20px;
  text-align: center; }

/* toggle details link */
.summary-texts__show-details {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0px 20px 0px 20px; }

.summary-texts__show-details:hover {
  text-decoration: underline; }

/* banner text area */
.coi-consent-banner__summary {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px 30px;
  line-height: 16px; }

/* banner text title */
.summary-texts__title {
  font-size: 21px;
  font-weight: 500;
  line-height: 32px; }

/* banner text main */
.coi-consent-banner__summary-texts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center; }

/* update consent button */
.bottom-bar__update-consent {
  min-width: 119px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 10px;
  padding: 10px 10px; }

/* selected menu item */
.coi-consent-banner__indicator.active {
  border-bottom: 1px solid #555;
  color: #000000;
  background-color: transparent; }

/* category row*/
.coi-consent-banner__category-expander:checked
~ .coi-consent-banner__name-container {
  color: #249723; }

/* category checkbox */
.coi-consent-banner__slider:after {
  background-color: #249723; }

#coiConcentBannerWrapper {
  position: fixed; }

.BannerFull {
  width: 100% !important; }

.BannerHalf {
  width: 50% !important; }

.BannerQuard {
  width: 25% !important; }

.BannerLeft {
  left: 0; }

.BannerLeft {
  right: 0; }

.BannerTop {
  top: 0; }

.BannerBottom {
  bottom: 0; }

.BannerCenter {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%; }

.coi-consent-banner {
  position: fixed;
  width: 100%;
  max-height: 90%;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  background-color: transparent;
  z-index: 10000;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  -ms-overflow-style: none;
  bottom: -1px; }

.coi-consent-banner::-webkit-scrollbar {
  width: 0 !important; }

.coi-consent-banner__consent-area {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  color: #ffffff;
  border-right: none; }

.coi-consent-banner__decline {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer; }

/*Styles active on desktop version*/
@media screen and (min-width: 700px) {
  .coi-consent-banner__base {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100%;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .coi-consent-banner__consent-area {
    -ms-flex-direction: row;
        flex-direction: row;
    border-right: none; }
  .coi-consent-banner__decline {
    margin-top: 15px; }
  .coi-consent-banner__consent-area {
    width: 25%; }
  .coi-consent-banner__summary {
    -ms-flex: 3 0 0;
        flex: 3 0 0; } }

/*Styles active on mobile version*/
@media screen and (max-width: 700px) {
  .coi-consent-banner__base {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .coi-consent-banner__consent-area {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex: 1;
        flex: 1;
    width: 100%; }
  .coi-consent-banner__decline {
    margin-left: 20px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .coi-consent-banner__summary {
    -ms-flex: 1;
        flex: 1;
    text-align: center; } }

.summary-texts__hide-details {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0px 20px 0px 20px; }

.coi-consent-banner__bottom {
  max-height: 0;
  transition: max-height 0.5s;
  border-top: solid 1px #e0e0e0;
  overflow: auto;
  background: #FFF; }

.coi-consent-banner__bottom::-webkit-scrollbar {
  width: 0px; }

.coi-consent-banner__indicators-container {
  min-height: 54px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  width: 25%;
  height: auto; }
  .coi-consent-banner__indicators-container a {
    background-color: transparent !important; }

.coi-consent-banner__indicator {
  text-align: center;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.38);
  text-transform: uppercase;
  -ms-flex: auto;
      flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 54px;
  background-color: transparent !important; }

.coi-consent-banner__indicator:hover {
  cursor: pointer;
  color: #000000; }

.coi-consent-banner__bottom-columns {
  width: 100%;
  max-height: 280px; }

.coi-consent-banner__left-column {
  background-color: #fcfcfc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-sizing: border-box;
  padding: 25px; }

.coi-consent-banner__categories-wrapper {
  box-sizing: border-box;
  position: relative; }

.coi-consent-banner__category-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: initial; }

.coi-consent-banner__name-container {
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 56px;
  line-height: 18px;
  background-color: #fcfcfc;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  color: #272727; }

.coi-consent-banner__name-container:hover {
  color: #249723; }

.coi-consent-banner__name-container label {
  color: black; }

.coi-consent-banner__category-name {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 55px;
  cursor: pointer;
  margin: 0; }

.coi-consent-banner__category-name:last-child {
  border-bottom: none; }

.coi-consent-banner__category-expander {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.coi-consent-banner__about-owner-column {
  display: none;
  line-height: 20px;
  font-size: 14px; }

.left-column__about-owner {
  font-size: 14px; }

.left-column__last-scan {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 35px; }

.left-column__bold-text {
  font-weight: bold; }

.left-column__last-scan-date {
  height: 20px;
  border-radius: 3px;
  color: #fff;
  background-color: #249723;
  font-size: 15px;
  display: table;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-top: 10px;
  max-width: 140px;
  line-height: 20px;
  padding: 5px 15px; }

.left-column__website_domains {
  word-break: break-word;
  clear: both;
  display: block;
  margin-top: 5px; }

.coi-consent-banner__right-column {
  height: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: -55px; }

.coi-consent-banner__description-container {
  overflow: auto; }

.coi-consent-banner__category-description {
  padding: 15px 30px; }

.cookie-details__detail-container {
  font-size: 13px;
  padding: 0 10px; }

.cookie-details__detail-title {
  font-weight: bold; }

.coi-consent-banner__found-cookies {
  border-top: 1px solid #e0e0e0; }

.coi-consent-banner__cookie-details {
  color: #757575;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #fcfcfc; }

.coi-consent-banner__why-cookies {
  padding: 25px 30px;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 14px; }
  .coi-consent-banner__why-cookies a {
    color: #e20d8c;
    background-color: transparent !important; }

.coi-consent-banner__why-cookies + p {
  font-size: 14px !important;
  font-family: "Roboto" !important; }

.coi-consent-banner__why-cookies + span {
  font-size: 14px !important;
  font-family: "Roboto" !important; }

/*Styles active on desktop version*/
@media screen and (min-width: 760px) {
  .coi-consent-banner__left-column {
    width: 25%;
    border-right: 1px solid #e0e0e0; }
  .coi-consent-banner__right-column {
    -ms-flex: 4 0 0;
        flex: 4 0 0; }
  .coi-consent-banner__description-container {
    height: auto;
    top: -47px;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 75%;
    background: white;
    z-index: 1; }
  .coi-consent-banner__category-container:nth-child(1)
.coi-consent-banner__description-container {
    z-index: 2; }
  .cookie-details__detail-container.cookie-details__detail-container-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 15%; }
  .cookie-details__detail-container.cookie-details__detail-container-provider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 25%; }
  .cookie-details__detail-container.cookie-details__detail-container-purpose {
    width: 50%; }
  .cookie-details__detail-container.cookie-details__detail-container-expiry {
    width: 10%; }
  .coi-consent-banner__name-container {
    width: 25%;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box; }
  /* :checked */
  .coi-consent-banner__category-expander:checked
~ .coi-consent-banner__description-container {
    z-index: 100; }
  .coi-consent-banner__cookie-details {
    -ms-flex-direction: row;
        flex-direction: row; }
  .cookie-details__detail-title {
    margin-right: 10px; } }

/*Styles active on mobile version*/
@media screen and (max-width: 760px) {
  .coi-consent-banner__description-container {
    height: 0;
    width: 100%;
    transition: height 0.9s; }
  .coi-consent-banner__indicators-container {
    width: 100% !important; }
  .coi-consent-banner__indicator {
    padding: 20px 0 !important; }
  /* :checked */
  .coi-consent-banner__category-expander:checked
~ .coi-consent-banner__description-container {
    height: auto; }
  .coi-consent-banner__about-owner-column {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
  .coi-consent-banner__left-column,
  .coi-consent-banner__right-column {
    width: 100%; }
  .coi-consent-banner__cookie-details {
    -ms-flex-direction: column;
        flex-direction: column; }
  .coi-consent-banner__bottom-bar {
    width: 100% !important;
    border-right: none !important; }
  .coi-consent-banner__right-column {
    margin-top: 0; } }

.coi-consent-banner__switch-container {
  position: absolute;
  right: 10px !important;
  cursor: pointer;
  top: 20px; }

.coi-consent-banner__switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  padding: 0 10px; }

.coi-consent-banner__switch-checkbox {
  display: none !important; }

.coi-consent-banner__slider {
  width: 34px;
  height: 14px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bdbdbd;
  transition: 0.4s;
  border-radius: 34px; }

.coi-consent-banner__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -3px;
  bottom: -3px;
  background-color: #f5f5f5;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24); }

.coi-consent-banner__switch-checkbox:checked + .coi-consent-banner__slider {
  background-color: rgba(226, 13, 140, 0.6); }

.coi-consent-banner__switch-checkbox:focus + .coi-consent-banner__slider {
  box-shadow: 0 0 1px #2196f3; }

.coi-consent-banner__switch-checkbox:checked
+ .coi-consent-banner__slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background-color: #e20d8c; }

.coi-consent-banner__bottom-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #e0e0e0;
  width: 25%;
  border-right: 1px solid #e0e0e0; }

.coi-brand-logo {
  margin: 0 10px;
  background-color: transparent !important;
  color: #000; }

.coi-brand-logo {
  font-size: 9px; }

/*Styles active on desktop version that gets changed on mobile*/
@media screen and (min-width: 760px) {
  .coi-consent-banner__bottom-columns {
    max-height: 340px; }
  .coi-consent-banner__category-container:last-of-type div {
    border-bottom: none; } }

/*Styles active on mobile version that gets changed on desktop*/
@media screen and (max-width: 760px) {
  .coi-brand-logo {
    position: initial; }
  .BannerHalf {
    width: 100%; }
  .BannerQuard {
    width: 100%; }
  .coi-consent-banner__bottom-columns {
    max-height: none; } }

@media screen and (max-width: 1300px) {
  .coi-consent-banner__indicators-container {
    display: inline-block;
    max-height: none; }
  .coi-consent-banner__indicator {
    display: block; } }

/* INTERNET EXPLORER FIXES */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .coi-consent-banner__base {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .coi-consent-banner__consent-area {
    border-right: solid 1px #e1e1e1;
    width: 25%;
    -ms-flex: none;
        flex: none; }
  .coi-consent-banner__summary {
    text-align: left !important;
    width: 75%;
    -ms-flex: none;
        flex: none; } }

@media screen and (-ms-high-contrast: active) and (max-width: 700px), screen and (-ms-high-contrast: none) and (max-width: 700px) {
  .coi-consent-banner__base {
    display: block !important; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .coi-consent-banner__indicator {
    display: block;
    max-width: 50%; }
  .coi-consent-banner__left-column {
    width: 25%;
    -ms-flex: none;
        flex: none; } }

/* CUSTOM STYLING FOR MORE SPECIFIC STYLING*/
.coi-consent-banner__indicators-container #coiDeclarationIndicator, .coi-consent-banner__indicators-container #coiAboutIndicator {
  background-color: transparent !important; }
