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

.red {
	color: #ff2819;
}

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

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

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