/*
 Theme Name:   MFI Theme
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       University of Michigan
 Author URI:   https://www.umich.edu
 Template:     generatepress
 Version:      0.1
*/

.inside-article ul { list-style: none; }

.inside-article ul li:before {
   content: "\f138";
   color: #ffcb05;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   padding: 0 6px 0 0;
}

.inside-article ol {
	list-style: none;
	counter-reset: circle-counter;
}

.inside-article ol li {
	counter-increment: circle-counter;
	margin-left: -0.25rem;
}

.inside-article ol li:before {
  content: counter(circle-counter);
  background-color: #ffcb05;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: black;
  text-align: center;
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
  font-weight: bold;
}

/* Fluid Typography Scale */

h1, .fs-h1 {
	font-size: clamp(3rem, 2.7273rem + 1.0909vw, 3.6rem);
}

h2, .fs-h2 {
	font-size: clamp(2.25rem, 2.0455rem + 0.8182vw, 2.7rem);
}

h3, .fs-h3 {
	font-size: clamp(1.875rem, 1.7045rem + 0.6818vw, 2.25rem);
}

h4, .fs-h4 {
	font-size: clamp(1.5rem, 1.3636rem + 0.5455vw, 1.8rem);
}

h5, .fs-h5 {
	font-size: clamp(1.25rem, 1.1364rem + 0.4545vw, 1.5rem);
}

h6, .fs-h6 {
	font-size: clamp(1.125rem, 1.0227rem + 0.4091vw, 1.35rem);
}

p, .fs-p {
	font-size: clamp(0.8333rem, 0.7576rem + 0.303vw, 1rem);
}

.bg-umblue {
	background: #00274c;
}
/*
.feature-container {
	background-image: url('/wp-content/themes/mfi/images/mfi-feature-bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 1024px 460px;
    background-size: fixed;
}*/

.col-ctr-small {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.col-ctr-narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 632px;
}

.site-footer h6 {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: bold;
}

.site-footer a {
	color: #ffcb05;
	text-decoration: none;
}

.site-footer h6 span.underline {
	padding-bottom: 4px;
	border-bottom: 1px solid #fc3;
}

.footer-logo {
	padding-top: 6px;
}

.info-wrapper-orig {
	display: none;
}

.section-img-overlap .wp-block-columns {
	align-items: center !important;
}