/*
Theme Name: Wolverine Pathways
Author: Phire Group
Author URI: http://thephiregroup.com/
Version: 1.1
*/

@media screen {

	/* RESETS */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, main,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, main, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

	/* WORDPRESS CLASSES */

	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 0 20px 20px 0;
	}

	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {

	}

	.wp-caption.alignnone {
		margin: 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		display: block;
		border-radius: 10px;
		margin: 0 0 10px 0;
	}

	.wp-caption p.wp-caption-text {
		color: var(--black);
		font-size: 0.875rem;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
	}
	
	.wp-caption p {
		margin: 0 !important;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
	
	.skip-main:not(:focus) {
	  position: absolute;
	  left: -9999px;
	  z-index: 999;
	  padding: 3em;
	  opacity: 0;
	}
	.skip-main:focus {
	  left: 50%;
	  transform: translateX(-50%);
	  opacity: 1;
	}
	.skip-main {
	  color: #000000;
	  background-color: #FFCB05;
	}
	
	.visually-hidden {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		border: 0;
	}

	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		border: 0;
	}
	
	


	/* GLOBAL */
	
	html {
		scroll-behavior: smooth;
	}
	
	body {
		font-family: "Montserrat", sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5rem;
		color: var(--off-black);
		text-align: center;
		position: relative;
		overflow-x: hidden;
	}

	:root {
		--black: #000;
		--white: #fff;
		--off-black: #131516;
		--law-quad-stone: #655A52;
		--maize: #FFCB05;
		--blue: #00274C;
		--arb-blue: #2F65A7;
		--ceo-blue: #40658F;
		--purple: #846d97;
		--light-blue: #86aed3;
		--orange: #d28146;
	}

	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	.main_container {
		margin: 0 auto;
	}
	
	.row {
		margin: 0 auto;
		width: 1170px;
		text-align: left;
		position: relative;
	}
	
	.row_1360 {
		margin: 0 auto;
		width: 1360px;
		text-align: left;
		position: relative;
	}
	
	.row_950 {
		margin: 0 auto;
		width: 950px;
		text-align: left;
		position: relative;
	}
	
	.row_770 {
		margin: 0 auto;
		width: 770px;
		text-align: left;
		position: relative;
	}
	
	.clearfix::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}
	
	p {
		margin-bottom: 1.88rem;
	}
	
	a {
		text-decoration: none;
		color: inherit;
	}
	
	a:focus, button:focus, input:focus, select:focus, textarea:focus {
		/* outline: dotted 2px #253746; */
	}
	
	img {
		max-width: 100%;
	}
	
	.centered {
		text-align: center;
	}
	
	.hide_on_desktop {
		display: none;
	}
	
	button {
		font-family: "Montserrat", sans-serif;
		font-size: 1rem;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: transparent;
		-webkit-appearance: none;
		appearance: none;	
		cursor: pointer;		
	}
	
	b, strong {
		font-weight: 600;
	}

	i, em {
		font-style: italic;
	}
	
	#main {

	}
	
	h1 {
		font-family: "Montserrat", sans-serif;
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
	
	h2 {
		color: var(--blue);
		font-family: Montserrat, sans-serif;
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 500;
		line-height: 2.875rem;
		letter-spacing: -0.05rem;
		margin: 0 0 40px 0;
	}
	
	h3 {
		font-family: "Montserrat", sans-serif;
		color: var(--black);
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.625rem;
		margin: 0 0 8px 0;
	}
	
	h4 {
		font-family: "Montserrat", sans-serif;
		color: var(--blue);
		font-size: 1.625rem;
		font-style: normal;
		font-weight: 300;
		line-height: 150%;
		margin: 0 0 10px 0;
	}

	.cta {
		display: inline-flex;
		height: 40px;
		justify-content: center;
		align-items: center;
		padding: 0 18px;
		transition: all .15s ease;
		border-radius: 20px;
		color: var(--blue);
		font-family: "Montserrat", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem; /* 128.571% */
		letter-spacing: -0.0175rem;
		text-decoration: none !important;
	}
	
	.cta svg {
		display: block;
		margin: 0 0 0 10px;
	}
	
	.cta_yellow {
		border: 1px solid var(--maize);
		background: var(--maize);
	}
	.cta_yellow:hover {
		background: var(--white);
	}

	.cta_blue {
		border: 1px solid var(--blue);
		background: var(--blue);
		color: var(--maize);
	}
	.cta_blue:hover {
		background: var(--white);
		color: var(--blue);
	}
	
	.cta_white {
		border: 1px solid var(--white);
		background: transparent;
		color: var(--blue);
	}
	.cta_white:hover, .cta_white.current {
		background: var(--white);
		color: var(--blue);
	}

	#mm {
		display: none;
	}

	.pt_0 { padding-top: 0; }
	.pt_30 { padding-top: 30px; }
	.pt_50 { padding-top: 50px; }
	.pt_70 { padding-top: 70px; }
	.pt_100 { padding-top: 100px; }
	.pt_120 { padding-top: 120px; }
	
	.pb_0 { padding-bottom: 0; }
	.pb_30 { padding-bottom: 30px; }
	.pb_50 { padding-bottom: 50px; }
	.pb_70 { padding-bottom: 70px; }
	.pb_100 { padding-bottom: 100px; }
	.pb_120 { padding-bottom: 120px; }
	
	
	.inline_quote {
		border-radius: 8px;
		background: rgba(19, 21, 22, 0.05);
		padding: 40px;
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.75rem;
		letter-spacing: -0.0275rem;
		margin: 0 0 40px 0;
	}


	/* Visually hidden but available to screen readers */
	.visually-hidden {
		position: absolute;
		width: 1px; height: 1px;
		padding: 0; margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		border: 0;
	}


	/* HEADER */
	
	.desktop_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 76px;
		width: 1360px;
		max-width: calc(100% - 80px);
	}
	
	.desktop_logo img {
		display: block;
	}
	
	.desktop_header ul {
		display: flex;
	}
	
	.desktop_header li {
		margin: 0 15px;
	}
	
	.desktop_header li a {
		color: var(--blue);
		font-family: "Montserrat", sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.375rem;
		letter-spacing: -0.02rem;
		background-image: linear-gradient(var(--maize), var(--maize));
		background-size: 0% 4px;
		background-repeat: no-repeat;
		background-position: 0 calc(100% + 2px);
		transition: background-size 0.15s;
	}
	
	.desktop_header a:hover {
		background-size: 100% 4px;
	}
	
	.desktop_header button {
		color: var(--blue);
		font-family: "Montserrat", sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.375rem;
		letter-spacing: -0.02rem;
		background-image: linear-gradient(var(--maize), var(--maize));
		background-size: 0% 4px;
		background-repeat: no-repeat;
		background-position: 0 calc(100% + 2px);
		transition: background-size 0.15s;
		display: flex;
		align-items: center;
		margin: 1px 0 0 0;
	}

	.desktop_header button span {
		background-image: linear-gradient(var(--maize), var(--maize));
		background-size: 0% 4px;
		background-repeat: no-repeat;
		background-position: 0 calc(100% + 2px);
		transition: background-size 0.15s;
	}

	.desktop_header button:hover span {
		background-size: 100% 4px;
	}

	.desktop_header button svg {
		display: block;
	}
	
	.menu-item-has-children {
		position: relative;
	}
	
	.desktop_header button svg {
		display: block;
		margin: 0 0 0 6px;
	}
	
	.desktop_header ul.sub-menu {
		display: none;
		position: absolute;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
		padding: 20px;
		border-radius: 10px;
		background-color: var(--white);
		z-index: 3;
	}
	
	.sub-menu li {
		margin: 0 0 10px 0;
	}

	.sub-menu li a {
		background-size: 0% 4px !important;
		white-space: nowrap;
	}
	
	.sub-menu li a:hover {
		background-size: 100% 4px !important;
	}

	.sub-menu li.current_page_item a {
		background-size: 100% 4px !important;
	}
	
	.sub-menu li:last-of-type {
		margin: 0;
	}
	
	.menu-toggle svg {
		transition: all .15s linear;
	}
	
	.menu-toggle[aria-expanded="true"] svg {
		transform: rotate(180deg);
	}
	
	
	
	/* STANDARD HEADER */
	
	.standard_header {
		background-color: var(--blue);
		padding: 60px 0 30px 0;
	}
	
	.standard_header.bkg_purple {
		background-color: var(--purple);
	}
	
	.standard_header.bkg_light_blue {
		background-color: var(--light-blue);
	}
	
	.standard_header.bkg_orange {
		background-color: var(--orange);
	}
	
	.standard_header h1 {
		color: var(--white);
		font-family: Montserrat, sans-serif;
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2.875rem;
		letter-spacing: -0.05rem;
		margin: 0;
	}
	
	.standard_header.bkg_light_blue h1, .standard_header.bkg_orange h1 {
		color: var(--blue);
	}

	.standard_header.bkg_light_blue .crumbs, .standard_header.bkg_orange .crumbs {
		color: var(--blue);
	}
	
	.standard_header.bkg_light_blue .crumbs a, .standard_header.bkg_orange .crumbs a {
		color: var(--blue);
	}
	
	.standard_header.bkg_blue .jump_to {
		color: var(--white);
		border-bottom: 3px solid var(--blue);
	}

	.standard_header.bkg_purple .jump_to {
		color: var(--white);
		border-bottom: 3px solid var(--purple);
	}
	
	.standard_header.bkg_light_blue .jump_to {
		color: var(--blue);
		border-bottom: 3px solid var(--light-blue);
	}
	
	.standard_header.bkg_orange .jump_to {
		color: var(--blue);
		border-bottom: 3px solid var(--orange);
	}
	
	.standard_header.bkg_purple .jump_link a {
		border-bottom: 3px solid var(--purple);
	}
	
	.standard_header.bkg_light_blue .jump_link a {
		border-bottom: 3px solid var(--light-blue);
	}
	
	.standard_header.bkg_orange .jump_link a {
		border-bottom: 3px solid var(--orange);
	}
	
	.standard_header.bkg_light_blue .jump_links a, .standard_header.bkg_orange .jump_links a {
		color: var(--blue);
	}
	
	.standard_header.bkg_blue .jump_links a:hover, .standard_header.bkg_purple .jump_links a:hover {
		border-bottom: 3px solid var(--white);
	}
	
	.standard_header.bkg_light_blue .jump_links a:hover, .standard_header.bkg_orange .jump_links a:hover {
		border-bottom: 3px solid var(--blue);
	}

	.crumbs {
		color: var(--white);
		color: var(--U-M-White, #FFF);
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1rem; /* 133.333% */
		letter-spacing: -0.015rem;
		margin: 0 0 10px 0;
	}
	
	.standard_header.has_jl {
		padding: 60px 0 0 0;
	}
	
	.standard_header.has_jl h1 {
		margin: 0 0 30px 0;
	}
	
	
	
	/* MISC */
	
	.left_content ul, .right_content ul {
		list-style-type: disc;
		margin: 0 0 25px 25px;
	}
	
	.left_content li, .right_content li {
		margin: 0 0 10px 0;
	}
	
	.left_content ol, .right_content ol {
		list-style-type: numeric;
		margin: 0 0 25px 25px;
	}
	
	.left_content_right_image_block + style + .icon_note_block {
		padding: 0 0 70px 0;
		margin: -30px 0 0 0;
	}
	
	
	
	/* NEWS AND VIDEOS */
	
	.news {
		padding: 60px 0;		
	}
	
	.news_cards {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 30px;
		row-gap: 30px;
	}
	
	.news_card {

	}
	
	.nc_image {
		border-radius: 10px 10px 0 0;
	}
	
	.nc_image img {
		border-radius: 10px 10px 0 0;
		display: block;
	}
	
	.nc_content {
		border-radius: 0 0 10px 10px;
		border-right: 1px solid rgba(19, 21, 22, 0.10);
		border-bottom: 1px solid rgba(19, 21, 22, 0.10);
		border-left: 1px solid rgba(19, 21, 22, 0.10);
		padding: 20px 30px;
	}
	
	.nc_title {
		display: block;
		color: var(--blue);
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.625rem;
		letter-spacing: -0.0275rem;		
		margin: 0 0 10px 0;
	}
	
	.nc_title:hover {
		text-decoration: underline;
	}
	
	.nc_date {
		color: var(--law-quad-stone);
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1rem; /* 133.333% */
		letter-spacing: -0.015rem;
		margin: 0 0 5px 0;
	}
	
	.nc_content .cta {
		margin: 20px 0 0 0;
	}
	
	.videos {
		padding: 60px 0;
		background-color: rgba(19, 21, 22, 0.05);
	}
	
	.jump_links {
		padding: 0 0 5px 0;
	}
	
	.jump_links .row {
		display: flex;
		align-items: center;
		color: var(--white);
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem;
	}
	
	
	.jump_to {
		padding: 12px 16px 9px 0;
		border-bottom: 3px solid var(--blue);
	}
	
	.jump_link a {
		display: inline-flex;
		padding: 12px 16px 9px 16px;
		border-bottom: 3px solid var(--blue);
	}
	
	.jump_link a:hover {
		border-bottom: 3px solid var(--white);
	}
	
	.video_cards {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
		row-gap: 30px;
	}
	
	.video_card {
		border-radius: 20px;
	}
	
	.video_card iframe {
		border-radius: 20px;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
	
	.news_single .row {
		display: grid;
		grid-template-columns: 270px 670px;
		column-gap: 30px;
		row-gap: 30px;
	}
	
	.nl_date {
		color: var(--blue);
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.375rem;
		letter-spacing: -0.02rem;
		margin: 0 0 5px 0;
	}
	
	
	
	/* STAFF */
	
	.staff {
		background-color: var(--blue);
		padding: 0 0 120px 0;
	}
	
	.staff h2 {
		color: var(--white);
		font-family: "Montserrat", sans-serif;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.75rem; /* 116.667% */
		letter-spacing: -0.015rem;
		margin: 0 0 20px 0;
	}
	
	.staff_jump_links {
		padding: 0 0 50px 0;
	}
	
	.staff_cards {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 30px;
		row-gap: 30px;
		margin: 0 0 70px 0;
	}
	
	.staff_card {
		border-radius: 20px;
	}
	
	.sc_image img {
		display: block;
		border-radius: 20px 20px 0 0;
	}
	
	.sc_content {
		background-color: var(--white);
		padding: 14px 20px 20px 20px;
		border-radius: 0 0 20px 20px;
	}
	
	.sc_name {
		color: var(--blue);
		font-family: Montserrat, sans-serif;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5rem; /* 120% */
		letter-spacing: -0.025rem;
		text-transform: uppercase;
		margin: 0 0 3px 0;
	}
	
	.sc_title {
		color: var(--arb-blue);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem;
		letter-spacing: -0.0175rem;
	}
	
	color: var(--U-M-Arboretum-Blue, #2F65A7);

	.sc_email {
		color: var(--arb-blue);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25rem; /* 142.857% */
		letter-spacing: -0.0175rem;
		text-decoration: underline;
	}
	
	.sc_link {
		margin: 10px 0 0 0;
		display: flex;
		justify-content: end;
	}
	
	.sc_bio {
		margin: 20px 0 0 0;
		line-height: 1.375rem;
	}

	.icon_plus {
		display: flex;
		align-items: center;
	}
	
	.sc_link .close {
		color: var(--U-M-Puma-Black, #131516);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25rem;/
		letter-spacing: -0.0175rem;
		text-decoration: underline;
		margin: 0 10px 0 0;
		display: none;
	}
	
	.icon_plus svg {
		display: block;
	}
	
	.icon_plus .plus {
		display: block;
		line-height: 1;
		display: flex;
		width: 20px;
		height: 20px;
		justify-content: center;
		align-items: center;
		aspect-ratio: 1/1;
		border-radius: 10px;
		background: var(--blue);
		color: var(--white);
		font-weight: 700;
	}
	.icon_plus .minus {
		display: none;
		line-height: 1;
		width: 20px;
		height: 20px;
		justify-content: center;
		align-items: center;
		aspect-ratio: 1/1;
		border-radius: 10px;
		background: var(--blue);
		color: var(--white);
		font-weight: 700;
	}
	
	.icon_plus.active .plus {
		display: none;
	}
	.icon_plus.active .close {
		display: flex;
	}
	.icon_plus.active .minus {
		display: flex;
	}
	
	
	/* YOUTHHUB */
	
	.youthhub_header {
		padding: 10px 0 0 0;
		background: #83B2AB;
	}
	
	.yhn {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.yh_left {
		color: var(--off-black);
		font-family: Montserrat, sans-serif;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.5rem; /* 120% */
		letter-spacing: -0.025rem;
		text-transform: uppercase;
	}
	
	.yh_right ul {
		display: flex;
	}
	
	.yh_right li {
		margin: 0 0 0 15px;
		flex: 0 0 auto;
	}
	
	.yhh {
		padding: 60px 0 30px 0;
	}
	
	.yhh h1 {
		color: var(--blue);
		font-family: Montserrat, sans-serif;
		font-size: 4rem;
		font-style: normal;
		font-weight: 500;
		line-height: 4rem;
		letter-spacing: -0.08rem;
		text-transform: uppercase;
	}
	
	.yhhi {
		background: linear-gradient(180deg, #83B2AB 0%, #83B2AB 100px, var(--white) 100px, var(--white) 100%);
		padding: 0 0 70px 0;
		display: flex;
		justify-content: center;
	}
	
	.yhhi img {
		display: block;
		border-radius: 10px;
	}
	
	.lil_year {
		color: var(--off-black);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem; /* 128.571% */
		letter-spacing: -0.0175rem;		
		margin: 0 0 30px 0;
	}
	
	
	
	/* FOOTER */
	
	footer {
		padding: 40px 0 20px 0;
	}
	
	footer .row_1 {
		display: flex;
	}
	
	.footer_logo {
		width: 60%;
		flex: 0 0 auto;
	}

	footer .row_2 {
		margin: 40px auto 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.footer_nav {
		width: 40%;
		flex: 0 0 auto;
		display: flex;
		justify-content: space-between;
	}	
	
	.footer_nav_1 li, .footer_nav_2 li {
		margin: 0 0 10px 0;
	}
	
	.footer_nav_1 a, .footer_nav_2 a {
		color: var(--blue);
		font-family: "Montserrat", sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.375rem;
		letter-spacing: -0.02rem;
		background-image: linear-gradient(var(--maize), var(--maize));
		background-size: 0% 4px;
		background-repeat: no-repeat;
		background-position: 0 calc(100% + 2px);
		transition: background-size 0.15s;
	}
	
	.footer_nav_1 a:hover, .footer_nav_2 a:hover {
		background-size: 100% 4px;
	}
	
	.footer_nav_3 {
		width: 170px;
		flex: 0 0 auto;
	}
	
	.footer_nav_3 li {
		margin: 0 0 15px 0;
	}
	
	.footer_nav_3 a {
		display: inline-flex;
		height: 40px;
		justify-content: center;
		align-items: center;
		padding: 0 18px;
		transition: all .15s ease;
		border-radius: 20px;
		color: var(--blue);
		font-family: "Montserrat", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem; /* 128.571% */
		letter-spacing: -0.0175rem;
		text-decoration: none !important;
		background-color: var(--maize);
		border: 1px solid var(--maize);
	}
	
	.footer_nav_3 a:hover {
		background-color: var(--white);
	}
	
	.footer_copyright {
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25rem; /* 142.857% */
		letter-spacing: -0.0175rem;		
		align-self: end;
	}
	
	.footer_copyright a {
		text-decoration: underline;
	}


	
}


@media screen and (min-width: 990px) and (max-width: 1360px) {

	.row {
		width: calc(100vw - 60px);
		margin: 0 auto;
	}



}


@media screen and (max-width: 989px) {


	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row, .row_1360, .row_950, .row_770 {
		width: calc(100vw - 30px);
		margin: 0 auto;
	}
	
	h1 {
		font-size: 1.875rem;
		line-height: 120%;
	}
	
	.pt_0 { padding-top: 0; }
	.pt_30 { padding-top: 15px; }
	.pt_50 { padding-top: 25px; }
	.pt_70 { padding-top: 35px; }
	.pt_100 { padding-top: 50px; }
	.pt_120 { padding-top: 60px; }
	
	.pb_0 { padding-bottom: 0; }
	.pb_30 { padding-bottom: 15px; }
	.pb_50 { padding-bottom: 25px; }
	.pb_70 { padding-bottom: 35px; }
	.pb_100 { padding-bottom: 50px; }
	.pb_120 { padding-bottom: 60px; }
	
	
	
	/* HEADER */
	
	.mobile_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0;
	}
	
	#burger {
		width: 36px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 40px;
		background: var(--maize);
	}
	
	#burger svg {
		display: block;
	}
	
	#burger.active .burger_closed {
		display: none;
	}
	
	#burger.active .burger_open {
		display: block;
	}
	
	#burger .burger_open {
		display: none;
	}
	
	#mm {
		display: none;
		z-index: 3;
		background-color: #ffffff;
		width: 100%;
		min-height: 100vh;
	}
	
	#mm.dropped {
		display: block;
	}

	.mm_inner {
		padding: 20px 0 30px 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#mm .search_bar {
		border-bottom: 1px solid rgba(152, 156, 151, 0.50);
		padding: 0 0 30px 0;
		margin: 0 0 10px 0;
	}

	.search_box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	
	.search_field_mobile {
		width: calc(100% - 46px);
		color: var(--blue);
		font-family: Figtree, sans-serif;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 36px;
		letter-spacing: 0.00563rem;
		border: 0;
		padding: 0 10px;
		margin: 0;
		appearance: none;
	}
	
	.search_field_mobile::placeholder {
		color: var(--U-M-Blue, #00274C);
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 36px;
		letter-spacing: 0.00563rem;
		border: 0;
	}
	
	.search_submit {
		width: 36px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 40px;
		background: var(--maize);
		color: transparent;
	}
	
	.search_submit svg {
		display: block;
	}

	.mm_inner .cta_teal {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.menu-toggle svg {
		width: 16px;
		height: 9px;
	}

	.sub-menu li {
		margin: 0;
	}

	#mm .menu-item {
		padding: 20px 0;
	}
	
	#mm	.menu-toggle, #mm li a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		color: var(--blue);
		align-items: center;
		color: var(--blue);
		font-family: 'Figtree', sans-serif;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.75rem; /* 116.667% */
		letter-spacing: -0.015rem;
	}
	
	#mm	.menu-toggle svg {

	}
	
	#mm .submenu {

	}

	#mm .menu-toggle[aria-expanded="true"] {
		border-radius: 0;
		background-color: transparent;
	}

	#mm .sub-menu .menu-item {
		border-bottom: none;
	}
	
	#mm .sub-menu li {
		padding: 10px 0;
	}
	
	#mm .sub-menu li a {
		color: var(--blue);
		font-family: 'Figtree', sans-serif;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5rem; /* 120% */
		letter-spacing: 0.00625rem;
		padding: 0 0 0 20px;
		margin: 0;
	}

	#mm .sub-menu li:first-of-type {
		padding: 20px 0 10px 0 !important;
	}

	#mm .sub-menu li:last-of-type {
		padding: 10px 0 0 0;
	}
	
	
	
	/* STANDARD HEADER */
	
	.standard_header {
		padding: 30px 0;
	}



	/* STAFF */
	
	.jump_links .row {
		width: 100%;
		overflow-x: auto;
		padding: 0 0 0 15px;
	}
	
	.jump_to {
		white-space: nowrap;
	}
	
	.jump_link a {
		white-space: nowrap;
	}
	
	.staff_cards {
		grid-template-columns: 1fr;
	}
	
	.staff_card {
		max-width: 400px;
	}
	
	
	/* FOOTER */
	
	footer .row_1 {
		display: block;
	}
	
	.footer_logo {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.footer_nav {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.footer_nav_1 {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.footer_nav_3 {
		width: 100%;
	}
	
}

