/* copied from http://marquette-dev.oudemo.com/_resources/css/customizations.css */
.az-links > a {
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
}

/*Buttons*/
a.button {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 10px 0;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	cursor:pointer;
}

a.button.blue {
	-moz-box-shadow: 0px 0px 0px 0px #3dc21b;
	-webkit-box-shadow: 0px 0px 0px 0px #3dc21b;
	box-shadow: 0px 0px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #50aed9), color-stop(1, #012547));
	background:-moz-linear-gradient(top, #50aed9 5%, #012547 100%);
	background:-webkit-linear-gradient(top, #50aed9 5%, #012547 100%);
	background:-o-linear-gradient(top, #50aed9 5%, #012547 100%);
	background:-ms-linear-gradient(top, #50aed9 5%, #012547 100%);
	background:linear-gradient(to bottom, #50aed9 5%, #012547 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50aed9', endColorstr='#012547',GradientType=0);
	background-color:#50aed9;
	border:1px solid #18ab29;
}
.button.blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #012547), color-stop(1, #50aed9));
	background:-moz-linear-gradient(top, #012547 5%, #50aed9 100%);
	background:-webkit-linear-gradient(top, #012547 5%, #50aed9 100%);
	background:-o-linear-gradient(top, #012547 5%, #50aed9 100%);
	background:-ms-linear-gradient(top, #012547 5%, #50aed9 100%);
	background:linear-gradient(to bottom, #012547 5%, #50aed9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#012547', endColorstr='#50aed9',GradientType=0);
	background-color:#012547;
}
.button.blue:active {
	position:relative;
	top:1px;
}

a.button.red {
	-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.7);
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.7);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff2819), color-stop(1, #ab0000));
	background:-moz-linear-gradient(top, #ff2819 5%, #ab0000 100%);
	background:-webkit-linear-gradient(top, #ff2819 5%, #ab0000 100%);
	background:-o-linear-gradient(top, #ff2819 5%, #ab0000 100%);
	background:-ms-linear-gradient(top, #ff2819 5%, #ab0000 100%);
	background:linear-gradient(to bottom, #ff2819 5%, #ab0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2819', endColorstr='#ab0000',GradientType=0);
	background-color:#ff2819;
	border:1px solid #7d0000;
}

.button.red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ab0000), color-stop(1, #ff2819));
	background:-moz-linear-gradient(top, #ab0000 5%, #ff2819 100%);
	background:-webkit-linear-gradient(top, #ab0000 5%, #ff2819 100%);
	background:-o-linear-gradient(top, #ab0000 5%, #ff2819 100%);
	background:-ms-linear-gradient(top, #ab0000 5%, #ff2819 100%);
	background:linear-gradient(to bottom, #ab0000 5%, #ff2819 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab0000', endColorstr='#ff2819',GradientType=0);
	background-color:#ab0000;
}
.button.red:active {
	position:relative;
	top:1px;
}

/* Forcing Sticky Footers */
html, body {
	height: 100%;
}

#container{
	height: 100%;
}

#wrapperContent {
	height: auto !important;
	height: 100%;
	margin: 0 auto 60px
}

#footer {
	clear: both;
}

/* Social Icon size */
.social {
	width: 1.5em;
	height: 1.5em;
	padding: 1em .5em .5em 0;
}

.tiny-text {
	font-weight: lighter;
	font-size: .75em;
}

@media screen and (max-width:700px) {
	body {
		background: transparent;
	}
	
	#container {
		background: transparent;
	}	
}

/* Accessibility Changes */
/* change font size from px and pt to em or % */


/* H1 through H3 code from OMC May 12, 2017 */
h1 {
font-size: 20px;
text-transform: none;
font-weight: normal;
}
h2 {
font-size: 16px;
text-transform: none;
font-weight: normal;
}
h3 {
font-size: 16px;
font-weight: bold;
}
/* H1 through H3 commented out in favor of OMC code above  May 12, 2017 */

/*
 h1 {
	font-size: 1.428em;
}
h2 {
	font-size: 1.142em;
}
h3 {
	font-size: 1.142em;
}
*/

h4 {
	font-size: 1.142em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.857em;
}
p {
	font-size: 1em;
}
p.small {
	font-size: 0.857em;
}

table caption {
	text-align: left
}

/* improve contrast and readability */

.gold .resp-tabs-list li {
	min-height: 25px;
	color: #5b4704;
}
.gold .resp-tabs-list li.resp-tab-active{
	color: #003f6a !important;
}

.resp-tab-active {
 color: #565656;
}

#footer #lowerFooter a,
#footer #lowerFooter p {
	color: #b3c2d2;
}

a {
	min-height: 12px;
	min-width: 12px;
	color: #25496e;
}

/* Discovery layer links*/
.discovery a {
	color: #25496e;
}

/* places to study links*/
.place a {
	color: #25496e;
}

/* Navigation Ribbon and Rotating Banner Links*/
.resp-tabs-container a,
.flexslider .flex-caption a,
p a,
ol a,
ul a {
	text-decoration: none;
	border-bottom:1px dotted;
}

#breadcrumbs {
	padding-top:20px;
}

#topNavigation a,
#breadcrumbs a,
.footerContent a {
	text-decoration: none;
	border-bottom: 0 none;	
}

.resp-tabs-container a < img,
.flexslider .flex-caption a < img {
	text-decoration: none;
	border-bottom:0 none;
}

p a:hover,
p a:active,
ul a:hover,
ul a:active,
ol a:hover,
ol a:active,
div a:hover,
div a:active, 
#menu li div div > a:hover,
#menu li div div > a:active {
	text-decoration: underline !important;
}

p,
#breadcrumbs p,
ul,
ol,
ol li,
li,
div {
	color: #000;
}

#footer p {
	color: #474747;
} 

#footer a {
	color: #28527d;
}

main {
	display: block;
}

/* combine mobile, tablet, and desktop header */
@media (max-width: 780px) {
	.feedback {
			display: none;
		}
}

@media (max-width: 700px) {
	#goldBar, .dropdown, #siteTitle, #topTools li#homepageLink, #topTools, #logo, .feedback {
		display: none;
	}

	#mobile-header {
		background: url("/_global-images/dropdown-background.jpg") no-repeat top center #153252;
		padding: 0 0 10px 0;
		border-top: 3px solid #ffcc00;
		text-align: center;
		display: block;
	}
	#mobile-header h2 {
		color: #ffcc00;
		font-size: 1em;
		text-transform: uppercase;
		padding: 15px 0 0 5px;
		margin: 0;
		line-height: normal;
		text-align: center;
	}
	#mobile-header h2 a {
		color: #ffcc00;
	}

	#mobile-header h1 {
		color: #fff;
		font-size: 1.5em;
		padding: 0px 0 5px 5px;
		margin: 0;
		text-transform: uppercase;
		line-height: normal;
		text-align: center;
	}
	#mobile-header h1 a {
		color: #fff;
	}

	.activeMenu {
		height: auto !important;
		margin: -14px auto 0 !important;
		padding-bottom: 10px !important;
		padding-top: 0 !important;
		top: 0 !important;
	}

	.button {
		display: inline-block;
		background: none repeat scroll 0 0 #153252;
		border: 1px solid #BBD1E1;
		color: #BBD1E1;
		text-align: center;
		margin: 3px;
		padding: 3px 0;
		text-align: center;
		text-shadow: 1px 1px 1px #000000;
		text-transform: uppercase;
		width: 38%;
		font-size: 120%;
	}
	.button:hover {
		cursor: pointer;
	}

	.mobile-hide,
	.mobile-hide > * {
		display: none !important;
	}

}

@media (min-width: 700px) {
	#mobileNav {
		display: none;
	}
}

.text-danger {
color: #a94442;
}

p.graphic_center {
	text-align: center;
}

p.graphic_left {
	text-align: left;
}

p.graphic_right {
	text-align: right;
}

/* end of copied section from http://marquette-dev.oudemo.com/_resources/css/customizations.css */


/* CSS code provided by Alex Busbee in OMC - prevents skip to content message from printing */

@media print {
#skiptocontent {
	display: 
	none;
	}
}

#bgImage {
	min-width: 100%;
	min-height: 100%;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0;
	padding: 0;
	border: 0;
	position: fixed;
	top: 0;
	left: 0;
}
/* news banner description*/
.flex-caption {
	padding: 1% 1% 1% 1%;
	text-align: left;
	float: left;
	margin: 0;
	color: #666;
	width: 98%;
	min-height: 66px;
}

.place:nth-child(odd){
	background: #eee;
 }
 
 .clear {
	clear: both;
 }
 
.type.active a {
	font-weight: bold;
	font-style: italic;
}
 
.tiny-text{
	font-weight:lighter; 
	font-size:.75em;
}
 
.discovery label.featureTitle { 
	font-weight:900;
	margin:10px 0 5px 0;
	text-transform: none; 
}
 
.discovery input {
	width: 70%;
	height:24px;
	border: 1px solid #666;
	margin: 5px 0;
}

.main-ribbon-nav a i:hover,
.main-ribbon-nav a:hover,
.main-ribbon-nav li:hover  {
	text-decoration: none;
	color: #E7B900;
}

.feedback {
	display: block;
	position: fixed;
	right: 18%;
	background: #336699;
	z-index: 11002;
	border: 3px solid #fff;
	padding: 5px 15px;
	text-align: center;
	-moz-box-shadow: 0 4px 9px 0 #333;
	-webkit-box-shadow: 0 4px 9px 0 #333;
	box-shadow: 0 4px 9px 0 #333;
	border-bottom: none;
	bottom: 0;
	width: auto;
	color: #fff;
}

.feedback a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.discovery input[type=submit], .discovery input[type=button], .discovery input[type=reset] {
/*width: auto;
background: #153252;
color: #fff;
padding: 3px 10px;
*/
	width: 20%;
	height:31px;
	padding:2px;
	border:1px solid #666;
}

ul.typeList, li.type {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.type{
	float: left; 
	margin: 7px 0 5px 4%;
}

.icon-2 {
	font-size: 1.5em;
}

.icon-rotate-133:before {
	-webkit-transform: rotate(133deg);
	-moz-transform: rotate(133deg);
	-ms-transform: rotate(133deg);
	-o-transform: rotate(133deg);
	transform: rotate(133deg);
}

div#studyTable ul {
	padding: 0;
	margin: 0 0 15px 0;
}

div#studyTable ul,
div#studyTable ul li {
	list-style-type: none;
}

div#studyTable ul.place,
div#studyTable ul.place li {
	text-align: center;
}

#studyTable .place .pic img {
	width: 175px;
	box-shadow: 1px 1px 5px #CCCCCC;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 7px;
} 
.place.header {
	display: none;
}
@media screen and (max-width:768px) {
	.navrib .prev, 
	.navrib .next {
		display: none;
	}
}

@media screen and (min-width:769px) {
	.place.header {
		font-weight: bold;
		display: block
	}
	
	.navrib.bigtop {
		margin-top: 4em;
	}
	
	.main-ribbon-nav-inner .resp-tabs-list li {
		padding: 11px 16px;
	}
	.main-ribbon-nav-inner li {
		float: left;
	}

	.main-ribbon-nav-inner {
		overflow: hidden;
		width: 92%;
		max-width: 950px;
		position: relative;
		margin-left: 35px;
	}

	.navrib .prev, 
	.navrib .next {
		background: transparent none;
		height: 45px;
		padding: 0 8px;
		position: absolute;
	}

	.navrib .prev .nav-ico, 
	.navrib .next .nav-ico{
		line-height: 2em;
	}

	.navrib .prev {
		left: 5px;
	}

	.navrib .next {
		left: 96%;
	}

	.navrib .resp-tabs-list {
		width: 2020px;
		position: relative;
		border: 0 none;
		overflow: hidden;
	}

	.main-ribbon-nav {
		/*IE8 Fix*/
		background-color: #227092;
		border-left: 1px solid #012737;
		border-right: 1px solid #012737;
		border-top: 5px solid #012737);
		/*Modern Browsers*/
		background-color: rgba(0, 87, 166, 0.75);
		border-left: 1px solid rgba(1,39,55,0.5);
		border-right: 1px solid rgba(1,39,55,0.5);
		border-top: 5px solid rgba(1,39,55,0.5);
	}
	
	.resp-tabs-container {
		border-top: 0 none;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	.main-ribbon-nav .next,
	.main-ribbon-nav .prev,
	.main-ribbon-nav  li	{
		color: #fff;
	}
	.main-ribbon-nav-inner li {
		border-right: 1px dotted #34525f;
	}
	.main-ribbon-nav-inner :last-child {
		border-right: 0 none;
	}
	
	.navrib .resp-tabs-container {
		margin-top: 0;
	}
	
	.resp-tabs-list {
		background: none repeat scroll 0 0 transparent;
	}

	#studyTable .place li {
		display: table-cell;
		vertical-align: top;
		padding: .8em
	}
	#studyTable .place .pic {
		width: 175px;
	} 

	div#studyTable ul.place,
	div#studyTable ul.place li {
		text-align: left;
	}
	#studyTable .place .name {
		width: 150px;
	}

	#studyTable .place .location {
		width: 120px;
	}
	
	.grid-100 {
		padding-left: 0;
	}
}

.navrib .tab-ico {
	margin-right: 7px;
}

.text-error {
	color: rgba(255, 0, 0, 0.75);
}

#db-alpha a {
	margin:1em .5em 0 0; 
}

.hide-me {
	display: none;
 }
 
.top-20 {
	padding-top: 20px;
	display: block;
 }
 
.top-10 {
	padding-top: 10px;
	display: block;
 }
 
.top-0 {
	padding-top: 0px;
	margin-left: 0px;
 }

.grid-container.bottom-20 {
	padding-bottom: 20px
 }
.first {
	padding-left: 0;
	margin-left: 0;
 }
 
.last {
	padding-right: 0;
	margin-right: 0;
 }
 
ul.no-bullets  li{
	list-style: none;
}

 /*.heading {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
}*/

.intro {
	font-size: 17px;
	padding-top: 0;
	padding-bottom: 10px;
}

.width-100 {
	min-width: 100px
}

.inline {
	display: inline-block
}

.feature img {
	width: 100%;
}

.gold .resp-tabs-list li {
	min-height: 25px;
	color: #977507;
}

/* overrides #bottomfeature style from landing-right-sidebar.css so I can use it outside of the #bottomfeature div*/

.resp-tabs-holder {
	width:100%;
	display:block;
	padding-top:30px;
}
@media screen and (max-width:5000px) and (min-width:700px) {
	.flex-container {
		width:48%;
		margin:2em 0 0;
		display:inline-block;
		float: right;
		padding-top:30px;
	}
	.resp-tabs-holder {
		width:50%;
		margin:2em 0 2.2em;
		display:inline-block;
		vertical-align:top;
		border:none;
	}
	.resp-tab-content {
		display:none;
		padding:2% 2% 0 2%;
		min-height:180px;
		border:0;
	}
	.center {
		text-align:center;
		padding:.5em;
	}
}
@media screen and (max-width:700px) {
	#container {
		height:0;
		padding:0;
		margin:0 auto;
		background: #fefefe;
	}
}
/*from landing-right-sidebar.css edit */
@media screen and (min-width:700px) {
	#wrapperContent {
		margin:0px auto 60px;
	}
}
.social {
	width:1.5em;
	height:1.5em;
	padding: 1em .5em .5em 0;
}
 
/*
 * Discovery layer customizations - nunezr
 */
  
 .discovery  label {
	width: 100%;
	text-align: left;
 } 

 
/*
 
 .discovery input {
	width: initial;
 }
 
 #db-other a {
	font-size: 11px;
}
 
 @media screen and (min-width: 786px) {
	.discovery input[type=radio]{
		padding: 0;
	}
	.discovery input[type=radio].left-10 {
		margin-left: 10px
	 }
	.resp-tab-content {
		padding: 15px 15px 5px 15px;
		min-height: 158px;
	}
	input[type="submit"] {
		margin: 0;
		padding: 6px 13px;
		height: 28px;
		font-size: 14px;
	}
 	 #mcatp {
		margin-top: 10px;
	 }
	 #mcat {
		margin-top: 10px;
	}
	 #mcatlinks {
		margin-top: 19px;
	}
	
	#db-choose {
		margin-top: 4px;
	}
	
	#research-list {
		margin-top: 10px;
	}
	
	#research-other {
		margin-top: 49px;
	}
	
	.form-text {
		vertical-align: middle;
		height: 22px;
		padding: 2px 4px;
		border: 1px solid #a5a4a3;
		-moz-box-shadow: inset 0px -1px 6px #ccc;
		-webkit-box-shadow: inset 0px -1px 6px #ccc;
		box-shadow: inset 0px -1px 6px #ccc;
		-webkit-appearance: none;
	}
 }*/

 /* improve contrast and readability */

.gold .resp-tabs-list li {
	min-height: 25px;
	color: rgb(85,58,11);
}

.gold .resp-tabs-list {
  background: rgb(255,208,0);
}

.gold .resp-tabs-list li.resp-tab-active{
	color: #003f6a !important;
}

.flexslider span {
	color: #000;
}
.resp-tab-active {
 color: #565656 !important;
}

.navrib .tab-ico {
margin-right: 7px;
}

.fa-3h {
	font-size: 1.5em;
	vertical-align: -10%;

}

.nav-ico.fa-3h {
	font-size: 1.5em;
	vertical-align: 0;

}

blockquote {
	margin-left:15px;
}
