/*!
Theme Name: utosm_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
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: utosm_twentyfive
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.

utosm_twentyfive 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
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400..700&display=swap");
.has-blue-background-color {
  background-color: #008BD0;
  --color-2: #008BD0;
}
.has-blue-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #008BD0;
}

.has-blue-color {
  color: #008BD0;
  --color-1: #008BD0;
}
.has-blue-color .wp-block-button .wp-block-button__link {
  --color-2: #008BD0;
}

.wp-block-button .wp-block-button__link.has-blue-color {
  --color-2: #008BD0;
}

.wp-block-button .wp-block-button__link.has-blue-background-color:hover {
  --color-1: #008BD0;
}

.has-red-background-color {
  background-color: #E1173E;
  --color-2: #E1173E;
}
.has-red-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #E1173E;
}

.has-red-color {
  color: #E1173E;
  --color-1: #E1173E;
}
.has-red-color .wp-block-button .wp-block-button__link {
  --color-2: #E1173E;
}

.wp-block-button .wp-block-button__link.has-red-color {
  --color-2: #E1173E;
}

.wp-block-button .wp-block-button__link.has-red-background-color:hover {
  --color-1: #E1173E;
}

.has-navy-background-color {
  background-color: #1C2B42;
  --color-2: #1C2B42;
}
.has-navy-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #1C2B42;
}

.has-navy-color {
  color: #1C2B42;
  --color-1: #1C2B42;
}
.has-navy-color .wp-block-button .wp-block-button__link {
  --color-2: #1C2B42;
}

.wp-block-button .wp-block-button__link.has-navy-color {
  --color-2: #1C2B42;
}

.wp-block-button .wp-block-button__link.has-navy-background-color:hover {
  --color-1: #1C2B42;
}

.has-black-background-color {
  background-color: #060606;
  --color-2: #060606;
}
.has-black-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #060606;
}

.has-black-color {
  color: #060606;
  --color-1: #060606;
}
.has-black-color .wp-block-button .wp-block-button__link {
  --color-2: #060606;
}

.wp-block-button .wp-block-button__link.has-black-color {
  --color-2: #060606;
}

.wp-block-button .wp-block-button__link.has-black-background-color:hover {
  --color-1: #060606;
}

.has-grey-background-color {
  background-color: #DFE0E0;
  --color-2: #DFE0E0;
}
.has-grey-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #DFE0E0;
}

.has-grey-color {
  color: #DFE0E0;
  --color-1: #DFE0E0;
}
.has-grey-color .wp-block-button .wp-block-button__link {
  --color-2: #DFE0E0;
}

.wp-block-button .wp-block-button__link.has-grey-color {
  --color-2: #DFE0E0;
}

.wp-block-button .wp-block-button__link.has-grey-background-color:hover {
  --color-1: #DFE0E0;
}

.has-smoke-background-color {
  background-color: #F3F3F3;
  --color-2: #F3F3F3;
}
.has-smoke-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #F3F3F3;
}

.has-smoke-color {
  color: #F3F3F3;
  --color-1: #F3F3F3;
}
.has-smoke-color .wp-block-button .wp-block-button__link {
  --color-2: #F3F3F3;
}

.wp-block-button .wp-block-button__link.has-smoke-color {
  --color-2: #F3F3F3;
}

.wp-block-button .wp-block-button__link.has-smoke-background-color:hover {
  --color-1: #F3F3F3;
}

.has-white-background-color {
  background-color: #FFFFFF;
  --color-2: #FFFFFF;
}
.has-white-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #FFFFFF;
}

.has-white-color {
  color: #FFFFFF;
  --color-1: #FFFFFF;
}
.has-white-color .wp-block-button .wp-block-button__link {
  --color-2: #FFFFFF;
}

.wp-block-button .wp-block-button__link.has-white-color {
  --color-2: #FFFFFF;
}

.wp-block-button .wp-block-button__link.has-white-background-color:hover {
  --color-1: #FFFFFF;
}

.has-green-background-color {
  background-color: #06A34F;
  --color-2: #06A34F;
}
.has-green-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #06A34F;
}

.has-green-color {
  color: #06A34F;
  --color-1: #06A34F;
}
.has-green-color .wp-block-button .wp-block-button__link {
  --color-2: #06A34F;
}

.wp-block-button .wp-block-button__link.has-green-color {
  --color-2: #06A34F;
}

.wp-block-button .wp-block-button__link.has-green-background-color:hover {
  --color-1: #06A34F;
}

.has-orange-background-color {
  background-color: #F4891E;
  --color-2: #F4891E;
}
.has-orange-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #F4891E;
}

.has-orange-color {
  color: #F4891E;
  --color-1: #F4891E;
}
.has-orange-color .wp-block-button .wp-block-button__link {
  --color-2: #F4891E;
}

.wp-block-button .wp-block-button__link.has-orange-color {
  --color-2: #F4891E;
}

.wp-block-button .wp-block-button__link.has-orange-background-color:hover {
  --color-1: #F4891E;
}

.has-error-red-background-color {
  background-color: #E71A2A;
  --color-2: #E71A2A;
}
.has-error-red-background-color .wp-block-button .wp-block-button__link:hover {
  --color-1: #E71A2A;
}

.has-error-red-color {
  color: #E71A2A;
  --color-1: #E71A2A;
}
.has-error-red-color .wp-block-button .wp-block-button__link {
  --color-2: #E71A2A;
}

.wp-block-button .wp-block-button__link.has-error-red-color {
  --color-2: #E71A2A;
}

.wp-block-button .wp-block-button__link.has-error-red-background-color:hover {
  --color-1: #E71A2A;
}

/*!
Theme Name: utosm_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
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: utosm_twentyfive
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.

utosm_twentyfive 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
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  font-size: calc(1em * var(--fsize));
  margin-top: calc(1em / var(--fsize));
  margin-bottom: calc(1em / var(--fsize));
}

h6, .h6 {
  font-family: "Archivo", sans_serif;
  text-transform: unset;
}

h1, .h1 {
  font-weight: 600;
  --fsize: 5;
}
@media (min-width: 600px) {
  h1, .h1 {
    --fsize: 6;
  }
}

h2, .h2 {
  --fsize: 2.875;
  letter-spacing: 0em;
}
@media (min-width: 600px) {
  h2, .h2 {
    --fsize: 3.5;
  }
}

h3, .h3 {
  --fsize: 2.125;
  letter-spacing: 0em;
}
@media (min-width: 600px) {
  h3, .h3 {
    --fsize: 2.5;
  }
}

h4, .h4 {
  --fsize: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 600px) {
  h4, .h4 {
    --fsize: 1.5;
  }
}

h5, .h5 {
  --fsize: 1.25;
}
@media (min-width: 600px) {
  h5, .h5 {
    --fsize: 1.5;
  }
}

h6, .h6 {
  --fsize: 1.125;
  font-size: calc(1em * var(--fsize));
}
@media (min-width: 600px) {
  h6, .h6 {
    --fsize: 1.25;
  }
}
h6.small, .h6.small {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

body {
  color: #1C2B42;
}

p {
  line-height: 1.5;
}

.tag {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body {
  font-family: "Archivo", sans_serif;
  font-size: 12px;
  letter-spacing: -0.02em;
}
@media (min-width: 600px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 820.1px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}
body small, body .small {
  font-size: 12px;
}
@media (min-width: 1200px) {
  body small, body .small {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  body small, body .small {
    font-size: 16px;
  }
}

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

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

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

/**
 * 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
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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 {
  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
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

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

/*!
Theme Name: utosm_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
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: utosm_twentyfive
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.

utosm_twentyfive 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
--------------------------------------------------------------*/
a:not(.wp-block-button__link) {
  color: #1C2B42;
  text-decoration: none;
}
a:not(.wp-block-button__link):hover {
  text-decoration: underline;
}

.wp-block-buttons .wp-block-button a {
  font-size: 1.1em;
  display: inline-block;
  border-radius: 4px;
  border: 1.6px solid #1C2B42;
  padding: 1.13em 1.36em;
  background: none;
  color: #1C2B42;
  transition: background-color 0.5s, color 0.5s;
}
.wp-block-buttons .wp-block-button a:hover {
  background-color: #1C2B42;
  color: #FFFFFF;
}

.wp-block-media-text .wp-block-buttons .wp-block-button a {
  border-radius: 0;
  background-color: #1C2B42;
  color: #F3F3F3;
  border: none;
  transition: background-color 0.5s;
  padding: 1.65em 1.14em;
}
.wp-block-media-text .wp-block-buttons .wp-block-button a:after {
  content: "";
  background-image: url(./assets/dots-right.svg);
  filter: invert(1);
  margin-left: 1.14em;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: sub;
}
.wp-block-media-text .wp-block-buttons .wp-block-button a:hover {
  background-color: #556071;
}
@media (min-width: 820.1px) {
  .wp-block-media-text .wp-block-buttons .wp-block-button a {
    padding-left: 2.27em;
    padding-right: 2.27em;
  }
  .wp-block-media-text .wp-block-buttons .wp-block-button a:after {
    margin-left: 2.27em;
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text .wp-block-buttons .wp-block-button a {
    padding: 2.1em 3.6em;
  }
  .wp-block-media-text .wp-block-buttons .wp-block-button a:after {
    margin-left: 3.6em;
  }
}

li {
  margin: 1em 0 1.5em;
}
li::marker {
  color: #008BD0;
}

/*!
Theme Name: utosm_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
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: utosm_twentyfive
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.

utosm_twentyfive 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
--------------------------------------------------------------*/
header.site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  background-color: #F3F3F3;
  z-index: 99999;
  transition: backgroundColor 0.5s;
  height: 80px;
  padding-left: var(--padding-base);
}
header.site-header {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  header.site-header {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  header.site-header {
    --padding-base: 4em;
  }
}
@media (min-width: 1200px) {
  header.site-header {
    height: 120px;
  }
}
header.site-header .site-branding {
  flex-grow: 1;
  z-index: 2;
}
header.site-header .site-branding .img.custom-logo {
  transition: filter 0.5s;
}
header.site-header .site-branding:has(~ .main-navigation.toggled) img.custom-logo {
  filter: invert(1) contrast(0) brightness(2);
}
header.site-header:has(~ main .wp-block-cover.big-hero) {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
}
header.site-header:has(~ main .wp-block-cover.big-hero) .site-branding img.custom-logo {
  filter: invert(1) contrast(0) brightness(2);
}

.menu-secondary-container {
  display: none;
  z-index: 2;
}
.menu-secondary-container ul {
  margin: 0;
  padding: 0;
}
.menu-secondary-container ul li {
  display: inline-block;
  list-style: none;
  padding-right: var(--padding-base);
}
.menu-secondary-container ul li {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .menu-secondary-container ul li {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .menu-secondary-container ul li {
    --padding-base: 4em;
  }
}
@media (min-width: 600px) {
  .menu-secondary-container {
    display: block;
  }
}
.menu-secondary-container:has(~ .main-navigation.toggled) ul li a {
  color: #FFFFFF;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
}
.main-navigation .menu-menu-1-container {
  position: fixed;
  z-index: 0;
  left: 0;
  top: -100vh;
  height: 100vh;
  transition: top 0.5s;
  right: 0;
  background: #008BD0;
  display: flex;
  margin: 0;
  padding: 8em 2em;
  overflow-y: auto;
}
@media (min-width: 600px) {
  .main-navigation .menu-menu-1-container {
    align-items: center;
    padding: 2em;
  }
}
.main-navigation .menu-menu-1-container #primary-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3em;
  font-size: 1.5em;
}
.main-navigation .menu-menu-1-container #primary-menu a {
  color: #FFFFFF;
}
.main-navigation .menu-menu-1-container #primary-menu ul {
  margin: 0;
  padding: 0;
}
.main-navigation .menu-menu-1-container #primary-menu li {
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
}
.main-navigation .menu-menu-1-container #primary-menu > li {
  flex: 1;
}
.main-navigation .menu-menu-1-container #primary-menu > li > a {
  display: flex;
  align-items: flex-end;
  height: 3em;
  font-weight: 700;
  border-bottom: 2px solid #FFFFFF;
  pointer-events: none;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.main-navigation .menu-menu-1-container #primary-menu > li > ul > li > ul {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-navigation .menu-menu-1-container #primary-menu > li > ul > li > ul li {
  font-size: 0.55em;
}
.main-navigation .menu-menu-1-container #primary-menu > li > ul > li:has(ul) > a:after {
  content: "";
  background-image: url(./assets/lines-plus.svg);
  filter: invert(1);
  float: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  vertical-align: sub;
}
.main-navigation .menu-menu-1-container #primary-menu > li > ul > li:has(ul).focus > a {
  display: block;
  margin-bottom: 0.7em;
}
.main-navigation .menu-menu-1-container #primary-menu > li > ul > li:has(ul).focus > a:after {
  background-image: url(./assets/lines-minus.svg);
}
.main-navigation .menu-menu-1-container #primary-menu > li > ul > li:has(ul).focus > ul {
  height: var(--base-height);
}
@media (min-width: 600px) {
  .main-navigation .menu-menu-1-container #primary-menu {
    gap: 1em;
    flex-direction: row;
  }
}

/* Small menu. */
.menu-toggle {
  display: block;
  position: relative;
  z-index: 1;
  background-color: #008BD0;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  height: 100%;
  cursor: pointer;
  padding: 0 var(--padding-base);
  line-height: 100%;
}
.menu-toggle:after {
  content: "";
  background-image: url(./assets/dots-menu.svg);
  filter: invert(1);
  margin-left: calc(0.75 * var(--padding-base));
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: sub;
}
.menu-toggle span:nth-child(2) {
  display: none;
}
.main-navigation.toggled .menu-toggle {
  background-color: #FFFFFF;
  color: #1C2B42;
}
.main-navigation.toggled .menu-toggle span {
  display: none;
}
.main-navigation.toggled .menu-toggle span:nth-child(2) {
  display: inline;
}
.main-navigation.toggled .menu-toggle:after {
  background-image: url(./assets/dots-close.svg);
  filter: sepia(1) saturate(2.6) hue-rotate(177deg) brightness(5.3);
}
.menu-toggle {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .menu-toggle {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .menu-toggle {
    --padding-base: 4em;
  }
}

.main-navigation.toggled .menu-menu-1-container {
  top: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.custom-logo {
  width: 128px;
}
@media (min-width: 1200px) {
  .custom-logo {
    width: 180px;
  }
}

/*!
Theme Name: utosm_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
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: utosm_twentyfive
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.

utosm_twentyfive 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
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #1C2B42;
  color: #FFFFFF;
}
footer.site-footer .site-info {
  display: flex;
  gap: 2em;
  flex-direction: column;
}
footer.site-footer .site-info > a {
  flex-basis: 25%;
}
footer.site-footer .site-info > a img {
  filter: invert(1) contrast(0) brightness(2);
}
footer.site-footer .site-info > ul {
  flex-basis: 75%;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  gap: 3em;
  margin: 0;
  padding: 0;
}
footer.site-footer .site-info > ul ul {
  display: block;
  margin: 0;
  padding: 0;
}
footer.site-footer .site-info > ul li {
  padding: 0;
  margin: 0 0 1em;
  list-style: none;
  flex-grow: 1;
  white-space: nowrap;
}
footer.site-footer .site-info > ul > li > ul > li > ul {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer.site-footer .site-info > ul > li > ul > li > ul li {
  font-size: 0.75em;
}
footer.site-footer .site-info > ul > li > ul > li:has(ul) > a:after {
  content: "";
  background-image: url(./assets/lines-plus.svg);
  filter: invert(1);
  margin-left: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: sub;
}
footer.site-footer .site-info > ul > li > ul > li:has(ul).focus > a {
  display: block;
  margin-bottom: 0.7em;
}
footer.site-footer .site-info > ul > li > ul > li:has(ul).focus > a:after {
  background-image: url(./assets/lines-minus.svg);
}
footer.site-footer .site-info > ul > li > ul > li:has(ul).focus > ul {
  height: var(--base-height);
}
footer.site-footer .site-info > ul a {
  color: #FFFFFF;
}
footer.site-footer .site-info > ul > li > a {
  display: block;
  font-weight: 700;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 1.3em;
  padding-bottom: 1.3em;
}
@media (min-width: 600px) {
  footer.site-footer .site-info {
    flex-direction: row;
  }
  footer.site-footer .site-info > ul {
    flex-direction: row;
    gap: 1em;
  }
}
footer.site-footer .site-legal {
  display: flex;
  justify-content: space-between;
  color: #DFE0E0;
  margin-top: 3em;
}
footer.site-footer .site-legal a {
  color: #DFE0E0;
}
footer.site-footer .site-legal ul {
  display: block;
  margin: 0;
  padding: 0;
}
footer.site-footer .site-legal ul li {
  display: block;
  list-style: none;
}
@media (min-width: 600px) {
  footer.site-footer .site-legal ul li {
    display: inline-block;
    margin: 0 0 0 1em;
  }
}
footer.site-footer {
  padding: 2em var(--padding-base);
}
footer.site-footer {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  footer.site-footer {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  footer.site-footer {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  footer.site-footer {
    padding: var(--padding-base);
  }
}

/*!
Theme Name: utosm_twentyfive
Theme URI: http://underscores.me/
Author: Underscores.me
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: utosm_twentyfive
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.

utosm_twentyfive 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
--------------------------------------------------------------*/
html body.custom-background {
  background-position: center 700px;
}

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

header.entry-header:has(~ .entry-content > .wp-block-cover) {
  display: none;
}

.post-thumbnail:has(~ .entry-content > .wp-block-cover) {
  display: none;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #1C2B42;
}

.wp-block-cover.hero {
  padding: 0;
  flex-direction: column;
}
.wp-block-cover.hero img {
  position: relative;
  aspect-ratio: 1;
}
.wp-block-cover.hero > p {
  display: none;
}
.wp-block-cover.hero .wp-block-cover__inner-container {
  background-color: #F3F3F3;
  text-align: left;
}
.wp-block-cover.hero .wp-block-cover__inner-container h2 {
  margin-bottom: calc(2em / var(--fsize));
}
@media (min-width: 600px) {
  .wp-block-cover.hero .wp-block-cover__inner-container {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}
.wp-block-cover.hero .wp-block-cover__inner-container {
  padding: 2em var(--padding-base);
}
.wp-block-cover.hero .wp-block-cover__inner-container {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .wp-block-cover.hero .wp-block-cover__inner-container {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover.hero .wp-block-cover__inner-container {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  .wp-block-cover.hero .wp-block-cover__inner-container {
    padding: var(--padding-base);
  }
}
.wp-block-cover.hero:not(.big-hero) .wp-block-cover__image-background {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
@media (min-width: 600px) {
  .wp-block-cover.hero:not(.big-hero) .wp-block-cover__image-background {
    padding: 0;
    width: 50%;
    right: 50%;
  }
}
.wp-block-cover.hero.big-hero:after {
  content: "SCROLL FOR MORE";
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: var(--padding-base);
  font-size: 12px;
  letter-spacing: 0.2em;
  border-left: 1px solid #FFFFFF;
  padding: 0 0 3em 1em;
}
.wp-block-cover.hero.big-hero:after {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .wp-block-cover.hero.big-hero:after {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover.hero.big-hero:after {
    --padding-base: 4em;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover.hero.big-hero:after {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .wp-block-cover.hero.big-hero:after {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .wp-block-cover.hero {
    min-height: 100vh;
    flex-direction: row;
  }
  .wp-block-cover.hero img {
    position: absolute;
    aspect-ratio: unset;
  }
}

.wp-block-cover:not(.hero) {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .wp-block-cover:not(.hero) {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover:not(.hero) {
    --padding-base: 4em;
  }
}
.wp-block-cover:not(.hero) {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
}
@media (min-width: 820.1px) {
  .wp-block-cover:not(.hero) {
    padding-top: calc(2.5 * var(--padding-base));
    padding-bottom: calc(2.5 * var(--padding-base));
  }
}
.wp-block-cover:not(.hero) .wp-block-cover__inner-container {
  text-align: center;
}
.wp-block-cover:not(.hero) .wp-block-cover__inner-container h2 {
  margin-bottom: calc(2em / var(--fsize));
}
.wp-block-cover:not(.hero) .wp-block-cover__inner-container .wp-block-buttons {
  margin-top: 2em;
}
@media (min-width: 820.1px) {
  .wp-block-cover:not(.hero) .wp-block-cover__inner-container {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-wrapper > *:not(.wp-block-cover, .wp-block-media-text, .wp-block-feature-grid) {
  max-width: 1496px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.wp-block-wrapper > *:not(.wp-block-cover, .wp-block-media-text, .wp-block-feature-grid):last-child {
  padding-bottom: var(--padding-base);
}
@media (min-width: 820.1px) {
  .wp-block-wrapper > *:not(.wp-block-cover, .wp-block-media-text, .wp-block-feature-grid):last-child {
    padding-bottom: calc(2.5 * var(--padding-base));
  }
}
@media (min-width: 820.1px) {
  .wp-block-wrapper > *:not(.wp-block-cover, .wp-block-media-text, .wp-block-feature-grid) {
    padding-left: var(--padding-base);
    padding-right: var(--padding-base);
  }
}
.wp-block-wrapper > *:not(.wp-block-cover, .wp-block-media-text, .wp-block-feature-grid) {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .wp-block-wrapper > *:not(.wp-block-cover, .wp-block-media-text, .wp-block-feature-grid) {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .wp-block-wrapper > *:not(.wp-block-cover, .wp-block-media-text, .wp-block-feature-grid) {
    --padding-base: 4em;
  }
}

.wp-block-wrapper hr.wp-block-separator {
  max-width: calc(1496px - 8em);
  box-sizing: border-box;
  margin-left: 2em;
  margin-right: 2em;
}
@media (min-width: 820.1px) {
  .wp-block-wrapper hr.wp-block-separator {
    margin-left: var(--padding-base);
    margin-right: var(--padding-base);
  }
}
@media (min-width: 1496px) {
  .wp-block-wrapper hr.wp-block-separator {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 820.1px) {
  .wp-block-columns .wp-block-column[style*="33.33%"] {
    padding-right: 6em;
  }
}
.wp-block-columns {
  padding: 2em var(--padding-base);
}
.wp-block-columns {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .wp-block-columns {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  .wp-block-columns {
    padding: var(--padding-base);
  }
}
.wp-block-columns {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
}
@media (min-width: 820.1px) {
  .wp-block-columns {
    padding-top: calc(2.5 * var(--padding-base));
    padding-bottom: calc(2.5 * var(--padding-base));
  }
}

.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 0;
}
.wp-block-media-text .wp-block-media-text__content h2 {
  margin-bottom: calc(2em / var(--fsize));
}
.wp-block-media-text .wp-block-media-text__content .wp-block-group {
  padding: 2em var(--padding-base);
}
.wp-block-media-text .wp-block-media-text__content .wp-block-group {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .wp-block-media-text .wp-block-media-text__content .wp-block-group {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text .wp-block-media-text__content .wp-block-group {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  .wp-block-media-text .wp-block-media-text__content .wp-block-group {
    padding: var(--padding-base);
  }
}
@media (min-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 5em;
  }
}
@media (min-width: 600px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 5em;
  }
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-buttons {
  justify-content: flex-end;
}
.wp-block-media-text {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .wp-block-media-text {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .wp-block-media-text {
    --padding-base: 4em;
  }
}
.wp-block-media-text {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
}
@media (min-width: 820.1px) {
  .wp-block-media-text {
    padding-top: calc(2.5 * var(--padding-base));
    padding-bottom: calc(2.5 * var(--padding-base));
  }
}
.wp-block-media-text {
  padding-bottom: 0;
}

aside.widget-area {
  background-color: #DFE0E0;
  overflow-x: hidden;
}
aside.widget-area .widget_block .wp-block-group a {
  text-decoration: underline;
}
aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container.slick-slider {
  padding-bottom: 3em;
}
aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container.slick-slider:after {
  content: "";
  width: 137px;
  position: absolute;
  border-top: 1.6px solid #1C2B42;
  bottom: 0.6em;
  left: 50%;
  margin-left: -67.5px;
}
@media (min-width: 600px) {
  aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container.slick-slider:after {
    content: none;
  }
}
aside.widget-area .widget_block .wp-block-group .slick-list {
  overflow: visible;
}
aside.widget-area .widget_block .wp-block-group .slick-list .slick-track {
  display: flex;
}
aside.widget-area .widget_block .wp-block-group .slick-list .slick-track .slick-slide {
  height: inherit;
}
aside.widget-area .widget_block .wp-block-group .wp-block-group {
  border: 1.6px solid #1C2B42;
  border-radius: 4px;
  margin-right: 1em;
}
aside.widget-area .widget_block .wp-block-group .wp-block-group {
  padding: 2em var(--padding-base);
}
aside.widget-area .widget_block .wp-block-group .wp-block-group {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  aside.widget-area .widget_block .wp-block-group .wp-block-group {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  aside.widget-area .widget_block .wp-block-group .wp-block-group {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  aside.widget-area .widget_block .wp-block-group .wp-block-group {
    padding: var(--padding-base);
  }
}
aside.widget-area .widget_block .wp-block-group .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  overflow: hidden;
  line-height: 1000em;
  padding: 0;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: sub;
}
aside.widget-area .widget_block .wp-block-group .slick-arrow[aria-disabled=true] {
  opacity: 0.5;
}
aside.widget-area .widget_block .wp-block-group .slick-next {
  background-image: url(./assets/dots-right.svg);
  left: calc(50% + 80px);
}
@media (min-width: 820.1px) {
  aside.widget-area .widget_block .wp-block-group .slick-next {
    left: calc(50% + 160px);
  }
}
aside.widget-area .widget_block .wp-block-group .slick-prev {
  background-image: url(./assets/dots-left.svg);
  right: calc(50% + 80px);
}
@media (min-width: 820.1px) {
  aside.widget-area .widget_block .wp-block-group .slick-prev {
    right: calc(50% + 160px);
  }
}
aside.widget-area {
  padding: 2em var(--padding-base);
}
aside.widget-area {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  aside.widget-area {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  aside.widget-area {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  aside.widget-area {
    padding: var(--padding-base);
  }
}

.wp-block-accordion {
  border-bottom: 1.6px solid #1C2B42;
  padding-bottom: 1em;
}
.wp-block-accordion:not(:last-child) {
  margin-bottom: 1em;
}
.wp-block-accordion .wp-block-accordion-body {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.wp-block-accordion .wp-block-accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wp-block-accordion .wp-block-accordion-header h4 {
  flex-grow: 1;
}
.wp-block-accordion .wp-block-accordion-header:after {
  content: "";
  background-image: url(./assets/dots-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: sub;
}
.wp-block-accordion .wp-block-accordion-header.active:after {
  background-image: url(./assets/dots-minus.svg);
}
.wp-block-accordion .wp-block-accordion-header.active + .wp-block-accordion-body {
  height: var(--base-height);
}
@media (min-width: 600px) {
  .wp-block-accordion.columned {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .wp-block-accordion.columned .wp-block-accordion-header {
    width: 33.3%;
    padding-right: 1em;
  }
  .wp-block-accordion.columned .wp-block-accordion-header:after {
    position: absolute;
    right: 0;
  }
  .wp-block-accordion.columned .wp-block-accordion-body {
    width: 66.6%;
    padding-right: 5em;
  }
}

.people .wp-block-accordion h4 span, .alumni h4 span {
  color: #8D95A0;
}
.people .wp-block-accordion h4 span:before, .alumni h4 span:before {
  content: " ";
}

.people .wp-block-accordion .wp-block-accordion-body > div, .alumni .wp-block-accordion .wp-block-accordion-body > div {
  display: flex;
  gap: 5em;
}
.people .wp-block-accordion .wp-block-accordion-body > div > div:first-child, .alumni .wp-block-accordion .wp-block-accordion-body > div > div:first-child {
  flex-basis: 66.6%;
}
.people .wp-block-accordion .wp-block-accordion-body > div > div:last-child, .alumni .wp-block-accordion .wp-block-accordion-body > div > div:last-child {
  flex-basis: 33.3%;
}

.doctor-listing {
  padding-left: 0;
}
.doctor-listing li {
  list-style: none;
  border-bottom: 1.6px solid #1C2B42;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
}
.doctor-listing li:not(:last-child) {
  margin-bottom: 1em;
}
.doctor-listing li span {
  flex-grow: 1;
}
.doctor-listing li em {
  font-style: normal;
  color: #8D95A0;
  display: inline-block;
}
.doctor-listing li a {
  display: block;
  white-space: nowrap;
  font-size: 0.8em;
  border-bottom: 1.6px solid #1C2B42;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
.doctor-listing li a:hover {
  text-decoration: none;
}
.doctor-listing li::marker {
  content: counter(item);
}

ol {
  counter-reset: item;
  padding-left: 1em;
}
ol li {
  counter-increment: item;
  padding-left: 1em;
  list-style-position: outside;
  font-size: 1.1em;
}
ol li a {
  text-decoration: underline;
}
ol li::marker {
  content: "[ " counter(item) " ]";
  font-size: 0.73em;
  color: #1C2B42;
}

@media (min-width: 600px) {
  .condition-groupings {
    columns: 2;
    widows: 2;
  }
}
.condition-groupings > div {
  background-color: #DFE0E0;
  padding: 2em;
  margin-bottom: 0.7em;
  break-inside: avoid;
}
.condition-groupings > div h3 {
  margin-bottom: 1em;
}
.condition-groupings > div h3:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: sub;
}
.condition-groupings > div h3.ankle:before {
  background-image: url(./assets/icon-ankle.png);
}
.condition-groupings > div h3.elbow:before {
  background-image: url(./assets/icon-elbow.png);
}
.condition-groupings > div h3.hip:before {
  background-image: url(./assets/icon-hip.png);
}
.condition-groupings > div h3.knee:before {
  background-image: url(./assets/icon-knee.png);
}
.condition-groupings > div h3.shoulder:before {
  background-image: url(./assets/icon-shoulder.png);
}
.condition-groupings > div ul {
  margin: 0;
  padding: 0;
}
.condition-groupings > div ul li {
  list-style: none;
}
.condition-groupings > div ul li a {
  text-decoration: underline;
}

.wpcf7-form > p {
  position: relative;
}
@media (min-width: 600px) {
  .wpcf7-form > p {
    margin-bottom: 4em;
  }
}
.wpcf7-form > p label {
  font-size: 1.25em;
  letter-spacing: 0em;
}
@media (min-width: 600px) {
  .wpcf7-form > p label {
    font-size: 1.5em;
  }
}
.wpcf7-form > p span.wpcf7-form-control-wrap {
  position: unset;
}
.wpcf7-form > p span.wpcf7-not-valid-tip {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  display: none;
}
@media (min-width: 600px) {
  .wpcf7-form > p span.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    bottom: -2em;
  }
}
@media (min-width: 1200px) {
  .wpcf7-form > p span.wpcf7-not-valid-tip {
    font-size: 16px;
  }
}
.wpcf7-form > p input {
  font-size: 18px;
  max-width: 100%;
}
@media (min-width: 600px) {
  .wpcf7-form > p input {
    font-size: 22px;
    position: absolute;
    left: 33.3%;
  }
}
.wpcf7-form > p input:not([type=submit]) {
  padding: 0.9em 1.25em;
  background-color: #F3F3F3;
}
.wpcf7-form > p input:not([type=submit]).wpcf7-not-valid {
  border-color: #E71A2A;
}
@media (min-width: 600px) {
  .wpcf7-form > p input:not([type=submit]) {
    width: 66.6%;
    margin-top: -1em;
  }
}
@media (min-width: 1200px) {
  .wpcf7-form > p input:not([type=submit]) {
    padding: 1em 1.25em;
    margin-top: -0.8em;
  }
}
.wpcf7-form > p input[type=submit] {
  border-radius: 0;
  background-color: #1C2B42;
  color: #FFFFFF;
  border: none;
  background-image: url(./assets/dots-right-white.svg);
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: calc(100% - 1.5em) center;
  padding: 1em 8em 1em 1.5em;
}
.wpcf7-form > p:has(+ p input[type=submit]) {
  margin-bottom: 0;
}
.wpcf7-form > p:has(input[type=submit]) {
  margin-top: 0;
}
@media (min-width: 600px) {
  .wpcf7-form > p:has(input[type=submit]) {
    margin-top: 0.7em;
  }
}
@media (min-width: 1200px) {
  .wpcf7-form > p:has(input[type=submit]) {
    margin-top: 16px;
  }
}
@media (min-width: 1440px) {
  .wpcf7-form > p:has(input[type=submit]) {
    margin-top: 11px;
  }
}
@media (min-width: 1920px) {
  .wpcf7-form > p:has(input[type=submit]) {
    margin-top: 7px;
  }
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3em 1em;
}
.post-grid header {
  flex-basis: 100%;
}
.post-grid .grid {
  flex-basis: calc(33.3% - 0.66em);
}
.post-grid .grid:not(:has(.post-thumbnail)) {
  background-color: #008BD0;
  padding: 2em;
}
.post-grid .grid:not(:has(.post-thumbnail)) a {
  color: #FFFFFF;
}
.post-grid .grid:not(:has(.post-thumbnail)) .wp-block-button a {
  border-color: #FFFFFF;
}
.post-grid nav {
  flex-basis: 100%;
}
.post-grid {
  padding: 2em var(--padding-base);
}
.post-grid {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .post-grid {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .post-grid {
    --padding-base: 4em;
  }
}
@media (min-width: 820.1px) {
  .post-grid {
    padding: var(--padding-base);
  }
}
@media (min-width: 820.1px) {
  .post-grid {
    padding-bottom: calc(2.5 * var(--padding-base));
  }
}

article.post.grid {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
article.post.grid h4 {
  margin: 0;
  line-height: 1.3em;
}
article.post.grid .small {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.wp-block-feature-grid {
  display: flex;
  align-items: flex-start;
  gap: var(--padding-base);
}
.wp-block-feature-grid > * {
  flex-basis: 33.3%;
  background-color: #008BD0;
  padding: 2em;
}
.wp-block-feature-grid > * .entry-meta {
  order: -1;
}
.wp-block-feature-grid > * a {
  color: #F3F3F3;
}
.wp-block-feature-grid > * .wp-block-button a {
  color: #F3F3F3;
  border-color: #F3F3F3;
}
.wp-block-feature-grid > *:first-child {
  flex-basis: 66.6%;
  background-color: #1C2B42;
  margin-top: 6em;
  margin-right: 12em;
  margin-bottom: 6em;
  position: relative;
}
.wp-block-feature-grid > *:first-child a.post-thumbnail {
  z-index: -1;
  position: absolute;
  margin: -8em -12em -6em -2em;
  width: calc(100% + 12em);
  height: calc(100% + 12em);
  background-color: #008BD0;
}
.wp-block-feature-grid > *:first-child a.post-thumbnail img {
  display: none;
}
.wp-block-feature-grid + hr.wp-block-separator {
  margin-top: var(--padding-base);
  margin-bottom: var(--padding-base);
}
@media (min-width: 820.1px) {
  .wp-block-feature-grid {
    gap: calc(2.5 * var(--padding-base));
  }
  .wp-block-feature-grid + hr.wp-block-separator {
    margin-top: calc(2.5 * var(--padding-base));
    margin-bottom: calc(2.5 * var(--padding-base));
  }
}
.wp-block-feature-grid {
  --padding-base: 1.25em;
}
@media (min-width: 820.1px) {
  .wp-block-feature-grid {
    --padding-base: 2.5em;
  }
}
@media (min-width: 1200px) {
  .wp-block-feature-grid {
    --padding-base: 4em;
  }
}

.wp-block-columns .wp-block-columns {
  padding: 0;
  margin-top: calc(1 * var(--padding-base));
}
.wp-block-columns .wp-block-columns .wp-block-column {
  padding: 2em;
}

.filters {
  padding-top: 2em;
}
.filters .filter-header:after {
  content: "";
  background-image: url(./assets/lines-filter.svg);
  float: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  vertical-align: sub;
}
.filters .filter-list label {
  display: block;
  color: #DFE0E0;
  margin-bottom: 1em;
}
.filters .filter-list span {
  display: inline-block;
  padding: 1em;
  background-color: #C0E2F3;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  border-radius: 4px;
}
.filters .filter-list span:after {
  content: "x";
  display: inline-block;
  margin-left: 1em;
}
.filters h4 {
  border-top: 1px solid #1C2B42;
  margin-top: 1em;
  padding-top: 1em;
}
.filters .wp-block-accordion-header {
  transition: margin 0.5s;
}
.filters .wp-block-accordion-header:not(.active) {
  margin-bottom: 0;
}
.filters .wp-block-accordion-header:after {
  content: "";
  background-image: url(./assets/dots-right.svg);
  float: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  vertical-align: sub;
}
.filters .wp-block-accordion-header.active:after {
  background-image: url(./assets/dots-down.svg);
}
.filters .wp-block-accordion-body {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters .wp-block-accordion-body li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.4em;
  cursor: pointer;
}
.filters .wp-block-accordion-header.active + .wp-block-accordion-body {
  height: var(--base-height);
}
.filters input[type=text] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #DFE0E0;
  display: block;
  width: 100%;
}

@media (min-width: 820.1px) {
  .card-listing {
    columns: 2;
  }
}

.wp-block-card {
  background-color: #FFFFFF;
  padding: 2em;
  margin-bottom: 1em;
  break-inside: avoid-column;
}
.wp-block-card.hidden {
  display: none;
}
.wp-block-card .card-columns {
  display: flex;
  gap: 1em;
}
.wp-block-card .card-columns:has(:nth-child(2)) > div {
  flex-basis: 50%;
}
.wp-block-card ul, .wp-block-card li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-card li {
  margin-bottom: 0.4em;
}
.wp-block-card > p {
  border-bottom: 1px solid #1C2B42;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.wp-block-card ul + .card-columns {
  border-top: 1px solid #1C2B42;
  padding-top: 1em;
  margin-top: 1em;
}
.wp-block-card .wp-block-accordion-header {
  transition: margin 0.5s;
}
.wp-block-card .wp-block-accordion-header:after {
  content: "";
  background-image: url(./assets/lines-plus.svg);
  float: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  vertical-align: sub;
}
.wp-block-card .wp-block-accordion-header.active:after {
  background-image: url(./assets/lines-minus.svg);
}
.wp-block-card .wp-block-accordion-body {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.wp-block-card .wp-block-accordion-header:not(.active) {
  margin-bottom: 0;
}
.wp-block-card .wp-block-accordion-header.active + .wp-block-accordion-body {
  height: var(--base-height);
}

.clinics-list {
  margin-top: 2em;
}
.clinics-list li {
  position: relative;
}
.clinics-list li::marker {
  content: counter(item);
  color: #FFFFFF;
}
.clinics-list li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #008BD0;
  border-radius: 1em;
  position: absolute;
  left: -0.7em;
  z-index: -1;
  top: 0.3em;
}
.clinics-list li h4 {
  margin-bottom: 0.4em;
}

@media (min-width: 1920px) {
  body .site > * {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

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