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

.presidents-club img {
    max-width: 165px;
}
.border-warning {
  border-color: #e96848 !important;
  border-radius: 2px;
  border-width: medium !important;
  border-style: dotted !important;
}

/* carousel */b

div#heroCarousel {bir
    overflow: hidden;
}
div#heroCarousel .carousel-item {
    height: 610px;
    background-size: cover !important;
    background-position: 50% !important;
}

.headshot &gt; .col {
    background-color: rgba(22, 40, 76, 0.9)!important;
    color: white;
}
.headshot:before {
    content: "";
    background-repeat: no-repeat;
    height: 461px;
    width: 404px;
    display: block;
    position: absolute;
    left: -68px;
    bottom: 110px;
    top: auto;
    right: 0;
    margin: auto;
    z-index: 0;
}

.lh1 {
  line-height: 1;
}
.lh1-2 {
  line-height: 1.2;
}
.figure {
    position: relative;
	width: 100%;
}
.figure-caption {
    position: static;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.02rem;
}
@media (min-width: 768px) {
  .figure-caption {
      position: absolute;
  }
}
@media (min-width: 992px) {
  .figure-caption {    
      font-size: 1.2rem;
  }  
}
.figure-img {
    margin: 0;
}
li {
    margin: 0 0 0.5rem;
}
a.no-underline {
  text-decoration: none;
}
.navbar-brand {
    width: 322px;
    height: 49px;
    display: block;
    padding-top: 0;
}

/* landing page */
.mast_head {
	height: 40px;
}
.header-lp {
	height: 500px;
    background-image: url("../../img/hlc-team-demo.jpg");
    background-repeat: no-repeat;
    color: white;
    background-position: center;
}
.section_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.btn-primary-2 {
	background-color: #16284c;
	border-color: #16284c;
}
.btn-primary-2:hover,
.btn-primary-2:active,
.btn-primary-2:focus {
    background-color: #196eb7 !important;
    border-color: #196eb7 !important;
}
.btn-primary-2.disabled, .btn-primary-2:disabled {
    color: #fff;
    background-color: #16284c;
    border-color: #16284c;
}
.btn-primary-2.focus, .btn-primary-2:focus {
    box-shadow: none;
}
.btn-warning-2 {
    background-color: #D13F00;
    border-color: #D13F00;
}
.btn-warning-2:hover,
.btn-warning-2:active,
.btn-warning-2:focus {
    background-color: #D13F00;
    border-color: #D13F00;
}
/* Consumer Concerns */
.panel{
    display: none;
    padding: 0 18px;
}
.accordion{
    background-color: #101e38;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 18px;
    width: 80%;
    margin: auto;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
}
.accordion:hover{
    background-color: #16284c
}
.rotate{
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
} 
.text-shadow{
    text-shadow: 2px 2px 4px #000000;
}

/* birdeye */
#birdeye .table td, #birdeye .table th {
  vertical-align: middle;
  padding: .2rem;
  border: 0;
  font-size: 80%;
  width: auto;
}
#birdeye tbody .row{
  color: white;
}
#birdeye .table th {
	color: white;
} 
.reviews .btn{
	color: white;
} 
.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;
}
.btn-outline-light {
    color: white;
    border-color: white;
}
.btn-outline-light:hover {
    color: #16284c;
    background-color: white;
    border-color: white;
}
.reviews{
    color: white;
}
.reviews .text-blue{
    color: white!important;
}
.reviews .text-muted{
    color: white!important;
}
.reviews .btn{
   color: white;
}  
.scroll-y-auto {
    overflow-y: auto;
}
#birdeye .table th {
  color: white;
}
#birdeye tbody &gt; tr:last-child {
		   color: white;
		} 


/* 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;
}

.video {
  display: none;
}
</pre></body></html>