@charset "UTF-8";
#ccb-template {
  background-color: rgba(255, 86, 56, 0.6);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#ccb-template.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/*#ccb-template.compact {
    height: auto;
    top: initial;
    bottom: 0;
    box-shadow: 0 0 25px 20px rgba(42, 42, 42, 0.3);
}*/
#ccb-panel {
  background-color: #FFF;
  width: 92%;
  max-width: 580px;
  max-height: 100vh;
  z-index: 10000;
  overflow: auto;
  position: relative;
}
/*.compact #ccb-panel {
    max-width: 100%;
    width: 100%;
}*/
/***  change according to styling of website host  ***/
#ccb-panel * {
  background: transparent;
  color: #000;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.35;
  padding: 0;
  margin: 0;
  text-transform: initial;
}
#ccb-panel .cookieicon circle {
  fill: #fff;
}
#ccb-panel .cookieicon path:nth-of-type(1) {
  fill: #000;
}
#ccb-panel .cookieicon path:nth-of-type(2) {
  fill: #fff;
}
#ccb-panel footer button {
  background: #00a0be;
  line-height: 4em;
  padding: 0 2em;
  font-weight: 700;
  -webkit-transition: transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
}
#ccb-panel footer button:hover {
  transform: scale(.98);
  -webkit-transition: transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
}
#ccb-panel footer button:first-child {
  background: #eaeeea;
  color: #202020;
  font-size: 85%;
}
#ccb-panel .set-title {
  font-size: 133%;
  font-weight: 500;
  padding-left: 2%;
}
#ccb-panel .set-subtitle {
  font-size: 120%;
  font-weight: 700;
}
#ccb-panel .set-label {
  font-size: 111%;
  font-weight: 500;
  line-height: 1.25;
}
#ccb-panel strong {
  font-weight: 700;
}
/***                                               ***/
#ccb-panel :focus {
  outline: none;
}
#ccb-panel a, #ccb-panel a:visited {
  border-bottom: 1px solid;
}
#cookie-settings > p + p {
  margin-top: 0.675em;
}
#ccb-panel > * {
  padding: 1em;
}
#ccb-panel header {
  background-color: #eaeeea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#ccb-panel .cookieicon {
  width: 8%;
}
#cookie-settings {
  margin: 1em 2em;
  max-width: initial;
  width: initial;
}
#cookie-settings fieldset {
  margin: 1em 0;
}
#ccb-panel .cookie-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em 0;
}
#ccb-panel .cookie-set .label-group {
  width: calc(100% - 3.1em);
}
#ccb-panel .cookie-set label {
  padding-right: 1.5em;
  cursor: pointer;
  display: block;
  white-space: inherit;    
}
#ccb-panel .cookie-set input[type=checkbox] {
  background: #d2dcd2;
  border: none !important;
  border-radius: 3em;
  width: 2.6em;
  height: 1.4em;
  position: relative;
  top: 0.075em;
  display: block;
  cursor: pointer;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
#ccb-panel .cookie-set input[type=checkbox]:checked {
  background: #00a0be;
}
#ccb-panel .cookie-set input[type=checkbox]:after {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #000;
  -webkit-transform: transform(.8);
  -ms-transform: transform(.8);
  transform: transform(.8);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#ccb-panel .cookie-set input[type=checkbox]:checked:after {
  left: calc(100% - 1.4em);
}
#ccb-panel .cookie-set p {
  position: relative;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  height: auto;
  overflow: hidden;
}
#ccb-panel .cookie-set.showinfo p {
  max-height: 180px;
  height: auto;
}
#ccb-panel .cookie-set button.info {
  background-color: #000;
  border-radius: 100%;
  color: #FFF !important;
  display: none;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  right: 2em;
  margin-top: 0.075em;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}
#ccb-panel .cookie-set.showinfo button.info {
  background-color: #42de42;
}
#ccb-panel .cookie-set .showinfo button span {
  color: #FFF;
}
#ccb-panel footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cookietable {
  margin-top: 1.164rem;
  margin-bottom: 1.164rem;
  border: #00a0be solid 1px;
  font-size: 90%;
  width: 100%;
}
.cookietable th {
  color: #f7fcf5;
  text-align: left;
  font-weight: 400;
  border-right: #f7fcf5 solid 1px;
  background-color: #00a0be;
  padding: 0.75em .75%;
}
.cookietable th:last-of-type {
  border-right: none;
}
.cookietable td {
  padding: 0.25em .5em;
  border-bottom: #00a0be solid .5px;
  border-right: #00a0be solid .5px;
}
.cookiescroll {
  width:100%;
  overflow-x: auto;
}
.privacy a:not(.button) {
  color: #00A0BE;
}
.privacy a:not(.button):hover, .privacy a:not(.button):focus, .privacy a:not(.button):visited {
  color: #004997;
}
/***  IE mess  ***/
@media (-ms-high-contrast:none) {
  #ccb-panel .cookie-set input[type=checkbox] {
    background: none;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #ccb-panel .cookie-set input[type=checkbox]:checked {
    background: none;
    border: none;
  }
  #ccb-panel .cookie-set input[type=checkbox]:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@supports (-ms-ime-align:auto) {
  #ccb-panel .cookie-set input[type=checkbox] {
    background: none;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #ccb-panel .cookie-set input[type=checkbox]:checked {
    background: none;
    border: none;
  }
  #ccb-panel .cookie-set input[type=checkbox]:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/***  responsive  ***/
@media (max-width:560px) {
  #ccb-panel header {
    display: none;
  }
  #cookie-settings {
    margin: 1em;
  }
  #ccb-panel .cookie-set p {
    max-height: 0;
    padding-right: 7%;
  }
  #ccb-panel .cookie-set button.info {
    display: inline;
  }
  #ccb-panel footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #ccb-panel footer button {
    width: 100%;
  }
  #ccb-panel footer button + button {
    margin-bottom: 1em;
  }
}
/*** youtube video blocking styles ***/
.yt-video iframe[data-src] {
    background-color: gray;
    cursor: pointer;
}
.yt-video {
    position: relative;
}
.videoWrapper .yt-video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: gray;
}
.yt-video .disabled-yt {
    position: absolute;
    z-index: 1;
    padding: 1em;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/*** cookie table styles ***/
.cookie-table tr {
    border-bottom: 1px solid;
}
.cookie-table tr:first-child {
    border-top: 1px solid;
}
.cookie-table th {
    background-color: lightgrey;
    white-space: nowrap;
    padding: 0 10px;
    text-align: left;
}
.cookie-table td {
    padding: 0 10px;
    text-align: left;
}
@media (max-width:450px) {
    /*.cookie-table th:nth-child(3),
    .cookie-table td:nth-child(3){
        display: none;
    }*/
    .cookie-table  {
        font-size: 75%;
    }
}