/* Author: Marquette University OMC Webteam
   ----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	height: 100%;
	padding: 0;
	width: 100%;
	word-wrap: break-word;
	color: #666666;
}
a {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
}
a:hover.no_hover {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color: #153252;
	padding: 5px 0 5px 0;
}
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;
}
h4 {
	font-size: 16px;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
p {
	color: #666666;
	font-size: 14px;
	line-height: 160%;
	padding: 5px 0;
}
p.small {
	font-size: 12px;
	line-height: 21px;
	color: #666666;
	padding: 5px 0 5px 0;
}
hr {
	border: 0;
	height: 1px;
	background: #eee;
	background: -webkit-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background: -moz-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background: -ms-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
	background: -o-linear-gradient(left, rgba(153,153,153,0), rgba(153,153,153,0.75), rgba(153,153,153,0));
}
ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 1.2em;
	font-size: 14px;
	line-height: 160%;
	color: #666;
}
ul li {
	list-style: square;
	padding: 0;
}
ul ul {
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 24px;
	color: #666;
}
ol {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 0 0 5px 0;
	padding: 0 0 0 1.2em;
	list-style: decimal;
}
ol li {
	list-style: decimal;
	color: #666;
}
ol ol {
	line-height: 24px;
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;
}
ol ul li {
    list-style: square outside none;
}
img {
	max-width: 100%;
	height: auto;
}
/* Table styles*/

table {
	width: 100%;
	margin: 10px 0;
	border-top: 3px solid #333;
	color: #333;
}
table tr:nth-child(odd) {
	background: #ccc;
}
table th {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #333;
	background: #f1f1f1;
	color: #333;
	font-weight: bold;
}
table td {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #333;
	vertical-align: top;
}
/* Form style */
textarea, input, select {
	width: 50%;
	border: 1px solid #153252;
	padding: 3px;
	margin: 5px 0;
}
input[type=submit], input[type=button], input[type=reset], button, input[type=radio], input[type=checkbox] {
	width: auto;
	background: #153252;
	color: #fff;
	padding: 3px 10px;
}
label {
	display: inline-block;
	margin: 5px 0;
	padding-right: 1%;
	vertical-align: top;
}
input[name=field_country_code] {
	width: 23px;
}
input[name=field_city_code] {
	width: 30px;
}
input[name=field_phone_int] {
	width: 100px;
}
/* Form assembly styles*/
.wFormContainer {
	width:100% !important;
}
.wFormContainer, .wForm fieldset, .wForm {
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
}
.wForm .inputWrapper {
	display: block !important;
}
.wForm label {
	text-align: left;
}
.wForm legend {
	text-transform: uppercase;
	padding: 5px 0 !important;
	font-weight: bold;
	margin: 0 !important;
}
.wForm form .oneField {
	border-bottom: #ccc 1px solid;
}
.wForm .labelsLeftAligned label.preField, .wForm .labelsRightAligned label.preField {
	min-width: 10em !important;
	width: 10em !important;
}
.wForm .preField {
	min-width: inherit !important;
}
.wForm input[type="button"], .wForm input[type="submit"] {
	background: #153252 !important;
}
form.labelsAbove input[type=submit], form.labelsAbove input[type=button], form.labelsAbove input[type=reset], form.labelsAbove button, form.labelsAbove input[type=radio], form.labelsAbove input[type=checkbox] {
	width: auto;
	height:auto;
}
.wForm form .oneChoice label {
	margin: -2px 10px 10px 10px !important
}
.wFormContainer .supportInfo {
	display: none;
}
/* Global styles*/

.float_clear {
	clear: both;
}
.imageFloat {
	float: left;
	margin: 5px 15px 15px 0;
}
.floatLeft {
	float: left;
	width: 45%;
}
/* Document styles*/
a[href$=".pdf"] {
	content: "";
	background: url('/_global-images/PDF_graphic_small.png') center right no-repeat;
	padding-right: 18px;
}
a[href$=".docx"] {
	content: "";
	background: url('/_global-images/WORD_graphic_small.jpg') center right no-repeat;
	padding-right: 18px;
}
a[href$=".doc"] {
	content: "";
	background: url('/_global-images/WORD_graphic_small.jpg') center right no-repeat;
	padding-right: 18px;
}
/* Structural elements */
#container {
	margin: 0 auto;
	width: 100%;
}
#wrapperContent {
	clear: both;
	color: #333333;
	margin: 0 auto 60px;
	padding: 1px 0 0;
	position: relative;
	width: 1024px;
	z-index: 101;
}
/* Main Image */

#mainImage {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 100;
}
#mainImage img {
	border: 1px solid #eee;
	padding: 3px;
}
/* Page identity */

#pageIdentity {
	padding: 20px 3% 15px 0;
	position: relative;
	z-index: 100;
}
#breadcrumbs {
	padding: 3px 0;
}
#breadcrumbs p {
	color: #666;
	padding: 0;
	font-size: 11px;
}
#breadcrumbs a {
	font-size: 11px;
}
#pageName {
	padding: 3px 0;
	margin: 0;
}
#pageName h1 {
	color: #153252;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
}
/* Left Column */
#leftContent {
	margin-top: 0;
	padding: 0 0 0 10px;
	width: 99%;
}
#leftContent h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	padding-top: 15px;
}
#leftContent ul {
	list-style-position: outside;
	margin-top: 10px;
	padding: 0 0 0 1.25em;
}
#leftContent li {
	color: #666666;
	line-height: 160%;
	padding: 0 0 10px;
}
#leftContent img.bioImage {
	width: auto;
	border: 1px solid #EEEEEE;
	padding: 3px;
	float: left;
	margin: 0 15px 15px 0;
}
#leftContent img.noBorder {
	width: auto;
	float: left;
	margin: 0 15px 15px 0;
}
/* 2 column layout */
#leftContent #leftColumn {
	width: 45%;
	margin-right: 10%;
	float: left;
}
#leftContent #rightColumn {
	width: 45%;
	float: left;
}
/* More information */
#leftInformation {
	float: left;
	margin: 25px 30px 10px 0;
	width: 50%;
	border: 1px solid #336699;
	background: #EEF3FF;
}
#leftInformation h1 {
	font-size: 14px;
	text-shadow: 1px 1px 3px #333;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	width: 80%;
	padding: 6px 6px 6px 30px;
	margin: -15px 10px 0 -20px;
	color: #fff;
	background-color: #336699;
	text-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#leftInformation h1:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #153252 #153252 transparent transparent;
}
#leftInformation h1:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -2px;
	top: 0px;
	border-color: transparent #fff transparent transparent;
}
#leftInformation ul {
	list-style: inside square;
	color: #666666;
	padding: 5%;
	margin: 0;
}
#leftInformation li {
	color: #666666;
	line-height: 130%;
	list-style: square inside none;
	padding: 0 0 10px;
}
/* More information */
#relatedInfo {
	background: #eef3ff;
	padding: 3%;
	margin-top: 30px;
	min-height: 150px;
}
#relatedInfoLeft {
	float: left;
	padding: 0 3% 0 0;
	width: 22%;
}
#relatedInfoLeft h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}
#relatedInfo img {
	border: 1px solid #eee;
	padding: 3px;
	width: 98%;
	background: #fff;
}
#relatedInfoRight {
	float: left;
	width: 64%;
}
/*Bottom content layout*/
#bottomContent {
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #EEEEEE;
}
#bottomContent ul {
	list-style-position: outside;
	margin-top: 10px;
	padding: 0;
}
#bottomContent li {
	color: #666666;
	line-height: 130%;
	list-style: none outside none;
	padding: 0 0 10px;
}
/* pageLinks */
.pageLinks {
	display: inline-block;
	zoom: 1;
	margin: 0 2% 4% 0;
	vertical-align: top;
	width: 22%;
}
.ie7 .pageLinks {
	display: inline;
}
.pageLinks h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 16px 0 0;
	text-transform: uppercase;
}
.pageLinks ul {
	list-style-position: outside;
	margin-top: 10px;
	padding: 0 0 0 13px;
}
.pageLinks li {
	color: #666666;
	line-height: 130%;
	list-style: outside square;
	padding: 0 0 10px;
}
/* pageLinks */

.pageLinksWide {
	display: inline-block;
	zoom: 1;
	margin: 0 3% 4% 0;
	vertical-align: top;
	width: 46%;
}
.ie7 .pageLinksWide {
	display: inline;
}
.pageLinksWide h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 16px 0 0;
	text-transform: uppercase;
}
.pageLinksWide ul {
	list-style-position: outside;
	margin-top: 10px;
	padding: 0 0 0 13px;
}
.pageLinksWide li {
	color: #666666;
	line-height: 160%;
	list-style: outside square;
	padding: 0 0 10px;
}
/* More information */
#rightInformation {
	float: right;
	margin: 25px 0 10px 30px;
	width: 320px;
	background: #FFFAE6;
	border: 1px solid #eeaa00;
}
#rightInformation h1 {
	font-size: 14px;
	text-shadow: 1px 1px 3px #333;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	width: 80%;
	padding: 6px 6px 6px 30px;
	margin: -15px 10px 0 -20px;
	color: #fff;
	background-color: #eeaa00;
	text-shadow: 1px 1px 3px #af8520;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#rightInformation h1:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #af8520 #af8520 transparent transparent;
}
#rightInformation h1:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -2px;
	top: 0px;
	border-color: transparent #fff transparent transparent;
}
#rightInformation p {
	padding: 2% 3%;
}
#rightInformation img {
	width: 100%;
	padding: 0;
	margin-top: -14px;
}
/* Facebook responsive */
#fb-root {
	display: none;
}
.fb_ltr {
	width: 100%;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
/* YouTube responsive */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.caption {
	padding: 10px 0;
	text-align: center;
	font-style: italic;
}
/* Cascasding overrides */
.noPadding {
	padding: 0;
}
.noMargin {
	margin: 0;
}

/* 1075px */
@media screen and (max-width:1075px) {
#wrapperContent, #bottomContent {
	min-width: 100%;
	width: 100%;
}
#leftContent {
	width: 97%;
}
#relatedInfo {
	margin: 30px auto 0;
	width: auto;
}
}


/* 700px */
@media screen and (max-width:700px) {
#container {
	height: 0;
	/* 39% being the ratio we are maintaining
	 * calculated by looking at the image
	 * ratio: 400/1024 = ~0.39 */
	padding: 0 0 45%;
	margin: 0 auto;
}
#wrapperContent {
	padding: 0;
	width: 100%;
	min-width: 100%;
	margin-bottom: 0;
}
#rightColumn img {
	width: 100%;
}
#mainImage img {
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	width: 100%;
	border: none;
	padding: 0;
}
#leftContent #leftColumn, #leftContent #rightColumn {
	width: 90%;
}
#leftContent, #bottomContent {
	float: none;
	filter: none; /* for IE */
	margin: 0;
	padding: 5px 10px;
	width: auto;
	min-width: 90%;
}
#leftContent breadcrumbs p {
	padding: 0;
}
#rightInformation {
	float: none;
	margin: 50px auto 0px;
	width: 80%;
}
#relatedInfoLeft, #relatedInfoRight {
	width: 46%;
}
}
/* 481px */
@media screen and (max-width:481px) {
#relatedInfoLeft, #relatedInfoRight {
	width: 100%;
	padding: 0;
}
#leftContent #leftStory, #leftContent #rightEventsNews, #leftContent #rightEventsNews p {
	float: none;
}
#leftContent #leftStory, #leftContent #rightEventsNews {
	width: 100%;
	padding-right: 0;
}
.pageLinks, .pageLinksWide {
	width: 99%;
	margin: 0;
}
.pageLinks ul, .pageLinksWide ul {
	padding: 5px 0 0 0;
	margin: 0;
}
#leftContent .pageLinks h2, #leftContent .pageLinksWide h2 {
	padding: 10px 0;
	margin: 0;
}
#bottomContent .feature {
	margin: 0 0 5% 0;
	width: 98%;
}
#bottomContent .feature:after, #bottomContent {
	clear: both;
	float: none;
}
textarea, input, select {
	width: 90%;
}
label {
	display: block;
	text-align: left;
	width: auto;
}
}
@media print and (color) {
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
#goldBar, #topNavigation, #menuOne, #menuTwo, #menuThree, #menuFour, #menuFive, #menuSix, #menuSeven, #mobile, #footer {
	display: none;
	visibility: hidden;
}
#wrapperContent {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: none;
	clear: both;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	position: relative;
	transition: none 0s ease 0s;
}
}
