/*
Theme Name: Daily Citizen v4
Theme URI: https://my.studiopress.com/themes/altitude/
Description: Custom Theme based on Altitude Pro
Author: Steck Insights
Author URI: http://www.steckinsights.com

Version: 1.5.1

Tags: accessibility-ready, block-styles, custom-colors, custom-header, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: daily-citizen-v4
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
    - Custom Patterns
        - Jump To
        - Quick Look
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Smooth Scroll
--------------------------------------------- */
html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* Typographical Elements
--------------------------------------------- */
body {
    background-color: #fff;
    color: #3a3a3a;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
}

body.altitude-home {
    background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
html:not([data-scroll="0"]) .site-header {
    transition: all .5s ease;
}

::selection {
    background-color: #000;
    color: #fff;
}

a {
    color: #26c3f0;
    text-decoration: none;
    letter-spacing: normal;
}



p {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.7em;
    word-break: break-word;
    word-wrap: break-word;
    letter-spacing: normal;
}

ol,
ul {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

b,
strong {
    font-weight: 700;
    letter-spacing: normal;
}

cite,
em,
i {
    font-style: italic;
}

.image-section .widget:first-of-type cite {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

figure {
    margin: 0;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    color: currentColor;
    border-left: 5px solid;
    margin: 20px 0 30px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 700;
}


.image-section .widget:first-of-type blockquote {
    color: #fff;
    font-size: 80px;
    font-weight: 200;
    line-height: 1;
    margin: 0 0 20px;
}

.image-section blockquote::before {
    display: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 2px solid currentColor;
    clear: both;
    color: #eee;
    margin: 1.65em auto;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-weight: 200;
    line-height: 1.2em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
    font-size: 80px;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
    border-width: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 3px;
    padding-bottom: 0;
    text-transform: uppercase;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.full-width-content img.pull-left {
    float: left;
    margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
    float: right;
    margin: 0 -200px 40px 40px;
}

figure {
    margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
    margin-bottom: 28px;
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 20px;
    font-weight: 200;
    padding: 10px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
    border: 1px solid #0680a2;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Buttons
--------------------------------------------- */

.button {
    display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

.image-section .button {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}

.image-section .widget .button.clear {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.footer-widgets .widget button:focus,
.footer-widgets .widget button:hover,
.footer-widgets .widget input[type="button"]:focus,
.footer-widgets .widget input[type="button"]:hover,
.footer-widgets .widget input[type="reset"]:focus,
.footer-widgets .widget input[type="reset"]:hover,
.footer-widgets .widget input[type="submit"]:focus,
.footer-widgets .widget input[type="submit"]:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input[type="button"]:focus,
.image-section input[type="button"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="submit"]:focus,
.image-section input[type="submit"]:hover,
.image-section .widget .button:focus,
.image-section .widget .button:hover {
    background-color: #fff;
    border: 2px solid #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
    background-color: #ddd;
    border-color: #ddd;
    cursor: not-allowed;
}

.post-password-form input[type="password"] {
    margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    line-height: 2;
    text-align: left;
    vertical-align: top;
}

td {
    padding: 0.5em;
}

tr {
    border-top: 1px solid #eee;
}

th {
    font-weight: 800;
    padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: 800;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.more-link {
    position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
    float: none;
    margin: 0 auto;
    max-width: 1300px;
}

.site-inner {
    background-color: #ecf0f5;
    clear: both;
    margin-top: 170px;
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: nowrap;
}

.site-container {
    background-color: #ecf0f5;
}

.front-page .site-container .site-inner {
    margin-top: 0;
    max-width: 100%;
}

.altitude-landing .site-container .site-inner {
    margin-top: 100px;
}

.secondary-nav .site-inner {
    margin-top: 265px;
}

.home .site-inner {
    background-color: #ecf0f5;
    clear: both;
    position: relative;
    z-index: 9;
    float: none;
    max-width: 1300px;
    width: 90%;
}


.latest-post-item {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.latest-post-item button,
.read-more,
.category-page-content .read-more {
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    cursor: pointer;
    border: 2px solid #00233c;
    background-color: #FFF;
    font-size: 15px;
    width: 115px;
    height: 45px;
    color: #00233c;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease, padding-right 0.3s ease, width 0.3s ease;
    position: relative;
}


.latest-post-item button:hover,
.read-more:hover,
.category-page-content .read-more:hover {
    background-color: #00233c;
    color: #FFF !important;
    padding-right: 30px;
    width: 145px;
}

.latest-post-item button::after,
.read-more::after,
.category-page-content .read-more::after {
    content: '';
    position: absolute;
    right: 15px;
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23FFFFFF" d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"%3E%3C/path%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}

.latest-post-item button:hover::after,
.read-more:hover::after,
.category-page-content .read-more:hover::after {
    right: 10px;
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .latest-post-item button {
        font-size: 14px;
        width: auto;
        max-width: 100%;
    }

    .category-posts-columns {
        flex-direction: column;
    }

    .category-page-content .column,
    .column-left,
    .column .column-right {
        width: 100% !important;
    }

    .category-post-excerpt {
        height: 50px;
    }

    .category-post-item {
        width: 100% !important;
    }
}


.latest-post-item .excerpt {
    line-height: 1.7em;
    font-size: 15px !important;
    padding-bottom: 15px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    color: #7a7a7a !important;
}

.latest-post-thumbnail {
    max-height: 300px !important;
    width: 50%;
    height: auto;
    position: relative !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-post-thumbnail::before {
    content: "+";
    position: absolute !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center;
    font-size: 32px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 4px;
}

.header-image::before {
    content: "+";
    position: absolute !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
    padding-bottom: 2px;
    padding-left: .5px;
}

.latest-post-thumbnail:hover::before {
    opacity: 1 !important;
}

.latest-posts-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.latest-post-thumbnail img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 444px;
    height: 266px;
}

.latest-post-thumbnail {
    height: auto;
    object-fit: cover;
    display: block;
}

.latest-post-thumbnail:hover img {
    filter: brightness(0.4);
}

.latest-post-title {
    padding-left: 20px;
    width: 50%;
}

.latest-post-title h3 {
    margin: 0;
    padding-bottom: 15px;
    display: flex;
}

.latest-post-title h3 a {
    font-weight: bold;
    color: rgb(0, 35, 60);
    line-height: 1.4em;
    font-size: 18px;
    margin: 0;
    display: flex;
}

.latest-post-title a {
    color: #333 !important;

}

.latest-post-title a:hover h3 {
    text-decoration: underline;
}

.latest-post-title .post-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    padding-bottom: 5px;
}

.latest-post-title .post-meta .author a,
.latest-post-title .post-meta .categories a {
    color: rgba(0, 0, 0, .5) !important;
}

.latest-post-title .post-meta span {
    display: inline-block;
}

.latest-post-title .author {
    padding-right: 3px;
}

.latest-post-title .categories {
    padding-left: 3px;
}

.latest-posts-section {
    background-color: #FFF;
    border-top: #00233c solid 6px;
    display: flex;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: 0 0 24px;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    min-width: 100%;
    padding: 0;
}

.latest-posts-grid {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    ;
    flex-direction: column;
    flex-wrap: wrap;
}

.latest-post-link {
    font-size: 16px;
    color: #00233c;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    width: 100%;
    display: block;
}

.latest-post-link span,
.latest-post-link .categories {
    color: rgba(0, 0, 0, .5) !important;
    font-size: 12px !important;
}

/* Double Column Category
--------------------------------------------- */
.two-column-section {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.two-column-section .column {
    flex: 1;
    border-radius: 5px;
    border-top: #00677f solid 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.latest-post {
    border-bottom: #3a3a3a 1px solid;
    margin-bottom: 20px;
    line-height: 1.7em;
    word-break: break-word;
    word-wrap: break-word;
    font-size: 15px;
}

.latest-post strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
}

.latest-post span {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    justify-content: center;
}

.latest-post p {
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding: 15px;
}

.latest-post-heading strong {
    color: #000;
    font-size: "PT Serif", Georgia, "Times New Roman", serif;

}

.latest-post-heading {
    color: rgba(0, 0, 0, .5);
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    border-bottom: #e2e2e2 solid 1px;
    margin-bottom: 5px;
}

.latest-post h2 {
    font-size: 18px;
    font-family: "PT Serif", "Open Sans", serif;
    color: #00233c;
    margin-bottom: 5px !important;
}

.latest-post-summary {
    padding: 0px 15px 30px 15px;
}

.latest-post-summary h2 a {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    font-size: 18px;
    color: #00677f !important;
}

.latest-post-summary .excerpt {
    line-height: 25.5px;
    color: #3a3a3a !important;
    color: rgba(0, 0, 0, .6);
    font-size: 15px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

.latest-post-summary a {
    color: rgba(0, 0, 0, .6) !important;
}

.older-posts-container {
    display: flex;
    flex-direction: column;
}

.older-post {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 2px;
    padding-bottom: 10px;
    flex-grow: 1;
}

.older-posts-container .older-post:nth-child(1),
.older-posts-container .older-post:nth-child(2) {
    border-bottom: #e2e2e2 solid 1px;
}

.older-post-image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 10px;
    width: 85px;
    height: 65px;
}

.older-post-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.older-post-text {
    width: 90%;
    margin-top: 10px;
    padding-right: 15px;
}

.older-post-text h3 a {
    font-weight: bold;
    color: rgb(0, 35, 60);
    line-height: 1.2em;
    font-size: 18px;
}

.older-post-text h3 a:hover {
    color: #26c3f0;
}

.author a,
.categories a {
    color: rgba(0, 0, 0, 0.5);
}

.older-post-text h3 {
    font-size: 18px;
    font-family: "PT Serif", "Open Sans", serif;
    color: #00233c;
    margin: 0px;
}

.older-post-text span {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
}

.culture-column,
.government-column {
    background-color: #FFF;
}

.two-column-section .header-image img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}

.latest-post .header-image img {
    height: 30vh;
    max-height: 278px;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar {
    height: 88px;
    width: 88px;
}

.entry-comments .avatar {
    height: 60px;
    width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
    border-bottom: 2px solid #f5f5f5;
    font-size: 20px;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.author-box-title {
    font-size: 22px;
    margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form,
.search-form-input {
    overflow: hidden;
    position: relative;
    background: #fff;
    width: 100%;
    height: 50px;
    color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.search-form-input::placeholder {
    color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    letter-spacing: 1px;

}

.search-form input[type="submit"] {
    padding: 25px;
}

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.widget_search input[type="submit"]:focus {
    background: #000;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    padding: 20px 23px;
    right: 0;
    top: 0;
}

.error404 .content .search-form {
    margin-bottom: 80px;
    height: 100%;
    background-color: #ecf0f5;
}

.error404 .content input[type="search"] {
    margin-right: 10px;
    width: auto;
    width: 79%;
    height: 100%;
}

.error404 .full-width-content .content {
    padding: 0 200px 250px !important;
}

.error404 .entry-title {
    padding-top: 80px;
}

.error404 p {
    padding-bottom: 50px;
}

.error404 .search-form-submit {
    font-weight: 600;
    cursor: pointer;
    border-color: #00233c;
    border-width: 2px;
    background-color: #FFF;
    font-size: 15px;
    width: 150px;
    height: 40px;
    line-height: 0px;
    text-align: center;
    cursor: pointer;
    color: #00233c;
    border-radius: 5px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

.error404 .search-form-submit:hover {
    background-color: #00233c;
    color: #FFF;
    padding-right: 5px;
    padding-left: 5px;
}

/* Titles
--------------------------------------------- */
.archive-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.entry-title {
    font-size: 48px;
}

.sidebar .entry-title {
    font-size: 24px;
    text-align: left;
}

.entry-title a {
    color: #000;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #0680a2;
}

/* WordPress
--------------------------------------------- */
.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    color: #000;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 1.2;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.post-password-form input {
    width: auto;
}

.post-password-form input[type="submit"] {
    padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
    word-wrap: break-word;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
    font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
    margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
    margin: 0 20px !important;
}

ol li ul,
ul li ul {
    list-style-type: square;
    padding: .7em 0 .3em 2.143em;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
    padding: 30px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
    font-size: 18px;
    margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
    padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
    display: none;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
    margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 20px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 800;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 16px;
}

.entry-content .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
    padding: 20px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
    background-color: #FFF;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#menu-main-menu {
    color: #000 !important;
}

.featured-section .site-header {
    background-color: transparent;
}

.featured-section .site-header>.wrap {
    border-bottom: 1px solid #fff;
}

html:not([data-scroll="0"]) .site-header {
    background-color: #FFF;
}

#primary-menu {
    text-align: center;
    height: 60px;
}

#primary-menu .sub-menu {
    text-align: left;
}

img#logo {
    justify-content: center;
    display: flex;
    width: 750px;
    /* Explicit width for the default state */
    max-width: 100%;
    /* Ensures it remains responsive */
    padding-bottom: 15px;
    transition: width 0.5s ease;
    /* Transition should be applied only once */
    margin-top: 15px;
    max-height: 150px;
    /* max-height might not need !important */
}

html:not([data-scroll="0"]) .site-header img#logo {
    width: 300px;
    /* Reduced size on scroll */
}

a.logo {
    justify-content: center;
    display: flex;
}

#primary-menu .sub-menu {
    position: absolute;
    color: #FFF;
    left: 0;
    top: 100%;
    display: none;
    background-color: #00233c;
    padding: 20px;
    width: 275px;
}

#primary-menu .sub-menu .menu-item {
    padding-bottom: 25px;
    padding-top: 15px;
    border-bottom: #00385f solid 1px;
    transition: color 0.3s ease !important;
}

#primary-menu .sub-menu .menu-item:hover {
    color: rgb(58, 58, 58) !important;
}

#primary-menu li.menu-item-has-children {
    position: relative;
}

#primary-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}

html:not([data-scroll="0"]) .site-header>.wrap {
    border-bottom: none;
}

html:not([data-scroll="0"]) .nav-secondary {
    display: none;
}


#et-navigation .menu>li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
}

#et-navigation .menu>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #26c3f0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .3s ease;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: .3s ease;
    z-index: 9999;
    width: calc(100% - 21px);
    opacity: 0;
}

#et-navigation .menu>li:hover::after {
    transform: scaleY(1);
    opacity: 1;
}

#et-navigation .menu>li:hover {
    color: #26c3f0;
}



#menu-item-136 a {
    margin: 0 0px 0 0 !important;
    padding: 0px !important;
}


.menu-item-136::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0% !important;
    height: 1px;
    background-color: #fff !important;
    transition: transform 0.5s ease-in-out;
}

.menu-item-has-children>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding-top: 10px;
    display: none;
    border-top: 20px #FFF solid;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.menu-item-has-children>.sub-menu {
    transition: all 0.3s ease;
}

#et-navigation .sub-menu li {
    display: block;
}

#et-navigation a {
    margin: 0 10px 0 0;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: normal;
}

#et-navigation.mobile-active #primary-menu a {
    color: rgba(255, 255, 255);
    text-align: left;
}

#et-navigation.mobile-active #menu-item-136,
#et-navigation.mobile-active #menu-item-136 a {
    color: rgba(255, 255, 255) !important;
    text-align: center !important;
}

.mobile-active .search-form {
    width: 90%;
}

#et-navigation li.menu-item:nth-child(-n+4) a:hover {
    color: #26c3f0;
}

#menu-item-32571 a:hover li#menu-item-23724 a {
    color: rgba(0, 0, 0, .6) !important;
    border-bottom: none;
}

#et-navigation li:last-child a:hover {
    background-color: #00233c;
    color: #FFF !important;
}

#et-navigation li:last-child a {
    width: 100% !important;
    height: 100% !important;
    color: #00233c !important;
    display: contents;
}

#et-navigation .sub-menu li:last-child a {
    padding: 0px !important;
    color: #FFF !important;
}

#et-navigation li:last-child:hover {
    background-color: #00233c !important;
    color: #FFF !important;
    transition: all .5s ease !important;
}


.mobile-active {
    width: 100%;
    text-align: center;
}

.mobile-active #primary-menu {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}



.mobile-active #primary-menu>li {
    display: inline-block;
    position: relative;
}

.mobile-active #primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 0;
    list-style: none;
}

.mobile-active #primary-menu li:hover .sub-menu {
    display: block;
}

#mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 25px;
    top: 6.5%;
    transform: translateY(-50%);
    z-index: 1000;
    outline: none;
    font-weight: 300;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 16px;
    font-weight: 300;
}

.line {
    background-color: #000;
    height: 2px;
    width: 100%;
    transition: all 0.3s ease;
}

#mobile-menu-toggle.active .line1 {
    transform: rotate(45deg);
    position: absolute;
}

#mobile-menu-toggle.active .line2 {
    opacity: 0;
}

#mobile-menu-toggle.active .line3 {
    transform: rotate(-45deg);
    position: absolute;
}

@media screen and (min-width: 768px) {

    .mobile-search-form,
    .site-header .top-navigation #searchform-1 {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    a.logo {
        margin-bottom: 20px;
    }

    #mobile-menu-toggle {
        display: block;
    }

    #et-navigation {
        display: none;
    }

    #et-navigation.mobile-active {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 0;
        background-color: #00233c !important;
        color: #FFF !important;
        padding: 50px 0px 25px 0px;
    }

    .mobile-active .search-form {
        background-color: #00233c !important;
    }

    .mobile-active .search-form-input {
        background-color: #1a3950;
        padding: 7px 10px;
        font-size: 12px;
        line-height: normal;
        max-height: 31px;
        height: auto;
        border: none;
        color: #FFF !important;
    }

    .mobile-active .search-form-input::placeholder {
        color: #8c9ca7 !important;
    }

    .mobile-active .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .mobile-active .sub-menu.show {
        transition: max-height 0.3s ease;
    }

    #primary-menu .sub-menu .menu-item {
        padding-bottom: 8px !important;
        margin-bottom: 0px !important;
    }

    #et-navigation #primary-menu>li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, .1) !important;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.5s ease-in-out;
        z-index: 999;
    }

    .menu-item-has-children .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
    }

    .menu-item-has-children .sub-menu.show {
        display: block;
        position: absolute;
    }

    #et-navigation.mobile-active ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #et-navigation.mobile-active ul li {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding-bottom: 10px;
        display: flex;
        flex-direction: column;
    }

    #et-navigation.mobile-active ul li:last-child {
        border-bottom: none;
        padding-top: 10px;
        font-size: 15px;
    }

    .home #menu-item-23724 a,
    .home #menu-item-23724 a::after {
        color: rgb(38, 195, 240) !important;
    }

    #et-navigation.mobile-active #primary-menu {
        width: 90%;
        height: 100%;
        padding-bottom: 15px;
    }

    #et-navigation.mobile-active .menu-item-has-children:hover .sub-menu {
        display: none !important;
    }

    #et-navigation.mobile-active .menu-item-has-children:hover .sub-menu.show {
        display: grid !important;
    }

    .mobile-active .menu-item-has-children .sub-menu.show {
        display: block !important;
        position: relative;
        width: 100% !important;
    }

    .site-header .top-navigation #searchform-1 {
        width: 90%;
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
        color: #FFF !important;
    }

    .site-header .top-navigation #searchform-1 {
        color: #FFF !important;
    }

    .mobile-active .menu-item-136 {
        text-align: center;
        background-color: #00233c;
        color: #FFF;
    }

    #et-navigation.mobile-active .sub-menu {
        background-color: #00233c;
        color: #FFF;
        border-top: 2px #00233c solid;
        padding: 5px 10px 5px 25px !important;
    }

    #et-navigation.mobile-active .menu-item-136 {
        z-index: 9;
    }

    .mobile-active #primary-menu li.menu-item-has-children>a {
        display: flex;
        align-items: center;
        font-size: 15px;
    }

    .mobile-active #primary-menu li.menu-item-has-children>a::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-right: 0.2em solid #FFF;
        border-top: 0.2em solid #FFF;
        transform: rotate(135deg);
        margin-left: 0.8em;
        position: absolute;
        left: 93%;
        top: 12px;
    }


    .mobile-active .search-form-submit {
        display: none;
    }

    .mobile-active .menu-item {
        position: relative !important;
    }

    .mobile-active .sub-menu {
        display: none;
        position: relative !important;
    }

    .mobile-active .menu-item:hover .sub-menu {
        display: block;
    }

    .mobile-active .sub-menu a {
        display: block;
        text-decoration: none;
    }


    .mobile-active .menu-item-136 {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .mobile-active #menu-item-136 {
        text-align: center !important;
    }

    #footer-bottom .container {
        display: inline !important;
    }

    #footer-nav {
        padding-top: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
    }

    img#logo {
        justify-content: center;
        display: flex;
        width: 80% !important;
        padding-bottom: 15px;
        transition: width 0.5s ease;
        margin-top: 15px;
        max-height: 90% !important;
        padding-right: 15px;
    }

    .two-column-section .header-image img {
        height: 10vh;
    }
}





/* Title Area
--------------------------------------------- */
.title-area {
    float: left;
    padding: 25px 0;
    width: 360px;
    display: none;
}

html:not([data-scroll="0"]) .site-header .title-area {
    padding: 15px 0;
}

.site-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #fff !important;
}

.header-image .title-area,
html:not([data-scroll="0"]) .header-image .site-header .title-area {
    padding: 0;
}

.header-image .site-title>a {
    background-size: contain !important;
    display: block;
    height: 76px;
    text-indent: -9999px;
}

html:not([data-scroll="0"]) .header-image .site-title>a {
    height: 56px;
}

.site-description {
    display: block;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
    line-height: 1;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu li li {
    margin-left: 0;
}

.genesis-nav-menu a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 30px 15px;
    text-transform: uppercase;
}

#menu-main-menu .genesis-nav-menu a {
    color: white !important;
}

html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
    padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
    color: #fff;
}

.genesis-nav-menu li.highlight>a {
    font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item>a,
.genesis-nav-menu>li>a {
    border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item>a:focus,
.front-page .genesis-nav-menu li.current-menu-item>a:hover,
.genesis-nav-menu li.current-menu-item>a,
.genesis-nav-menu>li>a:focus,
.genesis-nav-menu>li>a:hover {
    border-color: #fff;
}

.genesis-nav-menu>.menu-item>a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    letter-spacing: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.sub-menu a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.sub-menu a:hover {
    color: #222;
}

#primary-menu li.menu-item-has-children>a:after {
    position: relative;
    top: -3px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 0.2em solid rgba(0, 0, 0, .6);
    border-top: 0.2em solid rgba(0, 0, 0, .6);
    transform: rotate(135deg);
    margin-right: 0.8em;
    margin-left: 0.8em;
}

#primary-menu li.menu-item-has-children>a:hover:after {
    border-right-color: #26c3f0;
    border-top-color: #26c3f0;
    transition: all .5s ease;
}

#primary-menu li.menu-item:last-child>a:after {
    content: none;
}



.genesis-nav-menu .sub-menu a {
    background-color: #111;
    outline: none;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item>a {
    background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    color: #fff;
    display: inline-block;
    list-style-type: none;
    padding: 27px 20px;
    text-transform: uppercase;
}

.genesis-nav-menu>.right>a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu>.rss>a {
    margin-left: 48px;
}

.genesis-nav-menu>.search {
    display: block;
    margin: 0 auto;
    padding: 0 20px 20px;
    width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    text-align: center;
}

.nav-primary .genesis-nav-menu {
    float: right;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
    border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
    padding: 6px 0;
}

.nav-footer .genesis-nav-menu a {
    border: none;
    font-weight: 800;
    letter-spacing: 3px;
    margin: 0;
    padding: 14px 25px;
}

#footer {
    background-color: #333;
    color: #fff;
    padding: 15px 0;
}

#footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

#footer-bottom .container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 14px;
}

#footer-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px !important;
    flex: 1;
    width: 100%;
    color: rgba(255, 255, 255, .6);
}

#footer-info a {
    color: #fff;
    text-decoration: none;
}

#footer-info a:hover {
    text-decoration: underline;
}

#footer-nav {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    width: 100%;
    max-width: 200px;
    padding-top: 2px;
}

#footer-nav .bottom-nav .menu-item a {
    color: rgba(255, 255, 255, .6) !important;
    font-size: 14px !important;
}

#footer .privacy-policy {
    font-weight: bold
}

#footer .cookie-policy {
    color: rgba(0, 0, 0, .5) !important;
    font-size: 14px !important;
}

#footer-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

#footer-nav ul {
    list-style: none !important;
}

#footer-menu li {
    margin-left: 20px;
    list-style: none !important;
}

.et-extra-social-icons {
    display: flex;
}

.et-extra-social-icon {
    margin-left: 10px;
}

.footer-branding {
    max-height: 10px;
    height: 7px !important;
    width: 76px !important;
}

i.fab.fa-facebook-f img {
    width: 20px !important;
    height: 20px !important;
}

i.fab.fa-twitter img {
    width: 38px !important;
    height: 20px !important;
    padding-right: 20px !important;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Contributor Page Template
---------------------------------------------------------------------------- */

.contributors-list {
    text-align: left;
}

.contributor-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 29.5%;
}

.mall-contributor-img,
.large-contributor-img {
    max-width: 100%;
    height: auto;
}

.contributor-item h3 {
    font-size: 18px;
    color: #00233c;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    margin: 10px 0px !important;
    padding-right: 15px;
}

.contributor-item p {
    color: #aaa;
    padding-bottom: 7px;
    padding-right: 15px;
    line-height: 1.7em;
    word-break: break-word;
    word-wrap: break-word;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.contributors-list img {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
    display: block;
}

.lower-contributor-list img {
    width: 110px !important;
    height: 133px !important;
    object-fit: cover;
    display: block;
}

.lower-contributor-list .contributor-item {
    width: 18.2% !important;
    float: left !important;
    margin-right: 10px !important;
}


/* Search Template
---------------------------------------------------------------------------- */
.search-page-content {
    flex: 1;
    display: flex;
    text-align: left;
}

.search-posts-list {
    flex-direction: column;
    flex: 2;
    border-radius: 5px;
    border-top: #00233c solid 6px;
    width: 100%;
    display: flex;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    padding: 10px;
    text-align: left;
}

.search-post-item {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    gap: 20px;
    text-align: left;
}

.search-post-details .read-more {
    border: 2px #00233c solid;
}

.search-post-title {
    color: #00233c !important;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;

}

.search-post-title a {
    color: #00233c !important;
}

.search-post-meta {
    margin: 0 0 5px;
    padding: 0 0 10px 0;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    text-align: left;
    text-align: left;
}

.search-post-excerpt {
    padding: 0 0 10px 0;
    color: #3a3a3a;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    text-align: left;
}

.search-post-image {
    object-fit: cover;
    display: block;
    max-height: 300px !important;
    width: 50%;
    height: auto;
    position: relative !important;
    overflow: hidden !important;
    justify-content: center;
    align-items: center;
}

.search-title {
    color: rgb(44, 44, 44);
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.search .site-inner {
    background-color: #ecf0f5;
    clear: both;
    position: relative;
    z-index: 9;
    float: none;
    max-width: 1300px;
    width: 90%;
}

.search .content {
    padding-bottom: 25px;
    background-color: #FFF;
    border-radius: 5px;
    border-top: #00233c solid 6px;
    margin-bottom: 50px;
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}


.search .content p {
    padding-left: 10px;
}

.search .entry-meta {
    text-align: left;
    line-height: 1.7em;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.search .content .entry {
    padding: 0px 15px;
}

.search .content-sidebar-wrap {
    width: 100%;
}

.search .pagination {
    padding: 0px 20px 0px 0px;
    margin: 0px;
    gap: 0px;
}

.search .pagination-next,
.search .pagination-previous {
    display: none;
}

.search .pagination li {
    background-color: #0000001a;
    color: #444 !important;
}


.search .pagination li:hover {
    background-color: #0000001a;
    color: #444 !important;
}

.search li.pagination-omission {
    padding: 6px;
}

.search .pagination li.active a {
    background: #00A8FF !important;
    color: #FFF !important;
}

.search .pagination li a,
.pagination-omission {
    background-color: #e9e9e9 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-weight: 510;
    line-height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #0000001a;
    padding: 3px;
    font-size: 15px;
    color: #444;
    list-style: none;
    margin-top: 20px;
}

.search .entry-content {
    padding-bottom: 20px;
}

.search .entry-header {
    padding-bottom: 25px;
}

.search .entry-header::after {
    display: none !important;
}

.search .search-result-content {
    flex-direction: row;
    gap: 30px;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    -webkit-box-align: start;
    align-items: flex-start;
}

.search .search-post-image,
.search .search-post-details {
    width: 50%;
    position: relative;
}

.search .search-post-details {
    padding-right: 15px;
}

.search .search-post-image img {
    width: 100%;
    height: revert-layer;
    object-fit: cover;
    display: block;
    max-width: 100%;
    transition: filter 0.3s ease;
}

.search .search-post-image:hover img {
    filter: brightness(0.4);
}

.search-post-image a {
    width: 100%;
    height: 100%;
    display: flex;
}

.search .search-result-content .search-post-image a::before {
    top: 50% !important;
    left: 50%;
    content: "+";
    position: absolute !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;

    transform: translate(-50%, -50%);
    padding-bottom: 1px;
}

.search .search-post-image a:hover::before {
    opacity: 1 !important;
}

.search .entry-title {
    color: #00233c !important;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.search .entry-content {
    font-size: 15px;
}


@media (max-width: 1025px) {
    .search .content {
        max-width: 100%;
        width: auto;
    }

    .search .sidebar-primary {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
    }

    .category .category-page-content {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
    }

    .category #genesis-sidebar-primary {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
    }

}

@media (max-width: 550px) {
    .search .search-result-content {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .search .search-post-image img {
        width: 100% !important;
        height: 100% !important;
    }

    .search .search-post-image,
    .search .search-post-details {
        width: 100%;
    }

    .search-post-details {
        padding: 0px 15px;
    }
}

/* Author Page
---------------------------------------------------------------------------- */

.author-post-content {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.author-post-image {
    padding-right: 10px;
    max-height: 300px !important;
    width: 50%;
    height: auto;
    position: relative !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-post-details {
    width: 50%;
    padding-left: 10px;
}

.author-post-image a {
    width: 100%;
    height: 100%;
}

.author-post-image img {
    width: 100% !important;
    height: revert-layer;
    object-fit: cover;
    display: block;
    max-width: 100%;
    transition: filter 0.3s ease;
}

.author-post-image img::before {
    content: "+";
    position: absolute !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 2px;
}

.author-post-item {
    background-color: #FFF;
    ;
    width: 100%;
}

.author-post-content .entry-header {
    padding-bottom: 25px;
}

.author-post-content .read-more {
    border: 2px #00233c solid;
    margin-top: 30px;
    color: #00233c;
}

.author-post-content .entry-content {
    font-size: 15px;
}

.author-post-content .entry-meta {
    text-align: left;
    line-height: 1.7em;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.author .site-inner {
    width: 90%;
}

.author .content {
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.author-post-details .entry-title {
    color: #00233c !important;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.author-post-details .entry-header::after {
    border-bottom: 0px solid #FFF;
    content: "";
    display: block;
    margin: 0 auto 0px;
    padding-bottom: 0px;
    width: 25%;
}

.author .content {
    background-color: #FFF;
}

.author .pagination {
    padding: 0px 20px 0px 0px;
    margin: 0px;
    gap: 0px;
}

.author .pagination li:hover {
    background-color: #0000001a;
    color: #444 !important;
}

.pagination .custom-prev,
.pagination .custom-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-weight: 510;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #0000001a;
    padding: 3px;
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    list-style: none;
    width: auto;
}

.pagination .custom-prev.disabled,
.pagination .custom-next.disabled {
    display: none;
}



.author li.pagination-omission {
    padding: 6px;
}

.author .pagination li.active a {
    background: #00A8FF !important;
    color: #FFF !important;
}

.author .pagination li a,
.pagination-omission {
    background-color: #e9e9e9 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-weight: 510;
    line-height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #0000001a;
    padding: 3px;
    font-size: 15px;
    color: #444;
    list-style: none;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.author .archive-title {
    display: none !important;
}

.author-posts-wrapper {
    background-color: #FFF;
    border-radius: 5px;
    border-top: #00233c solid 6px !important;
}

.author .author-title {
    color: #00233c !important;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-size: 18px;
    text-align: left;
}


@media (max-width: 1025px) {
    .author .content {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
    }

    .author .sidebar-primary {
        width: 100% !important;
    }

    .sidebar-primary {
        padding-left: 0px !important;
    }
}


@media (max-width: 1025px) {

    .author .sidebar-primary {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
        margin-left: 0px;
        margin-top: 20px;
    }

    .author .pagination {
        padding: 0px 20px;
    }
}

@media (max-width: 550px) {
    .author .author-post-content {
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .author .author-post-image img {
        width: 100% !important;
        height: 100% !important;
    }

    .author .author-post-image,
    .author .author-post-details {
        width: 100%;
    }

    .author-post-details {
        padding: 0px 15px;
    }
}

/* Ronald Reagan Template
---------------------------------------------------------------------------- */

.elementor.elementor-18854 {
    width: 100%;
}

.ronald-reagan-footer {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    top: -100px !important;
}

#related-posts-top,
#related-posts-bottom {
    border: none;
    box-shadow: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.related-post-text {
    margin-block-end: 0px !important;
}

.e-grid {
    display: flex;
    flex-wrap: wrap;
}

.related-posts .elementor-widget-container p {
    margin: 0px;
}

.related-posts .elementor-widget-container {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.related-post-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.related-post-text p {
    margin-top: auto;
    margin-bottom: auto;
}

/* Category Template
---------------------------------------------------------------------------- */
.category-page-content {
    flex: 1;
    background-color: #ecf0f5;
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding: 0 12px 0 0;
}

.category-page-content .home-slider {
    margin-bottom: 30px;
}

.category-posts-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column {
    width: 48%;
}

.category-post-item {
    margin-bottom: 20px;
    width: 48.5%;
    margin-bottom: 2em;
}

.category-title {
    color: #2c2c2c;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.category-post-image img {
    height: 20vh;
    object-fit: cover;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.category-post-image::before,
.author-post-image::before {
    content: "+";
    position: absolute !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.category-post-image:hover::before,
.author-post-image:hover::before {
    opacity: 1 !important;
}

.category-post-image:hover img,
.author-post-image:hover img {
    filter: brightness(0.4);
}

.category-post-details {
    padding: 15px;
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.category-post-title,
.category-post-title a {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #00233c !important;
    padding: 5px 0px;
}

.category-post-meta {
    padding-top: 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    color: #666;
}

.category-post-excerpt {
    font-size: 15px;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    line-height: 25.5px;
    color: rgb(58, 58, 58) !important;
    padding-bottom: 20px;
    min-height: 6.4em;
}

.category .site-inner {
    width: 90%;
}


.home li#menu-item-23724 .sub-menu a {
    color: #FFF !important;
    border-bottom: none;
}

.home li#menu-item-23724 .sub-menu a:hover,
.sub-menu li:hover {
    opacity: .5;
    color: #FFF !important;
}

.home #menu-item-23724::after {
    border-bottom: none !important;
    opacity: 0 !important;
    background-color: #FFF !important;
}

/* Page Template
---------------------------------------------------------------------------- */

#page-template-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0 auto !important;
    padding: 20px 25px !important;
    max-width: 1300px !important;
    min-width: 100% !important;
    justify-content: space-between !important;
}

#page-template-container .page-template-content {
    background-color: #FFF !important;
    padding: 25px 35px;
    border-top: #00233c 6px solid;
    border-radius: 5px;
    box-sizing: border-box !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}

#page-template-container .inner-page-title {
    font-size: 26px;
    font-weight: 600;
}

#page-template-container .inner-page-content-area {
    width: 100%;
    padding-right: 12px;
}

.page-template-content {
    display: flex !important;
    flex-direction: column !important;
    background-color: #ecf0f5 !important;
    width: 100%;
}

.page-template-content .sidebar-primary {
    flex: auto !important;
}

.social-share-link {
    background: rgba(0, 0, 0, 0.2) !important;
    padding: 10px 5px 0px 5px;
    margin: 0px 3px;
    width: 7%;
    height: 68%;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-background-hover img {
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 2px;
}

.post-footer {
    justify-content: center;
    display: flex;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.social-icons {
    justify-content: center;
    display: flex;
}

.icon-facebook:hover {
    background: rgb(66, 103, 178, 1) !important;
}

.icon-twitter:hover {
    background: rgb(29, 161, 242, 1) !important;
}

.icon-pinterest:hover {
    background: rgb(230, 0, 35, 1) !important;
}

.icon-linkedin:hover {
    background: rgb(10, 102, 194, 1) !important;
}

.icon-basic_email:hover {
    background: rgb(0, 0, 0) !important;
}

.icon-basic_print:hover {
    background: rgb(0, 0, 0) !important;
}

/* Singular Post Page
---------------------------------------------------------------------------- */
.single-post .site-inner {
    background-color: #ecf0f5;
    clear: both;
    position: relative;
    z-index: 9;
    float: none;
    max-width: 1300px;
    width: 90%;
}


.post-and-sidebar-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}


.post-content .post-title {
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    font-weight: 600;
    padding: 50px 50px 0px 50px;
    font-size: 1.6rem;
    z-index: 10;
    line-height: 1.2em;
    margin-bottom: 10px !important;
}

.post-content .post-meta,
.post-content .post-meta a {
    color: rgba(0, 0, 0, .75) !important;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 25.5px;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.post-content .post-meta {
    padding-left: 15px;
    padding-right: 15px;
}

.post-content figure {
    max-width: 100% !important;
    height: auto;
}

.post-content figure .wp-caption.aligncenter {
    text-align: center;
    max-width: 100%;
}

.post-content figure .wp-image {
    width: 100%;
    height: auto;
}


.post-content figure {
    width: auto !important;
    height: auto !important;
}

.post-content figure .wp-caption.aligncenter {
    width: auto !important;
    height: auto !important;
}

.post-content figure img {
    width: auto !important;
    height: auto !important;
}


.widget-wrap ul {
    list-style: none;
}

#genesis-sidebar-primary .widget-wrap ul li:last-child,
#genesis-sidebar-primary .widget-wrap img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.widget-wrap {
    border-radius: .5px;
}

.inner-page-content {
    display: flex !important;
    flex-direction: column !important;
    background-color: #ecf0f5 !important;
}

.inner-page-content .inner-content-text ul,
.inner-page-content .inner-content-text ol {
    padding-left: 15px;
    padding-bottom: 10px;
}

.inner-page-content .inner-content-text ul li {
    margin-bottom: .7em;
}

.post-content p strong {
    font-size: 15px;
    font-weight: 700;
}

#post-page-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0 auto !important;
}

.post-content-section {
    flex: 2 !important;
    padding-right: 20px !important;
}

.post-header-content {
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    padding-right: 12px;
}

.post-header-content.full-width {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    padding-right: 0 !important;
}

.post-content p {
    line-height: 1.7em;
    font-size: 15px;
    word-break: break-word;
    word-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1.6em;
}

.post-content .inner-content-text {
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.post-content-text {
    padding: 10px 60px 10px 60px;
}

.inner-content-text {
    background-color: #FFF;
}

.post-title {
    font-size: 2em;
    margin-top: 15px;
    padding: 20px;
    text-align: center;
}

.post-content {
    line-height: 1.6;
}

.post-footer-section {
    width: 100%;
    margin-top: 40px;
}

.post-pagination {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    clear: both;
    gap: 45px;
}

.pagination-item {
    text-align: center;
    width: 45%;
    font-weight: 600;
    line-height: normal;
}

.prev-item,
.next-item {
    flex: 1;
}

.prev-item {
    text-align: left;
}

.next-item {
    display: block;
    text-align: right;
    flex-direction: column;
    display: flex;

}

.prev-link,
.next-link {
    display: block;
    font-weight: bold;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.prev-link a,
.next-link a {
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    border: 2px solid #00233c;
    background-color: #ecf0f5;
    font-size: 15px;
    color: #00233c;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.next-link {
    float: right;
    margin-bottom: 25px;
}

.prev-link {
    margin-bottom: 35px;
}

.prev-btn,
.next-btn {
    background-color: transparent;
    border: none;
    color: #000000;
    cursor: pointer;
    padding: 0;
    width: auto;
    padding-top: 2.5px;
}

.prev-btn {
    padding-right: 5px;
}

.next-btn {
    padding-left: 5px;
}

.next-link a {
    padding: 10px 27.5px;
    max-width: 77px;
    float: right;
}

.prev-link a {
    padding: 10px 10px;
    max-width: 112px;
}

.prev-link a:hover,
.next-link a:hover {
    background-color: #00233c;
    color: #FFF;
}


.share-title {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 10px 0 0;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 5px;
}

.prev-post-title,
.next-post-title {
    font-size: 15px;
    color: #26c3f0;
}

.author-bio {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}



.author-content {
    display: flex;
    align-items: center;
    padding: 10px 15px 15px 15px;
}

.author-bio img {
    margin-right: 15px;
    width: 150px !important;
    height: 150px !important;
    border-radius: 0%;
}

.author-details {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.author-details p {
    font-size: 15px;
}

.author-name,
.author-name a {
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    color: rgba(0, 0, 0, .75);
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.inner-content-text .post-meta {
    text-align: center;
}

.inner-content-text img {
    max-width: 100%;
    width: 100%;
}

.post-content img:first-of-type {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    box-sizing: border-box;
    padding-bottom: 10px;
    max-height: 474px !important;
}


.post-content img.size-medium {
    width: auto !important;
    max-width: auto !important;
    height: auto !important;
    max-height: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.post-content img.size-medium .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.author-name {
    font-weight: bold;
}

.inner-page-content .sidebar-primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-top: 15px;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    width: 100%;
}

.related-posts {
    background-color: #f9f9f9;
    padding: 20px 0px;
    margin-top: 40px;
    border: 1px solid #ddd;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.related-posts-header,
.author-header {
    margin: 0;
    padding: 0px 0 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}

.author-header {
    padding-top: 10px;
}

.related-posts-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px;
}

.related-post-item {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.related-post-item a {
    text-decoration: none;
    color: #333;
}

.related-posts-image {
    width: 100%;
    height: 40%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-post-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.related-posts-image::before {
    content: "+";
    position: absolute !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center;
    font-size: 30px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 1px;
}

.related-posts-image:hover img {
    filter: brightness(0.4);
}

.related-posts-image:hover::before {
    opacity: 1 !important;
}

.category-post-image {
    width: 100%;
    height: auto;
    position: relative !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.related-post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'PT Serif', Georgia, "Times New Roman", serif;
    line-height: 1.2em;
    padding-top: 10px;
}

.related-post-date {
    font-size: 14px;
    color: #3a3a3a;
    padding-top: 10px;
}



@media (max-width: 768px) {
    .post-and-sidebar-wrapper {
        flex-direction: column;
    }

    .post-and-sidebar-wrapper>.post-content,
    .post-and-sidebar-wrapper>.sidebar-primary {
        flex: 1 1 100%;
        margin-right: 0;
    }

    .post-header-content {
        max-width: 100%;
    }

    .related-post-item {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .related-posts-image {
        height: 48% !important;
    }

    .category-post-image img {
        height: 30vh;
    }
}


@media (min-width: 768px) {
    .home li#menu-item-23724 a {
        color: #26c3f0 !important;
        border-bottom: #26c3f0 2px solid;
        padding-bottom: 5px;

    }

    .hover-other #menu-item-23724 a::after {
        border-right: 0.2em solid rgb(0, 0, 0.6) !important;
        border-top: 0.2em solid rgb(0, 0, 0.6) !important;
    }

    .home .menu-item-23724 a::after {
        border-right: 0.2em solid rgba(38, 195, 240) !important;
        border-top: 0.2em solid rgba(38, 195, 240) !important;

    }

    #primary-menu li a:hover~#menu-item-23724 a {
        color: black !important;
        border-bottom: none;
    }

    #primary-menu li a:hover {
        color: #000;
    }

    #primary-menu li:last-child:hover a {
        color: white !important;
    }

    #primary-menu li:last-child a {
        display: block;
        padding: 10px 20px;
    }

    #menu-item-136:hover {
        background-color: #00233c !important;
        color: #FFF !important;
        transition: all .5s ease !important;
    }


    #menu-item-136 {
        padding: 0px !important;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease;
        background-color: #FFF;
        color: #00233c;
        border: 2px solid #00233c !important;
        position: relative;
        z-index: 9999;
        margin-right: 0px !important;
        height: 30px;
        width: 75px;
    }

    #menu-item-136 a {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }


}

/* Full Width Template
--------------------------------------------- */
.full-width-page-content .elementor-element {
    padding: 0px !important;
    margin: 0px !important;
}

.e-con-inner,
.e-con.e-flex>.e-con-inner {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.full-width-page-content {
    border-top: #00233c solid 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.elementor-element.elementor-element-97d7fb7.e-con-full.e-flex.e-con.e-child {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

#related-posts-bottom {
    top: -150px;
}

.elementor-element-70ef0e5 .elementor-widget-text-editor {
    height: 60% !important;
}

.elementor-element-70ef0e5 .elementor-widget-text-editor p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 1005px) {
    #related-posts-bottom {
        top: -50px !important;
    }

    #related-posts-bottom .elementor-widget-button .elementor-widget-container,
    #related-posts-top .elementor-widget-button .elementor-widget-container {
        margin: -20px 0px 0px 0px !important;
    }

}

@media (max-width: 768px) {
    #related-posts-bottom {
        top: 0px !important;
    }

    #related-posts-bottom .elementor-widget-button .elementor-widget-container,
    #related-posts-top .elementor-widget-button .elementor-widget-container {
        margin: 10px 0px 0px 0px !important;
    }
}

.ronald-reagan-slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ronald-reagan-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.ronald-reagan-slider-item {
    min-width: 100%;
    display: flex;
}

.ronald-reagan-slider-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.ronald-reagan-slider-video {
    flex: 1;
}

.ronald-reagan-slider-text {
    flex: 1;
    padding-left: 20px;
}

.ronald-reagan-slider-text p {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3);
}

button.ronald-reagan-prev,
button.ronald-reagan-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: black;
}

button.ronald-reagan-prev {
    left: 10px;
    background-color: #0000003d;
    color: #FFF;
}

button.ronald-reagan-next {
    right: 10px;
    background-color: #0000003d;
    color: #FFF;
}

.ronald-reagan-slider-name {
    color: #420C04;
    font-family: "Open Sans", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.michael-reagan-text-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.michael-reagan-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.michael-reagan-slider-item {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
}

.michael-reagan-slider-text {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    font-size: 34px !important;
    color: #420c04 !important;
    text-align: center;
    padding: 20px 70px;
}

.michael-reagan-prev,
.michael-reagan-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #420c04;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
}

.michael-reagan-prev {
    left: 10px;
}

.michael-reagan-next {
    right: 10px;
}


/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
    clear: both;
    text-align: center;
    width: 100%;
}

.image-section {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#e6000000", GradientType=0);
    display: table;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
}

.image-section .widget-area {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.image-section,
.image-section a {
    color: #fff;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
    color: #0680a2;
}

.solid-section {
    background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
    border-top: 54px solid transparent;
    margin-top: -54px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: relative;
    z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
    background-attachment: fixed;
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.front-page-1 {
    position: relative;
}

.front-page-1 .image-section {
    padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
    padding-top: 150px;
}

.front-page-4 .solid-section {
    background-color: #f3f3f3;
}

.bottom-image {
    margin-bottom: -120px;
    margin-top: 100px;
}

.bottom-image img {
    margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
    margin-bottom: 0;
}

.small-disclaimer {
    font-size: 14px;
    font-style: italic;
}

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
    font-size: 40px;
    height: 40px;
    margin-bottom: 20px;
    width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
    padding-bottom: 60px;
    padding-top: 100px;
}

.flexible-widgets .widget {
    float: left;
    margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
    background: none;
    margin-left: 0;
    padding: 0;
    width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
    width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
    width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
    width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
    clear: left;
    margin-left: 0;
}

.solid-section .widget {
    background-color: #fff;
    padding: 40px;
}

.solid-section .widget:not(:first-child) .widget-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.flexible-widgets p.large {
    font-size: 36px;
    line-height: 1;
}

.flexible-widgets p.price {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Content
--------------------------------------------- */
.content {
    float: left;
    width: 700px;
}

.page .content {
    padding-bottom: 50px;
}

.sidebar-content .content {
    float: right;
}

.full-width-content .content {
    padding: 0 200px 50px;
    width: 100%;
}

.full-width-content.front-page .content {
    padding: 0;
}

/* Entries
--------------------------------------------- */
.entry {
    margin-bottom: 100px;
}

.widget .entry {
    margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    padding-left: 40px;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #000;
    color: #ddd;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
    font-size: 20px;
    margin-bottom: 0;
}

.page-id-112 .page-template-content p {
    font-size: 15px;
    margin-bottom: 1.6em;
    line-height: 1.7em;
    word-break: break-word;
    word-wrap: break-word;
    color: #3a3a3a;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
}

.entry-header,
.entry-footer {
    text-align: center;
}

.entry-header p.entry-meta {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.entry-header::after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 0 auto 60px;
    padding-bottom: 30px;
    width: 25%;
}

.image-section .entry-header::after {
    border-color: #fff;
}

.entry-footer::before {
    border-top: 1px solid #000;
    content: "";
    display: block;
    margin: 30px auto 0;
    padding-top: 60px;
    width: 25%;
}

.sidebar .entry-header::after {
    display: none;
}

.entry-categories::before,
.entry-tags::before {
    display: inline-block;
    font: 20px/1 dashicons;
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */
.after-entry {
    border-top: 1px solid #000;
    padding: 40px 0;
}

.after-entry .widget {
    margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */
.pagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 5px 0px 5px 0px;
    padding: 8px 8px 25px 8px;
    width: 100%;
}

.page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    font-weight: 510;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #0000001a;
    padding: 3px;
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    list-style: none;
    width: auto;
}


.page-numbers.current {
    background-color: #00233c !important;
    color: #FFF !important;
}

.page-numbers:hover {
    background-color: #e9e9e9;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
    margin-right: 2px;
    margin-left: 2px;
    border: none;
}

.archive-pagination ul {
    gap: 10px;
}

.archive-pagination li a {
    background-color: #000;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #0680a2;
    color: #fff;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
    margin-bottom: 40px;
}

.comment-header {
    font-size: 20px;
}

.entry-comments .comment {
    border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
    clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
    margin: 0;
}

.entry-comments .children .comment {
    border: none;
}

.comment-respond label {
    display: block;
    font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.entry-comments ul.children {
    margin-left: 40px;
}

.ping-list .reply {
    display: none;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
    float: right;
    width: 300px;
    flex: .3;
    background-color: #ecf0f5;
}

.sidebar-content .sidebar {
    float: left;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    word-wrap: break-word;
}

.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 20px;
}

#recent-posts-2,
#nav_menu-3,
#categories-2,
#nav_menu-5 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: .5px;
}

.home .sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    width: 100%;
}

.sidebar-primary {
    display: flex;
    color: rgba(0, 0, 0, 0.75) !important;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 0 0 12px;
}

.search .sidebar-primary,
.author .sidebar-primary {
    padding: 0 0 0 20px !important;
}

.sidebar .widget-title {
    font-size: 16px;
    background-color: #00233c !important;
    color: #FFF;
    padding: 15px;
    margin: 0px !important;
    font-family: "PT Serif", "Open Sans", serif;
    text-transform: uppercase;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#recent-posts-2 li,
#nav_menu-3 li,
#categories-2 li,
#nav_menu-5 li {
    padding: 15px;
    color: rgba(0, 0, 0, .75) !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.3em;
    border-right: #e2e2e2 solid 1px;
    border-bottom: #e2e2e2 solid 1px;
    border-left: #e2e2e2 solid 1px;
    border-top: none;
    background-color: #FFF;
}

#recent-posts-2 a,
#nav_menu-3 a,
#categories-2 a,
#nav_menu-5 a {
    color: rgba(0, 0, 0, .65) !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-stretch: 100%;

}

/* --------------------------------------------------------------
Slider
-------------------------------------------------------------- */
.custom-slider {
    display: flex;
}

.slider-item {
    position: relative;
    min-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 550px;
    height: auto;
}

.header-image img {
    width: 100%;
    height: auto;
}

.header-image {
    position: relative !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-image:hover::before {
    opacity: 1;
}

.header-image img {
    transition: filter 0.3s ease;
}

.header-image:hover img {
    filter: brightness(0.4);
}

.header-image button {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: bottom 0.3s ease, opacity 0.3s ease;
    z-index: 3;
}

.header-image:hover button {
    bottom: 10px;
    opacity: 1;
}




.post-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: left;
    font-family: "PT Serif", "Open Sans", serif;
}

.slider-post-title {
    padding: 5px 10px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin: 0;
    color: #FFF !important;
    font-family: "PT Serif", "Open Sans", serif;
}

.slider-post-title a {
    color: #FFF !important;
}

.slider-post-meta .author a {
    color: #FFF !important;
}

.slider-post-meta {
    padding: 0px 10px;
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400
}

.slider-post-meta .author {
    cursor: pointer;
}

.home-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}


.slider-dots {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 3px;

}

.slider-dots .dot {
    width: 12px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.slider-dots .dot.active {
    width: 20px;
    height: 5px;
    background-color: #FFF;
    border-radius: 10px;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.7s ease-in-out;
}

.home-page-content {
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    background-color: #ecf0f5;
    padding: 0px 12px 0px 0px !important;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-slider .categories a {
    color: #FFF !important;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    color: #000000;
    border: none;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
}

.prev {
    left: 15px;
    padding: 8px;
}

.next {
    right: 15px;
    padding: 8px;
}

.prev:hover {
    color: #000;
    border: #ddd;
    background-color: rgba(255, 255, 255, 0.9);
}

.next:hover {
    color: #000;
    border: #ddd;
    background-color: rgba(255, 255, 255, 0.9);
}

.home-slider:hover .prev,
.home-slider:hover .next {
    opacity: 1;
}

@media (max-width: 768px) {
    .slider-and-sidebar {
        flex-direction: column;
    }

    .slider-container {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .related-posts-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .related-post-item {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .author-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 15px 15px 15px 15px;
    }

    .author-content img {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 15px 5px;
    }

    .latest-post-link,
    .latest-post-title {
        width: 100% !important;
        padding: 0px !important;
    }

    .latest-post-thumbnail {
        padding-right: 0px !important;
        width: 100%;
    }
}


/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
    background-color: #0680a2;
    clear: both;
    text-align: center;
    position: relative;
    z-index: 9;
}

.footer-widgets .wrap {
    padding-bottom: 100px;
    padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
    color: #fff;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
    color: #000;
}

.footer-widgets li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
    background-color: #000;
    padding: 20px;
    text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
    color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
    color: #0680a2;
}

.site-footer p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Custom Patterns
---------------------------------------------------------------------------- */

/* Jump To */
aside.jump-to {
    padding: 25px;
    width: 33%;
    float: right;
    margin: auto 0 12px 20px;
}

aside.jump-to p {
    margin-bottom: 0.5em;
}

@media (max-width: 1024px) {
    aside.jump-to {
        width: 40%;
    }
}

@media (max-width: 767px) {
    aside.jump-to {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* Quick Look */
aside.quick-look {
    padding: 25px;
    width: 33%;
    float: right;
    margin: auto 0 12px 20px;
}

aside.quick-look p {
    margin-bottom: 0.5em;
}

@media (max-width: 1024px) {
    aside.quick-look {
        width: 45%;
    }
}

@media (max-width: 767px) {
    aside.quick-look {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 1280px) {
    .category-post-image img {
        height: 25vh;
    }
}

@media only screen and (max-width: 1280px) {

    .site-inner,
    .wrap {
        max-width: 1140px;
    }

    .category-post-container {
        height: 80%;
    }

}

@media only screen and (max-width: 1200px) {
    .site-header .widget-area {
        width: 580px;
    }

    .content {
        width: 520px;
    }

    .full-width-content .content {
        padding: 0 110px;
    }

    .genesis-nav-menu a {
        padding: 30px 10px;
    }

    html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
        padding: 20px 10px;
    }

    .front-page-1,
    .front-page-3,
    .front-page-5,
    .front-page-7 {
        background-attachment: scroll;
    }

    .header-image::before {
        left: 27% !important;
    }



    .header-image {
        position: relative !important;
        overflow: hidden !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-image::before {
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    .latest-post .header-image img {
        height: 20vh;
    }

    .latest-post-thumbnail img {
        height: 220px !important;
    }


}

@media only screen and (max-width: 1100px) {
    .latest-post-thumbnail img {
        height: 200px !important;
    }
}

@media only screen and (max-width: 1023px) {

    .single-post .site-inner .page-template-content #page-template-container,
    .site-inner,
    #post-page-container,
    #page-template-container,
    .wrap {
        display: grid !important;
    }



    .post-header-content {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .home .sidebar,
    .home-page-content {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
    }

    .header-image {
        width: 100%;
        height: auto;
        max-height: 15vh;
        padding: 20px 20px 0;
        object-fit: cover;
    }


    .latest-post-summary {
        padding: 0 20px 20px;

    }

    .page-template-elementor_header_footer .site-inner {
        display: flex !important;
    }

    .inner-page-content .sidebar-primary {
        width: 100% !important;
        max-width: none !important;
    }

    .sidebar-primary {
        margin-left: 0px;
    }

    .secondary-nav .site-inner {
        margin-top: 45px;
    }

    .front-page .site-inner {
        max-width: none;
    }

    .site-header {
        position: static;
    }

    .front-page .site-header {
        background-color: #000;
    }

    .front-page .site-header>.wrap {
        border: none;
    }

    .content,
    .sidebar,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .page-template-content .sidebar-primary {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
    }

    #page-template-container .inner-page-content-area {
        padding-right: 0px;
    }

    .site-header .title-area,
    html:not([data-scroll="0"]) .site-header .title-area {
        padding: 15px 0;
    }

    html:not([data-scroll="0"]) .header-image .site-title>a {
        height: 76px;
    }

    .genesis-nav-menu,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .header-image .site-title>a {
        background-position: center !important;
    }

    .nav-primary .genesis-nav-menu {
        float: none;
    }

    .nav-secondary,
    html:not([data-scroll="0"]) .site-header .nav-secondary {
        border-bottom: none;
    }

    .genesis-nav-menu a,
    html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
        padding: 10px;
    }

    .front-page .site-inner {
        margin-top: 0;
    }

    .site-inner {
        margin-top: 80px;
    }

    .full-width-content .content {
        padding: 0;
    }

    .full-width-content img.pull-left {
        margin-left: 0;
    }

    .full-width-content img.pull-right {
        margin-right: 0;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .flexible-widgets.widget-full .widget,
    .flexible-widgets.widget-halves .widget,
    .flexible-widgets.widget-thirds .widget,
    .flexible-widgets.widget-fourths .widget {
        margin: 0 auto 20px;
        width: 100%;
    }

    .front-page-1 .widget:first-of-type h4,
    .front-page-2 .widget:first-of-type h4 {
        font-size: 60px;
    }

    .front-page-1 .image-section,
    .secondary-nav .front-page-1 .image-section {
        padding-top: 0;
    }

    .two-column-section {
        display: grid;
    }

    .two-column-section .column,
    .two-column-section .government-column {
        flex: 2;
        border-radius: 5px;
        border-top: #00233c solid 6px;
        width: 100%;
        display: flex;
    }

    .older-posts-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        border-left: #e2e2e2 solid 1px;
        height: 100%;
        width: 50%;
        align-items: flex-end;
    }

    .government-column {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .latest-post {
        border-bottom: none;
        width: 50%;
    }

    .older-post {
        width: 100%;
        display: flex;
        flex-grow: 1;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

    .older-post-image {
        margin-right: 20px;
    }

    .older-post-text {
        flex-grow: 1;
    }

    .latest-post .header-image img {
        height: 20vh;
    }

    .latest-post-heading {
        margin-bottom: 15px !important;
    }

    .search .sidebar-primary,
    .author .sidebar-primary {
        padding: 0 0 0 0px !important;
    }

}

@media only screen and (max-width: 930px) {
    .lower-contributor-list .contributor-item {
        width: 47% !important;
    }

    .lower-contributor-list img {
        width: 250px !important;
        height: 250px !important;
        object-fit: cover;
    }

    .contributor-item {
        width: 90%;
    }

    .lower-contributor-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .latest-post-thumbnail img {
        height: 180px !important;
    }


}

@media only screen and (max-width: 916px) {
    #footer-bottom .container {
        display: grid !important;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
        font-size: 14px;
        text-align: center;
    }

    #footer-info {
        display: inline;
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;

    }

    #footer-bottom .container {
        text-align: center;
    }

    #footer-nav {
        padding-top: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
    }
}

@media only screen and (max-width: 835px) {
    .lower-contributor-list .contributor-item {
        width: 40% !important;
    }
}

@media only screen and (max-width: 800px) {

    .site-inner,
    .wrap {
        max-width: none;
        width: 100%;
    }

    .site-inner,
    .wrap {
        padding: 0 1%;
    }

    .front-page .site-inner {
        padding: 0;
    }

    /* Genesis Responsive Menus */
    nav.nav-primary {
        top: 0;
    }

    .site-header nav .wrap {
        padding: 0;
    }

    nav.genesis-responsive-menu {
        display: none;
        position: relative;
    }

    .js .site-header .nav-primary,
    .js .site-header .nav-secondary {
        display: none;
    }

    .site-header .nav-primary {
        width: 100%;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .site-header .dashicons-before::before {
        transition: none;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        background: #000;
        color: #fff;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background-color: transparent;
        color: #fff;
        border-width: 0;
        opacity: 0.8;
    }

    .menu-toggle:focus,
    .sub-menu-toggle:focus {
        outline: 1px solid #ccc;
        outline-offset: -1px;
    }

    .menu-toggle {
        line-height: 20px;
        height: 50px;
        margin-bottom: 1px;
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle::before,
    .menu-toggle.activated::before {
        margin-right: 10px;
        text-rendering: auto;
    }

    .sub-menu-toggle {
        float: right;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        transform: rotate(0);
        transition: transform 0.25s ease-in-out;
    }

    .sub-menu-toggle.activated::before {
        transform: rotate(180deg);
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
        background-color: transparent;
        border-bottom: 0;
        margin-bottom: 1px;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        outline-color: #fff;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
        text-decoration: underline;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
        outline: 1px solid #fff;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item>a,
    .genesis-responsive-menu .genesis-nav-menu>li>a,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        padding: 15px 20px;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .altitude-home .simple-social-icons ul li {
        margin: 0 20px 20px !important;
    }

    .footer-widgets .wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .front-page-2,
    .front-page-3,
    .front-page-4,
    .front-page-5,
    .front-page-6,
    .front-page-7 {
        border-top: 0;
        margin-top: 0;
    }

    .image-section .flexible-widgets {
        padding-bottom: 80px;
    }

    .solid-section .flexible-widgets {
        padding-bottom: 40px;
        padding-top: 60px;
    }

    .bottom-image {
        margin-top: 60px;
        margin-bottom: -80px;
    }

    body.admin-bar #mobile-menu-toggle {
        top: 8%;
    }

    .latest-post-thumbnail img {
        height: 160px !important;
    }


}



@media only screen and (max-width: 600px) {
    .lower-contributor-list {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .lower-contributor-list .contributor-item {
        width: 100% !important;
    }

    .post-content-text div {
        width: auto !important;
        height: auto !important;
    }

    #mobile-menu-toggle {
        top: 4.5%;
    }

    .category-post-image img {
        height: 25vh;
    }

    .latest-post-thumbnail img {
        height: 120px !important;
    }
}

@media only screen and (max-width: 480px) {
    body.admin-bar #mobile-menu-toggle {
        top: 8.5%;
    }

    .front-page-1 .widget:first-of-type h4,
    .front-page-2 .widget:first-of-type h4 {
        font-size: 40px;
    }

    .government-column,
    .culture-column {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .latest-post {
        width: 100%;
        margin-bottom: 20px;
    }

    .older-post {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }

    .older-post-image {
        margin-right: 20px;
    }

    .older-post-text {
        flex-grow: 1;
    }

    .two-column-section .column {
        display: grid;
    }

    .older-posts-container {
        border-left: none;
        margin-left: 0px;
    }

    .latest-post-summary {
        border-bottom: #e2e2e2 solid 1px;
    }

    .latest-post-item {
        display: flex;
        flex-direction: column;
    }

    .latest-post-thumbnail {
        padding-bottom: 10px;
    }

    .post-pagination {
        gap: 5px !important;
    }

    .category-post-excerpt {
        height: 80px;
    }

    .post-content-text {
        padding: 10px 15px 10px 15px !important;
    }

    .post-details {
        position: inherit;
        background: #FFF;
        color: rgba(0, 0, 0, .5);
        height: 100px;
        max-height: 100%;
    }

    .slider-post-title a {
        color: rgba(0, 0, 0, .6) !important;
        font-family: "PT Serif", Georgia, "Times New Roman", serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.5px;
        line-height: 21.6px;
    }

    .slider-post-meta {
        display: none !important;
    }

    .slider-item {
        display: flex;
        flex-direction: column;
    }

    .older-posts-container {
        width: 100%;
    }

    .latest-post {
        width: 100%;
    }

    .latest-post-thumbnail img {
        height: 215px !important;
    }


}

@media only screen and (max-width: 370px) {
    .site-inner {
        display: flow !important;
    }

    .single-post .site-inner,
    #page-template-container {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .category-post-excerpt {
        height: 160px !important;
    }

    .sidebar-primary {
        padding-left: 5px;
    }

    .latest-post-thumbnail img {
        height: 190px !important;
    }
}
