.ccpa-btn {
  display: none;
  color: #3e7ebe;
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 12px;
  margin-bottom: 15px; }
  .ccpa-btn:hover {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .ccpa-btn {
      margin-bottom: 0; } }

.ccpa-dialog {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  color: #666;
  position: fixed;
  font-size: 12px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 -0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 -0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.05), 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  z-index: 501;
  text-align: left !important;
  -webkit-transform: translate3d(0, 105%, 0);
  -moz-transform: translate3d(0, 105%, 0);
  transform: translate3d(0, 105%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1); }
  .ccpa-dialog p {
    font-size: 12px; }
  .ccpa-dialog__row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .ccpa-dialog__left-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .ccpa-dialog__left-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; } }
  .ccpa-dialog__right-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 992px) {
      .ccpa-dialog__right-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; } }
  .ccpa-dialog__headline {
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: initial; }
  .ccpa-dialog__dismiss-btn {
    font-weight: 400;
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .ccpa-dialog__dismiss-btn {
        margin: 0; } }
  .ccpa-dialog.slideInUp {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
