#multiConsent_stepStyle {
  background-color: transparent;
  position: fixed;
  width: 100vw;
  min-height: 110vh;
  font-family: 'arial', 'sans-serif';
  box-sizing: border-box;
}
#multiConsent_stepStyle a {
  text-decoration: underline;
}
#multiConsent_stepStyle .cc-banner-wrapper {
  background-color: #fff;
  border: 1px solid #1b1b1b;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
  background-color: #dfdfdf;
  height: 10px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  justify-content: space-around;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress {
  height: 100%;
  text-align: center;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-recorded-consent {
  background-color: #60b767;
  color: #fff;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-active {
  background-color: #7bed84;
  color: #fff;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
  background-color: #fff;
  color: #1b1b1b;
  border-right: 1px solid #1b1b1b;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary img {
  border-radius: 50%;
  position: relative;
  top: 10px;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary p {
  word-break: break-word;
  white-space: normal;
  padding: 0 5px;
  line-height: 16px;
  font-size: 14px;
  margin-top: 20px;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
  height: 100%;
  opacity: 1;
  padding-left: 0;
  padding-top: 0;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio {
  height: 100%;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-input {
  display: none;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
  display: block;
  margin-right: 0;
  justify-content: center;
  text-align: center;
  position: relative;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
  border: 1px solid #dfdfdf;
  position: relative;
  top: 20vh;
  height: 35px;
  min-width: 35px;
  border-radius: 25px;
  padding: 6px;
  box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17), inset 0 0.6em 2em -0.3em rgba(255,255,255,0.12), inset 0 0 0 0.2em white;
  transition: all 0.3s;
  text-align: center;
  background-image: url(/img/ccimages/broken-heart@2x.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px 25px;
  color: #dfdfdf;
  cursor: pointer;
  line-height: 22px;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute:hover {
  box-shadow: none;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
  border: 1px solid #dfdfdf;
  position: relative;
  top: 20vh;
  height: 35px;
  min-width: 35px;
  border-radius: 25px;
  padding: 6px;
  box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17), inset 0 0.6em 2em -0.3em rgba(255,255,255,0.12), inset 0 0 0 0.2em white;
  transition: all 0.3s;
  text-align: center;
  background-image: url(/img/ccimages/heart@2x.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px 25px;
  background-color: #60b767;
  border: 1px solid #60b767;
  color: #fff;
  cursor: pointer;
  line-height: 22px;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm:hover {
  box-shadow: none;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-button-refute {
  display: none;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-button-confirm {
  display: none;
}
#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-error {
  position: absolute;
  top: 290px;
  color: #f00;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1281px) {
  #multiConsent_stepStyle .cc-banner-wrapper {
    width: 1200px;
    height: 500px;
    position: relative;
    top: 10vh;
    display: flex;
    flex-direction: row;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
    width: 60%;
    left: 40%;
    background-color: #dfdfdf;
    height: 3px !important;
    overflow: visible !important;
    position: absolute;
    z-index: 2;
    top: 10%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    position: relative;
    top: -11px;
    background-color: #ddd;
    transition: all 0.5s;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-recorded-consent {
    background-color: #60b767;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-active {
    background-color: lightblue;
    transform: scale(1.3);
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
    width: 40%;
    height: 100%;
    display: block;
    border-bottom: 0;
    left: 0;
    top: 0;
    padding: 0;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary img {
    width: 40%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary p {
    line-height: 20px;
    font-size: 16px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
    width: 60%;
    position: relative;
    right: -40%;
    margin-left: 0;
    margin-right: 0;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio {
    height: 100%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
    top: 30%;
    height: 250px;
    padding: 0 60px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
    width: 200px;
    left: 20%;
    display: inline-block;
    top: 155px;
    position: relative;
    left: -70px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
    width: 200px;
    left: 20%;
    display: inline-block;
    top: 155px;
    margin-bottom: 10px;
    position: relative;
    left: 380px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #multiConsent_stepStyle .cc-banner-wrapper {
    width: 980px;
    height: 500px;
    position: relative;
    top: 10vh;
    display: flex;
    flex-direction: row;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
    width: 60%;
    left: 40%;
    background-color: #dfdfdf;
    height: 3px !important;
    overflow: visible !important;
    position: absolute;
    z-index: 2;
    top: 10%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    position: relative;
    top: -11px;
    background-color: #ddd;
    transition: all 0.5s;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-recorded-consent {
    background-color: #60b767;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-active {
    background-color: lightblue;
    transform: scale(1.3);
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
    width: 40%;
    height: 100%;
    display: block;
    border-bottom: 0;
    left: 0;
    top: 0;
    padding: 0;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary img {
    width: 40%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary p {
    line-height: 20px;
    font-size: 17px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
    width: 60%;
    position: relative;
    right: -40%;
    margin-left: 0;
    margin-right: 0;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
    top: 40%;
    height: 170px;
    padding: 0 40px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
    width: 200px;
    left: 20%;
    display: inline-block;
    top: 160px;
    position: relative;
    left: -150px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
    width: 200px;
    left: 20%;
    display: inline-block;
    top: 160px;
    margin-bottom: 10px;
    position: relative;
    left: 320px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-error {
    position: absolute;
    top: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #multiConsent_stepStyle {
    overflow: scroll;
  }
  #multiConsent_stepStyle .cc-banner-wrapper {
    width: 630px;
    height: 600px;
    position: relative;
    top: 10vh;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
    width: 100%;
    left: 0;
    background-color: #dfdfdf;
    height: 3px !important;
    overflow: visible !important;
    position: absolute;
    z-index: 2;
    top: 270px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    position: relative;
    top: -11px;
    background-color: #ddd;
    transition: all 0.5s;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-recorded-consent {
    background-color: #60b767;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-active {
    background-color: lightblue;
    transform: scale(1.3);
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
    height: 270px !important;
    display: block;
    left: 0;
    top: 0 !important;
    padding: 0;
    border-right: 0;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary img {
    width: 20%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
    width: 100%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
    top: 320px;
    height: 170px;
    padding: 0 60px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
    display: block;
    width: 60%;
    top: 45%;
    left: 20%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
    display: block;
    width: 60%;
    top: 45%;
    left: 20%;
    margin-bottom: 10px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-error {
    position: absolute;
    top: 410px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #multiConsent_stepStyle .cc-banner-inner .cc-radio-label {
    height: 200px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #multiConsent_stepStyle .cc-banner-wrapper {
    height: 80%;
    top: 7%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
    width: 100%;
    left: 0;
    background-color: #dfdfdf;
    height: 3px !important;
    overflow: visible !important;
    position: absolute;
    z-index: 2;
    top: 13%;
    justify-content: space-between;
    padding: 0 25px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    position: relative;
    top: -11px;
    background-color: #ddd;
    transition: all 0.5s;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-recorded-consent {
    background-color: #60b767;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-active {
    background-color: lightblue;
    transform: scale(1.3);
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
    display: none;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
    width: 100%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
    top: 25%;
    height: 100px;
    padding: 0 40px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
    top: 25%;
    display: block;
    width: 70vw;
    left: 15vw;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
    top: 25%;
    display: block;
    width: 70vw;
    left: 15vw;
    margin-bottom: 5px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-error {
    top: -5px;
  }
}
@media (max-width: 480px) {
  #multiConsent_stepStyle .cc-banner-wrapper {
    height: 80%;
    top: 7%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
    width: 100%;
    left: 0;
    background-color: #dfdfdf;
    height: 3px !important;
    overflow: visible !important;
    position: absolute;
    z-index: 2;
    top: 20%;
    justify-content: space-between;
    padding: 0 25px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    position: relative;
    top: -11px;
    background-color: #ddd;
    transition: all 0.5s;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-recorded-consent {
    background-color: #60b767;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-active {
    background-color: lightblue;
    transform: scale(1.3);
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
    display: none;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
    width: 100%;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
    top: 30%;
    height: 200px;
    padding: 0 40px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
    top: 25%;
    display: block;
    width: 70vw;
    left: 15vw;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
    top: 25%;
    display: block;
    width: 70vw;
    left: 15vw;
    margin-bottom: 10px;
  }
  #multiConsent_stepStyle .cc-banner-wrapper .cc-radio-error {
    top: 10px;
  }
}
.cc-popup.cc-popup-hide-contents {
  background-color: #1b1b1b;
  background-color: rgba(28,28,28,0.4);
  zoom: 1;
}
.cc-popup .cc-popup-content p a {
  color: #e70e66;
}
.cc-popup-content {
  top: 40%;
  padding: 0 20px 20px;
  color: #1b1b1b;
  background: #fff;
  position: relative;
  top: 0vh;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .cc-popup-content {
    top: 10vh;
  }
}
.cc-popup-content h1,
.cc-popup-content h2,
.cc-popup-content h3,
.cc-popup-content h4 {
  color: #1b1b1b;
}
.cc-popup-content p {
  color: #1b1b1b;
  font-size: 13px;
}
.cc-popup-content ul li {
  list-style-type: circle;
}
.cc-popup-content ul li:before {
  width: 0;
  height: 0;
}
.cc-popup-content .cc-popup-color-secondary,
.cc-popup-content a.cc-popup-color-secondary,
.cc-popup-content a.cc-popup-color-secondary:hover,
.cc-popup-content a.cc-popup-color-secondary:active,
.cc-popup-content a.cc-popup-color-secondary:visited {
  color: #e70e66;
  text-decoration: none;
}
.cc-popup-content a.cc-popup-color-secondary:hover {
  text-decoration: underline;
}
.cc-popup-header h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cc-popup-header h1 .cc-popup-color-danger {
  font-weight: normal;
  color: #1b1b1b;
  font-size: 28px;
}
.cc-popup-header p {
  text-align: left;
}
.cc-popup-segments,
.cc-no-foreword .cc-popup-segments {
  height: 119px;
  padding: 0 10px 0;
  line-height: 17px;
  margin-bottom: 10px;
  color: #1b1b1b;
  background-color: #fff;
  background-color: rgba(255,255,255,0.6);
  zoom: 1;
}
.cc-popup-confirm-buttons button {
  float: left;
  transition: all .5s;
  cursor: pointer;
  -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
  box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
  margin-top: 20px;
  margin-right: 6%;
  width: 47%;
  background-color: #e70e66;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 47px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cc-popup-confirm-buttons button:hover {
  background: #e70e66;
}
.cc-popup-confirm-buttons button:last-of-type {
  margin-right: 0;
  background: #999999;
  color: #dddddd;
}
.cc-popup-confirm-buttons button:last-of-type:hover {
  background: #808080;
}
@media (max-width: 768px) {
  .cc-popup-confirm-buttons button {
    font-size: 12px;
  }
  .cc-popup-confirm-buttons button {
    width: 100%;
  }
}
.cc-popup-banner .cc-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #1b1b1b;
}
.cc-popup-banner .cc-popup-content h1 {
  color: #1b1b1b;
}
.cc-popup-banner .cc-popup-content a {
  color: #e70e66 !important;
}
.cc-popup-align-top .cc-popup-segments {
  height: 80px;
  font-size: 13px;
}
.cc-popup-align-top .cc-popup-confirm-buttons button {
  font-size: 20px;
  padding: 0 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}
