<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-brand {
    width: 230px;
    height: 51px;
}
.presidents-club {
    width: 140px;
    border-radius: 70px;
    height: 140px;
}

.presidents-club img {
    max-width: 165px;
}
.tplogo {
  height: 115px;
  background-image: url("../../img/PresClub-template5.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .tplogo_white {
    height: 115px;
  background-image: url("../../img/PresClubWhite-template5.png");
  background-repeat: no-repeat;
  background-position: center;
  }
}
@media (min-width: 992px) {
   .tplogo_white {
  height: 115px;
  background-image: url("../../img/PresClubWhite-template5.png");
  background-repeat: no-repeat;
  background-position: center;
  }
}
@media (min-width: 1200px) {
   .tplogo_white {
  height: 115px;
  background-image: url("../../img/PresClubWhite-template5.png");
  background-repeat: no-repeat;
  background-position: center;
  }
}
.play-button svg {
    bottom: 9vw;
    left: 6vw;
    font-size: 16vw;
}
@media (min-width: 576px) {
    .play-button svg {
        font-size: 6em;
        bottom: 2.5rem;
        left: 2rem;
    }
}
@media (min-width: 768px) {
    .play-button svg {
        font-size: 2rem;
        bottom: 1.5rem;
        left: .5rem;
    }
}
@media (min-width: 992px) {
    .play-button svg {
        font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .play-button svg {
    font-size: 3.5rem;
    }
}
.border-warning {
  border-color: #ff6d2c !important;
  border-radius: 2px;
  border-width: medium !important;
  border-style: dotted !important;
}
.better_border_intro {border: 2px solid #ff6d2c; padding: 10px; display: inline-block;font-size: 25px; line-height: 20px;}
 @media only screen and (max-width: 767px) {
      .better_border_intro {border: 2px solid #ff6d2c; padding: 10px; display: inline-block;font-size: 20px; line-height: 20px;} }

 @media only screen and (max-width: 504px) {
      .better_border_intro {border: 2px solid #ff6d2c; padding: 10px; display: inline-block;font-size: 14px; line-height: 10px;} }

/* birdeye */
#birdeye .table td, #birdeye .table th {
  vertical-align: middle;
  padding: .2rem;
  border: 0;
  font-size: 80%;
  width: auto;
}
.reviews-container {
  max-height: 520px;
  padding-right: 3rem;
}
.reviews-container .badge {
    font-size: 11px;
}
a.loading svg {
  display: inline-block !important;
}
.review-comments {
    display: inline;
}
.scroll-y-auto {
    overflow-y: auto;
}
.scroll-y-auto::-webkit-scrollbar {
    width: 10px;
}
.scroll-y-auto::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.scroll-y-auto::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid slategrey;
}

.text-gray {
    color: #ccc !important;
}

/*loanfly*/
.bg-loanfly {
    background-color: #16284c;
    background-image: url(../../img/loanfly.jpg)!important;
    background-size: cover;
}
.loanfly {display: none!important;}
.loan-options {display: none!important;}

/* loading */
.loading {
  width: 80px;
  max-width: 100%;
  position: absolute;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.loading path {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@keyframes draw {
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading path {
  fill: transparent;
  stroke-width: 0.4;
  stroke: #16284c;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  animation: draw 1.5s forwards infinite;
}
.guides {
  display: none;
}</pre></body></html>