<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.IGResponsiveGridDetails {
    font-family: Oswald,arial,helvetica,sans-serif;
    font-weight: 100;
}

.IGResponsiveGrid {
    font-family: Roboto,arial,helvetica,sans-serif;
    font-size: 20px;
}

.ImageGalleryContainer :focus {
    outline: 2px solid #e0e0e0;
}

.IGResponsiveGrid #at20mc {
    display: none !important;
}

.IGResponsiveGrid #at-expanded-menu-host .at-expanded-menu-mask {
    background-color: rgba(99, 99, 99, 0.9) !important;
}

.IGResponsiveGrid #at-expanded-menu-host .at-expanded-menu-fade {
    display: none;
}


.IGResponsiveGridDetails .loader-container {
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.IGResponsiveGridDetails .loader {
    border: 16px solid #fff; /*  white */
    border-top: 16px solid #bababa; /* grey */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 45%;
    left: 45%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.IGResponsiveGrid .gallery_container-all {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    max-width: 2000px;
    padding-bottom: 20px;
}

.IGResponsiveGrid .gallery_container-all .gallery_container {
    width: calc(20% - 6px);
    max-width: 500px;
    overflow: hidden;
    margin: 3px;
    padding: 0;
    display: inline-block;
    position: relative;
    float: none;
    background-color: rgba(28, 36, 73, 1);
    animation: fade-in-move-up 1.5s;
}

.IGResponsiveGrid .gallery_container-all .gallery_container a, 
.IGResponsiveGrid .gallery_container-all .gallery_container a:hover, 
.IGResponsiveGrid .gallery_container-all .gallery_container a:visited {
    color: #fff;
    text-decoration: none;
}

.IGResponsiveGrid .gallery_container-all .gallery-image {
    width: 100%;
    transition-duration: 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.IGResponsiveGrid .gallery_container-all .gallery-image:after {
    padding-top: 67%;
    display: block;
    content: '';
}

.IGResponsiveGrid .gallery_container-all .gallery_container .caption-background-color {
    background-color: rgb(0, 0, 0);
    opacity: 0;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -ms-transition: opacity .6s;
}

.IGResponsiveGrid .gallery_container-all .gallery_container:hover .caption-background-color,
.IGResponsiveGrid .gallery_container-all .gallery_container:focus .caption-background-color {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    cursor: pointer;
}

.IGResponsiveGrid .gallery_container-all .gallery_container .caption-background-color:hover {
    cursor: pointer;
}

.IGResponsiveGrid .gallery_container-all .gallery_container:hover .gallery-image,
.IGResponsiveGrid .gallery_container-all .gallery_container:focus .gallery-image{
    transform: scale(1.2);
    transition-duration: 0.3s;
}

.IGResponsiveGrid .gallery_container-all .caption {
    position: absolute;
    display: none;
    cursor: pointer;
    bottom: 6%;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    letter-spacing: .03em;
}

.IGResponsiveGrid .gallery_container-all .gallery_title {
    color: #fff;
    width: 100%;
    font-size: 17px;
    flex: 0 0 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.IGResponsiveGrid .gallery_container-all .gallery_text {
    width: 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}

@media all and (-ms-high-contrast:none) {
    .IGResponsiveGrid *::-ms-backdrop,
    .IGResponsiveGrid .gallery_container-all .gallery_title,
    .IGResponsiveGrid .gallery_container-all .gallery_text {
        max-height: calc( 3 * 1.3em );
        overflow: hidden;
    }
}
.IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_detail1
.IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_download1,
.IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_share1 {
    font-size: 12px;
    text-transform: uppercase;
}
.IGResponsiveGrid .gallery_container-all .gallery_interact1 .a2a_kit {
    line-height: inherit !important;
}

.IGResponsiveGrid .gallery_container-all .gallery_interact .fa-share-alt {
    font-size: .6rem;
}

.IGResponsiveGrid .gallery_container-all .gallery_container:hover .caption,
.IGResponsiveGrid .gallery_container-all .gallery_container:focus .caption {
    display: block;
}

.IGResponsiveGrid .gallery_container-all .gallery_container span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 5px;
    font-size: 12px;
    text-transform: uppercase
}

.IGResponsiveGrid .gallery_container-all figcaption.show {
    display: block;
}

@keyframes fade-in-move-up {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 2100px) {
    .IGResponsiveGrid .gallery_container-all .gallery_container {
        width: 19.7%;
    }
}
@media (min-width: 1620px) {
    .IGResponsiveGrid .gallery_container-all {
        margin: 0 auto;
    }
}

@media (max-width: 1450px) {

    .IGResponsiveGrid .gallery_container-all .gallery_container {
        width: calc(25% - 6px);
    }

    .IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_detail1
    .IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_download1,
    .IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_share1 {
        margin-right: 20px;
        margin-left: 0;
    }

    .IGResponsiveGrid .gallery_container-all {
        margin-left: 2px;
    }
}

@media  (max-width: 1125px) {
    .IGResponsiveGrid .gallery_container-all .gallery_container {
        width: calc(33.33% - 6px);
    }
}

@media (max-width: 991px) {
    .IGResponsiveGrid .gallery_container-all .gallery_container:hover .gallery-image {
        transform: scale(1);
        transition-duration: 0s;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container .caption {
        display: block;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container:hover .caption-background-color {
        opacity: 0.9;
        top: 25%;
        bottom: 0;
        height: 75%;
        background: linear-gradient(to top, rgba(0, 0, 0, .9), 55%, rgba(255, 255, 255, 0));
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container .caption-background-color {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 75%;
        background: linear-gradient(to top, rgba(0, 0, 0, .7), 55%, rgba(255, 255, 255, 0));
        opacity: 1;
        cursor: pointer;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_detail1
    .IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_download1,
    .IGResponsiveGrid .gallery_container-all .gallery_interact1 .gallery_share1 {
        font-size: 12px;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container .gallery_text {
        display: none;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container:hover .gallery_text {
        display: none;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container .gallery_title {
        -webkit-line-clamp: 2;
        font-size: 1.2rem !important;
        line-height: 1.45rem;
        text-transform: uppercase;
    }
}

@media (max-width: 885px) {
    .IGResponsiveGrid .gallery_container-all .gallery_container {
        width: calc(50% - 6px);
        max-width: 100%;
    }
}


@media (max-width: 625px) {
    .IGResponsiveGrid .gallery_container-all .intro {
        margin-top: 40px;
    }

    .IGResponsiveGrid .gallery_container-all {
        margin-left: 0;
        padding-left: .15rem;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_text {
        display: none;
    }

    .IGResponsiveGrid .gallery_container-all .caption {
        bottom: 6%;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container:hover .gallery-image {
        transform: none;
    }

    .IGResponsiveGrid .gallery_container-all .gallery_container:hover .caption-background-color {
        background-color: rgba(0, 0, 0, .0);
    }
}

@media all and (max-width:625px) and  (-ms-high-contrast:none) {
    .IGResponsiveGrid *::-ms-backdrop,
    .IGResponsiveGrid .gallery_container-all .gallery_title,
    .IGResponsiveGrid .gallery_container-all .gallery_text {
        max-height: calc( 3 * 1.3em );
        overflow: hidden;
    }
}

@media only screen and (max-width: 320px) {
    .IGResponsiveGrid .gallery_container-all .gallery_title {
        font-size: 1rem;
    }
}


/**************************************************************
 *Filter CSS 
 ***/

/****
    Container Styles
*/
.IGResponsiveGrid .advanced-search {
    background: rgba(0, 0, 0, 0.05);
    padding-top: 1.5rem;
    padding-bottom: 0;
}

.IGResponsiveGrid .inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

.IGResponsiveGrid .cellinner {
    max-width: 100%;
    min-width: 33%;
    width: 100%;
    flex-basis: auto;
    display: flex;
    flex-grow: 1;
    margin-bottom: 15px;
    padding-right: 15px;
}

.IGResponsiveGrid .field-outer {
    width: 100%;
}

/****
    Input Styles
*/

.IGResponsiveGrid .cellinner input {
    width: 100%;
    margin-bottom: 0 !important;
}

.IGResponsiveGrid .advanced-search .uneditable-input,
.IGResponsiveGrid .advanced-search input[type=color],
.IGResponsiveGrid .advanced-search input[type=date],
.IGResponsiveGrid .advanced-search input[type=datetime-local],
.IGResponsiveGrid .advanced-search input[type=datetime],
.IGResponsiveGrid .advanced-search input[type=email],
.IGResponsiveGrid .advanced-search input[type=month],
.IGResponsiveGrid .advanced-search input[type=number],
.IGResponsiveGrid .advanced-search input[type=password],
.IGResponsiveGrid .advanced-search input[type=search],
.IGResponsiveGrid .advanced-search input[type=tel],
.IGResponsiveGrid .advanced-search input[type=text],
.IGResponsiveGrid .advanced-search input[type=time],
.IGResponsiveGrid .advanced-search input[type=url],
.IGResponsiveGrid .advanced-search input[type=week],
.IGResponsiveGrid .advanced-search select,
.IGResponsiveGrid .advanced-search textarea {
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    background: #f9f9f9;
    padding: 5px 8px;
    border: 1px solid #636363;
    color: #636363;
    font-weight: normal;
    margin: 0;
}

.IGResponsiveGrid .advanced-search input[type="text"]::placeholder {
    color: #707070;
    font-weight: normal;
}

/* Date picker styles */
.IGResponsiveGrid .advanced-search .date.startend-date-picker {
    display: flex;
    justify-content: space-between;
}

/****
    Advanced Option Styles
*/

.IGResponsiveGrid .advanced-options {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.IGResponsiveGrid .advanced-search label.show-advanced {
    color: #636363;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    margin: -1.3rem 0 0 0;
    float: left;
}

.IGResponsiveGrid #advanced-check {
    font-weight: 400;
    width: 0px;
}

.IGResponsiveGrid #advanced-check:focus + .show-advanced {
    text-decoration: underline;
    border-radius: 5px;
}

.IGResponsiveGrid .show-advanced:hover {
    text-decoration: underline;
}

@media(max-width: 768px) {
    .IGResponsiveGrid .advanced-options-mobile {
        max-height: 0;
        margin-bottom: 0;
        transition: max-height .2s, margin .2s;
        overflow: hidden;
        position: absolute;
        left: -999rem;
        visibility: hidden;
    }
    .IGResponsiveGrid .advanced-options-mobile.open {
        display:flex;
        margin-bottom: 15px;
        max-height:100px;
        overflow:unset;
        position:relative;left:0;
        visibility: visible;
    }
}

/****
    Search button/container styles
*/

.IGResponsiveGrid .search-container {
    background: #636363;
    align-self: flex-end;
    margin-bottom: 0;
}

.IGResponsiveGrid .search-button,
.IGResponsiveGrid .search-button:visited,
.IGResponsiveGrid .search-button:link {
    height: 1.9rem;
    padding: 9px 15px;
    color: #fff;
    transition: background 0.2s linear, box-shadow 0.2s linear;
}

.IGResponsiveGrid .search-button:hover,
.IGResponsiveGrid .search-button:focus,
.IGResponsiveGrid .search-button:active {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(209,209,209,.6);
    outline: none;
    color: #fff;
    text-decoration: none;
    background: hsla(0, 0%, 100%, .1);
    transition: background 0.2s linear, box-shadow 0.2s linear;
}

.IGResponsiveGrid .search-label {
    white-space: nowrap;
    margin: 5px 5px 0 0;
    line-height: 1rem;
    font-weight: 400;
    color: #6d6d6d;
}

/****
    Media Queries
*/

@media (min-width: 576px) {
    .IGResponsiveGrid .cellinner {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .IGResponsiveGrid .inner {
        width: 100%;
    }

    .IGResponsiveGrid .cellinner {
        width: 33%;
    }

    .IGResponsiveGrid .search-container {
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .IGResponsiveGrid .search-button,
    .IGResponsiveGrid .search-button:visited,
    .IGResponsiveGrid .search-button:link {
        padding: 7px 12px;
        height: 1.6rem;
    }

    .IGResponsiveGrid .advanced-search label.show-advanced {
        float: none;
        margin: 0;
    }
}
/***
    Scroll Bar Styles
*/
.IGResponsiveGrid .advanced-search * {
    /* stylelint-disable property-no-unknown */
    scrollbar-width: auto;
    scrollbar-color: #757575 #636363;
    /* stylelint-enable */
}

    .IGResponsiveGrid .advanced-search *::-webkit-scrollbar {
        width: 6px;
    }

    .IGResponsiveGrid .advanced-search *::-webkit-scrollbar-track {
        background: #636363;
    }

    .IGResponsiveGrid .advanced-search *::-webkit-scrollbar-thumb {
        background-color: #79797a;
        border-radius: 20px;
        border: 3px solid transparent;
    }

/***
    Tagit Override Styles
*/

/* Style for tag input UI */
.IGResponsiveGrid .advanced-search .ui-widget.ui-widget-content.tagit {
    border: 1px solid #636363;
    border-radius: 0;
    min-height: 1.6rem;
    margin: 0;
    background: #f9f9f9;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -ms-overflow-style: none;
    /* stylelint-disable property-no-unknown */
    scrollbar-width: none;
    /* stylelint-enable */
}

.IGResponsiveGrid .advanced-search .ui-widget.ui-widget-content.tagit::-webkit-scrollbar {
    display: none;
}

.IGResponsiveGrid .advanced-search ul.tagit li.tagit-new {
    display: inline;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Style for the actual tag itself after it's inputted */
.IGResponsiveGrid .advanced-search ul.tagit li.tagit-choice {
    padding: 0.1rem;
    border: none;
    background: #E0DEDE;
    align-items: center;
    border-radius: 3px;
    display: flex;
    margin: 0 0 0 8px;
}

/* Style for the tag's text */
.IGResponsiveGrid .advanced-search ul.tagit li.tagit-choice .tagit-label:not(a) {
    font-size: 0.7rem;
    font-weight: normal;
    color: #636363;
    white-space: nowrap;
}

/* Close/delete button for the tag ("X button") */
.IGResponsiveGrid .advanced-search ul.tagit li.tagit-choice a.tagit-close {
    margin: -.25rem 0 0 0.1rem;
    font-size: 0.7rem;
    position: static;
}

/* Text input for inputing tags */
.IGResponsiveGrid .advanced-search ul.tagit input[type="text"] {
    padding: 0 0 0 8px;
    color: #636363;
    font-weight: normal;
    height: 1.5rem;
}

/* Tagit autocomplete styles */

/* Autocomplete container */
.IGResponsiveGrid ul.tagit-autocomplete.ui-widget-content {
    background: #636363;
    color: #fff;
    font-size: 0.7rem;
    padding: 0;
    border: none;
}

/* Autocomplete item */
.IGResponsiveGrid ul.tagit-autocomplete div.ui-meu-item-wrapper {
    padding: 0.3rem 0.4rem;
}

/* Autocomplete item hover state */
.IGResponsiveGrid ul.tagit-autocomplete div.ui-menu-item-wrapper.ui-state-active {
    border: none;
    background: hsla(0, 0%, 100%, 0.25);
    margin: 0;
}


/************************************
    jQuery UI Datepicker Overrides
*/

.IGResponsiveGrid .ui-datepicker table.ui-datepicker-calendar {
    display: table;
}

.IGResponsiveGrid .ui-datepicker {
    width: 15em;
}

.IGResponsiveGrid .ui-datepicker.ui-corner-all {
    border-radius: 5px;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-calendar th {
    padding: .2em .3em;
    text-align: center;
    font-weight: normal;
    border: 0;
    font-size: 0.7rem;
    color: #ccc;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
    border: none;
    background: transparent;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 5px;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-calendar td a.ui-state-hover {
    border: none;
    background: #bddfff;
    font-weight: normal;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
    border: none;
    background: #636363;
    font-weight: normal;
    color: #fff;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
}

.IGResponsiveGrid .ui-datepicker.ui-widget.ui-widget-content {
    padding-right: 0;
    padding-left: 0;
    width: 10.7em;
}

.IGResponsiveGrid div.ui-datepicker div.ui-datepicker-header:after,
.IGResponsiveGrid div.ui-datepicker div.ui-datepicker-header:before {
    content: none;
}

.IGResponsiveGrid div.ui-datepicker div.ui-datepicker-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    color: #636363;
}

.IGResponsiveGrid .ui-datepicker-calendar thead {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    order: 1;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    order: 3;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    order: 2;
    margin: 0;
    font-size: 0.9rem;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    background: none;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    background: none;
    font-weight: 900;
    /* stylelint-disable font-family-no-missing-generic-family-keyword */
    font-family: 'Font Awesome 5 Free';
    /* stylelint-enable */
    content: '\f053';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

.IGResponsiveGrid .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    background: none;
    font-weight: 900;
    /* stylelint-disable font-family-no-missing-generic-family-keyword */
    font-family: 'Font Awesome 5 Free';
    /* stylelint-enable */
    content: '\f054';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

.IGResponsiveGrid .advanced-search .datepicker-wrapper {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.IGResponsiveGrid .advanced-search .startend-date-picker .datepicker-wrapper:first-of-type {
    margin-right: 15px;
}

.IGResponsiveGrid .advanced-search .datepicker-wrapper::after {
    /* stylelint-disable font-family-no-missing-generic-family-keyword */
    font-family: "Font Awesome 5 Free";
    /* stylelint-enable */
    content: '\f073';
    color: #707070;
    position: absolute;
    top: 3px;
    right: 8px;
    visibility: visible;
}

/* Styling the loader */
.IGResponsiveGrid .spinner3 &gt; div {
    background-color: #636363;
}

/***
    Clear Filters and Results Styles
*/

.IGResponsiveGrid .results-container {
    background: rgba(0, 0, 0, 0.05);
    padding: 0 0 15px 0;
    text-align: center;
    color: #6d6d6d;
}

.IGResponsiveGrid .clear-filter {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.IGResponsiveGrid .pager-metrics {
    font-size: 14px;
}

.IGResponsiveGrid .results-container .pipe {
    padding: 0 10px 0 10px;
}

/**************************/
/**** Detail Page ********/

.IGResponsiveGridDetails .GWFImageDiv .flexslider {
    position: relative;
    width: 79%;
    margin: 0 auto;
}

.IGResponsiveGridDetails .GWFImageDiv .flexslider ul {
    margin-left: 0;
}

.IGResponsiveGridDetails .GWFImageDiv .flexslider ul li {
    list-style: none;
}

.IGResponsiveGridDetails picture.fixed-aspect {
    display: block;
    position: relative;
    padding-bottom: 57%;
}

.IGResponsiveGridDetails picture.fixed-aspect img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%; /*overidden inline if provided*/
}

.IGResponsiveGridDetails picture.fixed-aspect.portrait .slide-bg-blur {
    position: absolute;
    top: -20rem;
    right: 1rem;
    left: 1rem;
    bottom: -20rem;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background-size: cover;
    background-position: 50%;
}

.IGResponsiveGridDetails .bg-image-fallback {
    background-size: cover;
}

.IGResponsiveGridDetails picture.fixed-aspect.portrait .bg-image-fallback,
.IGResponsiveGridDetails picture.fixed-aspect.portrait img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.IGResponsiveGridDetails .GWFImageDiv .nav-spacing {
    margin: 0 10px 10px 10px;
}

.IGResponsiveGridDetails .share-container {
    text-align: left;
    display: flex;
    text-transform: uppercase;
}

.IGResponsiveGridDetails .share-container .a2a_kit {
    line-height: inherit !important;
}

.IGResponsiveGridDetails .image-detail-body {
    max-width: 79%;
    margin: 40px auto;
    color: #636363;
}

.IGResponsiveGridDetails .details-image-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.9rem;
    padding-top: .7rem;
}

.IGResponsiveGridDetails .gwf-details-download {
    margin-right: 20px;
}

.IGResponsiveGridDetails .author-container,
.IGResponsiveGridDetails .virin-container,
.IGResponsiveGridDetails .filesize-container {
    margin-right: 2rem;
    white-space: nowrap;
    padding-bottom: 5px;
}

.IGResponsiveGridDetails .camera-readme-info {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0,0,0,.05);
    padding: 40px 20px 20px 20px;
    border-bottom: 1px solid #707070;
    position: relative;
    margin-top: 65px;
    margin-bottom: 32.5px;
}

.IGResponsiveGridDetails .camera-readme-info .cri-header {
    padding: 20px;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -37px;
}

.IGResponsiveGridDetails .details-gallery-link a,
.IGResponsiveGridDetails .details-gallery-link a:visited {
    font-size: 29px;
    font-weight: 300;
    color: #707070;
}

.IGResponsiveGridDetails .details-gallery-link a:hover{
    color: #636363;
    text-decoration: none;
    border: none;
}

.IGResponsiveGridDetails .dcd-flex {
    flex: 1;
    padding-right: 1rem;
}

.IGResponsiveGridDetails .photo-attributes-list {
    display: flex;
    flex-wrap: wrap;
}

.IGResponsiveGridDetails .GWFImageDiv .flex-direction-nav {
    position: absolute;
    top: 0;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
}

.IGResponsiveGridDetails .GWFImageDiv .flex-direction-nav:hover {
    background: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}

.IGResponsiveGridDetails .GWFImageDiv .flex-direction-nav li {
    flex: 0 0 33%;
}

.IGResponsiveGridDetails .GWFImageDiv .index-counter {
    text-align: center;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
}

.IGResponsiveGridDetails .GWFImageDiv .flex-index {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.IGResponsiveGridDetails .readmore:after {
    content: '+';
    font-size: 20px;
    font-weight: bold;

}

.IGResponsiveGridDetails .readmore.opened:after {
    content: '-';
}

.IGResponsiveGridDetails .GWFImageDiv .faux-nav {
    display: flex;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: #757575;
    color: #fff;
}

.IGResponsiveGridDetails .GWFImageDiv .faux-nav span {
    flex: 1;
}

.IGResponsiveGridDetails .GWFImageDiv .faux-nav .faux-counter {
    text-align: center;
}

.IGResponsiveGridDetails .GWFImageDiv .faux-nav .faux-next{
    text-align: end;
}

.IGResponsiveGridDetails .GWFImageDiv .faux-nav span:first-child:hover,
.IGResponsiveGridDetails .GWFImageDiv .faux-nav span:last-child:hover {
    cursor: pointer;
}

.IGResponsiveGridDetails .GWFImageDiv .flex-prev,
.IGResponsiveGridDetails .GWFImageDiv .flex-next {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .75rem;
}

.IGResponsiveGridDetails .GWFImageDiv .flex-prev:before {
    font-weight: 900;
    color: #fff !important;
}

.IGResponsiveGridDetails .GWFImageDiv .flex-next:after {
    font-weight: 900;
    color: #fff !important;
}

.IGResponsiveGridDetails .GWFImageDiv .ig-slider-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.IGResponsiveGrid nav.GWFPager.listing-pagination ul.pages,
.IGResponsiveGridDetails .GWFPager .listing-pagination ul {
    padding: 0 0 20px 0;
    max-height: 40px;
}

/*Enforcing pagination list styling*/
.IGResponsiveGrid nav.GWFPager.listing-pagination ul.pages li {
    list-style: none;
    max-height: 40px;
    line-height: 40px;
}

.IGResponsiveGridDetails .GWFImageDiv .ig-slider-image:after {
    padding-top: 67%;
    display: block;
    content: '';
}

.IGResponsiveGridDetails .GWFImageDiv .gwf-details-download,
.IGResponsiveGridDetails .GWFImageDiv .gwf-details-share {
    display: inline-block;
    font-size: .85rem;
    text-transform: uppercase;
}

.IGResponsiveGridDetails .GWFImageDiv .gwf-details-download {
    margin-left: 2.5rem;
}

.IGResponsiveGridDetails .photo-release.slideup {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
}

.IGResponsiveGridDetails .photo-release.slidedown {
    max-height: 100%;
    overflow-y: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1;
}

.IGResponsiveGridDetails .readmore,
.IGResponsiveGridDetails .readmore.opened
.IGResponsiveGridDetails .readmore:hover,
.IGResponsiveGridDetails .readmore:active {
    margin-bottom: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #636363;
}

.IGResponsiveGridDetails p#spanCaption {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 19px;
}

.IGResponsiveGridDetails .readmore {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.IGResponsiveGridDetails .detail-font-family {
    font-family: Oswald,arial,helvetica,sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.IGResponsiveGridDetails .details-content h1,
.IGResponsiveGridDetails .details-content h4 {
    color: inherit;
}

.IGResponsiveGridDetails .details-content h1 {
    font-size: 33px;
}

.IGResponsiveGridDetails p.photo-attribute.title {
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 10px;
}

.IGResponsiveGridDetails .photo-attributes-list p.value[class^=photo-] {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.IGResponsiveGridDetails .details-share-link,
.IGResponsiveGridDetails .details-download-link,
.IGResponsiveGridDetails .details-share-link:hover,
.IGResponsiveGridDetails .details-download-link:hover,
.IGResponsiveGridDetails .details-share-link:visited,
.IGResponsiveGridDetails .details-download-link:visited {
    text-decoration: none;
    color: #636363;
}

.IGResponsiveGridDetails .author-container #author,
.IGResponsiveGridDetails .virin-container #virin,
.IGResponsiveGridDetails .filesize-container #sizemb {
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 300;
    margin-left: 10px;
}

.IGResponsiveGridDetails p.photo-attribute-none {
    font-size: 33px;
}

.IGResponsiveGridDetails p.photo-release {
    line-height: 28px;
    font-weight: 200;
    font-size: 19px;
    margin-bottom: 9px;
    min-height: 260px;
}

.IGResponsiveGridDetails .photo-release a {
    color: #757575;
}

@media (max-width: 1279px) {
    .IGResponsiveGridDetails .GWFImageDiv .ig-slider-image {
        height: calc(100vh - 75px);
    }
}

@media (max-width: 992px) {
    .IGResponsiveGridDetails .GWFImageDiv .author-container,
    .IGResponsiveGridDetails .GWFImageDiv .virin-container,
    .IGResponsiveGridDetails .GWFImageDiv .filesize-container {
        flex: 0 1 100%;
        font-size: 18px;
    }

    .IGResponsiveGridDetails .GWFImageDiv .flex-direction-nav {
        background: none;
    }

    .IGResponsiveGridDetails .share-container {
        text-align: left;
        padding-bottom: 30px;
    }

    .IGResponsiveGridDetails .GWFImageDiv .ig-slider-image {
        height: auto;
    }

    .IGResponsiveGridDetails .GWFImageDiv .flexslider {
        width: 94%;
    }

    .IGResponsiveGridDetails picture.fixed-aspect {
        padding-bottom: 67%;
    }



}

@media (max-width: 768px) {
    .IGResponsiveGridDetails .GWFImageDiv .flex-prev,
    .IGResponsiveGridDetails .GWFImageDiv .flex-prev:hover,
    .IGResponsiveGridDetails .GWFImageDiv .flex-prev:focus,
    .IGResponsiveGridDetails .GWFImageDiv .flex-prev.flex-disabled,
    .IGResponsiveGridDetails .GWFImageDiv .flex-prev.flex-disabled:visited,
    .IGResponsiveGridDetails .GWFImageDiv .flex-prev.flex-disabled:active,
    .IGResponsiveGridDetails .GWFImageDiv .flex-prev.flex-disabled:hover {
        margin-left: 25px;
    }

    .IGResponsiveGridDetails .GWFImageDiv .flex-next,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next:hover,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next:focus,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next.flex-disabled,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next.flex-disabled:visited,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next.flex-disabled:active,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next.flex-disabled:hover {
        margin-right: 20px;
    }

    .IGResponsiveGridDetails .dcd-flex {
        flex: 1 0 100%;
    }
}

@media(max-width: 375px){
    .IGResponsiveGridDetails .image-detail-body {
        max-width: 90%;
    }
}

@media(max-width: 320px) {
    .IGResponsiveGridDetails .GWFImageDiv .flex-next,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next:hover,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next:focus,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next.flex-disabled,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next.flex-disabled:visited,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next.flex-disabled:active,
    .IGResponsiveGridDetails .GWFImageDiv .flex-next.flex-disabled:hover {
        margin-right: 30px;
    }

    .IGResponsiveGridDetails p.photo-release {
        max-width: 16rem;
        word-break: break-word;
    }
}

/*flex slider stuff*/
.IGResponsiveGridDetails .flex-control-nav {
    position: absolute;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.IGResponsiveGridDetails .flex-control-nav li {
    margin: 0 5px;
}

.IGResponsiveGridDetails .flex-control-nav a {
    text-indent: -999rem;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    opacity: .6;
    height: .9rem;
    width: .9rem;
    cursor: pointer;
}

.IGResponsiveGridDetails .flex-control-nav a.flex-active {
    opacity: 1;
}

@media(min-width: 1025px) {
    .IGResponsiveGridDetails .flex-control-nav {
        display: none;
    }
}

.IGResponsiveGridDetails .flex-prev,
.IGResponsiveGridDetails .flex-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    display: none;
    opacity: 0;
    text-indent: -999rem;
    transition: opacity .2s;
}

.IGResponsiveGridDetails .flex-next {
    right: 0;
    left: auto;
}

.IGResponsiveGridDetails .flex-prev::before,
.IGResponsiveGridDetails .flex-next::before {
    content: "\f053";
    display: block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    left: 35%;
    top: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    /* stylelint-disable font-family-no-missing-generic-family-keyword */
    font: 700 2rem/1 "Font Awesome 5 Free";
    /* stylelint-enable font-family-no-missing-generic-family-keyword */
    text-align: center;
    text-indent: 0;
    color: #fff;
    transition: left .2s, right .2s;
}

.IGResponsiveGridDetails .flex-next::before {
    content: "\f054";
    left: auto;
    right: 35%;
    margin-left: auto;
    margin-right: -1rem;
}

.IGResponsiveGridDetails .flex-prev:hover::before {
    left: 30%;
}

.IGResponsiveGridDetails .flex-next:hover::before {
    right: 30%;
}

@media(min-width: 992px) {
    .IGResponsiveGridDetails .flex-prev,
    .IGResponsiveGridDetails .flex-next {
        display: block;
    }

    .IGResponsiveGridDetails :hover .flex-prev,
    .IGResponsiveGridDetails :hover .flex-next {
        opacity: .35;
    }

    .IGResponsiveGridDetails .flex-prev:hover,
    .IGResponsiveGridDetails .flex-next:hover {
        opacity: .9;
    }
}

.IGResponsiveGridDetails .flex-disabled {
    display: none;
}

.IGResponsiveGridDetails div#pnlImageDiv {
    padding: 40px 0 0;
    background: rgb(99,99,99);
    background: linear-gradient( 0deg, rgba(99,99,99,0) 0, rgba(99,99,99,0) 120px, rgba(99,99,99,1) 71px,rgba(99,99,99,1) 100%);
}

/***************************************
****** Pagination start
****************************************/

.IGResponsiveGrid .listing-pagination ul {
    display: flex;
    flex-wrap: wrap;
    font-family: Oswald,arial,helvetica,sans-serif;
    font-size: 24px;
    justify-content: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.IGResponsiveGrid .listing-pagination ul.pages {
    margin-bottom: 20px;
}

.IGResponsiveGrid .listing-pagination ul .active a {
    background: rgba(59,59,59,.3);
    text-decoration: none;
}

IGResponsiveGrid .listing-pagination ul .active a:hover {
    border: 1px solid rgba(59,59,59,0);
    cursor: default;
}

.IGResponsiveGrid .listing-pagination ul a, 
.IGResponsiveGrid .listing-pagination ul li &gt; span {
    border: 1px solid rgba(59,59,59,0);
    color: #1c2449;
    display: inline-block;
    margin: 0 10px;
    min-width: 38px;
    padding: 0 6px 2px;
    text-align: center;
}

.IGResponsiveGrid .listing-pagination ul a:hover, 
.IGResponsiveGrid .listing-pagination ul li &gt; span:hover {
    background: rgba(59,59,59,.3);
    border: 1px solid rgba(59,59,59,.5);
    text-decoration: none;
}

.IGResponsiveGrid .listing-pagination .go-to {
    margin-bottom: 40px;
    text-align: center;
}

.IGResponsiveGrid .listing-pagination .go-to button {
    background: rgba(59,59,59,.3);
    border: 1px solid rgba(59,59,59,.5);
    color: #1c2347;
    font-family: Oswald,arial,helvetica,sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    margin: -5px 0 0 5px;
    padding: 5px 10px 6px;
    text-transform: uppercase;
}

.IGResponsiveGrid .listing-pagination .go-to button:hover {
    background: rgba(59,59,59,.5);
}

.IGResponsiveGrid .listing-pagination .go-to label {
    color: #657793;
    display: inline-block;
    font-family: Oswald,arial,helvetica,sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 5px;
}

.IGResponsiveGrid .listing-pagination .go-to input {
    -moz-appearance: textfield;
    border: 1px solid rgba(59,59,59,.5);
    display: inline-block;
    height: 40px;
    margin: -5px 5px 0;
    text-align: center;
    width: 60px;
    background-color: #fff;
    border: 1px solid #b5c7e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: background-color .2s linear,box-shadow .2s linear;
}
/***************************************
****** Pagination end
****************************************/

/*** Start Progess Bar**/
@-webkit-keyframes loader {
    0% {
        width: 0;
    }

    20% {
        width: 10%;
    }

    25% {
        width: 24%;
    }

    43% {
        width: 41%;
    }

    56% {
        width: 50%;
    }

    66% {
        width: 52%;
    }

    71% {
        width: 60%;
    }

    75% {
        width: 76%;
    }

    94% {
        width: 86%;
    }

    100% {
        width: 100%;
    }
}

@keyframes loader {
    0% {
        width: 0;
    }

    20% {
        width: 10%;
    }

    25% {
        width: 24%;
    }

    43% {
        width: 41%;
    }

    56% {
        width: 50%;
    }

    66% {
        width: 52%;
    }

    71% {
        width: 60%;
    }

    75% {
        width: 76%;
    }

    94% {
        width: 86%;
    }

    100% {
        width: 100%;
    }
}

.IGResponsiveGrid .theprogress-bar span {
    display: block;
}

.IGResponsiveGrid .thebar {
    background: rgba(0, 0, 0, 0.075);
}

.IGResponsiveGrid .theprogress {
    -webkit-animation: loader 8s ease infinite;
    animation: loader 8s ease infinite;
    background: #757575;
    color: #fff;
    padding: 5px;
    width: 0;
}

.IGResponsiveGrid .theprogress-bar {
    border-radius: 60px;
    overflow: hidden;
    width: 100%;
    left: 47%;
    right: 50%;
    max-width: 10%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
/*** End Progress Bar***/

/********/
.IGResponsiveGrid .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.IGResponsiveGrid .gallery_container:hover .content-details,
.IGResponsiveGrid .gallery_container.hover .content-details,
.IGResponsiveGrid .gallery_container:focus .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.IGResponsiveGrid .content-details h1 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.IGResponsiveGrid .content-details div {
    color: #fff;
    font-size: 16px;
}

.IGResponsiveGrid .fadeIn-bottom {
    top: 80%;
}

.IGResponsiveGrid .fadeIn-top {
    top: 20%;
}

.IGResponsiveGrid .fadeIn-left {
    left: 20%;
}

.IGResponsiveGrid .fadeIn-right {
    left: 80%;
}
/********/


/*********************************************
***  Bootstrap 4 isms needed for display
*********************************************/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block;
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none;
    }
}
/*********************************************
***  End of Bootstrap 4 isms
*********************************************/</pre></body></html>