<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-wrapper.only-content .dp-entry:last-child,
.dp-wrapper.only-content .dp-entry:only-of-type {
margin-bottom: 0;
}
.dp-wrapper .dp-title a {
color: currentColor;
}
.dp-wrapper .dp-title a:focus,
.dp-wrapper .dp-title a:hover {
color: #757575;
}
.dp-entry {
width: 100%;
margin-bottom: 40px;
}
.dp-list .dp-entry {
margin-bottom: 20px;
padding-bottom: 20px;
}
.dp-list .dp-entry:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
.dp-entry:after {
display: table;
clear: both;
content: "";
}
.dp-grid .dp-entry:last-of-type {
margin-bottom: 0;
}
.dp-main-content {
position: relative;
}
.dp-list .dp-main-content {
overflow: hidden;
}
.dp-main-content .video-container {
position: relative;
}
.dp-main-content .video-container:after {
display: block;
width: auto;
padding-top: 56.25%;
content: "";
}
.dp-main-content .video-container iframe,
.dp-main-content .video-container object,
.dp-main-content .video-container embed,
.dp-main-content .video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
}
.dp-featured-content {
position: relative;
overflow: hidden;
margin-bottom: 20px;
border-radius: 3px;
background: linear-gradient(45deg, #0052a4 0%, #06c 25%, #66c7d6 100%);
}
.grid-th .dp-featured-content,
.grid-c .dp-featured-content {
margin-bottom: 1.75rem;
}
.dp-featured-content:after {
display: block;
width: 100%;
content: "";
}
.dp-list .dp-featured-content:after {
padding-top: 100%;
}
.dp-grid .dp-featured-content:after {
padding-top: 56.25%;
}
.dp-featured-content .dp-thumbnail {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
}
.dp-featured-content .dp-thumbnail img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.dp-featured-content a.post-permalink {
position: absolute;
z-index: 9;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background-color: rgba(0, 0, 0, 0.2);
}
.dp-featured-content a.post-permalink:hover,
.dp-featured-content a.post-permalink:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.dp-featured-content a.post-permalink:focus {
outline-style: solid;
outline-offset: 1px;
}
.dp-featured-content .quick-action {
font-size: 0.851rem;
line-height: 2.0564;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
letter-spacing: 0.08em;
text-transform: uppercase;
color: #fff;
}
.dp-featured-content .quick-action .icon {
font-size: 32px;
display: block;
margin: 0 auto;
}
.dp-list .dp-featured-content .quick-action .icon {
font-size: 20px;
}
.grid-th .dp-featured-content .quick-action .icon,
.grid-c .dp-featured-content .quick-action .icon {
font-size: 45px;
}
.dp-featured-content .quick-action .action-text {
display: none;
}
.list-l-tm .dp-featured-content {
float: left;
width: 60px;
height: auto;
margin: 0 10px 0 0;
}
.list-l-tm .dp-featured-content:after {
padding-top: 100%;
}
.list-r-tm .dp-featured-content {
float: right;
width: 60px;
height: auto;
margin: 0 0 0 10px;
}
.list-r-tm .dp-featured-content:after {
padding-top: 100%;
}
.grid-th .dp-featured-content {
margin-bottom: 0;
}
.dp-title {
font-size: 1.205rem;
line-height: 1.45228;
margin-bottom: 0.6125rem;
}
.dp-list .dp-title {
font-size: 1em;
font-weight: 700;
margin-bottom: 0;
}
.grid-t .dp-title {
margin-bottom: 0;
}
.dp-meta {
font-size: 0.8rem;
line-height: 2.1875;
letter-spacing: 0.5px;
color: #757575;
}
.dp-meta &gt; span:before {
margin: 0 5px;
content: "\00b7";
}
.dp-meta &gt; span:first-child:before,
.dp-meta .modified-entry-date {
display: none;
}
.dp-author {
text-transform: capitalize;
}
.dp-content &gt; *:last-child {
margin-bottom: 0;
}
.dp-content .alignwide,
.dp-content .alignfull {
max-width: 100%;
margin-right: 0;
margin-left: 0;
}
.widget .grid-c ul:not(.wp-block-gallery),
.widget .only-content ul:not(.wp-block-gallery) {
margin: 0 0 1.75rem;
padding: 0 0 0 1.75em;
list-style: disc outside none;
}
.widget .grid-c ul:not(.wp-block-gallery) ul,
.widget .only-content ul:not(.wp-block-gallery) ul {
margin: 0.875rem 0;
}
.widget .grid-c ul:not(.wp-block-gallery) li,
.widget .grid-c ul:not(.wp-block-gallery) li li,
.widget .grid-c ul:not(.wp-block-gallery) li li:first-child,
.widget .only-content ul:not(.wp-block-gallery) li,
.widget .only-content ul:not(.wp-block-gallery) li li,
.widget .only-content ul:not(.wp-block-gallery) li li:first-child {
margin-top: 0;
padding-top: 0;
border-top: none;
}
@media only screen and (min-width: 641px) {
.dp-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: -20px -10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.dp-grid .dp-entry {
margin-bottom: 0;
padding: 20px 10px;
border-bottom-width: 0;
}
.dp-grid-2 .dp-entry,
.dp-grid-3 .dp-entry,
.dp-grid-4 .dp-entry {
width: 50%;
}
}
@media only screen and (min-width: 768px) {
.dp-grid {
margin: -20px;
}
.dp-grid .dp-entry {
padding: 20px;
}
}
@media only screen and (min-width: 1025px) {
.dp-grid-3 .dp-entry {
width: 33.33%;
}
.dp-grid-4 .dp-entry {
width: 25%;
}
}
@media only screen and (min-width: 1200px) {
.dp-featured-content .quick-action .icon {
font-size: 42px;
}
}
@media only screen and (min-width: 1366px) {
.dp-grid {
margin: -30px;
}
.dp-grid .dp-entry {
padding: 30px;
}
}.entry-featured-media {
position: fixed;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
overflow: hidden;
overflow-y: scroll;
width: 100%;
height: 100%;
padding: 40px 5%;
background-color: rgba(255, 255, 255, 0.95);
}
.entry-featured-media.mm-video {
padding: 0 5%;
}
.entry-featured-media.makeitvisible {
z-index: 999;
visibility: visible;
}
.entry-featured-media .mm-video-wrapper {
position: relative;
top: 50%;
-webkit-transform: perspective(1px) translateY(-50%);
transform: perspective(1px) translateY(-50%);
}
.entry-featured-media .close-media {
font-size: 24px;
width: 40px;
height: 40px;
padding: 0;
color: #fff;
border: 3px solid #f0f0f0;
border-radius: 100%;
background-color: #363636;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.entry-featured-media .close-media:hover,
.entry-featured-media .close-media:focus {
color: #363636;
outline: none;
background-color: #fff;
}
.grid-th .entry-featured-media .media-post-title,
.grid-c .entry-featured-media .media-post-title {
display: none;
}
.entry-featured-media-extra {
margin-bottom: 7%;
}
.entry-featured-media-extra .close-media {
float: right;
}
.rtl .entry-featured-media-extra .close-media {
float: left;
}
.entry-featured-media-extra:after {
display: table;
clear: both;
content: "";
}
.index-view .entry-gallery {
clear: both;
width: 100%;
max-width: 860px;
height: auto;
margin: 0 auto 5%;
-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
transition: opacity 0.5s ease, transform 0.5s ease;
transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-transform: scale(0.75);
transform: scale(0.75);
opacity: 0;
color: #fff;
}
.index-view .makeitvisible .entry-gallery {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.single .entry-main-content .entry-audio {
margin-bottom: 1.75rem;
}
.single .entry-thumbnail + .entry-audio {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin-bottom: 0;
}
.index-view .entry-audio {
background-color: #fafafa;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
}
.index-view .entry-audio:after {
display: block;
padding-top: 56.25%;
content: "";
}
.index-view .entry-audio .mm-audio-wrapper {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.index-view .entry-audio .mm-audio-wrapper &gt; audio {
display: block;
width: 100%;
}
.entry-audio &gt; audio {
display: block;
width: 100%;
}
.entry-playlist .wp-playlist-item {
padding: 5px 3px;
}
.single .entry-playlist {
margin-bottom: 1.75rem;
}
.index-view .entry-audio,
.index-view .entry-iaudio,
.index-view .entry-playlist {
clear: both;
width: 100%;
max-width: 640px;
height: auto;
margin: 0 auto;
-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
transition: opacity 0.5s ease, transform 0.5s ease;
transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-transform: scale(0.75);
transform: scale(0.75);
opacity: 0;
color: #fff;
}
.index-view .makeitvisible .entry-audio,
.index-view .makeitvisible .entry-iaudio,
.index-view .makeitvisible .entry-playlist {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.entry-video {
position: relative;
}
.entry-video:after {
display: block;
width: auto;
padding-top: 56.25%;
content: "";
}
.entry-video iframe,
.entry-video object,
.entry-video embed,
.entry-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
}
.index-view .entry-video {
top: -20px;
clear: both;
width: 100%;
max-width: 1024px;
height: auto;
margin: 0 auto;
margin-bottom: 20px;
-webkit-transition: opacity 1s ease, top 0.5s ease, -webkit-transform 1s ease, -webkit-transform 0.5s ease;
transition: opacity 1s ease, top 0.5s ease, -webkit-transform 1s ease, -webkit-transform 0.5s ease;
transition: opacity 1s ease, transform 1s ease, top 0.5s ease, transform 0.5s ease;
transition: opacity 1s ease, transform 1s ease, top 0.5s ease, transform 0.5s ease, -webkit-transform 1s ease, -webkit-transform 0.5s ease;
opacity: 0;
color: #fff;
background-color: #fafafa;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
}
.index-view .makeitvisible .entry-video {
top: 0;
opacity: 1;
}
.single-format-video .entry-video {
margin-bottom: 40px;
}
.entry-video .close-media {
position: absolute;
top: -15px;
right: -15px;
}
.entry-video + .media-post-title {
width: 100%;
max-width: 1024px;
height: auto;
margin: 0 auto;
margin-bottom: 60px;
}
.entry-video:before,
.entry-iaudio:before {
position: absolute;
top: calc( 50% - 40px);
left: calc( 50% - 40px);
display: block;
width: 80px;
height: 80px;
content: "";
-webkit-animation: spin 1s linear 0s 10;
animation: spin 1s linear 0s 10;
border: 4px solid #e6e6e6;
border-top: 4px solid #363636;
border-radius: 50%;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.entry-iaudio {
position: relative;
}
.entry-iaudio iframe {
position: relative;
width: 100%;
}
.entry-iaudio &gt; audio {
display: block;
width: 100%;
}
.format-video .entry-header-title-area {
padding-bottom: 0;
border-bottom-width: 0;
}
.widget .media-post-title a,
.widgetlayer .widget .media-post-title a {
color: #0050c7;
}
.widget .media-post-title a:hover,
.widget .media-post-title a:focus,
.widgetlayer .widget .media-post-title a:hover,
.widgetlayer .widget .media-post-title a:focus {
color: #06f;
}
@media only screen and (min-width: 320px) and (max-width: 823px) and (orientation: landscape) {
.index-view .entry-video {
width: 160vh;
max-width: 90vw;
height: 90vh;
}
.entry-video:after {
padding-top: 0;
}
.entry-video + .media-post-title {
display: none;
}
}
@media only screen and (min-width: 641px) {
.admin-bar .entry-featured-media {
margin-top: 32px;
}
}
@media only screen and (min-width: 1025px) {
.entry-featured-media-extra {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
}
.entry-featured-media-extra .close-media {
float: none;
margin-left: auto;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.rtl .entry-featured-media-extra .close-media {
margin-right: auto;
margin-left: inherit;
}
.grid-th .entry-featured-media-extra .close-media,
.grid-c .entry-featured-media-extra .close-media {
margin-bottom: 30px;
}
}
@media only screen and (min-width: 1366px) {
.entry-featured-media-extra {
margin-bottom: 60px;
}
}.alignwide img {
display: block;
width: 100%;
}
.alignfull {
width: calc( 100% + 40px);
max-width: none;
margin-right: -20px;
margin-left: -20px;
}
.alignfull img {
display: block;
width: 100%;
}
.wp-block-image .alignleft {
float: none;
margin: 0 auto;
}
.wp-block-image .alignleft img {
max-width: 100%;
}
.alignleft.wp-block-pullquote {
float: none;
width: 100%;
max-width: none;
margin: 0 0 1.75rem;
}
.wp-block-image .alignright {
float: none;
margin: 0;
}
.wp-block-image .alignright img {
max-width: 100%;
}
.alignright.wp-block-pullquote {
float: none;
margin: 0 0 1.75rem;
}
.wp-block-gallery,
.wp-block-image,
.wp-block-embed {
margin-bottom: 1.75rem;
}
.wp-block-cover {
margin-bottom: 1.75rem;
}
.wp-block-audio {
margin-bottom: 1.75rem;
}
.wp-block-audio audio {
display: block;
width: 100%;
}
.wp-block-audio:empty {
display: none;
}
.wp-block-quote &gt; p {
margin-bottom: 0.875rem;
}
ul.wp-block-gallery,
ul.blocks-gallery-grid {
display: block;
width: calc( 100% + 4px);
margin-left: -2px;
}
ul.wp-block-gallery li.blocks-gallery-image,
ul.wp-block-gallery li.blocks-gallery-image:first-child,
ul.wp-block-gallery li.blocks-gallery-item,
ul.wp-block-gallery li.blocks-gallery-item:first-child,
ul.blocks-gallery-grid li.blocks-gallery-image,
ul.blocks-gallery-grid li.blocks-gallery-image:first-child,
ul.blocks-gallery-grid li.blocks-gallery-item,
ul.blocks-gallery-grid li.blocks-gallery-item:first-child {
float: left;
margin: 0;
padding: 2px;
border-top-width: 0;
}
ul.wp-block-gallery li.blocks-gallery-image,
ul.wp-block-gallery li.blocks-gallery-item,
ul.blocks-gallery-grid li.blocks-gallery-image,
ul.blocks-gallery-grid li.blocks-gallery-item {
width: 50%;
}
ul.wp-block-gallery.columns-1 .blocks-gallery-image,
ul.wp-block-gallery.columns-1 .blocks-gallery-item,
ul.blocks-gallery-grid.columns-1 .blocks-gallery-image,
ul.blocks-gallery-grid.columns-1 .blocks-gallery-item {
width: 100%;
}
.widget ul.wp-block-gallery,
.widget
ul.blocks-gallery-grid {
margin-bottom: 1.75rem;
}
ul.wp-block-gallery li.blocks-gallery-item figure,
ul.wp-block-gallery li.blocks-gallery-image figure,
ul.blocks-gallery-grid li.blocks-gallery-item figure,
ul.blocks-gallery-grid li.blocks-gallery-image figure {
position: relative;
}
ul.wp-block-gallery li.blocks-gallery-item figure a,
ul.wp-block-gallery li.blocks-gallery-item figure img,
ul.wp-block-gallery li.blocks-gallery-image figure a,
ul.wp-block-gallery li.blocks-gallery-image figure img,
ul.blocks-gallery-grid li.blocks-gallery-item figure a,
ul.blocks-gallery-grid li.blocks-gallery-item figure img,
ul.blocks-gallery-grid li.blocks-gallery-image figure a,
ul.blocks-gallery-grid li.blocks-gallery-image figure img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
ul.wp-block-gallery li.blocks-gallery-item figure img,
ul.wp-block-gallery li.blocks-gallery-image figure img,
ul.blocks-gallery-grid li.blocks-gallery-item figure img,
ul.blocks-gallery-grid li.blocks-gallery-image figure img {
-o-object-fit: cover;
object-fit: cover;
}
ul.wp-block-gallery li.blocks-gallery-item figure:after,
ul.wp-block-gallery li.blocks-gallery-image figure:after,
ul.blocks-gallery-grid li.blocks-gallery-item figure:after,
ul.blocks-gallery-grid li.blocks-gallery-image figure:after {
display: block;
width: 100%;
padding-top: 66.666%;
content: "";
}
ul.wp-block-gallery:after,
ul.blocks-gallery-grid:after {
display: table;
clear: both;
content: "";
}
.wp-block-gallery:not(.is-cropped) li.blocks-gallery-item a,
.wp-block-gallery:not(.is-cropped) li.blocks-gallery-item img {
position: static;
}
.wp-block-gallery:not(.is-cropped) li.blocks-gallery-item figure:after {
display: none;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
display: table;
width: 100%;
}
.wp-block-gallery .blocks-gallery-item figure {
position: relative;
}
@media only screen and (min-width: 768px) {
.alignfull {
width: calc( 100% + 80px);
margin-right: -40px;
margin-left: -40px;
}
.wp-block-image .alignleft {
float: left;
margin: 0.4375rem 1.75rem 0.875rem 0;
}
.alignleft.wp-block-pullquote {
float: left;
width: calc( 50% - 1.75rem);
margin: 0.4375rem 1.75rem 0.875rem 0;
}
.wp-block-image .alignright {
float: right;
margin: 0.4375rem 0 0.875rem 1.75rem;
}
.alignright.wp-block-pullquote {
float: right;
width: calc( 50% - 1.75rem);
margin: 0.4375rem 0 0.875rem 1.75rem;
}
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
width: 33.33333%;
margin-right: 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
width: 25%;
margin-right: 0;
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
width: 20%;
margin-right: 0;
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
width: 16.66667%;
margin-right: 0;
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
width: 14.28571%;
margin-right: 0;
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
width: 12.5%;
margin-right: 0;
}
}
@media only screen and (min-width: 1025px) {
.alignleft.wp-block-pullquote {
max-width: none;
margin-left: -10%;
}
.alignright.wp-block-pullquote {
max-width: none;
margin-right: -10%;
}
.wp-block-cover {
min-height: 515px;
}
ul.wp-block-gallery.alignwide,
ul.blocks-gallery-grid.alignwide {
width: calc( 120% + 4px);
margin-left: calc( -10%);
}
ul.wp-block-gallery.alignfull,
ul.blocks-gallery-grid.alignfull {
width: 100vw;
margin-left: 0;
}
}
@media only screen and (min-width: 1200px) {
.alignwide {
width: 120%;
max-width: none;
margin-right: -10%;
margin-left: -10%;
}
.alignfull {
width: calc( 120% + 80px);
margin-right: calc( -10% - 40px);
margin-left: calc( -10% - 40px);
}
.no-sidebar .alignfull {
width: 100vw;
margin-right: inherit;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media only screen and (min-width: 1366px) {
.alignfull {
width: calc( 120% + 120px);
margin-right: calc( -10% - 60px);
margin-left: calc( -10% - 60px);
}
}</pre></body></html>