@media only screen and (max-width:999px) {
	html #wpadminbar {
		position: fixed;
		top: 0;
		width: 100%;
	}

	.site-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
		height: auto;
	}

	body.admin-bar .site-header {
		top: 46px;
		
	}
	
	.header-contact {
		display: none;
	}

	.std_width-desktop {
		display: none;
	}

	.std_width-mobile {
		background: #004483;
		position: relative;
	}

	.std_width-mobile-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 94%;
		margin: 0 auto;
		height: 70px;
	}

	#mobile-menu-toggle {
		background: url('/wp-content/themes/eddy-minimal/images/icon_menu_2.png') no-repeat;
		background-position: center;
		background-size: contain;
		width: 38px;
		height: 34px;
	}

	.site-branding {
		width: 190px;
	}

	.custom_logo {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 65px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	.mobile-cta > a {
		display: block;
		width: 62px;
		height: 50px;
		padding: 11px 18px 0 0;
		/*background: url('/wp-content/themes/eddy-minimal/images/icon_phone_2.png') right 7px no-repeat;*/
		font-size: 12px;
		font-family: 'National 2 Bold';
		font-weight: 700;
		line-height: 13px;
		text-decoration: none;
		color: #fff;
		text-align: center;
	}

	.mobile-cta > a:hover,
	.mobile-cta > a:focus,
	.mobile-cta > a:active,
	.mobile-cta > a:visited,
	.mobile-cta > a:link {
		color: #fff;
	}

	#dropdown-menu {
		position: absolute;
		top: 70px;
		width: 100%;
		height: auto;
		background: #0083CA;
		z-index: 9998;
		padding: 15px 0;
		overflow: scroll;
	}

	.admin-bar #dropdown-menu {
		top: 116px;
	}

	#dropdown-menu .search-form {
		max-width: 92%;
		margin: 0 auto 15px;
	}

	#dropdown-menu .search-form label {
		display: block;
		width: 100%;
	}

	#dropdown-menu .search-form .search-field {
		width: 100%;
		height: 40px;
		padding-left: 25px;
		background: url('/wp-content/themes/eddy-minimal/images/icon_search.png') no-repeat #fff;
		background-position: 3px 50%;
		border: 0;
		font-size: 13px;
	}

	#dropdown-menu .search-submit {
		display: none;
	}

	.dropdown-menu-inner {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.dropdown-menu-inner .mobile-links-group {
		display: flex;
		flex-direction: column;
		gap: 5px;
		max-width: 92%;
		margin: 0 auto;
		width: 100%;
	}

	.dropdown-menu-inner .mobile-links-group > a {
		position: relative;
		background: #012f60;
		padding: 15px;
		color: #fff;
		font-family: 'National 2';
		font-size: 17px;
		font-weight: 500;
		text-decoration: none;
		line-height: 17px;
		letter-spacing: 1.5px;
	}

	.dropdown-menu-inner .mobile-links-group > a::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background-image: url('/wp-content/themes/eddy-minimal/images/mobile_menu_arrow.png');
		background-position: center center;
		background-repeat: no-repeat;
		width: 15%;
		height: 100%;
	}

	.dropdown-menu-inner .mobile-links-group > a:last-child::after {
		content: none;
	}

	.dropdown-menu-inner .mobile-links-group > a:hover,
	.dropdown-menu-inner .mobile-links-group > a:focus,
	.dropdown-menu-inner .mobile-links-group > a:active,
	.dropdown-menu-inner .mobile-links-group > a:visited,
	.dropdown-menu-inner .mobile-links-group > a:link,
	.header-contact-mobile .mobile-links-group > a:hover,
	.header-contact-mobile .mobile-links-group > a:focus,
	.header-contact-mobile .mobile-links-group > a:active,
	.header-contact-mobile .mobile-links-group > a:visited,
	.header-contact-mobile .mobile-links-group > a:link {
		color: #fff;
	}

	.header-contact-mobile {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 100%;
		max-width: 92%;
		margin: 15px auto 0;
	}

	.header-contact-mobile.moved {
		margin: 0 !important;
		max-width: 100% !important;
	}

	.header-contact-mobile > a {
		padding: 15px;
		font-size: 17px;
		font-family: 'National 2 Bold';
		font-weight: 500;
		color: #fff;
		text-decoration: none;
		line-height: 17px;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		border: 1px solid #fff;
		background: #005fa3;
	}

	.header-contact-mobile > a:first-of-type {
		background: #fff;
		color: #004398;
	}

	.header-contact-mobile > a:first-of-type:hover,
	.header-contact-mobile > a:first-of-type:focus,
	.header-contact-mobile > a:first-of-type:active,
	.header-contact-mobile > a:first-of-type:visited,
	.header-contact-mobile > a:first-of-type:link {
		color: #004398;
	}

	.header-contact-mobile > a:hover,
	.header-contact-mobile > a:focus,
	.header-contact-mobile > a:active,
	.header-contact-mobile > a:visited,
	.header-contact-mobile > a:link {
		color: #fff;
	}

	.header-contact-mobile > a:nth-of-type(2) {
		text-transform: none;
	}

	.mobile_link-content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.mobile_link-content {
		display: none;
	}

	.mobile-links-group:first-of-type .mobile_link-content {
		display: none;
	}

	.mobile_back_button {
		background-color: #797979;
		color: #fff;
		padding: 11px 15px 11px 25px;
		float: left;
		text-transform: uppercase;
		font-family: 'National 2 Bold';
		font-size: 13px;
		font-weight: 700;
		text-decoration: none;
		position: relative;
		margin: 10px 0;
	}

	.mobile_back_button::before { 
		background-image: url('/wp-content/themes/eddy-minimal/images/mobile_menu_arrow.png');
		background-position: center center;
		background-repeat: no-repeat;
		bottom: 0;
		content: '';
		position: absolute;
		left: 10px;
		top: 0;
		width: 15%;
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.mobile_back_button:hover,
	.mobile_back_button:focus,
	.mobile_back_button:active,
	.mobile_back_button:visited,
	.mobile_back_button:link {
		color: #fff;
	}

	a.mobile-menu-title {
	    text-decoration: none;
		font-size: 23px;
		text-transform: uppercase;
		color: #ffffff;
	}

	a.mobile-menu-title:hover,
	a.mobile-menu-title:focus,
	a.mobile-menu-title:active,
	a.mobile-menu-title:visited,
	a.mobile-menu-title:link {
		color: #ffffff;
	}

	.mobile-menu-title > p {
		color: #ffffff;
		font-family: "National 2";
		font-size: 23px;
		font-weight: 500;
		letter-spacing: 1.5px;
		line-height: 23px;
		margin: 0 0 15px 0;
	}

	.content-wrap {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 100%;
	}

	.content-wrap[data-sort="2"] {
		margin-top: 20px;
	}

	.content-wrap div.degree-level {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 100%;
	}

	div.nested-menu,
	.areas-of-study {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 100%;
	}

	.nested-menu.level-two > a,
	.nested-menu.level-three .areas-of-study > a {
		position: relative;
	}

	.nested-menu.level-two > a::after,
	.nested-menu.level-three .areas-of-study > a::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background-image: url('/wp-content/themes/eddy-minimal/images/mobile_menu_arrow.png');
		background-position: center center;
		background-repeat: no-repeat;
		width: 15%;
		height: 100%;
	}

	.nested-menu.level-two a:last-child::after,
	.nested-menu.level-three .areas-of-study a:last-child::after {
		display: none;
	}

	.nested-menu.level-three,
	.nested-menu.level-four {
		display: none;
	}

	.content-wrap p.academics-content-title,
	.content-wrap a,
	a.mobile-menu-link {
		padding: 12px 0px 12px 15px;
		line-height: 14px;
		letter-spacing: 0.5px;
		font-family: 'National 2';
		font-size: 17px;
		font-weight: 500;
	}

	.nested-menu.level-two a {
		font-size: 14px;
	}

	.nested-menu.level-four a {
		font-size: 13px;
		line-height: 18.2px;
	}

	.content-wrap p.academics-content-title {
		background: #fff;
		color: #004398;	
		margin: 0;
	}

	.content-wrap a,
	a.mobile-menu-link {
		background: #042f5a;
		color: #fff;
		text-decoration: none;
	}

	a.mobile-menu-link {
		width: 100%;
		padding: 15px;
		line-height: 1em;
	}

	.content-wrap a:hover,
	.content-wrap a:focus,
	.content-wrap a:active,
	.content-wrap a:visited,
	.content-wrap a:link,
	a.mobile-menu-link:hover,
	a.mobile-menu-link:focus,
	a.mobile-menu-link:active,
	a.mobile-menu-link:visited,
	a.mobile-menu-link:link {
		color: #fff;
	}
}

@media only screen and (min-width:1000px) {
	.std_width-mobile {
		display: none;
	}

	#dropdown-menu {
		display: none !important;
	}

	.header-contact {
		position: fixed;
		top: 0;
		width: 100%;
		background: #0083CA;
		padding: 8px 8px 7px;
		z-index: 9999;
	}

	body.admin-bar .header-contact {
		top: 32px;
	}

	.header-contact .header-contact-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1210px;
		margin: 0 auto;
		height: 30px;
	}

	.header-contact .links-menu a {
		color: #fff;
		font-family: 'National 2';
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 2px;
		text-decoration: none;
	}

	.header-contact .links-menu a:hover {
		color: #a5c8d8 !important;
		text-decoration: underline;
	}

	.header-contact .links-menu a:focus,
	.header-contact .links-menu a:active,
	.header-contact .links-menu a:visited,
	.header-contact .links-menu a:link {
		color: #fff;
	}

	.header-contact .links-menu span {
		color: #fff;
		font-family: 'National 2';
		font-size: 14px;
		font-weight: 300;

	}

	.header-contact .header-contact-inner a,
	.header-contact .header-contact-inner span {
		display: inline-block;
	}

	.header-contact .links-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	#nav_search {
		position: relative;
	}

	#nav_search::after {
		content: '';
		position: absolute;
		right: -12px;
		top: 2px;
		width: 12px;
		height: 12px;
		background: url('/wp-content/themes/eddy-minimal/images/search_lens.png') no-repeat;
	}

	.search-form {
		/*display: flex;*/
		transform: translateY(-1000%);
		transition: transform 0.3s ease-in-out;
		margin-left: 20px;
		/*padding: 1px;*/
		background: #fff;
		border-radius: 0;
		position: relative;
		height: 23px;
	}

	.search-form input {
		border: none;
		width: 167px;
		padding: 0 25px 0 1px;
		height: 23px;
		max-width: 167px;
		border-radius: 0;
		/*-webkit-appearance: none;*/
		/*outline: none;*/
		position: relative;
		font-family: Arial;
		font-size: 13px;
		transition: padding 0.3s ease-in-out;
		border: 1px solid transparent;
		top: -2px;
	}
	
	.search-form input:focus{
	    border-color: black;
	}

	.search-form input.search-field:hover {
		padding-left: 20px;
		background: url('../images/icon_search.png') no-repeat !important;
		background-position: left;
	}

	.search-form .search-submit {
		width: 35px;
		background: #939398 no-repeat;
		color: #fff;
		padding: 0;
		position: absolute;
        right: 1px;
        top: 1.5px;
        height: 20.5px
	}
	
	.search-form label:focus {
	    border: 1px solid black;
	}

	.header-contact .cta-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.header-contact .cta-menu a {
		color: #fff;
		font-family: 'National 2 Bold';
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		text-decoration: none;
	}

	.header-contact .cta-menu a.cta-button {
		font-size: 11px;
		background-color: #FFCC35;
		color: #004483;
		padding: 14px 20px;
		position: relative;
        top: -1px;
        height: 45px;
	}

	.header-contact .cta-menu a.cta-button:hover {
		color: #fff;
		background-color: #0083CA;
	}
	
	.header-contact .cta-menu a.cta-button:active, .header-contact .cta-menu a.cta-button:focus  {
	    color: #fff;
	    background-color: #000;
	}

	.header-contact .cta-menu span::before {
		content: '-';
		font-size: 1.5em;
		margin-right: 4px;
		margin-top: 0px;
		height: 25px;
	}

	.header-contact .cta-menu span.show::before {
		content: '+';
	}

	.header-contact .cta-menu span {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-family: 'National 2';
		font-size: 12px;
		font-weight: 400;
		max-width: 53px;
		line-height: 1em;
		cursor: pointer;
	}
	
	.site-header {
		position: fixed;
		top: 45px;
		width: 100%;
		height: 93px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		z-index: 9999;
	}

	body.admin-bar .site-header {
		top: 77px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
	}

	.site-branding {
		width: 310px;
	}
	
	.custom_logo {
		text-indent: -9999px;
		width: 100%;
		display: inline-block;
		height: 71px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 95%;
		margin-top: 8px;
	}
	
	.site-header .main-navigation {
		display: flex;
		align-items: flex-end;
		width: auto;
	}
	
	body .main-navigation ul {
		display: flex;
		gap: 5px;
	}

	.site-header .main-navigation ul.custom-menu > li:hover a {
		
		
	}

	.site-header .main-navigation ul.custom-menu > li > a {
		padding: 12px 9px 42px;
		
		color: #004483;
		font-family: 'National 2';
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .75px
	}


	
	.custom-menu li.active {
		border-bottom: 3px solid #004483;
	}

	
	.site-header .main-navigation ul.custom-menu>li:hover .section {
		display: block;
	}
	
	.site-header .std_width-desktop {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		max-width: 1210px;
		height: 100%;
		margin: 0 auto;
	}

	.menu-list-item {
		margin:0;
	}

	.section {
		display: none;
		position: fixed;
		top: 138px;
		right: 0;
		left: 0;
		z-index: 9999;
		background: #F9F9F9 0% 0% no-repeat padding-box;
	}

	body.admin-bar .section {
		top: 170px;
	}

	.content {
		display: grid;
		grid-template-columns: 290px 1fr;
		grid-gap: 10px;
		max-width: 1150px;
		margin: 0 auto;
		padding: 14px 0 35px 125px;
	}

	.content-item[data-sort="3"] {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.content-item[data-sort="3"] .content-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 8px;
		column-gap: 10px;
	}

	.content-item[data-sort="3"] .content-links a {
		min-height: 30px;
	}

	.content-item[data-sort="3"] .content-links a:last-of-type {
		width: auto;
		padding-top: 0;
	}

	.content-item[data-sort="3"] .content-links a:last-of-type::before {
		content: '';
		display: block;
		width: 90%;
		height: 1px;
		margin-bottom: 10px;
		background: #fff;
	}

	h4.content-title {
		color: #333333;
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 15px 0;
		padding: 5px 0px 5px 10px;
	}

	h4.content-title::after {
		content: '';
		display: block;
		width: 90%;
		height: 1px;
		margin-top: 15px;
		background: #333333;
	}

	.content-image a,
	.content-links a {
		color: #004483;
        font-family: 'National 2';
        font-weight: 500;
        font-size: 14px;
        padding: 7px 0px 5px 10px;
        min-height: 36px;
        width: fit-content;
		font-size: 16px;
	}

	.content.has-image .content-links a {
		padding: 5px 10px;
		min-height: 30px;
		line-height: 20px;
		letter-spacing: 0.2px;
	}

	.content.has-image .content-links a:hover {
		background: rgba(0,0,0,0) url('../images/menu_bg_arrow.png') no-repeat scroll 100% / cover;
		color: #4578AF;
	}

	.content-image a {
		padding: 0;
		min-height: auto;
		letter-spacing: 1.5px;
		margin-bottom: 15px;
	}

	.content-links a:hover,
	.content-links a:focus,
	.content-links a:active,
	.content-links a:visited,
	.content-image a:hover,
	.content-image a:focus,
	.content-image a:active,
	.content-image a:visited {
		color: #004483;
		text-decoration: none;
	}

	.content-links a:hover {
		text-decoration: underline;
	}

	.content.has-image {
		grid-template-columns: 380px 1fr;
		padding-left: 0;
	}

	.content.has-image .content-image {
		padding: 0 15px;
	}

	.content.has-image .content-item {
		padding: 50px 15px 0;
	}

	.content.has-image .content-item .content-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 14px;
		column-gap: 10px;
	}
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
	.header-contact {
		padding: 8px 0 7px;
	}
	
	.header-contact .header-contact-inner {
		max-width: 92%;
	}
	
	.site-header .std_width-desktop {
		max-width: 92%;
	}
	
	.site-branding {
		width: 150px;
	}

	.content {
		max-width: 92%;
		padding: 14px;
	}

	.content.has-image .content-item {
		padding-bottom: 50px;
	}

	.content.has-image {
		grid-template-columns: 220px 1fr;
	}
	
	body .main-navigation ul {
		gap: 3px;
	}
	
	.site-header .main-navigation ul.custom-menu > li > a {
		font-size: 12px;
		padding: 12px 4px 42px;
	}

	h4.content-title {
		font-size: 14px;
	}

	.content-image a,
	.content-links a,
	.content-item[data-sort="3"] .content-links a,
	.content.has-image .content-links a {
		font-size: 12px;
	}
	
	.header-contact .cta-menu a {
		font-size: 13px;
	}
	
	.header-contact .cta-menu a.cta-button {
		padding: 14px;
	}
}





