/*
Theme Name: U-M Organizational Excellence
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: "Google Sans Flex", sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem;
		color: var(--dark-grey);
		letter-spacing: -0.02rem;
		text-align: center;
		position: relative;
		overflow-x: hidden;
	}

	:root {
		--black: #000;
		--white: #fff;
		--blue: #00274C;
		--arb-blue: #2F65A7;
		--light-arb-blue: #EAF0F6;
		--dark-grey: #6D6D6D;
		--rackham-green: #75988D;
	}

	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	.main_container {
		margin: 0 auto;
	}
	
	.row {
		margin: 0 auto;
		width: 1330px;
		text-align: left;
		position: relative;
	}
	
	.row_800 {
		margin: 0 auto;
		width: 800px;
		text-align: left;
		position: relative;
	}
	
	.rackham_green {
		color: var(--rackham-green);
	}
	
	.arb_blue {
		color: var(--arb-blue);
	}
	
	.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: "Google Sans Flex", 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 {

	}
	
	h2 {
		color: var(--arb-blue);
		font-size: 2.25rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.5rem;
		letter-spacing: -0.045rem;
		margin: 0 0 20px 0;
	}
	
	h3 {

	}
	
	h4 {

	}

	.tagline {
		color: var(--arb-blue);
		font-size: 3.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		letter-spacing: -0.0625rem;
		margin: 0 0 30px 0;
	}

	.cta {
		display: inline-flex;
		align-items: center;
		border-radius: 40px;
		background: var(--blue);
		border: 1px solid var(--blue);
		padding: 16px 20px;
		color: var(--white);
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1rem;
		letter-spacing: -0.02rem;
		text-decoration: none !important;
	}
	
	.cta.has_icon {
		padding: 16px 15px 16px 20px;
	}
	
	.cta svg {
		display: block;
	}
	
	.cta_arrow {
		display: block;
		width: 20px;
		height: 12px;
		padding: 0 0 0 10px;
		transition: all .25s ease;
	}
	
	.cta:hover .cta_arrow {
		padding: 0 0 0 15px;
	}

	.cta_text {
		display: inline-flex;
		align-items: center;
		color: var(--blue);
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1rem;
		letter-spacing: -0.02rem;
		text-decoration: none;
	}
	
	.cta_text span {
		border-bottom: 2px solid var(--blue);
	}
	
	.cta_text svg {
		opacity: 0;
		margin: 0 0 0 10px;
		transition: opacity .25s ease;
	}
	
	.cta_text:hover svg {
		opacity: 1;
	}
	
	.content ul {
		list-style-type: disc;
		margin: 0 0 25px 25px;
	}

	.content ol {
		list-style-type: numeric;
		margin: 0 0 25px 25px;
	}
	
	.content p + ul {
		margin: -25px 0 25px 25px;
	}
	
	.content p + ol {
		margin: -25px 0 25px 25px;
	}

	#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; }

	/* 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 {
		height: 80px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.desktop_logo img {
		display: block;
	}
	
	.desktop_main_nav ul {
		display: flex;
		column-gap: 20px;
	}
	
	.desktop_main_nav a {
		color: var(--dark-grey);
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1rem;
		letter-spacing: -0.02rem;
		padding: 10px;
		background: transparent;
		transition: all .25s ease;
	}
	
	.desktop_main_nav a:hover {
		border-radius: 4px;
		background: var(--light-arb-blue);
	}
	
	
	
	/* HEADER/IMAGE BLOCK */
	
	.header_image_block {
		padding: 40px 0;
	}
	
	.header_image_block .row {
		display: flex;
		justify-content: space-between;
	}
	
	.hib_left {
		width: 560px;
		flex: 0 0 auto;
	}
	
	.hib_left h1 {
		color: var(--arb-blue);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
		letter-spacing: -0.0175rem;
		margin: 0 0 20px 0;
	}
	
	.hib_left .tagline {
		color: var(--arb-blue);
		font-size: 3.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		letter-spacing: -0.0625rem;
		margin: 0 0 30px 0;
	}
	
	.hib_left .content {
		color: var(--dark-grey);
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem;
		letter-spacing: -0.02rem;
	}
	
	.hib_left .content p:last-of-type {
		margin: 0 0 30px 0;
	}
	
	.hib_right {
		width: 700px;
		flex: 0 0 auto;
	}
	
	.hib_right img {
		display: block;
		border-radius: 12px;
	}
	
	
	/* INTRO BLOCK */
	
	.intro_block {
		padding: 40px 0;
	}
	
	.intro_block .row_800 {
		text-align: center;
	}
	
	.intro_block .tagline {
		color: var(--arb-blue);
		font-size: 2.25rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.5rem;
		letter-spacing: -0.045rem;
		margin: 0 0 20px 0;
	}

	.intro_block h1.tagline {
		color: var(--arb-blue);
		font-size: 4.375rem;
		font-style: normal;
		font-weight: 400;
		line-height: 70%;
		letter-spacing: -0.0875rem;
		margin: 0 0 40px 0;
	}

	.intro_block .content {
		color: var(--dark-grey);
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem;
		letter-spacing: -0.02rem;
	}
	
	
	/* WIDE IMAGE BLOCK */
	
	.wide_image_block {
		text-align: center;
		padding: 0 0 40px 0;
	}
	
	.wide_image_block img {
		display: block;
		border-radius: 12px;
		margin: 0 auto;
	}
	
	
	/* SERVICES BLOCK */
	
	.services_block {
		padding: 40px 0 80px 0;
	}
	
	.services_block .row {
		display: flex;
		justify-content: space-between;
	}
	
	.sb_left {
		width: 330px;
		flex: 0 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.sb_left .content {
		color: var(--dark-grey);
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem;
		letter-spacing: -0.02rem;
	}
	
	.t_block {
		border-radius: 12px;
		background: var(--light-arb-blue);
		padding: 30px;
		margin: 30px 0 0 0;
	}
	
	.t_quote {
		color: var(--arb-blue);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
		letter-spacing: -0.0175rem;
		margin: 0 0 10px 0;
	}
	
	.t_name {
		color: var(--blue);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
		letter-spacing: -0.0175rem;
	}
	
	.t_school {
		color: var(--blue);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25rem;
		letter-spacing: -0.0175rem;
	}
	
	.sb_right {
		width: 940px;
		flex: 0 0 auto;
	}
	
	.service_cards {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 20px;
	}
	
	.s_img {
		display: block;
		border-radius: 8px;
		margin: 0 0 20px 0;
	}
	
	.s_title {
		color: var(--blue);
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
		margin: 0 0 8px 0;
	}
	
	.s_desc {
		color: var(--dark-grey);
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem;
		letter-spacing: -0.02rem;
	}
	
	
	/* STATS BLOCK */
	
	.stats_block {
		background-color: var(--rackham-green);
		padding: 40px 0;
	}
	
	.stats_block .row {
		display: flex;
		justify-content: space-between;
	}
	
	.stats_left {
		width: 330px;
		flex: 0 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.stats_left h2 {
		color: var(--white);
	}
	
	.stats_left .content {
		color: var(--blue);
	}
	
	.stats_mid {
		width: 550px;
		flex: 0 0 auto;
	}
	
	.t_block {
		background: rgba(0, 39, 76, 0.20);
	}
	
	.t_quote {
		color: var(--white);
	}
	
	.t_name {
		color: var(--white);
	}
	
	.t_school {
		color: var(--white);
	}
	
	.stats_mid img {
		display: block;
		border-radius: 12px;
	}
	
	.stats_right {
		width: 365px;
		flex: 0 0 auto;
	}
	
	.stat_row {
		padding: 30px 0;
		border-bottom: 1px solid var(--white);
		display: flex;
		align-items: center;
		column-gap: 12px;
	}
	
	.stat_row:first-of-type {
		padding: 0 0 30px 0;
	}
	
	.stat_row:last-of-type {
		border-bottom: none;
		padding: 30px 0 0 0;
	}
	
	.stat {
		width: 80px;
		flex: 0 0 auto;
		text-align: center;
		color: var(--white);
		font-size: 3.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		letter-spacing: -0.075rem;
	}
	
	.stat_desc {
		color: var(--white);
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
	}
	
	
	/* IMAGE/CONTENT */
	
	.image_content_block {
		padding: 40px;
	}
	
	.image_content_block .row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.image_side {
		width: 700px;
		flex: 0 0 auto;
	}
	
	.image_side img {
		display: block;
		border-radius: 12px;
	}
	
	.content_side {
		width: 560px;
		flex: 0 0 auto;
	}
	
	.lcri .content_side {
		order: 1;
	}
	
	.lcri .image_side {
		order: 2;
	}	
	
	
	/* RESOURCES */
	
	.resources_header {
		padding: 40px 0;
	}
	
	.resources_header_inner {
		max-width: 900px;
	}
	
	.resources_header h1 {
		color: var(--arb-blue);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
		letter-spacing: -0.0175rem;
		margin: 0 0 20px 0;
	}
	
	.res_cards {
		padding: 40px 0;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 20px;
		row-gap: 20px;
	}
	
	.res_card {
		border-radius: 12px;
		border: 1px solid var(--light-arb-blue);
		padding: 20px;
	}
	
	.res_card a {
		display: block;
		color: var(--blue);
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
		margin: 0 0 20px 0;
	}
	
	.resource {
		padding: 40px 0;
	}
	
	.resource .row {
		display: flex;
		justify-content: space-between;
	}
	
	.res_left {
		width: 930px;
		flex: 0 0 auto;
	}
	
	.crumbs {
		margin: 0 0 20px 0;
	}
	
	.crumbs a {
		color: var(--arb-blue);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
		letter-spacing: -0.0175rem;
	}
	
	.res_left h1 {
		color: var(--arb-blue);
		font-size: 3.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 3.125rem */
		letter-spacing: -0.0625rem;
		margin: 0 0 30px 0;
	}
	
	.res_left h2 {
		color: var(--arb-blue);
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
	}
	
	.res_right {
		width: 360px;
		flex: 0 0 auto;
	}
	
	.wwu_block {
		position: sticky;
		top: 0;
		border-radius: 8px;
		background: var(--light-arb-blue);
		padding: 30px;
	}
	
	.wwu_block h2 {
		color: var(--arb-blue);
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem;
		margin: 0 0 20px 0;
	}
	
	
	
	/* FOOTER */
	
	footer {
		padding: 40px 0;
	}
	
	footer .subscribe {
		text-align: center;
		padding: 80px 0;
	}
	
	.the_meat {
		display: flex;
		justify-content: space-between;
	}
	
	.footer_contact {
		color: var(--dark-grey);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25rem;
		letter-spacing: -0.0175rem;
	}
	
	.footer_contact p {
		margin: 0 0 8px 0;
	}
	
	.footer_contact p:last-of-type {
		margin: 0 0 20px 0;
	}
	
	.footer_tagline {
		color: var(--blue);
		font-size: 1.625rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.625rem;
		letter-spacing: -0.0325rem;
		margin: 0 0 20px 0;
	}
	
	.copyright {
		color: var(--dark-grey);
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.25rem;
		letter-spacing: -0.015rem;		
	}
	
	.copyright a:hover {
		text-decoration: underline;
	}
	
	.footer_nav {
		display: flex;
		column-gap: 60px;
	}
	
	.nav_type {
		color: var(--arb-blue);
		font-family: "Google Sans Flex", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 142.857% */
		letter-spacing: -0.0175rem;
		margin: 0 0 12px 0;
	}
	
	.footer_nav li {
		margin: 0 0 12px 0;
	}
	
	.footer_nav a {
		color: var(--blue);
		font-family: "Google Sans Flex", sans-serif;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.25rem; /* 111.111% */
	}
	
	.footer_nav a:hover {
		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_800 {
		width: calc(100vw - 30px);
		margin: 0 auto;
	}
	
	h1 {

	}
	
	h2 {

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

	
	
	

	
	
	/* FOOTER */

	
}

