<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;
}
#links .icon {
  font-size: 1.5rem;
}
/* carousel */

div#heroCarousel {
    overflow: hidden;
}
div#heroCarousel .carousel-item {
    height: 610px;
    background-size: contain !important;
    background-position: 50% !important;
	background-repeat: no-repeat !important;
	    background-color: #16284c !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: 260px;
}
@media (min-width: 1200px) {
  .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;
}
.testi-carousel .owl-nav.disabled + .owl-dots {
    margin: 0;
    top: -50%;
}
.testi-carousel .single-testimonial .img-box {
  display:none;
}

.testi-carousel .single-testimonial .top-box {
    display: flex;
}
.testi-carousel .single-testimonial {
  padding-left: 2rem;
  padding-right: 2rem;
}
.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;
}

/* forms */
#form { padding-bottom: 3rem; }
#form td {background-color: transparent; }
.field-group {margin-bottom: 1rem;background: none;}
.field-group label {font-weight: bold;}
.check-group { margin-bottom: 2rem; }
.field-group label {display: inline-block;margin-bottom: 0.5rem;background: none;}
.field-group input {display: block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.q-title {
    font-size: 1.25rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    height: auto;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .field-group {
    margin: 0;
    margin-left: 0.5rem;
}

.form-check-inline .field-group input {
    height: auto;
    line-height: 1;
    padding: .275rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    margin: .3rem 0 0 -1.25rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.form-check-label {
    margin-bottom: 0;
    line-height: 24px;
}
legend {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
legendsub {
  margin-bottom: 0.5rem;
}
alertmsg {
  color:#fc0202;
  margin-bottom: 0.5rem;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.form-text {
    display: block;
    margin-top: .25rem;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}
</pre></body></html>