/*
Theme Name: UM Access & Opportunity
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: "Figtree", sans-serif;
		font-size: 16px;
		line-height: 140%;
		font-weight: 400;
		color: #000000;
		text-align: center;
		position: relative;
		overflow-x: hidden;
	}

	:root {
		--blue: #00274C;
		--maize: #FFCB05; 
		--arb-blue: #2F65A7;
		--amethyst: #702082;
		--orange: #D86018;
		--red: #9A3324;
		--teal: #00B2A9;
		--light-teal: #CCF0EE;
		--black: #000000;
		--white: #ffffff;
		--light-grey: #F2F2F2;
		--grey: #C1C1C1;
		--stone: rgba(101, 90, 82, 0.10);
	}

	*, *: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;
	}

	.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: "Figtree", 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(--white);
		font-size: 3rem;
		font-style: normal;
		font-weight: 400;
		line-height: 3.125rem;
		letter-spacing: -0.03rem;
	}
	
	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;
	}

	.cta {
		display: inline-block;
		background-color: var(--blue);
		color: var(--white);
		font-size: 0.875rem;
		font-weight: 600;
		padding: 16px 20px;
		border-radius: 10px;
	}


	
	
	/* HEADER */

	.desktop_header .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
	}
	
	.desktop_logo img {
		display: block;
	}

	
	#menu-primary-menu {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	.desktop_nav {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.desktop_nav li {
		margin: 0 20px;
	}
	
	.desktop_nav a {
		color: var(--blue);
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 1.25rem;
		letter-spacing: -0.00438rem;
		transition: all .1s linear;
		background-image: linear-gradient(var(--maize), var(--maize));
		background-size: 0% 4px;
		background-repeat: no-repeat;
		background-position: 0 calc(100% + 2px);
		transition: background-size 0.15s;
		display: inline-flex;
		align-items: center;
	}
	
	.desktop_nav a:hover {
		background-size: 100% 4px;
	}

	.desktop_nav button {
		color: var(--blue);
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 1.25rem;
		letter-spacing: -0.00438rem;
		transition: all .1s linear;
		display: flex;
		align-items: center;
		margin: 1px 0 0 0;
	}

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

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

	.desktop_nav button svg {
		display: block;
	}
	
	.menu-item-has-children {
		position: relative;
	}

	.desktop_nav button svg {
		display: block;
		margin: 0 0 0 6px;
	}
	
	.menu-toggle[aria-expanded="true"] {

	}
	
	.menu-toggle[aria-expanded="true"] svg {
		transition: all .1s linear;
		transform: rotate(180deg);
	}

	.sub-menu {
		display: none;
	}

	.desktop_nav ul.sub-menu {
		position: absolute;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
		padding: 20px;
		border-radius: 10px;
		background-color: var(--white);
		z-index: 3;
	}
	
	.sub-menu li {
		margin: 0 0 10px 0;
	}

	.sub-menu li a {
		white-space: nowrap;
	}

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

	.search_field_desktop {
		width: 120px;
		color: var(--blue);
		font-family: "Figtree", sans-serif;
		font-size: 0.875rem;
		font-weight: 600;
		border: 0;
		padding: 0 20px 0 0;
	}

	.search_submit {
		width: 36px;
		height: 36px;
		color: transparent;
		overflow: hidden;
		border-radius: 10px;
		border: 0;
		background-color: var(--maize);
		background-image: url(images/icon_search.svg);
		background-repeat: no-repeat;
		background-position: center center;
	}

	::placeholder {
		color: var(--blue);
		font-family: "Figtree", sans-serif;
		font-size: 0.875rem;
		font-weight: 600;
		opacity: 1;
	}
	
	#mm {
		display: none;
	}
	


	/* CONTENT BLOCKS */
	
	



	/* STORIES */

	.stories_header {
		padding: 60px 0 30px 0;
		background-color: var(--arb-blue);
	}

	.stories_header h1 {
		color: var(--white);
		margin: 0;
	}
	

	
	/* SEARCH RESULTS */
	





	
	

	/* 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: 40px 0;
		background-color: #ffffff;
	}
	
	footer .row {
		display: flex;
		justify-content: space-between;
	}

	.footer_subscribe {
		width: 400px;
		flex: 0 0 auto;
	}

	.footer_subscribe h2 {
		color: var(--blue);
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 1.75rem;
		letter-spacing: -0.015rem;
		margin: 0 0 10px 0;
	}
	
	.footer_contact {
		width: 300px;
		flex: 0 0 auto;
		line-height: 2rem;
		letter-spacing: -0.005rem;
	}
	
	.footer_nav {
		width: 180px;
		flex: 0 0 auto;
	}

	.footer_nav li {
		margin: 0 0 10px 0;
	}
	
	.footer_nav li a {
		color: var(--blue);
		font-weight: 600;
		line-height: 1.375rem;
		letter-spacing: -0.005rem;
		background-image: linear-gradient(var(--maize), var(--maize));
		background-size: 0% 4px;
		background-repeat: no-repeat;
		background-position: 0 calc(100% + 2px);
		transition: background-size 0.15s;
	}

	.footer_nav li a:hover {
		background-size: 100% 4px;
	}

	footer .row_2 {
		margin: 60px auto 0 auto;
	}
	
	.footer_logo img {
		display: block;
		width: 200px;
		height: auto;
	}

	.footer_copyright {
		color: var(--blue);
		font-size: 0.875rem;
		line-height: 1.125rem;
		letter-spacing: -0.00438rem;
	}

}


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

	.row {
		width: 970px;
	}
	

}


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


	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row {
		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;
	}




	
	/* FOOTER */



}

