@charset "UTF-8";
/*!
Theme Name: chcr_custom_theme
Theme URI: https://chcr.med.umich.edu
Author: chcr
Author URI: https://chcr.med.umich.edu
Description: custom theme for chcr site
Version: 1.2.0

License: private
License URI: private
Text Domain: chcr_skeleton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

NOTE: there are custom css styles added directly to the wordpress customize area. These are for the timeline poster

This theme started using underscores, which is licensed under the GPL

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Typography */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("../../../../fonts.googleapis.com/css2%EF%B9%96family=Work+Sans%EF%B9%95wght@300%EF%B9%94400%EF%B9%94700&display=swap.css");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* custom
--------------------------------------------- */
/*! basic CHCR setup
 * initally based off Primitive
 * A frontend Sass boilerplate by Tania Rascia 
 */
/* Variables
 * ===============
 *
 * All variables and most of the configuration is defined on this page. */
/* Containers */
/* Breakpoints */
/* Colors */
/* chcr colors */
/* umich michigan medicine colors */
/* Typography */
/* Padding */
/* Borders */
/* Buttons */
/* Forms */
/* Tables */
/* Code */
/* Mixins
  =============== */
/*
    Fonts.scss
*/
/* Helpers
  =============== */
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.responsive-image {
  max-width: 100%;
  height: auto;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

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

.padding-bottom {
  padding-bottom: 2rem;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* typography
  =============== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 1.1rem/1.4 "Work Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}

body {
  color: #1c1c1c;
  background: #fff;
  font-size: 1.1rem;
}
@media (min-width: 800px) {
  body {
    font-size: 1.2rem;
  }
}

main p,
main ol,
main ul,
main dl,
main table {
  margin: 0 0 0.8rem 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
main li ul,
main li ol {
  padding-left: 1rem;
}
main ul li ul,
main ol li ol {
  margin-bottom: 0;
}
p.small {
  font-size: 0.875rem;
}

.lede {
  font-size: 1.625rem;
  line-height: 1.3;
}

.lede-small {
  font-size: 1.4375rem;
}

.caption {
  font-size: 0.875rem;
  color: #555;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 1em 0 0.5em 0;
  font-weight: normal;
  font-family: "Work Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: #404040;
}

.content > h2,
.content > h3,
.content > h4 {
  margin: 0 0 0.25em 0;
}

article > h2 {
  margin-top: 0;
}

h1 {
  font-size: 2.25rem;
  color: #853754;
}

h2 {
  font-size: 2rem;
  color: #514E86;
}

h3 {
  font-size: 1.5rem;
  color: #20657E;
}

h4 {
  font-size: 1.25rem;
  color: #853754;
}

h5,
.entry-header .intro p {
  font-size: 1.125rem;
  color: #174992;
}

@media (min-width: 800px) {
  h1 {
    font-size: 3.375rem;
    letter-spacing: -0.02em;
    line-height: 1.05;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  h3 {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    font-weight: 700;
  }

  h4 {
    font-size: 1.25rem;
    font-weight: 700;
  }

  h5 {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
a {
  color: #0174BB;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #01456f;
  border-bottom: 1px solid #01456f;
}

mark {
  background: #ffeea8;
  padding: 0 0.2rem;
}

blockquote {
  margin: 0 0 1.5rem 0;
  border-left: #ccc;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  font-family: Georgia, serif;
  font-style: italic;
}
blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  text-align: right;
  font-family: "Work Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
}

pre {
  border: 0;
  border-radius: 1.125rem;
  background: transparent;
  padding: 1rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  color: #1c1c1c;
  font-family: Menlo, monospace;
  font-size: 14px;
  margin: 0 0 1.5rem 0;
}
pre code {
  font-family: Menlo, monospace;
  line-height: 1.2;
}

kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0.1em;
  padding: 0.1em 0.6em;
  text-shadow: 0 1px 0 #fff;
}

:not(pre) > code {
  color: #1c1c1c;
  background: transparent;
  font-family: Menlo, monospace;
  font-size: 14px;
  padding: 0 0.2rem;
  border: 1px solid #ccc;
  border-radius: 1.125rem;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
}

div > h3 {
  margin-top: 0;
}

ul.small-list {
  margin: 0;
  padding: 0;
}
ul.small-list li {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.focus {
  margin: 0.5em 0 0;
  font-weight: normal;
  border-top: 2px solid #FCB945;
  padding-top: 0.3rem;
}

/* -------------   quotes --------------- */
.quote-item {
  margin: 1em 0 2rem;
}
.quote-item p {
  color: #465E85;
  margin: 0;
}

p.quote {
  font-family: Charter, Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
p.quote:nth-of-type(3n+1) {
  color: #B0006F;
}
p.quote:nth-of-type(3n+2) {
  color: #E37B61;
}
p.quote:nth-of-type(3n+3) {
  color: #FCB945;
}

/* Buttons
  =============== */
.button, a.button, button, [type=submit], [type=reset], [type=button] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #0174BB;
  border-radius: 1.125rem;
  background: #0174BB;
  color: #ffffff;
  font-weight: 700;
  font-family: "Work Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  padding: 0.75rem 1.25rem;
  margin: 0.5rem;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  -webkit-box-shadow: 0 2px 5px 0 rgba(128, 128, 128, 0.54);
          box-shadow: 0 2px 5px 0 rgba(128, 128, 128, 0.54);
}

.button:hover, button:hover, [type=submit]:hover, [type=reset]:hover, [type=button]:hover {
  border: 1px solid #003556;
  background: #015588;
  color: #ffffff;
  text-decoration: none;
}

.button:focus, .button:active, button:focus, button:active, [type=submit]:focus, [type=submit]:active, [type=reset]:focus, [type=reset]:active, [type=button]:focus, [type=button]:active {
  border: 1px solid #015588;
  background: #015588;
  color: #ffffff;
  text-decoration: none;
}

.button::-moz-focus-inner, a.button::-moz-focus-inner, button::-moz-focus-inner, [type=submit]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button a, .button a:hover, .button a:focus, .button a:active, a.button a, a.button a:hover, a.button a:focus, a.button a:active, button a, button a:hover, button a:focus, button a:active, [type=submit] a, [type=submit] a:hover, [type=submit] a:focus, [type=submit] a:active, [type=reset] a, [type=reset] a:hover, [type=reset] a:focus, [type=reset] a:active, [type=button] a, [type=button] a:hover, [type=button] a:focus, [type=button] a:active {
  text-decoration: none;
  color: #ffffff;
}
.button a, a.button a, button a, [type=submit] a, [type=reset] a, [type=button] a {
  color: #ffffff;
}

.muted-button,
a.muted-button {
  background: transparent;
  border: 1px solid #cdcdcd;
  color: #4e4e4e;
  font-weight: normal;
}
.muted-button:hover, .muted-button:focus, .muted-button:active,
a.muted-button:hover,
a.muted-button:focus,
a.muted-button:active {
  color: #4e4e4e;
  border: 1px solid #818181;
  background: transparent;
}
.muted-button a,
a.muted-button a {
  color: rgba(0, 0, 0, 0);
}
.muted-button a:hover, .muted-button a:focus, .muted-button a:active,
a.muted-button a:hover,
a.muted-button a:focus,
a.muted-button a:active {
  color: #4e4e4e;
}

.round-button,
a.round-button {
  border-radius: 40px;
}

.square-button,
a.square-button {
  border-radius: 0;
}

.full-button,
a.full-button {
  display: block;
  width: 100%;
}

/* Navigation
  =============== */
header.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chicklets {
  height: 1rem;
  width: 100%;
}

#brand,
.site-branding {
  color: #fff;
  font-family: "Work Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  margin: -0.5rem 0 0.5rem;
}
#brand img,
.site-branding img {
  width: 4rem;
  height: auto;
  margin-right: 0.8rem;
}
#brand a,
.site-branding a {
  color: #fff;
}
@media (min-width: 600px) {
  #brand,
.site-branding {
    min-height: 46px;
  }
}

#brand img {
  height: 1.8rem;
  width: 1.8rem;
}

#word-mark {
  font-size: 0.8rem;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 600px) {
  #word-mark {
    font-size: 0.8em;
  }
}
@media (min-width: 800px) {
  #word-mark {
    font-size: 1.2rem;
  }
}

.modal-link {
  border: 1px solid rgba(252, 185, 69, 0.8);
  padding: 0.5rem;
  margin-top: 1rem;
  text-align: center;
}

.main-nav {
  padding: 1rem;
  padding: 0 0.5rem 0 1rem;
}
.main-nav ul#primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-nav ul#primary-menu li {
  font-size: 0.85rem;
  padding: 0;
  margin: 1.5rem;
  margin: 1rem;
  margin: 0.35rem;
}
.main-nav ul#primary-menu li.current_page_item a, .main-nav ul#primary-menu li.current-menu-item a {
  border: 1px solid rgba(252, 185, 69, 0.8);
}
.main-nav ul#primary-menu a {
  min-height: 46px;
  line-height: 1.2;
  padding: 0.5rem 0.6rem;
  padding: 0.2rem 0.6rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.6rem;
}
@media (min-width: 600px) {
  .main-nav {
    /* 	.main-nav-menu,
    	.main-menu,
    	#primary-menu {
    		height:100%;
    	} */
  }
  .main-nav #word-mark {
    font-size: 1rem;
  }
  .main-nav .main-nav {
    padding: 1rem 2rem 0.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 2rem;
    grid-gap: 1rem;
  }
  .main-nav ul#primary-menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-nav ul#primary-menu li {
    margin: 0.5rem;
    font-size: 0.9rem;
  }
  .main-nav ul#primary-menu li a:hover {
    background-color: #01456f;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (min-width: 800px) {
  .main-nav {
    padding: 2rem 2rem 1rem;
  }
  .main-nav ul#primary-menu li {
    margin: 1rem 0.5rem;
    font-size: 1rem;
  }
  .main-nav ul#primary-menu li a {
    padding: 0.5rem;
  }
  .main-nav ul#primary-menu li.current_page_item a, .main-nav ul#primary-menu li.current-menu-item a {
    border: none;
    border-bottom: 4px solid rgba(252, 185, 69, 0.8);
  }
}
@media (min-width: 1200px) {
  .main-nav #word-mark {
    font-size: 1.2rem;
  }
  .main-nav ul#primary-menu {
    margin-top: 0;
  }
  .main-nav ul#primary-menu li {
    margin: 0 0.5rem 0 0;
    font-size: 1rem;
  }
  .main-nav ul#primary-menu li a:hover {
    background-color: #01456f;
    border-top: 1px solid #fcb945;
    border-bottom: 4px solid rgba(252, 185, 69, 0.8);
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .main-nav ul#primary-menu li.current_page_item a, .main-nav ul#primary-menu li.current-menu-item a {
    border-top: 1px solid #fcb945;
    border-bottom: 4px solid rgba(252, 185, 69, 0.8);
  }
  .main-nav ul#primary-menu a {
    border-top: 1px solid rgba(252, 185, 69, 0.6);
  }
}

/*let's collapse*/
.site-header {
  position: sticky;
  top: -60px;
  height: 200px;
  z-index: 1000;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.site-header .main-nav {
  position: sticky;
  top: 0;
  z-index: 10000;
  height: 130px;
  padding: 0 0.5rem 0 1rem;
  /* 	$heightwidth:1.8rem;
  	#brand img {
  		height:$heightwidth;
  		width:$heightwidth;
  	} */
  /* 		#word-mark,
  		#brand p#word-mark, .site-branding p {
  			font-size:0.9rem;
  			line-height:1.1;
  			margin:0;
  		} */
  /* 	#primary-menu {
  		//height:42px;
  		align-items:center;
  		justify-content: space-between;
  		margin-top:.8rem;
  	}
  	ul#primary-menu li {
  		font-size:0.9rem;
  		margin:0;

  		a {
  			padding:0.6rem;
  		}
  	} */
}
@media (min-width: 600px) {
  .site-header .site-header {
    position: sticky;
    top: -70px;
    height: 140px;
    z-index: 1000;
    /* 		.main-nav-menu,
    		.main-menu,
    		#primary-menu {
    			height:100%;
    		} */
  }
  .site-header .site-header .main-nav {
    position: sticky;
    top: 0;
    z-index: 10000;
    height: 70px;
    padding: 0 0.5rem 0 2rem;
  }
}
@media (min-width: 800px) {
  .site-header ul#primary-menu li {
    /* 			a {
    				padding:0.5rem;
    			} */
  }
}
@media (min-width: 1200px) {
  .site-header {
    /* 	#word-mark {
    		font-size:1rem;
    	} */
  }
}

/* ------------- 
	footer custom styles 
--------------- */
body > footer {
  color: #fff;
  background: #00274C url("images/chcr-wavebanner-mobile.png") no-repeat bottom right;
  width: 100%;
  padding-bottom: 2rem;
}
body > footer a, body > footer h4 {
  color: #fff;
}
body > footer .widget {
  margin: 0;
}
body > footer section {
  padding: 2rem 2rem 0;
}
body > footer p {
  font-size: 0.875rem;
  line-height: 1.3;
}
body > footer section img {
  width: 17rem;
  height: auto;
}
body > footer .chcr-brand {
  line-height: 1.2;
  padding-bottom: 4rem;
}
body > footer .chcr-brand .contact {
  font-weight: bold;
}
body > footer .chcr-brand h4 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  line-height: 1.2;
}
body > footer .chcr-brand p {
  margin-bottom: 0.5em;
}
@media (min-width: 600px) {
  body > footer {
    background: #00274C url("images/chcr-wavebanner.png") no-repeat bottom right;
    padding-bottom: calc(100px - 2rem);
    background-size: contain;
  }
  body > footer section {
    padding-top: 1rem;
  }
  body > footer .chcr-brand {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    grid-gap: 1rem;
  }
}
@media (min-width: 800px) {
  body > footer {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding-bottom: calc(128px - 2rem);
  }
  body > footer .chcr-brand {
    grid-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  body > footer {
    background: #00274C url("images/chcr-wavebanner@2x.png") no-repeat bottom right;
    background-size: contain;
  }
  body > footer .chcr-brand {
    grid-gap: 3rem;
  }
}

/* Forms
  =============== */
[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 0.75rem;
  outline: none;
  background-color: transparent;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  font-family: "Work Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
}

[type=color]:hover, [type=date]:hover, [type=datetime]:hover, [type=datetime-local]:hover, [type=email]:hover, [type=month]:hover, [type=number]:hover, [type=password]:hover, [type=search]:hover, [type=tel]:hover, [type=text]:hover, [type=url]:hover, [type=week]:hover, [type=time]:hover, select:hover, textarea:hover {
  border: 1px solid #b3b3b3;
}

[type=color]:focus, [type=color]:active, [type=date]:focus, [type=date]:active, [type=datetime]:focus, [type=datetime]:active, [type=datetime-local]:focus, [type=datetime-local]:active, [type=email]:focus, [type=email]:active, [type=month]:focus, [type=month]:active, [type=number]:focus, [type=number]:active, [type=password]:focus, [type=password]:active, [type=search]:focus, [type=search]:active, [type=tel]:focus, [type=tel]:active, [type=text]:focus, [type=text]:active, [type=url]:focus, [type=url]:active, [type=week]:focus, [type=week]:active, [type=time]:focus, [type=time]:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid #0174BB;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #57befe;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #57befe;
}

input [type=checkbox] {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2732%27%20height%3D%2732%27%3E%3Cpath%20%20fill%3D%22%23cccccc%22%20d%3D%22M25.107%2032.030h-18.214c-3.456%200-6.268-2.81-6.268-6.264v-19.529c0-3.456%202.812-6.268%206.268-6.268h18.214c3.456%200%206.268%202.812%206.268%206.268v19.529c0%203.452-2.812%206.264-6.268%206.264zM6.893%201.85c-2.419%200-4.386%201.967-4.386%204.386v19.529c0%202.417%201.967%204.382%204.386%204.382h18.214c2.419%200%204.386-1.965%204.386-4.382v-19.529c0-2.419-1.967-4.386-4.386-4.386h-18.214z%22%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: #eee;
}

textarea {
  overflow: auto;
  height: auto;
}

fieldset {
  border: 1px solid #ccc;
  border-radius: 1.125rem;
  padding: 1rem;
  margin: 1.5rem 0;
}

legend {
  padding: 0 0.5rem;
  font-weight: 600;
}

select {
  color: #1c1c1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) right center no-repeat #fff;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

[type=range] {
  width: 100%;
}

label {
  font-weight: 600;
  max-width: 100%;
  display: block;
  margin: 1rem 0 0.5rem;
}

@media (min-width: 600px) {
  .split-form label {
    text-align: right;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
input.has-error, input.has-error:hover, input.has-error:focus, input.has-error:active,
select.has-error,
select.has-error:hover,
select.has-error:focus,
select.has-error:active,
textarea.has-error,
textarea.has-error:hover,
textarea.has-error:focus,
textarea.has-error:active {
  border: 1px solid #D33C40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px #f4cecf;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #9a9a9a;
}

.group {
  margin: 0 0 1rem;
  border-bottom: 1px solid #ccc;
}

/*===============
overries for ninja forms
=================*/
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
  color: #222 !important;
}

/* Tables
  =============== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

thead th {
  border-bottom: 2px solid #ccc;
}

tfoot th {
  border-top: 2px solid #ccc;
}

td {
  border-bottom: 1px solid #ccc;
}

th,
td {
  text-align: left;
  padding: 0.5rem;
}

caption {
  padding: 1rem 0;
  caption-side: bottom;
  color: #ababab;
}

.striped-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.contain-table {
  overflow-x: auto;
}

@media (min-width: 600px) {
  .contain-table {
    width: 100%;
  }
}
/* ------------- 
	gallery custom styles 
--------------- */
.wp-caption-text {
  font-size: 0.9em;
}

.gallery .gallery-item {
  margin-left: 1rem;
}
@media (min-width: 600px) {
  .gallery .gallery {
    grid-column: 1/-1;
    /* display:flex;
    flex-wrap:wrap; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
    grid-gap: 2rem;
  }
  .gallery .gallery .gallery-item {
    margin: 0;
    max-height: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
  }
}
figcaption {
  margin-bottom: 2rem;
}

.featherlight .featherlight-content .caption {
  font-weight: 700 !important;
  padding-top: 0.5rem;
}

/* ------------- 
  timeline custom styles 
--------------- */
/* chcr colors */
/* umich michigan medicine colors */
/* -------------   year and dot colors --------------- */
/* lightened 
cranberry 853754 to #d2648d 
south-u-blue #174992 to #4882d7
matthaei-violet #514E86 to #7A76C3
$arboretum-blue #0174BB to #23A1EE
teal #20657E to #00B5AF
chcr-pink B0006F to #EE48B1
lsa-orange to #DD6D35
to show up on #00274C blue background */
.timeline-item:nth-of-type(18n+1) .timeline-dot {
  background-color: #23A1EE;
}
.timeline-item:nth-of-type(18n+1) .timeline-content .timeline-project {
  color: #23A1EE;
}
.timeline-item:nth-of-type(18n+2) .timeline-dot {
  background-color: #FCB945;
}
.timeline-item:nth-of-type(18n+2) .timeline-content .timeline-project {
  color: #FCB945;
}
.timeline-item:nth-of-type(18n+3) .timeline-dot {
  background-color: #7A76C3;
}
.timeline-item:nth-of-type(18n+3) .timeline-content .timeline-project {
  color: #7A76C3;
}
.timeline-item:nth-of-type(18n+4) .timeline-dot {
  background-color: #979467;
}
.timeline-item:nth-of-type(18n+4) .timeline-content .timeline-project {
  color: #979467;
}
.timeline-item:nth-of-type(18n+5) .timeline-dot {
  background-color: #F2D384;
}
.timeline-item:nth-of-type(18n+5) .timeline-content .timeline-project {
  color: #F2D384;
}
.timeline-item:nth-of-type(18n+6) .timeline-dot {
  background-color: #DD6D35;
}
.timeline-item:nth-of-type(18n+6) .timeline-content .timeline-project {
  color: #DD6D35;
}
.timeline-item:nth-of-type(18n+7) .timeline-dot {
  background-color: #d2648d;
}
.timeline-item:nth-of-type(18n+7) .timeline-content .timeline-project {
  color: #d2648d;
}
.timeline-item:nth-of-type(18n+8) .timeline-dot {
  background-color: #4882d7;
}
.timeline-item:nth-of-type(18n+8) .timeline-content .timeline-project {
  color: #4882d7;
}
.timeline-item:nth-of-type(18n+9) .timeline-dot {
  background-color: #FFCB05;
}
.timeline-item:nth-of-type(18n+9) .timeline-content .timeline-project {
  color: #FFCB05;
}
.timeline-item:nth-of-type(18n+10) .timeline-dot {
  background-color: #878A8F;
}
.timeline-item:nth-of-type(18n+10) .timeline-content .timeline-project {
  color: #878A8F;
}
.timeline-item:nth-of-type(18n+11) .timeline-dot {
  background-color: #EE48B1;
}
.timeline-item:nth-of-type(18n+11) .timeline-content .timeline-project {
  color: #EE48B1;
}
.timeline-item:nth-of-type(18n+12) .timeline-dot {
  background-color: #379BBF;
}
.timeline-item:nth-of-type(18n+12) .timeline-content .timeline-project {
  color: #379BBF;
}
.timeline-item:nth-of-type(18n+13) .timeline-dot {
  background-color: #B3AC17;
}
.timeline-item:nth-of-type(18n+13) .timeline-content .timeline-project {
  color: #B3AC17;
}
.timeline-item:nth-of-type(18n+14) .timeline-dot {
  background-color: #00B5AF;
}
.timeline-item:nth-of-type(18n+14) .timeline-content .timeline-project {
  color: #00B5AF;
}
.timeline-item:nth-of-type(18n+15) .timeline-dot {
  background-color: #E37B61;
}
.timeline-item:nth-of-type(18n+15) .timeline-content .timeline-project {
  color: #E37B61;
}
.timeline-item:nth-of-type(18n+16) .timeline-dot {
  background-color: #75988D;
}
.timeline-item:nth-of-type(18n+16) .timeline-content .timeline-project {
  color: #75988D;
}
.timeline-item:nth-of-type(18n+17) .timeline-dot {
  background-color: #DDC497;
}
.timeline-item:nth-of-type(18n+17) .timeline-content .timeline-project {
  color: #DDC497;
}
.timeline-item:nth-of-type(18n+18) .timeline-dot {
  background-color: #9FB6BC;
}
.timeline-item:nth-of-type(18n+18) .timeline-content .timeline-project {
  color: #9FB6BC;
}

.timeline-year:nth-of-type(3n+1) {
  background-color: #E37B61 !important;
}
.timeline-year:nth-of-type(3n+2) {
  background-color: #FCB945 !important;
}
.timeline-year:nth-of-type(3n+3) {
  background-color: #B0006F !important;
}

.timeline-wrapper {
  background-color: #00274C;
  margin: 1rem -2rem 0;
  padding: 2rem 2rem;
}
@media only screen and (min-width: 768px) {
  .timeline-wrapper {
    grid-column: 1/-1;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .timeline-wrapper {
    margin: 0;
  }
}
.timeline-wrapper *,
.timeline-wrapper ::after,
.timeline-wrapper ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-header {
  text-align: center;
  padding: 0.5rem;
  border-bottom: 1px solid #fff;
}
.timeline-header h1, .timeline-header p {
  color: #fff;
}
@media only screen and (min-width: 1170px) {
  .timeline-header {
    padding: 1rem;
  }
}

.timeline-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
}
.timeline-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1170px) {
  .timeline-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
  }
}

#timeline {
  position: relative;
  padding: 0;
  margin: 0.5rem 0 0 calc(6rem / 1.6);
}
#timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
@media only screen and (min-width: 1170px) {
  #timeline {
    margin: 3em auto;
  }
  #timeline::before {
    left: 50%;
  }
}

.timeline-year {
  margin-left: calc((6rem / 2) * -1);
  z-index: 100;
  font-size: 2rem;
  line-height: 1;
  width: 6rem;
  height: 6rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 1170px) {
  .timeline-year {
    font-size: 2.4rem;
    margin: 0 auto;
    width: 8rem;
    height: 8rem;
  }
}

.timeline-item {
  /* display: grid;
  grid-template-columns: 1fr .25fr 1fr;
  justify-content: center; */
  position: relative;
  margin: 2em 0;
  z-index: 10;
}
.timeline-item::after {
  content: "";
  display: table;
  clear: both;
}
.timeline-item:first-child {
  margin-top: 0;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .timeline-item {
    margin: 2em 0 4em;
  }
  .timeline-item:first-child {
    margin-top: 0;
  }
  .timeline-item:last-child {
    margin-bottom: 0;
  }
}

/* -------------  circle on vertical timeline -------------- */
.timeline-dot {
  position: absolute;
  top: calc((1.2rem / 2) * -1);
  left: calc((1.2rem / 2) * -1);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  /*  grid-column: 2;
   grid-row:1;
   justify-self: center; */
}
@media only screen and (min-width: 1170px) {
  .timeline-dot {
    width: 1.2rem;
    height: 1.2rem;
    left: 50%;
    margin-left: calc((1.2rem / 2) * -1);
  }
}

/* -------------   content box --------------- */
.timeline-event-wrapper {
  padding: 1rem;
}
.timeline-event-wrapper h3.timeline-event {
  color: #FCB945;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

.timeline-content {
  position: relative;
  /* grid-column:1;
  grid-row:1; */
  padding: 0.5rem 1rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.timeline-content h2, .timeline-content h3 {
  color: #fff;
}
.timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
  color: #fff;
}
.timeline-content .meta {
  margin-top: 0;
}
.timeline-content .category,
.timeline-content .project-pis p {
  font-size: 0.8em;
  color: #f2c3b8;
}
.timeline-content a {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .timeline-content {
    margin-left: 2rem;
  }
  .timeline-content h2, .timeline-content h3 {
    font-size: 1.5rem;
  }
  .timeline-content p {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    width: 50%;
  }
  .timeline-item:nth-of-type(even) .timeline-content {
    float: right;
    /*    grid-column:3; */
  }
  .timeline-item:nth-of-type(even) .timeline-content .timeline-year {
    left: auto;
    right: 122%;
    text-align: right;
  }
}

/* Layout
  =============== */
/* basic set up */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body > main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body > header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
body > footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

nav,
body > main {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

body > header {
  background-color: #0174BB;
}

body > main {
  padding: 2rem;
}

@media (min-width: 600px) {
  body > nav {
    padding: 0 0 1rem;
  }

  body > main {
    padding: 0 2rem 4rem;
  }
}
/* ------------- 
	read more
--------------- */
.leader {
  position: relative;
}

.read_div {
  border: 1px solid #ccc;
  padding: 1rem;
}

/* ------------- 
	main container custom styles 
--------------- */
main:not(.home) .entry-header {
  border-bottom: 1px dotted #20657E;
}
main:not(.home) .entry-header h1 {
  margin-top: 0;
}
main:not(.home) .entry-header .post-thumbnail {
  margin: 1rem 0;
}
main .entry-content h2 {
  grid-column: 1/-1;
}
main .entry-footer {
  font-size: 1rem;
  line-height: 1.3;
}
main .archive article.entry-content {
  border-top: 1px solid #ccc;
}
main aside img,
main .gallery img,
main img {
  width: 100%;
  height: auto;
}
main .leader img {
  width: auto;
  max-height: 200px;
}
@media (min-width: 600px) {
  main {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  main .entry-header {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    padding: 2rem 2rem;
  }
  main .entry-header h1, main .entry-header h2, main .entry-header h3, main .entry-header p, main .entry-header .intro {
    grid-column: 2/span 3;
  }
  main .leader h3 {
    font-size: 1.25rem;
  }
  main .team-content,
main .entry-content {
    grid-column: 1/-1;
    display: grid;
    grid-gap: 2rem;
    padding: 0 2rem 2rem;
  }
  main .team-content h2,
main .entry-content h2 {
    grid-column: 1/-1;
  }
  main section.content {
    grid-column: 2/5;
  }
  main .content h2 {
    grid-column: 1/-1;
  }
  main .team-content section {
    grid-column: 2/-1;
  }
  main .leaders.content {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  main .team.content {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  main .entry-footer {
    grid-column: 2/-1;
  }
  main .project-archive .entry-header,
main .entry-content.projects {
    grid-template-columns: 1fr 2fr;
  }
  main .project-archive .entry-header h1,
main .entry-content.projects h1 {
    grid-column: 2/-1;
  }
}
@media (min-width: 800px) {
  main {
    grid-template-columns: 1fr 3fr;
  }
  main .entry-header,
main .entry-content,
main .team-content {
    padding: 2rem;
  }
  main .team-content,
main .entry-content {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
  main .project-archive .entry-header,
main .entry-header {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    padding: 2rem 2rem;
  }
  main .project-archive .entry-header h1, main .project-archive .entry-header h2, main .project-archive .entry-header h3, main .project-archive .entry-header p, main .project-archive .entry-header .intro,
main .entry-header h1,
main .entry-header h2,
main .entry-header h3,
main .entry-header p,
main .entry-header .intro {
    grid-column: 2/span 2;
  }
  main .project-archive .entry-header .post-thumbnail,
main .entry-header .post-thumbnail {
    grid-column: 1;
  }
  main .entry-content {
    grid-template-areas: "aside section section section";
    margin-bottom: 2rem;
  }
  main .entry-content aside {
    grid-area: aside;
    align-self: end;
  }
  main .entry-content section.content {
    grid-column: 2/4;
  }
  main .entry-content section.leaders.content {
    grid-column: 2/-1;
  }
}
@media (min-width: 1200px) {
  main .entry-content.projects {
    grid-template-columns: repeat(4, 1fr);
  }
  main .entry-content.projects .project {
    grid-column: 2/span 2;
  }
  main .leaders.content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ------------- 
	homepage custom styles 
--------------- */
.home .site-title {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 0.5em;
}
.home .entry-content h2 {
  margin-top: 0;
}
.home .shared-resource {
  font-size: 1.3rem;
  line-height: 1.3;
  width: 80%;
  margin: 0 0 2em;
  color: #514E86;
  font-weight: 700;
}
.home aside h4 {
  font-weight: 700;
}
@media (max-width: 420px) {
  .home aside p {
    font-size: 1.1rem;
  }
}
@media (min-width: 600px) {
  .home .site-title {
    font-size: 3rem;
    grid-column: 1/-1;
  }
  .home section.main-info,
.home section.secondary-info {
    grid-column: 2/-1;
  }
  .home aside {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }
  .home aside h4 {
    margin-top: 0;
  }
  .home .entry-content {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "aside section section";
    padding-top: 0;
  }
}
@media (min-width: 800px) {
  .home .entry-content h2 {
    margin-top: 1em;
  }
  .home .entry-header {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .home .site-title {
    font-size: 4rem;
    font-size: 3.6rem;
  }
  .home .main-info {
    grid-column: 2/4;
  }
  .home .secondary-info {
    grid-column: 4/5;
  }
}

.promos h4 {
  color: #E37B61;
  font-weight: 400;
}
.promos + .promos {
  margin-top: 3rem;
}

.promo-item {
  padding: 0.5rem 0;
}
.promo-item::after {
  border-bottom: 2px solid #FCB945;
  content: "";
  display: block;
  width: 3rem;
}
.promo-item p {
  color: #514E86;
  font-weight: 400;
  margin-bottom: 1rem;
}

.teaser-item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaser-item:after {
  content: "";
  display: block;
  width: 30%;
  border-bottom: 1px solid #ccc;
}

.circle {
  border-radius: 50%;
  background-size: cover;
  height: 100px;
  width: 100px;
}

/* ------------- 
	projects custom styles 
--------------- */
.project-peek {
  content: "";
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background-size: cover;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .project-peek {
    margin-top: 0;
  }
}

aside p {
  font-size: 0.9em;
}

.project {
  grid-column: 2;
}

.single-project .entry-content + .entry-content .content {
  border-top: 2px dotted #20657E;
  margin-top: 2rem;
  padding-top: 0.5em;
}
.single-project .entry-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

/* ------------- 
	modal
--------------- */
/* =============================
   Remodal's necessary styles
   ================================= */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper h4, .remodal-wrapper p {
  text-align: left;
}
.remodal-wrapper p {
  font-size: 1rem;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* 
===============
   Remodal's default mobile first theme
   ================ */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}/*# sourceMappingURL=style.css.map */