.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
#oct-policy {
    padding: 20px;
    -webkit-transition: bottom .8s ease, opacity .8s ease;
    _transition: bottom .8s ease, opacity .8s ease;
    z-index: 10030;
}
.row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.oct-policy-text {
    font-size: 13px;
    color: #bebebe;
    margin-bottom: 20px;
}
 #oct-policy-btn {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 12px
36px;
    text-align: center;
    border: 1px
solid #fff;
    border-radius: 25px;
    -webkit-transition: all .15s ease .05s;
    transition: all .15s ease .05s;
    background: transparent;
    color: #fff;
    margin-left: 20px;
}
#oct-policy-btn {
    background-color: rgb(65, 105, 91);
    color: #fff;
    border-color: rgb(65, 105, 91); 
}
#oct-policy-not, #oct-policy-prop {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 12px 36px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    -webkit-transition: all .15s ease .05s;
    transition: all .15s ease .05s;
    background: transparent;
    color: #fff;
    margin-left: 20px;
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(242, 242, 242);
    color: rgb(34, 34, 34);
}


    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .d-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.oct-policy-text a {
    color: #18a4e1;
    text-decoration: underline;
}
summary {
    display: list-item;
    cursor: pointer;
}
.cmplz-category-title {
    color: #18a4e1;
}
.cmplz-category-header .cmplz-always-active {
    font-weight: 500;
    color: rgb(0, 128, 0);
}
.cmplz-description { _display: none;
    color: #000; font-size:13px;
}
.cmplz-categories  {
  margin-top: 10px;
}
.cmplz-category-title + span {
    float: right;
}

.cmplz-category { margin-bottom: 10px;     padding: 10px;
        background-color: rgba(239, 239, 239, 0.5);
}
@media (max-width: 768px) {
  .content-block-p24 {
      max-height: calc(100vh - 40px);
      grid-template-rows: minmax(0, 1fr);
      display: grid !important;
      grid-gap: 10px;
  }
  .oct-policy-text {
    width: 100%;
    _grid-column: span 3;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 42vh;
   }
  #oct-policy {
    z-index: 12101;
  }
  #oct-policy-not, #oct-policy-prop,#oct-policy-btn {
    margin-left: 0
  }

}
