.no-js .cc-outer {
  display: none;
}
.js body.cc-open {
  overflow-y: hidden;
}
/*
.js body.cc-open .cc-outer {
  display: block;
}
*/
.js .cc-outer {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  overflow-y: scroll;
}
.js .cc-outer .cc-inner {
  overflow: auto;
  width: 90%;
  box-sizing: border-box;
  max-width: 768px;
  min-width: 300px;
  margin: 40px auto;
  padding: 36px 40px 31px 40px;
  background: #FFF;
  border-radius: 5px;
}
.js .cc-outer .cc-inner h1,
.js .cc-outer .cc-inner h2,
.js .cc-outer .cc-inner h3,
.js .cc-outer .cc-inner h4,
.js .cc-outer .cc-inner h5,
.js .cc-outer .cc-inner h6 {
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #000;
}
.js .cc-outer .cc-inner a:link,
.js .cc-outer .cc-inner a:visited {
  color: #000;
  text-decoration: underline;
}
.js .cc-outer .cc-inner p {
  color: #555;
  font-size: 0.9rem;
  margin: 0 0 20px 0;
  line-height: 22px;
  font-weight: 100;
}
.js .cc-outer .cc-inner p:last-child {
  margin-bottom: 0;
}
.js .cc-outer .cc-inner h2 {
  font-size: 1.3rem;
  margin: 0 0 18px 0;
}
.js .cc-outer .cc-inner h3 {
  font-size: 1.3rem;
  margin: 0 0 15px 0;
}
.js .cc-outer .cc-inner .cc-intro {
  display: none;
}
.js .cc-outer .cc-inner .cc-intro.active {
  display: block;
}
.js .cc-outer .cc-inner .cc-manage {
  display: none;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.js .cc-outer .cc-inner .cc-manage.open {
  display: block;
}
.js .cc-outer .cc-inner .cc-manage .setting-item {
  margin-top: 25px;
}
.js .cc-outer .cc-inner .cc-buttons {
  position: relative;
  margin-top: 25px;
}
.js .cc-outer .cc-inner .cc-buttons span {
  display: block;
}
.js .cc-outer .cc-inner .cc-buttons span a {
  display: inline-block;
  border-radius: 3px;
  padding: 10px 15px;
  letter-spacing: 0.75px;
  font-size: 0.9rem;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  text-shadow: none;
}
.js .cc-outer .cc-inner .cc-buttons span .cc-submit {
  background: #7fa81c;
  color: #FFF;
}
.js .cc-outer .cc-inner .cc-buttons span .cc-submit,
.js .cc-outer .cc-inner .cc-buttons span .cc-show-settings {
  margin: 0 5px 9px 0;
}
.js .cc-outer .cc-inner .cc-buttons span .cc-show-settings {
  background: #EEE;
}
.js .cc-outer .cc-inner .cc-buttons span .cc-decline,
.js .cc-outer .cc-inner .cc-buttons span .cc-cancel {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  margin: 0 0 9px 0;
  padding: 9px 14px;
  border: 1px solid #EEE;
}
.js .cc-outer .cc-inner .switch-field {
  margin-bottom: 15px;
}
.js .cc-outer .cc-inner .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.js .cc-outer .cc-inner .switch-field input:checked + label {
  color: #FFF;
}
.js .cc-outer .cc-inner .switch-field input:checked + label:first-of-type {
  background-color: #7fa81c;
}
.js .cc-outer .cc-inner .switch-field input:checked + label:last-of-type {
  background-color: #990000;
}
.js .cc-outer .cc-inner .switch-field label {
  display: inline-block;
  width: 60px;
  background-color: #EEE;
  color: #000;
  font-size: 0.9rem;
  text-align: center;
  padding: 7px 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin: 0;
}
.js .cc-outer .cc-inner .switch-field label:hover {
  cursor: pointer;
}
.js .cc-outer .cc-inner .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.js .cc-outer .cc-inner .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.js .cc-outer .cc-inner .switch-field.disabled label {
  cursor: default;
}
.js .cc-outer .cc-inner .switch-field.disabled label:first-of-type {
  background: #CCC;
}
.js .cc-outer .cc-inner .switch-field.disabled label:last-of-type {
  color: #999;
}
.no-touch .cc-outer .cc-inner a:hover:not(.cc-submit) {
  color: #e98a0f;
  text-decoration: none;
}
.no-touch .cc-outer .cc-inner .cc-buttons span .cc-submit:hover {
  background: #638317;
}
.no-touch .cc-outer .cc-inner .cc-buttons span .cc-show-settings:hover {
  color: #e98a0f;
}
.no-touch .cc-outer .cc-inner .cc-buttons span .cc-decline:hover,
.no-touch .cc-outer .cc-inner .cc-buttons span .cc-cancel:hover {
  color: #990000;
}
@media only screen and (min-width: 500px) {
  .js .cc-outer .cc-inner .cc-buttons span {
    display: inline-block;
  }
}
