@font-face {
	font-family: 'National 2';
	font-style: normal;
	font-weight: 600;
	src: url('/includes/templates/font/national2/national-2-compressed-web-bold.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('/includes/templates/font/national2/national-2-compressed-web-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/includes/templates/font/national2/national-2-compressed-web-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('/includes/templates/font/national2/national-2-compressed-web-bold.woff') format('woff'); /* Modern Browsers */
}

.showcase .overlay {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.showcase .it-overlay-content {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: unset;
}
.it-overlay-content p {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0; 
	height: 100%;
}
.it-banner-left p {
	flex-direction: column;
	align-items: flex-start;
}
.it-banner-right p {
	flex-direction: column;
	align-items: flex-end;
}
.it-banner-center p {
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
@media screen and (max-width: 1000px) {
	.it-overlay-content p {
		justify-content: space-around;
	}
}
.it-banner-center .btn-it {
	margin: .5em 1.1111111111em .5em 1.1111111111em;
}

.showcase .overlay-left {
	background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0));
}
.showcase .overlay-right {
	background: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0));
}
@media screen and (max-width: 800px) {
	.showcase .overlay-left,
	.showcase .overlay-right {
		background: rgba(0,0,0,.3);
	}
}
.it-banner-center {
	text-align: center;
}

.it-banner-right {
	text-align: right;
	float: right;
}

.btn-it {
	max-width: 400px;
	width: 50%;
	padding: 2em;
	margin-top: 1em;
    text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #FFF;
	border-radius: 4px;
	letter-spacing: .0931034483em;
	font-weight: bold;
	font-size: 100%;
	color: #000;
	background: #FFF;
	-webkit-transition: background 0.15s ease,color 0.15s ease,transform 0.15s ease;
	-moz-transition: background 0.15s ease,color 0.15s ease,transform 0.15s ease;
	-ms-transition: background 0.15s ease,color 0.15s ease,transform 0.15s ease;
	-o-transition: background 0.15s ease,color 0.15s ease,transform 0.15s ease;
	transition: background 0.15s ease,color 0.15s ease,transform 0.15s ease;
}
.btn-it:visited {
	color: #000;
}
.btn-it:focus, .btn-it:hover {
	color: #FFF;
	background: transparent;
	background: rgba(255,255,255,0);
}
.btn-it-o {
	color: #FFF;
	background: transparent;
	background: rgba(255,255,255,0);
}
.btn-it-o:visited {
	color: #FFF;
}
.btn-it-o:focus, .btn-it-o:hover {
	background: #FFF;
	color: #000;
}
@media screen and (max-width: 1000px) {
	.it-overlay-content p {
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}
	.it-overlay-content .btn-it {
		margin: .5em 1.1111111111em .5em 1.1111111111em;
		font-size: .6em;
		padding: 2em 3em;
		width: auto;
	}
}


/* GVSU Banner */
.it-gvsu-header-search {
	display: inline-block;
	position: relative;
	font-size: 14.5px;
}
.it-gvsu-header-search input {
	padding: .2em .5em .2em 2.5em;
	-webkit-border-radius: 3.625px;
	-moz-border-radius: 3.625px;
	-ms-border-radius: 3.625px;
	border-radius: 3.625px;
	border: .2069em solid #BBB;
	border-left-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 90%;
	line-height: 21px;
	width: 18em;
	height: 2.4em;
	vertical-align: middle
}
.it-gvsu-header-search input:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.it-gvsu-header-search span {
	left: .85em;
	top: .65em;
	font-size: 90%;
	position: absolute;
	color: #CCC;
}
.it-gvsu-header-search input::-webkit-input-placeholder {
	font-family: "Lato", sans-serif;
	letter-spacing: .09579em;
	font-size: 90%;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase
}
.it-gvsu-header-search input::-moz-placeholder {
	font-family: "Lato", sans-serif;
	letter-spacing: .09579em;
	font-size: 90%;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase
}
.it-gvsu-header-search input:-ms-input-placeholder {
	font-family: "Lato", sans-serif;
	letter-spacing: .09579em;
	font-size: 90%;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase
}

/* Header Title */
.background .it-flavor {
	position: static;
	background: #0032a0;
}

/* Menu */
.it-menu {
	margin: 0 -3em 0 -3em;
	padding: 1em 0;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
}
.it-menu ul {
	padding: 0;
	margin: 0 !important;
}
.it-menu ul li {
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	color: #58595B;
	letter-spacing: 1.5px;
}
.it-menu ul li a {
	text-decoration: none;
	color: #58595B;
}
.it-menu ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #D1D0CE;
	width: 300px;
}
.it-menu ul li ul li {
	display: block;
	position: relative;
	padding: .25em 1em;
	color: #4E4E4E;
	text-align: left;
	font-size: 13px;
	letter-spacing: 1.5px;
}
.it-menu > ul > li:last-child a {
	color: #0032a0;
}
.it-menu ul li.it-menu-sub-expanded ul {
	display: block;
}
.it-menu ul li.it-menu-sub-expanded {
	background-color: #D1D0CE;
	color: #FFF;
}
.it-menu ul li.it-menu-sub-expanded > a {
	color: #FFF;
}
.navigation.it-menu-no-border {
	border: none;
	background: #FFF;
}

/* Mobile Nav */
.header .navigation.navigation-mobile .content .it-menu ul>li a {
	padding: unset;
}
.header .navigation.navigation-mobile .content .it-menu ul>li a {
	padding: 1em 0;
}

@media screen and (max-width: 1000px) {
	.it-menu {
		margin: 0 -1.5em 0 -1.5em
	}
}

@media print, screen and (min-width: 1001px) {
	.hide-lg {
		display: none !important;
	}
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
	.hide-md {
		display: none !important;
	}
}

@media screen and (max-width: 800px) {
	.background #gv-flavorinfo.it-flavorinfo>span {
		background: #0032a0;
	}

	.hide-sm {
		display: none !important;
	}

	/* burger */
	.header .content .logo div:last-child a {
		color: #7E7E7E;
	}

	/* Override cms mobile nav */
	.header .navigation.navigation-mobile .content ul>li a {

	}

	/* Overlay */
	.it-banner-left {
		width: 100%;
	}

	/* Menu */
	.it-menu {
		/*display: none;*/
		text-align: left;

		display: block;
		margin: 0 .25em 0;
		padding: 1em 0;
		box-shadow: 0 2px 4px #888;
		background-color: #e9e9e9;
	}
	
	.it-menu.it-content-narrow {
		margin: 0;
	}
	.it-menu ul {
		display: block;
		padding: 0;
		margin: 0 .5em;
	}
	.it-menu ul li {
		margin: 0 24px;
		padding: .25em 0;
		display: block;
		border-bottom: 1px solid #88b3da;
	}
	.it-menu ul li:first-child a {
	    padding: 0 0 .25em;
	}
	.it-menu ul li:last-child {
		border-bottom: none;
	}
	.it-menu ul li a {
		display: block;
		padding: .25em 0;
		color: #0032a0;
	}
	.it-menu ul li ul {
		position: static;
		margin: 0;
		width: 100%;
		background-color: #e9e9e9;
	}
	.it-menu ul li ul li {
		margin: 0 24px;
		padding: 0;
		font-size: 75%;
		font-weight: 400;
		color: #0032a0;
		border-bottom: none;
	}
	.it-menu ul li.it-menu-sub-expanded {
		background-color: #e9e9e9;
		color: #0032a0;
	}
	.it-menu ul li.it-menu-sub-expanded > a {
		color: #0032a0;
	}
	.it-menu-sub-arrow {
		float: right;
		color: #494949;
	}
	
}