<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** TOP NAVIGATION BAR **/
body,
p {
  font-family: proxima-nova, Helvetica, Arial;
}

a {
  color: #461D7C;
  font-weight: bold;
}

.peak-menu--button a {
  font-weight: 400;
  font-size: 15px;
}

a:focus,
a:hover {
  color: #327375;
  text-decoration: underline;
  font-weight: bold;
}

h1 {
  font-size: 32px;
  font-weight: normal;
  font-family: neue-kabel, Helvetica, Arial;
}

h2 {
  font-size: 22px;
  font-weight: normal;
  font-family: neue-kabel, Helvetica, Arial;
}

h3 {
  font-size: 16px;
  font-weight: lighter;
  font-family: neue-kabel, Helvetica, Arial;
}

h4 {
  font-size: 16px;
  font-weight: lighter;
  font-family: neue-kabel, Helvetica, Arial;
}

h5,
h6 {
  font-size: 12px;
  font-weight: normal;
  font-family: neue-kabel, Helvetica, Arial;
}

.content-block-title {}

.title {
  font-size: 32px;
  font-weight: 400;
}

.btn-client {
  background-color: #327375;
  color: #ffffff;
  font-weight: lighter;
  font-family: neue-kabel, Helvetica, Arial;
}

.btn-client:hover {
  background-color: #461D7C;
  color: #ffffff;
  font-weight: lighter;
  font-family: neue-kabel, Helvetica, Arial;
}

#navbar {
  background-color: #ffffff;
  border-color: #ffffff;
  border-bottom-width: 1px
}

#navbar li,
#navbar li a {
  color: #327375;
}

#navbar li:hover a:hover {
  background-color: #ffffff;
  color: #461D7C;
}

#navbar-menu-right&gt;li&gt;a.navbar-button {
  background-color: #461D7C;
  color: #ffffff;
}

#navbar-menu-right li:hover a:hover {
  background-color: #327375;
  color: #ffffff;
}

#navbar .navdrop {
  color: #327375;
  background-color: #FFF;
}

#navbar .navdrop a:hover {
  color: #461D7C;
  background-color: #ffffff;
}

.title {
  color: #461D7C;
}

#store-top-nav&gt;div&gt;ul&gt;li&gt;h4&gt;a {
  color: #461D7C;
}

#page-footer {
  background-color: #327375;
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  height: 100px;
  padding-top: 25px;
  text-align: left;
}

#footer-text {
  color: #ffffff;
}

#footer-text a {
  color: #ffffff;
}

.modal {
  width: 100%;
  text-align: justify;
}

#footer-trademark {
  margin-top: 5px;
}

#footer-terms,
#footer-trademark {
  font-size: 9px;
}

#home-carousel&gt;ol&gt;li {
  background-color: #327375;
}

#home-carousel&gt;ol&gt;li.active {
  background-color: #461D7C;
  border-color: #461D7C;
}

#profile-nav.page-navigation&gt;ul.nav-tabs {
  background-color: #FFF;
  color: #461D7C;
}

div.gray-bar {
  background: #FFFFFF repeat left top;
  height: 1px;
  margin-top: 4px;
}

.support-header,
.title {
  margin-top: 30px;
}

.nav&gt;li&gt;a {
  color: #461D7C;
  background-color: #f6f6f6;
}

.nav-pills&gt;li.active&gt;a,
.nav-pills&gt;li.active&gt;a:focus,
.nav-pills&gt;li.active&gt;a:hover {
  color: #ffffff;
  background-color: #461D7C;
}

.nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:hover {
  color: #ffffff;
  background-color: #327375;
}

#profile-navigation li&gt;a {
  color: #461D7C;
  background-color: #f6f6f6 !important;
}

#profile-navigation li.active&gt;a,
#profile-navigation&gt;li.active&gt;a:focus,
#profile-navigation&gt;li.active&gt;a:hover {
  color: #ffffff;
  background-color: #461D7C !important;
}

#profile-navigation li&gt;a:focus,
#profile-navigation li&gt;a:hover {
  color: #ffffff;
  background-color: #327375 !important;
}

.hidden-in-pwa {
  background-color: #444d5c;
}

.footer {
  background-color: #3a404b;
  color: #ffffff;
  border-top: 0 !important;
}

.pre-post-header-footer a, .pre-post-header-footer p {
  color: #ffffff;
}
.pre-post-header-footer a{padding:0 10px;}
.pre-post-header-footer a:hover {
  opacity: .5;
}

.image-header {
  height: 500px;
  width: 100%;
  position: relative;
}

.image-header img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  margin-top: -10px;
}

.image-header .caption {
  height: 100%;
  width: 45%;
  z-index: 1;
  position: relative;
  text-align: left;
  color: #ffffff;
  padding: 80px 40px;
}

.image-header .caption p {
  color: #ffffff;
}

.video-content {
  height: 600px;
  width: 100%;
  position: relative;
}

.videobg video {
  z-index: 0 !important;
}

.videobg .overlay {
  height: 100%;
  z-index: 1;
  text-align: left;
  color: #ffffff;
  padding: 40px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 20%, rgba(0, 0, 0, 1) 90%);
}

.video-content .user-html {
  padding: 40px;
  width: 100%;
  max-width: 45%;
  margin-top: 10%;
}

.video-content h1,
.image-header .caption h1 {
  color: #ffffff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bolder;
}

.video-content p {
  color: #ffffff;
}

.image-header a,
.video-content a {
  background-color: #ffffff;
  padding: 15px 22px;
  border-radius: 3px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}

.scrollTiles .wrapper {
  padding: 15px 10px;
  display: grid;
  grid-gap: 10px 0;
  align-content: start;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  scrollbar-width: 50%;
  margin: 40px 0;
  background-color: #000000;
}

.scrollTiles .wrapper&gt;* {
  grid-column: 20 / -1;
}

.scrollTiles .wrapper&gt;.full {
  grid-column: 1 / -1;
}

.scrollTiles .hs {
  display: grid;
  grid-gap: calc(20px / 4);
  grid-template-rows: minmax(130px, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: calc(30% - 10px * 2);
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * 20px);
  margin-bottom: calc(-.25 * 20px);
}

.scrollTiles ul {
  list-style: none;
  padding: 0;
}

.scrollTiles h2 {
  font-weight: bold;
  padding-left: 10px;
  color: #ffffff;
  font-size: 32px;
}

.scrollTiles h2 a {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 20px;
}

.scrollTiles .item h2 {
  margin: 0;
  color: #FFFFFF;
  padding: 0;
  font-size: 22px;
  font-weight: normal;
}

.scrollTiles h1 {
  margin: 0;
  color: #FFFFFF;
  padding: 0 20px;
  font-size: 32px;
}

.scrollTiles .item {
  padding: calc(10px / 2 * 1.25);
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  background: #000000;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
}

.scrollTiles .item p {
  text-transform: uppercase;
  font-weight: normal;
}

.scrollTiles .item p img {
  border-radius: 15px;
}

.scrollTiles .item a {
  color: #ffffff;
  font-weight: 600;
}

.scrollTiles .no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.scrollTiles .no-scrollbar::-webkit-scrollbar {
  display: none;
}

.scrollTiles:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 50%, rgba(0, 0, 0, 1) 100%);
  margin-left: -50px;
}

.scrollTiles .hs::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scrollTiles .hs::-webkit-scrollbar:horizontal {
  height: 11px;
}

.scrollTiles .hs::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: none;
  background-color: rgba(255, 255, 255, .5);
  width: 50%;
}

.leftNav,
.rightNav {
  padding: 40px 0;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}

.leftNav:hover,
.rightNav:hover {
  font-weight: 400;
  color: #ffffff;
}

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

  .scrollTiles .hs,
  .scrollTiles .wrapper&gt;.full {
    display: inline-table !important;
  }

  .scrollTiles .item {
    margin-bottom: 40px;
  }

  .videobg {
    max-height: 450px;
    position: initial !important;
  }

  .video-content h1,
  .image-header .caption h1 {
    font-size: 38px;
  }

  .video-content .user-html,
  .image-header .caption {
    max-width: 100% !important;
    padding: 20px !important;
    width: 100% !important;
  }

  .image-header .caption {
    padding: 40px;
  }

  .image-header {
    height: 300px !important;
  }

  .image-header img {
    display: none !important;
  }

  .videobg .overlay {
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 20%, rgba(0, 0, 0, 1) 90%);
  }
}</pre></body></html>