/*! CoreMedia Blueprint - Theme Corporation */
body, html {
  /*height: 100%;*/ }
/*
Grid
========================================================================================================================
Contains styling definitions for all content types as cm-grid.
- cm-grid
- cm-grid--corporate-homepage
- cm-grid--corporate-detailpage
- cm-grid--corporate-detailpage--sidebar
- cm-grid--with-superhero
- cm-grid--disabled-scrolling
- cm-javascript
*/
.cm-grid {
  margin-top: 70px;
  /* special header if superhero teaser is present */
  /* gaps and superhero teasers do not work in rows with multiple columns */ }
  @media screen and (min-width: 768px) {
    .cm-grid {
      margin-top: 90px; } }
  .cm-grid--disabled-scrolling {
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .cm-grid--disabled-scrolling {
        overflow: visible; } }
  .cm-grid--with-superhero {
    margin-top: 0; }
    .cm-grid--with-superhero .cm-header {
      background: none;
      margin-top: 0;
      transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      @media screen and (min-width: 768px) {
        .cm-grid--with-superhero .cm-header__search {
          display: none; } }
      .cm-grid--with-superhero .cm-header--open, .cm-grid--with-superhero .cm-header--scrolled {
        background: rgba(0, 0, 0, 0.65);
        transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        @media screen and (min-width: 768px) {
          .cm-grid--with-superhero .cm-header--open .cm-header__search, .cm-grid--with-superhero .cm-header--scrolled .cm-header__search {
            display: block; } }
  .cm-grid--corporate-detailpage--sidebar {
    /* row containing placement main and placement sidebar */
    /* text in teaser with smaller font, because of less space (10cols instead 12cols, 'cause sidebar */ }
    .cm-grid--corporate-detailpage--sidebar .cm-row:nth-child(4) {
      margin-right: auto;
      margin-left: auto;
      max-width: 1600px; }
    @media screen and (min-width: 768px) {
      .cm-grid--corporate-detailpage--sidebar .cm-teasable__text {
        font-size: 16px; } }
@media screen and (min-width: 1024px) {
  .cm-sticky.affix {
    position: fixed;
    top: 30px; }
  .cm-sticky.affix-top, .cm-sticky.affix-bottom {
    position: absolute; } }
@media screen and (min-width: 1024px) {
  .cm-sticky--offset {
    left: 83.3333333333%; } }
@media screen and (min-width: 1280px) {
  .cm-sticky--offset {
    left: 50%;
    margin-left: 800px;
    width: 266.666666667px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); } }
.cm-sticky--no-sticky {
  position: static; }
.cm-javascript {
  display: none; }
.no-js {
  margin-top: 40px; }
  .no-js .cm-javascript {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    background: #000000;
    color: #ffffff;
    text-align: center; }
@media screen and (min-width: 768px) {
  .cm-row--full-height {
    display: table;
    width: 100%;
    height: 100%;
    /* fix overflow */
    table-layout: fixed; }
  .cm-col--full-height {
    height: 100%;
    display: table-cell;
    float: none;
    vertical-align: top; } }
.cm-aspect-ratio-box__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
/*
Container
========================================================================================================================
Contains styling definitions for all content types as cm-container.
- cm-container
*/
.cm-container {
  width: 100%;
  /* todo: change classes below */
  /* container with different paddings */ }
  @media screen and (min-width: 768px) {
    .cm-container > :not(.cm-container) {
      margin-right: auto; } }
  .cm-container--superhero {
    height: 100vh;
    overflow: hidden; }
  .cm-container--gap {
    border-top: 13px solid #26992F;
    border-bottom: 13px solid #26992F; }
    @media screen and (min-width: 1024px) {
      .cm-container--gap {
        border: none; } }
  .cm-container--superhero > :not(.cm-container), .cm-container--gap > :not(.cm-container) {
    max-width: none; }
  .cm-container--default > :not(.cm-container):first-child, .cm-container--details > :not(.cm-container):first-child {
    margin-top: 15px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cm-container--default > :not(.cm-container):first-child, .cm-container--details > :not(.cm-container):first-child {
        margin-top: 0; } }
  .cm-container--default > :not(.cm-container):last-child, .cm-container--details > :not(.cm-container):last-child {
    margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .cm-container--default > :not(.cm-container):first-child, .cm-container--details > :not(.cm-container):first-child {
      margin-top: 30px; }
    .cm-container--default > :not(.cm-container):last-child, .cm-container--details > :not(.cm-container):last-child {
      margin-bottom: 30px; } }
  .cm-container--square > :not(.cm-container):first-child, .cm-container--medialist > :not(.cm-container):first-child {
    margin-top: 15px; }
  .cm-container--square > :not(.cm-container), .cm-container--medialist > :not(.cm-container) {
    padding-left: 5px; }
  @media screen and (min-width: 768px) {
    .cm-container--square > :not(.cm-container):first-child, .cm-container--medialist > :not(.cm-container):first-child {
      margin-top: 30px; }
    .cm-container--square > :not(.cm-container), .cm-container--medialist > :not(.cm-container) {
      padding-left: 5px; } }
/*
Buttons
========================================================================================================================
Contains styling definitions for all content types as cm-button.
- cm-button
- cm-button--primary
- cm-button--white
*/
.cm-button {
  white-space: normal;
  transition: all 0.35s ease;
  color: #333333;
  background-color: transparent;
  border: 2px solid #333333; }
  .cm-button:hover, .cm-button:focus, .cm-button:active {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333; }
  .cm-button:active {
    background-image: none; }
  .cm-button--primay {
    color: #26992F;
    background-color: transparent;
    border: 2px solid #26992F; }
    .cm-button--primay:hover, .cm-button--primay:focus, .cm-button--primay:active {
      color: #ffffff;
      background-color: #26992F;
      border-color: #26992F; }
    .cm-button--primay:active {
      background-image: none; }
  .cm-button--white {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff; }
    .cm-button--white:hover, .cm-button--white:focus, .cm-button--white:active {
      color: #333333;
      background-color: #ffffff;
      border-color: #ffffff; }
    .cm-button--white:active {
      background-image: none; }
/*
Image
========================================================================================================================
Contains styling definitions for all content types as cm-image.
- cm-image
- cm-image-box
*/
.cm-image {
  /* responsive image, use width of outer container */
  /* responsive image, use max-width of outer container */
  /* lazy loading, show spinner */
  /* alternative image */ }
  .cm-image--responsive {
    vertical-align: middle;
    width: 100%; }
  .cm-image--responsive-limit {
    vertical-align: middle;
    max-width: 100%; }
  .cm-image--loading {
    background: #eeeeee url(/isip/servlet/resource/blob/100720/180e82018d1c6ea639900946dd899732/loader-big-gif-data.gif) no-repeat center center;
    color: transparent;
    /* hide alt text */ }
  .cm-image--missing {
    background: #26992F url(../images/logo.svg) no-repeat center center;
    background-size: 50%; }
/* images in richtext */
.cm-image-box--embedded {
  position: relative;
  width: 100%;
  margin: 10.5px 0; }
  @media screen and (min-width: 768px) {
    .cm-image-box--embedded {
      /* centered */ }
      .cm-image-box--embedded.float--none {
        width: 50%;
        margin: 10.5px auto; }
      .cm-image-box--embedded.float--left {
        width: 50%;
        margin-right: 10.5px; }
      .cm-image-box--embedded.float--right {
        width: 50%;
        margin-left: 10.5px; } }
.cm-image-box--embedded .cm-image-box__image {
  position: relative;
  overflow: hidden; }
  .cm-image-box--embedded .cm-image-box__image:before {
    display: block;
    padding-top: 75%;
    content: ""; }
.cm-image-box .fullSizeImagesDetail {
  position: relative;
  overflow: hidden; }
  .cm-image-box .fullSizeImagesDetail:before {
    display: block;
    padding-top: 75%;
    content: ""; }
  .cm-image-box .fullSizeImagesDetail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
/*
Fonts
========================================================================================================================
*/
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  src: url(/isip/servlet/resource/blob/100650/72992d4272f4750703000380693504ac/raleway-medium-woff2-data.woff2) format("woff2"), url(/isip/servlet/resource/blob/100686/11ab7e52170b2f094841b19f1ff95081/raleway-medium-woff-data.woff) format("woff"), url(/isip/servlet/resource/blob/100646/f635bfe13bcf6eb2b2ff8c22b58a5316/raleway-medium-ttf-data.ttf) format("truetype"); }
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: italic;
  src: url(/isip/servlet/resource/blob/100658/35e6e90b66bf4e0fcd8d861755445c8a/raleway-mediumitalic-woff2-data.woff2) format("woff2"), url(/isip/servlet/resource/blob/100676/45771cd2d09956845c77db84f717bd18/raleway-mediumitalic-woff-data.woff) format("woff"), url(/isip/servlet/resource/blob/100652/136fcfc232b2c319b5f7a59306979e1f/raleway-mediumitalic-ttf-data.ttf) format("truetype"); }
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  font-style: normal;
  src: url(/isip/servlet/resource/blob/100660/e5f47a18e325ccab3eb5c880669ca01e/raleway-semibold-woff2-data.woff2) format("woff2"), url(/isip/servlet/resource/blob/100670/d813358e3a556821738e835296ee8ffe/raleway-semibold-woff-data.woff) format("woff"), url(/isip/servlet/resource/blob/100684/088f191aa5adce86f37924a472c1bf09/raleway-semibold-ttf-data.ttf) format("truetype"); }
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  font-style: italic;
  src: url(/isip/servlet/resource/blob/100656/1f402a5c9340c38970599689c738623e/raleway-semibolditalic-woff2-data.woff2) format("woff2"), url(/isip/servlet/resource/blob/100680/36f82e4a9de7ee028e05116d6c760aba/raleway-semibolditalic-woff-data.woff) format("woff"), url(/isip/servlet/resource/blob/100664/b723d65cf32249b44df1697f477841fe/raleway-semibolditalic-ttf-data.ttf) format("truetype"); }
@font-face {
  font-family: "SansBullshitSans";
  font-weight: normal;
  font-style: normal;
  src: url(/isip/servlet/resource/blob/100648/37b7b9a181bbf54decf15e8630c02e4a/sansbullshitsans-woff2-data.woff2) format("woff2"), url(/isip/servlet/resource/blob/100672/59d655f5f71ec6f5a13f3d4d6d2e9628/sansbullshitsans-woff-data.woff) format("woff"), url(/isip/servlet/resource/blob/100674/3ed2d7a53e1b5e59a2d3d2dcb50196d6/sansbullshitsans-ttf-data.ttf) format("truetype"); }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
body.cm-bs {
  font-family: "SansBullshitSans", "Raleway", sans-serif;
  font-weight: normal;
  -moz-font-variant-ligatures: common-ligatures;
       font-variant-ligatures: common-ligatures;
  -moz-font-feature-settings: "liga" 1, "dlig" 1;
       font-feature-settings: "liga" 1, "dlig" 1; }
h1, .h1 {
  font-size: 40px; }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 60px; } }
h2, .h2 {
  font-size: 28px; }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 40px; } }
h3, .h3 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 30px; } }
h4, .h4 {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 24px; } }
p, .p {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    p, .p {
      font-size: 16px; } }
.cm-glyphicon-before:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  color: #26992F;
  content: "\e025"; }
.cm-glyphicon-before[href$=".doc"]:before, .cm-glyphicon-before[href$=".docx"]:before, .cm-glyphicon-before[href$=".odt"]:before, .cm-glyphicon-before[href$=".pdf"]:before, .cm-glyphicon-before[href$=".rtf"]:before {
  content: "\e022"; }
.cm-glyphicon-before[href$=".bmp"]:before, .cm-glyphicon-before[href$=".gif"]:before, .cm-glyphicon-before[href$=".jpg"]:before, .cm-glyphicon-before[href$=".jpeg"]:before, .cm-glyphicon-before[href$=".svg"]:before, .cm-glyphicon-before[href$=".tif"]:before, .cm-glyphicon-before[href$=".tiff"]:before, .cm-glyphicon-before[href$=".png"]:before {
  content: "\e060"; }
.cm-glyphicon-before[href$=".mp3"]:before, .cm-glyphicon-before[href$=".ogg"]:before, .cm-glyphicon-before[href$=".wav"]:before {
  content: "\e002"; }
.cm-glyphicon-before[href$=".avi"]:before, .cm-glyphicon-before[href$=".mp4"]:before, .cm-glyphicon-before[href$=".mpg"]:before, .cm-glyphicon-before[href$=".mpeg"]:before, .cm-glyphicon-before[href$=".mkv"]:before {
  content: "\e009"; }
.cm-glyphicon-before[href$=".7z"]:before, .cm-glyphicon-before[href$=".gz"]:before, .cm-glyphicon-before[href$=".tar"]:before, .cm-glyphicon-before[href$=".rar"]:before, .cm-glyphicon-before[href$=".zip"]:before {
  content: "\e181"; }
/*
Header
========================================================================================================================
Contains styling definitions for all content types as cm-header.
- cm-header
- cm-header--open
- cm-header--scrolled
- cm-breadcrumb
*/
.cm-header {
  position: fixed;
  width: 100%;
  z-index: 3;
  border: none;
  height: 50px;
  transition: background 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-top: -70px;
  /* button fixed top right */
  /* items fixed top right next to button */ }
  @media screen and (min-width: 768px) {
    .cm-header {
      height: 60px;
      margin-top: -90px; } }
  .cm-header__search {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 50px;
    padding: 15px 15px 0 15px;
    background-color: #ffffff; }
    @media screen and (min-width: 768px) {
      .cm-header__search {
        position: relative;
        float: right;
        top: 0;
        width: auto;
        height: auto;
        margin: 15px 15px 0 0;
        padding: 0;
        background-color: transparent;
        z-index: 2; } }
    @media screen and (min-width: 1024px) {
      .cm-header__search {
        display: block; } }
  .cm-header--open .cm-header__search {
    display: block; }
  .cm-header__button {
    margin: 10px 15px 0 0;
    padding: 0;
    cursor: pointer;
    border: none;
    height: 31px; }
    @media screen and (min-width: 768px) {
      .cm-header__button {
        margin: 15px 15px 0 0; } }
    @media screen and (min-width: 1024px) {
      .cm-header__button {
        opacity: 0.8;
        transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
    .cm-header__button:hover {
      opacity: 1; }
    .cm-header__button.navbar-toggle .icon-bar {
      display: none; }
    .cm-header__button.navbar-toggle span:nth-child(2) {
      background-color: transparent;
      display: block;
      margin: 0;
      width: 40px;
      height: 5px;
      border-radius: 1px;
      position: relative; }
      .cm-header__button.navbar-toggle span:nth-child(2):before, .cm-header__button.navbar-toggle span:nth-child(2):after {
        display: block;
        width: 40px;
        height: 5px;
        background-color: #ffffff;
        border-radius: 1px;
        position: absolute;
        left: 0;
        content: '';
        transition: top 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: top 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .cm-header__button.navbar-toggle span:nth-child(2):before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg); }
      .cm-header__button.navbar-toggle span:nth-child(2):after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg); }
    .cm-header__button.navbar-toggle.collapsed span:nth-child(2) {
      background-color: #ffffff; }
      .cm-header__button.navbar-toggle.collapsed span:nth-child(2):before, .cm-header__button.navbar-toggle.collapsed span:nth-child(2):after {
        transition: top 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: top 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .cm-header__button.navbar-toggle.collapsed span:nth-child(2):before {
        top: -10px;
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg); }
      .cm-header__button.navbar-toggle.collapsed span:nth-child(2):after {
        top: 10px;
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
                transform: rotate3d(0, 0, 0, 0deg); }
    .cm-header__button.navbar-toggle.collapsed:hover span:nth-child(2):before {
      top: -13px; }
    .cm-header__button.navbar-toggle.collapsed:hover span:nth-child(2):after {
      top: 13px; }
  .cm-header__items {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    color: #555555; }
    .cm-header__items > li {
      position: relative;
      display: inline-block;
      padding: 10px 15px;
      text-transform: uppercase; }
      .cm-header__items > li a {
        color: #555555;
        display: block; }
        .cm-header__items > li a:hover {
          color: #26992F; }
    @media screen and (min-width: 768px) {
      .cm-header__items {
        top: 0;
        left: auto;
        right: 385px;
        line-height: 60px;
        background-color: transparent;
        color: #ffffff; }
        .cm-header__items > li {
          padding: 0 15px; }
          .cm-header__items > li a {
            color: #ffffff; } }
/* breadcrumb fixed top left next to logo */
.cm-breadcrumb {
  display: none; }
  @media screen and (min-width: 768px) {
    .cm-breadcrumb {
      display: block;
      position: absolute;
      top: 0;
      left: 90px;
      margin: 0;
      line-height: 60px; }
      .cm-breadcrumb__item a {
        color: #ffffff; }
      .cm-breadcrumb__item a:hover {
        color: #b06e6e; }
      .cm-breadcrumb > li + li::before {
        content: ">\00a0";
        /* overwrite bootstrap, cause of libsass double escaping */ } }
  .cm-breadcrumb--outer {
    height: auto !important;
    /* overwrite bootstrap javascript inline height */ }
/*
Logo
========================================================================================================================
Contains styling definitions for all content types as cm-logo.
- cm-logo
*/
.cm-logo {
  position: relative;
  line-height: 0; }
  .cm-logo :hover {
    opacity: 1; }
  .cm-logo__image {
    position: relative;
    display: inline-block;
    background: url(../images/logo.svg) no-repeat center center;
    background-size: 40px;
    padding: 5px;
    width: 50px;
    height: 50px; }
    @media screen and (min-width: 768px) {
      .cm-logo__image {
        width: 60px;
        height: 60px;
        background-size: 50px; } }
    @media screen and (min-width: 1024px) {
      .cm-logo__image {
        opacity: 0.8;
        transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
/*
Navigation
=====================================================================================================================
Contains styling definitions for all content types as cm-nav.
- cm-nav
- cm-megamenu
- cm-menu 
*/
.cm-nav-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  background: #26992F;
  z-index: 2; }
  @media screen and (min-width: 1024px) {
    .cm-nav-collapse {
      margin-bottom: 20px; } }
  .cm-nav-collapse__gradiant {
    display: none; }
    @media screen and (min-width: 1024px) {
      .cm-nav-collapse__gradiant {
        display: block;
        position: absolute;
        bottom: -20px;
        height: 20px;
        width: 100%;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0); } }
  @media screen and (min-width: 1024px) {
    .cm-nav-collapse.in {
      overflow-y: visible; } }
  .cm-nav-collapse.in .cm-megamenu__item {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
.cm-megamenu {
  margin: 0 auto;
  padding: 151px 0 0 0;
  /* height of header + search + header__items */
  max-width: 1600px;
  text-align: center;
  overflow-y: auto;
  height: 100vh; }
  @media screen and (min-width: 1024px) {
    .cm-megamenu {
      padding: 60px 0 0 0;
      /* only height of header */
      overflow-y: inherit;
      height: auto; } }
  .cm-megamenu .cm-megamenu__item {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    position: relative;
    padding: 15px 0;
    opacity: 0;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: linear-gradient(to bottom, transparent, transparent);
    /* CMS-4270 prevents flickering in Firefox */ }
    .cm-megamenu .cm-megamenu__item:nth-child(1) {
      transition-delay: 0s; }
    .cm-megamenu .cm-megamenu__item:nth-child(2) {
      transition-delay: 0.1s; }
    .cm-megamenu .cm-megamenu__item:nth-child(3) {
      transition-delay: 0.2s; }
    .cm-megamenu .cm-megamenu__item:nth-child(4) {
      transition-delay: 0.3s; }
    .cm-megamenu .cm-megamenu__item:nth-child(5) {
      transition-delay: 0.4s; }
    .cm-megamenu .cm-megamenu__item:nth-child(6) {
      transition-delay: 0.5s; }
    .cm-megamenu .cm-megamenu__item:nth-child(7) {
      transition-delay: 0.6s; }
    .cm-megamenu .cm-megamenu__item:nth-child(8) {
      transition-delay: 0.7s; }
    .cm-megamenu .cm-megamenu__item:nth-child(9) {
      transition-delay: 0.8s; }
    .cm-megamenu .cm-megamenu__item:nth-child(10) {
      transition-delay: 0.9s; }
    .cm-megamenu .cm-megamenu__item:nth-child(11) {
      transition-delay: 1s; }
    .cm-megamenu .cm-megamenu__item:last-child:after {
      display: none; }
    .cm-megamenu .cm-megamenu__item:after {
      content: '';
      position: absolute;
      display: block;
      margin: auto;
      bottom: 0;
      left: 30px;
      right: 30px;
      height: 1px;
      background-color: #ffffff; }
    @media screen and (min-width: 1024px) {
      .cm-megamenu .cm-megamenu__item {
        padding: 45px 0; }
        .cm-megamenu .cm-megamenu__item:after {
          display: none; } }
  .cm-megamenu .cm-megamenu__title {
    display: block;
    font-size: 28px;
    line-height: 1.3333;
    padding: 0;
    color: #ffffff;
    position: relative; }
    .cm-megamenu .cm-megamenu__title:hover {
      background-color: transparent; }
    @media screen and (min-width: 768px) {
      .cm-megamenu .cm-megamenu__title {
        font-size: 40px; } }
    @media screen and (min-width: 1024px) {
      .cm-megamenu .cm-megamenu__title {
        display: inline-block; }
        .cm-megamenu .cm-megamenu__title:hover:after {
          opacity: 1;
          width: 100%; }
        .cm-megamenu .cm-megamenu__title:after {
          content: '';
          position: relative;
          display: block;
          margin: auto;
          bottom: 0;
          opacity: 0;
          width: 0;
          height: 1px;
          background-color: #ffffff;
          transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
.cm-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, transparent, transparent);
  /* CMS-4270 prevents flickering in Firefox */ }
  .cm-menu .cm-menu__title {
    display: block;
    font-size: 22px;
    line-height: 1.3333;
    padding: 6px 0;
    color: #ffffff;
    position: relative; }
    .cm-menu .cm-menu__title:hover {
      background-color: transparent; }
    @media screen and (min-width: 768px) {
      .cm-menu .cm-menu__title {
        font-size: 30px; } }
    @media screen and (min-width: 1024px) {
      .cm-menu .cm-menu__title {
        display: inline-block; }
        .cm-menu .cm-menu__title:hover:after {
          opacity: 1;
          width: 100%; }
        .cm-menu .cm-menu__title:after {
          content: '';
          position: relative;
          display: block;
          margin: auto;
          bottom: 0;
          opacity: 0;
          width: 0;
          height: 1px;
          background-color: #ffffff;
          transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
/*
Footer
========================================================================================================================
Contains styling definitions for all content types as cm-footer.
- cm-footer
*/
.cm-footer {
  background: #26992F;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden; }
  .cm-footer__links {
    list-style: none;
    margin: 0;
    padding: 10px; }
    .cm-footer__links a {
      display: block;
      text-align: center;
      color: #ffffff;
      padding: 10px 15px; }
      .cm-footer__links a:hover {
        text-decoration: underline; }
      .cm-footer__links a:visited {
        color: #eeeeee; }
    @media screen and (min-width: 1024px) {
      .cm-footer__links {
        padding: 30px 45px; } }
  .cm-footer__more {
    position: relative;
    background: #333333;
    color: #ffffff;
    height: 50px; }
    @media screen and (min-width: 768px) {
      .cm-footer__more {
        height: 60px; } }
  .cm-footer__meta {
    padding: 14px 15px 0 15px; }
    @media screen and (min-width: 768px) {
      .cm-footer__meta {
        padding: 19px 15px; } }
  .cm-footer__name {
    margin-left: 15px; }
    @media screen and (min-width: 768px) {
      .cm-footer__name {
        margin-left: 15px; } }
  .cm-footer__copyright {
    float: right; }
/*variables*/
/*$headline-1-size-xs:  $font-size-base;
$headline-1-size-sm:  $font-size-base;
$headline-1-size-md:  $font-size-base ;
$headline-1-size-lg:  $font-size-base;
$headline-2-size-xs:  $font-size-base;
$headline-2-size-sm:  $font-size-base;
$headline-2-size-md:  $font-size-base ;
$headline-2-size-lg:  $font-size-base;*/
/*
  The following standard setting and these paragraph styles rules
  should be listed before the alignment rules. Otherwise,
  the alignment rules won't overwrite the standard setting.
*/
.cm-richtext {
  /* basic styles */
  /* alignment */
  /* floating (images) */
  /* default table layout */
  /* headings for paragraphs [deprecated] */
  /* font-families [deprecated] */
  /* font-sizes [deprecated] */
  /* colors [deprecated] */
  /* background-colors [deprecated] */
  /* list items [deprecated] */ }
  .cm-richtext a,
  .cm-richtext .underline {
    text-decoration: underline; }
    .cm-richtext a:hover,
    .cm-richtext .underline:hover {
      text-decoration: none; }
  .cm-richtext .strike {
    text-decoration: line-through; }
  .cm-richtext sub {
    vertical-align: sub; }
  .cm-richtext sup {
    vertical-align: super; }
  .cm-richtext .rte--list {
    margin-bottom: 1em;
    margin-left: 20px; }
  .cm-richtext blockquote {
    margin: 0 0 1.26667rem 0;
    padding: 1.26667rem 1em;
    background: #f0f0f0;
    color: #333333;
    quotes: inherit; }
  .cm-richtext blockquote p {
    display: inline-block; }
  .cm-richtext blockquote p:last-child {
    margin-bottom: 0; }
  .cm-richtext .align--left {
    text-align: left; }
  .cm-richtext .align--center {
    text-align: center; }
  .cm-richtext .align--right {
    text-align: right; }
  .cm-richtext .align--justify {
    text-align: justify; }
  .cm-richtext .float--left {
    float: left; }
  .cm-richtext .float--right {
    float: right; }
  .cm-richtext .float--none {
    float: none; }
  .cm-richtext table {
    width: 100%;
    border: 1px solid #000;
    margin: 15px 0; }
    .cm-richtext table th {
      font-weight: bold;
      text-align: left;
      padding: 10px 15px;
      border-bottom: 1px dashed #000; }
    @media (max-width: 767px) {
      .cm-richtext table {
        margin: 15px 0 0 0; } }
    .cm-richtext table td {
      padding: 5px 15px;
      border-bottom: 1px dashed #ccc; }
    .cm-richtext table tr:last-child td {
      border-bottom: none; }
  .cm-richtext .p--standard {
    font-weight: normal;
    font-size: 12px; }
  .cm-richtext .p--heading-1 {
    font-weight: bold;
    font-size: 24px; }
  .cm-richtext .p--heading-2 {
    font-weight: bold;
    font-size: 20px; }
  .cm-richtext .p--heading-3 {
    font-weight: bold;
    font-size: 16px; }
  .cm-richtext .p--heading-4 {
    font-weight: bold;
    font-size: 14px; }
  .cm-richtext .p--heading-5 {
    font-weight: bold;
    font-size: 13px; }
  .cm-richtext .p--heading-6 {
    font-weight: bold;
    font-size: 12px; }
  .cm-richtext .font-name--arial {
    font-family: Arial, sans-serif; }
  .cm-richtext .font-name--arial-black {
    font-family: "Arial Black", sans-serif; }
  .cm-richtext .font-name--arial-narrow {
    font-family: "Arial Narrow", sans-serif; }
  .cm-richtext .font-name--century {
    font-family: Century, serif; }
  .cm-richtext .font-name--courier {
    font-family: Courier, serif; }
  .cm-richtext .font-name--lucida-console {
    font-family: "Lucida Console", serif; }
  .cm-richtext .font-name--lucida-sans-unicode {
    font-family: "Lucida Sans Unicode", sans-serif; }
  .cm-richtext .font-name--times-new-roman {
    font-family: Times New Roman, serif; }
  .cm-richtext .font-name--verdana {
    font-family: Verdana, sans-serif; }
  .cm-richtext .font-size--8 {
    font-size: 8px; }
  .cm-richtext .font-size--9 {
    font-size: 9px; }
  .cm-richtext .font-size--10 {
    font-size: 10px; }
  .cm-richtext .font-size--11 {
    font-size: 11px; }
  .cm-richtext .font-size--12 {
    font-size: 12px; }
  .cm-richtext .font-size--14 {
    font-size: 14px; }
  .cm-richtext .font-size--16 {
    font-size: 16px; }
  .cm-richtext .font-size--18 {
    font-size: 18px; }
  .cm-richtext .font-size--20 {
    font-size: 20px; }
  .cm-richtext .font-size--24 {
    font-size: 24px; }
  .cm-richtext .font-size--26 {
    font-size: 26px; }
  .cm-richtext .font-size--28 {
    font-size: 28px; }
  .cm-richtext .font-size--36 {
    font-size: 36px; }
  .cm-richtext .font-size--48 {
    font-size: 48px; }
  .cm-richtext .font-size--72 {
    font-size: 72px; }
  .cm-richtext .color--black {
    color: black; }
  .cm-richtext .color--green {
    color: green; }
  .cm-richtext .color--silver {
    color: silver; }
  .cm-richtext .color--lime {
    color: lime; }
  .cm-richtext .color--gray {
    color: gray; }
  .cm-richtext .color--olive {
    color: olive; }
  .cm-richtext .color--white {
    color: white; }
  .cm-richtext .color--yellow {
    color: yellow; }
  .cm-richtext .color--maroon {
    color: maroon; }
  .cm-richtext .color--navy {
    color: navy; }
  .cm-richtext .color--red {
    color: red; }
  .cm-richtext .color--blue {
    color: blue; }
  .cm-richtext .color--purple {
    color: purple; }
  .cm-richtext .color--teal {
    color: teal; }
  .cm-richtext .color--fuchsia {
    color: fuchsia; }
  .cm-richtext .color--aqua {
    color: aqua; }
  .cm-richtext .background-color--black {
    background-color: black; }
  .cm-richtext .background-color--green {
    background-color: green; }
  .cm-richtext .background-color--silver {
    background-color: silver; }
  .cm-richtext .background-color--lime {
    background-color: lime; }
  .cm-richtext .background-color--gray {
    background-color: gray; }
  .cm-richtext .background-color--olive {
    background-color: olive; }
  .cm-richtext .background-color--white {
    background-color: white; }
  .cm-richtext .background-color--yellow {
    background-color: yellow; }
  .cm-richtext .background-color--maroon {
    background-color: maroon; }
  .cm-richtext .background-color--navy {
    background-color: navy; }
  .cm-richtext .background-color--red {
    background-color: red; }
  .cm-richtext .background-color--blue {
    background-color: blue; }
  .cm-richtext .background-color--purple {
    background-color: purple; }
  .cm-richtext .background-color--teal {
    background-color: teal; }
  .cm-richtext .background-color--fuchsia {
    background-color: fuchsia; }
  .cm-richtext .background-color--aqua {
    background-color: aqua; }
  .cm-richtext .list-item--none {
    list-style-type: none; }
  .cm-richtext .list-item--square {
    list-style-type: square; }
  .cm-richtext .list-item--circle {
    list-style-type: circle; }
  .cm-richtext .list-item--disc {
    list-style-type: disc; }
  .cm-richtext .cm-image-box.cm-image-box--embedded {
    clear: both; }
    .cm-richtext .cm-image-box.cm-image-box--embedded .uncropped .cm-aspect-ratio-box__content {
      position: static;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto; }
/*
Carousel
========================================================================================================================
Contains styling definitions for all content types as cm-carousel.
- cm-carousel
- cm-carousel-control
*/
.cm-carousel {
  height: 100%;
  z-index: 1; }
  .cm-carousel-inner {
    height: 100%; }
  .cm-carousel__control {
    display: inline-block;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    line-height: 40px;
    position: absolute;
    right: 10px;
    top: 10px; }
    @media screen and (min-width: 768px) {
      .cm-carousel__control {
        top: auto;
        right: 10px;
        bottom: 10px;
        left: auto; } }
    .cm-carousel__control--hero, .cm-carousel__control--superhero {
      top: inherit;
      bottom: 10px; }
    .cm-carousel__control--details {
      top: 10px;
      bottom: inherit; }
  @media screen and (min-width: 768px) {
    .cm-carousel--alternative .cm-carousel__control {
      top: auto;
      right: auto;
      bottom: 10px;
      left: 10px; } }
  .cm-carousel span.glyphicon {
    top: 3px; }
  .cm-carousel__pagination {
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    margin: 0;
    width: 50px;
    text-align: center; }
.cm-carousel-control {
  position: relative;
  display: inline-block;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 0;
  font-size: 16px;
  opacity: 1;
  text-shadow: none; }
  .cm-carousel-control.left, .cm-carousel-control.right {
    background-image: none; }
  .cm-carousel-control:hover {
    color: rgba(255, 255, 255, 0.8); }
/*
Claim
========================================================================================================================
Contains styling definitions for all content types as cm-claim.
- cm-claim
*/
.cm-claim {
  border: none;
  margin: 0;
  text-align: center; }
  .cm-claim:hover a .cm-claim__headline {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
    .cm-claim:hover a .cm-claim__headline > span:after {
      opacity: 1;
      width: 100%; }
  @media screen and (max-width: 767px) {
    .cm-claim {
      position: relative;
      /* add spacer (centered dot) between claim in mobile view */ }
      .cm-claim.is-last::after {
        display: none; } }
  .cm-claim__picture-box {
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    position: relative;
    overflow: hidden; }
    .cm-claim__picture-box:before {
      display: block;
      padding-top: 100%;
      content: ""; }
  .cm-claim--circle .cm-claim__picture-box {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 50%; }
  .cm-claim__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-claim__headline {
    transition: -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .cm-claim__headline > span {
      display: inline-block; }
      .cm-claim__headline > span::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        pointer-events: none;
        margin: -80px 0 -10px 0;
        background: linear-gradient(to bottom, transparent, transparent);
        /* CMS-4270 prevents flickering in Firefox */ }
      .cm-claim__headline > span:after {
        content: '';
        position: relative;
        display: block;
        bottom: 0;
        margin: auto;
        width: 0;
        opacity: 0;
        height: 1px;
        background-color: #000000;
        transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm-claim__arrow {
    background: url(/isip/servlet/resource/blob/100734/5d35492b0184e81d10bd4bff3b55c928/arrow-black-svg-data.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    bottom: -1px; }
/*
Details
========================================================================================================================
Contains styling definitions for all content types as cm-details.
- cm-details
- cm-details--product
- cm-downloads
- cm-related
*/
.cm-details {
  margin-bottom: 45px;
  padding-bottom: 45px;
  /* product detail page */ }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cm-details {
      margin-bottom: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .cm-details {
      position: relative;
      /* add spacer (centered dot) between claim in mobile view */ }
      .cm-details.is-last::after {
        display: none; } }
  .cm-details__headline {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 10px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cm-details__headline {
        padding: 0;
        margin-bottom: 10px; } }
    @media screen and (min-width: 1024px) {
      .cm-details__headline {
        padding: 0;
        margin-bottom: 10px; } }
    @media screen and (min-width: 1280px) {
      .cm-details__headline {
        padding: 0;
        margin-bottom: 10px; } }
  .cm-details__pictures {
    margin-bottom: 30px; }
  .cm-details__picture-box {
    position: relative;
    overflow: hidden; }
    .cm-details__picture-box:before {
      display: block;
      padding-top: 56.25%;
      content: ""; }
    @media screen and (min-width: 768px) {
      .cm-details__picture-box {
        position: relative;
        overflow: hidden; }
        .cm-details__picture-box:before {
          display: block;
          padding-top: 75%;
          content: ""; } }
    .cm-details__picture-box .cm-details__picture {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .cm-details__caption {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    text-shadow: none;
    text-align: left;
    font-size: 14px; }
    .cm-details__caption .cm-caption__title {
      color: #777777;
      padding-top: 5px; }
    .cm-details__caption .cm-caption__text {
      color: #777777; }
  .cm-details__text, .cm-details__code {
    padding: 0 10px; }
    @media screen and (min-width: 1024px) {
      .cm-details__text, .cm-details__code {
        padding: 0; } }
  .cm-details__date {
    margin-top: 10px;
    text-align: right;
    color: #777777;
    padding: 0 10px; }
    @media screen and (min-width: 1024px) {
      .cm-details__date {
        padding: 0; } }
  .cm-details--product .cm-details__headline {
    font-size: 28px; }
    @media screen and (min-width: 768px) {
      .cm-details--product .cm-details__headline {
        font-size: 40px; } }
.cm-downloads {
  padding: 0 10px; }
  @media screen and (min-width: 1024px) {
    .cm-downloads {
      padding: 0; } }
  .cm-downloads__items {
    list-style: none;
    margin: 0;
    padding-left: 10px; }
  .cm-downloads__item {
    line-height: 2; }
    .cm-downloads__item a:hover {
      text-decoration: underline; }
    .cm-downloads__item span {
      color: #777777;
      padding-left: 10px; }
.cm-related {
  padding: 0 10px;
  margin-bottom: 45px; }
  @media screen and (min-width: 1024px) {
    .cm-related {
      padding: 0; } }
/*
Gap
========================================================================================================================
Contains styling definitions for all content types as cm-gap.
- cm-gap
- cm-gap--mini
*/
.cm-gap {
  width: 100%;
  height: 33vh;
  overflow: hidden;
  position: relative; }
  .cm-gap:hover a .cm-gap__dimmer {
    opacity: 0.33; }
  .cm-gap__embed {
    display: block;
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden; }
    .cm-gap__embed:before {
      display: block;
      padding-top: 100%;
      content: ""; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cm-gap__embed {
        position: relative;
        overflow: hidden; }
        .cm-gap__embed:before {
          display: block;
          padding-top: 75%;
          content: ""; } }
    @media screen and (min-width: 1024px) {
      .cm-gap__embed {
        position: relative;
        overflow: hidden; }
        .cm-gap__embed:before {
          display: block;
          padding-top: 56.25%;
          content: ""; } }
  .cm-gap__embed-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-gap__picture-box {
    position: relative;
    height: 100%;
    overflow: hidden; }
  .cm-gap__picture {
    position: absolute;
    height: 100%;
    background: none;
    /* no loading spinner */ }
    .cm-gap__picture.cm-picture-missing-box {
      background-color: #26992F; }
  .cm-gap__dimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000000;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease; }
  .cm-gap__banderole, .cm-gap__cta {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center; }
  .cm-gap__banderole {
    padding-top: 45px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%); }
  .cm-gap__button, .cm-gap__text, .cm-gap__headline {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 45px; }
  a .cm-gap__headline:hover > span:before {
    width: 150px;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  a .cm-gap__headline:hover > span:after {
    width: 150px;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  a .cm-gap__headline:hover .cm-gap__arrow {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  .cm-gap__headline > span {
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, transparent, transparent);
    /* CMS-4270 prevents flickering in Firefox */ }
    .cm-gap__headline > span:before, .cm-gap__headline > span:after {
      display: none;
      content: '';
      position: absolute;
      top: 15px;
      /*($font-size-h2*$line-height-base)/2; //centered vertically*/
      height: 1px;
      width: 0;
      background-color: #ffffff;
      transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      @media screen and (min-width: 1024px) {
        .cm-gap__headline > span:before, .cm-gap__headline > span:after {
          display: inherit; } }
    .cm-gap__headline > span:before {
      right: 100%;
      margin-right: 10px; }
    .cm-gap__headline > span:after {
      left: 100%;
      margin-left: 10px; }
  .cm-gap__arrow {
    background-size: contain;
    background: url(/isip/servlet/resource/blob/100712/a736f6abd4e8f1152be8b1a542837b60/arrow-white-svg-data.svg) no-repeat;
    display: inline-block;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    position: relative;
    bottom: -2px;
    /*    @include breakpoint(sm-and-up) {
      margin-left: 10px;
      width: 38px;
      height: 38px;
      bottom: -4px;
      transition: transform $transition-duration ease(in-out-quad);
    }*/ }
  .cm-gap--mini__wrapper {
    position: relative; }
  .cm-gap--mini__picture {
    background: #26992F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-gap--mini__picture-box {
    position: relative;
    overflow: hidden; }
    .cm-gap--mini__picture-box:before {
      display: block;
      padding-top: 56.25%;
      content: ""; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cm-gap--mini__picture-box {
        position: relative;
        overflow: hidden; }
        .cm-gap--mini__picture-box:before {
          display: block;
          padding-top: 40%;
          content: ""; } }
    @media screen and (min-width: 1024px) {
      .cm-gap--mini__picture-box {
        position: relative;
        overflow: hidden; }
        .cm-gap--mini__picture-box:before {
          display: block;
          padding-top: 25%;
          content: ""; } }
  .cm-gap--mini__dimmer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: linear-gradient(to top, #0d1010, transparent 70%, transparent 90%, rgba(13, 16, 16, 0.47) 100%); }
  .cm-gap--mini__banderole {
    position: absolute;
    width: 100%;
    bottom: 8%;
    text-align: center; }
  .cm-gap--mini__headline {
    font-size: 28px;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .cm-gap--mini__headline {
        font-size: 40px;
        margin-bottom: 45px; } }
  .cm-gap--mini__text {
    margin: 21px 0;
    padding: 0 10px; }
    @media screen and (min-width: 1024px) {
      .cm-gap--mini__text {
        padding: 0; } }
/*
Hero
========================================================================================================================
Contains styling definitions for all content types as cm-hero.
- cm-hero
*/
.cm-hero {
  position: relative; }
  .cm-hero__picture-box {
    position: relative;
    overflow: hidden; }
    .cm-hero__picture-box:before {
      display: block;
      padding-top: 75%;
      content: ""; }
    @media screen and (min-width: 768px) {
      .cm-hero__picture-box {
        position: relative;
        overflow: hidden; }
        .cm-hero__picture-box:before {
          display: block;
          padding-top: 40%;
          content: ""; } }
  .cm-hero__picture {
    background: #26992F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-hero__dimmer {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(to top, #0d1010, transparent 70%, transparent 90%, rgba(13, 16, 16, 0.47) 100%); }
  .cm-hero__banderole, .cm-hero__cta {
    position: absolute;
    width: 100%;
    bottom: 8%;
    text-align: center; }
  .cm-hero__button, .cm-hero__text, .cm-hero__headline {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .cm-hero__button, .cm-hero__text, .cm-hero__headline {
        margin-bottom: 45px; } }
  .cm-hero__headline, .cm-hero__text {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3); }
/*
Medialist
=====================================================================================================================
Contains styling definitions for all content types as cm-medialist.
- cm-medialist
*/
.cm-medialist {
  padding: 0 15px 15px 0;
  margin: 0; }
  .cm-medialist:before, .cm-medialist:after {
    content: "";
    display: table; }
  .cm-medialist:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .cm-medialist {
      padding: 0 30px 30px 0; } }
  @media screen and (max-width: 767px) {
    .cm-medialist {
      padding: 0 0 30px 0; } }
  .cm-medialist__picture-box {
    float: left;
    width: 33.3333333333%;
    position: relative;
    overflow: hidden; }
    .cm-medialist__picture-box:before {
      display: block;
      padding-top: 100%;
      content: ""; }
    @media screen and (max-width: 767px) {
      .cm-medialist__picture-box {
        clear: both;
        width: 100%;
        padding-bottom: 20px; } }
  .cm-medialist__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-medialist__caption {
    float: left;
    width: 66.6666666667%;
    padding: 0 0 0 10px; }
    @media screen and (max-width: 767px) {
      .cm-medialist__caption {
        width: 100%; } }
  .cm-medialist__headline:hover {
    text-decoration: underline; }
  .cm-medialist__time {
    display: block;
    line-height: 1;
    color: #26992F;
    padding-bottom: 6px; }
  .cm-medialist__headline {
    margin: 0;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .cm-medialist__text {
    height: auto;
    margin: 0; }
/*
Placeholder
=====================================================================================================================
Contains styling definitions for all placeholders.
- cm-placeholder
- cm-placeholder--category
- cm-language-chooser
*/
.cm-placeholder {
  margin: 0; }
  .cm-placeholder--category {
    padding: 0 10px; }
    @media screen and (min-width: 1024px) {
      .cm-placeholder--category {
        padding: 0; } }
  .cm-placeholder__headline {
    font-size: 22px; }
    @media screen and (min-width: 768px) {
      .cm-placeholder__headline {
        font-size: 30px; } }
/* language chooser */
.cm-language-chooser__button {
  cursor: pointer; }
.cm-language-chooser__icon {
  font-size: 10px; }
.cm-language-chooser__items {
  list-style: none;
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  padding: 0;
  background-color: #ffffff; }
.cm-language-chooser__item {
  padding: 10px 15px; }
@media screen and (min-width: 768px) {
  .cm-language-chooser__items {
    top: 60px;
    background-color: rgba(0, 0, 0, 0.65); }
  .cm-language-chooser__item {
    padding: 0 15px; } }
/*
Search
========================================================================================================================
Contains styling definitions for search including search field and resultpage.
- cm-search
- cm-search--form
- cm-search--results
*/
.cm-search {
  /*  resultpage */
  /* search form */ }
  .cm-search--results {
    padding: 0 10px; }
  .cm-search__headline {
    margin-top: 0; }
  .cm-search__item {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .cm-search__item:before, .cm-search__item:after {
      content: "";
      display: table; }
    .cm-search__item:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .cm-search__item {
        position: relative;
        /* add spacer (centered dot) between claim in mobile view */ }
        .cm-search__item.is-last::after {
          display: none; } }
    @media screen and (min-width: 768px) {
      .cm-search__item {
        padding-bottom: 0; } }
  .cm-search__picture-box {
    display: none; }
    @media screen and (min-width: 768px) {
      .cm-search__picture-box {
        display: block;
        float: left;
        width: 25%;
        margin-right: 15px;
        position: relative;
        overflow: hidden; }
        .cm-search__picture-box:before {
          display: block;
          padding-top: 75%;
          content: ""; } }
  .cm-search__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-search__caption h3 {
    color: #26992F;
    margin: 0;
    font-weight: 400; }
    .cm-search__caption h3:hover {
      text-decoration: underline; }
  .cm-search__caption p {
    margin: 10px 0 0 0; }
  @media screen and (min-width: 768px) {
    .cm-search--form {
      margin-top: 2px; } }
  .cm-search__input {
    background: #ffffff;
    width: 99%;
    margin: 0;
    padding: 2px 30px 2px 0;
    border: none;
    border-bottom: 1px solid #555555;
    border-radius: 1px;
    color: #555555; }
    .cm-search__input:focus {
      border-bottom: 2px solid #555555; }
      .cm-search__input:focus ~ .cm-search__button {
        color: #555555; }
    @media screen and (min-width: 768px) {
      .cm-search__input {
        background: rgba(255, 255, 255, 0.5);
        width: 115px;
        padding: 2px 30px 2px 10px;
        border-bottom: none;
        transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        .cm-header--open .cm-search__input, .cm-search__input:focus, .cm-search__input.focus {
          width: 300px;
          background-color: rgba(255, 255, 255, 0.8);
          border-bottom: 0; }
        .cm-header--open .cm-search__input:focus {
          background: #ffffff; } }
    .cm-search__input::-webkit-input-placeholder {
      font-style: italic;
      color: #777777;
      opacity: 1; }
    .cm-search__input::-moz-placeholder {
      font-style: italic;
      color: #777777;
      opacity: 1; }
    .cm-search__input:-ms-input-placeholder {
      font-style: italic;
      color: #777777;
      opacity: 1; }
    .cm-search__input::placeholder {
      font-style: italic;
      color: #777777;
      opacity: 1; }
  .cm-search__button {
    position: relative;
    left: -34px;
    margin: 0 -30px 0 0;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    padding: 0;
    color: #777777; }
    .cm-search__button > i {
      top: 2px; }
/*
Square
========================================================================================================================
Contains styling definitions for all content types as cm-square.
- cm-square
*/
.cm-square {
  padding: 0 15px 15px 0;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .cm-square {
      padding: 0 30px 30px 0; }
      .cm-square.is-last {
        padding: 0 30px 45px 0; } }
  .cm-square:hover a .cm-square__dimmer {
    opacity: 0.44; }
  .cm-square:hover a .cm-square__headline {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
    .cm-square:hover a .cm-square__headline > span:after {
      opacity: 1;
      width: 100%; }
  .cm-square:hover a .cm-button {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  .cm-square.is-text:hover a .cm-square__headline {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
    .cm-square.is-text:hover a .cm-square__headline > span:after {
      opacity: 1;
      width: 100%; }
  .cm-square.is-text:hover a .cm-button {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  .cm-square__wrapper {
    position: relative;
    height: 100%;
    width: 100%; }
  .cm-square__picture-box {
    position: relative;
    overflow: hidden; }
    .cm-square__picture-box:before {
      display: block;
      padding-top: 100%;
      content: ""; }
  .cm-square__picture {
    background: #B04747 none;
    /* no loading spinner */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-square__dimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.33;
    background-color: #000000;
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm-square__caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding-left: 12.6%;
    padding-right: 12.6%;
    text-align: center; }
  .cm-square__text, .cm-square__headline {
    color: #ffffff;
    margin: 0;
    padding-bottom: 30px;
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm-square__headline > span {
    display: inline-block; }
    .cm-square__headline > span::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      pointer-events: none;
      margin: -80px 0 -10px 0;
      background: linear-gradient(to bottom, transparent, transparent);
      /* CMS-4270 prevents flickering in Firefox */ }
    .cm-square__headline > span:after {
      content: '';
      position: relative;
      display: block;
      bottom: -5px;
      margin: auto;
      width: 0;
      opacity: 0;
      height: 1px;
      background-color: #ffffff;
      transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
/*
Squarelist
=====================================================================================================================
Contains styling definitions for all content types as cm-squarelist.
- cm-squarelist
*/
.cm-squarelist {
  margin: 0;
  padding: 10px 15px; }
  @media screen and (min-width: 768px) {
    .cm-squarelist {
      padding: 30px 30px; } }
  .cm-squarelist__picture-box {
    position: relative;
    overflow: hidden; }
    .cm-squarelist__picture-box:before {
      display: block;
      padding-top: 100%;
      content: ""; }
  .cm-squarelist__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-squarelist__headline {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .cm-squarelist a:hover .cm-squarelist__dimmer {
    opacity: 0.33; }
  .cm-squarelist a:hover .cm-squarelist__headline {
    text-decoration: underline; }
  .cm-squarelist--dimmer .cm-squarelist__picture-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000000;
    transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm-squarelist--dimmer a:hover .cm-squarelist__picture-box:after {
    opacity: 0.33; }
/*
Superhero
========================================================================================================================
Contains styling definitions for all content types as cm-superhero.
- cm-superhero
*/
.cm-superhero {
  position: relative;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw; }
  .cm-superhero__image {
    background-color: #26992F;
    height: 100%;
    height: 100vh;
    width: 100%;
    width: 100vw; }
    .cm-superhero__image .cm-image {
      background: no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .cm-superhero__dimmer {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(to top, #0d1010, transparent 70%, transparent 90%, rgba(13, 16, 16, 0.47) 100%); }
  .cm-superhero__banderole, .cm-superhero__cta {
    position: absolute;
    width: 100%;
    bottom: 3%;
    text-align: center; }
  .cm-superhero__button, .cm-superhero__text, .cm-superhero__headline {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 45px; }
  .cm-superhero__headline, .cm-superhero__text {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3); }
  .cm-superhero__text {
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .cm-superhero__text {
        font-size: 24px; } }
.cm-tag {
  border-top: 1px solid #ececec;
  margin: 30px 0 0;
  padding-top: 10px;
  vertical-align: middle; }
  .cm-tag__title {
    display: block;
    font-weight: normal;
    margin: 0 1rem 30px 0; }
  .cm-tag ul li {
    display: inline-block;
    padding: 5px 10px;
    background: #26992F;
    border: 1px solid #23872b;
    margin-right: 5px;
    border-color: #26992F;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px; }
    .cm-tag ul li:hover {
      background-color: #ffffff;
      border: 1px solid #23872b; }
      .cm-tag ul li:hover a {
        color: #23872b; }
  .cm-tag ul {
    display: inline-block;
    margin: 0;
    padding-left: 0; }
  .cm-tag ul li a {
    color: #ffffff; }
/* Teaser ======================================================================
Contains styling definitions for all content types as cm-teasable.
- cm-teasable */
.cm-container--default a:first-child .cm-teasable {
  margin-top: 0; }
  @media screen and (min-width: 1024px) {
    .cm-container--default a:first-child .cm-teasable {
      margin-top: 60px; } }
  @media screen and (min-width: 1280px) {
    .cm-container--default a:first-child .cm-teasable {
      margin-top: 70px; } }
.cm-teasable {
  /* leave 10% space to the left and right */
  margin: 0 auto;
  background-color: #26992F;
  font-size: 16px;
  margin-top: 30px;
  padding: 5px 0px 5px 0;
  /* reset element margins */
  /* headline does always exist */
  /* special one for the p tag */
  /* alternative layout for teasers */ }
  @media (min-width: 768px) {
    .cm-teasable {
      padding: 5px 15px 5px 0; } }
  .cm-teasable + hr {
    margin: 10px 0; }
  .cm-teasable__picture-box {
    position: relative;
    overflow: hidden; }
    .cm-teasable__picture-box:before {
      display: block;
      padding-top: 56.25%;
      content: ""; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .cm-teasable__picture-box {
        position: relative;
        overflow: hidden; }
        .cm-teasable__picture-box:before {
          display: block;
          padding-top: 100%;
          content: ""; } }
    @media screen and (min-width: 1024px) {
      .cm-teasable__picture-box {
        position: relative;
        overflow: hidden; }
        .cm-teasable__picture-box:before {
          display: block;
          padding-top: 100%;
          content: ""; } }
    @media screen and (min-width: 1280px) {
      .cm-teasable__picture-box {
        position: relative;
        overflow: hidden; }
        .cm-teasable__picture-box:before {
          display: block;
          padding-top: 75%;
          content: ""; } }
  .cm-teasable__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .cm-teasable__text-content-box {
    /*    !* little arrow between image and text *!
    &::after {
      @include arrow(top, $brand-primary);
      @include breakpoint(sm-and-up) {
        @include arrow(right, $brand-primary);
      }
    }*/ }
    .cm-teasable__text-content-box:hover .cm-teasable__headline {
      -webkit-transform: translate3d(0, 5px, 0);
              transform: translate3d(0, 5px, 0); }
      .cm-teasable__text-content-box:hover .cm-teasable__headline > span:after {
        opacity: 1;
        width: 100%; }
    .cm-teasable__text-content-box:hover .cm-teasable__button {
      -webkit-transform: translate3d(0, -5px, 0);
              transform: translate3d(0, -5px, 0); }
  .cm-teasable__text-content {
    padding: 21px 0;
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .cm-teasable__text-content {
        margin-right: auto;
        margin-left: auto; } }
    @media screen and (min-width: 768px) {
      .cm-teasable__text-content {
        position: relative; } }
  .cm-teasable__headline, .cm-teasable__text {
    color: #ffffff; }
  .cm-teasable__headline, .cm-teasable__text, .cm-teasable__button {
    margin: 0; }
  .cm-teasable__text, .cm-teasable__button {
    margin-top: 21px; }
  .cm-teasable__text {
    margin-top: 17px; }
  .cm-teasable__headline {
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: relative;
    background: linear-gradient(to bottom, transparent, transparent);
    /* CMS-4270 prevents flickering in Firefox */ }
    .cm-teasable__headline > span {
      display: inline-block; }
      .cm-teasable__headline > span::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        pointer-events: none;
        margin: -80px 0 -10px 0;
        background: linear-gradient(to bottom, transparent, transparent);
        /* CMS-4270 prevents flickering in Firefox */ }
      .cm-teasable__headline > span:after {
        content: '';
        position: relative;
        display: block;
        bottom: 0;
        margin: 0 auto -5px auto;
        width: 0;
        opacity: 0;
        height: 1px;
        height: 0.09rem;
        background-color: #ffffff;
        transition: opacity 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm-teasable__button {
    transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .cm-teasable--no-image {
    /* if no image exists absolute width of text-content is doubled */
    /* => x-coordinate of text-box has to be doubled for tablet and desktop */
    /* => leave half the space to the left and right */ }
    .cm-teasable--no-image .cm-teasable__text-content {
      width: 90%;
      margin: 0;
      padding: 15px 0 !important; }
  .cm-teasable--alternative {
    background-color: #ffffff;
    /*.cm-teasable__text-content-box {
      &:after {
        !* little arrow between image and text *!
        @include arrow(top, palette(white));
        @include breakpoint(sm-and-up) {
          @include arrow(left, palette(white));
        }
      }
    }*/ }
    .cm-teasable--alternative .cm-teasable__text,
    .cm-teasable--alternative .cm-teasable__headline {
      color: #333333; }
    .cm-teasable--alternative .cm-teasable__headline > span:after {
      background-color: #333333; }
.cm-teasable__text-content {
  padding: 30px 15px; }
  @media (max-width: 768px) {
    .cm-teasable__text-content {
      padding: 10px 0 !important; } }
@media (max-width: 768px) {
  .cm-details__date {
    padding: 0 !important; } }
.cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable,
.grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable,
.cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable {
  background-color: #fff; }
  .cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-details__date,
  .cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable p,
  .grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-details__date,
  .grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable p,
  .cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable .cm-details__date,
  .cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable p {
    color: #333; }
  .cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__headline,
  .grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__headline,
  .cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable .cm-teasable__headline {
    color: #333333;
    font-size: 22px;
    margin-bottom: 20px; }
  .cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__text-content,
  .grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__text-content,
  .cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable .cm-teasable__text-content {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    width: 100%; }
  .cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__text,
  .grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__text,
  .cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable .cm-teasable__text {
    margin-top: 0;
    color: #333; }
  .cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-button--white,
  .grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-button--white,
  .cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable .cm-button--white {
    color: #333;
    border-color: #333; }
    .cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-button--white:hover,
    .grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-button--white:hover,
    .cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable .cm-button--white:hover {
      color: #fff;
      background-color: #333; }
.cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable.cm-teasable--alternative .cm-details__date,
.cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable.cm-teasable--alternative .cm-teasable__text,
.grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable.cm-teasable--alternative .cm-details__date,
.grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable.cm-teasable--alternative .cm-teasable__text,
.cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable.cm-teasable--alternative .cm-details__date,
.cm-grid--corporate-homepage.cm-grid--with-superhero .cm-teasable.cm-teasable--alternative .cm-teasable__text {
  color: #333; }
.ci-placement-sidebar .cm-container .cm-teasable {
  padding: 5px 15px; }
  .ci-placement-sidebar .cm-container .cm-teasable + hr {
    display: none; }
  .ci-placement-sidebar .cm-container .cm-teasable--alternative .cm-teasable__text-content {
    text-align: center; }
.ci-placement-sidebar .cm-container .cm-teasable:not(.cm-teasable--alternative) {
  color: #ffffff;
  background-color: #26992F; }
  .ci-placement-sidebar .cm-container .cm-teasable:not(.cm-teasable--alternative) p,
  .ci-placement-sidebar .cm-container .cm-teasable:not(.cm-teasable--alternative) .cm-details__date,
  .ci-placement-sidebar .cm-container .cm-teasable:not(.cm-teasable--alternative) .cm-teasable__headline,
  .ci-placement-sidebar .cm-container .cm-teasable:not(.cm-teasable--alternative) .cm-teasable__headline, .ci-placement-sidebar .cm-container .cm-teasable:not(.cm-teasable--alternative) a {
    color: #ffffff; }
  .ci-placement-sidebar .cm-container .cm-teasable:not(.cm-teasable--alternative) .cm-teasable__text-content {
    text-align: center; }
  .ci-placement-sidebar .cm-container .cm-teasable:not(.cm-teasable--alternative) .cm-button--white {
    color: #ffffff;
    border-color: #ffffff; }
.ci-placement-sidebar .cm-container .cm-teasable:first-child {
  margin-top: 54px; }
.cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__headline,
.grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__headline {
  margin-bottom: 10px; }
.cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__headline,
.grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__headline,
.cm-grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__headline a,
.grid--corporate-detailpage--sidebar.cm-grid--with-superhero .cm-teasable .cm-teasable__headline a {
  font-size: 16px;
  font-weight: normal;
  font-family: OpenSansSemiBold;
  line-height: 1.5; }
/*
Text
========================================================================================================================
Contains styling definitions for all content types as cm-text.
- cm-text
*/
.cm-text {
  border: none;
  text-align: center;
  margin: 0;
  height: 100%;
  padding: 45px 15px; }
  @media screen and (min-width: 768px) {
    .cm-text {
      padding-left: 6%;
      padding-right: 6%;
      padding-bottom: 93px; } }
  @media screen and (max-width: 767px) {
    .cm-text {
      position: relative;
      /* add spacer (centered dot) between claim in mobile view */ }
      .cm-text.is-last::after {
        display: none; } }
  .cm-text__headline {
    color: #26992F;
    padding-bottom: 30px;
    margin: 0; }
    .cm-text__headline:hover {
      text-decoration: underline; }
  .cm-text__button {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .cm-text__button {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* =====================================================================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ================================================================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: none !important; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    color: #9ad717 !important;
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm;
    margin-top: 1.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .cm-medialist, .cm-squarelist__picture-box {
    page-break-inside: avoid; }
  .pi-footer {
    display: none !important; }
  div.col-xs-12.col-sm-12.col-md-3.ci-col-right.ci-placement.ci-placement-sidebar {
    display: none !important; }
  .ci-richtext-table-container {
    -webkit-transform: scale(0.6) !important;
    -moz-transform: scale(0.57) !important;
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important; }
  .cm-medialist__caption {
    page-break-inside: avoid; }
  .cm-medialist__picture-box {
    page-break-inside: avoid; }
  .ci-richtext-table-container {
    overflow: visible !important; } }
/*@import "../bootstrap"; - is already in */
/*variables*/
/*$headline-1-size-xs:  $font-size-base;
$headline-1-size-sm:  $font-size-base;
$headline-1-size-md:  $font-size-base ;
$headline-1-size-lg:  $font-size-base;
$headline-2-size-xs:  $font-size-base;
$headline-2-size-sm:  $font-size-base;
$headline-2-size-md:  $font-size-base ;
$headline-2-size-lg:  $font-size-base;*/
.ci-main {
  max-width: 1540px;
  margin: 0 auto; }
  @media (max-width: 1280px) {
    .ci-main {
      padding: 0 15px; } }
  @media (max-width: 768px) {
    .ci-main {
      padding: 0px; } }
.ci-main-container {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1280px) {
    .ci-main-container {
      padding: 0;
      max-width: 1200px;
      margin: 0 auto;
      position: relative; } }
  @media (max-width: 1024px) {
    .ci-main-container {
      padding: 0;
      max-width: 960px;
      margin: 0 32px; } }
  @media (max-width: 768px) {
    .ci-main-container {
      padding: 0;
      max-width: 728px;
      margin: 0 20px; } }
  @media (max-width: 320px) {
    .ci-main-container {
      max-width: 300px;
      padding: 0;
      margin: 0 10px; } }
.ci-placement.ci-col-left {
  /*padding: 0 15px 0 0;*/
  padding-right: 0; }
  @media screen and (min-width: 1024px) {
    .ci-placement.ci-col-left {
      padding-right: 15px; } }
.ci-placement.ci-col-right {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .ci-placement.ci-col-right {
      padding-left: 15px; } }
  .ci-placement.ci-col-right .cm-teasable__text-content {
    width: 100%; }
.ci-sidebar .ci-sidebar-inner {
  margin-left: -18px;
  margin-right: -18px; }
html, body {
  width: auto !important;
  overflow-x: hidden;
  /* had to remove !important otherwise it was impossible to overwrite in _print.scss*/ }
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }
@-ms-viewport {
  width: auto !important; }
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: OpenSans;
  -webkit-font-smoothing: antialiased; }
/*ensure cannot scroll -for all platforms*/
.ci-overflow-hidden, .ci-search-active {
  overflow-y: hidden !important;
  height: 100%  !important;
  width: 100% !important;
  position: fixed !important; }
* {
  outline: 0; }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
a:link, .w, .q:active, .q:visited {
  cursor: pointer; }
a {
  font-family: OpenSans;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  cursor: pointer; }
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0; }
p {
  margin: 0 0 10px; }
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
button, html input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer; }
button, select {
  text-transform: none; }
button {
  overflow: visible; }
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }
img {
  border: 0;
  vertical-align: middle; }
.navbar {
  margin: 0;
  background: 0 0;
  border: 0; }
.navbar-nav {
  margin: 0 -10px; }
  .navbar-nav li a, .navbar-nav li button {
    font-family: OpenSans;
    font-weight: 600;
    line-height: 60px;
    padding: 0 20px; }
.nav > li {
  position: relative;
  display: inline-block; }
.navbar-toggle {
  margin: 0;
  padding: 0; }
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }
.nav > li > a {
  position: relative;
  display: block;
  padding: 0; }
.navbar-nav li a, .navbar-nav li button {
  font-family: OpenSans;
  font-weight: 600;
  line-height: 60px;
  padding: 0 4px; }
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff; }
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }
:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff; }
:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }
iframe {
  border: 0; }
@font-face {
  font-family: IsipFont;
  src: url(../fonts/IsipIcon.ttf);
  src: url(/isip/servlet/resource/blob/100602/fed79b248ced8182aa4ae6977df89630/isipicon-eot-data.eot#iefix) format("embedded-opentype"), url(/isip/servlet/resource/blob/100604/1c844cdaef64fdb7fff47cd50b6e6439/isipicon-woff-data.woff) format("woff"), url(../fonts/IsipIcon.ttf) format("truetype"), url(../fonts/IsipIcon.svg#IsipFont) format("svg"); }
@font-face {
  font-family: OpenSans;
  src: url(/isip/servlet/resource/blob/100606/e75b753acb0b5fdd0d99b676078e8a32/opensans-regular-ttf-data.ttf);
  src: url(/isip/servlet/resource/blob/100608/72541f00977da791e56a73c243db5a9b/opensans-regular-eot-data.eot#iefix) format("embedded-opentype"), url(/isip/servlet/resource/blob/100610/c70c2a173f312710ae8aede30f685d53/opensans-regular-woff-data.woff) format("woff"), url(/isip/servlet/resource/blob/100606/e75b753acb0b5fdd0d99b676078e8a32/opensans-regular-ttf-data.ttf) format("truetype"), url(../fonts/OpenSans-Regular.svg#OpenSans) format("svg"); }
@font-face {
  font-family: OpenSansSemiBold;
  src: url(/isip/servlet/resource/blob/100612/5f3d5bb5c90441a43b893fad4b5f60e5/opensans-semibold-ttf-data.ttf);
  src: url(/isip/servlet/resource/blob/100614/e721e18f71e53112e77d1c6b43ba4dc2/opensans-semibold-eot-data.eot#iefix) format("embedded-opentype"), url(/isip/servlet/resource/blob/100616/73e4c68ccf938bb7dbb526844ad88856/opensans-semibold-woff-data.woff) format("woff"), url(/isip/servlet/resource/blob/100612/5f3d5bb5c90441a43b893fad4b5f60e5/opensans-semibold-ttf-data.ttf) format("truetype"), url(../fonts/OpenSans-Semibold.svg#OpenSansSemiBold) format("svg"); }
@font-face {
  font-family: OpenSansBold;
  src: url(/isip/servlet/resource/blob/100618/fce2eef408a70a4bb67c107ccabc19a1/opensans-bold-ttf-data.ttf);
  src: url(/isip/servlet/resource/blob/100620/561cf03a5ac5f80f2ac7d9d96cb103db/opensans-bold-eot-data.eot#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Bold.woff) format("woff"), url(/isip/servlet/resource/blob/100618/fce2eef408a70a4bb67c107ccabc19a1/opensans-bold-ttf-data.ttf) format("truetype"), url(../fonts/OpenSans-Bold.svg#OpenSansBold) format("svg"); }
@font-face {
  font-family: OpenSansItalic;
  src: url(/isip/servlet/resource/blob/100622/793d8b09a828f54ba2423c8a9f29d810/opensans-italic-ttf-data.ttf);
  src: url(../fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/OpenSans-Italic.woff) format("woff"), url(/isip/servlet/resource/blob/100622/793d8b09a828f54ba2423c8a9f29d810/opensans-italic-ttf-data.ttf) format("truetype"), url(../fonts/OpenSans-Italic.svg#OpenSansItalic) format("svg"); }
.js-animation-hide {
  display: none; }
.ci-header-menus {
  font-size: 16px; }
.ci-headline-bordered {
  padding: 0 4px 20px;
  margin: 0 0 20px; }
.ci-head-bg {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative; }
.ci-header {
  transition: all .5s ease-in-out 0s;
  height: 80px;
  background: 0 0;
  position: relative;
  z-index: 40;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .ci-header .navbar-nav li a, .ci-header .navbar-nav li button {
    color: #9c9d9d;
    height: 80px;
    padding-top: 27px; }
  .ci-header .ci-linklist li a {
    font-weight: 300;
    padding: 13px 20px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #65ab6b; }
  .ci-header .ci-profile .ci-linklist li a {
    font-weight: 300;
    padding: 13px 20px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #989898; }
  .ci-header .navbar-nav li:last-child:after {
    content: normal; }
  .ci-header .ci-dropdown-menu, .ci-header .ci-header ul.ColVis_collection {
    z-index: 1006; }
  .ci-header .navbar-nav li a:hover, .ci-header .navbar-nav li a:focus, .ci-header .navbar-nav li a:active, .ci-header .navbar-nav li a:focus {
    border-bottom: 6px solid #23872b;
    background: transparent; }
.ci-header-wrapper .navbar-nav li.ci-menu-item a:hover, .ci-header .navbar-nav li.ci-menu-item a:focus, .ci-header-wrapper .navbar-nav li.ci-menu-item a.active {
  border-bottom: 6px solid #777777;
  background: transparent; }
.ci-header-wrapper {
  background: #ffffff;
  height: 80px; }
.ci-logo-container-wrapper {
  position: relative;
  z-index: 200; }
.ci-logo-container {
  position: relative;
  z-index: 1005; }
  .ci-logo-container a {
    position: relative;
    display: block;
    z-index: 1005; }
.ci-logo-transition {
  transition: all .3s ease-out .3s; }
.ci-logo {
  z-index: 25;
  position: absolute;
  top: 0;
  margin: -120px -36px; }
.ci-header-menu-right {
  padding-left: 15px;
  padding-right: 15px; }
.ci-main-menu-wrapper > .col-md-4 {
  padding-left: 15px;
  padding-right: 15px; }
.ci-menu-gradient .ci-menu-bg li {
  max-width: 230px;
  padding: 0; }
  .ci-menu-gradient .ci-menu-bg li a {
    padding: 8px 25px;
    white-space: nowrap;
    margin-top: 8px;
    overflow: hidden;
    height: 42px;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    display: block; }
  .ci-menu-gradient .ci-menu-bg li::after {
    height: 0; }
.ci-menu-item img {
  width: 45px; }
.ci-main-menu-header {
  background: 0 0; }
  .ci-main-menu-header li {
    display: inline-block;
    position: relative;
    float: left;
    margin-left: -1px; }
    .ci-main-menu-header li a {
      font-family: OpenSansSemiBold;
      position: relative;
      padding: 27px 15px;
      display: inline-block;
      color: #333333;
      text-transform: none;
      text-decoration: none;
      height: 85px; }
      .ci-main-menu-header li a.active, .ci-main-menu-header li a:hover {
        border-bottom: 6px solid #23872b;
        color: #000;
        text-decoration: none; }
    .ci-main-menu-header li::after {
      content: '';
      position: absolute;
      right: 0;
      width: 1px;
      height: 23px;
      top: 25px;
      background: #9c9d9d;
      transition: .5s; }
    .ci-main-menu-header li:last-child::after {
      background: transparent; }
    .ci-main-menu-header li:last-child a::after, .ci-main-menu-header li:last-child a:hover::after {
      background: 0 0; }
.ci-selectmenu-menu {
  overflow: hidden;
  background-color: #ececec;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 4010;
  top: 80px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: height 0.8s ease-in-out;
  color: #333333;
  font-weight: 600; }
  .ci-selectmenu-menu ul li:last-child {
    margin-bottom: 40px; }
  .ci-selectmenu-menu .ci-menu-item {
    border-bottom: 1px solid #cbcbcb; }
  .ci-selectmenu-menu .ci-menu-item:first-child {
    margin-top: 15px; }
@media (min-width: 1024px) {
  .ci-selectmenu-menu {
    width: 800px; } }
@media (min-width: 1280px) {
  .ci-selectmenu-menu {
    width: 1000px; } }
.stage-wrapper-user {
  background: #777777; }
.stage-wrapper-region {
  background: #ececec; }
.stage-wrapper-classic .ci-menu-main-content {
  transition: height .8s ease-in-out 0s;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding: 0 20px;
  z-index: 1006; }
  .stage-wrapper-classic .ci-menu-main-content .ci-main-menu-content-headline {
    font-family: OpenSans;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.35em;
    margin-bottom: 20px;
    color: #ffffff; }
    .stage-wrapper-classic .ci-menu-main-content .ci-main-menu-content-headline.ci-headline-bordered {
      border-bottom: 4px solid #23872b; }
  .stage-wrapper-classic .ci-menu-main-content .ci-headline-small-light.ci-headline-bordered {
    border-bottom: 4px solid #ffffff;
    margin-bottom: 13px; }
.stage-wrapper-classic .ci-wrapper-image-bg {
  width: 494px;
  height: 312px;
  float: right;
  background: url(/isip/servlet/resource/blob/100624/285f63b65945bc9146ae90d98f6a43c4/classic-bg-jpg-data.jpg) no-repeat;
  position: absolute;
  right: 0; }
.stage-wrapper-classic .ci-wrapper-image-gradient {
  float: left;
  width: 100%;
  height: 100%;
  background: #23872b;
  /* For browsers that do not support gradients */
  /*Safari*/
  /*Opera*/
  /*Fx*/
  background: -ms-radial-gradient(right top, transparent, #23872b 70%);
  /*IE*/
  /* background: radial-gradient(right top, transparent, $ci-green 70%); !*Standard*!*/ }
.stage-wrapper-user .ci-menu-main-content {
  transition: height .8s ease-in-out 0s;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding: 0 20px;
  z-index: 1006; }
.stage-wrapper-user .ci-wrapper-image-bg {
  width: 494px;
  height: 312px;
  float: right;
  background: url(/isip/servlet/resource/blob/100626/9677b98557e47d8646ee2c2db97ff893/profile-bg-jpg-data.jpg) no-repeat;
  position: absolute;
  right: 0; }
.stage-wrapper-user .ci-wrapper-image-gradient {
  float: left;
  width: 100%;
  height: 100%;
  background: #777777;
  /* For browsers that do not support gradients */
  /*Safari*/
  /*Opera*/
  /*Fx*/
  background: -ms-radial-gradient(right top, transparent, #777777 70%);
  /*IE*/
  /* background: radial-gradient(right top, transparent, $ci-gray 70%); !*Standard*!*/ }
.stage-wrapper-region .ci-menu-main-content {
  transition: height .8s ease-in-out 0s;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding: 0 20px; }
.stage-wrapper-region .ci-wrapper-image-bg {
  width: 494px;
  height: 312px;
  float: right;
  background: url(/isip/servlet/resource/blob/100628/4a28b13f40ca71b143321124fef3c8e7/region-bg-jpg-data.jpg) no-repeat;
  position: absolute;
  right: 0; }
.stage-wrapper-region .ci-wrapper-image-gradient {
  float: left;
  width: 100%;
  height: 100%;
  background: #dedede;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(right top, transparent, #dedede 70%); }
.ci-menu-style {
  border-bottom: 6px solid #23872b; }
.stage-wrapper-user .ci-linklist li a {
  border-bottom: 1px solid #989898; }
.stage-wrapper-region .ci-menu-main-content .ci-headline-small-light.ci-headline-bordered {
  border-bottom: 4px solid #23872b; }
.stage-wrapper-region .ci-headline-small-light {
  color: #000; }
.stage-wrapper-region .ci-linklist li:hover {
  background: #23872b; }
  .stage-wrapper-region .ci-linklist li:hover a {
    color: #ffffff; }
.stage-wrapper-region .ci-linklist li:hover span.ci-hassub::after {
  color: #ffffff; }
.stage-wrapper-region .ci-content-wrapper span.ci-hassub::after {
  color: #000; }
.stage-wrapper-region .ci-linklist li a {
  border-bottom: 1px solid #cbcbcb;
  color: #000; }
.stage-wrapper-region.expanded .ci-content-wrapper {
  padding-bottom: 70px; }
.ci-menu-bg {
  height: 50px;
  overflow: hidden;
  margin-left: 0;
  width: 100%; }
.ci-linklist li:hover, .ci-linklist li:focus, .ci-linklist li.active {
  background: #ffffff;
  color: #000;
  font-weight: 500;
  text-decoration: none; }
  .ci-linklist li:hover a, .ci-linklist li:focus a, .ci-linklist li.active a {
    color: #000;
    text-decoration: none; }
  .ci-linklist li:hover span.ci-hassub::after, .ci-linklist li:focus span.ci-hassub::after, .ci-linklist li.active span.ci-hassub::after {
    color: #000; }
  .ci-linklist li:hover .log-out .svg-icon, .ci-linklist li:focus .log-out .svg-icon, .ci-linklist li.active .log-out .svg-icon {
    fill: #000;
    transition: all .5s ease-in-out 0s; }
.ci-linklist li a {
  font-family: OpenSans;
  transition: all .5s ease-in-out 0s;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 30px 9px 10px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #65ab6b;
  text-decoration: none;
  max-width: 270px; }
  .ci-linklist li a:hover svg {
    fill: #000; }
  .ci-linklist li a:hover.ci-hassub::after, .ci-linklist li a.active.ci-hassub::after {
    color: #000;
    transition: all 0.5s ease-in-out 0s; }
.ci-widget .ci-menu-item a {
  color: #333333; }
.ci-widget .ci-menu-item.ci-hassub::after {
  font-family: IsipFont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #333333;
  font-size: 21px;
  text-transform: none;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  right: 25px;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle; }
.ci-widget .ci-menu-item:hover::after {
  color: #ffffff; }
.ci-widget .ci-menu-item:hover {
  background: #23872b;
  color: #ffffff; }
.ci-collapse-menu {
  height: 0; }
.ci-main-menu-list li:first-child a {
  max-width: 275px;
  height: 85px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block; }
  .ci-main-menu-list li:first-child a:focus {
    border-bottom: transparent; }
.ci-main-menu .ci-menu-gradient:before,
.ci-main-menu-header:before,
.ci-overview-stream .ci-teaser-proxy.ci-teaser-streamnews-first,
.ci-quicksearch-sm,
.ci-stage-gradient,
.ci-stage-gradient-base,
.ci-teaser-proxy.ci-teaser-streamnews-first {
  display: none !important; }
.ci-dropdown button {
  background: 0 0;
  border: 0; }
.ci-dropdown-menu.closed, ul.closed.ColVis_collection {
  display: none; }
/*#bu-selection .ci-toggle-bu, #bu-selection .js-dropdown {
  display: none;
}*/
.ci-dropdown-menu, ul.ColVis_collection {
  background-color: #e0e0e0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 4px solid #fff; }
.ci-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }
.ci-dropdown-menu .ci-menu-item, ul.ColVis_collection .ci-menu-item {
  margin: 0;
  padding: 0 20px; }
.ci-menu .ci-menu-item {
  position: relative;
  margin: 0;
  padding: 7px 30px 7px 10px;
  text-align: left;
  cursor: pointer;
  min-height: 0;
  list-style-image: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.menu-toggle {
  transition: all .5s ease-in-out 0s;
  background: 0 0;
  border: 0;
  padding: 27px 15px 27px;
  z-index: 600; }
  .menu-toggle.active {
    background-color: #23872b; }
  .menu-toggle.active .ci-icon-bar {
    background: #ffffff; }
.ci-main-menu.expanded {
  transition: color .5s ease-in-out 0s; }
.ci-menu-item {
  margin-top: 14px; }
  @media (max-width: 1024px) {
    .ci-menu-item {
      display: inline-block;
      list-style: none; } }
.navbar-nav .ci-menu-item a {
  line-height: 0;
  height: 71px; }
.navbar-nav .ci-menu-item a.js-profile-entry svg {
  float: right; }
.navbar-nav .ci-menu-item a.js-profile-entry p {
  clear: both;
  font-size: 10px;
  color: #777; }
.log-in-wrapper .ci-dropdown ul li:last-child a {
  padding: 0 0; }
  .log-in-wrapper .ci-dropdown ul li:last-child a:hover {
    border-bottom: transparent; }
    .log-in-wrapper .ci-dropdown ul li:last-child a:hover .svg-icon {
      fill: #000; }
.nav > li > a:focus {
  background: transparent; }
.ci-list-items {
  transition: height 0.8s ease-in-out; }
.ci-content-wrapper span.ci-expand-child {
  position: absolute;
  right: 5px;
  padding: 6px 15px 9px 30px;
  margin-top: -38px; }
  .ci-content-wrapper span.ci-expand-child:hover {
    cursor: pointer; }
.ci-header span.ci-expand-child {
  position: absolute;
  margin: -45px -20px;
  right: 20px;
  padding: 10px 20px 10px 70px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .ci-header span.ci-expand-child {
      right: 0;
      padding-right: 20px; } }
.ci-header span.ci-expand-child::after {
  content: "\f110";
  font-family: IsipFont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 21px;
  text-transform: none;
  padding-right: 0.5em;
  right: 13px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.ci-content-wrapper span.ci-hassub::after {
  content: "\f110";
  font-family: IsipFont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 21px;
  text-transform: none;
  padding-right: 0.5em;
  right: 13px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle; }
span.active.ci-hassub::after {
  color: #000; }
.ci-region span.ci-hassub::after {
  color: #000; }
.ci-profile span.ci-hassub::after {
  color: #ffffff; }
.ci-header .ci-profile .ci-parent {
  border-bottom: 1px solid #ffffff; }
.ci-log-in-wrapper {
  background: #ececec; }
.ci-log-in-content {
  padding: 45px 15px 68px 15px; }
  .ci-log-in-content span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #dedede;
    line-height: 18px;
    margin: 4px 0 0 12px; }
  .ci-log-in-content span:last-child::after {
    background: transparent; }
.ci-log-input {
  margin-bottom: 10px;
  padding: 10px 12px;
  height: auto; }
.ci-input-wrapper {
  margin: 20px 0 30px 0;
  overflow: hidden; }
.ci-log-button {
  background: #23872b;
  color: #ffffff;
  border-width: 0;
  border-radius: 2px;
  padding: 10px 25px; }
  .ci-log-button:hover {
    background: #289b31;
    transition: all .5s ease-in-out 0s; }
.font-small {
  font-size: 14px; }
.ci-reset {
  color: #666666;
  margin-right: 20px; }
  .ci-reset a {
    border-bottom: 1px solid #666666;
    padding-bottom: 3px; }
    .ci-reset a:hover {
      color: black;
      cursor: pointer;
      text-decoration: none; }
.spacer-right {
  margin-right: 17px; }
.ci-icon-bar {
  width: 30px;
  height: 5px;
  display: block;
  margin: 0 0 3px;
  background: #777777; }
.ci-main-menu {
  transition: background-color .5s ease-in-out 0s;
  transition-delay: .8s;
  background-color: #ffffff;
  position: relative; }
.region-menu a {
  color: #23872b !important; }
.ci-mobile-menu {
  position: absolute;
  background-color: #23872b;
  display: block;
  top: 80px;
  right: 0;
  z-index: 1500;
  height: 0;
  overflow: hidden;
  transition: height .5s ease-in-out 0s;
  width: 400px; }
  .ci-mobile-menu .ci-parent {
    background-color: #23872b;
    color: #ffffff;
    position: relative;
    border-bottom: 1px solid #65ab6c;
    display: block;
    padding: 15px 40px; }
    .ci-mobile-menu .ci-parent:after {
      font-family: IsipFont;
      display: inline-block;
      vertical-align: middle;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      text-transform: none;
      font-size: 14px;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f10d";
      line-height: 21px;
      color: #ffffff;
      position: absolute;
      top: 0;
      top: 50%;
      left: 10px;
      margin-top: -10px; }
  .ci-mobile-menu > div {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    border-bottom: 10px solid #ffffff; }
  .ci-mobile-menu .ci-linklist li a.ci-hassub:after {
    right: 20px; }
  .ci-mobile-menu .ci-after-arrow .ci-hassub:after {
    color: #000; }
  .ci-mobile-menu .ci-linklist li:hover, .ci-mobile-menu .ci-linklist li:active {
    background: #ffffff; }
    .ci-mobile-menu .ci-linklist li:hover .ci-hassub:after, .ci-mobile-menu .ci-linklist li:active .ci-hassub:after {
      color: #000; }
    .ci-mobile-menu .ci-linklist li:hover a, .ci-mobile-menu .ci-linklist li:active a {
      color: #000;
      text-decoration: none; }
  .ci-mobile-menu .ci-linklist li a {
    font-family: OpenSans;
    transition: all .5s ease-in-out 0s;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #65ab6b; }
    .ci-mobile-menu .ci-linklist li a.ci-hassub:after {
      content: "\f110";
      font-family: IsipFont;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #ffffff;
      font-size: 21px;
      text-transform: none;
      padding-right: 0.5em;
      position: absolute;
      right: 13px;
      line-height: 20px;
      display: inline-block;
      vertical-align: middle; }
  .ci-mobile-menu .ci-region {
    background-color: #ececec; }
    .ci-mobile-menu .ci-region .ci-sub-parent {
      font-weight: bold;
      background-color: white;
      color: #000; }
    .ci-mobile-menu .ci-region .ci-linklist li a {
      color: #000; }
    .ci-mobile-menu .ci-region .ci-linklist li:hover, .ci-mobile-menu .ci-region .ci-linklist li:active {
      background: #23872b; }
      .ci-mobile-menu .ci-region .ci-linklist li:hover a, .ci-mobile-menu .ci-region .ci-linklist li:active a {
        color: #ffffff; }
      .ci-mobile-menu .ci-region .ci-linklist li:hover span.ci-hassub:after, .ci-mobile-menu .ci-region .ci-linklist li:active span.ci-hassub:after {
        color: #ffffff; }
    .ci-mobile-menu .ci-region .ci-linklist li:after {
      color: #000; }
    .ci-mobile-menu .ci-region .ci-linklist li a {
      font-weight: 300;
      padding: 13px 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border-bottom: 1px solid #cacaca; }
      .ci-mobile-menu .ci-region .ci-linklist li a:hover {
        background: transparent; }
  .ci-mobile-menu .ci-menu-content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%; }
  .ci-mobile-menu .ci-profile .ci-linklist li a:hover {
    color: #000; }
  .ci-mobile-menu .ci-profile {
    background: #777777;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: visible;
    min-height: 100%;
    min-height: 100vh;
    display: block; }
    .ci-mobile-menu .ci-profile .ci-sub-parent, .ci-mobile-menu .ci-profile .ci-parent {
      background-color: transparent; }
    .ci-mobile-menu .ci-profile .ci-title {
      padding: 10px 20px;
      color: #fff;
      border-bottom: solid 2px #fff; }
    .ci-mobile-menu .ci-profile .ci-wrapper-image-bg {
      width: 494px;
      height: 312px;
      float: right;
      background: url(/isip/servlet/resource/blob/100626/9677b98557e47d8646ee2c2db97ff893/profile-bg-jpg-data.jpg) no-repeat;
      position: absolute;
      right: 0; }
    .ci-mobile-menu .ci-profile .ci-wrapper-image-gradient {
      float: left;
      width: 100%;
      height: 100%;
      background: #777777;
      /* For browsers that do not support gradients */
      /*Safari*/
      /*Opera*/
      /*Fx*/
      /*IE*/
      background: radial-gradient(right top, transparent, #777777 70%);
      /*Standard*/ }
.ci-header-menu-right .ci-mobile-collapse-icon.active .ci-icon-bar {
  background: #ffffff; }
.ci-mobile-menu .ci-region .ci-sub-parent.ci-large-title {
  border-bottom: 3px solid #23872b; }
.ci-just-text {
  font-size: 20px; }
.ci-mobile-icon {
  padding: 15px; }
.ci-mobile-icon.active {
  background: #777777; }
.ci-sear-mag {
  float: right; }
.ci-mobile-menu h3.ci-title {
  margin: 55px 0 0; }
.ci-mobile-icon-wrapper .ci-mobile-icon.active .svg-icon, .ci-mobile-icon-wrapper .ci-mobile-icon.active .svg-icon {
  fill: #ffffff; }
.ci-white-black {
  background-color: #23872b !important; }
.ci-margin-bottom-md {
  margin-bottom: 20px; }
.ci-margin-top-md {
  margin-top: 45px; }
.ci-padding-top-lg {
  padding-top: 40px; }
.ci-padding-bottom-xl {
  padding-bottom: 60px; }
.text-center {
  text-align: center; }
.pull-left {
  float: left !important; }
.pull-right {
  float: right !important; }
.ci-padding-top {
  padding-top: 13px; }
/*
.col-md-12 { padding-left: 18px;padding-right: 18px;}*/
.blank-item {
  background: 0 0;
  border: 0; }
.ci-relative {
  position: relative; }
.ci-fullwidth {
  width: 100%; }
@media (max-width: 1023px) {
  .normal-footer {
    display: none; }
  .mobile-footer {
    display: inline; } }
@media (min-width: 768px) {
  .mobile-footer {
    display: none; }
  .normal-footer {
    display: inline; } }
.js-menu-toggle {
  padding-top: 11px; }
.pi-footer {
  background: #ececec;
  color: #000;
  margin: 28px 0 4px;
  padding: 42px 0 30px; }
  .pi-footer .pi-headline {
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    line-height: 1.35em;
    margin: 0 0 20px 0; }
    .pi-footer .pi-headline.pi-headline-bordered {
      border-bottom: 3px solid #000; }
      @media (max-width: 1023px) {
        .pi-footer .pi-headline.pi-headline-bordered {
          padding: 10px 0 5px; } }
      @media (min-width: 768px) {
        .pi-footer .pi-headline.pi-headline-bordered {
          padding: 20px 0 20px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .pi-footer .pi-headline.pi-headline-bordered {
          margin-right: 30px; } }
      @media screen and (min-width: 1024px) {
        .pi-footer .pi-headline.pi-headline-bordered {
          margin-right: 0; } }
  .pi-footer .pi-plain-list {
    font-size: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .pi-footer .pi-plain-list li a {
      color: #000;
      font-weight: 400;
      font-style: normal;
      transition: all .5s ease-in-out 0s;
      display: block;
      padding: 17px 0 10px; }
      .pi-footer .pi-plain-list li a:hover {
        text-decoration: underline; }
  .pi-footer .panel-title {
    position: relative;
    font-size: 16px;
    font-weight: 600; }
  .pi-footer .panel-title::after {
    content: "\e080";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: 'Glyphicons Halflings'; }
  .pi-footer .panel-title[aria-expanded="true"]::after {
    content: "\e114"; }
.pi-footer .pi-linklist li a:hover, .pi-footer-bottom .navbar-nav li a:hover {
  color: #23872b;
  text-decoration: underline;
  background: transparent;
  transition: all .5s ease-in-out 0s; }
.pi-footer-bottom {
  clear: both;
  width: 100%;
  float: none;
  overflow: hidden; }
  .pi-footer-bottom .navbar-nav {
    float: right;
    margin: 60px 0 0; }
    .pi-footer-bottom .navbar-nav li:first-child a {
      padding-left: 0; }
    .pi-footer-bottom .navbar-nav li a {
      font-weight: 400;
      font-style: normal;
      line-height: 28px;
      border-right: 1px solid #363636;
      padding: 0 15px 0 0;
      margin: 0 15px 0 0;
      text-transform: none;
      color: #000; }
    .pi-footer-bottom .navbar-nav li:last-child a {
      border: 0;
      padding-right: 0;
      margin-right: 0; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  font-family: OpenSansSemiBold;
  line-height: 1.5; }
h1 {
  font-size: 24px; }
h2 {
  font-size: 20px;
  margin: 20px 0 10px; }
h3 {
  font-size: 16px; }
.ci-placement-sidebar h3 {
  font-size: 16px !important; }
.cm-sitemap ul.cm-sitemap__items {
  margin-left: 20px; }
  .cm-sitemap ul.cm-sitemap__items li.cm-sitemap__item a {
    display: block;
    font-family: OpenSansBold;
    margin-bottom: 0px;
    transition: all ease-in-out .5s; }
    @media (min-width: 768px) {
      .cm-sitemap ul.cm-sitemap__items li.cm-sitemap__item a {
        margin-bottom: 10px; } }
    .cm-sitemap ul.cm-sitemap__items li.cm-sitemap__item a:hover {
      color: #23872b;
      margin-left: 10px; }
  .cm-sitemap ul.cm-sitemap__items li.cm-sitemap__item ul li {
    list-style: disc;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .cm-sitemap ul.cm-sitemap__items li.cm-sitemap__item ul li {
        margin-bottom: 0px;
        margin-left: 20px; } }
    .cm-sitemap ul.cm-sitemap__items li.cm-sitemap__item ul li a {
      font-family: OpenSans; }
/*@import "components/grid";*/
@media screen and (min-width: 768px) {
  .cm-container--square > :not(.cm-container) {
    margin-left: 0; } }
/*@import "components/buttons";
@import "components/images";
@import "components/fonts";
@import "components/header";
@import "components/logo";
@import "components/nav";
@import "components/footer";*/
.cm-claim {
  /*top:55px;
	z-index: 25;
	opacity: 1;
	transition-delay: .8s;
	position: absolute;*/
  border: none;
  margin: 0;
  text-align: center; }
  .cm-claim .cm-claim__headline {
    transition: none; }
  .cm-claim .cm-claim__arrow {
    display: none; }
.cm-claim:hover a .cm-claim__headline {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
.ci-placement-sidebar .cm-claim.thumbnail {
  padding: 15px 0; }
.ci-placement-sidebar .cm-claim__headline > span:after {
  transition: none;
  height: 0; }
.ci-placement-sidebar .cm-claim__picture-box-empty {
  display: none; }
.cm-details__text .cm-details__text,
.cm-details__text .cm-details__code, .cm-details__code .cm-details__text,
.cm-details__code .cm-details__code {
  padding: 0; }
.cm-details__date {
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  text-align: left; }
div.cm-details__headline {
  font-family: OpenSansSemiBold;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5; }
.cm-container.cm-container--gap {
  margin-top: 30px; }
/*@import "components/hero_custom";*/
@media screen and (min-width: 1024px) {
  .cm-container--medialist .cm-medialist__caption {
    padding: 0 15px 0 0; } }
@media screen and (max-width: 767px) {
  .cm-container--medialist .cm-medialist__caption {
    width: 100%;
    padding: 0; } }
.cm-container--medialist .cm-medialist__time {
  color: #777777;
  font-size: 14px; }
.cm-container--medialist .cm-medialist__text {
  overflow: hidden;
  text-overflow: ellipsis;
  /*margin-bottom: 50px;*/ }
.cm-container--medialist .cm-medialist {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .cm-container--medialist .cm-medialist {
      padding-bottom: 25px; } }
  @media screen and (min-width: 768px) {
    .cm-container--medialist .cm-medialist {
      padding-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .cm-container--medialist .cm-medialist {
      padding-bottom: 40px; } }
@media (max-width: 768px) {
  .cm-container--medialist .cm-medialist__picture-box::before {
    padding-top: 0%; } }
@media (max-width: 768px) {
  .cm-container--medialist .cm-medialist__picture-box {
    height: 150px; } }
.cm-container--medialist .cm-container--medialist > :not(.cm-container) {
  padding-left: 0; }
/*@import "components/placeholder_custom";*/
.cm-search {
  margin-top: 0; }
  .cm-search .alert-info {
    background-color: transparent;
    border: none;
    color: #23872b;
    padding: 0; }
  .cm-search .cm-search__headline {
    font-size: 20px; }
  .cm-search .cm-search__caption h3 {
    font-size: 16px;
    color: #000; }
  .cm-search .cm-search__item {
    margin-bottom: 50px;
    margin-left: 20px;
    position: relative; }
    .cm-search .cm-search__item a:after {
      left: -25px;
      right: inherit;
      top: -4px;
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
.cm-search--results {
  padding: 0; }
.cm-square__picture {
  background: #23872b; }
.cm-squarelist__headline {
  font-size: 16px; }
/*@import "components/superhero_custom";*/
/*@import "components/tags_custom"; */
.ci-placement-sidebar .cm-teasable--no-image .cm-teasable__text-content-box:before {
  padding-top: 0; }
.cm-teasable__headline {
  transition: none; }
.cm-text__headline {
  margin: 0;
  padding-bottom: 6px; }
/*variables*/
/*$headline-1-size-xs:  $font-size-base;
$headline-1-size-sm:  $font-size-base;
$headline-1-size-md:  $font-size-base ;
$headline-1-size-lg:  $font-size-base;
$headline-2-size-xs:  $font-size-base;
$headline-2-size-sm:  $font-size-base;
$headline-2-size-md:  $font-size-base ;
$headline-2-size-lg:  $font-size-base;*/
.ci-login-wrapper {
  display: table;
  width: 100%; }
  .ci-login-wrapper .ci-login-label {
    position: relative;
    display: block; }
    .ci-login-wrapper .ci-login-label .ci-login-input {
      margin-bottom: 10px;
      padding: 10px 12px;
      height: auto;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      display: block;
      outline: none;
      transition: all 0.2s ease-in-out; }
      .ci-login-wrapper .ci-login-label .ci-login-input::-webkit-input-placeholder {
        transition: all 0.2s ease-in-out;
        color: #999;
        font: 14px Helvetica, Arial, sans-serif; }
      .ci-login-wrapper .ci-login-label .ci-login-input::-moz-placeholder {
        transition: all 0.2s ease-in-out;
        color: #999;
        font: 14px Helvetica, Arial, sans-serif; }
      .ci-login-wrapper .ci-login-label .ci-login-input:-ms-input-placeholder {
        transition: all 0.2s ease-in-out;
        color: #999;
        font: 14px Helvetica, Arial, sans-serif; }
      .ci-login-wrapper .ci-login-label .ci-login-input:-moz-placeholder {
        transition: all 0.2s ease-in-out;
        color: #999;
        font: 14px Helvetica, Arial, sans-serif; }
      .ci-login-wrapper .ci-login-label .ci-login-input:focus, .ci-login-wrapper .ci-login-label .ci-login-input.populated {
        padding-top: 15px;
        padding-bottom: 12px; }
        .ci-login-wrapper .ci-login-label .ci-login-input:focus::-webkit-input-placeholder, .ci-login-wrapper .ci-login-label .ci-login-input.populated::-webkit-input-placeholder {
          color: transparent; }
        .ci-login-wrapper .ci-login-label .ci-login-input:focus::-moz-placeholder, .ci-login-wrapper .ci-login-label .ci-login-input.populated::-moz-placeholder {
          color: transparent; }
        .ci-login-wrapper .ci-login-label .ci-login-input:focus:-ms-input-placeholder, .ci-login-wrapper .ci-login-label .ci-login-input.populated:-ms-input-placeholder {
          color: transparent; }
        .ci-login-wrapper .ci-login-label .ci-login-input:focus:-moz-placeholder, .ci-login-wrapper .ci-login-label .ci-login-input.populated:-moz-placeholder {
          color: transparent; }
        .ci-login-wrapper .ci-login-label .ci-login-input:focus + .ci-login-span, .ci-login-wrapper .ci-login-label .ci-login-input.populated + .ci-login-span {
          opacity: 1;
          top: 5px; }
    .ci-login-wrapper .ci-login-label .ci-login-span {
      color: #999;
      font: 12px Helvetica, Arial, sans-serif;
      position: absolute;
      top: 0;
      left: 12px;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
.ci-log-button {
  background-color: #23872b;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  padding: 10px 25px;
  margin-right: 10px; }
  @media (max-width: 460px) {
    .ci-log-button {
      width: 100%; } }
.ci-log-button:hover {
  background: #289b31;
  transition: all .5s ease-in-out 0s; }
.ci-login .ci-forget {
  font-size: 14px;
  padding-top: 10px; }
  @media (max-width: 460px) {
    .ci-login .ci-forget {
      text-align: center; } }
  .ci-login .ci-forget a {
    color: #23872b;
    display: inline-block;
    text-decoration: underline; }
    @media (max-width: 1024px) {
      .ci-login .ci-forget a {
        font-size: 12px; } }
    .ci-login .ci-forget a + a {
      margin-left: 5px; }
    .ci-login .ci-forget a:hover {
      color: #000;
      text-decoration: none; }
  .ci-login .ci-forget .ci-reset a {
    border-bottom: none; }
.ci-banner {
  height: 75px;
  background: url(/isip/servlet/resource/blob/100630/28891dee16a56d811ff96f1e9346874c/regional-bg-png-data.png) no-repeat;
  margin: 25px 0px 0 0; }
.ci-bannger-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
.ci-banner-logo {
  float: left;
  padding: 20px;
  height: 75px;
  background-color: white; }
.ci-banner-gradient {
  float: left;
  width: 230px;
  height: 100%;
  background: transparent;
  /* For browsers that do not support gradients */
  /*Safari 5.1-6*/
  /*Opera 11.1-12*/
  /*Fx 3.6-15*/
  background: linear-gradient(to right, white, transparent);
  /*Standard*/ }
.cm-custom-related-contents .glyphicon {
  top: 2px; }
.cm-custom-related-contents p {
  margin-bottom: 0;
  height: auto; }
.cm-custom-related-contents span.ci-download-info {
  color: #777777;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'OpenSans'; }
.ci-richtext-table-container {
  overflow: auto; }
.video-text-wrapper {
  /*Textview needs an additional padding otherwise content below mainarea overlaps*/
  padding-bottom: 30px; }
.video-medialist-wrapper {
  width: 93.3%;
  padding-bottom: 35px; }
.video-container video {
  width: 100%;
  height: auto; }
.video-container-YT {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
.video-container-YT iframe,
.video-container-YT object,
.video-container-YT embed {
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 1%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
body.ci-dev .ci-bp-list {
  display: block !important;
  position: absolute;
  top: 0;
  height: 10px;
  width: 100%;
  background-color: #FFFF00;
  z-index: 5000;
  font-size: 8px;
  font-weight: bold; }
  @media (min-width: 320px) {
    body.ci-dev .ci-bp-list {
      background-color: #FF9900; } }
  @media (min-width: 768px) {
    body.ci-dev .ci-bp-list {
      background-color: #FF6600; } }
  @media (min-width: 1024px) {
    body.ci-dev .ci-bp-list {
      background-color: blue; } }
  @media (min-width: 1280px) {
    body.ci-dev .ci-bp-list {
      background-color: green; } }
body.ci-dev .ci-placement {
  background-color: pink;
  margin-bottom: 20px; }
  body.ci-dev .ci-placement .ci-placement-label {
    display: block !important;
    position: absolute;
    background-color: red;
    height: 18px;
    color: white;
    opacity: 0.5;
    z-index: 5000;
    font-size: 10px;
    padding: 4px; }
    @media (min-width: 768px) {
      body.ci-dev .ci-placement .ci-placement-label {
        height: 22px;
        font-size: 14px; } }
body.ci-dev h1, body.ci-dev h2, body.ci-dev h3 {
  position: relative; }
  body.ci-dev h1::before, body.ci-dev h2::before, body.ci-dev h3::before {
    margin: 0 !important;
    width: 10px !important;
    height: 10px !important;
    top: 0 !important;
    left: 0 !important; }
body.ci-dev h1::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-left: -10px;
  margin-top: -10px;
  background-color: red;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
body.ci-dev h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-left: -10px;
  margin-top: -10px;
  background-color: orange;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
body.ci-dev h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-left: -10px;
  margin-top: -10px;
  background-color: yellow;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
b, strong {
  font-family: OpenSansSemiBold;
  font-weight: normal; }
.cm-image--missing {
  background: #e62727 url(/isip/servlet/resource/blob/100632/1c4cb2fd70e405f25129ad730782aeb7/info-icon-svg-data.svg) no-repeat center center;
  background-size: 20%; }
.ci-filter .ci-title,
.ci-headline-small-light,
.ci-quick-search-results .ci-title,
.ci-teaser-division .ci-teaser-title {
  font-family: OpenSansSemiBold;
  font-size: 24px;
  line-height: 1.35em;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden; }
.ci-article ul,
.ci-content-list,
.ci-plain-list,
.ci-richtext ul,
.ci-searchresult-list,
ul.ColVis_collection {
  margin: 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none; }
.ci-main-menu-list {
  margin: 0 0 0; }
.ci-padding-top-region {
  padding-top: 23px; }
.ci-btn-close {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  line-height: 29px;
  text-align: center;
  font-size: 25px;
  z-index: 1007;
  height: 0;
  overflow: hidden;
  transition: all .5s ease-in-out 0s;
  margin-left: -23px; }
.expanded .ci-btn-close {
  height: 50px; }
.ci-login-btn-close {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  line-height: 29px;
  text-align: center;
  font-size: 25px;
  z-index: 50;
  height: 0;
  overflow: hidden;
  transition: all .5s ease-in-out 0s; }
.expanded .ci-login-btn-close {
  height: 50px; }
.ci-drop-down-arrow:after {
  content: "\f106";
  font-family: IsipFont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #23872b;
  font-size: 21px;
  text-transform: none;
  padding-right: 0.5em;
  position: absolute;
  top: 29px;
  right: 0;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle; }
@media (min-width: 860px) {
  .navbar-nav > li > a {
    padding-top: 10px; }
  .ci-header .nav > li > a {
    padding: 37px 17px 30px 18px; } }
.js-view-container > div {
  overflow: hidden; }
/* for now we don't want a scrollbar
.ci-main-menu-wrapper {
  overflow-y: scroll;
}*/
.ci-main-menu-wrapper > div {
  position: relative;
  z-index: 20; }
.log-in-wrapper li a:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 30.2%;
  top: 40.0%;
  background: #9c9d9d;
  transition: .5s; }
.navbar-nav.navbar-caret-top li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 23px;
  top: 11px;
  background: #9c9d9d; }
.navbar-nav.navbar-caret-top li:last-child:after {
  background: transparent; }
.log-in-wrapper li a:last-child:after {
  content: normal; }
.ci-main-column li {
  margin-bottom: 10px; }
#bu-selection {
  height: 60px; }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
.ci-googlemap.open .ci-map-text.open .ci-map-text-target a,
.ci-menu-main-content .ci-main-menu-content-headline,
.ci-pagenav > div a span,
.ci-selectmenu-base + .ci-selectmenu-button span.ci-selectmenu-text,
.ci-selectmenu-small + .ci-selectmenu-button span.ci-selectmenu-text,
.ci-teaser-download-proxy .title,
.ci-text-overflow,
.ci-selectmenu-button span.ci-selectmenu-text {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: block; }
.ci-fullwidth {
  width: 100%; }
/* ISIPS-187 */
.cm-custom-text {
  position: relative;
  top: 30px;
  /* reset some stylings */ }
  .cm-custom-text .cm-text {
    text-align: left;
    padding: 0 0 20px;
    /* reducing the clickable field of the links */ }
    .cm-custom-text .cm-text h3 {
      display: inline-block; }
/*media screen*/
@media (min-width: 860px) {
  .navbar-nav > li {
    float: left; } }
@media (min-width: 1250px) {
  .menu-toggle {
    padding-bottom: 0; }
  .ci-logo-container {
    left: 5px; } }
@media (min-width: 768px) {
  .ci-log-button.spacer-right {
    float: left; }
  .ci-forget {
    margin-top: 0;
    padding-top: 5px; }
  .cm-medialist__picture-box {
    float: right; } }
@media (max-width: 768px) {
  .log-in-wrapper .ci-navbar-bu-desktop li {
    display: inline-block; }
  .ci-header .navbar-nav li a, .ci-header .navbar-nav li button {
    padding-top: 0; }
  .ci-main-menu-wrapper .ci-headline-bordered {
    padding: 10px 0 20px 10px; }
  .ci-header .navbar-nav li:last-child:after {
    content: ''; } }
@media (min-width: 992px) and (max-width: 1112px) {
  .log-in-wrapper .ci-dropdown ul li:last-child a {
    width: 0; }
  #bu-selection {
    margin-right: 60px !important; } }
@media (min-width: 992px) {
  span.log-out {
    position: absolute;
    bottom: -18px;
    right: -3px; } }
@media (min-width: 860px) {
  .navbar-toggle {
    display: none; } }
@media (min-width: 860px) {
  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0; } }
@media (max-width: 1099px) and (min-width: 860px) {
  .ci-stage-element-info-container .ci-inner {
    top: 40%;
    width: 55%; } }
@media (max-width: 990px) {
  .ci-main-container .ci-search-input {
    margin: 70px 10px 0 10px; }
  .ci-search-input .ci-search-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px; }
  .ci-header-menus {
    margin-left: 0; }
  .ci-header-menu-right .navbar {
    border: none; }
  .ci-header .navbar-nav li:after {
    top: 33%; }
  span.log-out {
    position: absolute;
    bottom: -7px;
    right: 26px; }
  /*.cm-details__headline {
    font-size: 20px;
    padding-bottom: 20px;
  }*/ }
@media (max-width: 1099px) {
  .ci-stage-element-info-container .ci-stage-headline {
    font-size: 28px; }
  .ci-stage-element-info-container .ci-stage-subheadline {
    font-size: 28px; }
  .ci-header .nav > li > a {
    padding: 37px 12px 30px 12px; } }
/*media*/
@media (max-width: 991px) {
  .ci-mobile-menu {
    width: 100%;
    right: 0;
    top: 80px; }
  .ci-mobile-menu {
    position: fixed; }
  .ci-stage-element-info-container .ci-inner {
    width: 30%; }
  .ci-main-wrapper {
    margin: 0 0; }
  .ci-mobile-icon {
    padding: 15px 5px; } }
@media screen {
  .ci-header-menus {
    font-size: 16px; }
  .menu-arrow {
    right: 20px; } }
.active-list:after {
  content: '';
  display: block;
  position: absolute;
  right: 23px;
  top: 60px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ececec;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }
.ci-menu-style {
  border-bottom: 6px solid #23872b; }
.ci-selectmenu-menu .ci-menu {
  min-width: 237px;
  height: 0;
  transition: height .5s ease-in-out 0s; }
.ci-selectmenu-menu {
  transition: height .5s ease-in-out 0s; }
.ci-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }
.ci-widget .ci-menu-item a {
  color: #333333; }
.ci-widget .ci-menu-item:hover:after {
  color: #ffffff; }
.ci-widget .ci-menu-item:hover {
  background: #23872b;
  color: #ffffff; }
.ci-selectmenu-menu .ci-menu-item {
  border-bottom: 1px solid #cbcbcb; }
.ci-linklist li a.ci-hassub:after {
  content: "\f110";
  font-family: IsipFont;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  font-size: 21px;
  text-transform: none;
  padding-right: 0.5em;
  position: absolute;
  right: 4px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle; }
.log-out-wrapper {
  fill: #ffffff;
  float: right;
  margin: -4px 0 -3px 0; }
.ci-mobile-menu .ci-parent:after {
  font-family: IsipFont;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  line-height: 21px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px; }
.ci-mobile-menu .ci-sub-parent {
  background-color: #23872b;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #cacaca;
  display: block;
  padding: 15px 20px; }
.ci-bu-metanav .ci-search-input .ci-btn-start-search {
  margin: 0;
  padding: 1px;
  max-height: 26px;
  width: 0; }
.ci-btn-start-search .svg-icon {
  fill: #ffffff; }
.ci-search-icons {
  position: absolute;
  top: 0;
  right: 0;
  margin: 25px 30px 0 0;
  padding-left: 0;
  overflow: hidden;
  cursor: pointer; }
  .ci-search-icons .svg-wrapper:hover .svg-icon {
    fill: #777777;
    transition: color .5s ease-in-out 0s; }
  .ci-search-icons .svg-icon {
    fill: #ffffff; }
.ci-clear-icons {
  border-right: 1px solid #ffffff;
  margin-right: -5px;
  width: 50px !important; }
.ci-overlay .close-btn {
  cursor: pointer;
  float: right;
  margin-right: 20px;
  margin-top: 20px; }
.ci-btn-start-search {
  background: transparent;
  border: none;
  padding: 0 5px 0 5px;
  width: 65px; }
@media (max-width: 859px) and (min-width: 640px) {
  .ci-quicksearch-sm, .ci-teaser-proxy.ci-teaser-streamnews-first {
    display: block !important; } }
@media (max-width: 639px) {
  .ci-overview-stream .ci-teaser-proxy.ci-teaser-streamnews-first {
    display: block !important; }
  .ci-teaser-proxy.ci-teaser-streamnews-first {
    display: none !important; } }
.ci-menu-gradient {
  width: 100%;
  background: #ececec;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1500;
  transition: all 0.8s ease-in-out; }
.ci-login {
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  background: #ececec; }
.ci-login.expanded {
  border-bottom: 4px solid #23872b; }
.ci-menu-gradient ul li a {
  font-family: OpenSansSemiBold; }
.svg-wrapper {
  width: 45px;
  height: 45px; }
.svg-icon {
  fill: #777777; }
.log-out .svg-icon {
  fill: #ffffff; }
.svg-icon-w {
  fill: #ffffff; }
.stage-wrapper-region .svg-icon-w {
  fill: #000; }
.ci-icon-svg {
  fill: #94d31b; }
.menu-arrow {
  width: 25px;
  position: absolute;
  top: 35px;
  fill: #23872b; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .menu-arrow {
    right: 20px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE CSS styles go here */
  .menu-arrow {
    height: 35px;
    top: 30px; } }
@media all and (-ms-high-contrast: none) and (max-width: 990px), (-ms-high-contrast: active) and (max-width: 990px) {
  .ci-header {
    overflow: hidden; } }
.ci-overlay-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s; }
  .ci-overlay-wrapper.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999; }
    .ci-overlay-wrapper.open .js-searchable-close:hover .svg-icon-w {
      fill: #777777; }
.ci-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.92); }
  .ci-overlay.close-btn {
    float: right;
    margin-top: 20px;
    padding-right: 30px;
    position: relative;
    z-index: 100; }
input.search-input {
  width: 100%;
  padding: 25px 0 20px 20px;
  background: none;
  color: #ffffff;
  font-size: 36px;
  font-family: OpenSansSemiBold;
  border: none;
  display: inline-block; }
  input.search-input:before {
    background: url(/isip/servlet/resource/blob/100634/2998354e76ad1c38de99033707618f2c/search-svg-data.svg) top right; }
.close-btn {
  cursor: pointer; }
.ci-search-input {
  border-bottom: 1px solid #ffffff;
  padding: 0 105px 0 0;
  overflow: hidden;
  margin: 0 30px; }
.ci-active:after {
  display: block;
  content: '';
  position: absolute;
  right: 16px;
  top: 60px;
  border-bottom: 10px solid #ececec;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }
/*latest*/
.ci-header-wrapper {
  background: #ffffff;
  height: 85px; }
.stage-wrapper-classic.ci-main-menu.expanded {
  background: #23872b;
  transition: color .5s ease-in-out 0s; }
.stage-wrapper-user.ci-main-menu.expanded {
  background: #777777;
  transition: color .5s ease-in-out 0s;
  border-bottom: transparent; }
.stage-wrapper-region.ci-main-menu.expanded {
  background: #dedede;
  transition: color .5s ease-in-out 0s;
  border-bottom: 4px solid #23872b; }
.ci-menu-main-content .ci-headline-small-light.ci-headline-bordered {
  border-bottom: 4px solid #ffffff;
  margin-bottom: 13px; }
.ci-widget-content li:after {
  background: transparent; }
a.ci-active-list {
  color: #23872b; }
.ci-active-list.active:after {
  display: none; }
.ci-drop-down-active {
  border-bottom: 6px solid #23872b; }
.ci-white-black {
  color: #000 !important;
  background-color: #ffffff; }
  .ci-white-black:hover, .ci-white-black:focus, .ci-white-black:visited, .ci-white-black.active {
    color: #000;
    background-color: #ffffff; }
.expanded.stage-wrapper-classic .ci-horizontal-wrapper {
  border-top: 4px solid #000; }
/*bread-crumbs*/
.ci-bread-crumbs {
  color: #666666;
  font-size: 14px;
  position: relative;
  z-index: 1500; }
  .ci-bread-crumbs li {
    padding: 18px 0;
    display: inline-block; }
    .ci-bread-crumbs li a {
      text-decoration: none; }
      .ci-bread-crumbs li a:hover, .ci-bread-crumbs li a:focus {
        color: #23872b; }
    .ci-bread-crumbs li:after {
      content: "\f108";
      font-family: IsipFont;
      font-style: normal;
      font-weight: 400;
      text-decoration: inherit;
      color: #666666;
      font-size: 10px;
      text-transform: none;
      line-height: 0;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 0px; }
    .ci-bread-crumbs li:last-child:after {
      color: transparent; }
    .ci-bread-crumbs li:last-child a {
      color: #23872b; }
/*bread-crumbs-ends*/
.cm-page-heading-indent {
  margin-top: 20px; }
.ci-plain-link {
  text-decoration: none; }
  .ci-plain-link.active, .ci-plain-link:hover {
    text-decoration: none; }
.ci-padding-none {
  padding: 0; }
@media (min-width: 1280px) {
  #bu-selection {
    margin-right: 25px; }
  h2 {
    margin: 0;
    padding: 8px 0; }
  .ci-logo {
    margin: -120px -42px; }
  .log-in-wrapper .navbar-right {
    float: right !important;
    margin-right: -15px; } }
@media (max-width: 1280px) {
  .ci-logo {
    margin: -120px -42px; }
  #bu-selection {
    margin-right: 17px; }
  .cm-details__headline {
    padding: 0;
    margin-bottom: 0; }
  .navbar-right {
    float: right !important;
    margin-right: 0; }
  h2 {
    margin: 0;
    padding: 8px 0; }
  #bu-selection {
    margin-right: 25px; }
  .cm-claim.thumbnail {
    padding: 15px 30px; } }
@media (max-width: 1024px) {
  .ci-mobile-icon-wrapper {
    float: left;
    margin: 0 0; }
  .ci-mobile-icon {
    padding: 15px 0;
    margin: 0 2px; }
  .ci-mobile-icon {
    padding: 15px 0;
    margin: 0 5px; }
  .ci-mobile-icon-wrapper {
    float: left;
    margin: 0 -2px; }
  .ci-header-menu-right .ci-mobile-collapse-icon {
    padding: 27px 22px; }
  .ci-header-menu-right .ci-mobile-collapse-icon.active {
    background: #23872b;
    padding: 27px 22px; }
  .ci-logo {
    margin: -120px -37px; }
  h2 {
    margin: 0;
    padding: 8px 0; }
  .cm-details__headline {
    padding: 0;
    margin-bottom: 10px; } }
@media (max-width: 768px) {
  .ci-header-menu-right {
    position: absolute;
    right: -20px; }
  .ci-logo {
    width: 180px;
    height: 180px;
    background-size: 180px 180px;
    margin: -105px -34px; }
  .ci-mobile-icon {
    padding: 15px 0;
    margin: 0 2px; }
  .ci-header .ci-linklist li a {
    padding: 13px 39px; }
  .ci-mobile-menu .ci-parent:after {
    left: 37px; }
  .ci-mobile-menu .ci-parent {
    padding: 15px 55px; }
  .ci-mobile-menu .ci-sub-parent {
    padding: 15px 39px; }
  .ci-mobile-menu .ci-region .ci-linklist li a {
    padding: 13px 39px; }
  h2 {
    margin: 0;
    padding: 5px 10px 8px;
    width: 100%; }
  .cm-text::after {
    height: 0;
    overflow: hidden; }
  .cm-details__headline {
    padding: 0;
    margin-bottom: 10px; }
  .cm-medialist {
    padding: 0 0 0 0;
    margin: 0; }
  .ci-header-menu-right .ci-mobile-collapse-icon {
    float: right; }
  .ci-header-menu-right {
    position: absolute;
    right: -34px; }
  .cm-claim::after {
    color: transparent; } }
@media (max-width: 320px) {
  .ci-log-in-content {
    padding: 0; }
  .ci-header-menu-right {
    position: absolute;
    right: -15px; }
  .ci-mobile-icon-wrapper {
    float: left;
    margin: 0 -8px; }
  .ci-mobile-icon {
    padding: 15px 0;
    margin: 0 -2px; }
  .ci-header .ci-linklist li a {
    padding: 13px 13px; }
  .ci-header .ci-linklist li a {
    padding: 13px 20px; }
  .ci-mobile-menu .ci-parent:after {
    left: 17px; }
  .ci-mobile-menu .ci-parent {
    padding: 15px 35px; }
  .ci-mobile-menu .ci-sub-parent {
    padding: 15px 19px; }
  .ci-mobile-menu .ci-region .ci-linklist li a {
    padding: 13px 20px; }
  .cm-details__headline {
    padding: 0;
    margin-bottom: 10px; }
  h2 {
    padding: 7px 0; }
  .cm-tag__title {
    margin: 0 10px 10px 0; } }
/* Coremedia styles */
.cm-teasable.cm-teasable--no-image.row {
  margin-left: 0;
  margin-right: 3px; }
/* Coremedia styles for carousel - Insert it in cm-details class */
.cm-custom-carousel .cm-details__caption {
  position: inherit;
  left: 0; }
.cm-custom-carousel .cm-carousel__pagination {
  margin: 0;
  width: 46%; }
.cm-custom-carousel .cm-carousel__control--details {
  margin: 10px;
  min-width: 120px; }
.cm-custom-carousel .cm-carousel-control {
  font-size: 24px;
  width: 22%; }
/* Coremedia styles for "verwandter Inhalt" or "related contents" - Insert it in cm-medialist class*/
.cm-custom-related-contents .cm-medialist__picture-box {
  display: none; }
.cm-custom-related-contents .cm-medialist__caption {
  width: 100%; }
/* Coremedia styles for marginal column */
@media (min-width: 768px) {
  .cm-teasable--alternative .cm-teasable__text-content-box:after {
    height: 0; } }
.cm-teasable.alternative .cm-teasable__headline, .cm-teasable.alternative .cm-teasable__text {
  color: #333; }
.cm-tag ul li {
  background-color: #26992F; }
.cm-teasable__text-content-box::after {
  background-color: #26992F !important; }
.cm-details {
  margin-bottom: 10px;
  padding-bottom: 10px; }
.carousel-caption {
  text-shadow: none; }
.cm-details__caption .cm-caption__title {
  color: #000; }
.cm-teasable__text-content-box::after {
  background-color: #FFF; }
.cm-termin-download {
  margin-bottom: 30px; }
.pi-footer li a {
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 768px) {
    .pi-footer li a {
      max-width: 145px; } }
  @media (max-width: 767px) {
    .pi-footer li a {
      max-width: 100%; } }
/* ISIPS-174 */
.fullSizeImagesDetail img {
  max-width: 100%; }
/*ISIPS-173*/
.cm-preview-item__container .ci-image-uncropped {
  width: 100%; }
.ci-logo-container .cm-image {
  position: absolute;
  max-height: 85px; }
/*# sourceMappingURL=corporate.css.map */
