/*!
Theme Name: Kallos
Theme URI: http://underscores.me/
Author: Colin T Zervas
Author URI: http://underscores.me/
Description: Description
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: kallos
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.

Kallos 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
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# 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 {
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* 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
--------------------------------------------- */
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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"],
textarea {
	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,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
:root {
	font-family: 'Open Sans', sans-serif;
}

body {
	font-family: 'Open Sans', sans-serif;
}

h2, h3, h1, h4, h5 {
	font-family: 'Coda', cursive;
	font-weight: 700;
}

h2 {
	font-size: 48px;
	color: #06A1BA;
	text-transform: uppercase;
}

@media (max-width: 950px) {
	h2 {
		font-size: 22px;
	}
}

h3 {
	font-size: 25px;
	color: #0364A4;
	text-transform: uppercase;
}

@media (max-width: 950px) {
	h3 {
		font-size: 18px;
	}
}

.white-h2, .white-p {
	color: white;
}

.header-h2 {
	text-align: center;
	background-color: #0364A4;
	padding: 20px 10%;
	margin: 0;
	font-weight: bold;
}

.header-h3 {
	color: white;
	text-align: center;
	background-color: #0364A4;
	padding: 10px;
	margin: 0;
}

a {
	text-decoration: none;
	font-weight: 700;
	color: #0364A4;
}

a:hover {
	color: #06A1BA;
}

.button {
	display: inline-block;
	color: #06A1BA;
	text-decoration: none;
	padding: 10px 30px;
	border: solid 2px #0364A4;
	border-radius: 50px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	background-color: white;
}

.button:hover {
	color: white;
	background-color: #0364A4;
}

.cont-reading-button {
	color: #06A1BA;
	font-style: italic;
	font-size: 20px;
}

.white-text-button {
	color: white;
	display: inline-block;
	border: 1px solid white;
	border-radius: 5px;
	padding: 5px;
}

.white-text-button:hover {
	background-color: #0364A4;
	border: none;
	padding: 6px;
}

.page-margin {
	margin: 0 10%;
}

.blue-hr {
	width: 20%;
	background-color: #0364A4;
	height: 3px;
}

.teal-divider {
	background-color: #06A1BA;
	margin: 20px 10%;
	height: 10px;
}

#gform_2 {
	display: flex;
	align-items: flex-end;
	gap: 30px;
}

#gform_2 .gform_footer {
	margin: 0;
	padding: 0;
}

#gform_2 .gform_footer input {
	margin: 0;
	display: inline-block;
	color: #06A1BA;
	text-decoration: none;
	padding: 10px 30px;
	border: solid 2px #0364A4;
	border-radius: 50px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	background-color: white;
}

#gform_2 .gform_footer input:hover {
	background-color: #0364A4;
	color: white;
}

.blank-content {
	margin: 5% 10%;
}

.interior-page-header .blank-header {
	bottom: -340px;
}

footer {
	border-top: 5px solid #0364A4;
	padding: 20px 5% 0;
}

.footer-content-wrapper {
	display: grid;
	grid-template-columns: .3fr 1fr .3fr;
	justify-items: center;
	align-items: center;
}

@media (max-width: 1350px) {
	.footer-content-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

.footer-content-wrapper .footer-nav {
	display: flex;
	gap: 20px;
}

@media (max-width: 500px) {
	.footer-content-wrapper .footer-nav {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
}

.footer-content-wrapper a {
	color: #06A1BA;
}

.footer-content-wrapper .social-icons a {
	color: #0364A4;
	font-size: 30px;
}

.copyright p {
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
}

.home-header {
	position: relative;
	margin-bottom: -2%;
	width: 100%;
	height: 900px;
	background-position: top center;
	background-size: cover;
}

@media (max-width: 950px) {
	.home-header {
		height: 500px;
	}
}

.home-header h2 {
	text-align: center;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%);
	font-size: 70px;
	font-weight: bold;
	width: 100%;
}

@media (max-width: 950px) {
	.home-header h2 {
		font-size: 32px;
	}
}

.bottom-sub-header {
	position: relative;
}

.bottom-sub-header a {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translate(-50%);
}

.home-sub-header {
	position: relative;
}

@media (max-width: 900px) {
	.home-sub-header {
		top: -20px;
	}
}

.sub-header-container {
	display: grid;
	background-position: top center;
	background-size: cover;
	padding: 15% 0;
}

@media (max-width: 1400px) {
	.sub-header-container {
		padding: 10%;
	}
}

.sub-header-container p {
	grid-row: 1/2;
	grid-column: 1/2;
	text-align: center;
	justify-self: center;
	align-self: center;
	margin: 0 15%;
	font-size: 24px;
}

@media (max-width: 1084px) {
	.sub-header-container p {
		font-size: 20px;
	}
}

@media (max-width: 1084px) {
	.sub-header-container p {
		font-size: 16px;
	}
}

.home-position-papers {
	margin-top: 20px;
}

.home-position-papers .position-papers-intro {
	margin: 5% 10% 30px;
	font-weight: 500;
	font-size: 20px;
}

.featured-position-paper {
	display: none;
	margin: 3%;
	text-align: center;
}

.featured-position-paper h3 {
	color: #0364A4;
}

.featured-position-paper h4 {
	color: #06A1BA;
	font-family: 'open sans';
	font-size: 24px;
}

@media (max-width: 950px) {
	.position-papers-slider {
		display: none;
	}
	.featured-position-paper {
		display: block;
	}
}

.bottom-position-papers-images {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 18px;
	margin-top: 5%;
}

@media (max-width: 950px) {
	.bottom-position-papers-images {
		grid-template-columns: 1fr 1fr;
	}
	.bottom-position-papers-images .indv-bottom-position-papers-image:first-of-type {
		grid-column: 1/3;
	}
	.bottom-position-papers-images .indv-bottom-position-papers-image:first-of-type img {
		width: 100%;
	}
}

.home-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

@media (max-width: 950px) {
	.home-cards {
		grid-template-columns: 1fr;
	}
}

.indv-bottom-position-papers-image {
	display: grid;
}

.indv-bottom-position-papers-image img {
	margin-bottom: -7px;
}

.indv-bottom-position-papers-image h3 {
	font-weight: bold;
	padding: 20px;
	text-transform: none;
}

.indv-bottom-position-papers-image .teal-bg {
	background-color: #06A1BA;
	padding: 20px 10%;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media (max-width: 950px) {
	.indv-bottom-position-papers-image .teal-bg {
		height: auto;
	}
}

.indv-bottom-position-papers-image .teal-bg p {
	color: white;
	font-size: 20px;
	font-weight: 200;
}

.indv-bottom-position-papers-image .teal-bg .button-wrapper {
	text-align: center;
}

.news-and-policies-two {
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	margin: 5% 5% 2%;
	justify-content: center;
	grid-gap: 5%;
}

@media (max-width: 950px) {
	.news-and-policies-two {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 950px) {
	.indv-post-home:nth-of-type(2) {
		display: none;
	}
}

.home-indv-post-divide {
	background-color: #06A1BA;
	grid-column: 2/3;
	grid-row: 1/2;
}

@media (max-width: 950px) {
	.home-indv-post-divide {
		display: none;
	}
}

.news-and-policies {
	margin-top: 20px;
}

.indv-post-home {
	text-align: center;
}

.indv-post-home h3 {
	font-size: 20px;
}

.news-and-policies-bottom {
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (max-width: 950px) {
	.news-and-policies-bottom {
		margin: 5%;
	}
}

.news-and-policies-bottom img {
	grid-column: 1/2;
	grid-row: 1/2;
}

@media (max-width: 950px) {
	.news-and-policies-bottom img {
		display: none;
	}
}

.news-and-policies-bottom .button-wrapper {
	grid-column: 1/2;
	grid-row: 1/2;
}

.three-photos-home {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 20px;
}

@media (max-width: 950px) {
	.three-photos-home {
		grid-template-columns: 1fr 1fr;
	}
	.three-photos-home .three-photos-home-indv-image:first-of-type {
		grid-column: 1/3;
	}
	.three-photos-home .three-photos-home-indv-image:first-of-type img {
		width: 100%;
	}
}

.members-home {
	margin-top: 20px;
}

.members-home-content {
	background-color: #06A1BA;
	display: grid;
	grid-gap: 5%;
	grid-template-columns: 1.7fr 1fr;
	padding: 30px 5%;
}

@media (max-width: 950px) {
	.members-home-content {
		grid-template-columns: 1fr;
	}
}

.members-home-content p {
	color: white;
	font-size: 20px;
}

.member-button-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media (max-width: 950px) {
	.member-button-wrapper {
		justify-content: center;
		gap: 20px;
		text-align: center;
	}
}

.member-button-wrapper .button-wrapper .button {
	width: 350px;
	text-align: center;
}

@media (max-width: 400px) {
	.member-button-wrapper .button-wrapper .button {
		width: 200px;
	}
}

.paper-slideshow-container {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-gap: 20px;
	margin: 40px 10px;
	justify-content: center;
	align-items: center;
}

.paper-slideshow-container .previous-button {
	grid-column: 1/2;
	grid-row: 1/2;
}

.paper-slideshow-container .position-papers-slideshow-content {
	grid-column: 2/3;
	grid-row: 1/2;
}

.paper-slideshow-container .next-button {
	grid-column: 3/4;
	grid-row: 1/2;
}

.paper-slideshow-container .slider-button {
	text-align: center;
	color: #06A1BA;
}

.paper-slideshow-container .slider-button button {
	all: unset;
	background-color: white;
	text-align: center;
	border: 1px solid #0364A4;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	font-size: 40px;
	line-height: 1;
}

.paper-slideshow-container .slider-button p {
	margin: 0;
	line-height: 1;
	font-size: 14px;
	margin-top: 5px;
}

.position-papers-slideshow-content-grid {
	display: grid;
	grid-template-columns: .6fr 1px 1fr;
	justify-content: center;
	align-items: center;
	grid-gap: 20px;
}

.position-papers-slideshow-content-grid .left {
	text-align: center;
	color: #0364A4;
	font-weight: bold;
	font-family: 'coda';
	font-size: 28px;
}

.position-papers-slideshow-content-grid .teal-vertical-divide {
	background-color: #06A1BA;
	height: 90%;
}

.position-papers-slideshow-content-grid .right p {
	font-size: 18px;
	font-weight: 200;
}

.position-papers-slideshow-content-grid .right .button-wrapper {
	text-align: center;
}

.interior-page-header {
	width: 100%;
	height: 775px;
	background-position: top center;
	background-size: cover;
	z-index: 1;
}

@media (max-width: 950px) {
	.interior-page-header {
		height: 500px;
	}
}

.interior-page-header h1 {
	text-align: center;
	position: relative;
	bottom: -400px;
	left: 50%;
	transform: translate(-50%);
	font-size: 70px;
	width: 100%;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 950px) {
	.interior-page-header h1 {
		font-size: 32px;
		bottom: -220px;
	}
}

.interior-sub-header {
	margin-top: -3.1%;
}

.interior-sub-header img {
	width: 100%;
}

.interior-sub-header .interior-sub-header-text {
	background-color: #0364A4;
	padding: 5% 10%;
	margin-top: -2px;
}

.interior-sub-header .interior-sub-header-text p {
	margin: 0;
	color: white;
	text-align: center;
	font-size: 24px;
}

@media (max-width: 950px) {
	.interior-sub-header .interior-sub-header-text p {
		font-size: 18px;
	}
}

.interior-sub-header img {
	z-index: 9999;
}

.publications-advocate {
	margin: 0 3%;
}

.publications-advocate h3 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

@media (max-width: 950px) {
	.publications-advocate h3 {
		font-size: 24px;
	}
}

.publications-advocations {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 5% 10%;
}

@media (max-width: 450px) {
	.publications-advocations {
		grid-template-columns: 1fr 1fr;
	}
}

.publications-advocations .indv-advocate {
	border: 1px solid #06A1BA;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.publications-advocations .indv-advocate p {
	margin: 0;
}

.publications-advocations .indv-advocate p img {
	max-width: 100px;
	height: auto;
}

.publications-advocations .indv-advocate:nth-child(2) {
	border: none;
}

@media (max-width: 450px) {
	.publications-advocations .indv-advocate:nth-child(2) {
		grid-row: 2/3;
		grid-column: 1/3;
		justify-content: center;
	}
}

@media (max-width: 450px) {
	.publications-advocations .indv-advocate:nth-child(6) {
		grid-column: 1/3;
		justify-content: center;
	}
}

.publications-find-out-more-header {
	display: grid;
	justify-content: center;
	align-items: center;
}

.publications-find-out-more-header img {
	grid-row: 1/2;
	grid-column: 1/2;
}

@media (max-width: 950px) {
	.publications-find-out-more-header img {
		object-fit: cover;
		object-position: bottom center;
	}
}

.publications-find-out-more-header h2 {
	grid-row: 1/2;
	grid-column: 1/2;
	color: white;
	text-align: center;
	margin: auto 20%;
	font-weight: bold;
}

@media (max-width: 950px) {
	.publications-find-out-more-header h2 {
		font-size: 24px;
		padding: 20px;
	}
}

@media (max-width: 650px) {
	.publications-find-out-more-header h2 {
		font-size: 18px;
		padding: 20px;
	}
}

.publications-find-out-more-indv {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-top: 20px;
}

@media (max-width: 750px) {
	.publications-find-out-more-indv {
		grid-template-columns: 1fr;
	}
	.publications-find-out-more-indv h2 {
		font-size: 24px;
	}
}

.publications-find-out-more-single {
	position: relative;
}

.publications-find-out-more-single a {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
}

.news-and-policies-nav nav {
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
	flex-wrap: wrap;
}

@media (max-width: 600px) {
	.news-and-policies-nav nav {
		display: grid;
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.news-and-policies-nav nav a {
	color: #06A1BA;
	font-family: 'coda';
	font-weight: bold;
	font-size: 22px;
}

.news-and-policies-indv {
	border-top: solid 5px #0364A4;
	background-position: center;
	background-size: cover;
	padding: 3% 10%;
}

.news-and-policies-indv h2 {
	text-align: center;
	color: #0364A4;
	font-weight: bold;
	font-size: 50px;
	margin: 0;
	margin-bottom: 3%;
}

@media (max-width: 950px) {
	.news-and-policies-indv h2 {
		font-size: 24px;
	}
}

.news-and-policies-indv .button-wrapper {
	text-align: center;
}

.indv-press-release-content h2 {
	font-size: 28px;
	margin-bottom: 3%;
	font-weight: bold;
}

@media (max-width: 950px) {
	.indv-press-release-content h2 {
		font-size: 18px;
	}
}

.indv-press-release-content .entry-content {
	text-align: center;
	margin-bottom: 3%;
}

.indv-press-release-content .button-wrapper {
	text-align: center;
	margin-bottom: 3%;
}

#letters {
	padding: 0;
}

#letters h2 {
	margin-top: 5%;
}

#letters .news-letters-text {
	margin: 0 10% 3%;
}

.news-policies-letter {
	margin: auto 10%;
	padding: 5%;
	border-radius: 20px;
	border: solid .5px gray;
	background-position: center;
}

.news-policies-letter h2 {
	font-size: 28px;
	text-align: left;
}

@media (max-width: 950px) {
	.news-policies-letter h2 {
		font-size: 18px;
	}
}

.news-policies-letter a {
	color: #06A1BA;
	font-style: italic;
}

.news-and-policies-indv .button-wrapper {
	margin: 3% auto;
}

#legislator-awards {
	padding: 20px 0;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-gap: 20px;
}

@media (max-width: 950px) {
	#legislator-awards {
		grid-template-columns: 1fr;
		margin: 3%;
	}
}

#legislator-awards .leg-awards-left {
	align-self: center;
}

#legislator-awards .leg-awards-right {
	align-self: center;
	padding: 3% 5% 3% 0;
}

#legislator-awards .leg-awards-right h3 {
	line-height: 1;
	text-align: center;
	margin: 0;
	font-weight: bold;
}

#legislator-awards .leg-awards-right .entry-content .has-text-color {
	display: none;
}

.indv-press-release-content {
	margin-top: 5%;
}

.indv-press-realease-content-wrapper {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
	border-bottom: 5px solid #0364A4;
	padding: 0 5% 20px;
	margin: 3% 0;
}

@media (max-width: 750px) {
	.indv-press-realease-content-wrapper {
		grid-template-columns: 1fr;
		margin-top: 5%;
	}
}

.indv-press-realease-content-wrapper .indv-press-release-content-right h2 {
	text-align: center;
}

@media (max-width: 950px) {
	.indv-press-realease-content-wrapper .indv-press-release-content-right h2 {
		font-size: 22px;
	}
}

.indv-press-realease-content-wrapper .indv-press-release-content-right .entry-content {
	text-align: left;
}

.indv-press-realease-content-wrapper .indv-press-release-content-left img {
	object-fit: cover;
	object-position: top center;
	height: 450px;
	width: 300px;
}

@media (max-width: 750px) {
	.indv-press-realease-content-wrapper .indv-press-release-content-left img {
		height: auto;
		width: 100%;
	}
}

.indv-press-realease-content-wrapper:last-of-type {
	border-bottom: none;
}

.press-release-single-header {
	background-color: #0364A4;
	text-align: center;
	padding: 20px;
}

.press-release-single-header h1 {
	color: white;
	margin: 0;
}

@media (max-width: 950px) {
	.press-release-single-header h1 {
		font-size: 32px;
	}
}

.press-release-single-date {
	text-align: center;
	color: white;
	background-color: #06A1BA;
	padding: 10px;
}

.press-release-single-date p {
	margin: 0;
}

.press-release-single-content {
	display: grid;
	grid-template-columns: auto 2.2fr;
	grid-gap: 30px;
	margin: 5%;
}

.press-release-single-content .entry-header {
	grid-row: 1/2;
	grid-column: 2/3;
	text-align: center;
	color: #0364A4;
}

.press-release-single-content .entry-content {
	grid-row: 2/3;
	grid-column: 2/3;
}

.press-release-single-content .press-release-single-thumbnail {
	grid-row: 2/3;
	grid-column: 1/2;
}

.press-release-single-content .press-release-single-thumbnail img {
	width: 300px;
	height: auto;
}

@media (max-width: 950px) {
	.press-release-single-content .press-release-single-thumbnail img {
		width: 200px;
	}
}

@media (max-width: 950px) {
	.press-release-single-content {
		display: block;
	}
	.press-release-single-content .press-release-single-thumbnail {
		float: left;
		margin: 0 20px;
	}
	.press-release-single-content .entry-content {
		text-align: justify;
	}
}

.legislator-awards-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-top: 20px;
}

@media (max-width: 950px) {
	.legislator-awards-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 50px;
	}
}

.legislator-awards-wrapper .indv-legislator-award .entry-content {
	padding: 5% 10%;
}

.legislator-awards-wrapper .indv-legislator-award .entry-content .has-text-color {
	margin: 0;
	font-weight: bold;
	font-family: 'coda';
	font-size: 24px;
}

@media (max-width: 950px) {
	.legislator-awards-wrapper .indv-legislator-award .entry-content .has-text-color {
		font-size: 18px;
	}
}

.legislator-awards-wrapper .indv-legislator-award .entry-content .has-text-color:first-of-type {
	font-size: 24px;
}

.past-awards {
	text-align: center;
}

.past-awards h2 {
	color: #0364A4;
}

.past-awards .indv-year {
	padding: 0 5%;
}

.past-awards .indv-year h3 {
	margin-bottom: 0;
	font-size: 30px;
}

.past-awards .indv-year p {
	color: #06A1BA;
	font-size: 25px;
	font-family: 'coda';
	font-weight: bold;
}

@media (max-width: 750px) {
	.past-awards .indv-year p {
		font-size: 18px;
	}
}

.about-content {
	margin: 5%;
}

.about-timeline {
	background-position: bottom center;
	background-size: cover;
}

.about-timeline .button-wrapper {
	text-align: center;
	margin: 20px;
}

.about-timeline img {
	width: 100%;
}

.about-history {
	text-align: center;
	padding: 5%;
	border-bottom: solid 5px #0364A4;
}

.about-history p {
	font-weight: bold;
}

.timeline-word-docs {
	margin-top: 5%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	justify-content: space-around;
}

@media (max-width: 1490px) {
	.timeline-word-docs {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 742px) {
	.timeline-word-docs {
		grid-template-columns: 1fr;
	}
}

.indv-timeline-success-button a .icon {
	font-size: 50px;
	margin-bottom: 12px;
}

.about-mission-statment {
	margin: 0 5% 5%;
}

.about-mission-statment h2 {
	color: #0364A4;
	text-align: center;
	font-weight: bold;
}

@media (max-width: 950px) {
	.about-mission-statment h2 {
		font-size: 22px;
	}
}

.about-mission-statment h3 {
	color: #06A1BA;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.about-mission-statment .teal-roman {
	color: #06A1BA;
}

.contact-content {
	display: grid;
	grid-template-columns: 1fr .75fr;
	margin: 5% 10%;
	grid-gap: 5%;
}

@media (max-width: 950px) {
	.contact-content {
		grid-template-columns: 1fr;
	}
}

.contact-content .contact-address {
	margin-bottom: 30px;
}

.contact-content .contact-address h3 {
	color: #06A1BA;
}

@media (max-width: 950px) {
	.contact-content .contact-address h3 {
		font-size: 18px;
	}
}

.contact-content .contact-address p {
	font-weight: bold;
}

.contact-content .contact-address .teal {
	color: #06A1BA;
}

.contact-content .contact-address .teal a {
	color: black;
}

.contact-content .contact-address .teal a:hover {
	color: #0364A4;
}

#gform_1 label {
	color: #06A1BA;
}

#gform_1 .gform_footer {
	text-align: center;
}

#gform_1 #gform_submit_button_1 {
	color: #06A1BA;
	text-decoration: none;
	padding: 10px 30px;
	border: solid 2px #0364A4;
	border-radius: 50px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	background-color: white;
}

#gform_1 #gform_submit_button_1:hover {
	color: #0364A4;
}

.position-papers-header {
	background-color: #0364A4;
	padding: 20px;
	text-align: center;
}

.position-papers-header h1 {
	color: white;
	margin: 0;
}

.position-papers-nav {
	background-color: #06A1BA;
	padding: 10px;
	text-align: center;
	color: white;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.position-papers-nav a {
	color: white;
}

.position-papers-nav a:hover {
	color: #0364A4;
}

.single-position-papers-content {
	display: grid;
	grid-template-columns: .25fr 1fr;
	grid-gap: 3%;
	margin: 5%;
}

@media (max-width: 950px) {
	.single-position-papers-content {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 950px) {
	.single-position-papers-sidebar {
		display: none;
	}
}

.single-position-papers-sidebar h3 {
	color: #06A1BA;
	font-size: 16px;
}

.single-position-papers-sidebar .position-papers-sidebar-links {
	margin-bottom: 20px;
}

.single-position-papers-sidebar .position-papers-sidebar-links a {
	color: black;
	font-weight: 400;
	text-decoration: underline;
	color: #0364A4;
}

.single-position-papers-sidebar .position-papers-sidebar-links a:hover {
	color: #06A1BA;
	text-decoration: none;
}

.single-position-papers-sidebar .position-papers-sidebar-links a:active {
	color: #06A1BA;
}

.single-position-paper-text h3 {
	margin-top: 0;
	text-align: center;
	color: #0364A4;
	text-transform: none;
}

.single-position-paper-text .has-text-color {
	font-family: 'coda';
	font-weight: bold;
	font-size: 18px;
}

.position-papers-archive-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 5%;
}

@media (max-width: 900px) {
	.position-papers-archive-list {
		grid-template-columns: 1fr;
	}
}

.indv-position-paper-archive h2 {
	font-size: 24px;
}

.indv-position-paper-archive .button-wrapper {
	text-align: center;
}

.annual-reports-header {
	background-color: #0364A4;
}

.annual-reports-header h1 {
	color: white;
	text-align: center;
	margin: 0;
	padding: 20px;
}

.annual-reports-header .teal-bar {
	background-color: #06A1BA;
	height: 20px;
}

.most-recent-reports {
	display: grid;
	grid-template-columns: .75fr 1fr;
	padding: 5%;
	grid-gap: 10%;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: center bottom;
}

.most-recent-reports .most-recent-report-text {
	text-align: center;
	color: white;
}

.most-recent-reports .most-recent-report-text h2 {
	color: white;
}

@media (max-width: 950px) {
	.most-recent-reports .most-recent-report-text h2 {
		font-size: 22px;
	}
}

.most-recent-reports .most-recent-report-text p {
	margin-top: 0;
	margin-bottom: 100px;
}

@media (max-width: 500px) {
	.most-recent-reports .most-recent-report-text p {
		margin-bottom: 40px;
	}
}

.annual-reports {
	margin: 5%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

@media (max-width: 950px) {
	.annual-reports {
		grid-template-columns: 1fr;
	}
}

.annual-reports .indv-annual-report {
	text-align: center;
}

.annual-reports .indv-annual-report a {
	color: #06A1BA;
}

.annual-reports .indv-annual-report a p {
	padding: 0 10%;
}

.annual-reports .indv-annual-report:hover a {
	color: #0364A4;
}

.letters-links {
	text-align: center;
	margin: 5% auto;
}

.letters-links a {
	color: #0364A4;
	text-decoration: underline;
}

.letters-links a:hover {
	color: #06A1BA;
}

.contact-us-letters {
	text-align: center;
	margin: 5% auto;
}

.indv-letters-content {
	margin: 0 10%;
}

.membership-div {
	margin: 5% auto;
}

.membership-div h2 {
	text-align: center;
	font-weight: bold;
	color: #0364A4;
	margin: 0;
}

.membership-div .membership-div-bottom {
	text-align: center;
}

.membership-div .membership-div-bottom p {
	font-weight: bold;
	font-size: 20px;
}

.membership-div-grid {
	display: grid;
	grid-template-columns: 1fr 2px 1fr;
	grid-gap: 5%;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 30px 5%;
}

@media (max-width: 950px) {
	.membership-div-grid {
		grid-template-columns: 1fr;
	}
}

.membership-div-grid .teal-vert-divider {
	background-color: #06A1BA;
	height: 90%;
}

@media (max-width: 950px) {
	.membership-div-grid .teal-vert-divider {
		display: none;
	}
}

.membership-div-grid h3 {
	font-weight: bold;
	margin: 0;
}

@media (max-width: 950px) {
	.membership-div-grid h3 {
		font-size: 22px;
	}
}

.membership-div-grid h4 {
	color: #06A1BA;
	font-weight: bold;
	margin-top: 10px;
}

.membership-login {
	border-top: #0364A4 5px solid;
	border-bottom: #0364A4 5px solid;
	padding: 25px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 950px) {
	.membership-login {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
	}
}

.membership-login h3 {
	color: #06A1BA;
	font-weight: bold;
}

.member-groups {
	background-size: cover;
	background-position: bottom center;
	padding: 5%;
	padding-bottom: 10%;
}

.member-groups .member-groups-header {
	color: white;
	font-weight: bold;
	text-align: center;
	font-family: 'coda';
	font-size: 30px;
}

@media (max-width: 950px) {
	.member-groups .member-groups-header {
		font-size: 20px;
	}
}

.member-groups .member-groups-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	text-align: center;
	color: white;
	font-size: 20px;
}

@media (max-width: 750px) {
	.member-groups .member-groups-list {
		grid-template-columns: 1fr;
	}
}

.member-groups .member-groups-list p {
	margin: 10px 0;
	font-weight: bold;
}

.officers-and-reps {
	border-top: solid 5px #0364A4;
	margin: 5% auto;
	padding: 5%;
}

.officers-and-reps h2 {
	text-align: center;
	font-weight: bold;
	color: #0364A4;
}

@media (max-width: 950px) {
	.officers-and-reps h2 {
		font-size: 22px;
	}
}

.officers-and-reps .officers-and-reps-wrapper h3 {
	text-align: center;
	font-weight: bold;
}

@media (max-width: 950px) {
	.officers-and-reps .officers-and-reps-wrapper h3 {
		font-size: 18px;
	}
}

.officers-and-reps .officers-and-reps-wrapper .officers-and-reps-content {
	margin-top: 20px;
}

.officers-and-reps .officers-and-reps-wrapper .officers-and-reps-content h4 {
	color: #06A1BA;
	font-weight: bold;
	margin: 0;
}

.officers-and-reps .officers-and-reps-wrapper .officers-and-reps-content p {
	margin: 0;
}

.officers-and-reps .officers-and-reps-wrapper .officers-and-reps-content a {
	color: #0364A4;
}

.officers-and-reps .officers-and-reps-wrapper .officers-and-reps-content a:hover {
	color: #06A1BA;
}

.officers-and-reps .officers-and-reps-wrapper:nth-of-type(2) {
	margin-top: 5%;
}

.officers-and-reps-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	grid-gap: 20px;
}

@media (max-width: 950px) {
	.officers-and-reps-content-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 650px) {
	.officers-and-reps-content-wrapper {
		grid-template-columns: 1fr;
	}
}

.officers-and-reps-content-wrapper .members-representatives {
	text-align: center;
}

.officers-and-reps-content-wrapper .members-representatives img {
	margin: 20px auto 10px;
	max-height: 100px;
	width: auto;
	max-width: 200px;
}

.membership-login-main .interior-page-header {
	background-position: bottom center;
	height: 500;
}

.membership-login-main .interior-page-header h1 {
	bottom: -100;
}

.membership-main .post-password-form {
	text-align: center;
}

.membership-main .post-password-form button, .membership-main .post-password-form input[type="button"], .membership-main .post-password-form input[type="reset"], .membership-main .post-password-form input[type="submit"] {
	all: unset;
	display: inline-block;
	color: #06A1BA;
	text-decoration: none;
	padding: 10px 30px;
	border: solid 2px #0364A4;
	border-radius: 50px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	background-color: white;
}

.membership-main .post-password-form button:hover, .membership-main .post-password-form input[type="button"]:hover, .membership-main .post-password-form input[type="reset"]:hover, .membership-main .post-password-form input[type="submit"]:hover {
	background-color: #0364A4;
	color: white;
}

.members-only-section {
	margin: 5% auto 0;
}

.members-only-section h2 {
	text-align: center;
}

.members-only-section .indv-button {
	text-align: center;
	margin: 8% 10%;
}

.members-only-section .indv-member-only-content {
	margin: 0 10% 10%;
}

.members-only-section .indv-newsletter-link {
	margin: 5% 10%;
}

.members-only-section .covid-content {
	margin: 5% 20%;
}

.glmtf-newsletters {
	text-align: center;
}

.members-only-section-annual-meeting-mins .indv-member-only-content {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
	margin-bottom: 5%;
	margin-top: 3%;
}

@media (max-width: 850px) {
	.members-only-section-annual-meeting-mins .indv-member-only-content {
		grid-template-columns: 1fr;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.logo a {
	display: flex;
	gap: 10px;
}

.logo a img {
	width: 105px;
}

.logo a .logo-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	font-family: 'coda';
}

.logo a .logo-text .blue {
	color: #0364A4;
}

.logo a .logo-text .teal {
	color: #06A1BA;
	font-size: 38px;
}

@media (max-width: 700px) {
	.logo a .logo-text .teal {
		font-size: 22px;
	}
}

.logo a .logo-text .logo-great {
	font-size: 30px;
}

@media (max-width: 700px) {
	.logo a .logo-text .logo-great {
		font-size: 18px;
	}
}

.logo a .logo-text .logo-task {
	font-size: 33px;
}

@media (max-width: 700px) {
	.logo a .logo-text .logo-task {
		font-size: 19px;
	}
}

@media (max-width: 700px) {
	.logo img {
		width: 60px;
		height: auto;
	}
}

.tip-top-nav {
	background-color: #06A1BA;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	padding-right: 5%;
}

.tip-top-nav .tip-top-nav-items {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	padding: 10px 0px;
}

@media (max-width: 700px) {
	.tip-top-nav .tip-top-nav-items {
		gap: 10px;
	}
}

.tip-top-nav .tip-top-nav-items a {
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

@media (max-width: 700px) {
	.tip-top-nav .tip-top-nav-items a {
		font-size: 12px;
	}
}

.tip-top-nav .social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.tip-top-nav .social a {
	color: white;
	font-size: 18px;
}

.desktop-navigation {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 20%;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5%;
	background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1225px) {
	.desktop-navigation {
		grid-gap: 5%;
	}
}

.desktop-navigation .logo a img {
	width: 103px;
}

.desktop-navigation .menu {
	all: unset;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
	justify-content: space-around;
}

.desktop-navigation .menu li a {
	color: #06A1BA;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	padding: 20px 0;
}

.desktop-navigation .menu li a:hover {
	color: #0364A4;
}

@media (max-width: 1425px) {
	.desktop-navigation .menu li a {
		font-size: 20px;
	}
}

.menu .menu-item {
	position: relative;
}

.menu .sub-menu {
	all: unset;
	list-style: none;
	position: absolute;
	top: 35px;
	left: 0;
	background-color: #06A1BA;
	padding: 15px;
	width: 105%;
	display: none;
}

.menu .sub-menu li a {
	color: white;
	font-size: 18px;
	display: inline-block;
	padding: 5px 0;
}

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

.mobile-navigation {
	display: none;
	background-color: white;
}

.mobile-navigation .menu-toggle {
	all: unset;
	margin-left: 20px;
}

.mobile-navigation .menu-toggle .bar1, .mobile-navigation .menu-toggle .bar2, .mobile-navigation .menu-toggle .bar3 {
	height: 7px;
	width: 60px;
	background-color: #06A1BA;
	margin: 10px 0;
	transition: 0.4s;
	border-radius: 6px;
}

.mobile-navigation .change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-15px, 15px);
	transform: rotate(-45deg) translate(-15px, 15px);
}

.mobile-navigation .change .bar2 {
	opacity: 0;
}

.mobile-navigation .change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

#mobile-menu {
	all: unset;
	display: none;
	text-align: center;
	list-style: none;
	z-index: 999999999999999;
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translate(-50%);
	background-color: white;
	width: 100%;
	padding: 20px;
}

@media (max-width: 700px) {
	#mobile-menu {
		top: 180px;
	}
}

#mobile-menu li {
	margin-bottom: 12px;
}

#mobile-menu li:hover {
	background-color: #06A1BA;
}

#mobile-menu a {
	color: #0364A4;
	margin-bottom: 10px;
}

#mobile-menu.active {
	display: block;
}

@media (max-width: 950px) {
	.desktop-navigation {
		display: none;
	}
	.mobile-navigation {
		display: flex;
		justify-content: space-between;
		padding: 20px;
		align-items: center;
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}

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