@media (min-width: 1200px) {

	#header-primary-links,
	#secondary-desktop-links,
	#department-wrap,
	#page-wrap,
	#admissions-links-wrap-footer,
	#footer-wrap {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	#secondary-desktop-links {
		display: block;
	}

	#secondary-desktop-links > ul {
		list-style: none;
		padding: 0;
		margin: 7px 0 6px;
		color: white;
		float: right;
		font-size: 14px;
		position: relative;
	}

	#secondary-desktop-links > ul > li {
		display: inline-block;
		padding: 5px 25px;
	}

	#secondary-desktop-links > ul > li > a {
		text-decoration: none;
		color: white;
		display: block;
		width: 100%;
	}

	#secondary-nav-news-button::before {
		display: inline-block;
		content: ' ';
		width: 20px;
		height: 20px;
		background-image: url(https://www.iwu.edu/_resources/images/2018-template/calendar-icon.png);
		background-image: -webkit-image-set(url(https://www.iwu.edu/_resources/images/2018-template/calendar-icon.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/calendar-icon@2x.png) 2x);
		background-image: image-set(url(https://www.iwu.edu/_resources/images/2018-template/calendar-icon.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/calendar-icon@2x.png) 2x);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 10px;
		list-style: none;
	}

	#secondary-nav-search-button::before {
		display: inline-block;
		content: ' ';
		width: 20px;
		height: 20px;
		background-image: url(https://www.iwu.edu/_resources/images/2018-template/search-white.png);
		background-image: -webkit-image-set(url(https://www.iwu.edu/_resources/images/2018-template/search-white.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/search-white@2x.png) 2x);
		background-image: image-set(url(https://www.iwu.edu/_resources/images/2018-template/search-white.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/search-white@2x.png) 2x);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 10px;
		list-style: none;
	}

	#secondary-nav-search-button > summary {
		list-style: none;
	}

	html.no-details #secondary-nav-search-button > summary {
		list-style: initial;
	}

	#secondary-nav-search-button > summary::-webkit-details-marker {
		display: none;
	}

	#secondary-nav-search-button > summary::before {
		display: inline-block;
		content: " ";
		width: 20px;
		height: 20px;
		background-image: url(https://www.iwu.edu/_resources/images/2018-template/search-white.png);
		background-image: -webkit-image-set(url(https://www.iwu.edu/_resources/images/2018-template/search-white.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/search-white@2x.png) 2x);
		background-image: image-set(url(https://www.iwu.edu/_resources/images/2018-template/search-white.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/search-white@2x.png) 2x);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 10px;
	}

	html.no-details #secondary-nav-search-button > summary::before {
		background-image: none;
	}

	#secondary-nav-search {
		position: absolute;
		right: 25px;
		z-index: 30;
		background-color: #F1F1EF;
		padding: 10px;
		border-radius: 10px;
	}

	#secondary-nav-search-text {
		width: 300px;
	}

	#header-background-wrap {
		margin-top: 50px;
		border-radius: 10px;
		z-index: 20;
		position: relative;
		width: 100%;
	}

	#wordmark-wrap {
		width: auto;
		height: auto;
		text-align: inherit;
		vertical-align: inherit;
		display: inline-block;
		float: left;
	}

	#primary-nav-news-button {
		display: none;
		/* TEMP */
	}

	#primary-nav-search-button {
		display: none;
		/* TEMP */
	}

	#primary-nav-b {
		display: none;
		/* TEMP */
	}

	#primary-nav-a {
		text-align: right;
	}

	#primary-nav-a > ul {
		list-style: none;
		padding-left: 0;
	}

	#primary-nav-a > ul > li {
		display: inline-block;
		width: 120px;
		text-align: center;
		font-size: 18px;
	}

	#primary-nav-a > ul > li > details > summary {
		height: 40px;
		background-image: url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-closed.png);
		background-image: -webkit-image-set(url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-closed.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-closed@2x.png) 2x);
		background-image: image-set(url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-closed.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-closed@2x.png) 2x);
		background-position: bottom center;
		background-repeat: no-repeat;
		list-style: none;
	}

	html.no-details #primary-nav-a > ul > li > details > summary {
		list-style: initial;
		background-image: none;
	}

	#primary-nav-a > ul > li > details[open] > summary {
		background-image: url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-open.png);
		background-image: -webkit-image-set(url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-open.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-open@2x.png) 2x);
		background-image: image-set(url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-open.png) 1x,
			url(https://www.iwu.edu/_resources/images/2018-template/subdropdown-open@2x.png) 2x);
	}

	html.no-details #primary-nav-a > ul > li > details[open] > summary {
		background-image: none;
	}

	#primary-nav-a > ul > li > details > summary::-webkit-details-marker {
		display: none;
	}

	#primary-nav-a > ul > li > details > ul {
		position: absolute;
		background: #F1F1EF;
		width: 100%;
		left: 0;
		list-style: none;
		text-align: center;
		z-index: 50;
		padding: 20px 0;
		margin-top: 8px;
		color: black;
		border-top: 3px solid #d2d2cd;
	}

	#primary-nav-a > ul > li > details > ul > li {
		padding: 5px 0;
		display: inline-flex;
		width: 300px;
	}

	#primary-nav-a > ul > li > details > ul > li > ul {
		list-style: none;
		text-align: left;
		padding-left: 0;
	}

	#primary-nav-a > ul > li > details > ul > li > ul > li {
		padding-bottom: 6px;
	}

	#primary-nav-a > ul > li > details > ul > li > ul > li > a {
		font-size: 20px;
		font-weight: bold;
		color: #006747;
	}

	#primary-nav-a > ul > li > details > ul > li > ul > li > details > summary {
		font-size: 20px;
		font-weight: bold;
		list-style: none;
		padding-bottom: 6px;
	}

	html.no-details #primary-nav-a > ul > li > details > ul > li > ul > li > details > summary {
		list-style: initial;
	}

	#primary-nav-a > ul > li > details > ul > li > ul > li > details > summary::-webkit-details-marker {
		display: none;
	}

	#primary-nav-a > ul > li > details > ul > li > ul > li > details > ul {
		list-style: none;
		padding-left: 15px;
	}

	#primary-nav-a > ul > li > details > ul > li > ul > li > details > ul > li {
		padding-bottom: 6px;
		font-size: 16px;
	}

	#primary-nav-a > ul > li > details > ul > li > ul > li > details > ul > li > a {
		color: #006747;
	}

	#admissions-links-wrap-header,
	#admissions-links-wrap-footer {
		width: auto;
		font-size: 14px;
		text-align: right;
		float: right;
		z-index: 10;
	}

	#admissions-links-wrap-header > a,
	#admissions-links-wrap-footer > a {
		border-radius: 5px;
		margin-left: 10px;
		width: 150px;
	}

	#admissions-links-wrap-header > a:nth-child(1),
	#admissions-links-wrap-footer > a:nth-child(1) {
		background-color: #004E42;
	}

	#admissions-links-wrap-header > a:nth-child(2),
	#admissions-links-wrap-footer > a:nth-child(2) {
		background-color: #006747;
	}

	#admissions-links-wrap-header > a:nth-child(3),
	#admissions-links-wrap-footer > a:nth-child(3) {
		background-color: #6CC24A;
	}

	#admissions-links-wrap-header {
		background: none;
		margin-right: 25px;
		margin-top: 10px;
	}

	#department-background {
		margin-top: -10px;
	}

	#department-wrap {
		height: 100%;
	}

	#department-wrap h1 {
		text-align: left;
		font-size: 72px;
		width: unset;
	}

	#local-nav {
		float: left;
		width: 250px;
		border-right: 2px solid #6CC24A;
	}

	#local-nav > ul {
		list-style-type: none;
		padding-left: 0;
	}

	#local-nav details > ul {
		list-style-type: none;
		background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNi4zIDEzIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNi4zIDEzIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwb2x5Z29uIHBvaW50cz0iMTMuMyAxMyAwLjggMTMgMTMuMyAwLjUgMjUuOCAxMyIgZmlsbD0iIzZBQkY0QiIvPjwvc3ZnPg==);
		background-position: 40px 0;
		background-size: 25px 12px;
		background-repeat: no-repeat;
		padding-top: 12px;
		padding-left: 0;
	}

	#local-nav details > ul > li {
		background-color: #6CC24A;
                /* background-color: #7FE856; */
		padding-left: 40px
	}

	#local-nav details > ul > li:first-child {
		border-top-left-radius: 5px;
	}

	#local-nav details > ul > li:last-child {
		border-bottom-left-radius: 5px;
	}

	#local-nav a {
		color: #006747;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		padding: 10px 0;
		display: block;
	}


        #local-nav > ul > li > details > ul > li > a {
           color: #020;
        }

	#local-nav details {
		padding: 10px 0;
	}

	#local-nav summary {
		color: #006747;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
	}

	#local-nav li.active a,
	#local-nav summary.active {
		color: #6cc24a;
                color: #060;

	}

	#local-nav details > ul > li > a {
		font-weight: normal;
	}

	#local-nav details > ul > li.active a {
		color: white;
	}

	#local-nav > ul > li > a {
		padding-left: 17px;
	}

	#local-nav + #content-wrap {
		float: right;
	}

	#content-wrap {
		width: 950px;
		margin: 0 auto;
	}

	footer {
		background-position: bottom;
		background-size: 100% 21px;
		background-repeat: no-repeat;
	}

	#bottom-fix-wrap {
		border-radius: 10px;
		border: 1px solid #F1F1EF;
		margin-bottom: 12px;
		background: white;
		padding: 25px;
	}

	#footer-wrap {
		background: none;
		border-radius: unset;
	}

	#footer-wrap > * {
		margin: unset;
		text-align: unset;
	}

	#footer-wrap > a {
		text-align: left;
	}

	#footer-wrap address {
		text-align: left;
	}

	#footer-wrap nav ul {
		column-count: unset;
		width: auto;
		text-align: right;
		font-size: 14px;
	}

	#footer-wrap nav ul li {
		display: inline-block;
		margin: 0 10px;
	}

	#footer-wrap #legal-links {
		text-align: right;
	}

	#footer-wrap #legal-links a {
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
	}
}
