@charset "UTF-8";
/*!
Theme Name: Skies
Theme URI: http://underscores.me/
Author: Skies
Author URI: http://skies.studio
Description: Custom theme designed by Skies Studio.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Skies is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
	- Navigation
# plugins
	-
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.page-title {
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 1.05em;
}

p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

/* Elements
--------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon-icons/icomoon.eot?snmumj");
  src: url("fonts/icomoon-icons/icomoon.eot?snmumj#iefix") format("embedded-opentype"), url("fonts/icomoon-icons/icomoon.ttf?snmumj") format("truetype"), url("fonts/icomoon-icons/icomoon.woff?snmumj") format("woff"), url("fonts/icomoon-icons/icomoon.svg?snmumj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

body {
  background: #fff;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*
 * Example list styling
 *
ul.list-style-diamond {
	list-style: none;

	li:before {
		@include icon;
		content: '\f0c8';
		transform: scale(0.7) rotate(45deg);
	  color: $color__neutral;
    position: relative;
    top: 0.3em;
		margin-left: -2em;
    padding-right: 1em;
	}
}
*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #074E94;
  text-decoration: none;
}
a:visited {
  color: #074E94;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.primary-button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  color: white;
  line-height: 1;
  padding: 0.8em 1em 0.8em;
  transition: opacity 0.2s, transform 0.2s;
  background: #074E94;
  border-radius: 99px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.9em;
}
button:hover,
.primary-button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: white;
  transform: scale(1.02);
  text-decoration: none;
}
button:visited,
.primary-button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: white;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.sticky {
  position: fixed;
  top: 100px;
}
.sticky.stuck {
  position: absolute;
}

.notification-container {
  position: fixed;
  display: flex;
  justify-content: space-between;
  transform: translateY(110%);
  transition: transform 0.2s ease-out;
  width: 100%;
  background: white;
  padding-top: 15px;
  padding-bottom: 18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
  bottom: 0px;
}
.notification-container.notification-open {
  transform: translateY(0);
}
.notification-container .notification-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
}

.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-acceptance-missing {
  border: none !important;
}

span.wpcf7-not-valid-tip {
  color: white;
}

.wpcf7 .ajax-loader {
  margin: auto !important;
  display: block !important;
  margin-top: 20px !important;
  background-image: none !important;
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0) scale(0.2);
}

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
#mc_embed_signup div.mce_inline_error, #mc_embed_signup div.mce_inline_success {
  background: none !important;
  font-weight: 400 !important;
  color: #074E94 !important;
  margin-bottom: 0px !important;
}

#mc_embed_signup div#mce-error-response, #mc_embed_signup div#mce-success-response {
  color: #074E94 !important;
  margin-top: 0.5em;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.js-splashscreen {
  display: none;
}
.no-js .js-splashscreen {
  display: block;
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 99999;
  text-align: center;
  background: #101011;
  color: white;
  top: 0px;
}
.no-js .js-splashscreen .js-splashscreen-container a {
  color: white;
  text-decoration: underline;
}

.sidebar {
  position: fixed;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  transition: margin-top 0.2s, border 0.2s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.sidebar .title-container {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10px;
  padding-top: 10px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .sidebar .title-container {
    padding-top: 0px;
    box-shadow: none;
  }
}
.sidebar .title-container a {
  text-decoration: none;
  color: #101011;
}
.sidebar .title-container a .title {
  display: flex;
  justify-content: space-between;
  width: 78%;
  min-width: 230px;
  max-width: 240px;
}
@media (min-width: 768px) {
  .sidebar .title-container a .title {
    width: 100%;
  }
}
.sidebar .title-container a .title .profile-image {
  width: 60px;
}
@media (min-width: 768px) {
  .sidebar .title-container a .title .profile-image {
    width: 170px;
  }
}
.sidebar .title-container a .title .title-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin-top: 8px;
}
.sidebar .title-container a .title .title-text h1 {
  margin: 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  margin-top: 8px;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .sidebar .title-container a .title .title-text h1 {
    font-size: 39px;
  }
}
.sidebar .menu-toggle {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  right: 7px;
  top: 28px;
  padding: 15px 15px;
  user-select: none;
  transition: top 0.2s;
}
@media (min-width: 768px) {
  .sidebar .menu-toggle {
    display: none;
  }
}
.sidebar .menu-toggle .navicon {
  background: none;
  display: block;
  height: 4px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 22px;
}
.sidebar .menu-toggle .navicon:before, .sidebar .menu-toggle .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  border-radius: 10px;
}
.sidebar .menu-toggle .navicon:before {
  top: 4px;
}
.sidebar .menu-toggle .navicon:after {
  top: -4px;
}
.sidebar .sidebar-panel {
  left: -100vw;
  transition: left 0.2s ease-out;
  position: relative;
  background: white;
  padding-left: 5%;
  padding-right: 5%;
  overflow-y: auto;
  height: 0px;
  /* Track */
  /* Handle */
}
@media (min-width: 768px) {
  .sidebar .sidebar-panel {
    height: auto;
  }
}
.sidebar .sidebar-panel::-webkit-scrollbar {
  width: 3px;
  border-radius: 10px;
}
.sidebar .sidebar-panel::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
}
.sidebar .sidebar-panel::-webkit-scrollbar-thumb {
  background: white #C9CED6;
  border-radius: 10px;
}
.sidebar .sidebar-panel .intro-container p {
  font-weight: 400;
}
.sidebar .sidebar-panel .subscribe-container input {
  border-radius: 99px;
  width: 100%;
  height: 40px;
}
.sidebar .sidebar-panel .subscribe-container input[type=email] {
  padding-left: 16px;
}
.sidebar .sidebar-panel .subscribe-container input[type=submit] {
  margin-top: 10px;
}
.sidebar .sidebar-panel h3 {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 1.05em;
}
.sidebar .sidebar-panel .follow-links-container {
  margin-top: 25px;
}
.sidebar .sidebar-panel .follow-links-container a {
  display: inline-block;
  transition: transform 0.2s;
}
.sidebar .sidebar-panel .follow-links-container a:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .sidebar .sidebar-panel .follow-links-container a:not(:first-child) {
    margin-left: 5px;
  }
}
.sidebar .sidebar-panel .follow-links-container a svg {
  width: 40px;
  height: 40px;
  padding: 5px;
}
@media (min-width: 768px) {
  .sidebar .sidebar-panel .follow-links-container a svg {
    width: auto;
    height: auto;
    padding: 0px;
  }
}
.sidebar .sidebar-panel .blog-nav-container nav ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}
.sidebar .sidebar-panel .blog-nav-container nav ul li {
  margin-left: 0px;
  padding-left: 0px;
}
.sidebar .sidebar-panel .blog-nav-container nav ul li a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  color: #000;
}
@media (min-width: 768px) {
  .sidebar .sidebar-panel .blog-nav-container nav ul li a {
    font-size: 1em;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.sidebar.menu-open {
  border-color: rgba(0, 0, 0, 0);
  height: 100vh;
  background: white;
}
@media (min-width: 768px) {
  .sidebar.menu-open {
    width: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .sidebar.menu-open {
    width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1150px) {
  .sidebar.menu-open {
    height: 92vh;
    transform: translateY(4vh);
    padding-top: 22px;
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
.sidebar.menu-open.sidebar-scroll:after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #074E94;
  opacity: 1;
  transition: opacity 0.2s;
}
.sidebar.menu-open:hover:after {
  opacity: 0;
}
.sidebar.menu-open:hover .sidebar-panel {
  /* Track */
  /* Handle */
}
.sidebar.menu-open:hover .sidebar-panel::-webkit-scrollbar {
  width: 3px;
  opacity: 1;
}
.sidebar.menu-open:hover .sidebar-panel::-webkit-scrollbar-track {
  background: #f4f7f7;
}
.sidebar.menu-open:hover .sidebar-panel::-webkit-scrollbar-thumb {
  background: #C9CED6;
}
.sidebar.menu-open .sidebar-panel {
  left: 0px;
  height: auto;
}
.sidebar.menu-open .menu-toggle .navicon {
  background: transparent;
  height: 3px;
}
.sidebar.menu-open .menu-toggle .navicon:before {
  transform: rotate(-45deg);
  top: 0;
}
.sidebar.menu-open .menu-toggle .navicon:after {
  transform: rotate(45deg);
  top: 0;
}
@media (min-width: 768px) {
  .sidebar {
    border-color: rgba(0, 0, 0, 0);
    height: 100vh;
    background: white;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .sidebar {
    width: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 100vh;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .sidebar {
    width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1150px) {
  .sidebar {
    height: 92vh;
    transform: translateY(4vh);
    padding-top: 22px;
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .sidebar.sidebar-scroll:after {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #074E94;
    opacity: 1;
    transition: opacity 0.2s;
  }
}
@media (min-width: 768px) {
  .sidebar:hover:after {
    opacity: 0;
  }
  .sidebar:hover .sidebar-panel {
    /* Track */
    /* Handle */
  }
  .sidebar:hover .sidebar-panel::-webkit-scrollbar {
    width: 3px;
    opacity: 1;
  }
  .sidebar:hover .sidebar-panel::-webkit-scrollbar-track {
    background: #f4f7f7;
  }
  .sidebar:hover .sidebar-panel::-webkit-scrollbar-thumb {
    background: #C9CED6;
  }
}
@media (min-width: 768px) {
  .sidebar .sidebar-panel {
    left: 0px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .sidebar .menu-toggle .navicon {
    background: transparent;
    height: 3px;
  }
  .sidebar .menu-toggle .navicon:before {
    transform: rotate(-45deg);
    top: 0;
  }
  .sidebar .menu-toggle .navicon:after {
    transform: rotate(45deg);
    top: 0;
  }
}

.cookie-banner {
  bottom: -10em;
  position: fixed;
  z-index: 99;
  background: white;
  width: 100%;
  padding: 1em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: bottom 1s ease-in-out;
}
.cookie-banner.active {
  bottom: 0px;
}
@media (min-width: 576px) {
  .cookie-banner {
    width: 300px;
    border-radius: 10px;
    right: 10px;
    padding: 1em 1.2em;
  }
  .cookie-banner.active {
    bottom: 10px;
  }
}
.cookie-banner .cookie-banner-container {
  display: flex;
  justify-content: space-between;
}
.cookie-banner .cookie-banner-container p {
  margin: 0px;
}
.cookie-banner .cookie-banner-container button {
  margin-left: 1em;
}

#page {
  background: #f4f7f7;
}
#page main {
  min-height: 100vh;
}
@media (min-width: 768px) {
  #page main .page-container {
    max-width: 1100px;
    margin: auto;
  }
}
#page main .page-container .page-content {
  background: white;
  padding-top: 130px;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 100vh;
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  #page main .page-container .page-content {
    padding-top: 20px;
    padding-left: 340px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #page main .page-container .page-content {
    padding-left: 390px;
    margin-left: 0px;
    width: 100%;
    max-width: none;
    padding-right: 40px;
  }
}
@media (min-width: 1150px) {
  #page main .page-container .page-content {
    padding-top: 4vh;
    padding-right: 0px;
    margin-left: 370px;
    padding-left: 0px;
    max-width: 730px;
    background: none;
  }
}
#page main .page-container .page-content .post-container {
  margin-bottom: 40px;
  padding-top: 1px;
}
@media (min-width: 768px) {
  #page main .page-container .page-content .post-container {
    margin-bottom: 80px;
  }
}
@media (min-width: 1150px) {
  #page main .page-container .page-content .post-container .post-wrapper {
    margin-bottom: 60px;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: white;
  }
}
#page main .page-container .page-content .post-container .post-wrapper .post-content h2 {
  margin-top: 0px;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0px;
}
#page main .page-container .page-content .post-container .post-wrapper .post-content h2 a {
  color: #101011;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer {
  margin-top: 20px;
  border-top: 2px solid #101011;
  padding-top: 7px;
}
@media (min-width: 768px) {
  #page main .page-container .page-content .post-container .post-wrapper .post-footer {
    border: none;
  }
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-1, #page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 {
  display: flex;
  justify-content: space-between;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-1 .post-date {
  width: 50%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.95em;
  margin-top: 2px;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-1 .share-this-text {
  text-align: right;
  width: 50%;
  font-weight: 500;
  font-size: 1.05em;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 {
  margin-top: 4px;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-like-container {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-top: 6px;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-like-container .post-like-counter {
  margin-left: 10px;
  font-weight: 500;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-like-container .post-like-counter {
    margin-top: -2px;
  }
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-like-container .post-like-button {
  cursor: pointer;
  transition: transform 0.2s;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-like-container .post-like-button:hover {
  transform: scale(1.1);
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-like-container.liked .post-like-button:hover {
  transform: none;
  cursor: default;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-like-container.liked .post-like-counter {
  color: #DB0B0B;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-share-links {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-share-links a {
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 5px;
  transition: transform 0.2s;
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-share-links a:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  #page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-share-links a {
    width: auto;
    height: auto;
    padding: 0px;
  }
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-share-links a:last-child {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  #page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-share-links a:last-child {
    width: auto;
    height: auto;
  }
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-share-links a:not(:last-child) {
  margin-right: 5px;
}
@media (min-width: 768px) {
  #page main .page-container .page-content .post-container .post-wrapper .post-footer .post-footer-2 .post-share-links a:not(:last-child) {
    margin-right: 8px;
  }
}
#page main .page-container .page-content .post-container .post-wrapper .post-footer svg {
  width: 35px;
  height: 35px;
  padding: 3px;
}
@media (min-width: 768px) {
  #page main .page-container .page-content .post-container .post-wrapper .post-footer svg {
    width: auto;
    height: auto;
    padding: 0px;
  }
}

.blog-list-archive {
  list-style-type: circle;
}
.blog-list-archive ul {
  list-style-type: circle;
}
.blog-list-archive .archive-sub-menu {
  display: none;
}

.post-container .post-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .post-container .post-nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1150px) {
  .post-container .post-nav {
    margin-top: -30px;
  }
}
.post-container .post-nav .post-nav-button {
  width: 30%;
}
.post-container .post-nav .post-nav-button a {
  width: 100%;
  display: block;
  text-align: center;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #074E94;
}

.search-form {
  display: flex;
  width: 100%;
  position: relative;
}
.search-form label {
  width: 100%;
  height: 44px;
}
.search-form label input[type=search] {
  height: 100%;
  border-radius: 99px;
  padding-left: 16px;
}
.search-form input[type=submit] {
  position: absolute;
  right: 0;
  border-radius: 99px;
  width: 110px;
  margin-top: 2px;
  margin-right: 2px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: white;
  color: #074E94;
  transition: background 0.8s, color 2s;
  font-size: 0.9em;
}
.search-form input[type=submit]:hover {
  transform: none;
  background: #074E94;
  color: white;
}

.error-404 {
  height: 80vh;
}

.error-404-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */