@charset "UTF-8";
/*
Theme Name: Test Theme
Theme URI: http://example.com/test-theme/
Author: John Doe
Author URI: http://example.com/johndoe/
Description: This is a test theme for demonstration purposes.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: test-theme
*/
/*
-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.	Structure
	3.	Top Navigation
	4.	Search Container
	5.	Header
	6.	Navigation
	7.	Content
	8.	Post Formats
	9.	Single Post
	10.	Entry Content
	11.	Comments
	12.	Respond
	13.	Page & Page Templates
	14.	Pagination
	15.	Sidebar
	16.	Credits
	17.	Media Queries

----------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* -------------------------------------------------------------------------------- */
/*	0.	CSS Reset
/* -------------------------------------------------------------------------------- */
:root {
  --main-blue: #00145D;
}

main {
  background-color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote:before,
blockquote:after {
  content: "";
}

input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

/* -------------------------------------------------------------------------------- */
/*	1.	Document setup
/* -------------------------------------------------------------------------------- */
body {
  border: none;
  color: #111;
  font-family: "Gothic A1", sans-serif;
  font-size: 17px;
}

a {
  color: #00145D;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

::-moz-selection {
  background: #222;
  color: #FFF;
}

::selection {
  background: #222;
  color: #FFF;
}

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

:-ms-input-placeholder {
  color: #A9A9A9;
}

/* Clearing ---------------------------------- */
.clear:after,
.group:after,
.entry-content:after,
.widget-content:after,
[class*=__inner-container]:after {
  clear: both;
  content: "";
  display: block;
}

/* Reset List Style -------------------------- */
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

/* Screen Reader Text ------------------------ */
.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  height: 0.1rem;
  overflow: hidden;
  position: absolute !important;
  left: -999999rem;
  width: 0.1rem;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 0.5rem;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem 2.3rem;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
}

.skip-link:focus {
  left: 2.5rem;
  text-decoration: none;
}

/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* Transitions ------------------------------- */
body a,
.secondary-menu > li.menu-item-has-children a:after,
.primary-menu li a,
.post-tags a:before,
.tagcloud a:before,
.search-button {
  transition: all 0.1s ease-in-out;
}

.post-nav a,
.respond input,
.respond textarea,
.archive-nav a,
.blog-title a,
.primary-menu ul .menu-item-has-children::after,
.secondary-menu ul .menu-item-has-children::after,
.to-the-top,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  transition: all 0.2s ease-in-out;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Element Base
/* -------------------------------------------------------------------------------- */
p,
blockquote,
li,
address,
dl,
pre {
  line-height: 1.5;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 50px 0 25px;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

blockquote {
  font-size: 2em;
  text-align: center;
  position: relative;
  font-style: italic;
}

blockquote p {
  font-style: italic;
}

hr {
  width: 128px;
  max-width: 60%;
  height: 2px;
  background: #DDD;
  margin: 50px auto;
  border: 0;
}

hr.is-style-wide,
hr.is-style-dots {
  max-width: 100%;
  width: 100%;
}

hr.is-style-dots {
  background: none;
}

code,
kbd,
pre {
  background-color: #eee;
  font-family: "Gothic A1", sans-serif;
  font-size: 0.85em;
}

.highlight {
  background-color: #fcf8a5;
  display: inline;
  padding: 2px 3px;
}

kbd,
code {
  padding: 5px;
  border-radius: 3px;
}

dl dt {
  font-weight: bold;
}

ul,
ol {
  margin: 0.5em 0 0.5em 1.5em;
}

li {
  margin: 0.5em 0;
}

address {
  background: #F1F1F1;
  padding: 3% 3.5%;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: 140%;
  padding: 2% 2.5%;
  background: #eee;
  border: 1px solid #ddd;
}

p.has-drop-cap:not(:focus):first-letter {
  font-size: 5.9em;
  font-weight: 400;
}

/* Post Media -------------------------------- */
figure {
  margin: 0;
}

/* Makes Jetpack Tiled Galleries play nice with the related posts field */
.tiled-gallery {
  clear: none !important;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption > a,
.wp-caption img {
  display: block;
}

.wp-caption-text,
.gallery-caption {
  color: #444;
  font-family: "Gothic A1", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 130%;
  margin: 12px auto 0;
  text-align: center;
}

figcaption {
  font-family: "Gothic A1", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 130%;
  margin: 0 auto;
}

.gallery-caption {
  font-size: 16px;
  line-height: 24px;
}

.gallery-icon a {
  border: none;
}

/* Tables ------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  margin: 2em 0;
  width: 100%;
}

th,
td {
  padding: 10px;
  margin: 0;
  overflow: visible;
  line-height: 120%;
  border-bottom: 1px solid #DDD;
}

caption {
  color: #111;
  text-align: center;
  padding: 10px;
}

thead {
  vertical-align: bottom;
  white-space: nowrap;
}

th {
  font-weight: 700;
  color: #111;
}

/* Forms ------------------------------------- */
fieldset {
  padding: 25px;
  border: 2px solid #ddd;
  margin-bottom: 1em;
}

fieldset legend {
  font-family: "Gothic A1", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 12px;
  background: #00145D;
  color: #fff;
}

label {
  font-size: 1rem;
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
}

input,
textarea {
  font-family: "Gothic A1", sans-serif;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #111;
  font-size: 0.9em;
  margin: 0;
  padding: 20px;
  width: 100%;
  -webkit-appearance: none;
}

input[type=file] {
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
}

textarea {
  height: 180px;
  line-height: 140%;
}

button,
.button,
.faux-button,
:root .wp-block-button__link,
:root .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 16px 20px;
  margin: 0;
  border: none;
  border-radius: 2px;
  background: #00145D;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
}

input[type=submit] + input[type=reset],
input[type=submit] + input[type=button],
input[type=reset] + input[type=submit],
input[type=reset] + input[type=button],
input[type=button] + input[type=reset],
input[type=submit] + input[type=submit] {
  margin-left: 5px;
}

button:hover,
.button:hover,
.faux-button:hover,
:root .wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  cursor: pointer;
  opacity: 1;
}

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */
.section-inner {
  width: 1200px;
  max-width: 88%;
  margin: 0 auto;
}

p {
  overflow-wrap: normal !important;
}

.wrapper {
  position: relative;
}

.content,
.sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar {
  padding-top: 30px;
}
.sidebar.hidden {
  display: none;
}

.sidebar.hidden + .content {
  width: 100%;
}

.content {
  width: 68%;
  float: left;
}
.content.full {
  width: 100%;
}
.content .post-image img {
  width: 100%;
}
.content .post-image.hidden {
  display: none;
}

.content:before {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -9999;
  top: 0;
  right: 28.5%;
  bottom: 0;
  left: -10000px;
}

.sidebar {
  float: right;
  width: 28.5%;
}

/* -------------------------------------------------------------------------------- */
/*	3.	Top Navigation
/* -------------------------------------------------------------------------------- */
/* Secondary Menu ---------------------------- */
.secondary-menu {
  font-size: 0.9rem;
}

.secondary-menu a {
  text-decoration: none;
  font-weight: 500;
}

.secondary-menu li {
  line-height: 1;
  position: relative;
}

.secondary-menu > li {
  float: left;
}

.secondary-menu > li > a {
  display: block;
  padding: 10px 8px;
  color: #00145D;
}

.secondary-menu > li:hover > a,
.secondary-menu > li.focus > a {
  filter: brightness(85%);
}

/* Sub Menus --------------------------------- */
.secondary-menu ul {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 999;
  left: -9999px;
  top: 50px;
  padding: 4px;
  background-color: #fff;
}

.secondary-menu ul .menu-item-has-children::after {
  content: "";
  display: block;
  border: 4px solid transparent;
  border-left-color: #666;
  position: absolute;
  z-index: 1001;
  right: 6px;
  top: 50%;
  margin-top: -4px;
}

.secondary-menu ul li {
  width: 200px;
  background: #fff;
}

.secondary-menu ul a {
  display: block;
  padding: 4px;
  margin: 4px;
  line-height: 130%;
  color: #000;
}

.secondary-menu ul li:hover > a,
.secondary-menu ul li.focus > a {
  color: --main-blue;
}

.secondary-menu ul .menu-item-has-children:hover::after,
.secondary-menu ul .menu-item-has-children.focus::after {
  border-left-color: #000;
}

.secondary-menu > li:hover > ul,
.secondary-menu > li.focus > ul {
  opacity: 1;
  left: 0px;
  top: 100%;
}

/* Deep Down --------------------------------- */
.secondary-menu ul ul {
  padding-top: 0;
  top: 5px;
}

.secondary-menu li > ul > li:hover > ul,
.secondary-menu li > ul > li.focus > ul {
  opacity: 1;
  left: 200px;
  top: 0;
  margin-left: 0;
}

/* Social Menu ------------------------------- */
.social-menu li {
  float: left;
  position: relative;
}
.social-menu li:first-child {
  margin-left: 0;
}
.social-menu a {
  border-radius: 999px;
  color: #00145D;
  display: block;
  height: 36px;
  line-height: 1;
  position: relative;
  text-decoration: none;
  width: 36px;
}
.social-menu a:hover, .social-menu a.active {
  color: #00145D;
  filter: brightness(0.85);
}
.social-menu a::before {
  content: "\f0c1";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  right: 0;
}

/* NON-BRAND ICONS */
.social-menu a[href*=mailto]::before {
  content: "\f0e0";
}

.social-menu a[href*="/feed/"]::before,
.social-menu a[href*=rss]::before {
  content: "\f09e";
}

.social-menu a[href*="?s"]::before {
  content: "\f002";
}

/* BRAND ICONS */
.social-menu a[href*="500px.com"]::before {
  content: "\f26e";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="amazon.com"]::before {
  content: "\f270";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="angel.co"]::before {
  content: "\f209";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="audible.com"]::before {
  content: "\f373";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="behance.net"]::before {
  content: "\f1b4";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="blogger.com"]::before {
  content: "\f37d";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="codepen.io"]::before {
  content: "\f1cb";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="creativecommons.com"]::before {
  content: "\f25e";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="deviantart.com"]::before {
  content: "\f1bd";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="digg.com"]::before {
  content: "\f1a6";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="discordapp.com"]::before {
  content: "\f392";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="dribbble.com"]::before {
  content: "\f17d";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*=ebay]::before {
  content: "\f4f4";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="etsy.com"]::before {
  content: "\f2d7";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="facebook.com"]::before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="flickr.com"]::before {
  content: "\f16e";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="github.com"]::before {
  content: "\f113";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="gitlab.com"]::before {
  content: "\f296";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="goodreads.com"]::before {
  content: "\f3a9";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*=houzz]::before {
  content: "\f27c";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="imdb.com"]::before {
  content: "\f2d8";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="instagram.com"]::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="kickstarter.com"]::before {
  content: "\f3bc";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="jsfiddle.net"]::before {
  content: "\f1cc";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="linkedin.com"]::before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="last.fm"]::before {
  content: "\f202";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="medium.com"]::before {
  content: "\f3c7";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="meetup.com"]::before {
  content: "\f2e0";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="mixcloud.com"]::before {
  content: "\f289";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="patreon.com"]::before {
  content: "\f3d9";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="pscp.tv"]::before {
  content: "\f3da";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*=pinterest]::before {
  content: "\f231";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="play.google.com"]::before {
  content: "\f3ab";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="plus.google.com"]::before {
  content: "\f0d5";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="producthunt.com"]::before {
  content: "\f288";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="quora.com"]::before {
  content: "\f2c4";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="reddit.com"]::before {
  content: "\f281";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="slack.com"]::before {
  content: "\f198";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="soundcloud.com"]::before {
  content: "\f1be";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="spotify.com"]::before {
  content: "\f1bc";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="tumblr.com"]::before {
  content: "\f173";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*=twitch]::before {
  content: "\f1e8";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="twitter.com"]::before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="vimeo.com"]::before {
  content: "\f27d";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="wordpress.org"]::before,
.social-menu a[href*="wordpress.com"]::before {
  content: "\f411";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="youtube.com"]::before {
  content: "\f167";
  font-family: "Font Awesome 5 Brands";
}

.social-menu a[href*="unsplash.com"]::before {
  content: "\f030";
  font-family: "Font Awesome 5 Free";
}

.no-js .social-menu li:last-child {
  display: none;
}

/* hide the search toggle icon if there's no javascript support */
.social-menu .active:after {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: -13px;
  right: 10px;
}

/* -------------------------------------------------------------------------------- */
/*	4.	Search Container
/* -------------------------------------------------------------------------------- */
.search-container {
  display: none;
  background: #fff;
}

.search-container .section-inner {
  position: relative;
}

.search-container .search-field {
  display: block;
  border: none;
  background: none;
  width: 100%;
  padding: 35px 92px 35px 0;
  margin-right: 50px;
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  font-style: italic;
  color: #222;
}

.search-container .search-field:focus {
  outline: none;
}

.search-container .search-button {
  background: none;
  color: #00145D;
  display: block;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
  text-shadow: none;
}

.search-container .search-button .fa {
  font-size: 40px;
}

.search-container .search-button:hover {
  cursor: pointer;
  color: #00145D;
}

/* -------------------------------------------------------------------------------- */
/*	5.	Site Header
/* -------------------------------------------------------------------------------- */
.header-wrapper {
  background-color: #fff;
  color: #00145D;
}

.header .section-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header .logo img {
  width: 550px;
}

.blog-header {
  display: flex;
  flex-direction: row;
}
.blog-title {
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 0 1px 0 #111;
}
.blog-title a {
  color: #fff;
  text-decoration: none;
}
.blog-title a:hover {
  color: #00145D;
}
.blog-description {
  flex: 1;
  box-sizing: border-box;
  margin: 24px 0;
  font-size: 20px;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 115%;
  font-style: italic;
  display: flex;
  align-items: center;
}
.blog-description p {
  margin: 0;
  text-align: center;
}
.blog-logo, .blog-logo img {
  text-align: center;
  margin: 0;
  display: block;
}
.blog-logo {
  flex: 1.3;
}

.top-nav .eyelogo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-nav > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.top-nav > div > *:first-child {
  flex: 1;
}
.top-nav > div img {
  margin: 0 auto;
  height: 40px;
}

/* -------------------------------------------------------------------------------- */
/*	6.	Navigation
/* -------------------------------------------------------------------------------- */
.mobile-menu {
  display: none;
}

.navigation {
  background-color: #00145D;
}
.navigation > div {
  display: flex;
}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #00145D;
  z-index: 100000;
}
.navigation.sticky > li {
  background-color: #00145D;
}
.navigation.sticky > li:hover {
  transform: scale(1.1);
}
.navigation.sticky > li > a {
  padding: 6px 4px 4px;
  margin: 4px;
  color: #fff;
}

.primary-menu {
  flex: 1;
  font-size: 0.8rem;
  transition: background-color 0.2s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 0;
}

.primary-menu a {
  text-decoration: none;
}

.primary-menu li {
  position: relative;
}

.primary-menu > li {
  transition: background-color 0.2s;
}
.primary-menu > li:hover > a, .primary-menu > li.current-menu-item > a {
  background-color: #fff;
  color: #00145D;
}
.primary-menu > li > a {
  border-color: #00145D;
  background-color: #00145D;
  color: #fff;
  padding: 15px 12px 10px;
  line-height: 1;
  transition: border 0.2s, background-color 0.2s;
  display: block;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.primary-menu > li.current_menu_item > a {
  color: #00145D;
}

@media (max-width: 1360px) {
  .primary-menu > li > a {
    padding: 14px 10px 10px;
    letter-spacing: 0.2px;
    font-weight: 800;
  }
}
@media (max-width: 1150px) {
  .primary-menu > li > a {
    padding: 14px 6px 10px;
  }
}
@media (max-width: 1100px) {
  .primary-menu > li > a {
    padding: 14px 14px 10px;
    letter-spacing: 0.4px;
    font-weight: 900;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
/* Sub Menus --------------------------------- */
.primary-menu ul {
  display: block;
  position: absolute;
  left: -9999px;
  top: 100%;
  z-index: 999;
  animation: growDown 200ms ease-in-out forwards;
  transform-origin: top center;
}
.primary-menu ul .menu-item-has-children:hover::after {
  border-left-color: #222;
  right: -10px;
}
.primary-menu ul li {
  width: 220px;
  text-align: center;
}
.primary-menu ul li:first-child > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 2px solid black;
}
.primary-menu ul li:last-child > a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 2px solid black;
}
.primary-menu ul a {
  display: block;
  padding: 12px;
  line-height: 130%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #fff;
  border-left: 2px solid black;
  border-right: 2px solid black;
  color: black;
  transition: background-color 0.2s, border 0.2s;
}
.primary-menu ul a:hover {
  color: #fff;
  border-color: #00145D;
  background-color: #00145D;
}

.primary-menu > li > ul {
  opacity: 1;
  left: 50%;
  margin-left: -110px;
  display: none;
}
.primary-menu > li:hover > ul, .primary-menu > li.focus > ul {
  display: block;
}

.primary-menu li > ul > li:hover > ul,
.primary-menu li > ul > li.focus > ul {
  left: 100%;
  margin-left: 0;
  opacity: 1;
  top: 0;
}

/* Post Preview ------------------------------ */
.posts {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.posts.feature {
  flex-direction: column;
}
.posts.feature .post {
  min-width: unset;
  max-width: unset;
  display: flex;
  flex-direction: row;
}
.posts.feature .post .post-image {
  margin: 0;
}
.posts.feature .post-header {
  flex: 1;
  padding: 16px;
  padding-top: 0;
}
.posts.feature .post-categories {
  margin-top: 0;
}
.posts.feature .post-title {
  font-size: 2em;
  font-weight: 800;
}
.posts.feature .post-excerpt {
  font-size: 1em;
}
.posts.feature .post-image img {
  width: 450px;
}

.posts .post {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 0;
  min-width: 32%;
  max-width: 33.333%;
  flex: 1;
  padding: 6px;
}
.posts .post a {
  text-decoration: none;
}
.posts .post:hover {
  transition: transform 0.2s box-shadow 0.2s;
  transform: scale(1.03);
}

.recent-posts-title {
  color: #00145D;
  margin-top: 0px;
}

/* Post Image -------------------------------- */
.post-image {
  position: relative;
  margin-bottom: 8px;
}

.post-image > a,
.post-image img {
  display: block;
  border-radius: 5px;
}

a .post-timeago {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #888;
  font-weight: 700;
}
a .post-timeago > img {
  height: 1.5em;
}
a .post-timeago:hover {
  color: #888;
}

.post-timeago {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: -3px;
}
.post-timeago__img {
  width: 20px;
  height: 20px;
}
.post-timeago__text {
  position: relative;
  top: 1px;
  left: 4px;
  font-size: 12px;
  line-height: 14px;
}
.post-image a {
  position: relative;
}
.post-image a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.post-image .sticky-tag {
  display: none;
}
.post-excerpt {
  color: #111;
  font-size: 14px;
  text-align: justify;
}
.post-categories {
  margin: 4px 0 12px;
  font-size: 0.8rem;
  line-height: 120%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #00145D;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-categories a {
  font-size: 12;
  text-decoration: none;
  color: white;
  background-color: #00145D;
  padding: 7px 8px 4px;
  border-radius: 5px;
  display: inline-block;
  margin: 1px;
  font-weight: 900;
  max-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 0;
  display: block;
  -ms-word-break: break-word;
  word-break: break-word;
  color: #111;
}
.post-title a {
  display: block;
}
.post-title a:hover {
  text-decoration: none;
}
.post-meta {
  color: #888;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 120%;
  margin: 6px 0 0 0;
}
.post-meta a {
  color: #888;
}
.post-meta a:hover {
  color: #888;
  text-decoration: underline;
}

.sticky .sticky-tag {
  display: block;
  width: 22px;
  height: 26px;
  background: #00145D;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 0;
}

.sticky .sticky-tag:after {
  content: "";
  display: block;
  position: absolute;
  border: 11px solid #00145D;
  border-top-width: 0;
  border-bottom: 5px solid transparent;
  bottom: -5px;
  left: 0;
  -webkit-transform: rotate(0.01deg);
}

.sticky .sticky-tag .fa {
  font-size: 12px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}

.feature-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.feature-post {
  flex: 1;
  min-width: 40%;
  margin: 5px;
  display: block;
  position: relative;
  transition: box-shadow 0.2s, border-radius 0.2s;
  border-radius: 10px;
  display: flex;
}
.feature-post:hover {
  border-radius: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.feature-post:hover img {
  border-radius: 0;
}
.feature-post:first-child {
  flex: 2;
  min-width: 80%;
}
.feature-post__img {
  flex: 1;
  display: flex;
}
.feature-post__img img {
  transition: box-shadow 0.2s, border-radius 0.2s;
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 500px;
  height: 25vh;
  border-radius: 5px;
  max-height: 500px;
  position: relative;
}
.feature-post__title {
  position: absolute;
  bottom: 10px;
  color: #fff;
  padding: 10px;
}
.feature-post__title h2 {
  transition: text-shadow 0.2s;
  margin: 0;
  padding: 8px 10px 4px;
  display: block;
  max-width: 100%;
  transition: background-color 0.2s;
  border-radius: 5px;
  text-shadow: none;
  background-color: #00145D;
}

/* -------------------------------------------------------------------------------- */
/*	7.	Post Archive
/* -------------------------------------------------------------------------------- */
/* Archive Header ---------------------------- */
.archive-header {
  margin: 20px 0;
  text-align: center;
}
.archive-header-inner {
  border-bottom: 2px solid #ddd;
}

.archive-title,
.archive-subtitle {
  font-size: 0.85rem;
  line-height: 110%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}

.archive-title {
  border-bottom: 2px solid #00145D;
  float: left;
  margin: 0 0 -2px 0;
  padding: 0 0 10px;
}

.archive-subtitle {
  float: right;
  margin: 0;
}
.archive-subtitle .sep {
  margin: 0 5px;
  color: #aaa;
}

.archive-description {
  margin-top: 10px;
  text-align: left;
}
.archive-description p:first-child {
  margin-top: 0;
}

/* -------------------------------------------------------------------------------- */
/*	8.	Post Formats
/* -------------------------------------------------------------------------------- */
/* Format Gallery ------------------------------------- */
.flexslider {
  position: relative;
  overflow: hidden;
}

.single-post .flexslider {
  margin-bottom: 40px;
}

.flexslider .slides li {
  display: none;
  position: relative;
}

.flexslider .slides li:first-child {
  display: block;
}

.flexslider img {
  display: block;
}

/* Slider Navigation */
.flex-direction-nav {
  display: none;
  list-style: none;
  margin: -13px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.flex-direction-nav li {
  line-height: 1;
  margin: 0;
}

.single .flex-direction-nav {
  display: block;
}

.flex-direction-nav a {
  display: block;
  color: #fff;
  position: absolute;
  text-decoration: none;
}

.flex-direction-nav a:before {
  font: 32px/1 "Font Awesome 5 Free";
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.flex-direction-nav .flex-prev {
  left: 2.5%;
}

.flex-direction-nav .flex-prev:before {
  content: "\f053";
}

.flex-direction-nav .flex-next {
  right: 2.5%;
}

.flex-direction-nav .flex-next:before {
  content: "\f054";
}

.flex-direction-nav a:hover {
  color: #fff;
}

/* Single Post */
.single-post .flex-direction-nav {
  margin-top: -17px;
}

.single-post .flex-direction-nav a:before {
  font-size: 40px;
}

/* -------------------------------------------------------------------------------- */
/*	9.	Single Post
/* -------------------------------------------------------------------------------- */
/* Post Header ----------------------------------------- */
.single-post .post-header {
  margin-bottom: 10px;
}

.single-post .post-categories {
  font-size: 0.9rem;
}
.single-post .post-categories > a {
  margin: 2px 4px;
}

.single-post .post-title {
  font-size: 2.5em;
  line-height: 135%;
  font-weight: 900;
}

.single-post .post-meta {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
  font-size: 1rem;
  color: #999;
  display: none;
}

.single-post .post-comments {
  float: right;
}

.single-post .post-comments .fa {
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.single-post .post-meta a {
  color: #00145D;
  text-decoration: none;
}

.single-post .post-meta a:hover {
  text-decoration: underline;
}

/* Post Image ----------------------------------------- */
.single-post .post-image {
  display: block;
  clear: both;
  margin-bottom: 20px;
}

.image-caption {
  padding: 8px 0 8px;
  font-size: 0.9em;
  line-height: 120%;
  font-weight: 500;
  color: #111;
  position: relative;
}

.single-post .post-image-caption {
  padding: 17px 0 17px 24px;
  border-bottom: 1px solid #ddd;
  font-size: 0.9em;
  line-height: 120%;
  font-weight: 700;
  color: #111;
  position: relative;
}

.single-post .post-image-caption .fa {
  color: #00145D;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
}

.single-post .post-image-caption a {
  text-decoration: none;
}

.single-post .post-image-caption a:hover {
  text-decoration: underline;
}

div.sharedaddy h3.sd-title {
  font-family: inherit !important;
  font-weight: 900 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px !important;
}

/* Post Inner -------------------------------- */
.single-post .post-inner {
  position: relative;
  z-index: 5;
}

/* Post Links -------------------------------- */
.post-content p.page-links {
  display: inline-block;
  margin-bottom: 15px;
  background: #eee;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}

.page-links a,
.page-links > span {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}

.page-links a:first-child,
.page-links span:first-child {
  margin-left: 0;
}

.post-content .page-links a:hover {
  background: #00145D;
  color: #fff;
  text-decoration: none;
}

.page-links > span:nth-of-type(2) {
  background: #ccc;
  color: #111;
}

/* Post Tags --------------------------------- */
.post-tags {
  margin-top: 35px;
}

.post-tags,
.tagcloud {
  line-height: 1;
}

.post-tags a,
.tagcloud a {
  background-color: #ddd;
  color: #444;
  display: inline-block;
  font-size: 0.7rem !important;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 3px 8px 11px;
  padding: 5px 6px 6px 3px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.tagcloud a {
  background-color: #ccc;
}

.post-tags a {
  margin-right: 8px;
}

.post-tags a:before,
.tagcloud a:before {
  content: "";
  display: block;
  border: 11px solid transparent;
  border-left-width: 0;
  border-right-color: #ddd;
  position: absolute;
  top: 0;
  left: -11px;
}

.tagcloud a:before {
  border-right-color: #ccc;
}

.post-tags a:hover,
.tagcloud a:hover {
  background: #00145D;
  color: #fff;
}

.post-tags a:hover:before,
.tagcloud a:hover:before {
  border-right-color: #00145D;
}

/* Post Author ------------------------------- */
.post-author {
  min-height: 130px;
  padding: 30px 25px 30px 120px;
  margin-top: 40px;
  background: #26272B;
  border-radius: 6px;
  position: relative;
}

.post-author:before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #25262B;
  position: absolute;
  top: -12px;
  left: 53px;
}

.post-author > .avatar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 20px;
}

.post-author img {
  display: block;
  width: 80px;
  height: auto;
  border-radius: 99px;
  padding: 5px;
  background: #444;
}

.post-author .title {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.post-author .title a {
  color: inherit;
  text-decoration: none;
}

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

.post-author-description {
  margin-top: 6px;
}

.post-author-description p {
  color: #aaa;
  font-size: 0.95em;
}

.post-author-description p:first-child {
  margin-top: 0;
}

.post-author-description p:last-child {
  margin-bottom: 0;
}

.post-author .social-menu {
  float: none;
}

.post-author .social-menu li {
  list-style: none;
}

.social-menu a.post-author-archive::before {
  content: "\f187";
}

.social-menu a.post-author-website::before {
  content: "\f015";
}

/* Related Posts ----------------------------- */
.post-inner .related-posts {
  display: none;
}

.related-posts > .row {
  display: flex;
}

.related-posts-title {
  margin-top: 30px;
  padding-top: 6px;
  border-top: 2px solid #222;
  font-size: 0.675em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222;
}

.related-post {
  display: block;
  text-decoration: none;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.related-post:hover {
  transform: scale(1.05);
}
.related-post img {
  display: block;
  width: 100%;
}
.related-post .category {
  margin: 10px 0 0;
  font-size: 0.675em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00145D;
}
.related-post .title {
  color: #111;
  margin: 4px 0 0;
  font-size: 0.85em;
  font-weight: 700;
}

.jp-related-posts-i2__row {
  display: flex;
  margin-top: 1.5rem;
}

.jp-related-posts-i2__row:first-child {
  margin-top: 0;
}

.jp-related-posts-i2__post {
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 10px;
  padding-left: 0;
}

.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
  max-width: calc(33% - 20px);
}

.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post {
  max-width: calc(50% - 20px);
}

.jp-related-posts-i2__post-context,
.jp-related-posts-i2__post-date,
.jp-related-posts-i2__post-heading,
.jp-related-posts-i2__post-img-link {
  display: block;
  flex-direction: row;
}

.jp-related-posts-i2__post-heading {
  font-size: 1rem;
  line-height: 1.2em;
  margin: 0.5rem 0;
}

.jp-related-posts-i2__post-link {
  display: block;
  line-height: 1.2em;
  width: 100%;
}

.jp-related-posts-i2__post-img-link {
  order: -1;
}

.jp-related-posts-i2__post-img-link img {
  width: 100%;
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row {
  display: block;
  margin-top: 0;
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post {
  margin: 0;
  max-width: none;
}

.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link {
  margin-top: 1rem;
}

@media only screen and (max-width: 640px) {
  .jp-related-posts-i2__row {
    display: block;
    margin-top: 0;
  }
  .jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
    margin: 1rem 0 0;
    max-width: none;
  }
  .jp-related-posts-i2__post-img-link {
    margin-top: 1rem;
  }
  .jp-related-posts-i2__post-img-link img {
    width: 350px;
  }
}
#jp-relatedposts {
  clear: both;
  display: none;
  margin: 1em 0;
  padding-top: 1em;
  position: relative;
}

.jp-relatedposts:after {
  clear: both;
  content: "";
  display: block;
}

#jp-relatedposts h3.jp-relatedposts-headline {
  margin-top: 30px;
  padding-top: 6px;
  border-top: 2px solid #222;
  font-size: 0.675em;
  font-weight: 900;
  text-transform: uppercase;
  color: #222;
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
  border-top: 1px solid #dcdcde;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  display: none !important;
  margin-bottom: 0 !important;
  min-width: 30px;
  width: 100%;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
  font-style: normal;
  font-weight: 900 !important;
  letter-spacing: 1px;
}

#jp-relatedposts .jp-relatedposts-items {
  clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
  margin-right: -20px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  margin: 0 0 1em;
  width: 33%;
  transition: all 0.1s ease-in-out;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
  transform: scale(1.05);
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  padding-right: 20px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
  clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
  text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
  filter: alpha(opacity=100);
  filter: none !important;
  -moz-opacity: 1;
  opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
  position: relative;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
  border-bottom: 0;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
  margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  display: block;
  font-family: inherit;
  margin: 0;
  max-width: 100%;
  text-transform: none;
  margin-top: 8px !important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
  color: #111 !important;
  margin: 4px 0 0 !important;
  font-size: 14.45px !important;
  font-weight: 700 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
  text-decoration: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  filter: alpha(opacity=100) !important;
  font-size: inherit;
  font-weight: 400;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  text-decoration: underline;
  text-decoration: none !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
  height: auto;
  max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  opacity: 0.6;
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  display: none;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
  overflow: hidden;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
  margin-bottom: 1em;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
  clear: both;
  width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
  float: left;
  margin-right: 3%;
  max-width: 33%;
  overflow: hidden;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
  display: inline-block;
  max-width: 63%;
}

@media only screen and (max-width: 640px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 50%;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
    clear: left;
  }
  #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    clear: both;
    margin: 0 0 1em;
    width: 100%;
  }
  #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
  #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
}
@media print {
  .jp-relatedposts {
    display: none !important;
  }
}
/* -------------------------------------------------------------------------------- */
/*	10.	Entry Content
/* -------------------------------------------------------------------------------- */
.post-content {
  font-size: 1em;
  text-align: justify;
  font-weight: 600;
}
.post-content > *:first-child {
  margin-top: 0;
}
.post-content > *:last-child {
  margin-bottom: 0;
}

.post-date {
  margin-bottom: 0.5em;
}

.post-inner iframe {
  width: 100%;
  height: 85vh;
}

p.intro {
  padding-bottom: 20px;
  border-bottom: 3px double #ddd;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 155%;
  font-weight: 700;
  color: #00145D;
}

.post-content p,
.post-content li {
  line-height: 1.7;
}

.post-content h1,
.post-content h2,
.post-content h3 {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 900;
}

/* Alignment Classes ------------------------- */
.alignnone,
.aligncenter,
.alignwide,
.alignfull {
  margin: 2.5em auto;
}

.alignleft,
.alignright {
  margin-bottom: 1.2em;
  max-width: 50%;
}

.wp-caption .alignleft,
.wp-caption .alignright {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

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

.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Blocks
/* -------------------------------------------------------------------------------- */
/* Block Colors ------------------------------ */
:root .has-background {
  background-color: #272F38;
}

:root .has-accent-color {
  color: #00145D;
}

:root .has-accent-background-color {
  background-color: #00145D;
}

:root .has-black-color {
  color: #111;
}

:root .has-black-background-color {
  background-color: #111;
}

:root .has-dark-gray-color {
  color: #333;
}

:root .has-dark-gray-background-color {
  background-color: #333;
}

:root .has-medium-gray-color {
  color: #555;
}

:root .has-medium-gray-background-color {
  background-color: #555;
}

:root .has-light-gray-color {
  color: #777;
}

:root .has-light-gray-background-color {
  background-color: #777;
}

:root .has-white-color {
  color: #fff;
}

:root .has-white-background-color {
  background-color: #fff;
}

/* Block Font Sizes -------------------------- */
:root .has-small-font-size {
  font-size: 0.842em;
}

:root .has-regular-font-size,
:root .has-normal-font-size {
  font-size: 1em;
}

:root .has-large-font-size,
:root .has-larger-font-size {
  line-height: 1.5;
}

:root .has-large-font-size {
  font-size: 1.4em;
}

:root .has-larger-font-size {
  font-size: 1.6em;
}

/* Block Base Margins ------------------------ */
:root *[class*=_inner-container] > *:first-child {
  margin-top: 0;
}

:root *[class*=_inner-container] > *:last-child {
  margin-bottom: 0;
}

.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-calendar,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-file,
.wp-block-gallery,
.wp-block-group,
.wp-block-image,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-search,
.wp-block-social,
.wp-block-tag-cloud,
.wp-block-verse,
.wp-block-video {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* Block: Audio ------------------------------ */
.wp-block-audio audio {
  width: 100%;
}

/* Block: Button ----------------------------- */
/* Block: Buttons ---------------------------- */
.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
  margin-top: 0;
}

/* Block: Calendar --------------------------- */
.wp-block-calendar table {
  margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav {
  margin-top: 10px;
}

/* Block: Columns ---------------------------- */
.wp-block-column {
  padding: 0 5px;
}

/* Block: Cover Image ------------------------ */
.wp-block-cover,
.wp-block-cover-image {
  color: #fff;
  font-family: Lato, sans-serif;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 1.25em;
}

/* Block: File ------------------------------- */
.post-content .wp-block-file {
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  font-family: Lato, sans-serif;
  justify-content: space-between;
  margin: 30px 0;
  padding: 20px;
}

.post-content .wp-block-file a:not(.wp-block-file__button) {
  border: none;
  font-weight: 400;
  text-decoration: none;
}

.post-content .wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}

.post-content .wp-block-file__button {
  border: none;
  font-weight: 700;
  flex-shrink: 0;
}

/* Block: Gallery ---------------------------- */
/* Block: Image ------------------------------ */
/* Block: Media & Text ----------------------- */
.wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */
.wp-block-pullquote,
.post-content .wp-block-pullquote blockquote {
  background: none;
  border: none;
  padding: 0;
}

.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
  content: none;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
  font-size: 1.25em;
  margin-bottom: 1em;
}

.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
  line-height: 1.45;
}

/* STYLE: SOLID COLOR */
.wp-block-pullquote.is-style-solid-color.has-background {
  padding: 20px;
}

/* Block: Quote ------------------------------ */
.post-content .wp-block-quote.is-large,
.post-content .wp-block-quote.is-style-large {
  margin: 2.5em 0;
  padding: 30px 30px 30px 90px;
}

.post-content blockquote p:last-child {
  margin-bottom: 0;
}

/* STYLE: LARGE */
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.25em;
  line-height: 1.5;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  display: block;
  font-size: 0.8em;
  text-align: left;
}

/* Block: Social ----------------------------- */
.wp-social-link {
  margin: 0 8px 0 0;
}

/* -------------------------------------------------------------------------------- */
/*	11.	Comments
/* -------------------------------------------------------------------------------- */
.comments-container,
.respond-container {
  margin-top: 30px;
  position: relative;
}

.comments-title-container,
.comment-reply-title {
  border-top: 4px solid #ddd;
  padding: 22px 0;
  border-bottom: 2px dotted #ddd;
  margin: 0 0 40px 0;
}

.comments-title,
.comments-title-link {
  vertical-align: bottom;
}

.comments-title {
  float: left;
  margin: 0;
}

.comments-title,
.comment-reply-title {
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comments-title .fa,
.comment-reply-title .fa {
  margin-right: 6px;
  color: #00145D;
  font-size: 22px;
  position: relative;
  top: -2px;
}

.comments-title-link {
  float: right;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0;
  position: relative;
  bottom: -5px;
}

.comments-title-link a {
  padding-bottom: 1px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

.comments-title-link a:hover {
  border-bottom-color: currentColor;
}

/* Comment List ------------------------------ */
.comment {
  position: relative;
}

div.comment {
  margin-top: 25px;
}

.commentlist > .comment:first-child > .comment:first-child {
  margin-top: 0;
}

.commentlist .children {
  margin-left: 25px;
}

.comment .avatar {
  display: block;
  width: 60px;
  height: auto;
  border-radius: 999px;
  position: absolute;
  top: 3px;
  left: 0;
}

.comment-inner {
  margin-left: 80px;
  padding: 25px;
  background: #F1F1F1;
  border: 1px solid #ddd;
  border-radius: 6px;
  position: relative;
}

.comment-inner:before,
.comment-inner:after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-right-color: #f1f1f1;
  position: absolute;
  top: 23px;
  left: -20px;
}

.comment-inner:before {
  border-right-color: #d7d7d7;
  border-width: 11px;
  top: 22px;
  left: -22px;
}

.bypostauthor .comment-author-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  width: 29px;
  height: 29px;
  border-radius: 99px;
  background: #00145D;
  text-align: center;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 5;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-header h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}

.comment-header h4 a {
  text-decoration: none;
}

.comment-header h4 a:hover {
  text-decoration: underline;
}

.comment-meta {
  margin-top: 23px;
  font-size: 0.7em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
}

.comment-meta a {
  color: inherit;
  text-decoration: none;
}

.comment-meta a:hover {
  text-decoration: underline;
}

.comment-meta .fa {
  margin: 0 4px 0 10px;
  position: relative;
}

.comment-meta .fa:first-child {
  margin-left: 0;
}

.comment-meta .fa-wrench {
  margin-left: 12px;
  top: -1px;
}

/* Pingbacks & Trackbacks -------------------- */
.pingbacks {
  margin-top: 30px;
  border-top: 2px solid #eee;
  padding-top: 30px;
}

.pingbacks-title {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 20px;
  border-bottom: 2px solid #00145D;
  font-size: 0.75em;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pingbacklist li {
  line-height: 125%;
}

.pingbacklist li + li {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.pingbacklist a {
  color: #111;
}

.pingbacklist a:hover {
  color: #00145D;
}

/* Comment Navigation ------------------------ */
.comments-nav {
  margin-top: 30px;
}

.comments-nav a {
  color: #666;
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.comments-nav a:hover {
  border-top-color: #00145D;
  color: #00145D;
}

/* -------------------------------------------------------------------------------- */
/*	12. Respond
/* -------------------------------------------------------------------------------- */
.comment-respond .logged-in-as {
  margin-bottom: 40px;
}

.comment-respond .logged-in-as a:first-of-type {
  font-weight: 700;
}

.comment-respond a {
  text-decoration: none;
}

.comment-respond p a:hover {
  text-decoration: underline;
}

.comment-respond form label {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}

.comment-respond form input[type=checkbox] + label {
  display: inline;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.comment-respond form label span {
  margin-left: 2px;
  color: red;
}

.comment-respond p {
  margin-bottom: 25px;
}

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

.comment-respond p.comment-subscription-form {
  margin-bottom: 10px;
}

.comment-respond p.comment-subscription-form:last-of-type {
  margin-bottom: 0;
}

.comment-form-author,
.comment-form-email {
  display: block;
  width: 47.5%;
  float: left;
}

.comment-form-email {
  float: right;
}

/* In Comment List --------------------------- */
.commentlist .comment-respond {
  padding: 40px 0 15px;
  max-width: 100%;
}

.commentlist #cancel-comment-reply-link {
  margin-left: 3px;
  font-size: 0.85rem;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}

.commentlist #cancel-comment-reply-link:hover {
  text-decoration: underline;
}

.commentlist .comment-respond form {
  margin-left: 0;
}

/* -------------------------------------------------------------------------------- */
/*	13.	Page & Page Templates
/* -------------------------------------------------------------------------------- */
.page-edit-link {
  display: inline-block;
  padding: 6px 10px 5px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00145D;
}

.page-edit-link .fa {
  margin-right: 4px;
  position: relative;
  top: -1px;
}

/* Search Page ------------------------------- */
.wrapper .search-form {
  position: relative;
}

.wrapper .search-field {
  display: block;
  width: 100%;
  padding: 20px 60px 20px 20px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 1rem;
  color: #111;
}

.wrapper .search-button {
  background: none;
  border-left: 1px solid #ddd;
  color: #999;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  text-shadow: none;
  width: 60px;
}

.wrapper .search-button .fa {
  font-size: 24px;
  position: relative;
  top: -1px;
}

.wrapper .search-button:hover {
  cursor: pointer;
  color: #00145D;
}

/* Error 404 --------------------------------- */
.error404 .post-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* -------------------------------------------------------------------------------- */
/*	14.	Pagination
/* -------------------------------------------------------------------------------- */
/* Archive Navigation ------------------------ */
.archive-nav {
  border-top: 2px solid #ddd;
  text-align: center;
  position: relative;
  color: #777;
}

.archive-nav li {
  display: inline-block;
  margin-top: -2px;
}

.archive-nav a {
  border-top: 2px solid transparent;
  color: #777;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 15px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-nav-older,
.archive-nav-newer {
  position: absolute;
  top: 0;
}

.archive-nav-newer {
  left: 0;
}

.archive-nav-older {
  right: 0;
}

.archive-nav .active a {
  color: #444;
  border-top-color: #444;
}

.archive-nav a:hover {
  border-top-color: currentColor;
  color: #00145D;
}

.archive-nav li + li {
  margin-left: 10px;
}

/* -------------------------------------------------------------------------------- */
/*	15.	Sidebar
/* -------------------------------------------------------------------------------- */
.widgets {
  font-size: 1rem;
}

.widget {
  margin: 20px;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  margin: 0;
}

.widget-title {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #00145D;
  margin-bottom: 15px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Widget Content ---------------------------- */
.widget-content {
  font-size: 1rem;
}

.widget-content > *:first-child {
  margin-top: 0;
}

.widget-content > *:last-child {
  margin-bottom: 0;
}

.widget-content a {
  text-decoration: none;
}

.widget-content .textwidget a:hover {
  text-decoration: underline;
}

.widget-content p {
  line-height: 150%;
}

.widget-content ul {
  list-style: none;
  margin: 0;
}

.widget-content li {
  border-bottom: 1px solid #ddd;
  line-height: 140%;
  margin: 0;
  padding: 12px 0;
}

.widget-content ul ul {
  margin-left: 1em;
}

.widget-content ul ul li:first-child {
  border-top: 1px solid #ddd;
  margin-top: 0.5em;
}

.widget-content > ul > li:first-child {
  padding-top: 0;
}

.widget-content li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Widget Icons ------------------------------ */
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages {
  color: #eee;
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a {
  color: #FFF;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover {
  text-decoration: underline;
}

.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
  font: 16px/1 "Font Awesome 5 Free";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.widget_archive li:before {
  content: "\f187";
}

.widget_categories li:before {
  content: "\f07b";
}

.widget_meta li:before {
  content: "\f0ad";
}

.widget_nav_menu li:before {
  content: "\f15b";
}

/* Widget: RSS ------------------------------- */
.widget_rss .widget-title img {
  width: 13px;
  height: 13px;
  margin-right: 2px;
  position: relative;
  bottom: -2px;
}

.widget_rss li a {
  display: block;
  font-family: "Merriweather", Georgia, serif;
  font-size: 1.1em;
  line-height: 120%;
  font-weight: 700;
  color: #111;
}

_rss li .rss-date {
  display: block;
  margin-top: 2px;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}

.widget_rss li .rssSummary {
  margin-top: 5px;
}

.widget_rss li cite {
  display: block;
  margin-top: 8px;
  font-size: 0.9em;
}

.widget_rss li cite:before {
  content: "— ";
}

/* Widget: Calendar -------------------------- */
#wp-calendar {
  width: 100%;
  max-width: 100%;
  color: #111;
  text-align: center;
}

#wp-calendar thead {
  border-top: 1px solid #ddd;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
  text-align: center;
}

#wp-calendar caption {
  text-transform: capitalize;
  color: #111;
}

#wp-calendar th,
#wp-calendar td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

#wp-calendar thead th {
  font-size: 0.75em;
  font-weight: 900;
  text-transform: uppercase;
  color: #00145D;
}

#wp-calendar th:first-child,
#wp-calendar tbody td:first-child {
  border-left: 1px solid #ddd;
}

#wp-calendar tbody a:hover {
  text-decoration: underline;
}

#wp-calendar tfoot td {
  padding: 0;
  border: none !important;
}

#wp-calendar tfoot #prev a {
  text-align: left;
}

#wp-calendar tfoot #next a {
  text-align: right;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.wp-calendar-nav a,
#wp-calendar tfoot a {
  color: #111;
  display: block;
  font-size: 0.75em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.wp-calendar-nav a:hover,
#wp-calendar tfoot a:hover {
  color: #00145D;
}

/* Widget: Rowling List ---------------------- */
.rowling-widget-list a {
  display: block;
  min-height: 55px;
  position: relative;
}

.rowling-widget-list .post-icon {
  display: block;
  width: 54px;
  height: 54px;
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 0;
}

.rowling-widget-list .post-icon img {
  display: block;
  border-radius: 99px;
}

.rowling-widget-list .post-icon .fa {
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  right: 0;
}

.rowling-widget-list .inner {
  padding-left: 65px;
}

.rowling-widget-list .title {
  color: #111;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

.rowling-widget-list .meta {
  color: #888;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 3px 0 0;
  text-transform: uppercase;
}

.rowling-widget-list .excerpt {
  color: #666;
  line-height: 130%;
  margin: 3px 0 0;
}

.rowling-widget-list a:hover .title {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/*	16.	Credits
/* -------------------------------------------------------------------------------- */
.credits {
  background: #00145D;
  position: relative;
}
.credits a {
  text-decoration: none;
}
.credits .section-inner {
  padding: 30px 0;
  position: relative;
}
.credits p {
  color: #fff;
  margin: 0;
}
.credits .copyright {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 #111;
}
.credits .copyright a {
  color: #fff;
}
.credits .copyright a:hover {
  color: #00145D;
}

.to-the-top {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  border: 2px solid #00145D;
  background: #fff;
  position: absolute;
  top: -25px;
  right: 0;
  transition: background-color 0.2s top 0.2s;
}
.to-the-top:hover {
  color: #00145D;
  top: -35px;
  background-color: #00145D;
}
.to-the-top:hover .fa {
  color: #fff;
}
.to-the-top .fa {
  color: #00145D;
  transition: color 0.2s;
  display: block;
  font-size: 28px;
  margin-top: -16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
}
.to-the-top .attribution {
  margin-top: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}
.to-the-top .attribution + .attribution {
  margin-top: 6px;
}
.to-the-top .attribution a {
  color: rgba(255, 255, 255, 0.5);
}
.to-the-top .attribution a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.footer-widget-area {
  display: flex;
  flex-direction: row;
  color: #fff;
}
.footer-widget-area > div {
  flex: 1;
}

/* -------------------------------------------------------------------------------- */
/*	17.	Media Queries
/* -------------------------------------------------------------------------------- */
@media (max-width: 850px) {
  /* Structure ----------------------------- */
  body {
    background-color: #fff;
  }
  .wrapper.section-inner {
    max-width: 100%;
  }
  .content {
    float: none;
    max-width: 88%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    float: none;
  }
  /* Top Nav ------------------------------- */
  .top-nav {
    display: none;
  }
  /* Search Container ---------------------- */
  .search-container .search-field {
    padding: 30px 64px 30px 0;
    font-size: 1.25em;
    font-weight: 400;
  }
  .search-container .search-button {
    margin-top: -17px;
  }
  .search-container .search-button .fa {
    font-size: 32px;
  }
  /* Site Header --------------------------- */
  .header {
    padding: 25px 0;
  }
  .blog-header {
    display: flex;
    flex-direction: column;
  }
  .blog-description {
    margin: 0;
  }
  .blog-description > p {
    text-align: center;
  }
  .blog-title,
  .blog-description {
    margin-right: 60px;
  }
  /* Navigation ---------------------------- */
  .primary-menu {
    display: none;
  }
  /* Nav Toggle */
  .header .section-inner {
    position: relative;
  }
  .nav-toggle {
    display: block;
    width: 40px;
    height: 40px;
    background: #00145D;
    border-radius: 99px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  }
  .nav-toggle .bar {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
  }
  .nav-toggle .bar:nth-child(1) {
    margin-top: -7px;
  }
  .nav-toggle .bar:nth-child(2) {
    margin-top: -1px;
  }
  .nav-toggle .bar:nth-child(3) {
    margin-top: 5px;
  }
  .nav-toggle:hover {
    cursor: pointer;
  }
  .nav-toggle.active .bar {
    background: #fff;
    transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
  }
  .nav-toggle.active .bar:nth-child(1),
  .nav-toggle.active .bar:nth-child(3) {
    margin-top: -1px;
  }
  .nav-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg);
  }
  .nav-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg);
  }
  /* Mobile Menu */
  .mobile-menu {
    background: #00145D;
  }
  .mobile-menu li a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
  }
  .mobile-menu a {
    display: block;
    padding: 20px 6%;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .mobile-menu ul a {
    padding-left: 12%;
  }
  .mobile-menu ul ul a {
    padding-left: 18%;
  }
  .mobile-menu ul ul ul a {
    padding-left: 24%;
  }
  .mobile-menu ul ul ul ul a {
    padding-left: 30%;
  }
  .mobile-menu ul ul ul ul ul a {
    padding-left: 36%;
  }
  .mobile-menu ul ul ul ul ul ul a {
    padding-left: 42%;
  }
  .mobile-menu a:hover {
    color: #fff;
  }
  /* Entry Content ------------------------- */
  .alignwide,
  .alignfull {
    margin-left: calc(-6vw - 200px);
    max-width: 100vw;
    width: 100vw;
  }
  /* Sidebar ------------------------------- */
  .sidebar .widget {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding: 0;
    margin: 0 0 60px 0;
    border: none;
  }
  .sidebar .widget:nth-child(2n) {
    margin-left: 5%;
  }
  /* Credits ------------------------------- */
  .to-the-top {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .to-the-top:hover {
    top: -23px;
  }
  .posts .post {
    min-width: 45%;
    flex: 1;
    max-width: 50%;
  }
}
@media (max-width: 780px) {
  /* Single Post --------------------------- */
  .single-post .post-inner {
    padding-left: 0;
  }
  .related-posts {
    display: none;
    width: 100%;
    margin-top: 40px;
    position: static;
    top: auto;
    left: auto;
  }
  .post-inner .related-posts {
    display: block;
  }
  .related-post {
    width: 30%;
    float: left;
  }
  .related-post + .related-post {
    margin: 0 0 0 5%;
  }
  /* Entry Content ------------------------- */
  .post-inner > .post-content {
    font-size: 1.1em;
  }
  .post-content .alignwide,
  .post-content .alignfull {
    margin-left: -6vw;
  }
  /* Comments ------------------------------ */
  .comments,
  .comment-respond form {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  /* Element Base -------------------------- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 30px 0 12px;
  }
  h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.1em;
  }
  hr {
    margin: 30px auto;
  }
  blockquote {
    padding: 25px;
  }
  blockquote:after {
    content: none;
  }
  .post-content fieldset {
    padding: 20px;
  }
  /* Structure ----------------------------- */
  .section-inner,
  .content {
    max-width: 90%;
  }
  .content {
    padding: 30px 0;
  }
  /* Search Container ----------------------------- */
  .search-container .search-field {
    padding: 25px 50px 25px 0;
    font-size: 1.1em;
  }
  .search-container .search-button {
    margin-top: -15px;
  }
  .search-container .search-button .fa {
    font-size: 28px;
  }
  /* Navigation ---------------------------- */
  .mobile-menu a {
    padding: 20px 5%;
  }
  .mobile-menu ul a {
    padding-left: 10%;
  }
  .mobile-menu ul ul a {
    padding-left: 15%;
  }
  .mobile-menu ul ul ul a {
    padding-left: 20%;
  }
  .mobile-menu ul ul ul ul a {
    padding-left: 25%;
  }
  .mobile-menu ul ul ul ul ul a {
    padding-left: 30%;
  }
  .mobile-menu ul ul ul ul ul ul a {
    padding-left: 35%;
  }
  /* Post Archive -------------------------- */
  .post-title {
    font-size: 1.25em;
    line-height: 130%;
  }
  /* Single Post --------------------------- */
  .single-post .post-header,
  .single-post .post-image,
  .single-post .flexslider {
    margin-bottom: 25px;
  }
  .single-post .post-categories {
    font-size: 0.75em;
  }
  .single-post .post-title {
    font-size: 1.75em;
    line-height: 130%;
  }
  .single-post .post-meta {
    padding-top: 12px;
    font-size: 0.9em;
  }
  .single-post .post-meta .resp {
    display: none;
  }
  .single-post .post-meta:first-letter {
    text-transform: uppercase;
  }
  .single-post .post-tags {
    margin-top: 20px;
  }
  .post-author {
    margin-top: 30px;
    padding: 20px 20px 20px 100px;
    min-height: 100px;
  }
  .post-author:before {
    left: 44px;
  }
  .post-author .title {
    font-size: 1em;
  }
  .post-author > .avatar {
    margin-top: -30px;
  }
  .post-author img {
    width: 60px;
    padding: 3px;
  }
  /* Entry Content ------------------------- */
  .post-content,
  .post-inner > .post-content {
    font-size: 1em;
  }
  .post-content p.intro {
    font-size: 1.1em;
    line-height: 140%;
  }
  /* Blocks -------------------------------- */
  /* BLOCK: QUOTE */
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    padding: 25px;
  }
  /* Comments ------------------------------ */
  .comments-container,
  .respond-container {
    margin-top: 40px;
  }
  .comments-title-container,
  .comment-reply-title {
    padding: 18px 0;
    margin-bottom: 30px;
  }
  .comments-title,
  .comment-reply-title {
    font-size: 1em;
  }
  .comments-title .fa,
  .comment-reply-title .fa {
    font-size: 16px;
  }
  .comments-title-link {
    font-size: 0.8em;
    bottom: -1px;
  }
  .comment .avatar {
    display: none;
  }
  .comment-inner {
    margin-left: 0;
  }
  .comment-inner:before,
  .comment-inner:after {
    content: none;
  }
  .bypostauthor .comment-author-icon {
    top: -9px;
    left: -9px;
  }
  /* Pagination ---------------------------- */
  .archive-nav {
    margin-top: 40px;
  }
  .archive-nav .number {
    display: none;
  }
  .archive-nav .archive-nav-older,
  .archive-nav .archive-nav-newer {
    position: static;
  }
  .archive-nav .archive-nav-newer {
    float: left;
  }
  .archive-nav .archive-nav-older {
    float: right;
  }
  /* Sidebar ------------------------------- */
  .sidebar {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sidebar .widget {
    display: block;
    margin: 0;
    width: 100%;
  }
  .sidebar .widget + .widget {
    margin-top: 40px;
    padding-top: 40px;
  }
  .sidebar .widget:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  /* Entry Content ------------------------- */
  .alignleft,
  .alignright {
    max-width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .alignleft img,
  .alignright img {
    margin-right: auto;
    margin-left: auto;
  }
  /* Respond ------------------------------- */
  .comment-form-author,
  .comment-form-email {
    display: block;
    width: 100%;
    float: none;
  }
}
@media (max-width: 400px) {
  /* Element Base -------------------------- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 30px 0 12px;
  }
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  /* INPUTS */
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=number],
  input[type=search],
  input[type=tel],
  input[type=color],
  textarea {
    padding: 15px;
  }
  textarea {
    height: 150px;
  }
  /* Site Header --------------------------- */
  .header {
    padding: 22px 0;
    border-top-width: 4px;
  }
  .blog-title {
    font-size: 1.3em;
    letter-spacing: 1px;
  }
  .blog-description {
    display: none;
  }
  /* Navigation ---------------------------- */
  .mobile-menu a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  /* Content ------------------------------- */
  .posts .post {
    width: 100%;
  }
  .posts .post + .post,
  .posts .post:nth-child(2) {
    padding-top: 25px;
    border-top: 1px solid #ddd;
    margin-top: 25px;
  }
  .posts .post:nth-child(2n) {
    margin-left: 0;
  }
  .posts .post .post-image {
    margin-bottom: 18px;
  }
  .post-meta {
    font-size: 0.85em;
  }
  /* Post Formats -------------------------- */
  .single .flex-direction-nav {
    display: none;
  }
  /* Single Post --------------------------- */
  .single-post .post-title {
    font-size: 1.5em;
  }
  .single-post .post-meta {
    padding-top: 10px;
    margin-top: 8px;
    font-size: 0.9rem;
  }
  .single-post .post-meta .resp:first-of-type {
    display: inline;
  }
  .single-post .post-meta .post-meta-author {
    display: none;
  }
  .single-post .post-image-caption {
    padding: 10px 0 10px 24px;
    font-size: 0.85em;
  }
  /* Post Author */
  .post-author {
    padding: 20px;
    margin-top: 25px;
    min-height: intrinsic;
  }
  .post-author img {
    display: none;
  }
  .post-author p {
    font-size: 0.85em;
  }
  /* Related Posts */
  .related-posts {
    margin-top: 30px;
  }
  .related-post {
    width: 47.5%;
  }
  .related-post:nth-child(3) {
    display: none;
  }
  /* Entry Content ------------------------- */
  .post-content p.intro {
    font-size: 1em;
  }
  /* Pagination ---------------------------- */
  .archive-header {
    margin-bottom: 25px;
  }
  /* Archive Navigation */
  .archive-nav {
    margin-top: 30px;
  }
  /* Comments ------------------------------ */
  .comments-title-container,
  .comment-reply-title {
    border-top-width: 3px;
    padding: 12px 0;
    margin-bottom: 20px;
  }
  .comments-title-link {
    display: none;
  }
  .comment-inner {
    padding: 20px;
    border-radius: 4px;
  }
  .comment-header h4 {
    font-size: 1em;
  }
  .comment-content {
    font-size: 0.95em;
  }
  /* Respond ------------------------------- */
  .comment-respond p {
    margin-bottom: 15px;
  }
  /* Credits ------------------------------- */
  .credits .section-inner {
    padding: 20px 0;
  }
  .credits .copyright {
    font-size: 0.8em;
  }
  .credits .attribution {
    margin-top: 8px;
    font-size: 0.65em;
  }
}/*# sourceMappingURL=style.css.map */