/*!
Theme Name: curriculum
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: curriculum
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.

curriculum 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
	- Header Images
	- Navigation
	- Posts and pages
	- Schedule Table
	- 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.
 */

 :root {
	--link: #ff6600;
	--focus: #e66400;
	--visited: #ff802b;
	--gray: #ccc;
	--zebra: rgba(255, 102, 0, 0.075);
  }

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
  color: #fff;
  background: #000;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #000;
}

body {
	height: auto;
	min-height: 100%;
}

html {
	color: #454545;
	-webkit-font-smoothing: antialiased;
	font: 16px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

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

article { max-width: 100vw; overflow: hidden; }

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	width: 60%;
	margin: 0 auto;
	overflow: visible;
}

@media only screen and (max-width: 975px)  {
	main { width: 90%; font-size: 20px; }
}

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

button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	text-decoration: none !important;
	font-weight: normal;
	line-height: 1;
}
h2 a { font-weight: 800; }

h1 {
	font-size: 4rem;
	letter-spacing: .025rem;
	color: var(--link);
	margin: 0 0 1rem 0;
	font-weight: 800;
	line-height: 3.5rem
}

h2, h3, h4, h5 {
	margin: 1.5rem 0 0.5rem 0;
	font-weight: normal;
}

h1 + h2 {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #ccc;
}

h1 + h2 + figure { margin-top: 1.5rem; }

h2 { font-size: 3rem; }

h3 { font-size: 2rem; }

h4 { font-size: 1.75rem; }

h5 { font-size: 1.5rem; }

h1+p, h2+p {
	margin-top: 1.3rem;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 8%;
}

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 { padding: 1rem 1rem 1rem 8%; }

ol { list-style: decimal; }

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

ul ul, ol ul, ol ol, ul li ul, ol li ul, ol li ol {
	padding: 0 0 0 8% !important;
}

p + ul, p + ol {
	padding-top: 0;
}


@media only screen and (max-width: 975px)  {
	ul ul, ol ul, ol ol {
		padding-left: 8%;
		margin-left: 0;
	}
}

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

table.standard-table {
	width: 100%;
  border-collapse: collapse;
  margin: 0 !important;
  box-sizing: border-box;
	text-align: left;
}

table.zebra tbody tr:nth-child(even) {
  background-color: #eee;
}

table.standard-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 !important;
  box-sizing: border-box;
}
.standard-table th, .standard-table td {
  border: 1px solid #ccc;
	 padding: 1.25rem;
	 border: 1px solid #ccc;
}
.standard-table tr.header-row th {
  background: #ddd;
}

/* Links
--------------------------------------------- */
a:link { color: var(--link); }
a:visited { color: var(--visited); }
h2 a:visited { color: var(--link); }

a:hover, h2 a:hover {
	color: #fff;
	background-color: var(--link);
}

a:focus,
a:active {
	color: var(--focus);
	background-color: transparent;
}

a:focus {
	outline: thin dotted;
}

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

*:target { margin-top: -1.5rem; padding-top: 4.5rem; }
tr:target > td > div { margin-top: -2rem; padding-top: 4rem; }
@media only screen and (max-width: 975px)  {
	tr:target > td > div { margin-top: 0; padding-top: 0; }
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: transparent;
	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: 0;
	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%;
}

/*-------------- Checklists ---------------------*/
/* The container */
.checklist-container {
	display: block;
	position: relative;
	padding-left: 1.5rem;
	margin: 0.5rem 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checklist-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0.25rem;
	left: 0;
	height: 1rem;
	width: 1rem;
	background-color: #eee;
	border: 1px solid #ccc;
  }
  
  /* On mouse-over, add a grey background color */
  .checklist-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checklist-container input:checked ~ .checkmark {
	background-color: #0b0;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checklist-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .checklist-container .checkmark:after {
	left: 0.3rem;
	top: 0.1rem;
	width: 0.3rem;
	height: 0.5rem;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  /* When inside an accordion */

  dd .checklist-container {
	padding-left: 2rem;
	margin: 0.5rem 0.5rem 0.5rem 1.5rem;
  }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Buttons
--------------------------------------------- */
.button {
	margin: 2rem;
	text-align: center;
}

.button a {
    width: 75%;
    text-align: center;
    padding: 1rem;
    margin: 1rem auto;
    background: var(--link);
    color: #fff;
    border-radius: 1rem;
    text-decoration: none;
		display: inline-block;
}

.button a:hover {
	background-color: #b00;
}

.button a:active, .button a:focus {
	box-shadow: inset 0 2rem 2rem -1rem rgba(0,0,0,0.25);
}

@media only screen and (max-width: 975px)  {
	.button { margin: 0; }
	.button a { width: 100% }
}


/* Header Images
--------------------------------------------- */

#header {
  position: relative;
  height: 50vw;
  max-height: 60vh;
  width: 100%;
  background-size: 100%;
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-attachment: fixed;
  margin: 0 0 3rem 0;
}

#header-caption {
  position: absolute;
  bottom: 1vh;
  display: inline-block;
  max-width: 30%;
  min-width: 15rem;
  padding: 1.25rem;
  font-size: 0.8rem;
  background-color: rgba(255,255,255,0.85);
  overflow: hidden;
}

.header-caption-artist {
  font-weight: bold;
}

#header-caption-title {
  font-style: italic;
}

@media only screen and (max-width: 975px)  {
	#header-caption {
		font-size: 0.6rem;
		max-width: 65%;
		min-width: 30%;
	}
}
@media only screen and (max-width: 480px)  {

  #header {
    height: 40vh;
  }
}

/* Navigation
--------------------------------------------- */

.site-header nav {
    display: block;
    width: 100%;
    height: 2.5rem;
    background: rgba(255,255,255,0.95);
    position: fixed;
    top: 0rem;
    z-index: 4000;
}

.site-header nav a:link { text-decoration: none; }

.menu {
    display: block;
    height: 2.5rem;
}

ul.menu { margin: 0; padding: 0; }

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
		top:-0.1rem;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    padding: 0 1rem;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 0.75rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
}

.menu li ul li a {
    line-height: 1.25rem;
    padding: 0.25rem 1rem;
}

.menu li a:hover,.menu li:hover>a {
    color: #fff;
    background: var(--link);
}

.menu ul {
    display: none;
    opacity: 0;
    margin: 0;
	padding: 0 !important;
    width: 12rem;
    position: absolute;
    top: 2.45rem;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,1.25rem);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    position: absolute;
    bottom: 100%;
    left: 20%;
    height: 0;
    width: 0;
    pointer-events: none;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a, .menu ul p {
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.1rem;
    display: block;
    color: #000;
    background: #fff;
    border-bottom: 0.5px solid #ccc;
}
.menu ul li:last-child a { border-bottom: none; }

.menu li#schedule ul, .menu li#readings ul {
  padding: 0.25rem !important;
}

.menu li#schedule ul li, .menu li#readings ul li {
  display: inline-block;
}

.menu li#schedule ul li a, .menu li#readings ul li a {
  display: inline-block;
  border: 0.5px solid #ccc;
  width: 2.25rem;
  margin: 0.25rem 0.2rem;
  padding: 0.5rem;
  text-align: center;
}

.menu li#schedule li.past a, .menu #readings li.past a {
	background: #ddd;
}

.menu li#schedule li.past a:hover, .menu #readings li.past a:hover {
    background: #000;
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: var(--link);
    color: #fff;
}

.menu li:hover>ul {
    display: inherit;
		visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    transition: all 0.2s ease-out;
}

.menu ul ul {
	padding: 0 !important;
    left: 10.3rem;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(1.25rem,1.25rem);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    top: 10%;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu li.note {
	display: block !important;
	padding: 0.25rem 1rem;
	margin: 0 0 0.25rem 0;
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
}

.responsive-menu {
    display: none;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    text-decoration: none;
}

h1#logo { margin: 0; padding: 0; }

h1#logo a, #resp-logo {
  font-size: 0.85rem;
  margin: 0;
  padding: 0 1.25rem;
  font-weight: 600;
  color: #000;
}

h1#logo a:hover, a:hover#resp-logo {
  color: var(--link);
  background: transparent;
}

#resp-logo {
  padding: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 3.5rem
}

.progress-bar {
  background-color: var(--link);
  height: 0.1rem;
  width: 0%;
  position: fixed;
  top: 2.5rem;
  z-index: 1;
}

@media only screen and (max-width: 1050px)  {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 2.25rem;
    }

    .menu li a {
        font-size: 0.75rem;
    }

    h1#logo { display: none; }
    .mainWrap {
      width: auto;
      padding: 3.125rem 1.25rem;
    }

    .menu {
      display: none;
      height: 100vh;
      overflow: scroll;
      background: rgba(255,255,255,0.95);
    }

    .menu li {
      display: block;
      margin: 0;
    }

    .menu li a {
      padding: 1rem 0;
      font-size: 2.25rem;
      text-align: center;
      border-bottom: 0.5px solid #ccc;
    }

    .menu li a:hover,.menu li:hover>a {
      background: var(--link);
      color: #fff;
    }

    .menu li:hover>ul {
      visibility: visible;
      opacity: 1;
      position: relative;
      transform: initial;
    }

    .menu li p { text-align: center; }

		.menu li#schedule ul, .menu li#readings ul { border-bottom: 1px solid #ccc; }

    .menu li#schedule ul, .menu li#readings ul {
      padding: 1rem 10%;
      text-align: center;
    }

		.menu li#schedule ul li a, .menu li#readings ul li a {
			width: 4rem;
			padding: 1rem;
			font-size: 2rem;
		}

    .menu ul {
		visibility: hidden;
		opacity: 0;
		top: 0;
		left: 0;
		width: 100%;
		transform: initial;
    }
		.menu ul li:last-child a { border-bottom: 1px solid #ccc; }

    .menu li ul li a {
      font-size: 1.25rem;
      padding: 1rem;
    }

    .menu ul ul {
      left: 0;
      transform: initial;
    }

    .menu li>ul ul:hover {
      transform: initial;
    }

    .site-header nav {
      height: 3.5rem;
      margin: 0;
    }

    .responsive-menu {
      display: block;
      padding-left: 0;
      padding-right: 0;
    }

		.progress-bar {
			top: 3.5rem;
		}
}

#wpadminbar+svg+svg+svg+svg+svg+svg+svg+svg+#page>header>nav, #wpadminbar+#page>header>nav { /* Adjust for the stupid WP Admin Bar */
  top: 2rem;
}

#wpadminbar+svg+svg+svg+svg+svg+svg+svg+svg+#page>header>.progress-bar, #wpadminbar+#page>header>.progress-bar { /* Adjust for the stupid WP Admin Bar */
	top: 4.5rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	position: absolute;
	z-index: 5000;
  padding: 1rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after,
.hamburger--squeeze.is-active:hover .hamburger-inner,
.hamburger--squeeze.is-active:hover .hamburger-inner::before,
.hamburger--squeeze.is-active:hover .hamburger-inner::after {
 background-color: var(--link);
}
.hamburger:hover { opacity: 0.7; }

.hamburger.is-active:hover { opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.hamburger-box {
  width: 1.75rem;
  height: 1.5000rem;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 1.5rem;
	height: 0.2rem;
	background-color: #000;
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before { top: -0.45rem; }
.hamburger-inner::after { bottom: -0.45rem; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* ============= End of main Nav ================= */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 1.5rem 0;
}
.site-main .post-navigation { box-sizing: content-box; }

.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 35%;
	padding-right: 2rem;
	border-right: 1px solid #ccc;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 35%;
	padding-left: 2rem;
}

.nav-links a {
	text-decoration: none;
}

.nav-next:before {
  content: '\276D';
  color: var(--link);
  font-size: 3.5rem;
  float: right;
  padding-left: 1rem;
	height: 100%;
}

.nav-previous:before {
  content: '\276C';
  color: var(--link);
  font-size: 3.5rem;
  float: left;
  padding-right: 1rem;
	height: 100%;
}

.nav-subtitle {
	display: block;
  color: #999;
  font-size: 0.9rem;
}

@media only screen and (max-width: 975px)  {
	.nav-links { font-size: 0.9rem; }
	.nav-subtitle { font-size: 0.75rem; }
}

/* Posts and pages
--------------------------------------------- */
/* Post Headers */

h3.why, h3.required, h3.supplementary, h3.response {}

.page-title { font-weight: bold; }

.toc {
	list-style-type: none;
	line-height: 1.25em;
	column-gap: 0;
	column-rule: 1px solid #ccc;
}

.toc.col2 { columns: 2 }
.toc.col3 { columns: 3 }
.toc.col4 { columns: 4 }

ul.toc, .toc ul { padding: 0; }
.toc li { position: relative; display: block; }

.toc a {
	padding: 0.75rem 2rem;
	min-height: 2rem;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.toc li.past a {
    background: #ddd;
}

.toc li.past a:hover {
    background: #000;
}

.more .toc {
	margin-bottom: 1rem;
	border: 1px solid var(--gray);
}

@media only screen and (max-width: 533px)  {
	.toc li { border-bottom: 1px solid #ccc; }
	.toc.col2 { columns: 15rem 2 }
	.toc.col3 { columns: 15rem 3 }
	.toc.col4 { columns: 15rem 4 }
}

/* Navigation arrows for list items (optional) */


.nav-head + h1,
.nav-head + h2,
.nav-head + h3,
.nav-head + h4,
.nav-head + h5 { margin-top: 0.5em !important;}

.nav-head {
	padding: 0.5em 0 0.5rem 0.75rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.nav-head a {
	display: inline-block;
  border: 1px solid #999;
  border-radius: 1000px;
  padding: 0.5rem;
  margin: 0 1.5rem 0 0;
	font-size: 2rem;
  letter-spacing: -0.15rem;
	line-height: 2rem;
	text-decoration: none;
  text-align: center;
  width: 2rem;
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	transform:rotate(90deg);
}

@media only screen and (max-width: 975px)  {
	.nav-head a.top {
		margin-left:0;
	}
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 5rem 0;
}

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

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

li.art, li.assignment, li.reading, li.video, li.podcast, li.website {
	list-style: none;
	border: none;
}

li.art {
	background: transparent url('/imgs/art.png') no-repeat 0 0.15em;
	background-size: 1.25rem 1.25rem;
	padding-left: 1.75rem;
}

li.assignment {
	background: transparent url('/imgs/assignment.png') no-repeat 0 0.15em;
	background-size: 1.25rem 1.25rem;
	padding-left: 1.75rem;
}

li.reading {
	background: transparent url('/imgs/book.png') no-repeat 0 0.15em;
	background-size: 1.25rem 1.25rem;
	padding-left: 1.75rem;
}

ol.footnote, p.footnote {
	text-indent: 2rem;
	padding: 1.5rem 0 0 0;
	list-style-position: inside;
	border-top: 1px solid #ccc;
}
ol.footnote li {
	padding-left: 0;
  margin: 0 0 0 1rem;
  text-indent: 2rem;
}
ol.footnote:target { margin-top: -1.5rem; padding-top: 4.5rem; }

footer.site-footer { width: 60% ; margin: 5rem auto; }

footer.site-footer blockquote#quotes {
	width: 75%;
	margin: auto;
}

footer.site-footer blockquote#quotes p {
	margin: 0 0 2rem 0;
	font: italic 1.5rem/1.5 "Times New Roman",Times,serif;
	color: #666;
	text-align: center;
}

footer.site-footer blockquote#quotes small {
	display: inline-block;
	width: 100%;
	font-weight: 400;
	text-align: center;
}

footer.site-footer blockquote#quotes small span.author::before {
	content: '– ';
}
@media only screen and (max-width: 975px)  {
		footer.site-footer { width: 90%; }
		footer.site-footer blockquote#quotes { width: 90% }
		footer.site-footer blockquote#quotes small { font-size: 1rem }
}

footer.site-footer .contact {
	margin: 4rem 0;
	padding: 4rem 0;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h2.entry-title {
	padding: 0.5rem 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.subtitle, .due-dates {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  color: #999;
  font-size: 1rem;
  line-height: 1.5rem;
	border-bottom: 1px solid #ccc;
}

.due-dates {
	margin: 0 0 1.5rem 0;
	padding-left: 3rem;
	position: relative;
}
.due-dates::before {
	content: "";
	background: transparent url('https://cdn1.iconfinder.com/data/icons/feather-2/24/calendar-512.png')  no-repeat left center;
	background-size: 2.5rem;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.5;
}

.entry-meta { display: none; }

footer.entry-footer {
	background-color: #eee;
	font-size: 0.75rem;
	color: #999;
	margin-top: 2rem;
}
footer.entry-footer span {
	display: block;
}

/* Assignments */

.assignment-meta {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #ccc;
	line-height: 1.5rem;
}
.assignment-meta div {
	padding: 0 0 0.5rem 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5rem;
}
.assignment-meta div:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }

.assignment-meta .due {
	background: transparent url(https://cdn1.iconfinder.com/data/icons/feather-2/24/calendar-512.png) no-repeat 0 25%;
  background-size: 1.5rem;
  padding-left: 1.75rem !important;
}


/* Supplementary Readings */

article.type-supplementary_readin h1, article.type-supplementary_readin h2 { display: none; }
article.type-supplementary_readin:nth-child(even) { background: var(--zebra); }

footer.entry-footer span { padding: 0 1rem; }
footer.entry-footer span:first-child { padding-top: 1rem; }
footer.entry-footer span:last-child { padding-bottom: 1rem; }

/* Accordion Menu */

/* Styles used when JavaScript is *not* available. We want to avoid:
/* 1. Hiding content
/* 2. Displaying Widget styles
/* 3. Any hint of interaction */
.accordion {
	border: 1px solid #ccc;
	border-bottom: none;
	margin-top: 1rem;
	overflow: hidden;
}
.accordion  dt {
    margin: 0 ;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
  }
.accordion  dd {
    margin: 0 ;
  }

/* Interactive Styles.  These styles are only present once our class assigned the
/* role of "tablist" to the .accordion element. In these styles we want to create the
/* appearance for basic interactivity and set up states. */

/************************************** BASE STATE */
.accordion[role="tablist"] dt {
  position: relative;
	color: var(--link);
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  user-select: none;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}

.accordion dt:after {
    content: "" ;
    border: 0.5rem solid transparent;
    border-top-color: #999;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    transform: rotate(0deg);
    transition: transform .8s, color .4s;
    transform-origin: 50% 20%;
  }
/************************************** SELECTED STATE */
.accordion[role="tablist"] dt[aria-selected="true"]{
	background-color: #f9f9f9;
}

/************************************** FOCUSED STATE */
.accordion[role="tablist"] dt[aria-selected="true"]:focus,
.accordion[role="tablist"] dt[aria-selected="true"]:hover,
.accordion[role="tablist"] dt:hover {
	color: #fff;
	background-color: var(--link);
	border-color: var(--link);
	cursor: pointer;
}
.accordion[role="tablist"] dt:active { background-color: var(--link); }

/************************************** OPEN STATE */
.accordion[role="tablist"] dt[aria-expanded="true"]{
  color: #fff;
  background-color: var(--link);
}
.accordion dt[aria-expanded="true"]::after {
 border-top-color: #fff;
 transform: rotate( 180deg );
}

/************************************** OPEN STATE */
.accordion[role="tablist"] dd {
  overflow: auto;
  max-height: 300rem ;
	padding-top: 0.5rem;
	opacity: 1;
	box-shadow: none;
	background-color: inherit;
	transition : visibility 2s, max-height .75s ease-in-out, padding .5s, opacity 1s ease-in-out, box-shadow 0.75s ease-in-out, background-color 0.75s ease-in-out;
}
.accordion[role="tablist"] dd:first-child {
    margin-top: 0;
  }
.accordion[role="tablist"] dd:last-child {
    margin-bottom: 0;
  }
.accordion dd:last-child {
	border-bottom: 1px solid #ccc;
}

.accordion[role="tablist"] dd p {
		padding: 0 1rem;
	}

.accordion[role="tablist"] dd ul {
	padding-right: 1rem;
}

/************************************** HIDDEN STATE */
.accordion[role="tablist"] dd[aria-hidden="true"]{
		visibility: hidden;
		max-height: 0;
		padding-top: 0;
		opacity: 0.3;
		box-shadow: inset 0 0.5rem 0.7rem -0.5rem rgba(0,0,0,0.75);
		background-color: rgba(0,0,0,0.1);
		transition : visibility 2s, max-height 0.75s ease-in-out, padding 1s, opacity 2s ease-in-out, box-shadow 0.75s ease-in-out, background-color 0.75s ease-in-out;
}

div.reading {
	padding: 0 1rem 1rem 1rem;
	border-bottom: 1px solid #ccc;
}

.required-readings div.reading { border: 1px solid #ccc; }
.required-readings div.reading + div.reading { border-top: none; }

div.reading:nth-child(even)  { background: var(--zebra); }
.search div.reading:nth-child(odd) { background: var(--zebra); }
.search div.reading:nth-child(even) { background: rgba(255,255,255,1); }

.reading h5 {
	padding: 1rem 0 0.5rem 0;
	margin: 0;
	font-size: 1.25rem;
	border: none;
	margin: 0;
}
.reading h5.single { font-size: 2rem; }
.reading h5 a {
	display:  block;
}
.reading h5 a:hover { background: var(--link); }

.reading .entry-meta {
	display: block;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.reading .entry-meta .meta-row {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
.entry-meta .meta-row:last-child {
	border-bottom: 0
}

.reading .entry-meta .author,
.reading .entry-meta .date,
.reading .entry-meta .wordcount,
.reading .entry-meta .time,
.reading .entry-meta .pages {
	display: inline-block; padding: 0.25rem 0;
}

.reading .entry-meta .time {
	background: transparent url('https://cdn0.iconfinder.com/data/icons/feather/96/clock-512.png') no-repeat 0 0.5em;
	background-size: 1em 1em;
	padding-left: 1.25rem;
}

.reading .entry-meta .wordcount + .time {
	background-position-x: 1.25rem;
	padding-left: 2.5rem;
}

.reading .meta-row > div:nth-child(even) {
	border-left: 1px solid #ccc;
	margin-left: 1.25rem;
	padding-left: 1.25rem;
}

.reading .lead { padding-top: 0.5rem; border-top: 1px solid #ccc; }

.reading .lead p { padding: 0.5rem 0 0 4%; }
.reading .lead p:last-child { margin-bottom: 0; }
.reading .lead p:last-child + div.video { margin-bottom: 1.5rem; }

@media only screen and (max-width: 975px)  {
	.reading .entry-meta .author,
	.reading .entry-meta .date,
	.reading .entry-meta .wordcount,
	.reading .entry-meta .time,
	.reading .entry-meta .pages {
		display: block;
	}

	.reading .meta-row > div:nth-child(even) {
		border-left: 0;
		border-top: 1px solid #ccc;
		margin-left: 0;
		padding-left: 0;
	}

	.reading .entry-meta .wordcount + .time {
		background-position-x: 0;
		padding-left: 1.5rem;
	}
}

.entry-type-article h5,
.entry-type-chapters h5,
.entry-type-essay h5,
.entry-type-paper h5,
.entry-type-talk h5 {
	background: transparent url('/imgs/text.png') no-repeat;
}

.entry-type-article h5 .resource::before,
.entry-type-essay h5 .resource::before,
.entry-type-paper h5 .resource::before,
.entry-type-talk h5 .resource::before,
.entry-type-podcast h5 .resource::before,
.entry-type-chapters h5 .resource::before { content:'\201C'; }

.entry-type-article h5 .resource::after,
.entry-type-essay h5 .resource::after,
.entry-type-paper h5 .resource::after,
.entry-type-talk h5 .resource::after,
.entry-type-podcast h5 .resource::after,
.entry-type-chapters h5 .resource::after { content:'\201D'; }


.entry-type-book h5 {
	background: transparent url('/imgs/book.png') no-repeat;
}

.entry-type-podcast h5 {
	background: transparent url('/imgs/podcast.png') no-repeat;
}

.entry-type-audio-recording h5 {
	background: transparent url('/imgs/soundwave.png') no-repeat;
}

.entry-type-video h5 {
	background: transparent url('/imgs/video.png') no-repeat;
}

.entry-type-website h5 {
	background: transparent url('/imgs/internet.png') no-repeat;
}

.reading h5 {
	background-size: 0.75em 0.75em;
	background-position:  0 1em;
	padding: 1rem 1rem 0.5rem 1em;
}
.reading h5.single {
	background-position:  0 0.75em;
}
@media only screen and (max-width: 975px)  {
	.reading h5.single {
		background-position: 50% 1rem;
		padding-left: 0;
		padding-top: 3rem;
		font-size: 1.5rem;
	}
}

.entry-type-video .resource,
.entry-type-book .resource { font-style: italic; }

.parent-resource { font-style: italic; }




/* Schedule Table
--------------------------------------------- */

table#calendarTable tbody tr.day:nth-child(even) {
  background-color: #eee;
}

table#calendarTable {
  width: 100%;
  border-collapse: collapse;
  margin: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#calendarTable th, #calendarTable td {
  border: 1px solid #ccc;
}
#calendarTable tr.scheduleWeek td {
    border: none;
	padding: 0;
}
#calendarTable td, #calendarTable th {
  padding: 1.25rem;
}
#calendarTable th {
  background: #ddd;
}
#calendarTable th.testdesc {
  background: none;
  text-align: left;
}

#calendarTable ul {
  margin: 0;
  padding: 0;
	list-style-type: none;
}

#calendarTable ul li { line-height: 1.75rem; }

#calendarTable .calendar-date { font-weight: bold; }

#date_heading {
  width: 10%;
  min-width: 8rem;
}
#due_heading {
    width: 45%;
}
#inclass_heading {
    width: 45%;
}

.scheduleWeek {
    color: #000;
    font-weight: 600;
}

.university {
      color: #bbb;
}

.week-label {
    font-size: 3rem;
    position: relative;
    bottom: -1.25rem;
    z-index: -1;
	line-height: 3.5rem;
    color: #000;
}

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

	/* Force table to not be like tables anymore */
	table#calendarTable, #calendarTable thead, #calendarTable tbody, #calendarTable th, #calendarTable td, #calendarTable tr {
		display: block;
		position: relative;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#calendarTable thead tr, .tests th, .top-th, .testdescTSbg {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#calendarTable tr { border: 1px solid #ccc; }
	#calendarTable tr.scheduleWeek {
	    border: none;
	}

	#calendarTable tr.scheduleWeek td {
		padding: 0;
	}

	#calendarTable td, #calendarTable th.testdesc {
		/* Behave  like a "row" */
		border: none;
		position: relative;
    top: 1rem;
		padding-top: 4rem;
	}
	#calendarTable th.testdesc {
		padding-left: 0.3rem;
		width: initial;
		text-align: left;
	}

	#calendarTable td:last-child {
		padding-bottom: 4rem;
	}

	#calendarTable td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 1.5rem;
		padding-right: 1rem;
		white-space: nowrap;
	}

  #calendarTable .calendar-date {
		font-size: 2rem;
		line-height: 1.75rem;
	}

	/*
	Label the data
	*/
	#calendarTable .day td:nth-of-type(1):before { content: "Date"; margin-top: -1rem; padding-top: 1rem; font-weight: bold; font-size: 1.25rem; }
	#calendarTable .day td:nth-of-type(2):before { content: "Due"; margin-top: -1rem; padding-top: 1rem; font-weight: bold; border-top: 1px solid #ccc; width: 90%; }
	#calendarTable .day td:nth-of-type(3):before { content: "In Class"; margin-top: -1rem; padding-top: 1rem; font-weight: bold; border-top: 1px solid #ccc; width: 90%; }

	.week-label {
		font-size: 4rem;
		bottom: 0;
	}
}

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

.bypostauthor {
	display: block;
}

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

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


/* Media
--------------------------------------------- */
article img, img.size-full, figure.wp-caption.aligncenter {
	width: 100%;
	height: auto;
}

.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;
}

.video {
	padding:56.25% 0 0 0;
	position:relative;
}

.video iframe,
.video video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

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

p.caption, .wp-caption-text {
    font-size: 0.8rem;
    line-height: 1rem;
		color: #999;
    text-align: right;
    margin: 0.4rem 0 1rem 0;
}

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