/*
Theme Name: Success Stories @ University of Michigan
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 {
		background-color: #fafafa;
		border: 1px #d9d9d9 dotted;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 5px 0 5px;
		text-align: center;
		border-radius: 3px;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size: 14px;
		line-height: 18px;
		margin: 0 !important;
		padding: 0 0 10px 0;
	}
	
	.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;
	}


	/* GLOBAL */
	
	html {
		scroll-behavior: smooth;
	}
	
	body {
		font-family: "Atkinson Hyperlegible", sans-serif;
		font-size: 16px;
		line-height: 1.375rem;
		font-weight: 400;
		color: #000000;
		text-align: center;
		position: relative;
		overflow-x: hidden;
	}

	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	.main_container {
		margin: 0 auto;
	}
	
	.row {
		margin: 0 auto;
		width: 1280px;
		text-align: left;
		position: relative;
	}

	.clearfix::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}
	
	p {
		margin-bottom: 1.5em;
	}
	
	a {
		text-decoration: none;
		color: #000000;
	}
	
	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: "Atkinson Hyperlegible", 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: 700;
	}

	i, em {
		font-style: italic;
	}
	
	#main {
		background-color: rgba(47, 101, 167, 0.05);	
		background-color: #F4F6F9;		
	}
	
	h1 {
		color: #2F65A7;
		font-family: "Atkinson Hyperlegible";
		font-size: 4.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 4.5rem;
		letter-spacing: -0.09rem;
	}
	
	h2 {
		color:  #2F65A7;
		font-size: 3rem;
		font-style: normal;
		font-weight: 400;
		line-height: 3rem;
		letter-spacing: -0.045rem;
		margin: 0 0 40px 0;
	}
	
	h3 {
		color: #00274C;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.875rem;
	}

	.heading {
		background: rgba(47, 101, 167, 0.05);
		padding: 0 0 60px 0;
	}
	
	.sht {
		color: #2F65A7;
		font-family: "DM Mono", monospace;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
		margin: 0 0 20px 0;
	}
	
	.cta {
		display: inline-block;
		color: #2F65A7;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		padding: 16px 24px;
		border-radius: 10px;
		border: 1px solid rgba(47, 101, 167, 0.30);
		transition: all .1s ease-in;
		text-decoration: none !important;
	}
	.cta:hover {
		border: 1px solid rgba(34, 81, 137, 0.30);
		color: #00274C;
	}

	.cta:hover span {
		color: #00274C;
	}
	
	.cta_tappan {
		display: inline-block;
		height: 50px;
		border-radius: 10px;
		background-color: #9A3324;
		border: 1px solid #9A3324;
		padding: 16px 24px;
		color: #FFF;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		transition: all .1s ease-in;
		margin: 0 24px 0 0;
		text-decoration: none !important;
	}
	.cta_tappan:hover {
		border: 1px solid #842618;
		background-color: #842618;
		color: #ffffff;
	}
	
	.cta_blue {
		display: inline-block;
		height: 50px;
		border-radius: 10px;
		background-color: #2F65A7;
		border: 1px solid #2F65A7;
		padding: 16px 24px;
		color: #FFF;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		transition: all .1s ease-in;
		margin: 0 24px 0 0;
		text-decoration: none !important;
	}
	.cta_blue:hover {
		background-color: #00274C;
		color: #ffffff;
	}
	
	.cta_blue.external {
		display: inline-block;
		height: 50px;
		background-color: transparent;
		border-radius: 10px;
		border: 1px solid rgba(47, 101, 167, 0.30);
		padding: 16px 56px 16px 24px;
		color: #2F65A7;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		transition: all .1s ease-in;
		margin: 0 24px 0 0;
		background-image: url(images/icon_ext.svg);
		background-repeat: no-repeat;
		background-position: right 24px center;
	}
	.cta_blue.external:hover {
		border: 1px solid rgba(34, 81, 137, 0.30);
		color: #00274C;
	}
	
	.cta + .cta_3 {
		margin: 20px 0 0 0;
	}
	
	

	/* HEADER */
	
	.desktop_header {
		height: 92px;
		background-color: #ffffff;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.logo img {
		display: block;
	}
	
	.ss_um_logo {
		background: rgba(47, 101, 167, 0.05);
	}
	
	.ss_um_logo .row {
		padding: 10px 0 60px 0;
	}
	
	.ss_um_logo .row a {
		color: #2F65A7;
		font-family: Merriweather, serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px; /* 142.857% */
		text-transform: uppercase;
	}
	
	.main_nav li {
		display: inline-block;
		margin: 0 0 0 40px;
		line-height: 92px;
		position: relative;
	}
	
	.main_nav li.current_page {
		background-image: url(images/icon_current_page.svg);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.main_nav li a {
		color: #00274C;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 92px;
		letter-spacing: -0.005rem;
	}
	
	.main_nav li button {
		color: #00274C;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 92px;
		letter-spacing: -0.005rem;
		display: flex;
		align-items: center;
	}
	
	.main_nav li button svg {
		margin: 0 0 0 5px;
	}
	
	.main_nav li button.active svg {
		transform: rotate(180deg);
	}
	
	.drop_menu {
		display: none;
		width: 400px;
		position: absolute;
		z-index: 8;
		top: 92px;
		right: -20px;
		transition: all .15s linear;
		background-image: url(images/icon_tri.svg);
		background-repeat: no-repeat;
		padding: 10px 0 0 0;
	}
	
	#students_menu {
		background-position: right 70px top;
	}
	
	#about_menu {
		background-position: right 55px top;
	}

	.drop_menu_inner {
		width: 100%;
		border-radius: 20px;
		background-color: #FFF;
		padding: 40px;
	}

	.drop_menu.active {
		display: block;
	}
	
	.dmh {
		color: #000;
		font-family: "DM Mono", monospace;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem; /* 183.333% */
		letter-spacing: 0.075rem;
		text-transform: uppercase;
		margin: 0 0 24px 0;
	}
	
	.drop_menu nav li {
		display: block;
		line-height: 1.875rem;
		margin: 0 0 24px 0;
	}
	
	.drop_menu nav li a {
		display: block;
		width: 100%;
		color: #2F65A7;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.875rem;
		letter-spacing: -0.0225rem;
		transition: all .15s ease-in-out;
	}
	
	.drop_menu nav li a:hover {
		color: #225189;
	}
	
	.drop_menu nav li.menu-item-type-custom a {
		background-image: url(images/icon_ext.svg);
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	.main_nav .drop_menu a.btn_all {
		display: block;
		width: 100%;
		height: 62px;
		border-radius: 0.625rem;
		background-color: #2F65A7;
		color: #FFF;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 700;
		line-height: 62px;
		letter-spacing: -0.01875rem;
		padding: 0 24px;
		transition: all .1s ease-in;
	}
	.main_nav .drop_menu a.btn_all:hover {
		background-color: #225189;
	}
	
	#btn_desktop_search img {
		display: block;
	}
	
	.main_search {
		display: none;
		transition: all .15s ease-in;
	}
	
	.main_search.opened {
		display: block;
	}
	
	.main_search_inner {
		display: flex;
	}
	
	.search_field_desktop {
		width: 600px;
		height: 52px;
		border-radius: 10px;
		border: 1px solid rgba(47, 101, 167, 0.30);
		color: #2F65A7;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 52px;
		letter-spacing: -0.00438rem;
		padding: 0 24px 0 54px;
		background-image: url(images/icon_search_blue.svg);
		background-repeat: no-repeat;
		background-position: left 24px center;
	}
	
	.btn_submit {
		height: 52px;
		background-color: #2F65A7;
		border-radius: 10px;
		border: 0;
		padding: 0 24px;
		color: #ffffff;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 50px;
		margin: 0 0 0 12px;
	}
	
	::placeholder {
	  color: #2F65A7;
	}
	
	.btn_close_search {
		width: 52px;
		height: 52px;
		margin: 0 0 0 12px;
		background-image: url(images/btn_search_close.svg);
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
		transition: all .15s ease-in;
	}
	
	#mm {
		display: none;
	}
	
	
	/* CONTENT BLOCKS */

		/* HEADING */
		
		.heading_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 0 0 40px 0;
		}
		
		.heading_block .row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.hb_left {
			width: 510px;
			flex: 0 0 auto;
		}
		
		.tagline {
			color: #2F65A7;
			font-size: 4.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 4.25rem;
			letter-spacing: -0.09rem;
			margin: 0;
		}
		
		.extra_h1 {
			display: block;
			color: #2F65A7;
			font-family: "DM Mono", monospace;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem; /* 137.5% */
			letter-spacing: 0.1rem;
			text-transform: uppercase;
		}
		
		.hb_right {
			display: flex;
			width: 620px;
			flex: 0 0 auto;
			padding: 20px 0 0 0;
		}
		
		.hb_right h1 {
			color: #2F65A7;
			font-family: "DM Mono", monospace;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem; /* 137.5% */
			letter-spacing: 0.1rem;
			text-transform: uppercase;
			margin: 0 0 20px 0;
		}
		
		.hb_right div {
			margin: auto 0 0 0;
			width: 620px;
		}
	
	
		/* WIDE IMAGE BLOCK */
		
		.wide_image_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 10px 0 80px 0;
			overflow-x: hidden;
			position: relative;
		}
		
		.wide_image_block .row {
			border-radius: 20px;
			width: calc(100vw - 40px);
			max-width: 1880px;
			height: 520px;
			background-repeat: no-repeat;
			background-position: center center;
		}
		
		.wide_image_block img {
			display: block;
			position: absolute;
			top: 0;
			z-index: 9;
		}
		
		.wide_image_block.left img {
			left: calc(50vw - 795px);
		}
		
		.wide_image_block.center img {
			left: calc(50vw - 295px);
		}
		
		.wide_image_block.right img {
			left: calc(50vw + 200px);
		}
		
		
		
		/* STUDENT RESOURCES NAVIGATOR BLOCK */
		
		.student_resource_navigator_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 11;
			padding: 80px 0;
		}
		
		.student_resource_navigator_block label {
			color: #2F65A7;
			font-size: 2.25rem;
			font-style: normal;
			font-weight: 400;
			line-height: 2.25rem; /* 94.444% */
			letter-spacing: -0.09rem;
		}
		
		.srns {
			height: 60px;
			padding: 16px 80px 16px 40px;
			align-items: center;
			border-radius: 30px;
			border: 0;
			background-color: #FFF;
			appearance: none;
			color: #2F65A7;
			font-size: 2.25rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
			background-image: url(images/icon_big_arrow_down.svg);
			background-repeat: no-repeat;
			background-position: right 40px center;
		}
		
		.student_resource_navigator_block .btn_apply_filters {
			padding: 0 24px;
		}
		
		.srn_row {
			display: flex;
			align-items: center;
			padding: 20px 0 0 0;
		}

		.srn_label {
			color: #2F65A7;
			font-size: 2rem;
			font-style: normal;
			font-weight: 400;
			line-height: 2rem; /* 94.444% */
			letter-spacing: -0.09rem;
		}
		
		.srn_row_1 .custom-select {
			min-width: 470px;
		}
		
		.custom-select {
			position: relative;
			display: inline-block;
			margin: 0 20px;
		}

		.selected-option {
			height: 60px;
			padding: 0 90px 0 30px;
			align-items: center;
			border: 0;
			appearance: none;
			color: #2F65A7;
			border-radius: 30px;
			background-color: #ffffff;
			font-style: normal;
			font-weight: 400;
			font-size: 2rem;
			line-height: 60px;
			letter-spacing: -0.045rem;
			background-image: url(images/icon_big_arrow_down.svg);
			background-repeat: no-repeat;
			background-position: right 20px center;
			cursor: pointer;
		}
		
		.custom-select.active .selected-option {	
			border-radius: 30px 30px 0 0;
		}
		
		ul[role="listbox"] {
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			padding: 10px 30px 20px 30px;
			list-style: none;
			z-index: 10;
			color: #2F65A7;
			background-color: #ffffff;
			border-radius: 0 0 30px 30px;
			font-size: 2rem;
			font-style: normal;
			font-weight: 400;
			line-height: 2.5rem;
			letter-spacing: -0.045rem;
		}
		
		ul[role="listbox"] li {
			margin: 0 0 20px 0;
		}
		
		ul[role="listbox"] li:hover {
			color: #00274C;
		}
		
		[role="option"] {
			cursor: pointer;
		}

		[role="option"][aria-selected="true"],
		[role="option"]:hover {
			
		}
		
		
		

		
		/* LEFT CONTENT / RIGHT IMAGE */
		
		.left_content_right_image_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 80px 0;
			background-image: url(images/bkg_network_yellow.svg);
			background-repeat: no-repeat;
			background-position: left calc(50vw + 435px) center;
		}
		
		.left_content_right_image_block .row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.left_content {
			width: 510px;
			flex: 0 0 auto;	
			align-self: end;
		}

		.left_content h2 {
			color: #9A3324;
			font-size: 4.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 4.25rem;
			letter-spacing: -0.09rem;
		}
		
		.left_content a {
			text-decoration: underline;
		}
		
		.left_content ul {
			list-style-type: disc;
			margin: 0 0 30px 30px;
		}
		
		.right_image {
			width: 620px;
			flex: 0 0 auto;
		}
		
		.right_image img {
			display: block;
			border-radius: 12px;
		}
	
	
		/* LEFT IMAGE / RIGHT CONTENT */
		
		.left_image_right_content_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 80px 0;
			background-image: url(images/bkg_network_yellow_2.svg);
			background-repeat: no-repeat;
			background-position: left calc(50% - 655px) center;
		}
		
		.left_image_right_content_block .row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.left_image {
			width: 620px;
			flex: 0 0 auto;
		}
		
		.left_image img {
			display: block;
			border-radius: 12px;
		}
		
		.right_content {
			width: 510px;
			flex: 0 0 auto;	
			align-self: end;
		}
		
		.right_content h2 {
			color: #00274C;
			font-size: 4.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 4.25rem;
			letter-spacing: -0.09rem;
		}
		
		.right_content a {
			text-decoration: underline;
		}
		
		.right_content ul {
			list-style-type: disc;
			margin: 0 0 30px 30px;
		}
		
		
		/* RESOURCES */
		
		.resources_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 75px 0;	
		}
		
		.resource_blocks_outer {
			position: relative;
			overflow: hidden;
			width: 100%;
		}
		
		.resources_block .resource_blocks {
			display: flex;
			flex-wrap: nowrap;
			transition: transform 0.4s ease;
		}
		
		.resources_block .resource_block {
			width: 400px;
			flex: 0 0 auto;
		}

		.resources_block h2 {
			color: #2F65A7;
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
			margin: 0 0 40px 0;
		}
		
		.resources_block.red h2, .resources_block.red .resource_title, .resources_block.red .ext {
			color: #9A3324;
		}
		
		.resources_block.red .resource_block_inner {
			border: 1px solid rgba(154, 51, 36, 0.30);
		}

		.heading_controls {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.btn_prev {
			display: inline-block;
			width: 52px;
			height: 46px;
			background-image: url(images/arrow_left_blue.svg);
			background-repeat: no-repeat;
			background-position: center center;
		}
		
		.btn_prev:hover {
			background-image: url(images/arrow_right_blue_on.svg);
			transform: rotate(180deg);
		}
		
		.btn_prev.red {
			background-image: url(images/arrow_left_red.svg);
		}
		
		.btn_prev.red:hover {
			background-image: url(images/arrow_right_red_on.svg);
			transform: rotate(180deg);
		}
		
		.btn_next {
			transform: rotate(180deg);
			display: inline-block;
			width: 52px;
			height: 46px;
			background-image: url(images/arrow_left_blue.svg);
			background-repeat: no-repeat;
			background-position: center center;
			margin: 0 0 0 24px;
		}
		
		.btn_next:hover {
			background-image: url(images/arrow_right_blue_on.svg);
			transform: rotate(0);
		}
		
		.btn_next.red {
			background-image: url(images/arrow_left_red.svg);
			transform: rotate(180deg);
		}
		
		.btn_next.red:hover {
			background-image: url(images/arrow_right_red_on.svg);
			transform: rotate(0);
		}
		
		.ind_cta {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			column-gap: 40px;
			margin: 50px 0 0 0;
		}		
		
		.ind_cta_middle {
			display: flex;
			justify-content: center;
		}
		
		.ind_cta_right {
			display: flex;
			justify-content: end;
		}
		
		.dots span {
			display: inline-block;
			border-radius: 8px;
			width: 8px;
			height: 8px;
			background-color: #2F65A7;
			margin: 0 4px;
			transition: all .15s ease-in;
			cursor: pointer;
		}

		.dots span.active {
			width: 20px;
		}
		
		.resources_block.red .dots span {
			background-color: #9A3324;
		}
		
		.ind_cta_right .cta_blue, .ind_cta_right .cta_tappan {
			margin: 0;
		}
		
		
		
		/* SUCCESS STORIES BLOCK */
		
		.success_stories_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 75px 0;	
		}
		
		.success_stories_block h2, .home_intro_block h2 {
			color: #2F65A7;
			font-family: "DM Mono", monospace;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem; /* 137.5% */
			letter-spacing: 0.1rem;
			text-transform: uppercase;
			margin: auto 0 0 0;
		}	

		.success_stories_block .heading_controls, .home_intro_block .heading_controls {
			margin: 0 0 40px 0;
		}			
		
		.ss_h2 {
			align-self: end;
		}
		
		.ss_container {
			height: 784px;
			display: grid;
			grid-template-columns: calc(calc(100% - 1280px) / 2) 1fr;
		}
		
		.ss_right {
			position: relative;
			overflow: hidden;
			width: 100%;
		}
		
		.ss_blocks {
			display: flex;
			flex-wrap: nowrap;
			column-gap: 40px;
			transition: transform 0.4s ease;
		}
		
		.ss_block {
			width: 440px;
			height: 784px;
			flex: 0 0 auto;
			border-radius: 10px;
			background-color: #cccccc;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			padding: 20px;
			display: flex;
			flex-direction: column;
		}
		
		.ss_block_inner {
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.80);
			backdrop-filter: blur(10px);
			padding: 40px;
			text-align: left;
			margin: auto 0 0 0;
		}
		
		.quote {
			color: #000;
			font-size: 1.25rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.5rem;
			letter-spacing: -0.0225rem;
			margin: 20px 0;
		}
		
		.attr {
			color: #000;
			font-size: .88rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.25rem;
			letter-spacing: -0.005rem;
		}
		
		
		
		/* HOME INTRO BLOCK */
		
		.home_intro_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;			
			padding: 0 0 75px 0;
			background-image: url(images/bkg_network_home.svg);
			background-repeat: no-repeat;
			background-position: left 50vw top 40px;
		}
		
		.hib_h {
			margin: 0 auto 80px auto;
		}
		
		.home_intro_block h1 {
			max-width: 880px;
			color: #2F65A7;
			font-size: 6rem;
			font-style: normal;
			font-weight: 400;
			line-height: 5.625rem;
			letter-spacing: -0.12rem;
			margin: 0 0 40px 0;
		}
		
		.jump_to {
			color: #2F65A7;
			font-size: 0.75rem;
			font-style: italic;
			font-weight: 400;
			line-height: 1rem;
			letter-spacing: -0.00375rem;
		}

		
		
		/* ORDERED LIST BLOCK */
		
		.ordered_list_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 0 0 100px 0;
			background-image: url(images/bkg_network_white.svg);
			background-repeat: no-repeat;
			background-position: left calc(50% - 550px) top 100px;
		}

		.ordered_list_block .row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.ol_left {
			width: 330px;
			flex: 0 0 auto;
		}
		
		.ol_left h2 {
			color: #702082;
			font-family: "DM Mono", monospace;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem;
			letter-spacing: 0.1rem;
			text-transform: uppercase;
			margin: 0 0 40px 0;
		}
		
		.ol_left h3 {
			color: #702082;
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
		}
		
		.ol_right {
			width: 890px;
			flex: 0 0 auto;
		}
	
		.list_items {
			display: grid;
			grid-template-columns: 30px 1fr;
			column-gap: 20px;
			row-gap: 30px;
		}
		
		.lin {
			width: 30px;
			height: 30px;
			border-radius: 15px;
			background-color: #702082;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #ffffff;
		}
		
		.lic a {
			text-decoration: underline;	
		}
		
		
		/* DASHBOARDS */
		
		.dashboards_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 75px 0;
		}
		
		.db {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.db_left {
			width: 620px;
			flex: 0 0 auto;
		}
		
		.db_right {
			width: 510px;
			flex: 0 0 auto;
			padding: 20px 0 0 0;
		}
		
		.db_right h2 {
			margin: 0 0 20px 0;
		}
		
		.db_right p {
			margin: 0 0 40px 0;
		}
		
		.db_right .controls {
			white-space: nowrap;
			align-self: end;
			padding: 0 0 40px 20px;
		}
		
		.dashboards_block .resource_blocks {
			display: flex;
			flex-wrap: nowrap;
			transition: transform 0.4s ease;
		}
		
		.dashboards_block .resource_block {
			width: 400px;
			flex: 0 0 auto;
		}
		
		
		
		/* FAQ BLOCK */
		
		.faq_block h2 {
			color: #9A3324;
		}
		
		.faq_block h3 {
			color: #9A3324;
		}
		
		.faq {
			padding: 16px 24px;
			border-radius: 10px;
			border: 1px solid rgba(154, 51, 36, 0.30);
			background-color: #FFF;
			margin: 0 0 30px 0;
		}
	
		.faq_question {
			width: 100%;
			color: #000;
			font-size: 1rem;
			font-style: normal;
			font-weight: 700;
			line-height: 1.375rem;
			letter-spacing: -0.005rem;	
			text-align: left;			
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			column-gap: 30px;
			transition: all .15s ease-in;
		}
		
		.faq_question.dropped svg {
			transform: rotate(180deg);
		}
		
		.faq_question span {
			display: inline-block;
		}
		
		.faq_question svg {
			display: inline-block;
		}
	
		.faq_answer {
			display: none;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem;
			letter-spacing: -0.005rem;
			margin: 15px 0 0 0;
		}
		
		.faq_answer p:last-of-type {
			margin: 0;
		}
		
		
		
		/* STATS BLOCK */
		
		.stats_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 0 0 80px 0;			
		}
		
		.stats_block h2 {
			color: #00274C;
			font-family: "DM Mono", monospace;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem;
			letter-spacing: 0.1rem;
			text-transform: uppercase;
			margin: 0 0 10px 0;
		}
		
		.stats_block h3 {
			color: #00274C;
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
			margin: 0 0 40px 0;
		}
		
		.stats_blocks {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			column-gap: 40px;
			row-gap: 40px;
			margin: 0 0 40px 0;
		}
		
		.stats_blocky {
			padding: 40px;
			border-radius: 12px;
			border: 1px solid rgba(0, 39, 76, 0.30);
			background-color: #FFF;
		}
		
		.stat {
			color: #00274C;
			font-size: 6rem;
			font-style: normal;
			font-weight: 400;
			line-height: 5.625rem;
			letter-spacing: -0.12rem;
			margin: 0 0 10px 0;
		}
		
		.stat_desc {
			color: #00274C;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem;
			letter-spacing: -0.005rem;
		}
		
		
		
		/* NETWORK BLOCK */
		
		.network_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			height: 650px;
			background-image: url(images/bkg_network_white_2.svg);
			background-repeat: no-repeat;
			background-position: left calc(50% - 520px) center;
		}
		
		.network_block .row {
			height: 650px;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		.network_block .row div {
			text-align: center;
		}
		
		.network_block h2 {
			color: #2F65A7;
			font-size: 4.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 4.25rem; /* 94.444% */
			letter-spacing: -0.09rem;
			margin: 0 0 40px 0;
		}
		
		.network_block p {
			margin: 0 0 40px 0;
		}
		
		.network_block .cta_blue {
			margin: 0;
		}
		
		
		
		/* LOGO BLOCK */
		
		.logos_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 75px 0;
		}
		
		.logos_block .row {
			text-align: center;
		}
		
		.logos_block h2 {
			color: #00274C;
			text-align: center;
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;		
			margin: 0 0 60px 0;
		}
		
		.logo_blocks {
			display: flex;
			flex-wrap: wrap;
			column-gap: 100px;
			row-gap: 80px;
			justify-content: center;
		}
		
		.logo_block {
			width: 245px;
			flex: 0 0 auto;
			text-align: center;
		}
		
		.logo_block img {
			display: block;
			margin: 0 auto;
			mix-blend-mode: multiply;
		}
		
		
		
		/* PROJECTS BLOCK */
		
		.projects_block {
			background-color: #F4F6F9;
			position: relative;
			z-index: 3;
			padding: 75px 0;
		}
		
		.projects_block h2 {
			color: #702082;
			text-align: center;
			font-size: 6rem;
			font-style: normal;
			font-weight: 400;
			line-height: 5.625rem;
			letter-spacing: -0.12rem;
			margin: 0 0 70px 0;
		}
		
		.projects_cols {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.projects_col_left {
			width: 290px;
			flex: 0 0 auto;
		}
		
		.projects_col_right {
			width: 840px;
			flex: 0 0 auto;
		}
		
		.projects_list {
			position: sticky;
			top: 10px;
		}

		.projects_list li {
			display: block;
			padding: 10px 0 10px 30px;
			border-left: 2px solid rgba(112, 32, 130, 0.20);
		}
		
		.projects_list li.active {
			border-left: 2px solid #702082;
		}
		
		.projects_list li button {
			color: #702082;
			font-size: 1rem;
			font-style: normal;
			font-weight: 700;
			line-height: 1.375rem;
			letter-spacing: -0.005rem;		
		}
		
		/*
		.projects_list li:hover {
			border-left: 2px solid #702082;
		}
		
		
		.projects_list li:hover button {
			color: #000000;
			font-weight: 400;	
		}
		*/
		
		.projects_list li.active button {
			color: #000000;
			font-weight: 400;	
		}
		
		.project {
			display: none;
		}
		
		.project.active {
			display: block;
		}
		
		.project_num {
			color: #702082;
			font-family: "DM Mono", monospace;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem;
			letter-spacing: 0.1rem;
			text-transform: uppercase;		
			margin: 0 0 10px 0;		
		}
		
		.projects_col_right a {
			text-decoration: underline;
		}
		
		.projects_col_right ul {
			list-style-type: disc;
			margin: 0 0 30px 30px;
		}
		
		.projects_col_right li ul {
			margin: 0 0 0 30px;
		}
		
		.projects_col_right h3 {
			color: #000;
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
			margin: 0 0 40px 0;
		}
		
		.projects_col_right h4 {
			color: #702082;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 700;
			line-height: 1.875rem;
			letter-spacing: -0.0225rem;
			margin: 0 0 10px 0;
		}
		
		.team_members ul {
			column-count: 2;
			column-gap: 30px;
		}
		
		.team_members li {
			margin: 0 0 15px 0;
		}
		
		.team_members li a {
			color: #702082;
			text-decoration: underline;
		}
		
		.cta_amy {
			border-radius: 10px;
			background-color: #702082;
			color: #ffffff;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 700;
			line-height: 1.125rem;
			letter-spacing: -0.00438rem;
			padding: 16px 58px 16px 24px;
			background-image: url(images/icon_ext_white.svg);
			background-repeat: no-repeat;
			background-position: right 24px center;
			transition: all .15s ease-in;
		}
		
		.cta_amy:hover {
			color: #ffffff;
		}
		
		
		/* VERTICAL CAROUSEL */
		
		.vc_slide {
			width: 1280px;
			margin: 0 auto;
			background-color: #F4F6F9;
			height: 150vh;
			position: sticky;
			top: 0;
			opacity: 0;
			transition: opacity 0.3s ease-in-out;
		}
		
		.vc_slide.active {
			opacity: 1;
		}
		
		.vc_slide:last-of-type {
			margin: 0 auto 100px auto;
		}
		
		.vc_slide_first_vh {
			height: 100vh;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		.vc_slide_inner {
			height: 520px;
			width: 100%;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		
		.vc_slide_left {
			width: 510px;
			flex: 0 0 auto;
			height: 520px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			text-align: left;
		}
		
		.vc_first_slide {
			color: #2F65A7;
			font-size: 6rem;
			font-style: normal;
			font-weight: 400;
			line-height: 5.625rem;
			letter-spacing: -0.12rem;
		}
		
		.vc_first_slide + .vc_content {
			margin: 30px 0 0 0;
		}
		
		.vc_top_heading {
			color: #2F65A7;
			font-family: "DM Mono", monospace;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.375rem;
			letter-spacing: 0.1rem;
			text-transform: uppercase;
		}
		
		.vc_heading {
			color: #2F65A7;
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
			margin: 0 0 20px 0;
		}
		
		.vc_heading.blue {
			color: #2F65A7;
		}
		
		.vc_heading.red {
			color: #9A3324;
		}
		
		.vc_heading.violet {
			color: #575294;
		}

		.vc_heading.amythest {
			color: #702082;
		}

		.vc_status {
			height: 24px;
			margin: 20px 0 0 0;
			color: #000;
			font-size: 0.75rem;
			font-style: normal;
			font-weight: 400;
			line-height: 24px;
			letter-spacing: -0.00375rem;
		}
		
		.vc_curr {
			display: inline-block;
			padding: 0 12px;
			border-radius: 30px;
			background-color: #FFF;
		}
		
		.vc_slide_right {
			width: 620px;
			height: 520px;
			flex: 0 0 auto;
		}
		
		.vc_slide_right img {
			display: block;
			border-radius: 12px;
		}
	
		
		
	
	/* RESOURCES */
	
	.resources_heading {
		padding: 0 0 60px 0;
	}
	
	.resources_heading .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		column-gap: 40px;
	}
	
	.heading_left {
		width: 400px;
	}
	
	.extra_h1 {
		color: #2F65A7;
		font-family: "DM Mono", monospace;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem; /* 137.5% */
		letter-spacing: 0.1rem;
		text-transform: uppercase;
	}
	
	.heading_right {
		display: flex;
	}
	
	.heading_right div {
		margin: auto 0 0 0;
		width: 550px;
	}
	
	.resource_filters {
		height: 70px;
	}
	
	.resource_filters form {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 0.7fr 0.7fr;
		column-gap: 24px;
	}
	
	.btn_cb {
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-radius: 0.625rem;
		border: 1px solid rgba(47, 101, 167, 0.30);
		background-color: #FFF;
		color: #2F65A7;
		font-family: "Atkinson Hyperlegible", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		padding: 0 24px;
		transition: all .15s ease-in;
	}
	
	.btn_cb.active svg {
		transform: rotate(180deg);
	}
	
	.btn_apply_filters {
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0.625rem;
		border: 0;
		background-color: #2F65A7;
		color: #ffffff;
		font-family: "Atkinson Hyperlegible", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		appearance: none;
		cursor: pointer;
		transition: background-color .15s ease-in;
	}
	
	.btn_apply_filters:hover {
		background-color: #225189;
	}
		
	.btn_clear_desktop {
		display: inline-block;
		width: 100%;
		height: 50px;
		text-align: center;
		border-radius: 0.625rem;
		border: 1px solid rgba(47, 101, 167, 0.30);
		background-color: #FFF;
		color: #2F65A7;
		font-family: "Atkinson Hyperlegible", sans-serif;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 50px;
		letter-spacing: -0.00438rem;
		padding: 0 24px;
		transition: all .15s ease-in;
	} 
	
	.filter_box {
		position: relative;
		width: 100%;
		border-radius: 0.625rem;
		border: 1px solid rgba(47, 101, 167, 0.30);
		background: #FFF;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 2px 2px 6px 0 rgba(0, 0, 0, 0.05);
		padding: 24px 24px 12px 24px;
		z-index: 7;
		margin: 10px 0 0 0;
	}
	
	.filter_box li {
		margin: 0 0 12px 0;
	}

	.filter_box label {
		color: #000;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		display: flex;
	}
	
	.filter_box input {
		margin: 0 12px 0 0;
	}
	
	.remove_filters {
		padding: 0 0 20px 0;
	}
	
	.btn_remove {
		background: rgba(0, 39, 76, 0.05);
		height: 40px;
		border-radius: 40px;
		padding: 0 16px;
		text-align: center;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1rem; /* 133.333% */
		letter-spacing: -0.00375rem;
		margin: 0 8px 0 0;
		display: inline-flex;
		align-items: center;
	}
	
	.btn_remove svg {
		margin: 0 0 0 5px;
	}
	
	.resource_results {
		padding: 0 0 200px 0;
	}
	
	.resource_blocks {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 40px;
		row-gap: 40px;
	}
	
	.resource_block {

	}
	
	.resource_block_inner {
		border-radius: 10px;
		border: 1px solid rgba(47, 101, 167, 0.30);
		background-color: #ffffff;
		padding: 30px;
	}
	
	.resource_title {
		display: block;
		color: #2F65A7;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.875rem; /* 125% */
		letter-spacing: -0.0225rem;
		margin: 0 0 10px 0;
	}
	
	.resource_title:hover {
		text-decoration: underline;
	}
	
	.resource_desc {
		color: #000;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.375rem;
		letter-spacing: -0.005rem;
		margin: 0 0 15px 0;
	}
	
	a.ext {
		display: flex;
		align-items: center;
		color: #2F65A7;
		font-family: "DM Mono", monospace;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1rem;
		letter-spacing: -0.00375rem;
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: auto;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
	}
	
	.ext_icon {
		display: inline-block;
		margin: 0 0 0 10px;
	}
	
	
	
	/* SEARCH RESULTS */
	
	.search_results {
		background: rgba(47, 101, 167, 0.05);
		padding: 50px 0 75px 0;
	}
	
	.search_results li {
		margin: 0 0 15px 0;
	}
	
	.search_link {
		font-size: 1.5rem;
		font-weight: 700;
		text-decoration: underline;
	}
	
	
	/* PAGINATION */
	
	.paginate {
		margin: 80px 0 0 0;
		text-align: center;
		height: 46px;
		display: flex;
		justify-content: center;
	}
	
	.page-numbers {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		color: #2F65A7;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.125rem; /* 128.571% */
		letter-spacing: -0.00438rem;
		border-radius: 8px;
		width: 46px;
		height: 46px;
		background-color: #ffffff;
		margin: 0 12px;
		transition: all .1s linear;
		text-decoration: none !important;
	}
	.page-numbers.current {
		background-color: transparent;
	}
	.page-numbers:hover {
		background-color: #2F65A7;
		color: #ffffff;
	}
	.page-numbers.current:hover {
		background-color: #2F65A7;
		color: #ffffff;
	}
	.page-numbers.prev {
		border-radius: 8px;
		border: 1px solid #2F65A7;
		background-image: url(images/btn_arrow_left_blue.svg);
		background-repeat: no-repeat;
		background-position: center center;
		color: rgba(0,0,0,0);
	}
	.page-numbers.prev:hover {
		background-image: url(images/btn_arrow_left_white.svg);
		background-color: #2F65A7;
	}
	.page-numbers.next {
		border-radius: 8px;
		border: 1px solid #2F65A7;
		background-image: url(images/btn_arrow_right_blue.svg);
		background-repeat: no-repeat;
		background-position: center center;
		color: transparent;
	}
	.page-numbers.next:hover {
		background-image: url(images/btn_arrow_right_white.svg);
		background-color: #2F65A7;
	}


	
	
	/* FOOTER */
	
	footer  {
		padding: 40px 0;
		background-color: #ffffff;
	}
	
	footer .row_1 {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 0 0 60px 0;
	}
	
	.footer_email a {
		text-decoration: underline;
	}
	
	.footer_menu li {
		margin: 0 0 10px 0;
	}
	
	.footer_menu a {
		color: var(--UM-Blue, #00274C);
		font-weight: 700;
		line-height: 1.375rem;
		letter-spacing: -0.005rem;
	}
	
	.footer_menu a:hover {
		text-decoration: underline;
	}
	
	footer .row_2 {
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
	}


}



@media screen and (min-width: 990px) and (max-width: 1329px) {

	.row {
		width: 970px;
		margin: 0 auto;
	}
	
	.vc_slide {
		width: 970px;
	}
	
	.hb_left {
		width: 510px;
	}

	.hb_left {
		width: 410px;
		flex: 0 0 auto;
	}

	.hb_right {
		width: 530px;
	}

	.projects_col_right {
		width: 650px;
	}
	
	.ol_right {
		width: 580px;
	}
	
	.db_left {
		width: 500px;
	}
	
	.db_right {
		width: 400px;
	}
	
	.ss_container {
		grid-template-columns: calc(calc(100% - 970px) / 2) 1fr;
	}
	
	.left_content {
		width: 440px;
	}
	
	.right_image {
		width: 470px;
	}
	
	.left_image {
		width: 470px;
	}
	
	.right_content {
		width: 440px;
	}

	.selected-option, ul[role="listbox"], .srn_label {
		font-size: 1.5rem;
	}


}


@media screen and (max-width: 989px) {


	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row {
		width: calc(100vw - 40px);
		margin: 0 auto;
	}
	
	.cta {
		text-align: center;
	}
	
	h1, .tagline {
		font-size: 4rem;
		line-height: 4rem;
	}



	/* NAV */
	
	.mobile_header {
		height: 80px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	
	#burger {
		width: 52px;
		height: 52px;
		background-image: url(images/btn_burger.svg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#burger.opened {
		background-image: url(images/btn_burger_close.svg);
	}

	#mm {
		display: none;
		min-height: 100vh;
		padding: 20px 0;
		background-color: #F4F6F9;
		height: 0;
		transition: all .1s ease-in;
	}
	
	#mm.opened {
		display: block;
		height: auto;
	}
	
	#mm li {
		padding: 20px 0;
		border-bottom: 1px #bacbe2 solid;
	}
	
	#mm li a {
		color: #2F65A7;
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2rem;
		letter-spacing: -0.03rem;
	}

	#mm li button {
		width: 100%;
		color: #2F65A7;
		text-align: left;
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2rem;
		letter-spacing: -0.03rem;
		background-image: url(images/arrow_down_blue.svg);
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	#mm li button.dropped {
		background-image: url(images/arrow_up_blue.svg);
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	#mm .mobile_sub_nav {
		display: none;
		padding: 20px 0 0 0;
	}
	
	#mm .mobile_sub_nav .dmh {
		font-size: 0.75rem;
		line-height: 1.375rem;
		letter-spacing: 0.075rem;
		margin: 0 0 24px 0;
	}
	
	#mm li.menu-item-type-custom a {
		background-image: url(images/icon_ext.svg);
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	#mm .mobile_sub_nav .see_all {
		text-align: left;
		width: 100%;
	}
	
	#mm .mobile_sub_nav li {
		margin: 0 0 24px 0;
		padding: 0;
		border: 0;
	}
	
	#mm .mobile_sub_nav li:last-of-type {
		margin: 0;
	}
		
	#mm .mobile_sub_nav a {
		display: block;
		width: 100%;
		color: #2F65A7;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.875rem;
		letter-spacing: -0.0225rem;
	}
	
	#mm .mobile_sub_nav a.btn_all {
		display: block;
		width: 100%;
		height: 62px;
		border-radius: 0.625rem;
		background-color: #2F65A7;
		color: #FFF;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 700;
		line-height: 62px;
		letter-spacing: -0.01875rem;
		padding: 0 24px;
		margin: 24px 0 0 0;
	}
	
	.search_box_mobile {
		margin: 0 0 10px 0;
		display: flex;
		justify-content: space-between;
	}
	
	.search_field_desktop {
		width: calc(100% - 90px);
	}
	
	.search_box_mobile .btn_submit {
		width: 80px;
		padding: 0;
		text-align: center;
	}
	
	.ss_um_logo .row {
		padding: 10px 0 50px 0;
	}

	
	
	/* CONTENT BLOCKS */
	
	
		/* HEADING */
		
		.heading_block .row {
			display: block;
		}
		
		.hb_left {
			width: 100%;
			margin: 0 0 30px 0;
		}
		
		.hb_right {
			width: 100%;
		}
		
		
		/* WIDE IMAGE BLOCK */
		
		.wide_image_block {
			padding: 10px 0;
			margin: 0 0 50px 0;
		}
		
		.wide_image_block .row {
			width: 100%;
			max-width: 100%;
		}
		
		.wide_image_block.left img, .wide_image_block.center img, .wide_image_block.right img {
			left: auto;
			right: 0;
			top: auto;
			bottom: 0;
			width: 305px;
			height: 280px;
		}
		
		
		/* STATS */
	
		.stats_blocks {
			display: block;
			margin: 0;
		}
	
		.stats_blocky {
			width: 100%;
			margin: 0 0 40px 0;
		}
		
		
		/* LOGOS */
		
		.logo_blocks {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 40px;
			row-gap: 80px;
		}
		
		.logo_block {
			width: 100%;
		}
		
		
		/* NETWORK */
		
		.network_block {
			height: auto;
			background-image: none;
			padding: 0 0 100px 0;
		}
		
		.network_block .row {
			height: auto;
		}
		
		
		/* ORDERED LIST */
		
		.ordered_list_block .row {
			display: block;
		}
		
		.ol_left {
			width: 100%;
			margin: 0 0 60px 0;
		}
		
		.ol_right {
			width: 100%;
		}
		
		.ordered_list_block {
			padding: 0 0 100px 0;
			background-image: none;
		}
		

		/* FAQ */
		
		
		/* RESOURCES */
		
		.controls {
			display: none;
		}
		
		.resources_block {
			padding: 50px 0;
		}
		
		.resources_block .row {
			width: 100vw;
			padding: 0 0 0 20px;
		}
		
		.resources_block .resource_blocks {
			column-gap: 10px;
		}
		
		.resources_block .resource_block {
			width: 290px;
			margin: 0;
		}
		
		.resource_blocks_outer {
			overflow-x: scroll;
			width: auto;
		}
		
		.ind_cta {
			display: block;
		}
		
		.ind_cta_left {
			display: none;
		}
		
		.ind_cta_middle {
			display: none;
		}
		
		.ind_cta_right {
			justify-content: center;
		}
		
		
		/* SUCCESS STORIES */
		
		.ss_container {
			height: 600px;
			display: grid;
			grid-template-columns: 20px 1fr;
		}
		
		.ss_right {
			overflow-x: scroll;
		}
		
		.ss_blocks {
			column-gap: 10px;
		}
		
		.ss_block {
			width: 290px;
			height: 600px;
		}
		
		.ss_block_inner {
			padding: 20px;
		}
		
		.home_intro_block .ind_cta {
			display: none;
		}			
		
		.quote {
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.175rem;
			letter-spacing: -0.005rem;
		}
		
		
		
		/* LEFT CONTENT / RIGHT IMAGE */
		
		.left_content_right_image_block {
			padding: 50px 0;
		}
		
		.left_content_right_image_block .row {
			display: block;
		}
		
		.left_content {
			width: 100%;
			margin: 0 0 40px 0;
		}
		
		.left_content h2 {
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
		}
		
		.left_content .cta {
			width: 100%;
			margin: 0 0 10px 0;
		}
		
		.right_image {
			width: 100%;
		}
		
		
		/* LEFT IMAGE / RIGHT CONTENT */
		
		.left_image_right_content_block {
			padding: 50px 0;
		}
		
		.left_image_right_content_block .row {
			display: block;
		}
		
		.left_image {
			width: 100%;
			margin: 0 0 40px 0;
		}
		
		.right_content {
			width: 100%;
		}	

		.right_content h2 {
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
		}		
		
		.right_content .cta {
			width: 100%;
			margin: 0 0 10px 0;
		}
		
		
		/* PROJECTS */
		
		.projects_cols {
			display: block;
		}
		
		.projects_col_left {
			display: none;
		}
		
		.projects_col_right {
			width: 100%;
		}
		
		.projects_block h2 {
			color: #702082;
			text-align: center;
			font-size: 4.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 4.25rem; /* 94.444% */
			letter-spacing: -0.09rem;
			margin: 0 0 40px 0;
		}
		
		.projects_list_mobile {
			margin: 0 0 40px 0;
		}
		
		.projects_list_mobile select {
			width: 100%;
			height: 50px;
			padding: 0 24px;
			border-radius: 10px;
			border: 1px solid rgba(112, 32, 130, 0.30);
			background: #FFF;
			color: #702082;
			font-size: 0.875rem;
			font-style: normal;
			font-weight: 700;
			line-height: 50px;
			letter-spacing: -0.00438rem;
			appearance: none;
			background-image: url(images/arrow_small_down.svg);
			background-repeat: no-repeat;
			background-position: right 24px center;
		}
		
		
		/* STUDENT RESOURCE NAVIGATOR */
		
		.srn_row {
			display: block;
		}
		
		.srn_label {
			text-align: center;
			font-size: 2rem;
			font-style: normal;
			font-weight: 400;
			line-height: 2rem; /* 100% */
			letter-spacing: -0.045rem;
			margin: 0 0 20px 0;
		}
		
		.srn_row_1 .custom-select, .srn_row_2 .custom-select {
			margin: 0;
			width: 100%;
			min-width: 100%;
		}
		
		.selected-option {
			height: 62px;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 62px;
			letter-spacing: -0.005rem;
			padding: 30px 60px 30px 30px;
			background-image: url(images/arrow_down_small_blue.svg);
			background-position: right 30px center;
			border-radius: 31px;
			padding: 0 60px 0 30px;
		}
		
		ul[role="listbox"] {
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			padding: 0 30px 10px 30px;
			list-style: none;
			z-index: 10;
			color: #2F65A7;
			background-color: #ffffff;
			border-radius: 0 0 31px 31px;
			font-size: 1rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1rem;
		}
		
		.custom-select.active .selected-option {
			border-radius: 31px 31px 0 0;
		}
		
		.student_resource_navigator_block .btn_apply_filters {
			width: 100%;
			text-align: center;
		}
		
		.srn_dd {
			text-align: center;
			margin: 0 0 30px 0;
		}

		
		
		/* VERTICAL CAROUSEL */
		
		.vc_slide {
			display: none;
		}
		
		.vc_slide_mobile {
			padding: 0 0 100px 0;
		}
		
		.vc_first_slide {
			color: #2F65A7;
			font-size: 3rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			letter-spacing: -0.045rem;
			margin: 0 0 20px 0;
		}
		
		.vc_heading {
			color: #9A3324;
			font-size: 2rem;
			font-style: normal;
			font-weight: 400;
			line-height: 2.125rem;
			letter-spacing: -0.03rem;
			margin: 0 0 20px 0;
		}
		
		.vc_slide_mobile img {
			display: block;
			border-radius: 12px;
			margin: 0 0 20px 0;
		}
		
		.vc_content {
			margin: 0 0 20px 0;
		}
		
		
		/* DASHBOARDS */
		
		.dashboards_block {
			display: none;
		}
		
		
		/* HOME INTRO BLOCK */
		
		.home_intro_block {
			background-image: none;
			padding: 0;
		}
		
		.home_intro_block h1 {
			color: #2F65A7;
			font-size: 3.75rem;
			line-height: 3.75rem;
			letter-spacing: -0.09rem;
		}
		
		.hib_h {
			padding: 0 0 80px 0;
		}
		
		.home_intro_block .cta {
			width: 100%;
		}
		
		.home_intro_block .cta.cta_blue {
			margin: 0 0 10px 0;
		}
		
		
	
	/* RESOURCES */
	
	.resources_heading .row {
		display: block;
	}
	
	.heading_left {
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	.heading_right {
		width: 100%;
	}
	
	.resource_filters {
		height: auto;
	}
	
	.resource_filters form {
		width: 100vw;
		margin: 0 0 0 -20px;
		padding: 22px;
		background-color: #ffffff;
		border-radius: 10px 10px 0 0;
		border: 1px solid rgba(47, 101, 167, 0.30);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
	}
	
	#resource_filters {
		display: none;
	}
	
	#resource_filters.opened {
		display: block;
	}
	
	.filter_clear_mobile {
		margin: 20px 0 0 0;
		text-align: center;
	}
	
	#filter_clear_mobile {
		width: auto;
	}
	
	.btn_cb {
		border: none;
		padding: 0;
		font-size: 1rem;
	}
	
	.filter_close_mobile {
		margin: 0 0 24px 0;
		text-align: right;
	}
	
	.btn_filter_close {
		height: 20px;
		color: #2F65A7;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
		padding: 0 30px 0 0;
		background-image: url(images/btn_close_filters.svg);
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	.resource_filters .btn_apply_filters {
		width: 100%;
		text-align: center;
	}
	
	.filter_box {
		position: relative;
		width: 100%;
		border-radius: 0;
		border: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	
	.btn_filter {
		width: 100%;
		height: 50px;
		border-radius: 10px;
		border: 1px solid rgba(47, 101, 167, 0.30);
		background-color: #FFF;
		padding: 0 56px 0 24px;
		text-align: left;
		color: #2F65A7;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 50px;
		letter-spacing: -0.00438rem;
		background-image: url(images/icon_filter.svg);
		background-repeat: no-repeat;
		background-position: right 24px center;
		margin: 0 0 20px 0;
	}
	
	.remove_filters .row {
		width: auto;
		padding: 0 0 0 20px;
		overflow-x: scroll;
		margin: 0;
		display: flex;
	}
		
	.resource_results {
		padding: 0 0 140px 0;
	}

		
	.resource_blocks {
		display: block;
	}
	
	.resource_block {
		width: 100%;
		max-width: 400px;
		margin: 0 0 20px 0;
	}
	
	
	/* FOOTER */
	
	footer .row_1 {
		display: block;
	}
	
	.footer_logo, .footer_email {
		width: 100%;
		margin: 0 0 40px 0;
	}
	

}

