/* START fa Bullet List */

.custom-bullet-list2-heading {
	font-size: 1.1em;
    font-weight: 600;
    text-decoration: underline;
}

.custom-bullet-list2 {
  list-style: none;
  padding-left: 1.5em;
}

.custom-bullet-list2 li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.75em;
}

.custom-bullet-list2 li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color: green;
  font-weight: 900;
  position: absolute;
  left: 0;
}

/* END fa Bullet List */

/* START Syndication Block */

.syndication_heading {font-weight: 600; text-align: center; font-size: 1.2em; line-height: 1.5; color: #ffffff; width: 100%; background-color: var(--mp-blue); padding: 10px; display: block; margin-bottom: 10px;}

.syndication_wrapper {width: 100%; height: auto; text-align: center;}

.syndication_row {width: 50%; min-width: 320px; height: 100px; float: left;}
@media only screen and (max-width: 679px) {
 .syndication_row {width: 100%;
  }
}

.syndication_cell {max-width: 50%; min-width: 50%; width: 50%; height: 90px; padding-top: 10px; padding-right: 30px; padding-bottom: 10px; padding-left: 0; background-color: #ffffff; display: inline-block; float: left; position: relative; vertical-align: middle;}

/* END Syndication Block */


#custom-bullet-list1 {background-color: var(--light-background-color1); padding: 10px;}

.icon-bullet-list {
  color: #e50000 !important;
  top: 0 !important;
  line-height: 2 !important;
}

#custom-bullet-list1 ul {-webkit-column-count: 2; -moz-column-count: 2; -ms-column-count: 2; column-count: 2;}

@media only screen and (max-width: 991px) {
 #custom-bullet-list1 ul {-webkit-column-count: 1; -moz-column-count: 1; -ms-column-count: 1; column-count: 1;}
}

#custom-bullet-list1 li {font-size: 16px;}

.button-heading {font-size: 24px; line-height: 1.2; text-align: center; color: #333333; font-weight: 600;}
.solid-button-box-glowing {display: inline-block; margin: 10px 20px;}

.item-wrapper {background-color: var(--light-background-color1); padding: 14px;}

.nbsp-spacer {
    line-height: 0.5em;
}

/* START Custom Banner Notice */
.custom-banner-notice-container  {border-radius: 10px;
  background-color: var(--light-background-color5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px;}
.custom-banner-notice-heading {font-size: 1.2em; font-weight: 600; text-align: center;}
.custom-banner-notice-content {text-align: center;}
.custom-banner-notice-container .fas.fa-bell {color: red;}
  
  /* END Custom Banner Notice */
  
  
/*START EST CSS*/

/* Rental website logo orbit - Drupal version */

.rental-logo-orbit {
  width: 100%;
  max-width: none;
  margin: 2rem 0;
  padding: clamp(1rem, 4vw, 2.5rem) 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.rental-logo-orbit *,
.rental-logo-orbit *::before,
.rental-logo-orbit *::after {
  box-sizing: border-box;
}

.rental-logo-orbit-header {
  text-align: center;
}

.rental-logo-orbit-header h2 {
  margin: 0;
  color: #0b2f55;
  line-height: 1.1;
}

.rental-logo-orbit-header p {
  margin: 0.75rem 0 0;
  color: #1f2933;
  line-height: 1.5;
}

.rental-logo-orbit-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}

.rental-logo-orbit-center {
  position: relative;
  z-index: 2;
  padding: clamp(1.5rem, 5vw, 2rem);
  border-radius: 1.25rem;
  background: var(--mp-blue);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 45, 75, 0.18);
}

.rental-logo-orbit-center h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 5vw, 2rem);
  line-height: 1.15;
}

.rental-logo-orbit-center p {
  margin: 0.65rem 0 0;
  color: #dff7f7;
  font-size: 1rem;
  line-height: 1.45;
}

.logo-node {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.65rem;
  align-items: center;
  margin: 0;
  padding: 1rem;
  border: 1px solid #d9e8ec;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.35rem 1rem rgba(0, 45, 75, 0.08);
  text-align: center;
}

.logo-frame {
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(4.5rem, 18vw, 7rem);
  padding: 0.75rem;
  overflow: hidden;
}

.logo-frame img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  margin: 0 auto;
}

.logo-caption {
  color: #0b2f55;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

/* Small tablets */
@media (min-width: 36rem) {
  .rental-logo-orbit-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-logo-orbit-center {
    grid-column: 1 / -1;
  }
}

/* Large tablets */
@media (min-width: 52rem) {
  .rental-logo-orbit-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* Desktop orbital layout - 12 logo nodes */
@media (min-width: 72rem) {
  .rental-logo-orbit-layout {
    display: block;
    min-height: 58rem;
  }

  .rental-logo-orbit-layout::before {
    content: "";
    position: absolute;
    inset: 5rem 7rem;
    border: 2px dashed rgba(36, 143, 143, 0.35);
    border-radius: 50%;
    z-index: 1;
  }

  .rental-logo-orbit-layout::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 27rem;
    height: 27rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(127, 209, 206, 0.28),
      rgba(127, 209, 206, 0.07) 58%,
      transparent 60%
    );
    z-index: 0;
  }

  .rental-logo-orbit-center {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    align-content: center;
    width: 26rem;
    min-height: 26rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 2rem;
  }

  .logo-node {
    position: absolute;
    width: 14.25rem;
    min-height: 9.5rem;
    padding: 0.8rem;
  }

  .logo-frame {
    height: 5rem;
    padding: 0.45rem;
  }

  /* Top center */
  .logo-node-1 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  /* Upper right */
  .logo-node-2 {
    right: 24%;
    top: 3%;
  }

  .logo-node-3 {
    right: 7%;
    top: 14%;
  }

  /* Right center */
  .logo-node-4 {
    right: 0;
    top: 36%;
  }

  /* Lower right */
  .logo-node-5 {
    right: 5%;
    bottom: 24%;
  }

  .logo-node-6 {
    right: 21%;
    bottom: 6%;
  }

  /* Bottom center */
  .logo-node-7 {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  /* Lower left */
  .logo-node-8 {
    left: 21%;
    bottom: 6%;
  }

  .logo-node-9 {
    left: 5%;
    bottom: 24%;
  }

  /* Left center */
  .logo-node-10 {
    left: 0;
    top: 36%;
  }

  /* Upper left */
  .logo-node-11 {
    left: 7%;
    top: 14%;
  }

  .logo-node-12 {
    left: 24%;
    top: 3%;
  }
}


/*END TEST CSS*/