﻿/* CSS Document */
#campaign-page {
  font-family: 'Roboto', Arial, sans-serif, Helvetica !important;
  font-size: 15px !important;
  line-height: 24px !important;
  color: #202020 !important;
  text-transform: none !important;
  text-decoration: none !important;
  width: 920px !important;
  background-color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
}

#campaign-page .headerBanner * {
  margin: 0 !important;
  padding: 0 !important;
}

#campaign-page * img {
  display: block !important;
}

#campaign-page .headline,
#campaign-page .sub-headline,
#campaign-page .teaserbox span,
#campaign-page .teaserboxwide span,
#campaign-page .workshophead {
  display: block;
  overflow: auto;
  word-wrap: break-word;
}

#campaign-page .headline {
  margin: 0 0 15px;
  font-size: 28px !important;
  line-height: 38px !important;
  color: #303030;
}

#campaign-page .sub-headline {
  margin: 30px 0 15px;
  font-size: 17px !important;
  line-height: 24px !important;
}

#campaign-page .workshophead {
  margin: 5px 0 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

#campaign-page .cta-button,
#campaign-page .flex-container,
#campaign-page .teaserbox,
#campaign-page .teaserboxwide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

#campaign-page .flex-container {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-wrap: wrap;
  align-items: stretch;
}

#campaign-page .flex-items {
  flex: 1 1 auto;
}

#campaign-page .flex-column1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex-grow: 1;
}

#campaign-page .flex-column2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
  flex-grow: 2;
}

#campaign-page .flex-column3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;
  flex-grow: 3;
}

#campaign-page .flex-column4 {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -ms-flex: 4;
  -webkit-flex: 4;
  flex-grow: 4;
}

#campaign-page .flex-column5 {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -ms-flex: 5;
  -webkit-flex: 5;
  flex-grow: 5;
}

#campaign-page .flex-column1,
#campaign-page .flex-column2,
#campaign-page .flex-column3,
#campaign-page .flex-column4,
#campaign-page .flex-column5,
#campaign-page .teaserbox,
#campaign-page .teaserboxwide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap !important;
  align-items: stretch;
  justify-content: space-between;
}

/* Teaser Box */
#campaign-page .teaserbox p {
  width: 200px !important;
}

#campaign-page .teaserboxwide p {
  width: 340px !important;
}

#campaign-page .teaserbox,
#campaign-page .teaserboxwide {
  background: url("/cs/promotions/images/20170914-teaser-head-strip-960x4.png") no-repeat right 0;
  background-color: #ffffff;
  color: #888b8d !important;
  font-size: 13px !important;
  line-height: 19px !important;
  padding: 25px 30px !important;
  margin-bottom: 30px !important;
}

#campaign-page .teaserbox span,
#campaign-page .teaserboxwide span {
  font-size: 19px !important;
  line-height: 26px !important;
  margin-bottom: 15px !important;
}

#campaign-page .teaserbox img,
#campaign-page .teaserboxwide img {
  margin: 5px 0 15px;
  padding: 0;
}

#campaign-page .speakerimg {
  float: left;
  margin-right: 10px !important;
  display: block;
}

#campaign-page .speakername {
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
}

#campaign-page .workshop p {
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 6px 0 10px 0 !important;
}

#campaign-page .workshop span {
  font-size: 13px !important;
  line-height: 22px !important;
}

#campaign-page .speakerinfo * {
  font-size: 13px !important;
  line-height: 19px !important;
}

#campaign-page .tourdate {
  float: left;
  font-size: 14px;
  width: 250px;
}

#campaign-page a:active,
#campaign-page a:link,
#campaign-page a:visited {
  color: #0085d5 !important;
  text-decoration: none !important;
}

#campaign-page a:hover {
  color: #00426a !important;
  text-decoration: underline !important;
}

#campaign-page .cta-11px * {
  font-size: 11px;
  padding: 13px 18px;
}

#campaign-page .cta-12px * {
  font-size: 12px;
  padding: 14px 19px;
}

#campaign-page .cta-13px * {
  font-size: 13px;
  padding: 15px 21px;
}

#campaign-page .cta-14px * {
  font-size: 14px;
  padding: 16px 22px;
}

#campaign-page .cta-15px * {
  font-size: 15px;
  padding: 18px 24px;
}

#campaign-page .cta-16px * {
  font-size: 16px;
  padding: 19px 26px;
}

#campaign-page .cta18px {
  font-size: 18px;
  margin: 0 0 10px;
}

#campaign-page .cta-button a:active,
#campaign-page .cta-button a:link,
#campaign-page .cta-button a:visited {
  font-family: "Roboto", Arial, sans-serif, Helvetica;
  font-weight: 400 !important;
  line-height: 100% !important;
  color: #ffffff !important;
  background-color: #0085d5;
  align-self: flex-end !important;
  margin: 5px auto !important;
  text-transform: none !important;
  text-decoration: none !important;
}

#campaign-page .cta-button a:hover {
  background-color: #00426a !important;
  text-decoration: none !important;
}

#campaign-page ul {
  padding: 0 0 15px 20px;
  margin: 0;
}

#campaign-page li {
  font-size: 14px !important;
  line-height: 22px !important;
  margin: 0 0 8px 0 !important;
}

#campaign-page .mediaspecs {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #888b8d !important;
  font-weight: 400 !important;
  margin: 0 0 15px;
}

#campaign-page .mediaspecs span {
  color: #53565a !important;
  margin: 0 5px;
}

#campaign-page .dividerline {
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid #888B8D;
  height: 0;
}

#campaign-page .dividerlinesml {
  padding: 10px 0 !important;
  margin: 0 0 15px 0 !important;
  border-bottom: 1px solid #d0d0ce;
}

#campaign-page .product-label {
  font-size: 12px;
  line-height: 16px;
  margin: 0 !important;
  padding: 0 0 35px !important;
  min-width: 800px !important;
}

#campaign-page * p {
  margin: 0 0 15px;
}

#campaign-page .container-wrapper {
  padding: 30px 45px !important;
}

#campaign-page .workshop-wrapper {
  padding: 0 45px 25px !important;
}

#campaign-page .sml-wrapper {
  padding: 0 45px !important;
}

#campaign-page .centerme {
  margin: 10px auto !important;
}

#campaign-page .reset {
  clear: both !important;
}

#campaign-page .resetspace {
  padding-top: 30px !important;
}

#campaign-page .resetwidth {
  width: 100% !important;
}

#campaign-page .stretch {
  align-content: flex-start !important;
  justify-content: space-between !important;
}

#campaign-page .endme {
  align-self: end !important;
  margin: 0 auto !important;
}

#campaign-page .rightalign {
  text-align: right !important;
}

#campaign-page .type-regular {
  font-weight: 400 !important;
}

#campaign-page .type-light {
  font-weight: 300 !important;
}

#campaign-page .type-bold {
  font-weight: 700 !important;
}

#campaign-page .black {
  color: #202020 !important;
}

#campaign-page .blue {
  color: #0085d5 !important;
}

#campaign-page .darkblue {
  color: #00426a !important;
}

#campaign-page .coolgray11 {
  color: #53565a !important;
}

#campaign-page .coolgray8 {
  color: #888b8d !important;
}

#campaign-page .coolgray2 {
  color: #d0d0ce !important;
}

#campaign-page .gapr10 {
  padding-right: 10px !important;
}

#campaign-page .gapr15 {
  padding-right: 15px !important;
}

#campaign-page .gapr25 {
  padding-right: 25px !important;
}

#campaign-page .gapr40 {
  padding-right: 40px !important;
}

#campaign-page .gapr60 {
  padding-right: 60px !important;
}

#campaign-page .marginr25 {
  margin-right: 25px !important;
}

#campaign-page .marginr40 {
  margin-right: 40px !important;
}

#campaign-page .marginr60 {
  margin-right: 60px !important;
}

#campaign-page .marginr80 {
  margin-right: 80px !important;
}

#campaign-page .marginb5 {
  margin-bottom: 5px !important;
}

#campaign-page .marginb10 {
  margin-bottom: 10px !important;
}

#campaign-page .marginb15 {
  margin-bottom: 15px !important;
}

#campaign-page .marginb20 {
  margin-bottom: 20px !important;
}

#campaign-page .marginb25 {
  margin-bottom: 25px !important;
}

#campaign-page .marginb30 {
  margin-bottom: 30px !important;
}

#campaign-page .margint5 {
  margin-top: 5px !important;
}

#campaign-page .margint20 {
  margin-top: 20px !important;
}

#campaign-page .margint30 {
  margin-top: 30px !important;
}

#campaign-page .margint40 {
  margin-top: 40px !important;
}

#campaign-page {
  /**
	 * Owl Carousel v2.3.4
	 * Copyright 2013-2018 David Deutsch
	 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
	 */
  /*
	 *  Owl Carousel - Core
	 */
  /* No Js */
  /*
	 *  Owl Carousel - Animate Plugin
	 */
  /*
	 * 	Owl Carousel - Auto Height Plugin
	 */
  /*
	 * 	Owl Carousel - Lazy Load Plugin
	 */
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   * 	Default theme - Owl Carousel CSS File
   */
}

#campaign-page .grid-container {
  padding: 30px 45px;
  margin: 0 auto;
}

#campaign-page .grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#campaign-page .cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

#campaign-page .cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

#campaign-page .cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#campaign-page .grid-x > .shrink {
  width: auto;
}

#campaign-page .grid-x > .small-1,
#campaign-page .grid-x > .small-10,
#campaign-page .grid-x > .small-11,
#campaign-page .grid-x > .small-12,
#campaign-page .grid-x > .small-2,
#campaign-page .grid-x > .small-3,
#campaign-page .grid-x > .small-4,
#campaign-page .grid-x > .small-5,
#campaign-page .grid-x > .small-6,
#campaign-page .grid-x > .small-7,
#campaign-page .grid-x > .small-8,
#campaign-page .grid-x > .small-9,
#campaign-page .grid-x > .small-full,
#campaign-page .grid-x > .small-shrink {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#campaign-page .grid-x > .small-1,
#campaign-page .grid-x > .small-10,
#campaign-page .grid-x > .small-11,
#campaign-page .grid-x > .small-12,
#campaign-page .grid-x > .small-2,
#campaign-page .grid-x > .small-3,
#campaign-page .grid-x > .small-4,
#campaign-page .grid-x > .small-5,
#campaign-page .grid-x > .small-6,
#campaign-page .grid-x > .small-7,
#campaign-page .grid-x > .small-8,
#campaign-page .grid-x > .small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#campaign-page .grid-x > .small-1 {
  width: 8.33333%;
}

#campaign-page .grid-x > .small-2 {
  width: 16.66667%;
}

#campaign-page .grid-x > .small-3 {
  width: 25%;
}

#campaign-page .grid-x > .small-4 {
  width: 33.33333%;
}

#campaign-page .grid-x > .small-5 {
  width: 41.66667%;
}

#campaign-page .grid-x > .small-6 {
  width: 50%;
}

#campaign-page .grid-x > .small-7 {
  width: 58.33333%;
}

#campaign-page .grid-x > .small-8 {
  width: 66.66667%;
}

#campaign-page .grid-x > .small-9 {
  width: 75%;
}

#campaign-page .grid-x > .small-10 {
  width: 83.33333%;
}

#campaign-page .grid-x > .small-11 {
  width: 91.66667%;
}

#campaign-page .grid-x > .small-12 {
  width: 100%;
}

#campaign-page .grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

#campaign-page .grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

#campaign-page .grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

#campaign-page .grid-margin-x > .cell {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

#campaign-page .grid-margin-x > .auto {
  width: auto;
}

#campaign-page .grid-margin-x > .shrink {
  width: auto;
}

#campaign-page .grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-3 {
  width: calc(25% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-6 {
  width: calc(50% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-9 {
  width: calc(75% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.875rem);
}

#campaign-page .grid-margin-x > .small-12 {
  width: calc(100% - 1.875rem);
}

#campaign-page .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

#campaign-page .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

#campaign-page .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#campaign-page .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

#campaign-page .owl-carousel .owl-item,
#campaign-page .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#campaign-page .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

#campaign-page .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

#campaign-page .owl-carousel .owl-dots.disabled,
#campaign-page .owl-carousel .owl-nav.disabled {
  display: none;
}

#campaign-page .owl-carousel .owl-dot,
#campaign-page .owl-carousel .owl-nav .owl-next,
#campaign-page .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#campaign-page .owl-carousel .owl-nav button.owl-next,
#campaign-page .owl-carousel .owl-nav button.owl-prev,
#campaign-page .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font-size: 25px;
  width: 22px;
  height: 30px;
}

#campaign-page .instrument-control .owl-nav {
  height: 30px;
  width: 108px;
}

#campaign-page .instrument-control .owl-nav button.owl-prev {
  position: absolute;
  left: -5px;
  top: -2px;
}

#campaign-page .instrument-control .owl-nav button.owl-next {
  position: absolute;
  top: -2px;
  right: -25px;
}

#campaign-page .data-analysis .owl-nav {
  height: 30px;
  width: 267px;
}

#campaign-page .data-analysis .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: -2px;
}

#campaign-page .data-analysis .owl-nav button.owl-next {
  position: absolute;
  top: -2px;
  right: -25px;
}

#campaign-page .owl-carousel.owl-loaded {
  display: block;
}

#campaign-page .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

#campaign-page .owl-carousel.owl-hidden {
  opacity: 0;
}

#campaign-page .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

#campaign-page .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#campaign-page .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

#campaign-page .owl-carousel.owl-rtl {
  direction: rtl;
}

#campaign-page .owl-carousel.owl-rtl .owl-item {
  float: right;
}

#campaign-page .no-js .owl-carousel {
  display: block;
}

#campaign-page .owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

#campaign-page .owl-carousel .owl-animated-in {
  z-index: 0;
}

#campaign-page .owl-carousel .owl-animated-out {
  z-index: 1;
}

#campaign-page .owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#campaign-page .owl-height {
  transition: height 500ms ease-in-out;
}

#campaign-page .owl-carousel .owl-item {
  /**
				This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
				calculation of the height of the owl-item that breaks page layouts
			 */
}

#campaign-page .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

#campaign-page .owl-carousel .owl-item .owl-lazy[src^=""],
#campaign-page .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

#campaign-page .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

#campaign-page .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
}

#campaign-page .owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

#campaign-page .owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

#campaign-page .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

#campaign-page .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

#campaign-page .owl-theme .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: -50px;
  right: 15px;
}

#campaign-page .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#campaign-page .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #888B8D;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

#campaign-page .owl-theme .owl-dots .owl-dot.active span,
#campaign-page .owl-theme .owl-dots .owl-dot:hover span {
  background: #0085d5;
}

#campaign-page .c-box {
  background: #fff;
  border-top: 1px solid #d0d0ce;
  padding: 35px 0 0;
  margin-bottom: 35px;
}

#campaign-page .c-box:last-of-type {
  margin-bottom: 0;
  border-bottom: 1px solid #d0d0ce;
}

#campaign-page .c-box .owl-item .grid-x {
  align-items: center;
}

#campaign-page .c-box .owl-carousel .small-9 img {
  border: 1px solid #d0d0ce;
}

#campaign-page .c-box .owl-carousel .cont-wrap .blue {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}

#campaign-page .c-box .owl-carousel .cont-wrap p {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 5px !important;
}

#campaign-page .c-box .owl-carousel .cont-wrap li {
  font-size: 13px !important;
  line-height: 20px !important;
  margin-bottom: 5px !important;
}

#campaign-page .owl-nav {
  position: absolute;
  top: -65px;
  right: 15px;
}

#campaign-page .owl-next
.owl-theme .owl-nav [class*="owl-"] {
  color: #888B8D;
}

#campaign-page .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #0085d5;
}

#campaign-page .owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}

#campaign-page a.gray-link {
  color: #888B8D !important;
  text-align: right;
  display: block;
  margin: 5px 10px 0 0;
}

#campaign-page .cta-button.left a:link {
  margin: 5px 0 !important;
}

/* End #campaign-page */
