@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,400italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);
@import url('https://fonts.googleapis.com/css?family=Cantata+One|Montserrat');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

img.aligncenter {display: block; margin-left: auto; margin-right: auto}

ul,

ol {
  list-style: none;
}

ol.faq { list-style: none; width: 85%; margin: 0 auto;  }
ol.faq li { text-align: left; margin: 6px 0; }

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.inset { margin-left: 15px; background: #fff; border: solid 1px #555;  }
table.inset td { padding: 5px; }

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

/* td img { margin-right: 8px; } */

td img { }

td img.spacer { padding-right: 10px; }

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

body, p {
  font-family: 'Droid Serif', Georgia, Constantia, 'Lucida Bright', 'DejaVu Serif', serif;
  font-size: 16px;
  line-height: 1.8em;
	font-weight: 400;
}
pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1 {
	font-family: 'Muli', sans-serif;
	font-size: 40px;
	color: #8971a0;
	padding-top: 30px;
	margin-bottom: 20px;
	line-height: 110%;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 110%;
}
h1.ls-l, h2.ls-l, h3.ls-l, h4.ls-l, h5.ls-l, h6.ls-l {
	font-family: 'Droid Serif', Georgia, Constantia, 'Lucida Bright', 'DejaVu Serif', serif;
	font-weight: 400;
	text-shadow: 3px 3px 4px #333;
}

h2 {
  /* font-size: 23px; */
	font-size: 1.75em;
	text-align: center;
	font-weight: 700;
	color: #8971a0;
}

h3 {
  /* font-size: 21px; */
	font-size: 1.5em;
	text-align: left;
	font-weight: 400;
	color: #330066;
}

h4 {
  /* font-size: 19px; */
	font-size: 1.3em;
	text-align: left;
	color: #8971a0;
}

h5 {
  /* font-size: 17px; */
	font-size: 1.125em;
	text-align: left;
	font-style: italic;
	color: #330066;
}

h6 {
  /* font-size: 15px; */
	font-size: 1.125em;
	text-align: left;
	color: #330066;
}

ol {
  list-style: decimal;
}

ul, .text ul {
  margin-left: 10px;
  list-style: disc;
  padding-left: 15px;
}

ol, .text ol {
  margin-left: 20px;
  padding-left: 15px;
}

.text li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

blockquote { margin: 8px 25px; width: 90%; font-size: 16px; }
blockquote p { font-size: 16px; }

body {
  background: #fff;
  color: #404040;
  text-align: left;
}

a {
  color: #8971a0;
  text-decoration: none;
  border-bottom: 1px dotted #8971a0;
}

a:visited {
  color: #8971a0;
  text-decoration: none;
}
a:hover {
  color: #330066;
  border-bottom: 1px dotted #330066;
}

/* Gradient hr */

hr.gradient {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0));
}

/* Alternate potential divider */

.divider { 
    margin: 25px 0;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}

.grid-container {
  padding-bottom: 20px;
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
}

div[class*="push-"] section {
  background: #dec;
}

div[class*="pull-"] section {
  background: #fcd;
}

.dynamic-px-width {
  display: block;
}

.imageblock img { margin: 5px; }
.centered { text-align: center; }


/* IMAGES */
/*
img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;	
}
*/

div.emergmsg {
	color: #fff;
	background: #330066; 
	padding: 10px auto; 
	text-align: center;
	width: 100%;
	margin: 0 auto;
	}
	
.responsive {
	max-width: 100% !important;
}

.floatleft { float:left; margin-right: 15px; margin-bottom: 10px; }
.floatright { float:right; margin-left: 15px; margin-bottom: 10px; }


/* OUTER GRID CONTAINER */
.grid-container.outer-grid {
	padding: 0px !important;
		
}
/* INNER GRID CONTAINER */
.grid-container.inner-grid {
	padding: 0px !important;
	box-shadow:0px 4px 4px 2px #ccc;
	-webkit-box-shadow: 0px 4px 4px 2px #ccc;
	-moz-box-shadow:    0px 4px 4px 2px #ccc;		
}
/* RESPONSIVE VIDEO */

video {
  width: 100%    !important;
  height: auto   !important;
}
.video-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* HEADER */
.celebrate-125-years, .home-logo-wrapper {
	text-align: center;
	max-height: 184px;
	height: 184px;
}
.logo-wrapper, .socialicons {
	text-align: center;
	max-height: 125px;
	height: 125px;
}
.interior-pages .logo-wrapper, .interior-pages .socialicons {
	text-align: center;
	max-height: 148px;
	height: 148px;
}
.logo-wrapper, .interior-pages .logo-wrapper, .interior-pages .socialicons, .interior-pages .social-wrapper, .home-logo-wrapper {
	position: relative;	
}

.social-wrapper {
	margin-bottom: 10px;
	}
	
.header {
	display: table;	
}

.interior-pages .header {
	height: 200px;
	max-height: 200px;
}

.grid-75.home-logo-wrapper, .tablet-grid-85.home-logo-wrapper, .grid-75.home-logo-social, .tablet-grid-85.home-logo-social, .mobile-grid-100.home-logo-social, .grid-75.home-logo-wrapper .logo-wrapper {
	padding: 0 10px;
}

.mobile-grid-100.home-logo-wrapper {
	padding: 0px;
}

.logo {
	padding-top: 40px;	
}

.logo a {
	border: none;
}

.logo-menu-wrapper {
	bottom: 0px;
	/*position: absolute; */
}
.logo-menu-wrapper .logo-menu {
	width: auto;
}

.logo-menu {
	margin-bottom: 5px;
}

.logo-menu-wrapper .logo-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: auto;
	display: table;
}
.logo-menu-wrapper .logo-menu ul li {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 0;
	height: 35px;
	padding: 0px 2px;

}
.logo-menu-wrapper .logo-menu ul li a {
	color: #fff;
	text-decoration: none;	
	background: #8971a0;
	padding: 6px 25px;
}
.logo-menu-wrapper .logo-menu ul li a:hover {
	background: #320064;
}

.logo-menu-wrapper .logo-menu ul li.connect a {
	background: url('/_resources/images/left-corner-new.png') top left no-repeat #fff;
}
.logo-menu-wrapper .logo-menu ul li.apply a {
	background: url('/_resources/images/right-corner-new.png') top right no-repeat #fff;
}
.logo-menu-wrapper .logo-menu ul li.connect a:hover {
	background: url('/_resources/images/left-corner-new-over.png') top left no-repeat #fff;
}
.logo-menu-wrapper .logo-menu ul li.apply a:hover {
	background: url('/_resources/images/right-corner-new-over.png') top right no-repeat #fff;
}

/* .logo-menu-wrapper .logo-menu ul li.rounded a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
} */


/* SOCIAL ICONS */
.socialicons {
	margin: 0 auto;
	text-align: center;	
}
.socialicons ul.socials {
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	list-style-type: none;
	display: table;	
}
.socialicons ul.socials li {
	display: table-cell;
	vertical-align: middle;
	height: 31px;
	padding: 2px 5px;
	margin: 0px;
	width: 35px;
}
.socialicons ul.socials li a {
	height: 27px;
	width: 25px;
	display: block;
	border-bottom: none;
}
.socialicons ul.socials li.facebook {
	background: url('/_resources/images/facebook.png') center center no-repeat;
}
.socialicons ul.socials li.facebook:hover {
	background: url('/_resources/images/facebook-over.png') center center no-repeat;
}

.socialicons ul.socials li.flickr {
	background: url('/_resources/images/flickr.png') center center no-repeat;
}
.socialicons ul.socials li.flickr:hover {
	background: url('/_resources/images/flickr-over.png') center center no-repeat;
}
.socialicons ul.socials li.twitter {
	background: url('/_resources/images/twitter.png') center center no-repeat;
}
.socialicons ul.socials li.twitter:hover {
	background: url('/_resources/images/twitter-over.png') center center no-repeat;
}
.socialicons ul.socials li.tumblr {
	background: url('/_resources/images/tumblr.png') center center no-repeat;
}
.socialicons ul.socials li.tumblr:hover {
	background: url('/_resources/images/tumblr-over.png') center center no-repeat;
}
.socialicons ul.socials li.linkedin {
	background: url('/_resources/images/linked-in.png') center center no-repeat;
}
.socialicons ul.socials li.linkedin:hover {
	background: url('/_resources/images/linked-in-over.png') center center no-repeat;
}
.socialicons ul.socials li.instagram {
	background: url('/_resources/images/instagram.png') center center no-repeat;
}
.socialicons ul.socials li.instagram:hover {
	background: url('/_resources/images/instagram-over.png') center center no-repeat;
}

.backtotop { cursor: pointer; }

form.search {
	max-width: 200px;
	margin: 10px auto;
	min-width: 120px;	
}
form.search input.searchbox {
	border: 1px solid #cecece;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	color: #ccc;
	width: 100%;
	height: 25px;
	padding: 0px 1px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.interior form.search {
	margin-left: 35px;	
}
/* NAVIGATION MENU */
.nav-menu {
	background: #fff;
	border-top: 1px solid #cecece;

	border-bottom: 8px solid #330066;
	padding: 0px !important;
}
.nav-menu .webapplinks .webappborder {
	border-radius: 0px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}


/* SIDEBAR NAVIGATION */

.interior-resources-row.content-row ul.sidenav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	background: #8971a0;
}

.interior-resources-row.content-row ul.sidenav li a {
	padding: 0;
	list-style-type: none;
	color: #fff;
}

/* HIDE GOOGLE SEARCH POWERED BY TEXT */

/* td.gsc-branding-text {display: none;}

td.gsc-branding-img {display: none;} */


.gsc-input-box { height: 20px; }


/* SLIDESHOW */
.slideshow {
	padding: 0px !important;	
}
.hover-trigger {
	width: 50px;
	height: 50px;	
}
.hover-action {
	color: #000;
	display: none;
}
.hover-trigger:hover .hover-action {
	display: block;
	width: 175px;
	top: -155px;
	position: relative;
	background: #fff;
	border: 2px solid #000;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 2px;
	text-align: center;
}

.slideshow a {
	border-bottom: none;
}

/* MIDDLE WIDGET AREA */
.left-news, .right-calendar {
	background: #fff;
	padding: 0px !important;
	height: 665px;
	position: relative;
	margin-top: -30px;	

}
.middle-ribbon {
	background: url('/_resources/images/purple-ribbon.png') top center transparent no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -80px;
	padding: 125px 0px 25px 0px !important;
	text-align: center;
	z-index: 700;
}
.middle-ribbon p {
	text-align: center;	
}
/* MIDDLE RIBBON IMAGE REPLACEMENTS */
.middle-ribbon a.acorn-ribbon {
	width: 105px;
	height: 125px;
    background: url('/_resources/images/acorn.png') left top no-repeat;
	display: block;
	margin: auto;
	border-bottom: none;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;	
}
.middle-ribbon a.acorn-ribbon:hover {
	background-position: 0px -125px;
	border-bottom: none;
}
.middle-ribbon a.oak-ribbon {
	width: 155px;
	height: 157px;
    background: url('/_resources/images/oak.png') left top no-repeat;
	display: block;
	margin: auto;
	border-bottom: none;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;	
}
.middle-ribbon a.oak-ribbon:hover {
	background-position: 0px -157px;
	border-bottom: none;
}
.middle-ribbon a.sapling-ribbon {
	width: 187px;
	height: 234px;
    background: url('/_resources/images/sapling.png') left top no-repeat;
	display: block;
	margin: auto;
	border-bottom: none;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;	
}
.middle-ribbon a.sapling-ribbon:hover {
	background-position: 0px -234px;
	border-bottom: none;
}
.middle-widget-wrapper {
	position: relative;
	padding: 0px !important;
	max-height: 600px;

}
.left-news-content, .right-calendar-content {
	padding: 2% 8% 0 8% !important;	
}
.news-arrow {
	width: 100%;
	height: 33px;	
}
#news-up-arrow.news-arrow, #calendar-up-arrow.news-arrow {
	background: url('/_resources/images/up-arrow.png') top center no-repeat;
}
#news-down-arrow.news-arrow, #calendar-down-arrow.news-arrow {
	background: url('/_resources/images/down-arrow.png') top center no-repeat;
}
.news-content ul, ul.calendar, ul.event-list {
	list-style-type: none;	
} 
h3.news-title {
	font-family: 'Open Sans', sans-serif;
	color: #8971a0;
	font-size: 1.5em;
	/* font-weight: 700; */
	/* text-align: center; */
	line-height: 1.1em;
	/* margin-bottom: 1em; */
}
p.news-intro {
	font-family: 'Droid Serif', Georgia, Constantia, "Lucida Bright", "DejaVu Serif",  serif;
	font-size: 14px;
	line-height: 1.8em;
	padding: 10px 0px 0px 0px;
}
.read-more a {
	/* font-family: 'Open Sans', sans-serif; */
	color: #8971a0;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px dotted #8971a0;
	/* text-decoration: underline; */
	text-align: right;
	margin: 0 1em;
}
.read-more a:hover {
	color: #330066;
	border-bottom: 1px dotted #330066;
	/* text-decoration: underline; */
}
p.intro-image {
	text-align: center;	
}
.intro-image img {
	border: 1px solid #330066;
	max-height: 300px !important;
	width: auto !important;
	margin: auto; 	
}
/* CALENDAR */
#nt_right_calendar {
	text-align: center;
	height: 535px;	
}
#nt_right_calendar h4.calendar-date {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 5px 0px;
	width: 100%;
	background: #330066;
	margin-bottom: 2px;
	text-align: center;	
}
#nt_right_calendar h4.calendar-date .calendar-day {
	color: #8971a0;
	margin-right: 8px;	

}
#nt_right_calendar dl.event-list {
	margin-bottom: 0px;
	text-align: center;		
}
#nt_right_calendar dl.event-list dd {
	margin: 8px auto;
	border-bottom: 2px solid #330066;
	font: 14px / 1.5 Georgia, Constantia, "Lucida Bright", "DejaVu Serif",  serif;
	font-weight: 400;
	padding: 10px 0px;
	text-align: center;
}
#nt_right_calendar dl.event-list dd:last-child {
	border-bottom: 0px;	
}
#nt_right_calendar dl.event-list dd .time, #nt_right_calendar dl.event-list dd .location {
	color: #8971a0;	
}
/* VIDEO AREA */
.video-container {
	border-bottom: 8px solid #330066;
	border-top: 8px solid #330066;
	padding: 0px !important;
}
.welcome-text {
	padding: 3% 6% !important;	
}
.welcome-left {
	padding-right: 20px !important;	
}
.welcome-right {
	padding-left: 20px !important;	
}
/* BOTTOM MENU */
.bottom-menu {
	background: url('/_resources/images/footer-image-grass.jpg') bottom left no-repeat;
	background-size: cover;
	box-shadow:0px 0px 2px 2px #333 inset;
	-webkit-box-shadow: 0px 0px 2px 2px #333 inset;
	-moz-box-shadow:    0px 0px 2px 2px #333 inset;
	height: 280px;
	float: left;
	position: relative;
	padding:0px !important;
}
.bottom-menu-wrapper {
	position: absolute;
	float: left;
	bottom: 0px;
	display: block;
	padding:0px 0px 5px 0px !important;
	text-align: right;
	margin-bottom: 0px;
	height: 160px;
	overflow: hidden;
	
}
.bottom-menu .bottom-right-menu {
	bottom: -132px;
	position: relative;
}
.bottom-menu .bottom-center-menu {
	bottom: -122px;
	position: relative;	
}

 
.bottom-menu .bottom-center-menu ul {
	padding-top: 8px;
	margin-bottom: 0px;	
}
.bottom-menu .bottom-center-menu ul li {
	display: table-cell;
	margin: 0px 5px;
}
.bottom-menu .bottom-center-menu ul li:after {
	content: "|";
	color: #fff;
	font-size: 20px;
}
.bottom-menu .bottom-center-menu ul li:last-child {
	border-right: 0px solid #fff;
}
.bottom-menu .bottom-center-menu ul li:last-child:after {
	content: "";
}
.bottom-menu .bottom-center-menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	height: 36px;
	text-shadow: 3px 3px 4px #000;
}

.bottom-menu .bottom-center-menu ul li a:hover {
	color: #ccc;
	text-shadow: 3px 3px 4px #000,
}


/* FOOTER */
.footer, .bottom-footer {
	padding: 20px;
	margin: auto;
	text-align: center;	
}
.footer p {
	margin-bottom: 0;	
}
.footer ul {
	padding-left: 0px;
	margin-bottom: 20px;
	display: block;
	margin: auto;
	list-style-type: none;
	text-align: center;
}
.footer ul li {
	display: inline-block;
	position: relative;
	padding: 0px 8px;
	border-right: 1px solid #330066;
	line-height: 1em;
}
.footer ul li.end-footer {
	border-right: 0px;	
}
.bottom-footer {
	color: #8971a0;	
}
.bottom-footer p {
	font-size: 13px;
}
.bottom-footer strong, .bottom-footer a {
	font-weight: 700;
	color: #330066;	
	border-bottom: 1px dotted #330066;
}
/* ADMISSIONS PAGES */
.interior-admissions-wrapper {
	padding: 50px 0px;	
}
.interior-admissions-row {
	padding: 10px 8% !important;	
}
.interior-admissions-wrapper h1 {
	font-size: 40px;
	color: #8971a0;
	margin-bottom: 20px;
	padding-top: 30px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}
.admissions-staff {
	text-align: center;
	float: left;
	position: relative;	
}
.admissions-meet .list-link a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: underline;
	font-weight: 700;
}
.admissions-meet .list-link a:hover {
	color: #330066;
	text-decoration: underline;
}
.admissions-staff h3.adm-name {
	font-family: 'Open Sans', sans-serif;
	/* font-size: 20px; */
	font-size: 1.5em;
	color: #330066;
	/* font-weight: 700; */
	margin-bottom: 0px;		
}

h3.adm-name {
	line-height: 1.5em;
}

.admissions-staff h4.adm-title {
	font-family: 'Open Sans', sans-serif;
	/* font-size: 15px; */
	font-size: 1.3em;
	color: #8971a0;
	font-weight: 700;
	margin-bottom: 0px;	
	line-height: 18px;			
}
.admissions-staff p.adm-phone, .admissions-staff p.adm-email {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #404040;
	line-height: 18px;	
}
.admissions-staff p.adm-email a, .admissions-staff p.adm-responsibilities strong {
	color: #330066;
	font-weight: 700;	
}
.admissions-staff p.adm-responsibilities {
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
/* MAP */
.map-wrapper {
	padding: 0px !important;
	text-align: center;	
}
.map-wrapper h1, .events-search h1 {
	font-weight: 400;
	color: #8971a0;
	margin-bottom: 45px;	
}
.map-wrapper p, .events-search h1 {
	margin-bottom: 0px;	
}
.events-search div {
	text-align: center;	
}
.events-search .events-search-form input, .events-search .events-search-form label {
	display: inline-block;
	width: 20%;	
	max-width: 20%;
}
.events-search div {
	display: table !important;	
	height: 100px;
}
.events-search div h1, .events-search div form {
	display: table-cell !important;
	vertical-align: middle !important;	
}
.events-search .label, .events-search input {
	margin: 0px 4px;	
}
.events-search .events-search-form input {
	border: 1px solid #eee;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	color: #ccc;
	width: 100%;
	height: 25px;
	box-shadow: 0px 0px 5px 2px #eee;	
}
.events-search .events-search-form input.submit-button {
	background: #8971a0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	width: 95px;	
}
/* DONATE PAGE */
.interior-donate-wrapper {
	padding: 0px !important;
	/* background: url('/_resources/images/donate-walking-background.jpg') top left no-repeat; */
	background: url('/_resources/images/semester-yucatan-bg.jpg') top left no-repeat;
	background-size: cover;	
	min-height: 1800px;
	margin-bottom: 40px;
}

.interior-donate-box {
	/* background: url('/_resources/images/donate-box-bg.png') top left no-repeat; */
	background-color: rgba(255,255,255,0.9);
	color: #4d4d4d;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding: 25px 40px !important;
	text-align: left;	
}
form.donate-form {
	
}
form.donate-form div.group {
	display: block;
	width: 90%;
	margin-bottom: 10px;
}
form.donate-form div.group label, form.donate-form div.group input {
	display: inline-block;
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
}
form.donate-form div.group input {
	border: 1px solid #eee;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	color: #333;
	height: 30px;
	box-shadow: 0px 0px 5px 2px #eee;
	width: 60%;	
	padding: 0px 5px;
}
form.donate-form div.group label {
	text-align: right;	
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #8971a0;
	height: 25px;
	margin-right: 15px;	
}
form.donate-form div.group input.submit-button {
	background: #8971a0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	width: 95px;
	height: 30px;
	padding: 0px 15px;
	display: inline-block;
	margin-left: 5px;	
}
form.donate-form div.group.last input {
	width: 29%;	
}

/* STUDY ABROAD INDIVIDUAL PAGES */

.interior-pathways-row .interior-photobg-wrapper {
	padding: 0px !important;
	background: url('/_resources/images/semester-yucatan-bg.jpg') top left no-repeat;
	background-size: cover;	
	min-height: 1800px;
	margin-bottom: 40px;
}
.interior-pathways-row .interior-photobg-wrapper .interior-photobg-box {
	background: #fff;
	margin-top: 10%;
	width: 500px;
	height: auto;
	padding: 25px 30px !important;
	text-align: left;	
	z-index: 1000;
}

/* MAJOR HAPPENINGS */
.interior-major-happenings-wrapper {
	padding: 0px !important;
	margin-bottom: 40px;
}

.interior-major-happenings-wrapper h2 {
	margin: 30px auto 20px;
}

.interior-major-happenings-row {
	padding: 0px !important;
	margin-bottom: 20px;
}
.interior-major-happenings-row #layerslider-news p.ls-l a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-weight: 700;
	color: #8971a0;
	border-bottom: 1px dotted #8971a0;
}
.interior-major-happenings-row #layerslider-news p.ls-l a:hover {
	color: #330066;
	text-decoration: none;
	border-bottom: 1px dotted #330066;
}
.interior-major-happenings-row p strong {
	font-family: 'Droid Serif', Georgia, Constantia, 'Lucida Bright', 'DejaVu Serif', serif;
	font-weight: 700;
	margin-right: 5px;	
	color: #8971a0;
}
.interior-major-happenings-row p.ls-l a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #321962;
	margin: 0px 5px;
}
.interior-major-happenings-row p.ls-l a:hover {
	color: #8971a0;
}
.interior-major-happenings-row.last-row {
	margin-bottom: 0px;
}

.lesswide {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* MAJORS-MINORS */

.interior-pathways-wrapper {
	padding: 0px !important;
	margin-bottom: 40px;
}
.interior-pathways-row {
	/* box-shadow: 0px 2px 2px 2px #ccc; */
	padding: 50px 25px 0px 25px !important;
	/* box-shadow: 0px 5px 5px 2px #ccc; */
}

.interior-pathways-row.image {
	padding: 0px !important;
	box-shadow: 0px 0px 0px 0px #ccc;
}
.interior-pathways-row {
	padding: 20px 25px !important;
}
.interior-pathways-row .headline h2 {
	text-align: center;
	font-size: 1.75em;
	color: #8971a0;	
	font-weight: 700;
}
.interior-pathways-row.courses .text strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;	
	color: #404040;
	text-decoration: none;
}

		.major-sidebox {
		  padding: 10% 10% 10% 5%;
          background-color: #ece6f2;
		  font-size: 14px;
         }

         .major-sidebox ul {
			 list-style-type: none;
			 margin-left: 0;
 			padding-left: 1em;
 			text-indent: -1em;
         }

         .major-sidebox li,
         .major-sidebox li a {
          margin-left: 0;
          color: #330066;
		  font-weight: 400;
         }

		 .major-sidebox li:before {
		 content: "\00BB \0020";
	     }

         .major-sidebox p {
          padding: 0 10%;
		  font-weight: 400;
         }

         .major-sidebox p a {
          color: #330066;
		  font-weight: 400;
         }

         .major-sidebox img {
          padding-bottom: 0px;
         }

		.major-sidebox p, img, ul {
			margin-bottom: 30px;
		}

		.major-sidebox img.icon-inline {
			margin-bottom: 0;
		}

/* Sidenav for Graduate School Pages */

		.major-sidebox-grad {
          padding: 10%;
          background-color: #cfc5d9;
         }

         .major-sidebox-grad ul {
			list-style-type: none;
			margin-left: 15px;
 			padding-left: 1em;
 			text-indent: -1em;
         }

         .major-sidebox-grad li,
         .major-sidebox-grad li a {
          margin-left: 0;
          color: #330066;
		  font-weight: 400;
         }

		 .major-sidebox-grad li:before {
		 content: "\00BB \0020";
	     }

         .major-sidebox-grad p {
          padding: 0;
		  font-weight: 400;
         }

         .major-sidebox-grad p a {
          color: #330066;
		  font-weight: 400;
         }

         .major-sidebox-grad img {
          padding-bottom: 0px;
         }

.sidenav {
          padding: 8%;
          background-color: #ece6f2;
		  font-size: 14px;
         }

.sidenav ul {
			 list-style-type: none;
			 margin-left: 0;
 			padding-left: 1em;
 			text-indent: -1em;
         }

.sidenav li,
.sidenav li a {
          margin-left: 0;
          color: #330066;
		  font-weight: 400;
         }

.sidenav li:before {
		 content: "\00BB \0020";
	     }

.sidenav p {
          padding: 0;
		  font-weight: 400;
		  color: #404040;
         }

.sidenav p a {
          color: #330066;
		  font-weight: 400;
         }

.sidenav img {
          padding-bottom: 0px;
         }

.sidenav p, img, ul {
	margin-bottom: 30px;
}

    .pquote {
      width: 80%;
      background: #f1f1f1;
      color: #8971a0;
      font-size: 1.2em;
      line-height: 1.6em;
      font-style: italic;
      padding: 20px;
      margin: 20px auto 30px auto;
      clear: both;
    }

    blockquote {
      margin: 0;
    }

    .pquote p {
      padding-left: 20px;
      font-size: 1.2em;
	  line-height: 1.6em;
    }

		.maintext {
		font-size: 18px;
		}

  h2.major-title,
	h2.major-title a {
    position: relative;
    /* left: 50%; */
    margin: -12% auto 3%;
    width: 100%;
    font-size: 210%;
	line-height: 110%;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
	border-bottom: none;
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px #000;
    z-index: 100;
    clear: both;
  } 

.interior-pathways-row .courselink {
		color: #4d4d4d;
		font-size: .7em;
		}

.interior-pathways-row h2:not(:first-child) {
    padding-top: 25px;
}
	
 /* Style for showing and hiding course descriptions */
.clickme {
    background-color: inherit;
    color: #8971a0;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-decoration: none;
}

.clickme:hover {
    text-decoration: underline;
}

.box {
    background-color: #f1f1f1;
    color: #404040;
    margin: 5px 0;
    padding: 5px 10px 0 10px;
    width: auto;
}


/* FACULTY SLIDER STUFF */
.sp-slider-header {
	background: url('/_resources/images/pathways/pathways-faculty-title-bar.png') top left no-repeat;	
	padding: 2% 18%;
}
.sp-slider-header h3.sp-slider-faculty-name {
	color: #fff;
	text-align: center;
	/* font-size: 28px; */
	font-size: 1.5em;
}
.sp-slider-header h4.sp-slider-faculty-title {
	color: #8971a0;
	text-align: center;
	font-size: 1.3em;
	padding-right: 10px;
}
p.sp-slider-faculty-description {
	padding: 10px 35px 10px 0px;
	float: left;
}

.interior-pathways-row.sp-layer img {
	float: right;
}

.interior-pathways-row.faculty-slider {
	padding: 20px 50px !important;
	/* min-height: 975px; */
}
.interior-pathways-row.faculty-slider .sp-horizontal .sp-arrows {
    left: 25px;
    margin-top: -15px;
    width: 40%;
	top: 95px;
}

p.spacer {
	padding: 5px 20px 0 10px;
}

#three-columns.grid-container ul.rig {
  list-style: none;
  font-size: 0px;
  margin-left: -2.5%; /* should match li left margin */
 } 
#three-columns.grid-container ul.rig li {
  display: inline-block;
  padding: 10px;
  margin: 0 0 2.5% 2.5%;
  background: #f1f1f1;
  color: #4d4d4d;
  border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0 0 5px #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#three-columns.grid-container ul.rig li img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}

#three-columns.grid-container ul.rig li h3 {
  margin: 0 0 5px;
  font-size: 18px;
}
#three-columns.grid-container ul.rig li h4 {
  font-size: 16px;
  font-family: 'Droid Serif', Georgia, serif;
	line-height: 20px;
		}
		
#three-columns.grid-container ul.rig li p {
  font-size: .9em;
  line-height: 1.5em;
  color: #4d4d4d;
}



.grid-container ul.rig {
  list-style: none;
  font-size: 0px;
  margin-left: -2.5%; /* should match li left margin */
 } 
.grid-container ul.rig li {
  display: inline-block;
  padding: 10px;
  margin: 0 0 2.5% 2.5%;
  background: #f1f1f1;
  color: #4d4d4d;
  border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0 0 5px #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.grid-container ul.rig li img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}

.grid-container ul.rig li h3 {
  margin: 0 0 5px;
  font-size: 18px;
}
.grid-container ul.rig li h4 {
  font-size: 16px;
  font-family: 'Droid Serif', Georgia, serif;
	line-height: 20px;
		}
		
.grid-container ul.rig li p {
  font-size: .9em;
  line-height: 1.5em;
  color: #4d4d4d;
}










#two-columns.grid-container ul.rig {
  list-style: none;
  font-size: 0px;
  margin-left: -2.5%; /* should match li left margin */
 } 
#two-columns.grid-container ul.rig li {
  display: inline-block;
  padding: 10px;
  margin: 0 0 2.5% 2.5%;
  background: #f1f1f1;
  color: #4d4d4d;
  border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0 0 5px #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#two-columns.grid-container ul.rig li img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}

#two-columns.grid-container ul.rig li h3 {
  margin: 0 0 5px;
  font-size: 18px;
}
#two-columns.grid-container ul.rig li h4 {
  font-size: 16px;
  font-family: 'Droid Serif', Georgia, serif;
	line-height: 20px;
		}
		
#two-columns.grid-container ul.rig li p {
  font-size: .9em;
  line-height: 1.5em;
  color: #4d4d4d;
}

/* class for 2 columns */
.interior-pathways-row.faculty-slider ul.rig.columns-2 li {
  width: 47.5%; /* this value + 2.5 should = 50% */
 }
/* class for 3 columns */
#three-columns.grid-container ul.rig.columns-3 li {
  width: 30.83%; /* this value + 2.5 should = 33% */
 }
/* class for 4 columns */
.interior-pathways-row.faculty-slider ul.rig.columns-4 li {
  width: 22.5%; /* this value + 2.5 should = 25% */
}

.interior-pathways-row.faculty-slider.grid-container ul.rig.columns-4 li {
  width: 22.5%; /* this value + 2.5 should = 25% */
}

/* RESOURCES */
.interior-resources-wrapper {
	padding: 30px !important;
	margin-bottom: 0px;
}

.interior-resources-wrapper td a {
	border-bottom: none;
}

.interior-resources-row {
	background: #fff;
  	color: #404040;
  	text-align: left;
}
.interior-resources-row.title {
	padding: 30px;
}
.interior-resources-row.title h1 {
	text-align: center;
	font-weight: 400;			
}
.interior-resources-row.menu-row {
	padding: 30px;
	background: #8971a0;	
	text-align: center;
}
.interior-resources-row.menu-row ul {
	list-style-type: none;
	display: inline-table;
	margin: 0 auto;	
}
.interior-resources-row.content-row ul {
	list-style-type: disc;
	display: inline-table;
	margin: 0 auto;
	padding-left: 15px;
}
.interior-resources-row.content-row p {
	text-align:left;
}

.interior-resources-row.content-row ol {
	text-align:left;
	padding-left: 15px;
}

.interior-resources-row.content-row p.centered {
	text-align:center;
}
.interior-resources-row.content-row table.centered {
	margin: 0 auto; 
}

.interior-resources-row.content-row p.back-to-top {
	text-align: center;
}
.interior-resources-row.menu-row ul {
	padding-left: 0px;	
}
.interior-resources-row.menu-row ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px;
	border-right: 2px solid #fff;
	line-height: 1em;
	list-style-type: none;
}
.interior-resources-row.content-row ul li {
	/* display: inline-block; */
	vertical-align: middle;
	/* padding: 5px 15px; */
	border-right: 2px solid #fff;
	/* line-height: 1.4em; */
	list-style-type: disc;
}

.interior-resources-row.content-row ul.sidenav li {
	list-style-type: none;
}

.interior-resources-row.menu-row ul li {
	padding: 0px 15px;
	border-right: 2px solid #fff;
	line-height: 1em;
}

/* Dropdown */

select.content-selector { background: #330066;
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    font-family: Arial; }


.ddcontainer > ul {
  list-style: none;
  padding: 0;
  width: 150px;
  margin: 10px auto;
  padding: 0;
}

.ddcontainer div { width: 100%; padding: 20px; display: none; }

.dropdown a {
  text-decoration: none;
}

.dropdown [data-toggle="dropdown"] {
display: block;
position: relative;
border: solid 1px transparent;
font-family: 'Open Sans', sans-serif;
padding: 10px 10px;
margin: 0;
outline: 0;
font-size: 1em;
text-decoration: none;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.dropdown [data-toggle="dropdown"] {
border-color: #d3d3d3;
background: #f8f8f8;
color: #333;
}

.dropdown [data-toggle="dropdown"]:hover {
  background: #2c89c6;
}

.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.6em;
  color: #333;
  top: 14px;
  right: 10px;
}

.dropdown /* .icon-arrow.open */ {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown /* .icon-arrow.close */ {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.6s;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown .icon-arrow:before {
  content: '\25BC';
}

.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-menu li {
  padding: 0;
}

.dropdown .dropdown-menu li a {
  display: block;
  color: #6e6e6e;
  background: #eeeeee;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}

.dropdown .dropdown-menu li a:hover {
  background: #f6f6f6;
}

.dropdown .show, .dropdown .hide {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown .show {
  display: block;
  max-height: 9999px;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.dropdown .hide {
  max-height: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}




/* Tabbers */
/* Vertical */
.tab { display: none; }
			
			.ui-tabs-vertical { width: 98%; }
		  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 200px; }
		  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; margin: 0 -1px .2em 0; }
		  .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
		  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
		  .ui-tabs-vertical .ui-tabs-panel { padding: 1.5em; float: right; width: 75%; border: solid 1px black;  color:#330066; min-height: 550px; max-height: 650px; overflow-y:scroll;  }
			#curriculum.ui-tabs-vertical .ui-tabs-panel { max-height: 850px; }
		  

/* Horizontal */
.interior-resources-row.content-row .ui-tabs.ui-widget-content { background: transparent; color: #330066; border: 0; margin: 0 auto; }
.interior-resources-row-content-row .ui-tabs-panel { border: solid 1px black; padding: 8px; background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; }

.interior-resources-row.content-row ul.ui-widget-header { background: transparent; border: 0; }
.interior-resources-row.content-row ul.ui-tabs-nav { margin: 0; padding: 0; color: #330066; }
/* .interior-resources-row.content-row .ui-state-active, .interior-resources-row.content-row .ui-widget-content .ui-state-active, .interior-resources-row.content-row .ui-widget-header .ui-state-active { border: solid 1px #330066; background: #330066; } */

.interior-resources-row.content-row .ui-state-active, .interior-resources-row.content-row .ui-widget-content .ui-state-active, .interior-resources-row.content-row .ui-widget-header .ui-state-active { border: solid 1px #8971a0; background: #8971a0; }

.interior-resources-row.content-row .ui-state-active a, .interior-resources-row.content-row .ui-state-active a:link, .interior-resources-row.content-row .ui-state-active a:visited { color: white;  }
.interior-resources-row.content-row .ui-tabs .ui-tabs-nav li {
	list-style-type: none;
	padding: 0; margin:0 2px 0 2px;
	white-space: inherit;
	/* border-radius:0; border: solid 1px #330066; */
	border-radius: 0; border: solid 1px #8971a0;
	background: transparent;
	
}

.interior-resources-row.content-row .ui-tabs .halfwidth.ui-tabs-nav li { width: 49%; }
.interior-resources-row.content-row .ui-tabs .halfwidth.ui-tabs-nav .ui-tabs-anchor { width: 100%; text-align:center;}

.interior-resources-row.menu-row ul li.end {
	border-right: 0px solid #fff;
}
.interior-resources-row.menu-row ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;	
	/* text-decoration: underline; */
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.interior-resources-row.menu-row ul li a:hover { color: #330066; }


.interior-resources-row.content-row .ui-tabs .ui-tabs-nav li a {
	font-weight: 700;
	font-size: 14px;
	color: #330066;
}
/* .interior-resources-row.content-row .ui-tabs .ui-tabs-nav li.ui-state-active { background: #330066; } */
.interior-resources-row.content-row .ui-tabs .ui-tabs-nav li.ui-state-active { background: #8971a0; }
.interior-resources-row.content-row .ui-tabs .ui-tabs-nav li.ui-state-active a { color: #ffffff; }

/* .interior-resources-row.content-row .ui-tabs .ui-tabs-nav li:hover { background: #330066; } */
.interior-resources-row.content-row .ui-tabs .ui-tabs-nav li:hover { background: #8971a0; }
.interior-resources-row.content-row .ui-tabs .ui-tabs-nav li:hover a { color: #fff; text-decoration:none; }

/* End of Tabber Section */

.interior-resources-row.content-row {
	padding: 50px 25px 0px 25px !important;
	box-shadow: 0px 5px 5px 2px #ccc;
	/* text-align: center; */
	position: relative;	
}
.interior-resources-row.content-row h2 {
	/* font-family: 'Muli', sans-serif; */
	font-weight: 700;
	color: #8971a0;	
	/* font-size: 3rem; */
	font-size: 1.75em;
}
.interior-resources-row.content-row h3 {
	color: #330066;
	font-size: 1.5em;
    /* font-weight: bold; */
}

.interior-resources-row.content-row ul, .interior-resources-row.content-row.admissions-staff p {
	max-width: 60%;	
}
.interior-resources-row.content-row ul {
	padding-left: 20px;
	margin-left: 25px;
	display: block;
	max-width: none;
	/* margin: 0px auto; */	
}
.interior-resources-row.content-row ul li {
	/* white-space: nowrap; */
	text-align:left;
}
.interior-resources-row.content-row ul li a {
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: normal;	
	color: #8971a0;
	border-bottom: 1px dotted #8971a0;
	/* text-decoration: underline; width: 100%; */
}

.interior-resources-row.content-row ul li a:hover {
	color: #330066;
	border-bottom: 1px dotted #330066;
	/* text-decoration: underline; */
}
.interior-resources-row.content-row p.back-to-top a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	background: #8971a0;
	padding: 5px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.interior-resources-row.content-row.admissions-staff p.adm-email {
	border-bottom: 2px solid #8971a0;
	margin: auto;
	margin-bottom: 15px;
	padding-bottom: 15px;

}
.interior-resources-row.content-row.admissions-staff p.adm-email a {
	color: #8971a0;	
	text-decoration: underline;
}
.interior-resources-row.content-row.admissions-staff p.adm-email a:hover {
	color: #330066;	
	text-decoration: underline;
}
.interior-resources-row.content-row.admissions-staff p, .interior-resources-row.content-row.admissions-staff h3, .interior-resources-row.content-row.admissions-staff h4 {
	margin: auto;
	/* margin-bottom: 5px; */
	margin-bottom: 20px;
}
.interior-resources-row.content-row p.back-to-top {
	position: relative;
	bottom: 0px;
	margin-bottom: 0px;	
	margin-top: 105px !important;
}

.topspace {
	padding: 20px 0 0 0;
}

.bottomspace {
	padding: 0 0 20px 0;
}

.imgpad {
	padding-top: 5px;
}

.imgpadright {
	padding-right: 15px;
}

.imgpadleft {
	padding-left: 15px;
}

div.gutterright {
	padding-right: 5%;
}

div.gutterleft {
	padding-left: 5%;
}


@media (min-width: 1024px) and (max-width: 1367px) {
.interior-pathways-row.faculty-slider .sp-layer {
	width: 50% !important;
	max-width: 50% !important;	
}	
}
/* TABLET STUFF */
@media (min-width: 768px) and (max-width: 1023px) {
form.search input.searchbox {
	width: 81%;
}
.tablet-grid-15.celebrate-125-years {
	margin-left: 30px;
	margin-right: 0px;
	padding-right: 0px;	
}
.middle-ribbon {
	background-size: cover;
	height: 850px;
}
#nt_right_calendar dl.event-list dd {
	font: 13px / 1.5 Georgia, Constantia, "Lucida Bright", "DejaVu Serif",  serif;
}
#nt_right_calendar h4.calendar-date {
	font-size: 15px;
}
#nt_right_calendar h4.calendar-date .calendar-day {
	margin-right: 4px;	
}
.bottom-menu .bottom-center-menu ul li {
	margin: 0px 3px;
}
.bottom-menu .bottom-center-menu ul li a {
	padding: 5px 3px;
}
.interior-pages .logo {
	padding-top: 46px;	
}
.interior-admissions-row {
	padding: 10px 10px !important;	
}
.events-search div {
	height: 70px;	
}
.interior-pathways-row.faculty-slider {
	padding: 10px 10px !important;
}
p.sp-slider-faculty-description {
	font-size: 13px;	
}
.interior-pathways-row.faculty-slider .sp-layer {
	width: 50% !important;
	max-width: 50% !important;	
}
.interior-pathways-row.faculty-slider img {
	float: right;
}
.interior-pathways-row.faculty-slider .sp-horizontal .sp-arrows {
    width: 50%;
	left: 0px;
}
.sp-slider-header h3.sp-slider-faculty-name {
	/* font-size: 22px; */
	font-size: 1.5em;
	margin-bottom: 10px;
}
.sp-slider-header h4.sp-slider-faculty-title {
	/* font-size: 17px; */
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-right: 10px;
}
.interior-major-happenings-row  p.ls-l {
	font-size: 12px !important;	
}
}

@media (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0 10px;
  }
}

 .pquote {
	 width: 100%;
 }

/* MOBILE PHONE STUFF */
@media (max-width: 767px) {
.mobile-grid-100.header {
		padding: 0px !important;
		border-bottom: 4px solid #330066;
		height: 220px;	
}
.nav-menu {
	border-bottom: 4px solid #330066;
}
.mobile-grid-100.logo-wrapper, .mobile-grid-100.logo-menu-wrapper, .mobile-grid-100.socialicons.interior {
	padding-left: 0px;
	padding-right: 0px;	
}
.logo {
	padding-top: 50px;	
}
.logo-wrapper, .socialicons {
	height: auto;	
}
.home-logo-wrapper .socialicons {
	padding-top: 0px;	
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.home-logo-wrapper .socialicons ul.socials {
  display: inline-block;
  position: relative;
}
.socialicons ul.socials li {
  height: 17px !important;
  width: 15px;
}
form.search {
  max-width: 120px;
  margin: 10px auto;
  padding-top: 5px;
  width: 120px;
}
.home-logo-wrapper form.search {
	margin: 0px;
	display: inline-block;
	position: relative;
	/* top: -10px; */
}
.logo-menu-wrapper {
	padding-top: 0px;
   	position: relative;
	clear: all;
}
.logo-menu-wrapper .logo-menu {
	border-bottom: 1px solid #cecece;
	margin-bottom: 25px;
	clear: all;
	/* top: -15px; */
	margin-top: -15px;
}

.logo-menu-wrapper .logo-menu ul li {
	font-size: 15px;
	line-height: 15px;
	height: 31px;
}
.logo-menu-wrapper .logo-menu ul li a {
	padding: 6px 14px;
}
.nav-menu .webapplinks .webappborder {
	border-radius: 0px;
  	border-left: 0px solid #cecece;
	border-right: 0px solid #cecece;
}
.slideshow {
	border-bottom: 4px solid #330066;	
}
.video-container {
  border-bottom: 4px solid #330066;
  border-top: 4px solid #330066;
}
.middle-widget-wrapper {
	max-height: 100%;	
}
.left-news {
	border-bottom: 3px solid #8971a0;	
}
.left-news, .right-calendar {
  margin-top: 0px;
  height: auto;
}
.nav-menu {
	border-bottom: 0px;	
	border-top: 0px;
}
.bottom-menu .bottom-center-menu ul {
	display: block;
	padding-left: 0px;	
}
.bottom-menu .bottom-center-menu ul li {
	font-size: 11px;
	display: inline-block;
	margin: 0px;
}
.bottom-menu .bottom-center-menu ul li:after {
	font-size: 15px;
}
.bottom-menu .bottom-center-menu ul li a {
	padding: 5px 2px;
	height: 36px;
}
.bottom-menu .bottom-center-menu {
	bottom: 0px;	
}
.bottom-menu-wrapper {
	text-align: center;	
	height: 280px;
}
.bottom-menu .bottom-right-menu {
	bottom: 0px;
	position: absolute;
	text-align: center;
}
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
  margin: 0 auto !important;
  width: auto !important;
  text-align: center !important;
}

/* FOOTER */
.footer ul {

}
.footer ul li {
	display: block;
	border-right: 0px solid #330066;
	line-height: 1.2em;
}
.footer ul li.end-footer {
	border-right: 0px;	
}
.interior-pages .logo-wrapper, .interior-pages .socialicons {
  max-height: 100%;
  height: auto;
}
.socialicons ul.socials {
  padding: 5px 0px 0px 0px;
}
.interior form.search {
  margin-left: 5px;
}
.interior-pages .logo-menu-wrapper {
  bottom: -3px;
}
.interior-admissions-wrapper {
  padding: 15px 0px;
}
.interior-admissions-row {
  padding: 10px 10px !important;
}
.admissions-staff h3.adm-name {
  font-size: 1.5em;
  /* line-height: 18px; */
}
p.adm-photo {
	margin-bottom: 5px;	
}
.admissions-staff h4.adm-title {
  font-size: 1.3em;
  /* line-height: 17px; */
}
.admissions-staff p.adm-responsibilities {
  margin-top: 8px;
 line-height: 16px;
}
.map-wrapper h1, .events-search h1 {
  line-height: 48px;
  /* font-size: 45px; */
	font-size: 2em;
  margin-bottom: 25px;
}
.events-search .events-search-form input.submit-button:before {
	clear: both;
}
.events-search .events-search-form input.submit-button {
  width: 155px;
  padding: 0px 5px;
  display: block;
  max-width: 90%;
  margin: 10px auto;
}
.events-search .label, .events-search input {
  margin: 5px 4px;
}
.events-search .events-search-form input.searchbox {
	max-width: 90%;
}
.interior-donate-wrapper {
	background-size: contain;	
	min-height: 500px;
	margin-bottom: 40px;
}
.interior-donate-box {
	width: auto;
	height: auto;
	padding: 15px 10px !important;
}
form.donate-form div.group input.submit-button {
	float: right;
	width: 50%;
}
form.donate-form div.group.last label, form.donate-form div.group.last input {
	float: right;
}
form.donate-form div.group.last label {
	position: absolute;
}
form.donate-form div.group.last {
	width: 100%;
}
form.donate-form div.group input {
  box-shadow: 0px 0px 0px 0px #eee;
}
#cssmenu > ul > li, #cssmenu > ul {
	list-style-type: none!important;
}
#cssmenu > ul > li:first-child {
  vertical-align: bottom !important;
}
.interior-major-happenings-row {
	height: 270px !important;	
}
.interior-major-happenings-row.news-slider {
	height: 600px !important;
}
.interior-major-happenings-row .ls-slide {
	height: 270px !important;	
}
.interior-major-happenings-row #layerslider-news .ls-slide {
	height: 600px !important;	
}
.interior-major-happenings-row  p.ls-l {
	font-size: 13px !important;	
	height: auto !important;
	line-height: 17px !important;
	position: relative !important;
	top: 220px!important;
}
.interior-major-happenings-row .ls-slide img.ls-bg {
	width: 100% !important;
	height: 220px !important;
	margin: 0px auto !important;
}
.interior-major-happenings-row .ls-slide h2 {
	/* font-size: 20px !important;	*/
	font-size: 1.75em !important;
}
.interior-major-happenings-row .ls-slide h4 {
	/* font-size: 16px !important; */
	font-size: 1.3em !important;
}
/* RESOURCES PAGE */
.interior-resources-row.title h1 {
	/* font-size: 2.5em; */
	font-size: 40px;
	}
	
.interior-resources-row.content-row h2 {
  /* font-size: 2rem; */
	font-size: 1.75em;
}
.interior-resources-row.menu-row {
  padding: 15px 5px;
}
.interior-resources-row.content-row ul {
	padding-left: 0px;	
}
.interior-resources-row.content-row {
  padding: 25px 5px 0px 5px !important;
  box-shadow: 0px 0px 0px 0px #ccc;
  border-bottom: 2px solid #8971a0;
}
.interior-resources-row.menu-row ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 5px;
}
.interior-resources-row.menu-row ul, .interior-resources-row.content-row ul {
  display: block;
}

.interior-resources-row.content-row ul {
  list-style-type: disc;
}
	
.interior-resources-row.content-row ul li {
  /* display: inline-block;
  vertical-align: middle; */
  padding: 2px 5px;
}
	
.interior-resources-row.content-row.admissions-staff p.adm-email {
	font-size: 15px;	
}
.interior-resources-row.content-row p.back-to-top {
  margin-top: 45px !important;
  bottom: 1px;
}
.interior-resources-row.content-row ul li {
	white-space: normal;
}
/* PATHWAYS MOBILE REPLACEMENT FOR LAYER SLIDER */
.mobile-image {
	width: 100% !important;
	height: 150px !important;
}

.mobile-image .compass {
	width: 100% !important;
	height: 107px !important;
	max-width: 100% !important;
	padding: 0px;
	position: relative;
	display: block;	
	margin: 0px auto;
}
.mobile-image a.compass-link {
	width: 100% !important;
	height:107px !important;
	max-width: 100% !important;
	top: 10% !important;
	background-size: contain !important;
	margin: 0 auto;
	left: 0;
	padding: 0px;
	position: relative;
	display: block;
	border-bottom: none;
}	
.mobile-image a.compass-link {
	/* background: url('/_resources/images/slides/compass.png') center center no-repeat; */
	background: url('/_resources/images/compass-small.jpg') center center no-repeat;
	z-index: 2;
	border-bottom: none;
}
/* .interior-pathways-row.image .mobile-image {
	background: url('/_resources/images/pathways/chuck-taylors.jpg') center center no-repeat;
	background-size: cover;	
} */
/* PATHWAYS FACULTY SLIDER */
.interior-pathways-row.faculty-slider {
  padding: 0px 0px !important;
}
	

	
.interior-pathways-row.faculty-slider .sp-layer {
	top: 0px !important;
	max-width: 100% !important;
	/* width: 100% !important; */
}
.interior-pathways-row.faculty-slider .sp-layer img {
	/* margin: 122px !important;
	width: auto;
	max-height: 200px; */
	display: none;
}
.interior-pathways-row.faculty-slider .sp-slider-header {
	background: #330066;
	padding: 2% 0px !important;
}
.interior-pathways-row.faculty-slider .sp-slider-header h3.sp-slider-faculty-name {
  /* font-size: 23px; */
	font-size: 1.5em;
}
.interior-pathways-row.faculty-slider .sp-slider-header h4.sp-slider-faculty-title {
  /* font-size: 17px; */
	font-size: 1.3em;
  padding: 0 5% 15% 0;
}
.interior-pathways-row.faculty-slider .sp-horizontal .sp-arrows {
  left: 0px;
  margin-top: -35px;
  width:98%;
  top: 95px;
}
p.sp-slider-faculty-description {
  	padding: 5px 15px;
	font-size: 13px;
	margin-top: 222px;
}
	
/* CSS ADJUSTMENTS FOR TABBER MENU ON MOBILE */
	
.interior-resources-row.content-row ul.ui-tabs-nav { 
	margin: 0 auto 10px auto; color: #330066;
}

.interior-resources-row.content-row ul.ui-tabs-nav ul {
		margin: 0 auto;
}
	
.ui-tabs-panel {
	margin: 0 auto;
}
		
}
/* MENU CONSTRAINTS FOR 10 MENU ITEMS */
@media only screen and (min-width: 768px) {
.webapplinks-submenu.menu10 {
/*	max-width: 100%; */
}
.webapplinks-list li:hover .webapplinks-submenu.menu10 {
/*    display: table; */
/*	display: inline-block; */
	display: block;
}
.menu10 li {
/*	max-width: 10%; */
}
.menu10 li ul, .menu10 li ul li {
/*	max-width: 100%;	*/
}
.webapplinks-list .webapplinks-submenu.menu10 li {
    white-space: normal;
	/* display: table-cell; */
/*	display: inline-block; */
	display: block;
	vertical-align: middle;
}
.webapplinks-submenu.menu10 li a, .webapplinks-submenu.menu10 li a:hover {
	text-align: left;
	display: block;	
	padding: 12px 10px;	
}
.webapplinks-submenu.menu10 li ul.webapplinks-submenu-sub li {
    display: block;
}
.webapplinks-submenu.menu10 li ul.webapplinks-submenu-sub li a {
	text-align: left;	
}
}



/* Style below is for new layout; transfer to Millsaps CSS file later */
         
/*         .major-sidebox {
          padding: 15%;
          background-color: #cfc5d9;
         }

         .major-sidebox ul {
          margin-left: 0;
         }

         .major-sidebox li {
          list-style-type: none;
          margin-left: 0;
         }

         .major-sidebox p {
          padding: 0 10%;
         }

         .major-sidebox img {
          padding-bottom: 0px;
         }

          .raised {
            -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

    .pquote {
      width: 80%;
      background: #f1f1f1;
      color: #330066;
      font-size: 1.6em;
      line-height: 1.2;
      font-style: italic;
      padding: 20px;
      margin: 0 auto 10px auto;
      clear: both;
    }

    blockquote {
      margin: 0;
    }

    .pquote p {
      padding-left: 20px;
      font-size: 1.6em;
    }

/*
    .pquote p:first-letter {
      font-size: 39px;
      font-weight: bold;
    } */

          /* ----- Image grids ----- */
/* ul.rig {
  list-style: none;
  font-size: 0px;
  margin-left: -2.5%; /* should match li left margin */
/* }
ul.rig li {
  display: inline-block;
  padding: 10px;
  margin: 0 0 2.5% 2.5%;
  background: #f1f1f1;
  border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0 0 5px #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.rig li img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}
ul.rig li h3 {
  margin: 0 0 5px;
}
ul.rig li p {
  font-size: .9em;
  line-height: 1.5em;
  color: #999;
}
/* class for 2 columns */
/* ul.rig.columns-2 li {
  width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
/* ul.rig.columns-3 li {
  width: 30.83%; /* this value + 2.5 should = 33% */
/* }
/* class for 4 columns */
/* ul.rig.columns-4 li {
  width: 22.5%; /* this value + 2.5 should = 25% */
/* }

@media (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0 10px;
  }

  h2.major-title {
    font-size: 300%;
  }
  
/*  .major-title h2 {
    position: relative;
    /* left: 50%; */
/*    margin: -6% auto 0;
    width: 100%;
    font-size: 3em;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px #000;
    z-index: 100;
    clear: both;
  } */
/* }

@media (max-width: 767px) {
  ul.grid-nav li {
    display: block;
    margin: 0 0 5px;
  }
  ul.grid-nav li a {
    display: block;
  }
  ul.rig {
    margin-left: 0;
  }
  ul.rig li {
    width: 100% !important; /* over-ride all li styles */
/*    margin: 0 0 20px;
  }

  h2.major-title {
    font-size: 200%;
  }

 /* .major-title h2 {
    position: relative;
    /* left: 50%; */
 /*   margin: -6% auto 0;
    width: 100%;
    font-size: 3em;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px #000;
    z-index: 100;
    clear: both; 
  } */
/* }


   h2.major-title {
    position: relative;
    /* left: 50%; */
   /* margin: -6% auto 0;
    width: 100%;
    font-size: 500%;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px #000;
    z-index: 100;
    clear: both;
  }


 /* Style for showing and hiding course descriptions */
/* .clickme {
    background-color: inherit;
    color: #8971a0;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-decoration: none;
}

.clickme:hover {
    text-decoration: underline;
}

.box {
    background-color: #f1f1f1;
    color: #404040;
    margin: 5px 0;
    padding: 5px 10px 0 10px;
    width: auto;
} */


@media (max-width: 1199px) {
  .interior-admissions-row ul.rig li {
    width: auto;
    padding: 0 10px;
  }
	ul {
		padding-left: 0;
	}
	
.interior-resources-row.content-row ul li.bottomspace {
	padding-bottom: 20px;
	}
	
h2.major-title,
h2.major-title a {
    position: relative;
    /* left: 50%; */
    margin: -18% auto 2%;
    width: auto;
    font-size: 140%;
  } 
}


@media (max-width: 767px) {
ul.grid-nav li {
    display: block;
    margin: 0 0 5px;
  }
ul.grid-nav li a {
    display: block;
  }
ul.rig {
    margin-left: 0;
  }
ul.rig li {
    width: 100% !important; /* over-ride all li styles */
    margin: 0 0 5px;
  }
ul {
	padding-left: 0;
	}

.interior-resources-row.content-row ul li.bottomspace {
	padding-bottom: 20px;
	}
	
.major-sidebox,
.major-sidebox-grad,
.sidenav {
	padding: 2% 8%;
	margin-bottom: 20px;
	}
	
.tablet-grid-100.text,
.mobile-grid-100.text {
	padding: 0;
}
	
	  h2.major-title,
	h2.major-title a {
    position: relative;
    /* left: 50%; */
    margin: -18% auto 2%;
    width: auto;
    font-size: 140%;
  } 
	#three-columns.grid-container ul.rig li {
		margin: 0 2.5% 2.5% 2.5%;
	}
}

.issuuembed.issuu-isrendered {
  width: 100%!important;
}

.iconslib a {
	border-bottom: none;
}

p.sitemap {
	padding: 0 20px 0px 0;
	margin-bottom: 10px;
}


/* Extract and Blockquote Stuff */

.interior-major-happenings-wrapper .extract {
		margin: 20px;
		color: #330066;
		background-color: #f1f1f1;
		border: 1px solid #ddd;
		padding: 20px;
		line-height: 1.4em;
		}	
		
.interior-major-happenings-wrapper blockquote {
		max-width: 400px;
		}

studyabroad-img {}
