<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
 #main, .section {
      overflow: unset !important;
    }
/* Links */
a.dropdown-item.video-dropdown{
	display: none !important;
}
#links-top a {
    text-decoration: none;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}
#links-top a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
#links-top .icon {
    font-size: 2rem;
    padding: 0.2em 0.325em;
    transition: padding 0.5s ease;
}
#links-top a &gt; * {
    position: relative;
}
@media (min-width: 768px) {
    #links-top a {
        -webkit-background-size: 100%;
        background-size: 100%;
        height: 0;
        color: #16284c;
        padding-bottom: 8.81% !important;
        padding-top: 23% !important;
    }
    #links-top a:before {
        background: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #links-top .icon {
        font-size: 1rem;
        padding: 0.5em 0.625em;
    }
}
#links-top a:hover .icon {
    background: #ff6d2c!important;
    padding-left: 1em;
    padding-right: 1em;
}
.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  right: 0;
}
.border-warning {
  border-color: #e96848 !important;
  border-radius: 2px;
  border-width: medium !important;
  border-style: dotted !important;
}</pre></body></html>