<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*navbar pq button*/
  .nav-item .btn-primary {
    background-color: #788618;
    border-color: #FFF;
}
 .nav-item .btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #16284c !important;
    border-color: #ffffff !important;
}

/*primary button*/
 .ShowPQButton .btn-primary {
    background-color: #788618;
    border-color: #FFF;
}
 .ShowPQButton .btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #16284c !important;
    border-color: #ffffff !important;
}

/*wave edit*/
.text-secondary {
    color: #788618 !important;
}

/* headshot */
@media (min-width: 576px) {
 .headshot &gt; .col:before {
		display:none;
        background: rgba(22, 40, 76, 0.9)!important;
        content: "";
        width: 200px;
        height: 100%;
        position: absolute;
        left: -100px;
        top: 0;
  }
  .headshot &gt; .col:after {
    content: "";
    background-repeat: no-repeat;
    height: 461px;
    width: 404px;
    display: block;
    position: absolute;
    left: -131%;
    top: auto;
    bottom: 0;
    right: auto;
 } 
}
@media (min-width: 768px) {
.headshot &gt; .col:after {
        left: -160%;
    }
}
@media (min-width: 992px) {
 .headshot &gt; .col:after {
        left: -160%;
    }
}
@media (min-width: 1200px) {
 .headshot &gt; .col:after {
        left: -135%;
    }
}

/* video carousel */
.btn-group-toggle {
	color: #196eb7;
}
.video {
    text-align: center;
    width: 300px;;
}
.video img {
    max-width: 300px;
    margin: 0 auto 1rem;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 2rem;
}
.owl-theme .owl-nav [class*=owl-] {
  color: var(--secondary-color) !important;
  width: 65px;
  height: 65px;
  background: white !important;
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}
.grid {
    margin-left: auto;
    margin-right: auto;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
}

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