/*
Theme Name: UM Advising
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;
	}
	
	.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;
	}


	/* GLOBAL */
	
	html {
		scroll-behavior: smooth;
	}
	
	body {
		font-family: "Instrument Sans", sans-serif;
		font-size: 16px;
		line-height: 140%;
		font-weight: 400;
		color: #131516;
		text-align: center;
		position: relative;
		overflow-x: hidden;
		background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(228, 228, 228, 1) 100%);
	}

	:root {
		--blue: #00274C;
		--maize: #FFCB05; 
		--bright-blue: #0069CC;
		--amethyst: #702082;
		--orange: #D86018;
		--red: #9A3324;
		--teal: #00B2A9;
		--light-teal: #CCF0EE;
		--black: #000000;
		--white: #ffffff;
		--light-grey: #F2F2F2;
		--grey: #C1C1C1;
		--pink: #E01F7C;
		--field-green: #A5A508;
		--rackham-green: #75988d;
		--violet: #575294;
	}

	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	.main_container {
		margin: 0 auto;
	}
	
	.row {
		margin: 0 auto;
		width: 1170px;
		max-width: 1360px;
		text-align: left;
		position: relative;
	}

	.row_1030 {
		margin: 0 auto;
		width: 1030px;
		max-width: 1360px;
		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: "Instrument Sans", 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 {
		color: var(--blue);
		font-size: 3.75rem;
		font-weight: 400;
		line-height: 3.75rem;
	}
	
	h2 {
		color: var(--blue);
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.875rem;
		margin: 0 0 20px 0;
	}
	
	h3 {
		color: var(--blue);
		font-size: 2.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 2.5rem;
		margin: 0 0 20px 0;
	}
	
	h4 {
		color: var(--blue);
		font-size: 1rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.375rem;
		margin: 0 0 10px 0;
	}
	.adtl_content h4 {
		letter-spacing: 0.05rem;
		text-transform: uppercase;		
	}

	.cta {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		background-color: var(--maize);
		border: 1px solid var(--maize);
		border-radius: 10px;
		color: var(--blue);
		font-family: "Instrument Sans", sans-serif;
		font-weight: 500;
		padding: 0 20px;
		text-align: center;
		transition: all .1s linear;
		text-decoration: none !important;
		cursor: pointer;
	}
	.cta svg {
		margin: 0 0 0 12px;
	}
	.cta:hover {
		border-radius: 10px;
		background-color: var(--blue);
		color: var(--white) !important;
		border: 1px solid var(--blue);
	}

	.cta_teal {
		background-color: var(--teal);
		border: 1px solid var(--teal);
		color: var(--blue);
	}

	.cta_circle {
		display: inline-flex;
		align-items: center;
		gap: 12px;
		text-decoration: none !important;
		color: var(--blue);
		font-weight: 500;
		transition: all .15s linear;
	}

	.cta_circle.jump svg {
		margin: 0 12px 0 0;
	}

	.cta_circle:hover {
		border-radius: 50px;
		background-color: var(--maize);
		padding: 0 0 0 20px;
	}
	
	
	
	/* HEADER */

	.desktop_header .row_1 {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
	}
	
	.desktop_header .row_2 {
		padding: 10px 0;
	}
	
	.advising_heading {
		color: var(--blue);
		font-weight: 600;
		letter-spacing: 0.05rem;
	}
	
	.desktop_logo img {
		display: block;
	}

	
	#menu-primary-menu {
		display: flex;
		flex-wrap: nowrap;
	}
	
	.desktop_nav {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.desktop_nav li {
		margin: 0;
	}
	
	.desktop_nav a, .desktop_nav button {
		color: var(--blue);
		font-weight: 500;
		line-height: 1;
		transition: all .1s linear;
		display: flex;
		align-items: center;
		padding: 10px 20px;
		transition: all .1s linear;
	}
	
	.desktop_nav a:hover, .desktop_nav button:hover {
		border-radius: 50px;
		background-color: var(--light-grey);
	}
	
	.desktop_nav .cta {
		margin: 0 0 0 20px;
	}
	
	.desktop_nav .cta:hover {
		border-radius: 10px;
		background-color: var(--blue);
		color: var(--white);
	}
	
	.menu-item-has-children {
		position: relative;
	}

	.desktop_nav button svg {
		display: block;
		margin: 0 0 0 6px;
	}
	
	.menu-toggle[aria-expanded="true"] {
		border-radius: 50px;
		background-color: var(--light-grey);
	}
	
	.menu-toggle[aria-expanded="true"] svg {
		transition: all .1s linear;
		transform: rotate(180deg);
	}

	.sub-menu {
		display: none;
	}

	.desktop_nav ul.sub-menu {
		min-width: 270px;
		position: absolute;
		top: 45px;
		left: 50%;
		transform: translateX(-50%);
		padding: 30px;
		border-radius: 10px;
		border: 1px solid var(--light-grey);
		background-color: var(--white);
		z-index: 3;
	}
	
	.sub-menu li a {
		white-space: nowrap;
	}
	
	.desktop_nav .btn_search {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		flex: 0 0 auto;
		padding: 0;
		margin: 0 0 0 10px;
		border-radius: 10px;
		border: 1px solid var(--blue);
		transition: all .15s linear;
	}

	.desktop_nav .btn_search svg.search_closed {
		display: block;
		margin: 0;
	}

	.desktop_nav .btn_search svg.search_opened {
		display: none;
		margin: 0;
	}

	.desktop_nav .btn_search.opened svg.search_closed {
		display: none;
	}

	.desktop_nav .btn_search.opened svg.search_opened {
		display: block;
	}

	.desktop_nav .btn_search:hover {
		background-color: var(--blue);
		border-radius: 10px;
	}

	.desktop_nav .btn_search svg path {
		transition: all .15s linear;
	}

	.desktop_nav .btn_search:hover svg path {
		stroke: var(--white);
	}

	.main_nav {
		display: flex;
		align-items: center;
	}

	.main_nav.hidden {
		display: none;
	}
	
	.search_bar {
		display: none;
		width: 700px;
		height: 50px;
		padding: 0 20px 0 51px;
		border-radius: 10px;
		border: 1px solid var(--blue);
		background-image: url(images/icon_search.svg);
		background-repeat: no-repeat;
		background-position: left 20px center;
		vertical-align: middle;
	}

	.search_bar.opened {
		display: flex;
		align-items: center;
	}

	.search_box {
		width: 100%;
	}

	.search_field_desktop {
		width: 100%;
		color: var(--blue);
		font-family: "Instrument Sans", sans-serif;
		font-size: 1rem;
		line-height: 30px;
		border: 0;
		padding: 0;
	}

	::placeholder {
		color: var(--blue);
		opacity: 1;
	}
	
	#mm {
		display: none;
	}
	


	/* CONTENT BLOCKS */
	
	
		/* GENERAL HEADER */
		
		.general_header_block {
			padding: 20px 0 50px 0;
		}
		
		.w_intro {
			display: flex;
			justify-content: space-between;
		}
		
		.gh_h1 {
			width: 400px;
			flex: 0 0 auto;
		}
		
		.gh_intro {
			width: 700px;
			flex: 0 0 auto;
			padding: 0 0 0 30px;
		}
		
		.gh_fwi img {
			margin: 40px 0 0 0;
			display: block;
			border-radius: 16px;
		}
		
	
		
		/* LEFT CONTENT / RIGHT IMAGE */
		
		.left_content_right_image_block {
			padding: 20px 0;
		}
		
		.left_content_right_image_block .row {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 30px;
		}
		
		.left_content {
			background-color: var(--bright-blue);
			border-radius: 16px;
			padding: 70px;
			display: flex;
			align-items: center;
			color: #ffffff;
		}
		
		.left_content.blue {
			background-color: var(--bright-blue);
			color: var(--white);
		}
		.left_content.maize {
			background-color: var(--maize);
			color: var(--blue);
		}
		.left_content.amethyst {
			background-color: var(--amethyst);
			color: var(--white);
		}
		.left_content.red {
			background-color: var(--red);
			color: var(--white);
		}
		.left_content.orange {
			background-color: var(--orange);
			color: var(--white);
		}
		.left_content.pink {
			background-color: var(--pink);
			color: var(--white);
		}
		.left_content.field-green {
			background-color: var(--field-green);
			color: var(--blue);
		}
		.left_content.rackham-green {
			background-color: var(--rackham-green);
			color: var(--blue);
		}
		.left_content.violet {
			background-color: var(--violet);
			color: var(--maize);
		}
		
		.left_content.blue h1, .left_content.blue h2 {
			color: var(--white);
		}
		.left_content.maize h1, .left_content.maize h2 {
			color: var(--blue);
		}
		.left_content.amethyst h1, .left_content.amethyst h2 {
			color: var(--white);
		}
		.left_content.red h1, .left_content.red h2 {
			color: var(--white);
		}
		.left_content.orange h1, .left_content.orange h2 {
			color: var(--white);
		}
		.left_content.pink h1, .left_content.pink h2 {
			color: var(--white);
		}
		.left_content.field-green h1, .left_content.field-green h2 {
			color: var(--blue);
		}
		.left_content.rackham-green h1, .left_content.rackham-green h2 {
			color: var(--blue);
		}
		.left_content.violet h1, .left_content.violet h2 {
			color: var(--maize);
		}
	
		.left_content_inner h1 + .cta_circle {
			margin: 40px 0 0 0;
			color: var(--white);
		}
	
		.left_content_inner .cta_circle {
			color: var(--white);
		}

		.maize .left_content_inner .cta_circle {
			color: var(--blue);
		}

		.left_content_inner .cta_circle.jl:hover {
			padding: 0 20px 0 0;
			color: var(--blue);
			background-color: var(--white);
		}

		.left_content_inner .cta_circle:hover {
			background-color: var(--white);
		}

		.right_image {
			border-radius: 16px;
		}
	
		.right_image img {
			display: block;
			border-radius: 16px;
		}
	
		
		
		
		/* CONTENT / IMAGE */
	
		.content_image_block {
			padding: 80px 0;
		}
		
		.content_image_block .row_1030 {
			display: flex;
			justify-content: space-between;
		}
		
		.image {
			border-radius: 16px;
			width: 500px;
			flex: 0 0 auto;
		}
	
		.image img {
			display: block;
			border-radius: 16px;
		}
		
		.content {
			width: 470px;
			flex: 0 0 auto;
			display: flex;
			align-items: center;
		}
	
		.content a {
			color: var(--blue);
			text-decoration: underline;
		}
		
		.content .cta {
			margin: 20px 0 0 0;
		}

		.lcri .image {
			order: 2;
		}
		
		.lcri .content {
			order: 1;
		}
		
		
		/* BACKGROUND IMAGE / CONTENT */
		
		.background_image_content_block {
			padding: 80px 0;
		}
		
		.background_image_content_block .row {
			border-radius: 16px;
			min-height: 700px;
			padding: 70px;
			display: flex;
		}
		
		.bicb_content {
			width: 400px;
			border-radius: 16px;
			background: rgba(0, 0, 0, 0.30);
			backdrop-filter: blur(10px);
			padding: 30px;
			color: #ffffff;
			margin: auto 0 0 0;
		}
		
		.bicb_content h2 {
			color: #ffffff;
		}
		
		.bicb_content .cta_circle {
			color: var(--white);
		}
		
		.cta_circle:hover {
			color: var(--blue);
		}
		


		/* LEFT IMAGE / RIGHT DRAWERS */
		
		.left_image_right_drawers_block {
			padding: 80px 0;
		}
		
		.left_image_right_drawers_block h2 {
			margin: 0 0 40px 0;
		}
		
		.left_image_right_drawers_block h2.mb20 {
			margin: 0 0 20px 0;
		}

		.lird {
			display: flex;
			justify-content: space-between;
		}

		.lird.ldri .left_image {
			order: 2;
		}

		.lird.ldri .right_drawers {
			order: 1;
		}
		
		.lird .left_image {
			width: 570px;
			flex: 0 0 auto;
		}
		
		.lird .left_image img {
			display: block;
			border-radius: 16px;
		}

		.right_drawers {
			width: 570px;
			flex: 0 0 auto;			
		}
		
		.drawer_heading {
			width: 100%;
			color: var(--blue);
			font-size: 2.125rem;
			line-height: 2.5rem;
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 0 0 30px 0;
			text-align: left;
		}
		
		.drawer_heading span {
			padding: 0 30px 0 0;
		}

		.drawer_heading svg {
			flex: 0 0 auto;
		}

		.drawer_heading .opened {
			display: none;
		}
		
		.drawer_heading.opened .closed {
			display: none;
		}
		
		.drawer_heading.opened .opened {
			display: block;
		}
		
		.drawer {
			border-bottom: 2px solid #C1C1C1;	
			margin: 0 0 30px 0;
		}
		
		.drawer_content ul {
			list-style-type: disc;
			margin: 0 0 30px 30px;
		}
		
		.drawer_content ol {
			list-style-type: numeric;
			margin: 0 0 30px 30px;
		}
		
		.drawer_content {
			display: none;
		}
		
		.drawer_content.opened {
			display: block;
		}
		
		.drawer_content h3 {
			font-size: 1.25rem;
			line-height: 1.375rem;
			font-weight: 400;
			margin: 0 0 10px 0;
		}
		
		.left_image_right_drawers_block a {
			text-decoration: underline;
		}


		
		/* TESTIMONIALS */
		
		.testimonials_block {
			padding: 60px 0;
		}
		
		.testimonials_block .row_1 {
			height: 300px;
		}
		
		.quote {
			color: var(--blue);
			font-size: 2rem;
			font-weight: 400;
			line-height: 2.35rem;
			margin: 0 0 40px 0;
		}
		
		.quote_name {
			font-size: 1.25rem;
			font-weight: 500;
			line-height: 1.375rem;
			margin: 0 0 4px 0;
		}
		
		.quote_degree {
			margin: 0 0 40px 0;
		}
		
		.quote_img {
			display: block;
			border-radius: 16px;
		}
		
		.carousel__slide {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			min-height: 250px;
		}
		
		.carousel__slide[hidden] {
			display: none;
		}
		
		.quote_left {
			width: 770px;
			flex: 0 0 auto;
			overflow: hidden;
		}
		
		.t_left img {
			display: block;
			width: 170px;
			border-radius: 4px;
			margin: 0 0 20px 0;
		}
		
		.quote_right {
			width: 300px;
			flex: 0 0 auto;
		}
		
		.quote_right img {
			display: block;
			width: 300px;
			border-radius: 16px;
		}
		
		.cc {
			width: 770px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		
		.carousel__controls {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			align-items: center;
		}
		
		.carousel__prev, .carousel__next {
			background: var(--maize);
			width: 34px;
			height: 34px;
			border-radius: 17px;
			display: flex;
			justify-content: center;
			align-items: center;
			transition: all .15s linear;
		}
		
		.carousel__prev {
			transform: rotate(180deg);
			margin: 0 10px 0 0;
		}

		.carousel__prev:hover, .carousel__next:hover {
			background: var(--blue);
		}
		
		.carousel__prev:hover svg path, .carousel__next:hover svg path {
			stroke: var(--white);
		}

		.dots, .tip_dots {
			
		}

		.dot {
			display: inline-flex;
			background-color: var(--blue);
			width: 8px;
			height: 8px;
			border-radius: 4px;
			transition: all .1s linear;
			margin: 0 0 0 8px;
		}
		
		.dot.active {
			width: 20px;
		}
		
		
		
		/* TIPS */
		
		.tips_block {
			padding: 15px 0;
		}
		
		.tip_viewport {
			height: 700px;
			border-radius: 16px;
			padding: 70px;
			display: flex;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
		}
		
		.tip_slide {
			height: 700px;
			border-radius: 16px;
			padding: 70px;
			display: flex;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;	
			opacity: 1;
			transition: all .1s linear;			
		}
		
		.tip_slide[hidden] {
			display: none;
			opacity: 0;
		}
		
		.tip_content {
			width: 400px;
			border-radius: 16px;
			background: rgba(0, 0, 0, 0.30);
			backdrop-filter: blur(10px);
			padding: 30px;
			color: #ffffff;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
		
		.tip_pill {
			display: inline-flex;
			height: 26px;
			padding: 0 10px;
			justify-content: center;
			align-items: center;
			gap: 10px;
			border-radius: 50px;
			border: 1px solid var(--white);
			color: var(--white);
		}
		
		.tip {
			color: var(--white);
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.875rem;
			margin: 0 0 40px 0;
		}
		
		.tip_dots {
			width: 340px;
			position: absolute;
			bottom: 100px;
			left: 100px;
			display: flex;
			justify-content: space-between;
		}
		
		.tip_dot {
			display: inline-flex;
			background-color: var(--white);
			width: 8px;
			height: 8px;
			border-radius: 4px;
			transition: all .1s linear;
			margin: 0 0 0 8px;
		}
		
		.tip_dot.active {
			width: 20px;
		}
		
		#autoplayToggle {
			float: right;
			width: 24px;
			height: 24px;
			background-image: url(/wp-content/themes/um-advising/images/btn_pause.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 24px 24px;
		}
		
		#autoplayToggle[aria-pressed="false"] {
			background-image: url(/wp-content/themes/um-advising/images/btn_play.svg);
		}
		
		
		
		/* LEFT HEADING / RIGHT TWO CARDS */
		
		.left_heading_right_two_cards_block {
			padding: 80px 0;
		}
		
		.lhrtcb {
			display: flex;
			justify-content: space-between;
		}
		
		.left_heading_right_two_cards_block .left_heading {
			width: 570px;
			flex: 0 0 auto;	
		}
		
		.left_heading_right_two_cards_block .right_two_cards {
			width: 570px;
			flex: 0 0 auto;	
		}
		
		.small_heading {
			color: var(--blue);
			font-weight: 600;
			letter-spacing: 0.05rem;
			text-transform: uppercase;
			margin: 0 0 10px 0;
		}
		
		.right_cards {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 30px;
			row-gap: 50px;
		}
		
		.right_card img {
			display: block;
			border-radius: 16px;
			margin: 0 0 20px 0;
		}
		
		.card_title {
			color: var(--blue);
			font-size: 1.5rem;
			line-height: 1.875rem;
			margin: 0 0 10px 0;
		}
		
		.people_cards {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
			column-gap: 30px;
			row-gap: 40px;
			margin: 50px 0 0 0;
		}
		
		.people_card img {
			display: block;
			margin: 0 0 20px 0;
			width: 100px;
			border-radius: 50px;
		}
		
		.people_card_name {
			color: var(--blue);
			font-size: 1.25rem;
			font-style: normal;
			font-weight: 500;
			line-height: 1.375rem;
			margin: 0 0 10px 0;
		}
		
		.adtl_content {
			margin: 50px 0 0 0;
		}
		
		.adtl_content a {
			color: var(--blue);
			text-decoration: underline;
		}
	
	
		
		/* LEFT IMAGE / RIGHT CONTENT (TWO COL) */
		
		.left_image_right_content_two_col_block {
			padding: 80px 0;
		}
		
		.left_image_right_content_two_col_block .row {
			display: flex;
			justify-content: space-between;
		}
		
		.lirctcb .left_image {
			width: 570px;
			flex: 0 0 auto;
		}
		
		.lirctcb .left_image img {
			display: block;
		}

		.lirctcb .right_content {
			width: 570px;
			flex: 0 0 auto;			
		}
		
		.lirctcb h2 {
			margin: 0 0 40px 0;
		}
		
		.two_cols {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 30px;
		}
		
		.two_cols h3 {
			font-size: 1.5rem;
			line-height: 1.875rem;
			margin: 0 0 20px 0;
		}
		
		.two_cols p {
			margin: 0 0 40px 0;
		}
		
		.two_cols a {
			text-decoration: underline;
		}


		
		/* FULL WIDTH IMAGE */
		
		.full_width_image_block {
			padding: 50px 0;
		}
		
		.full_width_image_block img {
			display: block;
			border-radius: 16px;
		}
		
		
		
		/* LEFT SMALL IMAGE / RIGHT CONTENT BLOCK */
		
		.left_small_image_right_content_block {
			padding: 80px 0;
		}
		
		.left_small_image_right_content_block h2 {
			margin: 0 0 40px 0;
		}
		
		.lsircb {
			display: flex;
			justify-content: space-between;
		}
		
		.lsircb .left_image {
			width: 170px;
			flex: 0 0 auto;
		}
		
		.lsircb .left_image img {
			display: block;
		}
		
		.lsircb .right_content {
			width: 960px;
			flex: 0 0 auto;
		}
		
		.lsircb .right_content h3 {
			margin: 0 0 10px 0;
		}
		
		.right_content ul {
			list-style-type: disc;
			margin: 0 0 30px 30px;
		}
		
		.right_content ol {
			list-style-type: numeric;
			margin: 0 0 30px 30px;
		}

		.lsircb .right_content h3 {
			font-size: 1.25rem;
			font-weight: 500;
			line-height: 1.375rem;
		}
		
		
		
		/* THREE CARDS */
		
		.three_cards_block {
			padding: 80px 0;
		}
		
		.three_cards_block h2 {
			margin: 0 0 40px 0;
		}
		
		.three_cards {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			column-gap: 30px;
			row-gap: 30px;
		}
		
		.four_cards a {
			display: block;
		}

		.three_card {
			border-radius: 8px;
			height: 100%;
			padding: 30px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
		
		.three_card.blue {
			background-color: var(--bright-blue);
			color: var(--white);
		}
		.three_card.maize {
			background-color: var(--maize);
			color: var(--blue);
		}
		.three_card.amethyst {
			background-color: var(--amethyst);
			color: var(--white);
		}
		.three_card.red {
			background-color: var(--red);
			color: var(--white);
		}
		.three_card.pink {
			background-color: var(--pink);
			color: var(--white);
		}
		.three_card.field-green {
			background-color: var(--field-green);
			color: var(--blue);
		}
		.three_card.rackham-green {
			background-color: var(--rackham-green);
			color: var(--blue);
		}
		.three_card.violet {
			background-color: var(--violet);
			color: var(--maize);
		}
		
		
		.three_card.blue h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.three_card.maize h3 {
			color: var(--blue);
			font-size: 1.5rem;
			line-height: 1.875rem;	
		}
		.three_card.amethyst h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.three_card.red h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.three_card.pink {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.three_card.field-green {
			color: var(--blue);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.three_card.rackham-green {
			color: var(--blue);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.three_card.violet {
			color: var(--maize);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		
		
		.three_card .ext_link {
			display: block;
			margin: auto 0 0 0;
		}

		.three_card:hover svg rect {
			fill: var(--blue);
		}
	
		.three_card:hover svg path {
			stroke: var(--white);
		}

		
		
		/* FOUR CARDS */
		
		.four_cards_block {
			padding: 80px 0;
		}

		.heading_cta {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			margin: 0 0 40px 0;
		}
		
		.four_cards_block h2 {
			margin: 0 0 40px 0;
		}

		.heading_cta h2 {
			margin: 0;
		}
		
		.four_cards {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			column-gap: 30px;
			row-gap: 30px;
		}

		.four_cards a {
			display: block;
		}
		
		.four_card {
			height: 100%;
			border-radius: 8px;
			padding: 30px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			/* aspect-ratio: 1 / 1; */
			min-height: 270px;
		}
		
		.four_card.blue {
			background-color: var(--bright-blue);
			color: var(--white);
		}
		.four_card.maize {
			background-color: var(--maize);
			color: var(--blue);
		}
		.four_card.amethyst {
			background-color: var(--amethyst);
			color: var(--white);
		}
		.four_card.red {
			background-color: var(--red);
			color: var(--white);
		}
		.four_card.orange {
			background-color: var(--orange);
			color: var(--white);
		}
		.four_card.pink {
			background-color: var(--pink);
			color: var(--white);
		}
		.four_card.field-green {
			background-color: var(--field-green);
			color: var(--blue);
		}
		.four_card.rackham-green {
			background-color: var(--rackham-green);
			color: var(--blue);
		}
		.four_card.violet {
			background-color: var(--violet);
			color: var(--maize);
		}
		
		.four_card.blue h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.four_card.maize h3 {
			color: var(--blue);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.four_card.amethyst h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.four_card.red h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.four_card.orange h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.four_card.pink h3 {
			color: var(--white);
		}
		.four_card.field-green h3 {
			color: var(--blue);
		}
		.four_card.rackham-green h3 {
			color: var(--blue);
		}
		.four_card.violet h3 {
			color: var(--maize);
		}
		
	
		.four_card .ext_link {
			display: block;
			margin: auto 0 0 0;
		}

		.ext_link {
			transition: all .15s linear;
		}

		.ext_link svg rect, .ext_link svg path {
			transition: all .15s linear;
		}

		.four_card:hover svg rect {
			fill: var(--blue);
		}
	
		.four_card:hover svg path {
			stroke: var(--white);
		}






		/* TWO CARDS */

		.two_cards_block h2 {
			margin: 0 0 40px 0;
		}
		
		.two_cards {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 30px;
			row-gap: 30px;
			padding: 0 0 30px 0;
		}
		
		.two_card {
			border-radius: 8px;
			padding: 30px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
		
		.two_card.blue {
			background-color: var(--bright-blue);
			color: var(--white);
		}
		.two_card.maize {
			background-color: var(--maize);
			color: var(--blue);
		}
		.two_card.amethyst {
			background-color: var(--amethyst);
			color: var(--white);
		}
		.two_card.red {
			background-color: var(--red);
			color: var(--white);
		}
		.two_card.orange {
			background-color: var(--orange);
			color: var(--white);
		}
		.two_card.pink {
			background-color: var(--pink);
			color: var(--white);
		}
		.two_card.field-green {
			background-color: var(--field-green);
			color: var(--blue);
		}
		.two_card.rackham-green {
			background-color: var(--rackham-green);
			color: var(--blue);
		}
		.two_card.violet {
			background-color: var(--violet);
			color: var(--maize);
		}
	
		.two_card.blue h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.two_card.maize h3 {
			color: var(--blue);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.two_card.amethyst h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.two_card.red h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.two_card.orange h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.two_card.pink h3 {
			color: var(--white);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.two_card.field-green h3 {
			color: var(--blue);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.two_card.rackham-green h3 {
			color: var(--blue);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}
		.two_card.violet h3 {
			color: var(--maize);
			font-size: 1.5rem;
			line-height: 1.875rem;
		}

		.two_card .ext_link {
			display: block;
			margin: auto 0 0 0;
		}


	
	
		/* STUDENT RESOURCES NAVIGATOR BLOCK */
		
		.advising_navigator_block {
			position: relative;
			z-index: 11;
			padding: 100px 0;
		}
		
		.advising_navigator_block .row {
			text-align: center;
		}
		
		.advising_navigator_block label {
			color: var(--blue);
			font-family: "Instrument Sans", sans-serif;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.5rem;
		}
		
		.srns {
			height: 60px;
			padding: 16px 80px 16px 40px;
			align-items: center;
			border-radius: 30px;
			border: 0;
			background-color: var(--light-teal);
			appearance: none;
			color: var(--blue);
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 3rem;
			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;
			justify-content: center;
			align-items: center;
			padding: 20px 0 0 0;
		}

		.srn_label {
			color: var(--blue);
			font-family: "Instrument Sans", sans-serif;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.75rem;
			white-space: nowrap;
		}
		
		.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: var(--blue);
			border-radius: 30px;
			background-color: var(--light-teal);
			font-style: normal;
			font-weight: 400;
			font-size: 1.5rem;
			line-height: 60px;
			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 {	
			background-image: url(images/icon_big_arrow_up.svg);
		}
		
		ul[role="listbox"] {
			position: absolute;
			top: calc(100% + 10px);
			left: 0;
			width: 100%;
			padding: 20px;
			list-style: none;
			z-index: 10;
			color: var(--blue);
			background-color: var(--white);
			border-radius: 0 0 30px 30px;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 400;
			line-height: 1.75rem;
			border-radius: 10px;
			border: 1px solid var(--teal);
		}
		
		ul[role="listbox"] li {
			margin: 0 0 20px 0;
			text-align: left;
			line-height: 1.5rem;
		}

		ul[role="listbox"] li:last-of-type {
			margin: 0;
		}
		
		ul[role="listbox"] li:hover {
			color: var(--teal);
		}
		
		[role="option"] {
			cursor: pointer;
		}

		[role="option"][aria-selected="true"],
		[role="option"]:hover {
			
		}
	

		/* HTML */

		.html_block {
			padding: 80px 0;
		}
	
	
		/* DRAWERS W/CONTENT BLOCKS */
	
		.drawers_w_content_blocks_block {
			padding: 80px 0;
		}
		
		.drawers_w_content_blocks_block h2 {
			margin: 0 0 40px 0;
		}
	
			/* FOUR CARDS */
		
			.drawers_w_content_blocks_block .four_cards {
				padding: 0 0 30px 0;
			}
			
			/* TWO COLS */
			
			.drawer_two_cols {

			}
			
			.drawer_two_cols_inner {
				display: grid;
				grid-template-columns: 1fr 1fr;
				column-gap: 70px;
			}
		
			.drawer_two_cols_inner img {
				display: block;
				border-radius: 50%;
				max-width: 100px;
				margin: 0 0 30px 0;
			}
		
			.drawer_two_cols a {
				text-decoration: underline;
			}
			
			.drawer_two_cols h4 {
				color: var(--blue);
				font-size: 1.25rem;
				font-weight: 500;
				line-height: 1.375rem;
				margin: 0 0 10px 0;
				text-transform: none;
			}
			
			.drawer_lsircb h4 {
				color: var(--blue);
				font-size: 1.25rem;
				font-weight: 500;
				line-height: 1.375rem;
				margin: 0 0 10px 0;
				text-transform: none;
			}
			
			/* PEOPLE */
			
			.people {
				display: grid;
				grid-template-columns: 1fr 1fr;
				column-gap: 70px;
			}
			
			.person {
				display: grid;
				grid-template-columns: 70px 1fr;
				column-gap: 20px;
				row-gap: 50px;
			}
			
			.person_left img {
				display: block;
				border-radius: 35px;
			}
			
			.people_card_school {
				margin: 0 0 10px 0;
			}
		
	

	/* ADVISING */
	
	.advising_header {
		padding: 20px 0 40px 0;
	}
	
	.advising_header .row {
		display: flex;
		justify-content: space-between;
	}
	
	.ah_left {
		width: 400px;
		flex: 0 0 auto;
	}
	
	.ah_right {
		width: 700px;
		flex: 0 0 auto;
	}

	.ah_right a {
		text-decoration: underline;
	}

	.ah_right ul {
		list-style-type: disc;
		margin: 0 0 30px 30px;
	}
	
	.advising_results {
		padding: 48px 0 80px 0;
	}
	
	.adv_cards {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 30px;
		row-gap: 30px;
	}
	
	.adv_cards a {
		display: block;
	}

	.adv_card {
		height: 100%;
		border-radius: 16px;
		border: 1px solid var(--teal);
		background-color: var(--light-teal);
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;	
	}
	
	.adv_title {
		display: block;
		color: var(--blue);
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.875rem;
		margin: 0 0 20px 0;
	}

	.adv_card p:last-of-type {
		margin: 0;
	}

	.card_bottom {
		padding: 30px 0 0 0;
	}

	.adv_card:hover svg rect {
		fill: var(--blue);
	}

	.adv_card:hover svg path {
		stroke: var(--white);
	}

	
	.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 var(--teal);
		background-color: #FFF;
		color: var(--blue);
		font-family: "Instrument Sans", sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.125rem;
		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: var(--teal);
		color: var(--blue);
		font-family: "Instrument Sans", sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.125rem;
		appearance: none;
		cursor: pointer;
		transition: background-color .15s ease-in;
		padding: 0 20px;
	}
	
	.btn_apply_filters:hover {
		background-color: var(--blue);
		color: var(--white);
	}
		
	.btn_clear_desktop {
		display: inline-block;
		width: 100%;
		height: 50px;
		text-align: center;
		border-radius: 0.625rem;
		border: 1px solid var(--teal);
		background-color: #FFF;
		color: var(--blue);
		font-family: "Instrument Sans", sans-serif;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 50px;
		padding: 0 24px;
		transition: all .15s ease-in;
		padding: 0 20px;
	} 
	
	.filter_box {
		position: relative;
		border-radius: 0.625rem;
		border: 1px solid var(--teal);
		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: var(--blue);
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.25rem;
		display: flex;
		align-items: start;
	}

	.filter_box input {
		margin: 4px 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;
	}
	
	
	

	/* BIO */

	.bio_block {
		padding: 80px 0;
	}

	.bio_block img {
		display: block;
		border-radius: 16px;
		margin: 0 0 30px 0;
	}
	
	.bio_block .row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
	}

	.bio_block h1 {
		margin: 0 0 40px 0;
	}

	.bio_block p {
		margin: 0 0 1.88rem 0;
	}

	
	/* SEARCH RESULTS */
	
	.search_results {
		padding: 50px 0 100px 0;
	}
	
	.search_results li {
		margin: 0 0 30px 0;
	}

	.search_results li a {
		color: #000;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	
	.search_results li .desc {
		margin: 12px 0 0 0;
		color: #000;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.125rem;
	}
	
	

	/* PAGINATION */
	
	.paginate {
		margin: 40px 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: var(--blue);
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		border: 1px solid var(--blue);
		border-radius: 10px;
		width: 52px;
		height: 52px;
		margin: 0 5px;
		transition: all .1s linear;
		text-decoration: none !important;
	}
	.page-numbers.current {
		border: none;
	}
	.page-numbers:hover {
		border: 1px solid var(--blue);
		background-color: var(--blue);
		color: var(--white);
	}
	.page-numbers.current:hover {

	}
	.page-numbers.prev {
		border: 1px solid var(--maize);
		background-color: var(--maize);
		background-image: url(images/btn_arrow_left_blue.svg);
		background-repeat: no-repeat;
		background-position: center center;
		color: transparent;
	}
	.page-numbers.prev:hover {
		border: 1px solid var(--blue);
		background-color: var(--blue);
		background-image: url(images/btn_arrow_left_white.svg);
	}
	.page-numbers.next {
		border: 1px solid var(--maize);
		background-color: var(--maize);
		background-image: url(images/btn_arrow_right_blue.svg);
		background-repeat: no-repeat;
		background-position: center center;
		color: transparent;
	}
	.page-numbers.next:hover {
		border: 1px solid var(--blue);
		background-color: var(--blue);
		background-image: url(images/btn_arrow_right_white.svg);
	}




	/* FOOTER */
	
	footer {
		padding: 80px 0;
		background-color: #ffffff;
	}
	
	footer .row {
		display: flex;
		justify-content: space-between;
	}
	
	.footer_logo img {
		display: block;
	}
	
	.footer_contact {
		text-align: center;
	}
	
	.footer_contact li {
		margin: 0 0 20px 0;
	}
	
	.footer_contact li a {
		color: var(--black);
		line-height: 1;
	}	

	.footer_contact li a:hover {
		text-decoration: underline;
	}	

	.footer_contact li a.cta {
		color: var(--blue);
		font-weight: 500;
	}	

	.footer_nav li {
		margin: 0 0 20px 0;
	}
	
	.footer_nav li a {
		color: var(--black);
		font-weight: 500;
		line-height: 1;
	}

	.footer_nav li a:hover {
		text-decoration: underline;
	}
	
	.footer_nav a.cta {
		color: var(--blue);
		font-weight: 500;
	}

}


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

	.row, .row_1030 {
		width: 970px;
	}
	
	.desktop_logo img {
		width: 250px;
	}

	.desktop_nav a, .desktop_nav button {
		font-size: 0.875rem;
		padding: 10px;
	}

	.image {
		width: 470px;
	}
	
	.lird .left_image {
		width: 470px;
	}

	.right_drawers {
		width: 470px;	
	}

	.left_heading_right_two_cards_block .left_heading {
		width: 470px;
	}
	
	.left_heading_right_two_cards_block .right_two_cards {
		width: 470px;
	}

	.lirctcb .left_image {
		width: 470px;
		flex: 0 0 auto;
	}

	.lirctcb .right_content {
		width: 470px;
		flex: 0 0 auto;			
	}

	.lsircb .right_content {
		width: 770px;
	}

	.srn_label, .selected-option, ul[role="listbox"] {
		font-size: 1rem;
	}

	ul[role="listbox"] li {
		line-height: 1.25rem;
	}

	.selected-option {
		padding: 0 50px 0 30px;
	}

}


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


	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row, .row_1030 {
		width: calc(100vw - 44px);
		margin: 0 auto;
	}
	
	h1 {
		font-size: 2.5rem;
		line-height: 2.875rem;	
	}
	
	h2 {
		font-size: 2.125rem;
		line-height: 2.5rem;;
	}


	
	/* HEADER */
	
	.mobile_header {
		padding: 22px 0;
		width: 100%;
		z-index: 5;
	}
	
	.mobile_header .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}

	.mobile_logo img {
		display: block;
		width: 250px;
		height: auto;
	}
	
	#burger {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		flex: 0 0 auto;
		padding: 0;
		margin: 0;
		border-radius: 10px;
		border: 1px solid var(--blue);
	}
	
	#burger svg {
		display: block;
	}
	
	#burger.active .burger_closed {
		display: none;
	}
	
	#burger.active .burger_open {
		display: block;
	}
	
	#burger .burger_open {
		display: none;
	}

	.advising_heading {
		margin: 18px 0 0 0;
	}
	
	#mm {
		display: none;
		z-index: 3;
		background-color: #ffffff;
		width: 100%;
		min-height: 100vh;
	}
	
	#mm.dropped {
		display: block;
	}

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

	#mm .search_bar {
		margin: 0 0 20px 0;
		display: flex;
		align-items: center;
		width: 100%;
		height: 50px;
	}

	.search_field_mobile {
		width: 100%;
		font-size: 1rem;
		line-height: 30px;
		color: var(--blue);
		border: 0;
		padding: 0;
		margin: 0;
	}

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

	#mm .menu-item {
		border-bottom: 1px solid var(--Gray, #C1C1C1);
		padding: 20px 0;
	}
	
	#mm	.menu-toggle, #mm li a {
		width: 100%;
		display: flex;
		justify-content: space-between;
		color: var(--blue);
		align-items: center;
		font-size: 1.5rem;
	}
	
	#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 {
		font-size: 1rem;
	}

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



	/* CONTENT BLOCKS */

	.w_intro {
		display: block;
	}

	.general_header_block {
		padding: 20px 0;
	}

	.gh_h1 {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.gh_intro {
		width: 100%;
		padding: 0;
	}

	.left_content_right_image_block .row {
		display: block;
	}

	.left_content {
		padding: 40px 20px;
		margin: 0 0 30px 0;
		min-height: calc(100vw - 44px);
	}

	.content_image_block {
		padding: 40px 0;
	}

	.content_image_block .row_1030 {
		flex-direction: column;
	}

	.lirc .content, .lcri .content {
		order: 1;
		width: 100%;
		margin: 0 0 30px 0;
	}

	.lirc .image, .lcri .image {
		order: 2;
		width: 100%;
	}

	.advising_navigator_block {
		padding: 40px 0;
	}

	.srn_row {
		display: block;
		padding: 0;
		text-align: left;
	}

	.srn_label {
		margin: 0 0 20px 0;
	}

	.srn_dd {
		margin: 0 0 40px 0;
	}

	.custom-select {
		width: 100%;
		margin: 0;
	}

	.selected-option {
		width: 100%;
	}

	.background_image_content_block {
		padding: 40px 0;
	}

	.background_image_content_block .row {
		min-height: auto;
		padding: 20px;
	}

	.bicb_content {
		width: 100%;
	}

	.testimonials_block {
		padding: 40px 0;
	}

	.testimonials_block .row_1 {
		height: auto;
	}

	.carousel__slide {
		display: block;
	}

	.quote_left {
		width: 100%;
	}

	.quote {
		font-size: 2.125rem;
		line-height: 2.5rem;
	}

	.quote_right {
		width: 100%;
	}

	.cc {
		margin: 20px 0 0 0;
		width: 100%;
	}

	.three_cards_block {
		padding: 40px 0;
	}

	.three_cards {
		display: block;
	}

	.three_card {
		min-height: calc(100vw - 44px);
		margin: 0 0 30px 0;
	}

	.four_cards_block {
		padding: 40px 0;
	}

	.four_cards {
		display: block;
	}

	.four_card {
		min-height: calc(100vw - 44px);
		margin: 0 0 30px 0;
	}

	.heading_cta {
		display: block;
	}

	.heading_cta h2 {
		margin: 0 0 40px 0;
	}

	.left_heading_right_two_cards_block {
		padding: 40px 0;
	}

	.lhrtcb {
		display: block;
	}

	.left_heading_right_two_cards_block .left_heading {
		width: 100%;
	}

	.left_heading_right_two_cards_block .right_two_cards {
		width: 100%;
	}

	.right_cards {

	}

	.right_card {
		margin: 0 0 30px 0;
	}

	.people_cards {
		grid-template-columns: 1fr 1fr;
	}

	.lsircb {
		display: block;
	}

	.lsircb .left_image {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.lsircb .right_content {
		width: 100%;
	}

	.drawers_w_content_blocks_block {
		padding: 40px 0;
	}

	.drawer_heading {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}

	.drawer_two_cols_inner {
		display: block;
	}

	.drawer_two_cols_inner div {
		margin: 0 0 30px 0;
	}

	.people {
		display: block;
	}

	.person {
		margin: 0 0 30px 0;
	}

	.left_image_right_drawers_block {
		padding: 40px 0;
	}

	.lird {
		display: block;
	}

	.lird .left_image {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.lird .right_drawers {
		width: 100%;
	}

	.left_image_right_content_two_col_block {
		padding: 40px 0;
	}

	.left_image_right_content_two_col_block .row {
		display: block;
	}

	.lirctcb .left_image {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.lirctcb .right_content {
		width: 100%;
	}

	.two_cols {
		grid-template-columns: 1fr;
	}

	.tip_slide {
		width: 100%;
		padding: 30px;
		height: auto;
	}

	.tip_dots {
		width: 100%;
		bottom: 60px;
		left: 60px;
	}

	.tip_content {
		width: 100%;
	}

	.tip_middle {
		padding: 20px 0;
	}



	/* ADVISING */

	.advising_header .row {
		display: block;
	}

	.ah_left {
		width: 100%;
	}

	.ah_left h1 {
		margin: 0 0 20px 0;
	}

	.ah_right {
		width: 100%;
	}

	.resource_filters {
		height: auto;
	}

	.resource_filters form {
		display: block;
	}

	.btn_cb {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.btn_apply_filters {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.btn_clear_desktop {
		width: 100%;
	}

	.filter_box {
		margin: 0 0 20px 0;
	}

	.adv_cards {
		display: block;
	}

	.adv_card {
		margin: 0 0 20px 0;
	}

	.remove_filters .row {
		width: auto;
		padding: 0 0 0 20px;
		overflow-x: scroll;
		margin: 0;
		display: flex;
	}



	/* BIO */

	.bio_block {
		padding: 40px 0;
	}
	
	.bio_block .row {
		display: block;
	}


	
	/* FOOTER */
	
	footer {
		padding: 40px 0;
		background-color: #ffffff;
	}
	
	footer .row {
		display: block;
	}
	
	.footer_logo {
		margin: 0 0 40px 0;
	}
	
	.footer_contact {
		margin: 0 0 40px 0;
	}
	

	.footer_nav {
		margin: 0 0 40px 0;
	}


}

