/****************************************************************************************/
/************************************** PAGE STYLES *************************************/
body {
	background: none;
}
.details {
	padding-top: 0;
}
.button {
	padding: 10px 15px;
}
.micro-h1-outside {
	margin-bottom: 20px;
}
.iconbox h3 {
	font-family: 'Open Sans';
	font-size: 16px; font-size: 1.6rem;
	font-weight: 600;
	color: #373737;
}
.iconbox p a, .sidebox p a {
	font-weight: 600;
}
.promobox p, .askbox p, .iconbox p, .details-promo p {
    font-size: 13px;
    font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
	.ym-g75 {
  	width: 100%;
	}
}
/* promo box */
.details-left .sideBox, .details-left .sideBox form {
  background-color: #eee;
}
.details-left .sidebox h3 {
  font-size: 16px; font-size: 1.6rem;
	text-align: left;
}
.details-left .sidebox h3:first-of-type {
	color: #373737;
  padding: 15px 0 10px;
}
.details-left .sidebox p {
  font-size: 13px; font-size: 1.3rem;
	text-align: left;
}
.details-left .sidebox h3.button {
  font-size: 14px; font-size: 1.4rem;
}
.details-left .sidebox p.promo-label {
	position: relative;
	font-size: 11px;
	color: #888;
	padding-top: 18px;
	padding-bottom: 0;
	text-transform: uppercase;
	outline: none;
}
#nextefact {
	display: none;
	-webkit-user-select: none;
}
.details-left .sidebox p.promo-label span:focus {
	outline: none;
}
.details-left .sidebox p.promo-label .icon {
	position: absolute;
	top: 7px;
	right: 7px;
	opacity: 0.5;
	font-size: 14px;
	cursor: pointer;
	outline: none;
}
.details-left .sidebox p.promo-desc {
	padding-bottom: 10px;
}
.details-left .sidebox p.promo-link {
	padding-top: 0;
	padding-bottom: 0;
}
#related-side {
  padding: 10px;
  clear: both;
  border-bottom: solid black 1px;
}
@media screen and ( max-width: 639px ) {
  .details-left .sideBox {
    display: none;
  }
}

/****************************************************************************************/
/*********************************** SEARCH BOX STYLES **********************************/
.searchbox:hover {
	background: none; 
	height: 22px;
}
.searchbox input {
	height: 20px;
}
.mainmenu .inputbutton {
	display: none;
}
/****************************************************************************************/
/************************************** NAVIGATION **************************************/
#primary_nav_menu {
	background: #000000;
	margin: 0;
	border-bottom: 3px solid #003b5c; /* #561f4b */
	height: 42px;
}
#subtabhighlight {
	background: #003b5c !important; /* #561f4b */
}
#primary_nav_menu .nav_item.lvl1 {
	font-size: 13px;
	line-height: 42px;
	border-left: 1px solid #666666;
	margin-right: -5px !important; /* !important to override parent theme's -4px margin-right */
	padding: 0;
}
#primary_nav_menu a, .nav-no-link {
	padding: 0 20px;
	display: block;
}
#primary_nav_menu .nav_item.lvl1 ul {
	border-bottom: 3px solid #003b5c; /* #561f4b */
	background: #000000;
	top: 42px;
}
#primary_nav_menu .nav_item.lvl2 {
	border-bottom: none;
	font-size: 12px;
	padding-bottom: 2px;
}
#primary_nav_menu .nav_item.lvl2 a {
	padding: 0 25px 0 20px;
}
#primary_nav_menu .nav_item.lvl2:hover, #primary_nav_menu .nav_item.lvl2:active, #primary_nav_menu .nav_item.lvl2:focus, #primary_nav_menu .nav_item.lvl2.hover {
	background: #003b5c; /* #561f4b */
}
#primary_nav_menu .nav_item.lvl1:hover ul, #primary_nav_menu .nav_item.lvl1:active ul, #primary_nav_menu .nav_item.lvl1:focus ul, #primary_nav_menu .nav_item.lvl1.hover ul {
	background: #000000;
}
#primary_nav_menu .nav_item.lvl1 ul a {
	color: #fff;
}
/****************************************************************************************/
/************************************* HEADER STYLES ************************************/
h2 { 
	/*color: #29516f;*/ /* Dark Blue */
}

/****************************************************************************************/
/************************************* BUTTON STYLES ************************************/
.button:hover, input[type="submit"]:hover { background: #9d3c26; }
.button:hover .button-tab:before { border-color: #9d3c26 transparent transparent transparent; }
.button, input[type="submit"] {
	font-weight: 600;
	position: relative;
	background: #d73f09;
	color: #fff;
	text-align: center;
	cursor: pointer;
	display: table;
	border-radius: 0;
	box-shadow: none;
}
.button a { color:#fff; text-decoration:none; }
.button a:hover { color:#fff; text-decoration:none; }
.button-tab:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #c34500 transparent transparent transparent;
	bottom: -1em;
	left: 0;
	border-width: 1em 0 0 1em;
}
input[type="submit"] {
	border: none;
	font-size: 1.2em;
	padding: 3px 10px;
}
.fg-button {
	background: #c34500 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: 'EksjaExtremesRegular';
	font-weight: normal;
}
.fg-button:hover {
	background: #9D3C26 !important;
}
/****************************************************************************************/
/************************************** FORM STYLES *************************************/
hr {
	border-top: 1px solid #ddd;
}
.iconbox h3 {
	margin-bottom: .7em;	
}
.iconbox input[type="submit"] {
	margin: .5em 0;
}
.iconbox input[type="submit"]:hover {
	background: #9d3c26;
}
.iconbox input[name="Email"] {
	width: 11.5em;
	margin-right: .5em;
	height: 1.9em;
}
.iconbox p {
	margin-bottom: .5em;	
}
.ui-tooltip {
	/*display: none !important;*/
}
#content {
	padding: 0 0 15px 0;
}
#prop_form ol li {
	float: none !important;
}
#prop_form fieldset ol li:nth-child(1) {
	/*float: left !important;*/
}
#prop_form br~fieldset ol li:nth-child(1) {
	/*float: left !important;*/
}
#prop_form li {
	list-style-type: none;
	padding: 5px;
	font-size: 12px;
}
#prop_form input {
	width: 21em;
}
div #finish {
	width: auto;
	left: 50%;
}
#prop_form .center {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}
#prop_form fieldset {
	border: none;
}
#prop_form .container {
	text-align: left;
	background-color: #F5F2ED;
  padding: 4px 4px 0 4px;
}
#prop_form textarea {
	width: 100%;
}
#prop_form .inputbutton {
	display: inline;
	width:auto;
	margin: 5px 5px 0;
}
#prop_form #funding li {
	float: none !important;
}

/****************************************************************************************/
/**************************************** MODULES ***************************************/
img.mod-example {
	-moz-box-shadow: 2px 2px 5px 0 #CCCCCC;
	-webkit-box-shadow: 2px 2px 5px 0 #CCCCCC;
	box-shadow: 2px 2px 5px 0 #CCCCCC;
	float: left;
	margin: 0 14px 10px 0;	
}

/****************************************************************************************/
/************************************* MEDIA QUERIES ************************************/
@media screen {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/wordmark.png") no-repeat; width: 330px; height: 80px; margin: 0 0 0 250px; }
}

/****************************************************************************************/
/************************************* WIDTH < 960px ************************************/
@media screen and ( max-width: 959px ) {
	#primary_nav_menu .nav_item.lvl1 {
		padding: 0;
	}
	#primary_nav_menu a {
		padding: 0 19px;
		display:block;
	}
	.featurebox h3, .featurebox h4 {
		font-size: 1.7em;
	}
}
/****************************************************************************************/
/************************************* WIDTH < 760px ************************************/
@media screen and ( max-width: 759px ) {
	.featurebox h3, .featurebox h4 {
		font-size: 1.4em;
	}
	#primary_nav_menu .nav_item.lvl1 {
		padding: 0;
	}
	#primary_nav_menu a {
		padding: 0 0.9em;
		display: block;
	}
	.featurebox h3.button {
		font-size: 1.1em;
		line-height: 1.3em;
	}
	div.featurebox {
		height: 200px;
	}
}
/****************************************************************************************/
/************************************* WIDTH < 700px ************************************/
@media screen and ( max-width: 699px ) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/wordmark-sm.png") no-repeat; width: 330px; height: 80px; margin: 0 0 0 250px; }
}
/****************************************************************************************/
/************************************* WIDTH < 640px ************************************/
@media screen and ( max-width: 639px ) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/osu-logo-wordmark-640.png") no-repeat; background-size: 643px; -moz-background-size: 643px; width: 400px; height: 80px; margin: 0; }
	.featurebox h3, .featurebox h4 {
		font-size: 2em; /*color: #4e7300;*/
	}
	div.featurebox {
		height: 100%;
	}
	div.featurebox a i.icon-table {
		display: inline-block;
	}
	h1 { color: #373737; }
	.featurebox h3, .featurebox h4 { font-size: 2em; /*color: #4e7300;*/ }
	div.featurebox { height:100%; }
	div.featurebox a i.icon-table { display:inline-block; } 
	/* mobile navigation and search box enhancements */
	.searchbox .searchform {
		width: 81%;
	}
	#primary_nav_menu {
		height: auto;
	}
	#primary_nav_menu .nav_item.lvl1 {
		background: #373737; 
		border-bottom: 1px solid #565656;
		border-left: none;
		margin-right: 0 !important; /* !important to override "margin-right: -5px !important" above */
		padding: 0;
		line-height: 34px;
	}
	#primary_nav_menu a {
		padding: 0;
		display: inline;
	}
	#primary_nav_menu .nav_item.lvl1 a {
		padding-left: 20px;	
	}
	#primary_nav_menu .nav_item.lvl1.expand {
		background: #565656; 
	}
	#primary_nav_menu .nav_item.lvl1.expand a:hover {
		color: #ffffff !important;
	}
	#primary_nav_menu #subtabhighlight a {
		color: #ffffff;
	}
	#primary_nav_menu .nav_item.lvl1.expand {
		color: #ffffff;
	}
	#primary_nav_menu .nav_item.lvl1 ul {
		border-top: 1px solid #565656 !important;
		background: #373737 !important;
		top: -1px;
	}
	#primary_nav_menu .nav_item.lvl1 ul li {
		border-bottom-color: #565656;
	}
	#primary_nav_menu .nav_item.lvl1 ul a {
		color: #FFF !important;
	}
	#primary_nav_menu .nav_item.lvl1.expand a {
		color: #FFF;
	}
	#primary_nav_menu .nav_item.lvl2 {
		padding-bottom: 1px;
	}
	#primary_nav_menu .nav_item.lvl2 a {
		border-left: 15px solid #aaa;
	}
	#primary_nav_menu .nav_item.lvl1 ul li:hover {
		background: #c34500 !important;
	}
	#primary_nav_menu .nav_item.lvl1 ul li:hover a span {
		color: #ffffff !important;
	}
	#primary_nav_menu .nav_item.lvl1:focus ul { 
		background: #252525 !important;
	}
	#primary_nav_menu #subtabhighlight .nav_pointer {
		padding-right: 0; /* 15px */
	}
	.tint, .iconbox-grp .tint {
		background: #ffffff;
	}
	.chris-farley img, .chris-farley div.featurebox {
		width: 100%;
	}
	.chris-farley p {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.featureSlideCaption {
		width: 80%;
	}
	#featureSlideOverlay:hover, #featureSlideOverlay:active, #featureSlideOverlay:focus {
		top: 0px;
		height: 100%;
	}
	#featureSlideOverlay {
		/*height: 17%;
		top: 163px;*/
	}
}
/****************************************************************************************/
/************************************* WIDTH < 420px ************************************/
@media screen and ( max-width: 419px ) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/osu-logo-wordmark-420.png") no-repeat; background-size: 643px; -moz-background-size: 643px; width: 333px; height: 80px; margin: 0; }
}
/****************************************************************************************/
/************************************* WIDTH < 350px ************************************/
@media screen and ( max-width: 349px ) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/osu-logo-wordmark-350.png") no-repeat; background-size: 643px; -moz-background-size: 643px; width: 285px; height: 80px; margin: 0; }
}

/****************************************************************************************/
/********************************* RETINA MEDIA QUERIES *********************************/
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2) and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2) and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx) and (min-width: 700px) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/wordmark@2x.png") no-repeat; background-size: 450px; -moz-background-size: 450px; width: 330px; height: 80px; margin: 0 0 0 250px; }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 699px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 699px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 699px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 699px),
only screen and (                min-resolution: 192dpi) and (max-width: 699px),
only screen and (                min-resolution: 2dppx) and (max-width: 699px) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/wordmark-sm@2x.png") no-repeat; background-size: 450px; -moz-background-size: 450px; width: 330px; height: 80px; margin: 0 0 0 250px; }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 639px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 639px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 639px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 639px),
only screen and (                min-resolution: 192dpi) and (max-width: 639px),
only screen and (                min-resolution: 2dppx) and (max-width: 639px) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/osu-logo-wordmark-640@2x.png") no-repeat; background-size: 643px; -moz-background-size: 643px; width: 400px; height: 80px; margin: 0; }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 419px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 419px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 419px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 419px),
only screen and (                min-resolution: 192dpi) and (max-width: 419px),
only screen and (                min-resolution: 2dppx) and (max-width: 419px) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/osu-logo-wordmark-420@2x.png") no-repeat; background-size: 643px; -moz-background-size: 643px; width: 333px; height: 80px; margin: 0; }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 349px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 349px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 349px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 349px),
only screen and (                min-resolution: 192dpi) and (max-width: 349px),
only screen and (                min-resolution: 2dppx) and (max-width: 349px) {
	#mainwrap .titlebanner .banner-logo { background: url("//open.oregonstate.edu/includes/2018/images/osu-logo-wordmark-350@2x.png") no-repeat; background-size: 643px; -moz-background-size: 643px; width: 285px; height: 80px; margin: 0; }
}

@media print {
	.mobile-nav-mainmenu { display: none; }
	.mainmenu { display: none; }
	#primary_nav_menu { display: none; }
	.micro-h1-inside h1 { text-shadow: none; color: #000;}
}