<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-sidebar h3 {
    font-size: 1.5em;
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px;
    color: #00629D;
}

.align-left {
    float: left;
    clear: left;
    margin: 0 20px 20px 0;
}

.align-right {
    float: right;
    clear: right;
    margin: 0 0 20px 20px;
}

@media only screen and (max-width: 768px) {
    .sidebar-right {
        width: 100%;
        padding: 15px;
        margin: 5px 0 15px;
    }
}

@media only screen and (min-width: 768px) {
    .sidebar-right {
        width: 50%;
        float: right;
        padding: 20px;
        margin: 5px 0 15px 15px;
    }

    #net-assets-article-content .sidebar-center, #net-assets-news-content .sidebar-center {
	padding: 30px;
    }
}

/* Styling for responsive full-width iframe content container */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin: 1rem 0;
}

/* Styling for the iframe to fit in the container with full height and width */
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}</pre></body></html>