@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,700|Roboto:400,500,700|Roboto+Mono:400,400i|Barlow+Condensed:300");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  scroll-behavior: smooth; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

q::before {
  content: '\201C'; }

q::after {
  content: '\201D'; }

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

*,
*::before,
*::after {
  box-sizing: inherit; }

* {
  box-sizing: border-box; }

img, video, embed, object {
  max-width: 100%; }

.clear::after {
  content: " ";
  display: table;
  clear: both; }

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

b, strong {
  font-weight: 700; }

sup {
  font-size: 0.7rem;
  vertical-align: super;
  line-height: 1; }

sub {
  font-size: 0.7rem;
  vertical-align: sub;
  line-height: 1; }

th {
  font-weight: 500; }

figcaption {
  line-height: 1; }

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/*
 * grid.scss
 *
 * A scss file for the layout grid.
 * 
 * CREATED: September 2020
 */
.grid {
  display: grid;
  padding: 0 2%; }
  @media print {
    .grid {
      padding: 0 0.5in; } }
  @media (max-width: 478px) {
    .grid {
      grid-template-columns: 1fr; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .grid {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 767px) and (max-width: 990px) {
    .grid {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .grid {
      grid-template-columns: repeat(8, 1fr); } }
  @media (min-width: 1200px) {
    .grid {
      grid-template-columns: repeat(12, 1fr); } }
  @media (max-width: 478px) {
    .grid {
      grid-gap: 0.75rem 0; } }
  @media (min-width: 479px) and (max-width: 990px) {
    .grid {
      grid-gap: 1.5rem 1.5rem; } }
  @media (min-width: 991px) {
    .grid {
      grid-gap: 1.75rem 1.75rem; } }

@media (max-width: 478px) {
  .grid-center.whole {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-center.whole {
    grid-column: 1 / span 4; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-center.whole {
    grid-column: 1 / span 4; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-center.whole {
    grid-column: 1 / span 8; } }
@media (min-width: 1200px) {
  .grid-center.whole {
    grid-column: 1 / span 12; } }

@media (max-width: 478px) {
  .grid-center.five-sixths {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-center.five-sixths {
    grid-column: 1 / span 4; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-center.five-sixths {
    grid-column: 1 / span 4; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-center.five-sixths {
    grid-column: 2 / span 6; } }
@media (min-width: 1200px) {
  .grid-center.five-sixths {
    grid-column: 2 / span 10; } }

@media print and (max-width: 478px) {
  .grid-center.five-sixths {
    grid-column: 1; } }
@media print and (min-width: 479px) and (max-width: 766px) {
  .grid-center.five-sixths {
    grid-column: 1 / span 4; } }
@media print and (min-width: 767px) and (max-width: 990px) {
  .grid-center.five-sixths {
    grid-column: 1 / span 4; } }
@media print and (min-width: 991px) and (max-width: 1199px) {
  .grid-center.five-sixths {
    grid-column: 1 / span 8; } }
@media print and (min-width: 1200px) {
  .grid-center.five-sixths {
    grid-column: 1 / span 12; } }

@media (max-width: 478px) {
  .grid-center.two-thirds {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-center.two-thirds {
    grid-column: 1 / span 4; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-center.two-thirds {
    grid-column: 1 / span 4; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-center.two-thirds {
    grid-column: 3 / span 4; } }
@media (min-width: 1200px) {
  .grid-center.two-thirds {
    grid-column: 3 / span 8; } }

@media (max-width: 478px) {
  .grid-center.half {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-center.half {
    grid-column: 2 / span 2; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-center.half {
    grid-column: 2 / span 2; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-center.half {
    grid-column: 3 / span 4; } }
@media (min-width: 1200px) {
  .grid-center.half {
    grid-column: 4 / span 6; } }

@media (max-width: 478px) {
  .grid-center.third {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-center.third {
    grid-column: 2 / span 2; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-center.third {
    grid-column: 2 / span 2; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-center.third {
    grid-column: 4 / span 2; } }
@media (min-width: 1200px) {
  .grid-center.third {
    grid-column: 5 / span 4; } }

@media (max-width: 478px) {
  .grid-center.sixth {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-center.sixth {
    grid-column: 2 / span 2; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-center.sixth {
    grid-column: 2 / span 2; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-center.sixth {
    grid-column: 4 / span 2; } }
@media (min-width: 1200px) {
  .grid-center.sixth {
    grid-column: 6 / span 2; } }

@media (max-width: 478px) {
  .grid-left.three-quarters {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-left.three-quarters {
    grid-column: 1 / span 3; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-left.three-quarters {
    grid-column: 1 / span 3; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-left.three-quarters {
    grid-column: 1 / span 6; } }
@media (min-width: 1200px) {
  .grid-left.three-quarters {
    grid-column: 1 / span 9; } }

@media (max-width: 478px) {
  .grid-right.three-quarters {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-right.three-quarters {
    grid-column: 2 / span 3; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-right.three-quarters {
    grid-column: 2 / span 3; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-right.three-quarters {
    grid-column: 3 / span 6; } }
@media (min-width: 1200px) {
  .grid-right.three-quarters {
    grid-column: 4 / span 9; } }

@media (max-width: 478px) {
  .grid-left.half {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-left.half {
    grid-column: 1 / span 2; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-left.half {
    grid-column: 1 / span 2; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-left.half {
    grid-column: 1 / span 4; } }
@media (min-width: 1200px) {
  .grid-left.half {
    grid-column: 1 / span 6; } }

@media (max-width: 478px) {
  .grid-right.half {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-right.half {
    grid-column: 3 / span 2; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-right.half {
    grid-column: 3 / span 2; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-right.half {
    grid-column: 5 / span 4; } }
@media (min-width: 1200px) {
  .grid-right.half {
    grid-column: 7 / span 6; } }

@media (max-width: 478px) {
  .grid-left.third {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-left.third {
    grid-column: 1 / span 1; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-left.third {
    grid-column: 1 / span 2; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-left.third {
    grid-column: 1 / span 3; } }
@media (min-width: 1200px) {
  .grid-left.third {
    grid-column: 1 / span 4; } }

@media (max-width: 478px) {
  .grid-right.third {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-right.third {
    grid-column: 4 / span 1; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-right.third {
    grid-column: 3 / span 2; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-right.third {
    grid-column: 6 / span 3; } }
@media (min-width: 1200px) {
  .grid-right.third {
    grid-column: 9 / span 4; } }

@media (max-width: 478px) {
  .grid-left.quarter {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-left.quarter {
    grid-column: 1 / span 1; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-left.quarter {
    grid-column: 1 / span 1; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-left.quarter {
    grid-column: 1 / span 2; } }
@media (min-width: 1200px) {
  .grid-left.quarter {
    grid-column: 1 / span 3; } }

@media (max-width: 478px) {
  .grid-right.quarter {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-right.quarter {
    grid-column: 4 / span 1; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-right.quarter {
    grid-column: 4 / span 1; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-right.quarter {
    grid-column: 7 / span 2; } }
@media (min-width: 1200px) {
  .grid-right.quarter {
    grid-column: 10 / span 3; } }

@media (max-width: 478px) {
  .grid-left.sixth {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-left.sixth {
    grid-column: 1 / span 1; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-left.sixth {
    grid-column: 1 / span 1; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-left.sixth {
    grid-column: 1 / span 1; } }
@media (min-width: 1200px) {
  .grid-left.sixth {
    grid-column: 1 / span 1; } }

@media (max-width: 478px) {
  .grid-right.sixth {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-right.sixth {
    grid-column: 4 / span 1; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-right.sixth {
    grid-column: 4 / span 1; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-right.sixth {
    grid-column: 8 / span 1; } }
@media (min-width: 1200px) {
  .grid-right.sixth {
    grid-column: 12 / span 1; } }

@media (max-width: 478px) {
  .grid-centered-left.quarter {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-centered-left.quarter {
    grid-column: 1 / span 2; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-centered-left.quarter {
    grid-column: 2 / span 1; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-centered-left.quarter {
    grid-column: 3 / span 2; } }
@media (min-width: 1200px) {
  .grid-centered-left.quarter {
    grid-column: 4 / span 3; } }

@media (max-width: 478px) {
  .grid-centered-right.quarter {
    grid-column: 1; } }
@media (min-width: 479px) and (max-width: 766px) {
  .grid-centered-right.quarter {
    grid-column: 3 / span 2; } }
@media (min-width: 767px) and (max-width: 990px) {
  .grid-centered-right.quarter {
    grid-column: 3 / span 1; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .grid-centered-right.quarter {
    grid-column: 5 / span 2; } }
@media (min-width: 1200px) {
  .grid-centered-right.quarter {
    grid-column: 7 / span 3; } }

/*
 * base.scss
 *
 * A scss file for the common, non-component styles across the site.
 * 
 * CREATED: September 2020
 
	@include respond-below(xs) {
		
	}
	@include respond-between(xs, sm) {
		
	}
	@include respond-between(sm, md) {
		
	}
	@include respond-between(md, lg) {
		
	}
	@include respond-between(lg, xl) {
		
	}
	@include respond-above(xl) {
		
	}
	
*/
html {
  font-size: 100%; }
  @media (max-width: 320px) {
    html {
      font-size: 4vw; } }
  @media (max-width: 320px) and (max-width: 450px) {
    html {
      font-size: 18px; } }
  @media (max-width: 320px) and (min-width: 450px) {
    html {
      font-size: 18px; } }

  @media (min-width: 321px) and (max-width: 478px) {
    html {
      font-size: 4vw; } }
  @media (min-width: 321px) and (max-width: 478px) and (max-width: 500px) {
    html {
      font-size: 20px; } }
  @media (min-width: 321px) and (max-width: 478px) and (min-width: 500px) {
    html {
      font-size: 20px; } }

  @media (min-width: 479px) and (max-width: 766px) {
    html {
      font-size: 4vw; } }
  @media (min-width: 479px) and (max-width: 766px) and (max-width: 550px) {
    html {
      font-size: 22px; } }
  @media (min-width: 479px) and (max-width: 766px) and (min-width: 550px) {
    html {
      font-size: 22px; } }

  @media (min-width: 767px) and (max-width: 990px) {
    html {
      font-size: 4vw; } }
  @media (min-width: 767px) and (max-width: 990px) and (max-width: 600px) {
    html {
      font-size: 24px; } }
  @media (min-width: 767px) and (max-width: 990px) and (min-width: 600px) {
    html {
      font-size: 24px; } }

  @media (min-width: 991px) and (max-width: 1199px) {
    html {
      font-size: 6vw; } }
  @media (min-width: 991px) and (max-width: 1199px) and (max-width: 433.3333333333px) {
    html {
      font-size: 26px; } }
  @media (min-width: 991px) and (max-width: 1199px) and (min-width: 433.3333333333px) {
    html {
      font-size: 26px; } }

  @media (min-width: 1200px) {
    html {
      font-size: 26px;
      font-size: 2vw; } }
  @media (min-width: 1200px) and (max-width: 1300px) {
    html {
      font-size: 26px; } }
  @media (min-width: 1200px) and (min-width: 1500px) {
    html {
      font-size: 30px; } }

@media print {
  html {
    font-size: 14pt; } }
body {
  font-size: 1rem;
  letter-spacing: 0.01rem;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }
  @media print {
    body {
      background: white !important;
      color: black; } }

main {
  font-family: "Crimson Text", serif;
  line-height: 1.7;
  position: relative;
  z-index: 100; }
  @media print {
    main {
      position: static; } }

@media (max-width: 478px) {
  .anchor {
    padding-top: 50px;
    margin-top: -50px; } }
@media (min-width: 479px) and (max-width: 766px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px; } }
@media (min-width: 767px) and (max-width: 990px) {
  .anchor {
    padding-top: 75px;
    margin-top: -75px; } }
@media (min-width: 991px) {
  .anchor {
    padding-top: 87.5px;
    margin-top: -87.5px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.1; }

h1 {
  font-size: 1.75rem;
  margin-top: 0.75em;
  margin-bottom: 0; }
  @media (max-width: 478px) {
    h1 {
      grid-column: 1 / span 1; } }
  @media (min-width: 479px) and (max-width: 990px) {
    h1 {
      grid-column: 1 / span 4; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    h1 {
      grid-column: 1 / span 8; } }
  @media (min-width: 1200px) {
    h1 {
      grid-column: 1 / span 12; } }

@media print {
  h1 {
    margin-top: 12pt; } }
h2 {
  font-size: 1.4rem;
  margin: 1.5rem 0 0.25rem 0; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.1rem; }

h5 {
  font-size: 1.05rem; }

h6 {
  font-size: 1rem; }

.subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0.25rem; }

a:link {
  color: #0a57b8;
  text-decoration: none; }
  @media print {
    a:link {
      color: black; } }
a:visited {
  color: #7333bf; }
  @media print {
    a:visited {
      color: black; } }
a:hover, a:focus {
  color: #47297a;
  text-decoration: underline; }
a:active {
  color: #8f0000; }

@media print {
  p {
    page-break-inside: avoid;
    line-height: 1.5; } }

main p,
main ul,
main ol,
main dl {
  margin-bottom: 1rem; }

main p:last-child,
main li:last-child {
  margin-bottom: 0; }

.indent {
  margin-left: 1.5rem;
  text-indent: -1.125rem; }

.inline {
  margin-top: -1rem; }

span[lang] {
  font-style: italic; }

.excise {
  text-decoration: line-through; }

.ordinal-number {
  vertical-align: super;
  font-size: 0.7rem; }

.info {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  margin-left: 1.5rem;
  margin-bottom: 0.25rem; }
  .info p {
    margin-bottom: 0; }

li {
  margin-bottom: 1rem; }

.tight li {
  margin-bottom: 0em; }

.headings {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

ol.numbered {
  margin-left: 2rem;
  counter-reset: item; }
  ol.numbered li {
    position: relative; }
  ol.numbered li::before {
    font-size: inherit;
    content: counter(item,decimal) ". ";
    counter-increment: item;
    position: absolute;
    left: -2rem; }

dt {
  font-weight: 700;
  margin-top: 1rem; }

dt:first-child {
  margin-top: 0; }

.numerator,
.denominator {
  font-size: 0.6rem;
  position: relative;
  left: -0.1rem; }

.numerator {
  vertical-align: super;
  top: 0rem; }

.denominator {
  vertical-align: sub;
  bottom: 0.1rem; }

.script-ref {
  line-height: 1.2;
  width: 70%;
  margin: 0 auto 1rem auto;
  font-size: 0.85rem; }
  .script-ref .part {
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-top: 1.25rem;
    margin-bottom: 0; }
  .script-ref .scene-action {
    margin: 0 0 0.5rem 10%; }

.footnotes {
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 2rem 2rem; }

.footnote-mark {
  vertical-align: super;
  font-size: 0.7rem;
  text-decoration: none; }

table {
  font-size: 0.8rem;
  border-bottom: 1px solid #8c54e0;
  margin-bottom: 1rem; }
  @media print {
    table {
      border-bottom: 1px solid black; } }
  table caption {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    font-weight: 500; }
  table thead {
    background-color: #a385d4;
    border-bottom: 1px solid #8c54e0;
    text-align: left; }
    @media print {
      table thead {
        border-bottom: 1px solid black; } }
  table tbody tr:nth-child(even) {
    background-color: #e6ebf0; }
  table th {
    font-family: "Roboto", sans-serif;
    line-height: 1.4; }
  @media (max-width: 766px) {
    table td,
    table th {
      padding: 0.2rem 0.2rem; } }
  @media (min-width: 767px) {
    table td,
    table th {
      padding: 0.2rem 0.5rem; } }

blockquote {
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0em auto 1rem auto; }
  @media (max-width: 320px) {
    blockquote {
      width: 90%; } }
  @media (min-width: 321px) and (max-width: 478px) {
    blockquote {
      width: 85%; } }
  @media (min-width: 479px) {
    blockquote {
      width: 80%; } }
  blockquote p {
    margin-bottom: 0.5rem; }
  blockquote footer {
    margin-left: 40%; }
  blockquote footer p {
    text-indent: -10%; }
  blockquote footer p::before {
    content: '\2014'; }

@media (max-width: 320px) {
  blockquote.epigraph {
    width: 85%;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 321px) {
  blockquote.epigraph {
    width: 70%;
    margin-right: 0; } }
blockquote.epigraph footer {
  text-align: right; }

blockquote.blurb {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem; }
  blockquote.blurb footer {
    margin-left: 20%; }

.math,
var {
  font-family: "Roboto Mono", monospace;
  font-size: 0.9rem; }

var {
  font-style: italic;
  letter-spacing: 0.15em; }

div.math {
  text-align: center;
  text-indent: 0;
  margin-bottom: 1rem; }

/*
 * header.scss
 *
 * A scss file for the header layout styles in the theme.
 * 
 * CREATED: September 2020
 */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #035473;
  z-index: 200; }
  @media (max-width: 320px) {
    .site-header {
      height: 50px;
      text-align: right; } }
  @media (min-width: 321px) and (max-width: 478px) {
    .site-header {
      height: 50px;
      text-align: center; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .site-header {
      height: 60px;
      text-align: center; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .site-header {
      height: 75px;
      text-align: center; } }
  @media (min-width: 991px) {
    .site-header {
      height: 87.5px;
      text-align: center; } }
  @media print {
    .site-header {
      position: static; } }

@media print {
  .screen-header {
    display: none; } }

.print-header {
  position: static;
  display: block;
  padding: 8pt 0;
  border-bottom: 1px solid black; }
  @media screen {
    .print-header {
      display: none; } }

.skip-to-content a:focus {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  z-index: 300; }

.skip-to-content a {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  background: #b0b3b5;
  position: absolute;
  top: -40px;
  left: 0;
  border-right: 2px solid #035473;
  border-bottom: 2px solid #035473;
  border-bottom-right-radius: 20px;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 300; }

@media print {
  .skip-to-content {
    display: none; } }
.site-header img {
  position: relative;
  display: inline; }
  @media (max-width: 320px) {
    .site-header img {
      max-width: 246px;
      top: 10px;
      right: 7px; } }
  @media (min-width: 321px) and (max-width: 478px) {
    .site-header img {
      max-width: 246px;
      top: 10px; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .site-header img {
      width: 359px;
      top: 10px; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .site-header img {
      max-width: 542px;
      top: 6px; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .site-header img {
      max-width: 641px;
      top: 6px; } }
  @media (min-width: 1200px) {
    .site-header img {
      max-width: 700px;
      top: 4px; } }

.post-header-content {
  position: relative; }
  @media (max-width: 478px) {
    .post-header-content {
      margin-top: 50px; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .post-header-content {
      margin-top: 60px; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .post-header-content {
      margin-top: 75px; } }
  @media (min-width: 991px) {
    .post-header-content {
      margin-top: 87.5px; } }
  @media print {
    .post-header-content {
      position: static;
      height: auto;
      margin-top: 20px; } }

/*
 * footer.scss
 *
 * A scss file for the footer layout styles in the theme.
 * 
 * CREATED: September 2020
 */
.site-footer {
  position: relative; }
  @media (max-width: 478px) {
    .site-footer {
      height: 200px; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .site-footer {
      height: 300px; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .site-footer {
      height: 400px; } }
  @media (min-width: 991px) {
    .site-footer {
      height: 500px; } }
  @media print {
    .site-footer {
      position: static;
      height: auto; } }
  .site-footer .footer-image {
    background: url("/tyson/media/images/sitewide/HST.svg") center bottom no-repeat;
    background-size: 125%;
    background-position: 50% 70%;
    height: 100%; }
    @media print {
      .site-footer .footer-image {
        display: none; } }
  .site-footer .footer-info {
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5em 0;
    background: #035473;
    text-align: center; }
    @media print {
      .site-footer .footer-info {
        display: none; } }
  .site-footer .copyright {
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
    color: #e6ebf0;
    margin-bottom: 0; }
    @media print {
      .site-footer .copyright {
        display: none; } }
  .site-footer .print-copyright {
    display: none; }
    @media print {
      .site-footer .print-copyright {
        display: block;
        color: black;
        font-family: "Roboto", sans-serif;
        font-size: 0.7rem;
        text-align: center;
        margin-top: 0.5in; } }

.site-footer a:link, .site-footer a:visited {
  color: #e6ebf0; }
.site-footer a:hover, .site-footer a:focus {
  color: #a385d4; }

.site-footer ul {
  margin-bottom: 0.5em; }
  .site-footer ul li {
    display: inline;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-left: 1.5em; }
  .site-footer ul li:first-child {
    margin-left: 0; }

/*
 * article.scss
 *
 * CREATED: October 2020
 */
.article main header p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 1rem;
  margin-bottom: 0; }
  .article main header p.author {
    padding-top: 1rem; }
  .article main header p.context {
    margin-top: 1em; }

.letter-closing {
  padding-bottom: 1rem; }
  @media (max-width: 478px) {
    .letter-closing {
      margin-left: 0%; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .letter-closing {
      margin-left: 10%; } }
  @media (min-width: 767px) {
    .letter-closing {
      margin-left: 10%; } }
  .letter-closing p {
    line-height: 1.3;
    margin: 0; }

.endnotes {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem; }

.tagline {
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  width: 100%;
  border-top: 10px solid #a385d4;
  border-bottom: 10px solid #a385d4;
  border-left: 1px solid #a385d4;
  border-right: 1px solid #a385d4;
  background-color: rgba(5, 138, 191, 0.25); }
  @media (max-width: 478px) {
    .tagline {
      padding: 0.75rem 1rem; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .tagline {
      padding: 1rem 1.5rem; } }
  @media (min-width: 767px) {
    .tagline {
      padding: 1.5rem 3rem; } }

.essay section > p:first-child::first-letter {
  font-size: 3.5rem;
  font-weight: 400;
  float: left;
  line-height: 0.5;
  margin: 0.2em 0.05em 0 0; }

.essay section > *:last-child::after {
  content: " ";
  display: table;
  background-image: url("/tyson/media/images/sitewide/Saturn.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 1.5em auto 1.5em auto;
  opacity: 0.8; }

.coming-attractions td,
.coming-attractions th {
  text-align: center; }
.coming-attractions tbody th {
  text-align: left; }

.quotes .context {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 auto 0.25rem auto; }

.quotes blockquote {
  margin-bottom: 2.5rem;
  font-size: 0.9rem; }
  .quotes blockquote footer {
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    transition: opacity 0.5s ease-in;
    opacity: 0; }
    @media (max-width: 478px) {
      .quotes blockquote footer {
        margin-left: 10%; } }
    @media (min-width: 479px) and (max-width: 990px) {
      .quotes blockquote footer {
        margin-left: 15%; } }
    @media (min-width: 991px) {
      .quotes blockquote footer {
        margin-left: 0;
        text-align: right; } }
    @media print {
      .quotes blockquote footer {
        opacity: 1; } }
  .quotes blockquote:hover footer {
    opacity: 1; }

@media (max-width: 766px) {
  .quotes blockquote,
  .quotes .context {
    width: 90%; } }
@media (min-width: 767px) and (max-width: 990px) {
  .quotes blockquote,
  .quotes .context {
    width: 80%; } }
@media (min-width: 991px) {
  .quotes blockquote,
  .quotes .context {
    width: 70%; } }

.wtc-photos .grid {
  align-items: start; }
  @media (max-width: 478px) {
    .wtc-photos .grid {
      grid-gap: 2rem 0; } }
  @media (min-width: 479px) and (max-width: 990px) {
    .wtc-photos .grid {
      grid-gap: 2.5rem 1.5rem; } }
  @media (min-width: 991px) {
    .wtc-photos .grid {
      grid-gap: 3rem 2rem; } }

.city-stars-gone:after {
  content: 'No longer exists';
  color: red; }

/*
 * item.scss
 *
 * CREATED: October 2020
 */
.item .byline {
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 0.5em; }

/*
.itemcover {
	text-align: center;
	
	img {
		display: inline-block;
	}
}*/
.buy-options {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  @media (max-width: 478px) {
    .buy-options {
      justify-content: space-around; } }
  @media (min-width: 479px) {
    .buy-options {
      justify-content: flex-start; } }
  .buy-options li {
    margin: 1rem 1.5rem; }

img.indiebound {
  width: 120px; }

img.amazon {
  width: 150px; }

img.barnesnoble {
  width: 150px; }

img.audible {
  width: 130px; }

img.greatcourses {
  width: 200px; }

img.pbs {
  width: 150px; }

.affiliate {
  border: 1px solid #8c54e0;
  background-color: #e6ebf0; }
  @media print {
    .affiliate {
      border: none; } }

.disclaimer {
  font-size: 0.7rem;
  line-height: 1.2;
  padding: 0.25rem 0.5rem; }
  @media (max-width: 478px) {
    .disclaimer {
      width: 80%;
      margin: 0 auto; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .disclaimer {
      width: 50%;
      margin-left: auto; } }
  @media (min-width: 767px) and (max-width: 1199px) {
    .disclaimer {
      width: 40%;
      margin-left: auto; } }
  @media (min-width: 1200px) {
    .disclaimer {
      width: 30%;
      margin-left: auto; } }
  @media print {
    .disclaimer {
      display: none; } }

.publisher-details {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .publisher-details div {
    padding: 3%;
    margin: 0.5rem;
    background: #b0b3b5;
    border-radius: 20px; }
    @media (max-width: 478px) {
      .publisher-details div {
        flex-basis: 100%; } }
    @media (min-width: 479px) and (max-width: 766px) {
      .publisher-details div {
        flex-basis: 40%; } }
    @media (min-width: 767px) {
      .publisher-details div {
        flex-basis: 30%; } }
  .publisher-details h3 {
    font-size: 0.875rem; }
  .publisher-details p {
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.4; }

/*
 * generic.scss
 *
 * CREATED: October 2020
 */
.pubphotos figure {
  text-align: center; }
  .pubphotos figure figcaption p {
    margin-bottom: 0;
    text-align: left; }

.appearances-info p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0; }

table.appearances {
  width: 100%; }

.cv main {
  font-size: 0.9rem;
  line-height: 1.4; }
  .cv main p {
    margin-bottom: 0; }

.cv h2 {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e6ebf0;
  margin-bottom: 0.5rem; }

.cv h3 {
  font-size: 1rem;
  margin: 1.5rem 0 0.25rem 0; }

.cv h4 {
  font-size: 0.825rem; }

.cv li:first-child > h3,
.cv h2 + h3 {
  margin-top: 0; }

.cv .cv-contents {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1rem; }
  @media (max-width: 766px) {
    .cv .cv-contents {
      column-count: 0; } }
  @media (min-width: 767px) {
    .cv .cv-contents {
      column-count: 2;
      column-gap: 3rem; } }
  .cv .cv-contents li {
    margin-bottom: 0.25rem; }

.cv .cv-summary {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .cv .cv-summary li {
    padding: 1rem;
    margin-bottom: 0; }

.cv table.youtubeList tr td:nth-child(2),
.cv table.youtubeList tr td:nth-child(3),
.cv table.youtubeList tr th:nth-child(2),
.cv table.youtubeList tr th:nth-child(3) {
  text-align: center; }

.cv table.TVinterviews tr th:nth-child(2),
.cv table.TVinterviews tr th:nth-child(3),
.cv table.TVinterviews tr td:nth-child(2),
.cv table.TVinterviews tr td:nth-child(3) {
  text-align: center; }

.grants tr > td:first-child,
.supervised td:first-child {
  text-align: right;
  padding-right: 2em; }

.observing td:nth-child(2) {
  text-align: center; }
.observing td:nth-child(3) {
  text-align: center; }

.courses td:nth-child(3) {
  text-align: center; }

.courses .subhead {
  background-color: rgba(163, 133, 212, 0.5); }

.error-page h1,
.error-page main p {
  background: rgba(51, 51, 51, 0.5);
  padding: 0.25rem 0; }

.err401 main,
.err403 main,
.err404 main,
.err500 main {
  color: #e6ebf0;
  background-color: black;
  height: 600px;
  width: 100%;
  text-align: center; }

.err401 main {
  background: url("/tyson/media/images/error/HAL-9000.jpg") no-repeat;
  background-size: cover; }

.err403 main {
  background: url("/tyson/media/images/error/HAL-9000.jpg") no-repeat;
  background-size: cover; }

.err404 main {
  background: #000000 url("/tyson/media/images/error/PIA19952orig400.jpg") no-repeat top 90% center; }

.err500 main {
  background: url("/tyson/media/images/error/5261h-1500.jpg") no-repeat;
  background-size: cover; }

.error-page .site-footer {
  height: auto; }
  .error-page .site-footer .footer-info {
    position: relative; }
  .error-page .site-footer .footer-image {
    display: none; }

/*
 * item.scss
 *
 * CREATED: October 2020
 */
.index ul li:first-child h2,
.index ol li:first-child h2 {
  margin-top: 0; }

.index ol li {
  margin-bottom: 1.5rem; }

.index.home main {
  background: black; }
.index.home h1 {
  display: none; }
  @media print {
    .index.home h1 {
      display: block; } }
.index.home main > div {
  background: #143a44;
  background: radial-gradient(circle, #143a44 0%, #1f2021 91%);
  padding: 1.5rem;
  border-radius: 20px;
  margin: 2px; }
  @media print {
    .index.home main > div {
      background: transparent; } }

.index.home main a:link {
  color: #e6ebf0; }
  @media print {
    .index.home main a:link {
      color: black; } }
.index.home main a:visited {
  color: #e6ebf0; }
  @media print {
    .index.home main a:visited {
      color: black; } }

.category {
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b0b3b5;
  font-weight: 500;
  margin-bottom: 0.2rem; }
  @media print {
    .category {
      color: black; } }

.tout-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

/*  Didn't end up using this flexbox approach, but keeping it around
//
// The flexbox for each item on the home page.
.index.home .home-item {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.home-item .desc {
	@include respond-below(md) {
 		flex: 0 1 100%;
	}
	@include respond-above(md) {
		flex: 0 1 40%;
	}
}

.home-item .media {
	@include respond-below(md) {
 		flex: 0 1 100%;
	}
	@include respond-above(md) {
		flex: 0 1 40%;
	}
}

// Here we choose every .desc div when it is the first
// child of .home-item, and when we have a 1-column layout,
// we change the order of the flex element to come after the media
.home-item .desc:nth-child(1) {
	@include respond-below(md) {
 		order: 2;
	}
}
*/
.index.home main figure img {
  border-radius: 20px;
  border: none; }

.index.home main .iframe-container {
  border-radius: 20px; }

.index.home .site-footer {
  background: black; }

.social-media-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .social-media-icons li {
    padding: 0 10px; }
  .social-media-icons li img {
    width: 100px; }
  .social-media-icons li:first-child img {
    width: 70px;
    margin: 10px 15px 0 15px; }

.amazon-logo {
  width: 100px;
  margin: 10px 15px 0 15px; }

.item-grid {
  display: grid;
  margin-top: 1rem;
  padding: 0 2%;
  align-items: end; }
  @media (max-width: 320px) {
    .item-grid {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 321px) and (max-width: 478px) {
    .item-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 479px) and (max-width: 766px) {
    .item-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 767px) and (max-width: 990px) {
    .item-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .item-grid {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1200px) {
    .item-grid {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 320px) {
    .item-grid {
      grid-gap: 2rem 0; } }
  @media (min-width: 321px) and (max-width: 478px) {
    .item-grid {
      grid-gap: 2rem 1.25rem; } }
  @media (min-width: 479px) and (max-width: 990px) {
    .item-grid {
      grid-gap: 2rem 1.5rem; } }
  @media (min-width: 991px) {
    .item-grid {
      grid-gap: 2rem 1.75rem; } }
  .item-grid li {
    padding: 0;
    margin: 0; }
  .item-grid img {
    border: 1px solid #666669;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3); }

.item-info,
.item-content {
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 0; }

.item-info::before {
  content: '\1F449 \2009'; }

.item-content::before {
  content: '\1F4D6 \2009'; }

.index.commentary h3 {
  font-size: 1.125rem; }

.index.commentary ol {
  padding: 0.5rem 0 0 0.25rem; }

.index.conversations ul {
  padding: 0.5rem 1rem; }

.index.essays section header {
  height: 250px;
  max-width: 700px;
  border: 1px solid #666669; }
  .index.essays section header h2 {
    font-family: "Roboto", sans-serif;
    font-size: 1.12rem;
    color: #e6ebf0;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.25em;
    margin: 0; }
    @media print {
      .index.essays section header h2 {
        font-size: 1.4rem;
        color: black; } }
  @media print {
    .index.essays section header {
      height: auto;
      border: none; } }

.index.essays section ul {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.index.essays header.physical-world {
  background-image: url("/tyson/media/images/essays/GSFC_20171208_Archive_e000366~orig-700x543.jpg");
  background-position: top 50% left;
  background-repeat: no-repeat; }

.index.essays header.spaceflight {
  background-image: url("/tyson/media/images/essays/KSC-71PC-0685~orig-700x467.jpg");
  background-position: top 50% center;
  background-repeat: no-repeat; }

.index.essays header.cultural-reflections {
  background-image: url("/tyson/media/images/essays/as11-40-5878~orig-700x500.jpg");
  background-position: top 70% left;
  background-repeat: no-repeat; }

.index.essays header.scientific-method {
  background-image: url("/tyson/media/images/essays/41508_1000-700x450.jpg");
  background-position: top 50% center;
  background-repeat: no-repeat; }

.index.essays ul {
  padding-top: 1rem; }
  .index.essays ul .indent li {
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.index.photos ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 1rem;
  border-radius: 20px; }
  .index.photos ol li {
    flex: 0 1 400px;
    position: relative;
    padding: 0;
    border: 1px solid #1f2121;
    height: 400px;
    margin: 6px;
    border-radius: 20px;
    text-align: center; }
    @media print {
      .index.photos ol li {
        position: static;
        border: none;
        height: auto;
        margin: auto; } }
  .index.photos ol h2 {
    position: absolute;
    bottom: 0;
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
    padding: 0.5rem 0.25rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0 0 19px 19px; }
    @media print {
      .index.photos ol h2 {
        position: static; } }

.city-of-stars {
  background: url("/tyson/media/images/photos/BxSci-Mosaic-I-idx.jpg") no-repeat top; }

.perfect-world {
  background: url("/tyson/media/images/photos/IMG_7312-480.jpg") no-repeat top; }

.world-trade-center {
  background: url("/tyson/media/images/photos/wtc1-idx.jpg") no-repeat center; }

.stan-mack-cartoon {
  background: url("/tyson/media/images/photos/mack-panel-5-idx.jpg") no-repeat center; }

.index.photos h2 a:link {
  color: #e6ebf0;
  text-decoration: none; }
.index.photos h2 a:visited {
  color: #e6ebf0;
  text-decoration: none; }
.index.photos h2 a:hover, .index.photos h2 a:focus {
  color: #b0b3b5;
  text-decoration: none; }
.index.photos h2 a:active {
  color: #b0b3b5;
  text-decoration: none; }
@media print {
  .index.photos h2 a:link, .index.photos h2 a:visited {
    color: black; } }

ul.city-stars-index {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  background: #1f2121;
  padding: 1.5rem 1rem;
  border-radius: 20px; }
  ul.city-stars-index li {
    flex: 0 1 300px;
    border: 1px solid #1f2121;
    height: 215px;
    margin: 6px;
    border-radius: 20px; }
    @media print {
      ul.city-stars-index li {
        border: none;
        height: auto;
        margin: auto; } }
  ul.city-stars-index h3 {
    font-size: 0.9rem;
    margin: 0;
    padding: 0.35rem 0.25rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 19px 19px 0 0; }
    @media print {
      ul.city-stars-index h3 {
        font-size: 1.125rem; } }

.city-stars-index a:link {
  color: #e6ebf0;
  text-decoration: none; }
.city-stars-index a:visited {
  color: #e6ebf0;
  text-decoration: none; }
.city-stars-index a:hover, .city-stars-index a:focus {
  color: #b0b3b5;
  text-decoration: none; }
.city-stars-index a:active {
  color: #b0b3b5;
  text-decoration: none; }
@media print {
  .city-stars-index a:link, .city-stars-index a:visited {
    color: black; } }

.city-stars-index .gct {
  background: url("/tyson/media/images/photos/city-of-stars/GCT-Pegasus-index.jpg") no-repeat center; }
.city-stars-index .armillary {
  background: url("/tyson/media/images/photos/city-of-stars/fed-res-armillary-index.jpg") no-repeat center; }
.city-stars-index .bronx-high {
  background: url("/tyson/media/images/photos/city-of-stars/BxSci-Mosaic-I-index.jpg") no-repeat center; }
.city-stars-index .daily-news {
  background: url("/tyson/media/images/photos/city-of-stars/Daily-News-Earth-A-index.jpg") no-repeat center; }
.city-stars-index .unisphere {
  background: url("/tyson/media/images/photos/city-of-stars/Flushing-Unisphere-A-index.jpg") no-repeat center; }
.city-stars-index .subway {
  background: url("/tyson/media/images/photos/city-of-stars/81st-Street-Stars-D-index.jpg") no-repeat center; }
.city-stars-index .rose-center {
  background: url("/tyson/media/images/photos/city-of-stars/RCES-Scaling-Walk-B-index.jpg") no-repeat center; }
.city-stars-index .shops {
  background: url("/tyson/media/images/photos/city-of-stars/Skylight-Diner-A-index.jpg") no-repeat center; }
.city-stars-index .murphy-center {
  background: url("/tyson/media/images/photos/city-of-stars/Parabola-Asphalt-Ca-index.jpg") no-repeat center; }
.city-stars-index .islamic-center {
  background: url("/tyson/media/images/photos/city-of-stars/Mosque-B-index.jpg") no-repeat center; }
.city-stars-index .black-hole {
  background: url("/tyson/media/images/photos/city-of-stars/BHole-WHole-A-index.jpg") no-repeat center; }
.city-stars-index .earth-model {
  background: url("/tyson/media/images/photos/city-of-stars/Earth-Model-F-index.jpg") no-repeat center; }
.city-stars-index .starry-night {
  background: url("/tyson/media/images/photos/city-of-stars/Starry-Night-A-index.jpg") no-repeat center; }
.city-stars-index .stpauls {
  background: url("/tyson/media/images/photos/city-of-stars/St-Pauls-Altar-B-index.jpg") no-repeat center; }
.city-stars-index .united-nations {
  background: url("/tyson/media/images/photos/city-of-stars/UN-Sputnik-B-index.jpg") no-repeat center; }
.city-stars-index .prometheus {
  background: url("/tyson/media/images/photos/city-of-stars/Prometheus-D-index.jpg") no-repeat center; }
.city-stars-index .atlas {
  background: url("/tyson/media/images/photos/city-of-stars/Atlas-D-index.jpg") no-repeat center; }
.city-stars-index .stjohn-divine {
  background: url("/tyson/media/images/photos/city-of-stars/StJohn-Moon-B-index.jpg") no-repeat center; }
.city-stars-index .sun-triangle {
  background: url("/tyson/media/images/photos/city-of-stars/Sun-Triangle-A-index.jpg") no-repeat center; }
.city-stars-index .sunset-grid {
  background: url("/tyson/media/images/photos/city-of-stars/ManhattanhengeQueens2009-index.jpg") no-repeat center; }
.city-stars-index .ny-hall-science {
  background: url("/tyson/media/images/photos/city-of-stars/NY-Hall-of-Science-Space-C-index.jpg") no-repeat center; }
.city-stars-index .sunset-wtc {
  background: url("/tyson/media/images/photos/city-of-stars/WTC-Sunset-Da-index.jpg") no-repeat center; }

.index.quotes h2 {
  margin: 0; }

.index.quotes ul {
  margin-bottom: 0; }

/*
 * item.scss
 *
 * CREATED: October 2020
 */
.contact form {
  font-family: "Roboto", sans-serif;
  margin: 0 auto; }
  @media (max-width: 766px) {
    .contact form {
      width: 100%; } }
  @media (min-width: 767px) {
    .contact form {
      width: 80%; } }

.contact fieldset {
  margin-bottom: 2em;
  /*.required {
  	background-image: url("/tyson/media/images/sitewide/formRequired.svg");
  	background-repeat: no-repeat;
  	background-size: 30px;
  	background-position: top -15px right;
  }
  
  .required-image {
  	display: inline;
  	position: relative;
  	top: -22px;
  	left: 0.2rem;
  }*/ }
  .contact fieldset legend {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #666669;
    border-bottom: 1px solid #666669;
    width: 100%;
    margin-bottom: 0.3rem; }
  .contact fieldset label {
    font-weight: 500;
    line-height: 1.4;
    display: block;
    margin-bottom: 1.5em; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.contact .regarding p {
  font-size: 0.7rem;
  margin-left: 3.5em;
  color: #666669; }
.contact .regarding label {
  margin-bottom: 0em; }

/*
.contact input,
.contact textarea,
.contact label {
	font-size: 1.0rem;
}
*/
/*
.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
	display: block;
	width: 100%;
	padding: 0.5em;
	background-color: $neutralLight;
	border-style: solid;
	border-width: 2px;
	border-radius: 0.25em;
	
	&:optional {
		border-color: $neutralLightMid;
	}
	&:required:valid {
		border-color: green;
	}
	&:invalid {
		border-color: red;
	}
}


.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact textarea:focus {
	border-color: $primary;
	box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
*/
/*
.contact input[type=radio] {
	-webkit-transform: translate3d(0, -30%, 0);
	-moz-transform: translate3d(0, -30%, 0);
	-ms-transform: translate3d(0, -30%, 0);
	-o-transform: translate3d(0, -30%, 0);
	transform: translate3d(0, -30%, 0);
}
*/
.contact input[type="submit"] {
  float: right; }
  .contact input[type="submit"]:active {
    color: #a385d4; }

.message-confirmation {
  width: 80%;
  margin: 2rem auto; }

.errortext {
  background: #e03329;
  color: #e6ebf0;
  border-radius: 20px;
  padding: 1.25em; }

.errortext p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0; }

.errortext ul {
  margin-left: 3rem; }

/*
 * forms.scss
 *
 * A scss file for the form element styles.
 * 
 * CREATED: September 2020
 */
input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  input[type=radio]:checked ~ .checkmark {
    background-color: #058abf;
    border: 1px solid #666669; }
  input[type=radio]:checked ~ .checkmark:after {
    display: block; }

.checkmark {
  position: absolute;
  top: 0.27rem;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #e6ebf0;
  border: 1px solid #666669;
  border-radius: 50%; }
  .checkmark:hover, .checkmark:focus {
    background-color: #b0b3b5; }
  .checkmark:after {
    content: "";
    position: relative;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white; }

input[type="text"],
input[type="email"],
textarea {
  display: block;
  width: 100%;
  padding: 0.5em;
  background-color: #e6ebf0;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px; }
  input[type="text"]:optional,
  input[type="email"]:optional,
  textarea:optional {
    border-color: #b0b3b5; }
  input[type="text"]:required:valid,
  input[type="email"]:required:valid,
  textarea:required:valid {
    border-color: green; }
  input[type="text"]:invalid,
  input[type="email"]:invalid,
  textarea:invalid {
    border-color: red; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    border-color: #035473;
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.2); }

textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto; }

input::placeholder {
  font-family: "Roboto", sans-serif;
  color: #666669; }

.required-text {
  color: red; }

/*
 * navmenu.scss
 *
 * A scss file for the navigation menu.
 * Adapted from https://codepen.io/bradtraversy/pen/vMGBjQ
 * 
 * CREATED: September 2020
 */
.site-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200; }
  .site-nav label {
    visibility: hidden; }
  @media print {
    .site-nav {
      display: none; } }

.toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 220;
  cursor: pointer;
  opacity: 0; }
  @media (max-width: 320px) {
    .toggler {
      width: 50px;
      height: 50px; } }
  @media (min-width: 321px) and (max-width: 478px) {
    .toggler {
      width: 55px;
      height: 55px; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .toggler {
      width: 59px;
      height: 59px; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .toggler {
      width: 66px;
      height: 66px; } }
  @media (min-width: 991px) {
    .toggler {
      width: 70px;
      height: 70px; } }

.hamburger {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 210;
  padding: 0.7rem;
  background-color: #035473;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 320px) {
    .hamburger {
      width: 50px;
      height: 50px; } }
  @media (min-width: 321px) and (max-width: 478px) {
    .hamburger {
      width: 50px;
      height: 50px; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .hamburger {
      width: 60px;
      height: 60px; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .hamburger {
      width: 75px;
      height: 75px; } }
  @media (min-width: 991px) {
    .hamburger {
      width: 87.5px;
      height: 87.5px; } }

.hamburger div {
  position: relative;
  flex: none;
  height: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  background: #e6ebf0; }
  @media (max-width: 478px) {
    .hamburger div {
      width: 100%; } }
  @media (min-width: 479px) {
    .hamburger div {
      width: 80%; } }

.hamburger div::before,
.hamburger div::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: inherit; }
  @media (max-width: 478px) {
    .hamburger div::before,
    .hamburger div::after {
      top: -8px; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .hamburger div::before,
    .hamburger div::after {
      top: -9px; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .hamburger div::before,
    .hamburger div::after {
      top: -12px; } }
  @media (min-width: 991px) {
    .hamburger div::before,
    .hamburger div::after {
      top: -14px; } }

@media (max-width: 478px) {
  .hamburger div::after {
    top: 8px; } }
@media (min-width: 479px) and (max-width: 766px) {
  .hamburger div::after {
    top: 9px; } }
@media (min-width: 767px) and (max-width: 990px) {
  .hamburger div::after {
    top: 12px; } }
@media (min-width: 991px) {
  .hamburger div::after {
    top: 14px; } }

.toggler:checked + .hamburger > div {
  transform: rotate(135deg); }

.toggler:checked + .hamburger > div:before,
.toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg); }

.toggler:checked:hover + .hamburger > div,
.toggler:checked:focus + .hamburger > div {
  transform: rotate(225deg); }

.toggler:checked ~ .menu {
  visibility: visible; }

.toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s; }

.toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s; }

.site-nav .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.site-nav .menu > div {
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
  background-color: #035473; }

.menu .nav-wrapper {
  font-family: "Crimson Text", serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #e6ebf0;
  position: relative;
  top: 0;
  left: 0;
  width: 30%;
  line-height: 1.2; }

.site-nav a:link, .site-nav a:visited {
  transition: color 0.3s ease;
  opacity: 1;
  color: inherit; }
.site-nav a:hover, .site-nav a:focus {
  color: #a385d4; }
.site-nav a:active {
  color: #8c54e0; }

.nav-primary {
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.4s ease;
  border-bottom: 2px solid #8c54e0; }
  @media (max-width: 478px) {
    .nav-primary {
      text-align: center; } }
  .nav-primary ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: center; }
@media screen and (max-width: 990px) and (orientation: landscape) {
  .nav-primary ul {
    flex-flow: row wrap; } }

  .nav-primary ul li {
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0.35rem 0; }
    @media screen and (orientation: landscape) {
      .nav-primary ul li {
        margin: 0.35rem 0.5rem; } }

.nav-secondary {
  opacity: 1;
  transition: opacity 0.4s ease; }
  .nav-secondary ul {
    position: relative;
    display: flex;
    flex-flow: row wrap; }
    @media (max-width: 478px) {
      .nav-secondary ul {
        justify-content: center; } }
    @media (min-width: 479px) {
      .nav-secondary ul {
        justify-content: flex-start; } }
@media screen and (max-width: 990px) and (orientation: landscape) {
  .nav-secondary ul {
    justify-content: center; } }

  .nav-secondary ul li {
    opacity: 1;
    margin: 0.35rem 0.4rem; }
    @media screen and (orientation: landscape) {
      .nav-secondary ul li {
        margin: 0.2rem 0.5rem; } }
  @media (min-width: 479px) {
    .nav-secondary ul li:first-child {
      margin-left: 0; } }

@media (min-width: 991px) {
  .nav-secondary ul.icons {
    position: absolute;
    top: 0;
    right: 0; } }
@media (max-width: 320px) {
  .nav-secondary ul.icons li img {
    width: 20px; } }
@media (min-width: 321px) {
  .nav-secondary ul.icons li img {
    width: 30px; } }
  @media screen and (min-width: 321px) and (orientation: landscape) {
    .nav-secondary ul.icons li img {
      width: 25px; } }

/*
 * figures.scss
 *
 * A scss file for Generic figure styles.
 * 
 * CREATED: September 2020
 */
img {
  display: block; }

figure {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  figure img {
    border: 1px solid #666669;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3); }
  figure figcaption {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-top: 0.2rem; }

img.no-border {
  border: 0;
  box-shadow: none; }

.figure-portrait {
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 320px) {
    .figure-portrait {
      width: 95%; } }
  @media (min-width: 321px) and (max-width: 478px) {
    .figure-portrait {
      width: 90%; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .figure-portrait {
      width: 80%; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .figure-portrait {
      width: 95%; } }
  @media (min-width: 991px) and (max-width: 1199px) {
    .figure-portrait {
      width: 95%; } }
  @media (min-width: 1200px) {
    .figure-portrait {
      width: 70%; } }

@media (max-width: 766px) {
  figure.float {
    display: block; } }
@media (min-width: 767px) {
  figure.float {
    display: inline;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0;
    max-width: 50%; } }
@media (min-width: 767px) {
  figure.float.float-right {
    float: right;
    padding-left: 1.5rem;
    padding-right: 0; } }
@media (min-width: 767px) {
  figure.float.float-left {
    float: left;
    padding-left: 0;
    padding-right: 1.5rem; } }
@media (max-width: 766px) {
  figure.float img {
    width: inherit;
    margin-left: auto;
    margin-right: auto; } }

.figure-center img {
  width: inherit;
  margin-left: auto;
  margin-right: auto; }

figcaption.center {
  text-align: center; }

.hero-image {
  padding: 0;
  position: relative;
  z-index: 10;
  background: #1f2121; }
  @media print {
    .hero-image {
      display: none; } }
  .hero-image img {
    border-style: none;
    width: inherit;
    margin-left: auto;
    margin-right: auto; }
  .hero-image figcaption {
    font-family: "Roboto", sans-serif;
    font-size: 0.6rem;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.1rem 0.4rem;
    color: #e6ebf0;
    background: rgba(0, 0, 0, 0.7);
    border-top-right-radius: 5px;
    transition: opacity 0.5s ease-in;
    opacity: 0; }
  .hero-image:hover figcaption {
    opacity: 1; }

.hero-image figcaption a:link {
  color: #e6ebf0; }
.hero-image figcaption a:visited {
  color: #e6ebf0; }

/*
 * figures.scss
 *
 * A scss file for Generic figure styles.
 * 
 * CREATED: September 2020
 */
.iframe-container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 1rem auto; }
  @media print {
    .iframe-container {
      position: static;
      padding-top: 0%;
      width: 50%;
      padding: 0.5in;
      border: 1px solid black;
      margin: 0.5in auto;
      text-align: center; } }
  @media print {
    .iframe-container::after {
      content: "[ Video excised for print ]"; } }
  .iframe-container iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%; }
    @media print {
      .iframe-container iframe {
        display: none;
        width: 0;
        height: 0; } }

/*  //Different paddings for different aspect ratios
padding-top: 56.25%; 	// 16:9 aspect ratio
padding-top: 75%; 		// 4:3 aspect ratio
padding-top: 66.66%; 	// 3:2 aspect ratio
padding-top: 62.5%; 	// 8:5 aspect ratio
padding-top: 100%; 		// 1:1 aspect ratio
*/
/*
 * buttons.scss
 *
 * A scss file for buttons used on the site
 * 
 * CREATED: November 2020
 */
.button {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  text-align: center;
  max-width: 300px;
  padding: 0.6rem 1.25rem;
  margin: 1.5rem;
  color: #e6ebf0;
  background-color: #058abf;
  border: 2px outset #666669;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  cursor: pointer;
  transition-property: background-color;
  transition: 0.5s; }
  .button:hover, .button:focus {
    background-color: #035473; }
  @media print {
    .button {
      display: none; } }

.button a:link {
  color: #e6ebf0; }
.button a:visited {
  color: #e6ebf0; }
.button a:hover, .button a:focus {
  text-decoration: none; }
.button a:active {
  color: #a385d4;
  text-decoration: none; }

.button-contact {
  margin: 1.5rem 0; }

.button-brazil {
  margin: 1.5rem auto; }

.button-cv {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  margin: 0;
  position: fixed;
  z-index: 150; }
  @media (max-width: 320px) {
    .button-cv {
      top: 58px;
      right: 8px; } }
  @media (min-width: 321px) and (max-width: 478px) {
    .button-cv {
      top: 60px;
      right: 10px; } }
  @media (min-width: 479px) and (max-width: 766px) {
    .button-cv {
      top: 72px;
      right: 12px; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .button-cv {
      top: 90px;
      right: 15px; } }
  @media (min-width: 991px) {
    .button-cv {
      top: 102.5px;
      right: 15px; } }

/*
 * transition-items.scss
 *
 * A scss file for blocks that use transitions gimmicks.
 * 
 * CREATED: November 2020
 */
.flip-card-container {
  position: relative;
  margin: 1rem auto;
  perspective: 1000; }

.flip-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear; }

.flip-card-container:hover .flip-card {
  transform: rotateY(180deg); }

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box; }

@media (max-width: 320px) {
  .jeopardy-cosmos {
    width: 321px;
    height: 180.3370786517px; } }
@media (min-width: 321px) and (max-width: 478px) {
  .jeopardy-cosmos {
    width: 321px;
    height: 180.3370786517px; } }
@media (min-width: 479px) and (max-width: 766px) {
  .jeopardy-cosmos {
    width: 479px;
    height: 269.1011235955px; } }
@media (min-width: 767px) {
  .jeopardy-cosmos {
    width: 640px;
    height: 360px; } }

/*
 * print.scss
 *
 * A scss file for common print-specific styles, orphaned form the main scss files. In other words, these are prit-specific, or have no counterpart in the base scss files.
 * 
 * CREATED: November 2020
 */
@media print {
  * {
    overflow: visible !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: black !important; }

  a {
    page-break-inside: avoid; }

  blockquote {
    page-break-inside: avoid; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    page-break-after: avoid; }

  table, pre {
    page-break-inside: avoid; }

  ul, ol, dl {
    page-break-before: avoid; }

  abbr[title] {
    text-decoration: none; }

  .cv-toc {
    display: none; } }

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