<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------- AUDIENCE MENU ---------------------- */

.rosevilleQL {
  padding: 10px;
}

.rosevilleQL ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width:100%;
}

.rosevilleRow {
  padding: 30px 0;
}

.rosevilleQL &gt; ul &gt; li { 
    display: inline-flex;
    margin: 1%;
    position: relative;
    vertical-align: top;
    width: 18%;
    height: 160px;
}

.rosevilleQL &gt; ul &gt; li div {
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.rosevilleQL &gt; ul &gt; li div span.card__front {
  background: #ffffff;
  /*line-height: 2.3em;*/
  padding-top: 1.2em; }


.rosevilleQL &gt; ul &gt; li span.icon {
    color: #fff;
    vertical-align: middle;
    line-height: 36px;
    font-size: 2em;
}

.rosevilleQL &gt; ul &gt; li div span.QLicon-background {
  display: block;
  position: relative;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 6%;
  border-radius: 100px;
}

.rosevilleQL &gt; ul &gt; li div span.QLicon-background:before,
.rosevilleQL &gt; ul &gt; li div span.QLicon-background_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.rosevilleQL &gt; ul &gt; li div span.QLicon-background &gt; span {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
}

.rosevilleQL &gt; ul &gt; li img {
    display: block;
    vertical-align: middle;
    max-width: 36px;
    max-height: 36px;
    -webkit-filter: brightness(5);
    filter: brightness(5); }


/*--------------- NOT HOMEPAGE ---------------*/


.not-homepage.not-Sdept .rosevilleQL {
  padding: 4px 0 0 0;
}

.not-homepage.not-Sdept .rosevilleQL &gt; ul &gt; li {
    width: 160px;
    padding: 10px;
    margin: 2%;
    height: 120px;
}

.not-homepage.not-Sdept .rosevilleRow {
    padding: 0;
}

.not-homepage.not-Sdept .rosevilleQL &gt; ul &gt; li div span.card__front {
    line-height: 1em;
    /*padding-top: 1.2em;*/
}

.not-homepage.not-Sdept .rosevilleQL &gt; ul &gt; li div span.QLicon-background {
    width: 60px;
    height: 60px;
}

.not-homepage.not-Sdept .rosevilleQL &gt; ul &gt; li span.icon {
    font-size: 1.6em;
}



/* ----------------- END AUDIENCE MENU ------------------ */







/* hover effect */

.card__front,
.card__back {
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.card__front,
.card__back {
-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
}

.card__front {
  z-index: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;

    overflow-y: hidden;
    max-height: 200px; /* approximate max height */
}

.card__back {
  /*background-color: #1e1e1e;
  -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);*/
    color: #fff;
    text-align: left;
    padding: 8%;
    font-size: 85%;
}

.card__back p.ql-title {
  margin-bottom: 5px;
  font-size: 110%;
  display: none;
}

.card__back ul {
  padding-left: 20px; }

.card__back ul li {  
    list-style-type:disc;
}

.card__back a, .card__back a:hover {
  color: #fff !important;
  text-decoration: none;
}

.card__back a:hover, .card__back a:focus {
  opacity: 0.8;
}
 

.card.effect__hover:hover .card__front, .card.effect__hover:focus .card__front, .card.effect__hover.hovered .card__front {
 /* -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);*/

  max-height: 0;
  padding: 0;
}

.card.effect__hover:hover .card__back, .card.effect__hover:focus .card__back, .card.effect__hover.hovered .card__back {
 /* -webkit-transform: rotateX(0);
          transform: rotateX(0);*/
}






/*@media screen and (max-width: 1235px) {

  .not-homepage.not-Sdept .rosevilleQL &gt; ul &gt; li { width: 90%; }

}*/


@media screen and (max-width: 900px) {
  
  .not-homepage.not-Sdept .rosevilleQL &gt; ul &gt; li {
    width: 42%;
    margin: 1%; 
  }

}


@media screen and (max-width: 840px) {

  .rosevilleQL &gt; ul &gt; li { 
    width: 45%;
    margin: 2%;
  }

}


@media screen and (max-width: 480px) {

  .card__back { padding: 5%; }

  .rosevilleQL &gt; ul &gt; li, .not-homepage.not-Sdept .rosevilleQL &gt; ul &gt; li { 
    display: block;
    width: 80%;
    margin: 4% auto;
  }

}
</pre></body></html>