<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-image {
    clear: both;
    margin: 0.875em 0;
    padding: 0;
    height: 30vh;
    background-image: url("/Uploads/BlogImages/lobby1.jpg");
    background-attachment: scroll;
    background-size: cover;
    background-position: center 25%;
}

@media screen and (min-width: 44.375em) {
    .header-image {
        margin: 1.3125em 0;
    }
}

@media screen and (min-width: 61.5625em) {
    .site-branding, .site-header-menu, .header-image {
        margin-top: 1.75em;
        margin-bottom: 1.75em;
    }
}

#content h2 {
    font-size: 30px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
}

#content h1, #content h2, #content h3, #content h4 {
    font-family: "Avenir85Heavy",sans-serif;
}

div.title-excerpt-wrapper {
    float: left;
    width: 71%;
}

#content p {
    margin: 0 0 1.75em;
    font-family: "Avenir55Roman",sans-serif;
}

#content, #content .more-link, #content p {
    font-size: 16px;
    line-height: 1.75;
}

div.thumbnail-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    color: #2b80dc;
    text-decoration: none;
}

a:hover {
    color: #08263E;
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
}

div.thumbnail-image-wrapper {
    height: 225px;
    width: 25%;
    float: left;
    margin-right: 4%;
}

@media screen and (max-width: 910px) {
    div.thumbnail-image-wrapper {
        float: none;
        width: 100%;
    }
}

.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination .current .screen-reader-text {
    position: static !important;
}

@media screen and (min-width: 44.375em) {
    .pagination .current .screen-reader-text {
        position: absolute !important;
    }
}


.site-main &gt; article {
    margin: 3em 0 2em 0;
    clear: both;
}

.site-main &gt; :last-child {
    margin-bottom: 0;
}

#content .pagination {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 19px;
    margin: 0 7.6923% 2.947368421em;
    min-height: 56px;
    position: relative;
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

@media screen and (min-width: 44.375em) {
    #content .pagination {
        margin: 0 23.0769% 4.421052632em 7.6923%;
    }
}

@media screen and (min-width: 61.5625em) {
    #content .pagination {
        margin-bottom: 5.894736842em;
    }
}

@media screen and (min-width: 56.875em) {
    .entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, #content .pagination, .page-header, .page-content, .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0;
    }
}

.pagination:before {
    right: 0;
}
.pagination:after {
    right: 54px;
    display:none;
}

.pagination:before, .pagination:after {
    background-color: #08263e;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0;
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative;
}

.pagination .nav-links:before {
    content: "\f429";
    right: -1px;
}
.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px;
}
.pagination .prev:before {
    content: "\f430";
    left: -1px;
    top: -1px;
}

.menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor &gt; article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

.pagination .nav-links:before, .pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1;
}

.pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase;
}

#content .pagination .prev, #content .pagination .next {
    background-color: #08263e;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.pagination .prev:before, .pagination .next:before {
    font-size: 32px !important;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px;
}

.pagination .next {
    right: 0;
}

.pagination .prev {
    right: 54px;
}

.pagination .current {
    display: inline-block;
    font-weight: 700;
}

@media screen and (min-width: 44.375em) {
    #content .pagination .page-numbers {
        display: inline-block;
    }
}

#content .pagination .prev:hover, #content .pagination .prev:focus, #content .pagination .next:hover, #content .pagination .next:focus {
    background-color: #007acc;
    color: #fff;
}

mark, ins, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus, .widget_calendar tbody a, .page-links a:hover, .page-links a:focus {
    background-color: #2b80dc;
}

#content a {
    color: #2070C5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#content a:hover {
    color: #08263E;
    text-decoration: none;
}



#content .sidebar {
    margin-bottom: 3.5em;
    padding: 0 7.6923%;
}

@media screen and (min-width: 44.375em) {
    #content .sidebar, .widecolumn {
        margin-bottom: 5.25em;
        padding-right: 23.0769%;
    }
}

@media screen and (min-width: 56.875em) {
    #content .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%;
    }
}

#content .sidebar &gt; section {
    font-size: 13px;
    border-top: 3px solid #eee;
    margin-bottom: 3.5em;
    padding-top: 1.75em;
}

@media screen and (min-width: 56.875em) {
    #content .sidebar &gt; section {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em;
    }
}

#content .sidebar &gt; section &gt; h2 {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
}

@media screen and (min-width: 56.875em) {
    #content .sidebar &gt; section &gt; h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.3125em;
    }
}

@media screen and (min-width: 44.375em) {
    #content .sidebar &gt; section {
        margin-bottom: 5.25em;
    }
}

@media screen and (min-width: 61.5625em) {
    #content .sidebar, .widecolumn {
        margin-bottom: 7.0em;
    }
}



#content .entry-title a {
    color: #1a1a1a;
}

#content .entry-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    color: #08263E;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em;
}

@media screen and (min-width: 44.375em) {
    #content .entry-title {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-bottom: 0.8484848485em;
    }
}

@media screen and (min-width: 61.5625em) {
    #content .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em;
    }
}

.article-share {
    text-align: right;
    padding-top: 6px;
    margin-bottom: 1em;
}

.article-share p {
    margin-bottom: 0;
    text-align: right;
}
.article-share a .fa {
    font-size: 2em;
    vertical-align: -6px;
}

.entry-footer {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em;
    background-color:transparent;
    text-align:left;
}

.entry-footer {
    text-transform: uppercase;
    width: 80% !important;
    padding: 0 0 2em 0;
}
@media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-footer {
        margin-top: 0.1538461538em;
        width: 21.42857143%;
    }
}

#content .entry-footer a {
    color: #686868;
}
    #content .entry-footer a:hover,
    #content .entry-footer a:focus {
        color: #007acc;
    }

@media screen and (min-width: 61.5625em) {
    .single .byline, .full-size-link, body:not(.search-results).group-blog .byline, body:not(.search-results) .entry-format, body:not(.search-results) .cat-links, body:not(.search-results) .tags-links, body:not(.search-results) article:not(.sticky) .posted-on, body:not(.search-results) article:not(.type-page) .comments-link, body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
        display: block;
        margin-bottom: 0.5384615385em;
    }
}

#content .cat-links a, #content .tags-links a {
    color: #95c93d;
}

@media screen and (min-width: 56.875em) {
    .content-area {
        float: left;
        margin-right: -100%;
        width: 70%;
    }
}

#content ul {
    list-style: disc;
}

#content ul, #content ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}

.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
}

#content img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#content .alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
#content .alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

#content .entry-content a, #content .entry-summary a, #content .textwidget a, #content .entry-footer a:hover, #content .site-info a:hover {
    box-shadow: 0 1px 0 0 currentColor;
}

#content .entry-content a {
    font-weight: bold;
}

#content .article-share a {
    box-shadow: none;
}

.title-excerpt-wrapper h1 {
    font-size:1.3em;
}

.title-excerpt-wrapper h2 {
    font-size: 1.1em;
}

article[blog-post] h2 {
    margin-block-end: 16px !important;
}

article[blog-post] h3 {
    margin-block-end: 12px !important;
}

.home-article-wrapper h2.MsoNormal {
    font-size: 1.5em !important;
}

@media screen and (max-width: 910px) {
    .title-excerpt-wrapper h2 {
        margin-top: .75em !important;
    }
}
</pre></body></html>