  /* Fixes directory width issue */
@media screen and (max-width: 700px){
	#wrapprContent{
		width: auto !important;
	}
}

/* Faculty page customizations */
#facultyPage .bio h3 {
    margin-top: 10px;
    font-size: 18px;
}

#facultyPage h3 .profile-department {
    margin-top: -20px !important;
}

/* Homepage blue divider bar */
#divider-bar-home {
	height: 30px !important;
}

/* ------------------------ Homepage Tab CSS ------------------------ */

/* Makes entire tab clickable on homepage */
.ui-tabs-anchor {
    width: 100%;
	font-weight: 700;
    font-size: 1.1em;
}
a.ui-tabs-anchor:hover {
	text-decoration: none !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    background: #294e89 !important;
}

.ui-tabs-nav li:hover {
    background: #00458b !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer !important;
}

@media screen and (max-width: 841px){
	.ui-tabs-anchor {
		width: 93%;
	}
}

/* ------------------------ End Homepage Tab CSS ------------------------ */

#wrapprContent > #leftContent {
	float: none;
}
/* ------------------------ Cards CSS -------------------- */
#cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.card {
	height: 175px;
	width: 150px;
	margin: 10px;
	box-shadow: 0 0 4px #ccc;
	background: #ffffff;
	border-radius: 3px;
	transition: box-shadow .2s;
}

.card h2, .card h3, .card p{
	text-align: center;
}

.card h2, .card h3{
	line-height: 1.3;
}

.card-top {
	height: 100px;
	padding: 10px;
	border-top: 20px solid #003366;
}

.card-bottom {
	border-top: 1px solid #f4f4f4;
}
			
.card:hover {
	box-shadow: 0 0 8px #aaa;
}
			
.card:hover .card-top {
	border-top: 20px solid #01426A;
}

.card:hover .card-link{
	color: #336699;
}
			
.card a:hover{
	text-decoration: none !important;
}

/* ------------------------ End Cards CSS ------------------- */
/* ------------------------ Callout box CSS ----------------- */
.rm-callout{
	border: 1px solid #cccccc;
	padding: 15px;
	margin: 20px auto;
	box-shadow: 0 0 4px #ccc;
	border-radius: 5px;
}

.rm-callout > h2{
	padding-top: 10px;
}

.rm-callout-red{
	border-top: 10px solid #ff0000;
}

.rm-callout-blue{
	border-top: 10px solid #003366;
}

.rm-callout-gold{
	border-top: 10px solid #ffcc00;
}

.rm-callout-blue-l{
	border-top: 20px solid #003366;
}

.rm-callout-gold-l{
	border-top: 20px solid #ffcc00;
}

/* ------------------------ End Callout box CSS ----------------- */

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

/* Fix focus issue on homepage */
  
.ui-tabs .ui-tabs-nav li a:focus, li.flex-active-slide:focus, #wrapperContent > .flex-container:focus {
  outline: none;
}

/*Buttons*/

/* Custom blue button */
.rm-blue-btn{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 25px;
	background-color: #003366 !important;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
}
.rm-blue-btn:hover, div[id*="tabs-"] a.askbutton:hover, .askbutton:hover{
	background-color: #00458b !important;
	text-decoration: none !important;
}

a[href$=".pdf"].rm-blue-btn {
    background: none;
}

.rm-btn-wide{
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #222222;
	border-radius: 4px;
}

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;
	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;
	}	
}

h1 {
	font-size: 20px;
	text-transform: none;
	font-weight: 500;
}
h2 {
	font-size: 17px;
	text-transform: none;
	font-weight: 700;
	line-height: 1.4;
	padding-top: 25px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 25px;
}

h4 {
	font-size: 15px;
	font-weight: 500;
	padding-top: 20px;
}

h5 {
	font-size: 14px;
	font-weight: 500;
}

h6 {
	font-weight: 13px;
	font-weight: 500;
}

p {
	font-size: 14px;
	line-height: 160%;
	padding: 5px 0;
}


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: #336699;
}

#footer a {
	min-width: 0;
}

/* improve readability of links within main content paragraphs */
#wrapperContent > .grid-container a{
	font-weight: 700;
}

#wrapperContent #breadcrumbs{
	font-weight: 500;
}

/* Tabs links */
div[id*="tabs-"] a {
    color: #336699 !important;
	font-weight: bold;
}

div[id*="tabs-"] a.button.blue {
    color: #fff !important;
}

.ui-tabs-panel p a {
    font-weight: bold;
}

/* Ask Us Button link */
.askusbutton-homepage-contact > p > a{
	color: #ffffff !important;
}

/* 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;
}

#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: #333;
}

#footer p {
	color: #474747;
} 

#footer a {
	color: #28527d;
}

main {
	display: block;
}

#topNavigation .askbutton{
	padding: 10px 25px;
	margin-bottom: 10px;
}

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

@media (max-width: 955px) {
	#topNavigation {
		min-height: inherit;
	}
	
	#menuContainer #mobile-header img {
		padding: 10px 0;
	}
	
	#menuContainer #mobile-header h1, #menuContainer #mobile-header .h1 {
		color: #ffcc00;
		font-size: 1em;
		font-weight: 600;
		text-transform: uppercase;
		padding: 15px 0 0 5px;
		margin: 0 60px;
		line-height: normal;
		text-align: center;
		display: block;
	}
	
	#menuContainer #mobile-header h2, #menuContainer #mobile-header .h2 {
		color: #fff;
		font-size: 1.25em !important;
		padding: 0px 0 5px 5px;
		margin: 0 60px;
		text-transform: uppercase;
		line-height: normal;
		text-align: center;
		display: block;
	}
	
	#menuContainer #mobile-header h1 a, #menuContainer #mobile-header .h1 a {
		color: #ffcc00;
	}
	
	#menuContainer #mobile-header h2 a, #menuContainer #mobile-header .h2 a {
		color: #fff;
	}
	
	#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;
}
/* New sidebar customizations */

.sidebar-right {
		margin: 0 10px 0 0;
		position: relative;
		width: 300px;
		transition: all .2s linear;
		-o-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-webkit-transition: all .2s linear;
		display: inline-block;
		z-index: 102;
	}


	.dir-sidebar.sidebar-right {
		margin-top: 100px;
	}

	.sidebar-right:before {
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
		max-height: 450px;
	}

	.sidebar-right:before, .sidebar-right:after {
		content: "";
		display: block;
		position: absolute;
		width: auto;
		left: 0;
		right: 0;
		top: 0;
		z-index: -1;
	}

	.sidebar-right:after {
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
		height: 310px;
		left: -8px;
		right: -8px;
		top: 150px;
	}

	.sidebar-content {
		background: #fff;
		background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
		line-height: 19px;
		margin: 0 auto;
		min-height: 410px;
	}

	.sidebar-content > h2:first-of-type {
		background: #153252;
		background: rgba(21, 50, 82, 0.8);
		margin: 0 auto;
		margin-top: -62px;
		padding: 15px 3px 15px 15px;
		-webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
		box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
		/* z-index: 1000; */
		position: relative;
		color: #ffffff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
	}

	.sidebar-content > h1, .sidebar-content > h2, 
	.sidebar-content > h3, .sidebar-content > h4, 
	.sidebar-content > h5, .sidebar-content > h6, 
	.sidebar-content > p, .sidebar-content > img, 
	.sidebar-content > div {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sidebar-content > #mainImage, .sidebar-content > #mainImage > img {
		z-index: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar-right h2:first-of-type > a {
		color: #ffffff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
	}

	.sidebar-right li {
		list-style: none;
		padding-bottom: 5px;
	}

	.sidebar-right ul {
		padding-top: 15px;
	}

	.sidebar-right ul > li > a {
		border-bottom: none;
		font-weight: bold;
	}

@media screen and (max-width:1045px){
	.sidebar-right {
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.sidebar-right #mainImage{
		display: none;
	}
	.sidebar-right {
		margin-top: 85px;
	}
}

@media print {
	.sidebar-right{
		margin-top: 80px;
	}
}


/* End new sidebar customizations */

#wrapperContent > .grid-container ul li{
	margin-bottom: 0.5em;
	line-height: 1.4;
}

@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: 70px;
	}
	
	.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: 699px){
	#wrapperContent > .flex-container{
		min-height: 0;
		margin: 0 10px 1em 10px;
	}
}

@media screen and (min-width: 699px) and (max-width: 955px){
	body > #container > #wrapperContent > .resp-tabs-holder {
		margin-top: 50px;
	}
	
	body > #container > #wrapperContent > .flex-container {
		margin-top: 50px;
	}
}

@media screen and (min-width: 699px) and (max-width: 768px){
	.resp-tabs-holder{
		margin-bottom: 60px !important;
	}
}

@media screen and (max-width: 699px){
	.resp-tabs-holder{
		padding-top: 0;
	}
}

/* Fixes Ask Us Menu button */
.menubox3 .askusbutton-homepage-contact > p {
	line-height: 200%;
}

@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: 701px) and (max-width: 1075px){
	#wrapperContent{
		margin-top: -30px !important;
	}
}

.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;

}

iframe{
	max-width: 100%;
}

blockquote {
	margin-left:15px;
}

.ui-widget {
	font-family: Arial, sans-serif !important;
}

/* fix width of home page tab content in mobile */
@media screen and (max-width: 1075px){
	.flexslider{
		margin: 0px -5px 10px;
	}
	.resp-tabs-holder {
		margin: 2em 5px 2.2em;
	}
}

@media screen and (max-width: 841px){
	.ui-tabs-vertical .ui-tabs-panel{
		width: 100% !important;
	}
	.ui-tabs-vertical .ui-tabs-nav{
		width: 95% !important;
		border: none;
	}
}
@media screen and (max-width: 767px){
	.feedback{
		display: none;
	}
	.flexslider{
		margin: 0px -5px 10px;
	}
	.resp-tabs-holder {
		margin: 1em 3px;
	}
	.first{
		padding-right: 0;
	}
	.last{
		padding-left: 0;
	}
}
@media print{
	.feedback {
		display: none;
		visibility: hidden;
	}
}