<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Agency Custom CSS */
&lt;style&gt;

.dark-full-no-pad p, .dark-full-no-pad h2, .dark-full-no-pad h3, .dark-full-no-pad h4 {
color:#fff !important;
}

.dark-full-no-pad {
background-color:#192E60;
margin-left:0 !important;
margin-right:0 !important;
width:100%;
padd}

.dark-full p, .dark-full h2, .dark-full h3, .dark-full h4 {
color:#fff !important;
}

.dark-full {
background-color:#192E60;
margin-left:0 !important;
margin-right:0 !important;
width:100%;
padding:50px 0px;}

.video-container {
  position: relative;
  padding-bottom: calc(var(--aspect-ratio, 0.5625) * 100%);
  height: 0;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-banners {
    background-color: white !important;
}

body.adaptive .sub-banners, body.marketing .sub-banners {
 background-color: white !important;
}

.video-container {display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: auto;}
  
/* The grid: Four equal columns that floats next to each other */
.column {
    
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  display: inline-block;  
  opacity: 0.8;
  cursor: pointer;
  overflow: auto;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.imagecontainer {
  position: relative;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
} 

div.scroll-container {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}


* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next &amp; previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.pictur-grid {
    display: grid;
    grid-template-columns; repeat(auto-fill, minmax(240px, 1fr));
    justify-items: center;
    grid-gap: 5px;
    grid-row-gap: 5px;
}

.grid-box img{
    width: 10%;
    margin: 5px;
}

.responsive-padding-article {
    padding: 0px 400px; /* Default for large screens */
}

/* Medium screens (tablets, etc.) */
@media (max-width: 1200px) {
    .responsive-padding-article {
        padding: 0px 200px; /* Reduce side padding */
    }
}

/* Small screens (large mobile devices) */
@media (max-width: 992px) {
    .responsive-padding-article {
        padding: 0px 100px; /* Even less padding for better fit */
    }
}

/* Extra small screens (mobile phones) */
@media (max-width: 768px) {
    .responsive-padding-article {
        padding: 0px 40px; /* Minimal side padding for readability */
    }
}

/* Tiny screens (very small mobile devices) */
@media (max-width: 480px) {
    .responsive-padding-article {
        padding: 0px 20px; /* Keep content readable without too much space */
    }
}

.pquote {
    float: right;
    width: 300px;
    background: url('/images/articles/quote-left-solid.png') top left no-repeat;
    color: #030;
    font-size: 26px;
    line-height: 0.9;
    font-style: italic;
    padding: 13px;
}

blockquote-article {
    margin: 0;
}

.pquote p:first-letter {
    font-size: 39px;
    font-weight: bold;
}

/* Flexbox for Alignment */
.filter-container {
    display: flex;
    justify-content: center; /* Centers items */
    gap: 15px; /* Space between dropdowns */
    margin-bottom: 20px;
}

/* Dropdown Styling */
.filter-container select {
    padding: 5px 15px;
    font-size: 16px;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: #f8f8f8;
    cursor: pointer;
    appearance: none; /* Removes default arrow styling */
    text-align: center;
    font-weight: bold;
}

/* Hover Effect */
.filter-container select:hover {
    background-color: #e0e0e0;
}
&lt;/style&gt;</pre></body></html>