/*
justify-content:
 - flex-start
 - flex-end
 - center
 - space-between
 - space-around
 - space-evenly
align-items:
 - stretch
 - flex-start
 - flex-end
 - center
 - baseline
 */
/*
start   - aligns items to be flush with the start edge of their cell
end     - aligns items to be flush with the end edge of their cell
center  - aligns items in the center of their cell
stretch - fills the whole height of the cell (this is the default)
 */
.crel-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.creative-addons .crel-loading-spinner {
  border: 3px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  animation: crel_spin 1s linear infinite;
  z-index: 50; }

@keyframes crel_spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.crel-features-list-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden; }
  .crel-features-list-container .crel-features-list-sub-header__text:not(.pen) {
    min-height: 0 !important; }
  .crel-features-list-container .crel-list-item {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .crel-features-list-container .crel-list-item .crel-list-item__icon {
      margin-right: 10px;
      text-align: center; }
    .crel-features-list-container .crel-list-item .crel-list-item__icon--img img {
      display: block; }
    .crel-features-list-container .crel-list-item .crel-list-item__content .crel-list-item__header {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      margin: 0 0 5px 0; }
      .crel-features-list-container .crel-list-item .crel-list-item__content .crel-list-item__header .crel-list-item__header__text {
        margin-right: 10px; }
      .crel-features-list-container .crel-list-item .crel-list-item__content .crel-list-item__header .crel-list-item__header__info {
        cursor: pointer; }
    .crel-features-list-container .crel-list-item .crel-list-item__content .crel-list-item__body {
      display: none;
      width: 100%; }
    .crel-features-list-container .crel-list-item .crel-list-item__learn-more-link {
      cursor: pointer;
      display: inline-block;
      white-space: nowrap; }
  .crel-features-list-container .crel-list-item--info-icon-hide .crel-list-item__header__info {
    display: none; }
  .crel-features-list-container .crel-list-item--info-icon-hide .crel-list-item__body {
    display: block !important; }
  .crel-features-list-container .crel-list-item--active-desc .crel-list-item__body {
    display: block !important; }
  .crel-features-list-container .crel-features-list-header.crel-features-list--align-left {
    text-align: left; }
  .crel-features-list-container .crel-features-list-header.crel-features-list--align-center {
    text-align: center; }
  .crel-features-list-container .crel-features-list-header.crel-features-list--align-right {
    text-align: right; }
  .crel-features-list-container .crel-features-list-header__title {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 1;
    text-align: initial;
    text-decoration: none;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    list-style-type: none;
    list-style-image: none;
    float: none;
    border: 0;
    border: none;
    text-transform: none;
    letter-spacing: 0;
    height: auto; }
  .crel-features-list-container .crel-features-list-body p {
    margin-bottom: 0; }
  .crel-features-list-container .crel-features-list-footer_btn-link a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    text-align: center; }
