/* General Global Styles */
body {
	font-family: sans-serif;
	font-size: 16px;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

.container-no-pad {
	padding-right: 0;
	padding-left: 0;
}

.row-no-pad {
	margin-right: 0;
	margin-left: 0;
}

.row-no-pad > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

h3.panel-title {
	margin-bottom: 0px !important;
}

button::-moz-focus-inner {
  border: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.nobr {
	white-space: nowrap;
}

.img-block {
	width: 100%;
	height: auto;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

img.photo {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.margin-bottom, .margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-none {
	margin-bottom: 0px;
}

.btn {
	white-space: normal;
}

.btn:hover {
	text-decoration: none !important;
}

.btn span.pdf {
	background-image: url('/images/icons/pdf16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

/* Global Header */
.global-header-top .col-md-4, .global-header-bottom .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.global-header-top a, .global-header-bottom a {
/* 	outline: 0; */
}

.global-header-toggle {
	display: none;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 18px;
	width: 30px;
}

p.global-header-logo {
	margin: 0;
}

.global-header-logo a {
	background-color: #52237f;
	background-image: url('/images/headerNavMobileLogo.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 258px;
	color: #fff;
	display: block;
	padding: 30px 10px;
	height: 18px;
	width: 100%;
}

.global-header-top-navs,
.global-header-search,
.global-header-bottom {
	display: none;
}

.global-header-search form {
	background-color: #3e1b61;
	padding: 10px;
	position: relative;
}

.global-header-search form input {
	color: #999;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #999;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	outline: none;
	padding: 8px 40px 8px 10px;
	height: 38px;
	width: 100%;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.global-header-search form .glyphicon-search {
	color: #999;
	/*display: block;*/
	font-size: 18px;
/*	position: absolute;
	top: 17px;
	right: 20px;
	z-index: 100;*/
}

.global-header-nav-action, .global-header-nav-audience, .global-header-nav-main {
	background-color: #3e1b61;
	margin: 0;
	padding: 0px 10px;
	list-style-type: none;
}

.global-header-top-navs {
	background-color: #3e1b61;
}

.global-header-nav-action, .global-header-nav-audience {
	border-bottom: 1px solid #7f5ca0;
	margin: 0px 10px;
	padding: 5px 0px;
}

.global-header-nav-action > li, .global-header-nav-audience > li {
	display: inline-block;
}

.global-header-nav-action >  li > p, .global-header-nav-audience > li > p {
	background-color: inherit;
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0 5px 0 0;
}

.global-header-nav-action > li > a, .global-header-nav-audience > li > a {
	color: #fff;
	padding-right: 5px;
}


.global-header-nav-main li a {
	border-bottom: 1px solid #7f5ca0;
	display: block;
	color: #ddd;
	padding: 5px 0px;
}

.global-header-nav-action a, .global-header-nav-audience a, .global-header-nav-main li a {
	text-decoration: none;
}

.global-header-nav-main > li > ul {
	display: none;
	background-color: #291240;
	margin: 0;
	padding: 0;
}

.global-header-nav-main > li > ul > li {
	list-style: none;
}

.global-header-nav-main > li > ul > li > a {
	border-bottom: 1px solid #3c2b4b;
	padding-left: 10px;
	padding-right: 10px;
}

/* Global Alert Banner */

.global-alert p {
	margin: 0px;
}

.global-alert p a {
	display: block;
	padding: 20px;
	background-color: #800;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.global-alert p a span {
	background-image: url('/images/icons/iconAlert.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 30px;
}

.global-alert p a:hover {
	background-color: #900;
	text-decoration: underline;
}

/* Page Specific Header */
.sub-header {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.sub-header::before {
	background-color: rgba(44, 19, 68, 1);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: -1;
}

.sub-header-hero::before, .sub-header-video::before {
	opacity: 0.8;
}

.sub-header-img, .sub-header-text {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sub-header-img {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.sub-header-img > img, .sub-header-img > div {
	width: 100%;
	height: auto;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.sub-header-text h1 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

.sub-header-text h2 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

.sub-header-text h3 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

.sub-header h1 > a, .sub-header h2 > a, .sub-header h3 > a {
	color: #fff;
	text-decoration: none;
}

.sub-header p {
	font-size: 16px;
	color: #fff;
	margin: 0px 0px 0px 0px;
}

/* Area Navbar */
.area-nav {
	background-color: #ffffff;
}

.area-nav.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2000;
}

.area-nav .container, .area-nav .container-fluid {
	padding-bottom: 0px;
}

.area-nav-title {
	background-color: #e0e0e0;
	color: #555;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding: 10px 0px 10px 20px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

.area-nav-title.active {
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

.area-nav-title:hover, .area-nav-title:focus {
	color: #555;
	text-decoration: none;
}

.area-nav-toggle {
	display: none;
	color: #555;
	display: block;
	font-size: 20px;
	height: 18px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 20px;
}

.area-nav-list {
	background-color: #d0d0d0;
	display: none;
	margin: 0;
	padding: 10px 20px;
}

.area-nav-list > li > a {
	color: #222;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.area-nav-list a:hover {
	text-decoration: none;
}

.area-nav-list li {
	list-style: none;
}

.area-nav-list > li:hover > a,
.area-nav-list > li a:hover,
.area-nav-list > li a.selected,
.area-nav-list > li a.focused {
	background-color: #c0c0c0;
}

.area-nav-list li a {
	display: block;
	text-decoration: none;
}

.area-nav-list li a:hover {
	text-decoration: none;
}

.area-nav-list > li > a {
	padding: 4px 8px;
	cursor: pointer;
}

.area-nav-list > li.selected > a {
	background-color: #fff;
}

.area-nav-list > li:hover > a {
	background-color: #c0c0c0;
}

.area-nav-list > li > ul {
	background-color: #ececec;
	display: none;
	margin: 0 0 5px 0;
	padding: 5px 0;
}

.area-nav-list > li > ul {
	border-top: 1px solid #ccc;
	padding-left: 10px;
}

.area-nav-list > li > ul > li > a {
	color: #222;
	font-size: 16px;
}

.area-nav-list > li > ul > li > a.selected {
	background-color: #fff;
	border-left: 8px solid #eeb111;
	padding-left: 6px;
}

.area-nav-list > li > ul > li > a.extLink {
	background-image: url('/images/icons/extLink16.png');
	background-position: right 10px center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

/* Page Title */
.page-title h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
}

/* Main Content Area */
.main-content {
	background-color: #ffffff;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 30px;
}

.main-content.hidepadding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.main-content p {
	margin-bottom: 20px;
}

.main-content .lead {
	font-size: 24px;
}

.main-content .fineprint {
	font-size: 14px;
	font-style: italic;
}

.main-content a {
	color: #52237f;
	font-weight: bold;
	text-decoration: none;
}

.main-content a:hover {
	text-decoration: underline;
}

.main-content a.pdf {
	background-image: url('/images/icons/pdf16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.main-content a.doc {
	background-image: url('/images/icons/doc16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.main-content a.ppt {
	background-image: url('/images/icons/ppt16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.main-content a.xls {
	background-image: url('/images/icons/xls16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.main-content a.offsite {
	background-image: url('/images/icons/extLink16.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

.main-content h2, .main-content h3, .main-content h4 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.main-content h2 { font-size: 28px; font-weight: bold; }
.main-content h3 { font-size: 24px; font-weight: bold; }
.main-content h4 { font-size: 18px; font-weight: bold; }

.main-content dl > dt {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

.main-content dl > dd {
	margin-bottom: 2em;
	margin-left: 2em;
}

.main-content blockquote {
	border-left: none;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	padding: 0px 30px 0px 40px;
	color: #383838;
}

.main-content blockquote > span {
	color: #999999;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.main-content blockquote > span:before {
	content: "\2014 \2009";
}

.main-content .callout {
	border-left: 10px solid #aaa;
	padding-left: 20px;
}

/* Features */
.feature-lg a.youtube div.youtube-play-button, .feature-sm.youtube div.youtube-play-button {
	background-image: url('/images/featureYouTubePlayButton.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

/* Feature Large */
.feature-lg {
	background-color: #1a1a1a;
	margin-bottom: 30px;
	position: relative;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.feature-lg img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.feature-lg-text h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.feature-lg-text {
	color: #fff;
	font-size: 14px;
	padding: 20px 20px 0px 20px;
}

.feature-lg-text a {
	color: #fff;
	text-decoration: underline;
}

/* Feature Small */
.feature-sm {
	display: block;
	margin-bottom: 30px;
	position: relative;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.feature-sm img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.feature-sm-text {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	color: #fff;
	padding: 10px;
	position: absolute;
	margin: 0px;
	width: 100%;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

.feature-sm-text h3 {
	font-size: 16px;
	margin-bottom: 2px;
}

.feature-sm-text p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}

a.feature-sm:hover .feature-sm-text {
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
}

/* Facultu Members */
.faculty-member {
	position: relative;
	margin-bottom: 20px;
	margin-right: 20px;
}

.faculty-member .faculty-member-photo {
	margin-bottom: 10px;
}

.faculty-member a.facultyVideoOverlay {
	background-image: url('/images/featureYouTubePlayButton.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.faculty-member p.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 4px;
}

.faculty-member .faculty-member-details {
	font-size: 16px;
}

.faculty-member .faculty-member-short-bio {
	font-size: 16px;
}

.faculty-member .faculty-member-short-bio > span.complete {
	display: none;
}

.faculty-member .faculty-member-short-bio > span.more {
	background-color: transparent;
	color: #370457;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

/* Staff Members */
.staff-member {
	font-size: 14px;
	padding-bottom: 10px;
	word-wrap: break-word;
}

.staff-member > img {
	float: left;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 2em;
	margin-top: 8px;
	width: 100px;
}

.staff-member > p.name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 120px;
}

.staff-member > p.info {
	padding-left: 120px;
	margin-bottom: 4px;
}

.staff-member > div.details {
	padding-left: 120px;
}

.staff-member > div.details p {
	font-size: 90%;
	margin-bottom: 0.2em;
}

.staff-member > div.details li {
	border-left: 1px solid #ccc;
	margin-bottom: 2px;
}

/* panel-title */

h3.panel-title, h4.panel-title {
	margin-bottom: 0px;
}

/* Topic Boxes */
.topic-boxes {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.topic-boxes div div {
	margin-bottom: 20px;
	padding: 0px 20px;
}

.topic-boxes h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px !important;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 0.5em;
	margin-top: 0px;
	text-transform: uppercase;
}

.topic-boxes h3 a {
	color: #52237f;
	text-decoration: none;
}

.topic-boxes p {
	margin-bottom: 1em;
}

/* level up links */
.levelUp, .levelup {
	background-color: #eee;
	margin-top: 60px;
	padding: 20px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.levelUp > a, .levelup > a {
	background-image: url('/images/icons/levelUp16.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

/* News Articles */
.news-article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.news-article > h3 {
	margin-bottom: 4px;
}

.news-article-date {
	font-style: italic;
	font-size: 90%;
}

/* Page Extras Boxes Titles */
.extras-title {
	background-color: #52237f;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px !important;
	padding: 10px 12px;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}

/* Page Extras Slideshow/Gallery */
.extras-slideshow, .extras-gallery {
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.extras-slideshow img, .extras-gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.extras-slideshow p, .extras-gallery p {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	color: #fff;
	padding: 10px;
	position: absolute;
	margin: 0px;
	width: 100%;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

/* Related Links */
.related-links ul {
	background-color: #efefef;
	color: #222;
	margin: 0px 0px 30px 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

.related-links ul a {
	font-weight: normal;
}

/* Area Contact Info */
.area-contact-info {
	background-color: #efefef;
	color: #222;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px 0px 10px 0px;
	word-wrap: break-word;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.area-contact-info p {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: inherit;
	color: #000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 45px;
	float: left;
}

.area-contact-info p a {
	background-color: inherit;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.area-contact-info p a:hover {
	text-decoration: underline;
}

.area-contact-info-phone { background-image: url('/images/icons/iconPhone.png'); }
.area-contact-info-email { background-image: url('/images/icons/iconMail.png'); }
.area-contact-info-location { background-image: url('/images/icons/iconCar.png'); }
.area-contact-info-hours { background-image: url('/images/icons/iconClock.png'); }

/* Page Extras List */
.extras-list {
	background-color: #efefef;
	color: #222;
	margin: 0px 0px 30px 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

.extras-list a {
	font-weight: normal;
}

/* Page Extras Info */
.extras-info {
	background-color: #efefef;
	color: #222;
	margin: 0px 0px 30px 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

/* Page Extras Form */
.extras-form {
	background-color: #efefef;
	padding: 10px 20px 20px 20px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}
.extras-form div.form_question,
.extras-form div.form_label,
.extras-form div.form_responses {
	margin: 0;
	padding: 0;
}
.extras-form [style="margin-top: 25px;"] {
	margin-top: 12px !important;
}
.extras-form [style="margin-right: 10px;"] {
	margin-right: 0px !important;
}
.extras-form input, .extras-form textarea, .extras-form select {
	width: 100%;
	min-height: 26px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 20px;
	padding: 2px 4px 2px 4px;
}
.extras-form .form_label {
	font-size: 90%;
	margin-bottom: 2px;
}
[data-required="1"] .form_label::after {
	content: " *";
}
.extras-form .form_address .form_label:not([for]) {
	display: none;
}
.extras-form form {
	max-height: 155px;
	overflow: hidden;
}
.extras-form .reveal-arrow {
	border-top: 1px dashed #ccc;
	margin: 0;
	padding: 0;
}
.extras-form .reveal-arrow {
	cursor: pointer;
	display: block;
	font-size: 20px;
	margin: 0;
	padding: 15px 0px 0px 0px;
	text-align: center;
}
.extras-form .action {
	text-align: center;
}

/* Related Pages Boxes */
.related-pages {
	background-color: #efefef;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.related-pages h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.related-page {
	margin-bottom: 10px;
}

.related-page a {
	display: block;
}

.related-page a:hover {
	text-decoration: none;
}

.related-page a img {
	width: 100%;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
}

.related-page span {
	display: block;
	color: #52237f;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

/* Global Footer Menu */
.global-footer-menu {
	background-color: #2d2d2d;
	border-top: 6px solid #eeb111;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.global-footer-menu a {
	color: #999;
}

.global-footer-links {
	margin-bottom: 20px;
}

.global-footer-menu h4 {
	font-size: 120%;
	font-weight: bold;
}

.global-footer-menu ul {
	list-style-type: none;
	padding-left: 0px;
}

/* Global Footer Bottom */
.global-footer-bottom {
	background-color: #434343;
	color: #999;
	padding-top: 30px;
	padding-bottom: 30px;
}

.global-footer-translate {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.global-footer-social {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.global-footer-social a {
	color: #999;
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: bottom;
}

/* Global Footer Copyright */
.global-footer-copyright {
	background-color: #ffffff;
	color: #000;
	font-size: 14px;
	padding: 30px 30px 40px 30px;
	text-align: center;
}

.global-footer-copyright span {
	padding-left: 6px;
	padding-right: 6px;
	white-space: nowrap;
}

.global-footer-copyright a {
	color: #333;
}

/* Back to Top Button */
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	z-index: 5000;
	width: 40px;
	height: 40px;
}

.back-to-top img {
	width: 40px;
	height: 40px;
}

/* Google Translate Text Color override */
.goog-logo-link {
	color: #666 !important;
}

/* Slightly wider than the smallest phone (350px and up) */
@media (min-width: 350px) {

	/* Global Header */
	.global-header-logo a {
		background-position: center center;
	}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	/* Area Contact Info */
	.area-contact-info p {
		font-size: 14px;
	}

	/* Global Footer Bottom */
	.global-footer-translate {
		text-align: left;
	}

	.global-footer-social {
		text-align: right;
	}

	.global-footer-social a {
		margin-left: 20px;
		margin-right: 0px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/* Global Header */
	.global-header-top .global-nav-title, .global-header-top .homepage {
		display: none;
	}

	.global-header-top .col-md-4, .global-header-bottom .col-xs-12 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.global-header-top .container-fluid, .global-header-bottom .container-fluid {
		width: 970px;
	}

	p.global-header-logo {
		margin: 0;
	}

	.global-header-logo a {
		background-color: inherit;
		background-image: url('/images/headerLogo.png');
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 250px;
		color: #000;
		display: block;
		padding: 0px;
		width: 250px;
		height: 100px;
	}

	.global-header-top-navs, .global-header-search {
		display: block;
		padding-top: 30px;
	}

	.global-header-top-navs {
		text-align: right;
	}

	.global-header-top-navs {
		background-color: inherit;
	}

	.global-header-nav-action, .global-header-nav-audience {
		background-color: inherit;
		border: none;
	    display: block;
		list-style-type: none;
	    margin: 0px;
	    padding: 0;
	    text-align: right;
	}

	.global-header-nav-action li, .global-header-nav-audience li {
		display: inline;
	}

	.global-header-nav-action li a, .global-header-nav-audience li a {
		border-bottom: none;
		display: inline;
		color: #52237f;
		font-size: 16px;
	}

	.global-header-nav-audience li a {
		font-size: 14px;
	}

	.global-header-nav-action li a:hover, .global-header-nav-audience li a:hover {
		text-decoration: none;
	}

	.global-header-nav-action li.apply a,
	.global-header-nav-action li.visit a,
	.global-header-nav-action li.give a {
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		font-weight: bold;
		padding-left: 20px;
		text-transform: uppercase;
	}

	.global-header-nav-audience li.alumni,
	.global-header-nav-audience li.campus {
		border-right: 1px solid #ccc;
		padding-right: 10px;
	}

	.global-header-nav-audience li.campus,
	.global-header-nav-audience li.parents {
		padding-left: 10px;
	}

	.global-header-search form {
		background-color: inherit;
		margin: 0;
		padding: 0;
	}

	.global-header-search form .glyphicon-search {
		top: 4px;
		/*right: 10px;*/
	}

	.global-header-bottom {
		background-color: #52237f;
		display: block;
	}

	.global-header-bottom .col-xs-12 {
		padding-left: 0px;
	}

	.global-header-nav-main {
		background: inherit;
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.global-header-nav-main > li {
		display: inline-block;
		position: relative;
	}

	.global-header-nav-main > li > a {
		border-bottom: none;
		color: #fff;
		display: inline-block;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		font-weight: 400;
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: background-color 200ms ease;
	    -moz-transition: background-color 200ms ease;
	    -o-transition: background-color 200ms ease;
	    transition: background-color 200ms ease;
	}

	.global-header-nav-main > li a:hover,
	.global-header-nav-main > li a.selected,
	.global-header-nav-main > li a.focused {
		background-color: #eeb111;
		color: #fff;
	}

	.global-header-nav-main > li > ul {
		background-color: #fff;
		border: 2px solid #eeb111;
		color: #222;
		left: -50%;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 200%;
		z-index: 500;
		-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
		box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	}

	.global-header-nav-main > li > ul:after {
		background-image: url('/images/navMainUpArrow.png');
		background-repeat: no-repeat;
		background-position: center top;
		content: "";
		position: absolute;
		left: 0;
		top: -14px;
		width: 100%;
		height: 16px;
		z-index: 510;
	}

	.global-header-nav-main > li > ul > li {
		list-style: none;
	}

	.global-header-nav-main > li > ul > li > a {
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		color: #222;
		font-size: 12px;
		margin: 0;
		padding: 5px 10px;
		text-align: left;
	}

	.global-header-nav-main > li > ul > li:first-child a {
		padding: 7px 10px 5px 10px;
	}

	.global-header-nav-main > li > ul > li > a:hover {
		background-color: #eee;
		color: #222;
	}

	/* Page Specific Header */
	.sub-header-text {
		padding-top: 40px;
	}

	.sub-header-text.col-xs-12 {
		padding-top: 20px;
	}

	/* Area Navbar */
	.area-nav {
		background-color: #e0e0e0;
		background-image: none;
		border-bottom: 1px solid #ccc;
	}

	.area-nav-list {
		background-color: inherit;
		display: block;
		list-style-type: none;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.area-nav-list > li {
		display: inline-block;
		position: relative;
	}

	.area-nav-list > li > a {
		display: inline-block;
		font-size: 16px;
		margin-top: 1px;
		margin-bottom: 1px;
		padding: 4px 12px;
		position: relative;
		-webkit-transition: background-color 200ms ease;
	    -moz-transition: background-color 200ms ease;
	    -o-transition: background-color 200ms ease;
	    transition: background-color 200ms ease;
    	border-radius: 6px 6px 6px 6px;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
	}

	.area-nav-list > li > ul {
		background-color: #fff;
		border: 1px solid #ccc;
		color: #222;
		left: 0;
		margin: 0;
		width: 260px;
		min-width: 100%;
		padding: 0;
		position: absolute;
		z-index: 500;
		-webkit-box-shadow: 0px 6px 20px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 6px 20px -2px rgba(0,0,0,0.75);
		box-shadow: 0px 6px 20px -2px rgba(0,0,0,0.75);
	}

	.area-nav-list > li > ul.edge {
		left: inherit;
		right: 0px;
	}

	.area-nav-list > li > ul > li > a {
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		color: #222;
		font-size: 14px;
		margin: 0;
		padding: 5px 10px;
		text-align: left;
	}

	.area-nav-list > li > ul > li > a:hover {
		background-color: #eee;
	}

	/* Main Content Area */
	.main-content {
/* 		background-image: url('/images/bgMainContent.jpg'); */
		background-repeat: no-repeat;
		background-size: contain;
	}

	.main-content blockquote {
		font-size: 20px;
	}

	.main-content blockquote > span {
		font-size: 16px;
	}

	/* Page Title */
	.page-title h1 {
		font-size: 45px
	}

	/* Feature Large */
	.feature-lg-text {
		font-size: 16px;
	}

	.feature-lg .col-md-4 {
		padding: 20px 20px 0px 0px;
	}

	/* Global Footer Menu */
	.global-footer-menu {
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* General Global Styles */
	.btn {
		font-size: 16px;
	}

	/* Global Header */
	.global-header-top .container-fluid, .global-header-bottom .container-fluid {
		width: 1170px;
	}

	.global-header-nav-main > li > a {
		font-size: 16px;
	}

	.global-header-nav-main > li > ul > li > a {
		font-size: 14px;
	}

	/* Page Specific Header */
	.sub-header-text h1 {
		font-size: 50px;
	}

	.sub-header-text h2 {
		font-size: 40px;
	}

	.sub-header-text h3 {
		font-size: 30px;
	}

	.sub-header-text p {
		font-size: 18px;
	}

	/* Main Content Area */
	.main-content {
		font-size: 18px;
	}

	/* Column Width 4 */
	.col-md-4, .col-sm-4 {
		font-size: 16px;
	}

	/* Page Title */
	.page-title h1 {
		font-size: 50px
	}

	/* Page Headings */
	.main-content h2 { font-size: 36px; }
	.main-content h3 { font-size: 30px; }
	.main-content h4 { font-size: 20px; }

	/* Feature Large */
	.col-md-8 .feature-lg .col-lg-4 {
		padding: 20px 20px 0px 0px;
	}

	.col-md-8 .feature-lg .feature-lg-text h3 {
		font-size: 20px;
	}

	.col-md-8 .feature-lg .feature-lg-text p {
		font-size: 14px !important;
	}

	.btn-sm {
		font-size: 14px;
	}

	.btn-lg {
		font-size: 20px;
	}

	/* Feature Small */
	.feature-sm-text h3 {
		font-size: 16px;
	}

	.feature-sm-text p {
		font-size: 14px;
	}

	/* Faculty Members */
	.faculty-member p.name {
		font-size: 28px;
		line-ehgith: 28px;
	}

	/* Staff Members */
	.staff-member {
		font-size: 16px;
	}

	.staff-member > img {
		height: 130px;
		width: 130px;
	}

	.staff-member > p.name {
		font-size: 20px;
	}

	.staff-member > p.info {
		padding-left: 150px;
	}

	.staff-member > div.details {
		padding-left: 150px;
	}

}
