body {
  background: url(../images/body-bg.gif);
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #565656;
}

#main-container {
  margin: 0 auto;
  max-width: 1120px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 20px #ccc;
}

#header {
  height: 160px;
  background: #4d305b url(../images/seal-header.png) 0 100% no-repeat;
  border-bottom: 1px solid #4d305b;
}

#logo {
  display: block;
  text-indent: -9999px;
  width: 240px;
  height: 98px;
  float: left;
  background: url(../images/logo.png) 0 0 no-repeat;
  margin: 32px 0 0 38px;
}

#utility {
  position: relative;
  float: right;
  margin: 42px 38px 0 0;
  width: 295px;
}

#utility a, #utility {
  color: #a5a5a5;
  text-decoration: none;
  font-size: 13px;
}

#utility a:hover {
  text-decoration: underline;
}

.header-social {
  float: right;
  margin-bottom: 6px;
}

.header-social li {
  float: left;
  margin: 0 0 0 18px;
  list-style-type: none;
}

.header-social li a {
  display: block;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/social-media-header.png) 0 0 no-repeat;
}

.header-social li a.fb {width: 9px;}
.header-social li a.tw {width: 25px; background-position: -30px 0;}
.header-social li a.ig {width: 21px; background-position: -70px 0;}

#navmenu .header-social {display: none;}

.header-search {
  width: 100%;
  background: #ede8e8;
  clear: both;
  height: 33px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  z-index: 100;
}

#utility .header-search a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  line-height: 33px;
  width: 78px;
  background: #767575;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

#utility .header-search a span {
  font-size: 14px;
}

.header-search form {
  position: absolute;
  left: 90px;
  height: 21px;
  width: 206px;
  top: 6px;
}

.header-search .search-box {
  background: none;
  border: none;
  width: 170px;
  font-size: 17px;
  color: #191919;
}

.header-search .search-button {
  width: 19px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/search-button.png) 0 0 no-repeat;
  top: 1px;
  right: 9px;
  position: absolute;
  border: none;
}

#mobile-search {
  display: none;
}

.region-quicklinks {
  background: #888;
  padding: 12px 18px;
  position: absolute;
  right: 38px;
  top: 100px;
  width: 259px;
  z-index: 99;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}

.region-quicklinks ul li {
  list-style-type: none;
}

.region-quicklinks ul li a {
  color: #eee;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  font-size: 13px;
  border-bottom: 1px dotted #aaa;
}

.region-quicklinks ul li a:hover {
  color: #fff;
}

#navmenu {
  background: #767575;
  border-top: 3px solid #636164;
  float: left;
  width: 100%;
}

#content-wrap {
  clear: both;
  min-height: 400px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 24px 0;
}

#content-wrap-inner {
  padding: 0 30px
}

#content {
  float: right;
  width: 70%;
}

.full-width #content {
  float: left;
  width: 100%;
}

#sidebar {
  float: left;
  width: 26%;
}

#sidebar .block {
  margin-bottom: 30px;
}

#content-wrap p, #content-wrap ul, #content-wrap ol {
  line-height: 25px;
  margin-bottom: 18px;
}

#content ul, #content ol {
  margin-left: 24px;
  list-style-type: disc;
}

#content ol {
  list-style-type: decimal;
}

#content blockquote {
  margin: 0 30px 18px 20px;
  padding-left: 12px;
  border-left: 5px solid #ddd;
  font-style: italic;
}

#footer {
  background: #444343 url(../images/footer-bg.png) 0 0 no-repeat;
  padding: 60px 72px;
  clear: both;
}

.footer-info {
  float: left;
}

#footer-logo {
  margin-bottom: 60px;
}

.copyright {
  color: #ccc;
  font-size: 13px;
  line-height: 17px;
}

.copyright a {
  color: #ccc;
}

.footer-buttons {
  float: right;
  margin-top: -15px;
}

.footer-buttons h3 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

.footer-buttons .button {
  margin-right: 12px;
}

.footer-buttons .button-purple {background: #69467a;}

.social-media {
  width: 260px;
  height: 36px;
  background: url(../images/social-media-footer-new.png) 0 0 no-repeat;
  position: relative;
  margin-bottom: 12px;
}

.social-media a {
  display: block;
  position: absolute;
  top: 0;
  width: 37px;
  height: 36px;
  text-indent: -9999px;
}

.social-media a.fb {left: 0}
.social-media a.tw {left: 44px}
.social-media a.ig {left: 89px}
.social-media a.ln {left: 134px}
.social-media a.yt {left: 179px}

.footer-seminary {
  clear: both;
  display: block;
  margin-top: 30px;
  max-width: 218px;
}

/**** BASIC PAGES ****/
.page-image img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  box-shadow: 0 0 1px #ccc;
}

.page-caption {
  background: #ddd;
  padding: 18px 30px;
  font-size: 20px;
  font-family: 'Josefin Slab', serif;
  line-height: 26px;
  margin: -27px 0 24px 0;
}

/**** STUDENT STORY VIEW ****/
.page-admissions .view-student-stories .views-row,
.view-phd-profiles .views-row {
  float: left;
  width: 28%;
  margin: 0 2% 30px 2%;
  position: relative;
  text-align: center;
}

/**** STUDENT STORY PAGES ****/
.node-student-story .field-name-field-image {

}

.node-student-story .field-name-field-image img {
  width: 100%;
  height: auto;
}

.node-student-story .field-name-field-teaser-text {
  background: #333;
  color: #fefefe;
  font-size: 15px;
  line-height: 22px;
  padding: 12px 18px;
  font-style: italic;
  margin: -4px 0 18px 0;
}

/**** BLOG VIEW ****/
.view-president-s-blog .views-row {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 36px;
  background: #ededed;
  color: #777;
}

.view-president-s-blog .views-row .views-field-title {
  position: relative;
}

.view-president-s-blog .blog-title {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
}

.view-president-s-blog .blog-title a {
  color: #fff;
  display: block;
  padding: 6px 18px;
  text-decoration: none;
  font-weight: 600;
}

.view-president-s-blog .blog-title a:hover {
  text-decoration: underline;
}

.view-president-s-blog .views-row img {
  display: block;
}

.view-president-s-blog .views-field-field-teaser-text {
  padding: 18px 18px 24px 18px;
  line-height: 21px;
}

.view-president-s-blog .views-field-view-node a, .view-president-s-blog .views-field-field-date {
  display: inline-block;
  padding: 6px 18px;
  background: #4d305b;
  text-decoration: none;
  color: #fff;
}

.view-president-s-blog .views-field-view-node {
  float: left;
}

.view-president-s-blog .views-field-field-date {
  float: right;
  background: none;
  color: #999;
}

.page-presidents-blog-archive .view-president-s-blog .views-row {
  background: none;
}

.page-presidents-blog-archive .view-president-s-blog .views-row .field-name-field-teaser-text {
  margin-bottom: 18px;
}

/**** NEWS VIEW ****/
/* latest */
.view-news .attachment .views-row {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 36px;
  background: #333;
  color: #eee;
}

.view-news .attachment .views-row .views-field-title {
  position: relative;
}

.view-news .attachment .latest-tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-style: italic;
  color: #fff;
  background: #4d305b;
  font-size: 12px;
}

.view-news .attachment .featured-news-title {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
  font-size: 36px;
  line-height: 40px;
}

.view-news .attachment .featured-news-title a {
  color: #fff;
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 600;
}

.view-news .attachment .featured-news-title a:hover {
  text-decoration: underline;
}

.view-news .attachment .views-row img {
  display: block;
}

.view-news .attachment .views-field-field-teaser-text {
  padding: 18px 18px 24px 18px;
  line-height: 22px;
}

.view-news .attachment .views-field-view-node a, .view-news .attachment .views-field-field-date {
  display: inline-block;
  padding: 6px 18px 18px 18px;
  text-decoration: none;
  color: #fff;
}

.view-news .attachment .views-field-view-node {
  float: left;
}

.view-news .attachment .views-field-field-date {
  float: right;
  background: none;
  color: #999;
}

/* main news */
.view-news.view-display-id-page > .view-content .views-row {
  float: left;
  width: 100%;
  padding-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #ddd;
}

.view-news.view-display-id-page > .view-content h2 {
  margin: 0 0 12px 0;
}

.view-news.view-display-id-page > .view-content h2 a {
  text-decoration: none;
  color: #333;
}

.view-news.view-display-id-page > .view-content .views-field-field-date {
  margin-bottom: 18px;
  color: #888;
  font-style: italic;
}

.view-news.view-display-id-page > .view-content .views-field-field-image {
  float: left;
  width: 30%;
  margin: 0 12px 0 0;
}

.view-news.view-display-id-page > .view-content.views-field-field-image img {
  display: block;
  width: 100%;
  height: auto;
}

.view-news.view-display-id-page > .view-content .views-field-field-teaser-text {
  margin-bottom: 18px;
  line-height: 22px;
}

.view-news.view-display-id-page > .view-content .views-field-field-teaser-text .date-display-single {
  font-weight: bold;
}

.page-news-archive .view-news .views-row {
  margin-bottom: 36px;
}

/**** NEWS NODE ****/
.node-type-news-entry h1#page-title {
  margin: 0 0 12px 0;
}

.node-news-entry .field-name-field-date {
  margin-bottom: 18px;
  font-style: italic;
  color: #999;
}

.node-news-entry .field-name-field-image {
  float: right;
  margin: 0 0 12px 12px;
  max-width: 50%;
}

.node-news-entry .field-name-field-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 3px #ddd;
}

/**** JOB BOARD ****/
.page-alumni-job-board h1#page-title {
  display: none;
}

.view-job-board table {
  width: 100%;
}

.view-job-board table a {
  text-decoration: none;
}

.view-job-board table a:hover {
  text-decoration: underline;
}

.view-job-board tbody tr {
  border-bottom: 1px solid #eee;
}

.view-job-board th, .view-job-board td {
  padding: 6px;
}

.view-job-board th {
  background: #eee;
}

/**** AWARE VIEW ****/
.view-aware .view-content {
  clear: both;
}

.view-aware .attachment-before .views-row {
  background: #333;
  color: #ddd;
  float: left;
  margin-bottom: 18px;
  padding: 15px 2.5%;
  width: 95%;
}

.view-aware .attachment-before .views-field-field-image {
  width: 40%;
  position: relative;
  margin: 0 4% 0 0;
  float: left;
}

.view-aware .attachment-before .views-field-field-image img {
  width: 100%;
  height: auto;
}

.view-aware .attachment-before h2 a {
  color: #fff;
  text-decoration: none;
}

.view-aware .attachment-before h2 a:hover {
  text-decoration: underline;
}

.view-aware.view-display-id-page > .view-content .views-row {
  background: #eee;
  border-radius: 3px;
  box-shadow: 0 0 1px #999;
  overflow: hidden;
}

.view-aware.view-display-id-page > .view-content .views-row:hover {
  background: #fff;
}

.view-aware.view-display-id-page > .view-content .views-row img {
  display: block;
  width: 100%;
}

.view-aware.view-display-id-page > .view-content .views-row .views-field-title a {
  color: #4d305b;
  display: block;
  padding: 12px 6px;
  text-align: center;
  text-decoration: none;
}

.view-aware .attachment-after a {
  border-bottom: 1px dotted #ddd;
  display: block;
  padding: 9px 0;
  text-decoration: none;
}

.view-aware .attachment-after a:hover {
  background: #37729f;
  color: #fff;
}

/**** AWARE NODE ****/
.node-aware-issue .field-collection-container {
  background: none repeat scroll 0 0 #f6f6f6;
  box-shadow: 0 0 1px #ccc;
  color: #333;
  float: right;
  padding: 15px 3%;
  width: 40%;
  margin: 0 0 6px 4%;
}

.node-aware-issue .field-collection-container h3 {
  color: #4d305b;
  margin-bottom: 6px;
}

.node-aware-issue .field-collection-view {
  font-size: 13px;
}

.node-aware-issue .field-collection-item-field-aware-contents {
  float: left;
  width: 100%;
  padding: 9px 0;
  border-bottom: 1px dotted #ccc;
}

.node-aware-issue .aware-contents-page {
  border-right: 1px solid #333;
  float: left;
  margin-right: 12px;
  width: 24px;
  font-weight: 600;
  color: #4d305b;
}

.node-aware-issue .aware-contents-title {
  overflow: hidden;
}

.node-aware-issue .field-name-aware-text {
  margin-top: 27px;
  font-style: italic;
}

/**** STAFF VIEW ****/
.view-staff .views-row {
  margin-bottom: 24px;
}

.view-staff .views-row.views-row-last {
  margin-bottom: 42px;
}

.view-staff h3 {
  padding-bottom: 6px;
  border-bottom: 2px solid #ddd;
}

.view-staff h4 {
  margin: 0 0 2px 0;
}

/**** CALENDAR ****/
.event-date-select {
  position: absolute;
  z-index: 20;
}

.event-date-select select {
  height: 31px;
}

.view-event-calendar .calendar-calendar table td.single-day {

}

.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
  background: none !important;
  color: #fff
}

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  background: #e39539 !important;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #37729f !important;
}

.view .date-nav-wrapper ul.pager li {
  background: none !important;
}

/**** FACULTY VIEW ****/
.view-faculty .views-row {
  float: left;
  width: 47.5%;
  margin: 0 0 36px 0;
}

.view-faculty .views-row.views-row-odd {
  clear: both;
}

.view-faculty .views-row.views-row-even {
  float: right;
}

.view-faculty .group-left {
  width: 26%;
  max-width: 90px;
  margin: 0 4% 0 0;
}

.view-faculty .group-right {
  width: 70%;
  font-size: 13px;
}

.view-faculty .group-right .field {
  margin: 0 0 4px 0;
}

.view-faculty .group-right h3 {
  font-size: 21px;
  line-height: 23px;
  margin: 0 0 3px 0;
}

.view-faculty .group-right h3 a {
  text-decoration: none;
  color: #4d2b5c;
}

.view-faculty .group-right h3 a:hover {
  text-decoration: underline;
}

.view-faculty .group-right .field.field-name-field-position {
  font-weight: 600;
  color: #777;
  margin: 0 0 9px 0;
  line-height: 17px;
}

.view-faculty .group-right .field-label {
  width: 55px;
}

.view-faculty .group-right .field-name-field-email .field-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 180px;
}

/**** ASSOCIATE FACULTY VIEW ****/
.view-faculty table {
  width: 100%;
}

.view-faculty th {
  background: #666;
  color: #fff;
  padding: 6px 12px;
}

.view-faculty td {
  border-bottom: 1px solid #eee;
  padding: 6px 12px;
}

/**** BUTTONS ****/
a.action-button {
  display: inline-block;
  width: 115px;
  height: 115px;
  line-height: 115px;
  color: #fff;
  border-radius: 1000px;
  text-align: center;
  margin: 0 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

a.button {
  display: inline-block;
  padding: 6px 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}

a.button-orange {background: #e39539;}
a.button-green {background: #429632;}
a.button-blue {background: #37729f;}
a.button-grey {background: #999;}
a.button-block {display: block; text-align: center;}
a.button-purple {background: #4d2b5c;}
a.button-slate {background: #474747;}
a.action-button:hover {background: #4d2b5c;}
a.button-thick {padding: 12px 18px;}

/**** EDITING TABS ****/
.node, .tabs, .messages {clear: both;}

#content ul.tabs {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}

#content ul.tabs.primary li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}

#content ul.tabs.primary li a {
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  color: #888;
  font-size: 12px;
  text-decoration: none;
}

#content ul.tabs.primary li a:hover {background: #eee;}

/** SEARCH PAGE **/
.page-search h2 {
  clear: both;
}

.page-search .search-form {
  clear: both;
  float: left;
  width: 100%;
}

.page-search .search-form label {
  display: none;
}

ul.pager {
  text-align: center;
  margin-left: 0 !important;
}

ul.pager li {
  list-style: none;
  display: inline-block;
  margin:  0 9px;
}

/** layouts/columns **/
.view-col4 {
  float: left;
  margin: 0 3% 36px 0;
  width: 22.75%;
}

.view-col4:nth-of-type(4n+1) {
  clear: both;
}

.view-col4:nth-of-type(4n) {
  margin-right: 0;
}

/*miscellaneous*/
.speaker-table img {height: auto !important;}
.archive-block ul li {
  list-style-type: none;
  padding: 3px 0;
  border-bottom: 1px solid #eee;
}
.views-row {position: relative;}
.latest-tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-style: italic;
  color: #fff;
  background: #4d305b;
  font-size: 12px;
}

h3.title-separator {
  background: url(../images/grey-dot.gif) 0 50% repeat-x;
  line-height: 23px;
  text-align: center;
  clear: both;
}

h3.title-separator span {
  background: #fff;
  display: inline-block;
  padding: 0 18px;
}

.grey-tag {
  background: #ddd;
  color: #666;
}

.bottom-text {font-style: italic;}
.center {text-align: center;}
img {max-width: 100%; height: auto;}
.float {width: 46%}
.float-left {float: left;}
.float-right {float: right;}
.col3 {width: 100%; float: left; margin-bottom:20px;}
.col3 li {float:left; width:31%; padding:0 2% 0 0;}

.noShow {display:none;}
.clear {clear:both;}
strong {font-weight:bold;}
em, .italic {font-style:italic;}

.show480 {display:none;}

td {vertical-align:top;}

.last {margin-right:0; padding-right:0;}

.imgLeft, .imgLeftNB {float:left; border:3px solid #bdaf9b; -moz-border-radius:3px; border-radius:3px; margin:0 10px 5px 0;}
.imgLeftNB {border:none;}
.imgRight, .imgRightNB {float:right; border:3px solid #bdaf9b; -moz-border-radius:3px; border-radius:3px; margin:0 0 5px 10px;}
.imgRightNB {border:none;}

.subHeader {font-style:italic; font-size:.65em;}
.italic-underline {font-style:italic; text-decoration:underline;}
.bold-italic {font-weight:bold; font-style:italic;}
.bold-underline {font-weight:bold; text-decoration:underline;}
.bold-italic-underline {font-weight:bold; font-style:italic; text-decoration:underline;}
.small {font-size:10px;}
.small-italic {font-size:10px; font-style:italic;}
.small-italic-underline {font-size:10px; font-style:italic; text-decoration:underline;}
.small-bold-italic {font-size:10px; font-style:italic; font-weight:bold;}
.small-bold-italic-underline {font-size:10px; font-style:italic; font-weight:bold; text-decoration:underline;}