  /*!
Theme Name: EMU Base Theme
Author: AppDev
Description: A base theme for EMU's multi-site instance
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: emu
Tags: custom-logo, custom-menu, featured-images, threaded-comments

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

EMU Base Theme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Gutenberg
# Utilities
--------------------------------------------------------------*/
/* Navigation */
/* Calculates maximum width for post content */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #444;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.7; }
  @media only screen and (min-width: 600px) {
    body {
      font-size: 16px;
      font-size: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.2;
  clear: both; }

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0.6em; }
  @media only screen and (min-width: 600px) {
    h1 {
      font-size: 36px;
      font-size: 2.25rem; } }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em; }
  @media only screen and (min-width: 600px) {
    h2 {
      font-size: 28px;
      font-size: 1.75rem; } }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em; }
  @media only screen and (min-width: 600px) {
    h3 {
      font-size: 24px;
      font-size: 1.5rem; } }

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.6em; }
  @media only screen and (min-width: 600px) {
    h4 {
      font-size: 20px;
      font-size: 1.25rem; } }

h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.6em; }
  @media only screen and (min-width: 600px) {
    h5 {
      font-size: 18px;
      font-size: 1.125rem; } }

h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.6em; }

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

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #23282d;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

kbd, tt, var {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ul, ol {
  margin: 0 0 2em 1.3em;
  padding: 0 0 0 1.3em;
  list-style: none; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

li {
  margin-bottom: 0.5em; }

ul ul,
ol ul {
  list-style-type: circle;
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.svg-icon {
  fill: currentColor; }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background-color: #0056b8;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
  cursor: pointer; }
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #ffffff;
    background-color: #0056b8;
    text-decoration: none; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #f3a71e; }
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    background-color: #f3a71e;
    outline: thin dotted;
    outline-offset: -4px; }

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.25rem;
  padding: 0.76rem 1rem;
  background-color: #fff;
  background-clip: padding-box; }
  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-radius: 0.25rem;
  color: #666;
  padding: 0.76rem 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
  background-clip: padding-box; }
  select:focus {
    color: #111; }

textarea {
  border-radius: 0.25rem;
  width: 100%; }

.required {
  color: tomato; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0056b8;
  text-decoration: none;
  transition: color 110ms ease-in-out; }
  a:visited {
    color: #0056b8; }
  a:hover, a:focus, a:active {
    color: #f3a71e; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #0056b8; }
  .main-navigation li {
    display: block;
    position: relative; }
    .main-navigation li.menu-item-search a {
      display: flex;
      justify-content: center;
      align-items: center; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 1em;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    transition: color 110ms ease-in-out; }
    .main-navigation a:visited {
      color: #ffffff; }
    .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
      color: #f3a71e; }
    .main-navigation a:focus {
      outline: thin dotted; }
    .main-navigation a:hover, .main-navigation a:active {
      outline: 0; }

/* Small menu. */
.main-navigation.toggled ul {
  display: block;
  border-radius: 0.25em; }

.menu-toggle {
  margin: 0 auto 0.25rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: background 150ms ease-in-out;
  background-color: #0056b8;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
  cursor: pointer;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }
  .menu-toggle:visited {
    color: #ffffff;
    background-color: #0056b8;
    text-decoration: none; }
  .menu-toggle:hover {
    background-color: #f3a71e; }
  .menu-toggle:focus {
    background-color: #f3a71e;
    outline: thin dotted;
    outline-offset: -4px; }
  .menu-toggle svg {
    margin-right: 0.25em; }

@media only screen and (min-width: 600px) {
  .main-navigation {
    margin-left: auto;
    width: auto; }
    .main-navigation ul {
      background-color: transparent;
      display: flex !important;
      align-items: center; }
    .main-navigation li {
      display: flex;
      align-items: center; }

  .menu-toggle {
    display: none; } }
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .nav-links .post-title {
    display: flex;
    align-items: center; }
  .nav-links .nav-next {
    text-align: right;
    margin-left: auto; }
    .nav-links .nav-next .post-title {
      justify-content: flex-end; }

.post-navigation {
  padding-top: 2em;
  padding-bottom: 2em; }
  .post-navigation .meta-nav {
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.25em;
    user-select: none; }

@media only screen and (min-width: 600px) {
  .nav-links {
    flex-wrap: nowrap; }
    .nav-links .nav-previous,
    .nav-links .nav-next {
      max-width: 50%; } }
.pagination,
.comments-pagination {
  padding: 2em 0; }
  .pagination .nav-links,
  .comments-pagination .nav-links {
    justify-content: center; }
  .pagination .page-numbers,
  .comments-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.25em;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 50%;
    background-color: #a6d1f7;
    color: #ffffff;
    font-weight: 700; }
    .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus,
    .comments-pagination .page-numbers:hover,
    .comments-pagination .page-numbers:active,
    .comments-pagination .page-numbers:focus {
      background-color: #0056b8;
      color: #ffffff; }
    .pagination .page-numbers.current, .pagination .page-numbers.dots,
    .comments-pagination .page-numbers.current,
    .comments-pagination .page-numbers.dots {
      background-color: #0056b8;
      color: #ffffff; }

.comments-pagination .page-numbers {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::after {
  content: "";
  display: block;
  clear: both; }

.entry-content::after,
.page-content::after {
  content: "";
  display: block;
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  padding-top: 3em;
  padding-bottom: 3em; }
  .widget-area > .wrap {
    display: flex;
    flex-wrap: wrap; }

.widget-area-light {
  background-color: #e0edf7; }

.widget-area-dark {
  background-color: #102c52;
  color: #ffffff; }
  .widget-area-dark a {
    color: #ffffff;
    text-decoration: none;
    transition: color 110ms ease-in-out; }
    .widget-area-dark a:visited {
      color: #ffffff; }
    .widget-area-dark a:hover, .widget-area-dark a:focus, .widget-area-dark a:active {
      color: #f3a71e; }
    .widget-area-dark a:focus {
      outline: thin dotted; }
    .widget-area-dark a:hover, .widget-area-dark a:active {
      outline: 0; }
  .widget-area-dark .widget-title {
    color: #ffffff; }

.widget {
  margin: 0;
  padding: 1em;
  width: 100%;
  /* Make sure select elements fit in widgets. */ }
  @media only screen and (min-width: 600px) {
    .widget {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .widget {
      width: 33.3333%; } }
  .widget select {
    max-width: 100%;
    width: 100%; }
  .widget ul,
  .widget ol {
    margin-left: 0; }

.widget-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 900; }
  @media only screen and (min-width: 600px) {
    .widget-title {
      font-size: 24px;
      font-size: 1.5rem; } }

.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_recent_entries ul,
.widget_recent_entries ol {
  list-style: none;
  padding-left: 0; }
.widget_recent_comments li,
.widget_recent_entries li {
  margin-bottom: 0.5em; }
  .widget_recent_comments li a,
  .widget_recent_entries li a {
    font-weight: 700;
    display: block; }
.widget_recent_comments .post-date,
.widget_recent_entries .post-date {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.1; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html, body {
  height: 100%; }

.site {
  display: flex;
  flex-direction: column;
  height: 100%; }

.site-content {
  flex: 1 0 auto; }

.wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }
  .wrap::after {
    content: "";
    display: block;
    clear: both; }

.site-main::after {
  content: "";
  display: block;
  clear: both; }

.site-search-form {
  background-color: #e0edf7;
  padding-bottom: 2em; }

.search-form {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .search-form {
      flex-direction: row;
      align-items: center; } }
  .search-form label {
    flex-grow: 1; }
  .search-form .search-field {
    width: 100%; }
  .search-form .search-submit {
    margin-top: 0.25rem;
    padding-left: 2em;
    padding-right: 2em; }
    @media only screen and (min-width: 600px) {
      .search-form .search-submit {
        margin-top: 0;
        margin-left: 0.25rem; } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background-color: #102c52;
  color: #ffffff; }
  .site-header > .wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    @media only screen and (min-width: 600px) {
      .site-header > .wrap {
        justify-content: flex-start;
        min-height: 4.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    @media only screen and (min-width: 1168px) {
      .site-header > .wrap {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }

.custom-logo-link {
  width: 144px;
  height: 60px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 600px) {
    .custom-logo-link {
      margin-left: 0;
      margin-right: 1rem;
      margin-bottom: 0; } }

.site-branding {
  flex-grow: 1;
  width: 100%;
  text-align: center;
  padding-top: 0.25rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 600px) {
    .site-branding {
      width: auto;
      text-align: inherit;
      padding-bottom: 0.5rem; } }

.site-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 0.125rem 0;
  line-height: 1.2; }
  @media only screen and (min-width: 600px) {
    .site-title {
      font-size: 29.6px;
      font-size: 1.85rem; } }
  .site-title a {
    color: #ffffff; }
    .site-title a:active, .site-title a:hover, .site-title a:focus {
      color: #f3a71e; }

.site-description {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #f3a71e;
  line-height: 1.2; }
  @media only screen and (min-width: 600px) {
    .site-description {
      font-size: 14.4px;
      font-size: 0.9rem; } }

.site-disclaimer {
  position: relative;
  background-color: #1c3767;
  color: #ffffff; }
  .site-disclaimer > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    @media only screen and (min-width: 600px) {
      .site-disclaimer > .wrap {
        flex-direction: row;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        justify-content: space-between; } }

.site-disclaimer-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-left: auto;
  text-align: center;
  display: block;
  line-height: 1.2;
  flex-grow: 0; }
  @media only screen and (min-width: 600px) {
    .site-disclaimer-text {
      font-size: 14.4px;
      font-size: 0.9rem; } }
  .site-disclaimer-text a {
    color: #ffffff; }
    .site-disclaimer-text a:visited {
      color: inherit;
      font-weight: inherit; }
    .site-disclaimer-text a:active, .site-disclaimer-text a:hover, .site-disclaimer-text a:focus {
      color: #f3a71e; }

.site-disclaimer-logo {
  background-color: #1c3767;
  background-image: url("/now/podcast/wp-content/themes/emu/images/emu-lettermark-logo-color-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 65px;
  height: 15px;
  display: block;
  margin: 0 0.5rem 0 0;
  flex: 0 0 auto; }
  @media only screen and (min-width: 600px) {
    .site-disclaimer-logo {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
      width: 90px;
      height: 25px; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky-post {
  display: inline-block;
  font-size: 13.6px;
  font-size: 0.85rem;
  background-color: #f3a71e;
  color: #ffffff;
  padding: 0.3em 0.6em;
  font-weight: 300;
  line-height: 1; }

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

/* Entry */
.entry-title {
  color: #000;
  line-height: 1.2;
  margin-bottom: 1rem; }
  .entry-title > a {
    color: #0056b8; }
    .entry-title > a:active, .entry-title > a:focus, .entry-title > a:hover {
      color: #f3a71e; }

.entry-header {
  padding-top: 2em;
  padding-bottom: 3em; }

.entry-footer {
  margin-top: 2em;
  padding: 1em 0; }
  .entry-footer .tags-links {
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0.5em 0; }
    .entry-footer .tags-links svg {
      color: #a6d1f7;
      margin-right: 0.5rem; }

.entry-meta {
  font-weight: 300;
  color: var(--gray);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }
  .entry-meta > span {
    padding: 0 0.5rem; }
    .entry-meta > span + span::before {
      content: "//";
      display: inline-block;
      margin-left: -0.5rem;
      margin-right: 0.5rem;
      color: #d0d0d0;
      font-family: sans-serif;
      font-weight: 300; }
  .entry-meta .author {
    display: inline-flex;
    align-items: center;
    flex-grow: 0; }
    .entry-meta .author .avatar {
      border-radius: 50%;
      overflow: hidden;
      margin-right: 0.25em; }

.search .entry,
.archive .entry,
.blog .entry {
  position: relative;
  display: block;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .search .entry.has-post-thumbnail,
    .archive .entry.has-post-thumbnail,
    .blog .entry.has-post-thumbnail {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto 1fr;
      grid-gap: 0 2em; } }
  .search .entry .post-thumbnail,
  .archive .entry .post-thumbnail,
  .blog .entry .post-thumbnail {
    display: block;
    overflow: hidden;
    margin: 0 auto 1.5rem; }
    @media only screen and (min-width: 768px) {
      .search .entry .post-thumbnail,
      .archive .entry .post-thumbnail,
      .blog .entry .post-thumbnail {
        width: 14em;
        height: 8em;
        grid-column: 1 / 2;
        grid-row: 1 / -1;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1168px) {
      .search .entry .post-thumbnail,
      .archive .entry .post-thumbnail,
      .blog .entry .post-thumbnail {
        width: 18em;
        height: 10em; } }
    .search .entry .post-thumbnail img,
    .archive .entry .post-thumbnail img,
    .blog .entry .post-thumbnail img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      transition: transform 1s; }
      .search .entry .post-thumbnail img:hover,
      .archive .entry .post-thumbnail img:hover,
      .blog .entry .post-thumbnail img:hover {
        transform: scale(1.1); }
  .search .entry .entry-header,
  .archive .entry .entry-header,
  .blog .entry .entry-header {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2; }
    .search .entry .entry-header .entry-title,
    .archive .entry .entry-header .entry-title,
    .blog .entry .entry-header .entry-title {
      margin-bottom: 0.75rem; }
  .search .entry .entry-content,
  .archive .entry .entry-content,
  .blog .entry .entry-content {
    margin-top: 0;
    margin-bottom: 1em;
    grid-column: 2 / 3;
    grid-row: 2 / 3; }
    .search .entry .entry-content p:last-child,
    .archive .entry .entry-content p:last-child,
    .blog .entry .entry-content p:last-child {
      margin-bottom: 0; }

.blog .site-main {
  margin-top: 0.5em; }

.single .post-thumbnail {
  margin-left: -2em;
  margin-right: -2em;
  margin-bottom: 0; }
  .single .post-thumbnail img {
    display: block; }

a.more-link {
  font-weight: 900;
  display: inline-flex;
  align-items: center; }
  a.more-link svg {
    margin-left: 0.25em; }

/* Page */
.page-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0edf7; }
  @media only screen and (min-width: 600px) {
    .page-header {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  .page-header .page-title {
    margin-bottom: 0;
    color: #0056b8;
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 900; }

.page-content {
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media only screen and (min-width: 600px) {
  .search-no-results .site-search-form,
  .empty-search-field .site-search-form {
    padding-bottom: 6em; } }
@media only screen and (min-width: 1168px) {
  .search-no-results .site-search-form,
  .empty-search-field .site-search-form {
    padding-bottom: 8em; } }
.search-no-results .page-content,
.empty-search-field .page-content {
  padding: 0; }

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

.page-footer {
  margin-top: 2em;
  padding: 1em 0; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  padding: 3em 0;
  background-color: #e0edf7; }
  .comments-area .comments-closed {
    color: #788193;
    font-weight: 700;
    padding: 2rem 0;
    text-align: center; }

.comment-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

.comment {
  margin-bottom: 2em;
  list-style: none; }
  .comment .children {
    margin-top: 2em;
    margin-left: 0;
    padding-left: 2em; }

.comment-reply-title {
  font-size: 1.5em; }
  .comment-reply-title::after {
    content: "";
    display: block;
    clear: both; }
  .comment-reply-title small {
    float: right; }

.comment-body {
  position: relative;
  margin-bottom: 1em;
  padding-left: 56px; }

.bypostauthor {
  display: block; }

.comment-content a {
  word-wrap: break-word; }
.comment-content p:last-child {
  margin-bottom: 0; }

.comment-reply {
  padding-left: 56px; }
  #respond + .comment-reply {
    display: none; }
  .comment-reply .comment-reply-link {
    display: inline-block;
    font-weight: 700; }

.comment-respond {
  padding-top: 1em;
  padding-bottom: 1em; }

.comment-author-avatar {
  position: relative;
  float: left;
  margin-right: 1em; }
  .comment-author-avatar .avatar {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px; }
  .comment-author-avatar .post-author-badge {
    border-radius: 100%;
    display: block;
    height: 18px;
    position: absolute;
    background: #84bd00;
    top: -3px;
    width: 18px; }
    .comment-author-avatar .post-author-badge svg {
      width: inherit;
      height: inherit;
      display: block;
      fill: white;
      transform: scale(0.875); }

.comment-author {
  font-size: 18px;
  font-size: 1.125rem; }

.comment-meta {
  margin-bottom: 1em; }

.comment-metadata {
  font-size: 85%;
  color: #788193;
  display: flex;
  align-items: center; }
  .comment-metadata > a,
  .comment-metadata .comment-edit-link {
    display: inline;
    color: #788193; }
    .comment-metadata > a:hover,
    .comment-metadata .comment-edit-link:hover {
      color: #f3a71e; }
  .comment-metadata > * {
    display: inline-block; }
  .comment-metadata .edit-link-sep {
    color: #788193;
    margin: 0 0.3em; }
  .comment-metadata .edit-link {
    color: #788193;
    display: inline-flex;
    align-items: center; }
    .comment-metadata .edit-link svg {
      transform: scale(0.8);
      margin-right: 0.1em; }
  .comment-metadata .comment-edit-link {
    position: relative;
    padding-left: 1em;
    margin-left: -1em;
    z-index: 1; }
    .comment-metadata .comment-edit-link:hover {
      color: #f3a71e; }

.comment-awaiting-moderation {
  font-style: italic;
  margin-bottom: 0.5em; }

.comment-notes {
  font-size: 85%;
  margin-bottom: 0.6em; }

.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .comment-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.3em; }
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form textarea {
    width: 100%;
    border-color: #a6d1f7; }
  .comment-form p {
    margin: 0; }
  .comment-form p + p {
    margin-top: 1rem; }
  .comment-form .required {
    color: tomato; }
  .comment-form .comment-notes,
  .comment-form .comment-form-comment,
  .comment-form .form-submit {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    width: 100%; }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .comment-form .comment-form-author,
      .comment-form .comment-form-email {
        width: 49%; } }
  .comment-form .form-submit .submit {
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .comment-form .form-submit .submit {
        width: auto; } }

/* Gutenberg style overrides */
.wp-block-latest-comments {
  margin-left: 0;
  padding-left: 0; }

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .archive-description {
  margin-top: 1rem; }
  .archive .archive-description p {
    font-size: 13.6px;
    font-size: 0.85rem; }
    .archive .archive-description p:last-child {
      margin-bottom: 0; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  flex-shrink: 0; }
  .site-footer .site-info {
    background-color: #102c52;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .site-footer .site-info a {
      color: #ffffff;
      text-decoration: none;
      transition: color 110ms ease-in-out; }
      .site-footer .site-info a:visited {
        color: #ffffff; }
      .site-footer .site-info a:hover, .site-footer .site-info a:focus, .site-footer .site-info a:active {
        color: #f3a71e; }
      .site-footer .site-info a:focus {
        outline: thin dotted; }
      .site-footer .site-info a:hover, .site-footer .site-info a:active {
        outline: 0; }
    .site-footer .site-info .wrap {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (min-width: 600px) {
        .site-footer .site-info .wrap {
          flex-direction: row; } }
    .site-footer .site-info .site-name {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 900;
      margin: 0 0 1rem 0;
      line-height: 1.2; }
      @media only screen and (min-width: 600px) {
        .site-footer .site-info .site-name {
          font-size: 24px;
          font-size: 1.5rem;
          margin-bottom: 0.25rem; } }

@media only screen and (min-width: 600px) {
  .footer-navigation {
    margin-left: auto; } }
.footer-navigation .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 600px) {
    .footer-navigation .footer-menu {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center; } }
.footer-navigation .menu-item {
  margin-bottom: 0.25em;
  font-weight: 300; }
  .footer-navigation .menu-item a {
    padding: 0.5em 1em;
    display: inline-block; }

/** EMU branding/disclaimer **/
.emu-footer {
  background-color: #1c3767;
  color: #ffffff; }
  .emu-footer > .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media only screen and (min-width: 600px) {
      .emu-footer > .wrap {
        flex-direction: row;
        justify-content: space-between; } }
  .emu-footer address {
    display: block;
    text-align: center;
    margin: 0.5rem 0 0 0;
    font-style: inherit;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.125em;
    font-size: 13.6px;
    font-size: 0.85rem; }
    @media only screen and (min-width: 600px) {
      .emu-footer address {
        margin-top: 0;
        margin-left: auto;
        font-size: 14.4px;
        font-size: 0.9rem; } }

.emu-footer-logo {
  display: block;
  width: 150px;
  height: 40px;
  max-width: 100%;
  background: url("/now/podcast/wp-content/themes/emu/images/emu-lettermark-logo-color-white.png") left top no-repeat;
  background-size: contain;
  border: 0;
  margin: 0 0 0.25rem;
  padding: 0; }
  @media only screen and (min-width: 600px) {
    .emu-footer-logo {
      width: 180px;
      height: 50px;
      margin-bottom: 0; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Gutenberg Blocks
--------------------------------------------------------------*/
.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px;
  font-size: 1rem; }

.has-small-font-size {
  font-size: 13.6px;
  font-size: 0.85rem; }

.has-large-font-size {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }

.wp-block-code code {
  font-family: inherit; }

.wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  background-color: #0056b8;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
  cursor: pointer; }
  .wp-block-button .wp-block-button__link:visited {
    color: #ffffff;
    background-color: #0056b8;
    text-decoration: none; }
  .wp-block-button .wp-block-button__link:hover {
    background-color: #f3a71e; }
  .wp-block-button .wp-block-button__link:focus {
    background-color: #f3a71e;
    outline: thin dotted;
    outline-offset: -4px; }

.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 150ms ease-in-out;
  background-color: transparent;
  border: 2px solid #0056b8;
  border-radius: 5px;
  box-sizing: border-box;
  color: #0056b8;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
  cursor: pointer; }
  .wp-block-button.is-style-outline .wp-block-button__link:visited {
    color: #0056b8;
    background-color: transparent;
    text-decoration: none; }
  .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #f3a71e;
    color: #ffffff;
    border-color: #f3a71e;
    cursor: pointer; }
  .wp-block-button.is-style-outline .wp-block-button__link:focus {
    color: #ffffff;
    background-color: #f3a71e;
    border-color: #f3a71e;
    outline: thin dotted;
    outline-offset: -4px; }

.wp-block-button.is-style-squared .wp-block-button__link {
  transition: background 150ms ease-in-out;
  background-color: #0056b8;
  border: 1px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
  cursor: pointer;
  border-radius: 0; }
  .wp-block-button.is-style-squared .wp-block-button__link:visited {
    color: #ffffff;
    background-color: #0056b8;
    text-decoration: none; }
  .wp-block-button.is-style-squared .wp-block-button__link:hover {
    background-color: #f3a71e; }
  .wp-block-button.is-style-squared .wp-block-button__link:focus {
    background-color: #f3a71e;
    outline: thin dotted;
    outline-offset: -4px; }

.wp-block-separator {
  background-color: transparent; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.text-emu-blue {
  color: #0056b8 !important; }

.bg-color {
  background-color: !important; }

.text-emu-blue-light {
  color: #e0edf7 !important; }

.bg-color {
  background-color: !important; }

.text-emu-blue-medium {
  color: #1c3767 !important; }

.bg-color {
  background-color: !important; }

.text-emu-blue-dark {
  color: #102c52 !important; }

.bg-color {
  background-color: !important; }

.text-emu-green {
  color: #84bd00 !important; }

.bg-color {
  background-color: !important; }

.text-emu-yellow-light {
  color: #f3a71e !important; }

.bg-color {
  background-color: !important; }

.text-emu-yellow-medium {
  color: #dc8b26 !important; }

.bg-color {
  background-color: !important; }

.text-emu-yellow-dark {
  color: #cf7b28 !important; }

.bg-color {
  background-color: !important; }

.text-white {
  color: #ffffff !important; }

.bg-color {
  background-color: !important; }

.text-black {
  color: #000000 !important; }

.bg-color {
  background-color: !important; }

.text-muted {
  color: #788193 !important; }

.bg-color {
  background-color: !important; }

.text-transparent {
  color: transparent !important; }

.bg-color {
  background-color: !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }
