/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/*------------------------------------*\
    FONT DECLARATIONS
\*------------------------------------*/

@font-face {
  font-family: 'OswaldBook';
  src: url('../fonts/Oswald-Regular-webfont.eot');
  src: url('../fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Oswald-Regular-webfont.ttf') format('truetype'),
       url('../fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
  font-weight: normal;
  font-style: normal;
}/*url('../fonts/Oswald-Regular-webfont.woff') format('woff'),*/

@font-face {
 font-family: "Eidetic";
 src: url(../fonts/EidetNeoReg.eot); /* EOT file for IE */
}

@font-face {
 font-family: "Eidetic";
 src: url(../fonts/EidetNeoReg.ttf); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: "EideticItalic";
 src: url(../fonts/EidetNeoItaI.eot); /* EOT file for IE */
}

@font-face {
 font-family: "EideticItalic";
 src: url(../fonts/EidetNeoItaI.ttf); /* TTF file for CSS3 browsers */
}

/*------------------------------------*\
    GLOBAL RESETS AND DEFAULTS
\*------------------------------------*/

body {
	background-color: #39302D;
	color: #444444;
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	margin: 0;	
	padding: 0;
}

input { /* iphone input reset */
  /*-webkit-appearance: none;*/
  border-radius: 0;
}

.mobile-menu {
  overflow-x: hidden;
  position: relative;
  left: 240px;
}

a,
a:visited { 
	color: #990a1a; 
  cursor: pointer;
	text-decoration: none; 
}

a:hover, 
a:active { 
	text-decoration: underline; 
}

a:link { 
	color: #b81222; 
}

a.second:link, 
a.second:hover, 
a.second:active, 
a.second:visited { 
	color: #0069AA; 
}

a.third:link, 
a.third:hover, 
a.third:active, 
a.third:visited { 
	color: #444444; 
}

h1, h2, .h2, h3, h4, h5, h6 {
	line-height: 1em;
	font-weight: normal;
	margin-bottom: .2em;
}

h1, h2, .h2, h4, h6, h7, h8 {
	font-family:"Amethysta","Times New Roman", Times, serif;
	color:#444444;
}

td h3, td h4, td h5 {
	margin: 0;
	padding: 0;
}

h1 { /* page title */
	font-size: 2em;
	font-weight:300;
	padding: 0 0 0.2em;
	margin: 0;
}

h2, .h2 {
	font-size:1.6em;
	margin-bottom: 0.3em;
}

.box h2 {
	margin-top: 2.5em;
}

h3, .box h2 {
	font-size:1.3em;
	font-family:"Arial";
	color:#444444;
	font-weight:bold;
}

h4 {
	font-size:20px;
	line-height:30px;
	margin-bottom: 0.5em;
	font-weight:300;
}

h5 {
	font-size:18px;
	line-height:24px;
	font-family: Georgia, "Times New Roman", Times, serif
}

h6 {
	font-size:1em;
	line-height: 1.3em;
}

h7 { /* special header */
	font-size:1.2em;
}

h8 { /* special header */
	font-size:1em;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: "";
}


/*------------------------------------*\
    UI - HEADER, FOOTER, 
         AND CONTENT CONTAINER
\*------------------------------------*/

.page {
  position: relative;
  z-index: 1;
}

/**** BEGIN HEADER SECTION STYLES ****/

#section-header {
	background: url(../images/header_bkg.png) repeat-x top #76050f;
  border-bottom: 1px solid #fff;
  position: relative;
}

#region-branding {
  padding: 15px;
}

.branding-data {
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
  width: 100%;
}

/* BEGIN INFORMATION FOR BLOCK STYLES */

#block-block-1 {
  display: none;
	margin-bottom: 15px;
}

#block-block-1 .title {
  display: none;
}

#audiencetab ul {
  color: #FFF;
  list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
  width: 100%;
}

#audiencetab li {
  float: left;
  text-align: center;
  width: 50%;
}

.aud-tab-1,
.aud-tab-2 {
  margin-bottom: 5px;
}

#audiencetab a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* END INFORMATION FOR BLOCK STYLES */

/* BEGIN SEARCH BLOCK STYLES */

.block-block-9 {
  position: absolute;
  right: 15px;
  top: 15px;
}

.search-toggle {

}

#block-search-form {
  color: #999999;
  clear: both;
  display: none;
	margin: 10px 0;
}

#block-search-form.mobile-search {
  display: block;
}

#block-search-form #form-item, #block-search-form #form-submit {
	margin: 0;
}

#block-search-form .container-inline {
  float: right;
  position: relative;
  right: 50%;
}

#block-search-form .form-item,
#block-search-form .form-actions {
  float: left;
  margin: 0;
  position: relative;
  left: 50%;
}

#block-search-form .form-text {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
	border: 1px solid #c3c3c3;
	height: 24px;
	padding: 2px 5px;
	width: 209px;
	color: #666a6f;
	line-height: 1;
}

#block-search-form .form-submit,
.search-toggle {
  background: url(../images/icon-search.png) no-repeat 8px 8px #fff;
  border: 1px solid #c3c3c3;
  border-left: 0;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  text-transform: capitalize;
  white-space: nowrap;
  width: 30px;
}

/* END SEARCH BLOCK STYLES */

#region-menu {
 
}

/* BEGIN MAIN NAVIGATION STYLES */

/*.zone-menu-wrapper {
  left: 15px;
  position: absolute;
  top: 15px;
}*/

#block-system-main-menu,
#block-menu-block-3 {
	margin: 0;
}

#block-system-main-menu .block-title {
  background: #362d2d;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  /*height: 30px;*/
  margin: 0;
  /*overflow: hidden;
  text-indent: 100%;
  text-transform: capitalize;
  white-space: nowrap;*/
  padding: 10px;
  text-align: center;
  /*width: 30px;*/
}

#block-system-main-menu .block-title:before {
  background: url(../images/icon-menu.png) no-repeat 0 4px;
  content: "";
  display: inline-block;
  height: 30px;
  margin: -4px 5px 0 0;
  vertical-align: middle;
  width: 30px;
}

#block-system-main-menu .content {
  display: none;
}

#block-system-main-menu .mobile-show,
#block-system-main-menu ul.menu ul.mobile-show,
.pane-menu-block-1.mobile-show,
.pane-menu-block-2.mobile-show {
  background: #362d2d;
  display: block;
  /*height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 240px;*/
  z-index: 100;
}

#block-system-main-menu .content.mobile-show {
  -webkit-box-shadow: 0 0 15px 0 #333;
  box-shadow: 0 0 15px 0 #333;
}

#block-system-main-menu li.expanded,
#block-system-main-menu li.leaf,
#block-menu-block-3 li.expanded,
#block-menu-block-3 li.leaf {
	list-style: none;
	list-style-image: none;
}

#block-system-main-menu ul.menu,
#block-menu-block-3 ul.menu {
  list-style-type: none;
  margin: 0;
	padding: 0;
}

#block-system-main-menu ul.menu li,
#block-menu-block-3 ul.menu li {
	position: relative;
}

#block-system-main-menu .mobile-menu-options {
  overflow: hidden;
}

#block-system-main-menu ul.menu li.last,
#block-menu-block-3 ul.menu li.last {
	background-image: none;
}

#block-system-main-menu ul.menu li ul li,
#block-menu-block-3 ul.menu li ul li {
	
}

#block-system-main-menu ul li ul.menu,
#block-menu-block-3 ul li ul.menu {
	
}

#block-system-main-menu ul.menu ul,
#block-menu-block-3 ul.menu ul {
	display: none;
}

#block-system-main-menu ul.menu ul.mobile-show {
  display: block;
}

#block-system-main-menu ul.menu li ul,
#block-menu-block-3 ul.menu li ul {

}

#block-system-main-menu .menu li:hover ul,
#block-menu-block-3 .menu li:hover ul {
	
}

#block-system-main-menu ul.menu li ul.menu li ul.menu,
#block-menu-block-3 ul.menu li ul.menu li ul.menu {
	
}

#block-system-main-menu ul.menu a,
#block-menu-block-3 ul.menu a {
  border-bottom: 1px solid #fff;
	display: block;
	color: #fff;
  padding: 10px;
  text-decoration: none;
}

#block-system-main-menu ul.menu a.expand-menu {
  border: 0;
  border-left: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 8px 16px 7px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 14px;
}

#block-system-main-menu ul.menu a.expand-menu:hover,
#block-system-main-menu ul.menu a.expand-menu:focus {
  text-decoration: none;
}

#block-system-main-menu ul.menu a.close-menu,
#block-system-main-menu ul.menu ul a.close-menu {
  text-align: right;
}

#block-system-main-menu ul.menu a.back-menu,
#block-system-main-menu ul.menu ul a.close-menu {
  /*float: left;
  width: 100px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}

#block-system-main-menu ul.menu li ul.menu a.active,
#block-menu-block-3 ul.menu li ul.menu a.active  {
	background-image: none;
}

#block-system-main-menu ul.menu a:hover,
#block-system-main-menu ul.menu a:focus,
#block-menu-block-3 ul.menu a:hover,
#block-menu-block-3 ul.menu a:focus {
	text-decoration: underline;
	color: #fff;
}

#block-system-main-menu ul.menu li ul.menu a,
#block-menu-block-3 ul.menu li ul.menu a {
	background-color: #E4DACC;
	font-weight: normal;
	color: #393333;
	font-family: Arial, Helvetica, sans-serif;
}

#block-system-main-menu ul.menu ul.menu a:hover,
#block-system-main-menu ul.menu ul.menu a:focus,
#block-menu-block-3 ul.menu ul.menu a:hover,
#block-menu-block-3 ul.menu ul.menu a:focus {
	text-decoration: underline;
	background-image: none;
}

#block-system-main-menu ul li.collapsed,
#block-menu-block-3 ul li.collapsed {
	list-style-image: none;
	list-style-type: none;
}

#block-system-main-menu ul.menu ul.menu ul.menu a,
#block-menu-block-3 ul.menu ul.menu ul.menu a {
  background: #B10D28;
  color: #fff;
}

/* END MAIN NAVIGATION STYLES */

#region-header-first {

}

/* BEGIN BREADCRUMB STYLES */

#block-delta-blocks-breadcrumb {
	background-color: #F2EEE5;
	margin: 0;
	font-size: 12px;
	color: #5F6062;
}

#block-delta-blocks-breadcrumb .breadcrumb {
	padding: 5px 0 0 25px;
	list-style-type: none;
	margin: 0;
}

#block-delta-blocks-breadcrumb ul li {
	float: left;
	padding-right: 5px;
}

#block-delta-blocks-breadcrumb .breadcrumb li:first-child a {
  background: url(../images/home_btn.png) no-repeat scroll 0 1px transparent;
  color: #B10D28;
  display: inline-block;
  height: 18px;
  padding: 0 5px 0 0;
  width: 16px;
  text-indent: -99999px;
  padding-left: 0 !important;
}

#block-delta-blocks-breadcrumb .breadcrumb li:last-child a {
	background: none !important;
	color: #444444;
	display: block;
  margin: 0;
  padding: 0 12px 0 0;
}

#block-delta-blocks-breadcrumb .breadcrumb li a {
	background: url("../images/breadcrumb_divider.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #B10D28;
  display: block;
  margin: 0;
  padding: 0 12px 0 0;
}

	
/* END BREADCRUMB STYLES */

/**** END HEADER SECTION STYLES ****/

/**** BEGIN CONTENT SECTION STYLES ****/

div.region-inner h1.title {
	display:none;	
}

#section-content {

}

div.region-content-inner div.tabs ul.tabs {
	float: right;
	height: 17px;
	padding: 0;
	margin: 1px 0 0 0;
}

div.region-content-inner div.tabs ul.tabs li {
	float: left;
}

div.region-content-inner div.tabs ul.tabs li a {
	padding: 0px 1px;
	font-size: 10px;
}

#region-content {
	background: #fff;
}

.front #region-content {
	background: #f5f3ef;
}

.node-type-page #page-banner {
  margin-bottom: 1em;
	padding: 0px;
	position: relative;
  top: -15px;
}

.node-type-page #region-content,
.node-type-event #region-content,
.node-type-chapelcast #region-content,
.node-type-course #region-content,
.node-type-job #region-content,
.node-type-employee #region-content,
.node-type-student #region-content,
.node-type-news #region-content,
.zone-content #region-content {
	background: #fff;
}

div.tiltimg {
	padding: 0 0 .5em 1em;	
}

/**** END CONTENT SECTION STYLES ****/

/**** BEGIN FOOTER SECTION STYLES ****/

#section-footer {
  padding: 15px;
  border-top: solid 1px #27201d;
}

#region-footer-first,
#region-footer-second {

}

#zone-footer a,
#zone-footer a:visited {
    color: #E3D4C2;
}

#zone-footer a:hover {
  text-decoration: underline;
}

/* BEGIN FOOTER LINKS STYLES */

#block-block-2 {
  
}

#block-block-2 .ftr-column {
  display: inline-block;
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  padding-right:36px;
  position: relative;
  vertical-align: top;
}

#block-block-2 .ftr-column h3 {
  border: none;
  color: #fff;
  margin: 0;
  text-decoration: underline;
}

#block-block-2 .ftr-column ul {
  padding: 4px 0 0 0;
  margin:0;
}

#block-block-2 .ftr-column li {
  display: list-item;
  list-style-type: none;
}

/* END FOOTER LINKS STYLES */

#block-block-3 {

}

#logo-footer {

}

#logo-footer a {
  display: block;
  width: 164px;
  height: 59px;
  background-image: url(../images/logo-footer.png); 
}

#social-footer {
  margin-bottom: 1em;
  overflow: hidden;
}

#social-footer a {
  background-image: url(../images/social2015.png);
  display: inline-block;
  width: 31px;
  height: 31px;
}

#social-footer .social1 			{ background-position: 0px 0px;}
#social-footer .social1:hover 	{ background-position: 0px 32px; }

#social-footer .social2			{ background-position: 162px 0px; }
#social-footer .social2:hover	{ background-position: 162px 32px; }

#social-footer .social3			{ background-position: 65px 0px; }
#social-footer .social3:hover	{ background-position: 65px 32px; }

#social-footer .social4			{ background-position: 97px 0px; }
#social-footer .social4:hover	{ background-position: 97px 32px; }

#social-footer .social5			{ background-position: 129px 0px; }
#social-footer .social5:hover	{ background-position: 129px 32px; }

#social-footer .social6			{ background-position: 32px 0px; }
#social-footer .social6:hover	{ background-position: 32px 32px; }

.google-frame {
  overflow: hidden;
}

.footer-message {
  color: #E3D4C2;
}

.footer-message-links a {
  display: block;
}

/**** END FOOTER SECTION STYLES ****/


/*------------------------------------*\
    PAGE SPECIFIC
\*------------------------------------*/

/**** BEGIN HOMEPAGE STYLES ****/

#homepage .inside,
#homepage .panel-separator {
	margin: 0;
}

#homepage .panel-col-top {
	
}

/* BEGIN PROSPECTIVE STUDENTS STYLES */

.pane-block-6 {
  background: #071837;
  color: #FFFFFF;
  overflow: hidden;
  padding: 20px 15px;
}

.ps-title {
  font-family: 'OswaldBook',Arial,Helvetica,sans-serif; 
  font-size: 28px; 
  line-height: 1.18;
}

.pane-block-6 a {
	color: #fff;
}

.ps-quicklinks {
  font-size: 18px;
}

.ps-quicklinks span {
  display: block;
  margin: .5em 0;
}

.ps-quicklinks a + a {
  border-left: 1px solid #fff;
  margin-left: 3px;
  padding-left: 6px;
}

.pane-block-6 .apply2,
.pane-block-6 .visit {
  border-radius: 3px;
  display: block;
  float: left;
  font-family: 'OswaldBook',Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 7px 10px 5px 10px;
  text-transform: uppercase;
  width: 115px;
}

.pane-block-6 .apply2:hover,
.pane-block-6 .visit:hover,
.pane-block-6 .apply2:focus,
.pane-block-6 .visit:focus {
  text-decoration: none;
}

.pane-block-6 .apply2 {
	background-color: #6093c8;
	color: #051738;
	margin-bottom: 8px;	
}

.pane-block-6 .apply2:hover,
.pane-block-6 .apply2:focus {
	background-color: #7dbfff;
}

.pane-block-6 .visit {
	background-color: #5d8a32;
	color: #001036;
	margin-bottom: 5px;
  margin-left: 15px;
}

.pane-block-6 .visit:hover,
.pane-block-6 .visit:focus {
	background-color: #80bc48;
}

#social-home {
  clear: both;
	display: block;
	overflow: hidden;
	background: none;
	padding: 7px 0 0 0;
}

#social-home a {
	background-image: url(../social-home.png);
	background-repeat: repeat-x;
	display: inline-block;
	width: 33px;
	height: 35px;
	padding: 0;
	margin: 0 20px 0 0;
}

#social-home a:hover { text-decoration: none; }

#social-home .social1 { background-position: 0px 0px; }
#social-home .social2 { background-position: 111px 0px; }
#social-home .social3 { background-position: 72px 0px; }
#social-home .social4 { background-position: 33px 0px; }

/* BEGIN PROSPECTIVE STUDENTS STYLES */

/* START ROTATING BANNER SLIDESHOW STYLES */

#homepage .pane-banner-slideshow {
	
}

.flexslider { 
  margin: 0; 
  border: none;
  -webkit-border-radius: 0; 
  border-radius: 0; 
  -webkit-box-shadow: none; 
  box-shadow: none; 
}

.flexslider .slides {
  margin: 0;
  padding: 0;
}

.view-banner-slideshow .views-field-nothing {
  background: #352c2c;
  overflow: hidden;
  padding: 10px 15px;
}

.view-banner-slideshow .views-field-nothing .title {
	display: block;
}

.view-banner-slideshow .views-field-nothing .title a {
	font-family: 'OswaldBook', Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	padding-right: 12px;
	background: url(../images/banner_title_arrows.png) no-repeat right center;
	margin-right: 5px;
}

.view-banner-slideshow .views-field-nothing .description {
	display: block;
}

.view-banner-slideshow .views-field-nothing .description a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.pane-banner-slideshow .views-slideshow-controls-bottom,
.flexslider .flex-control-nav {
	background: #948c81;
	z-index: 999;
  border-bottom: 3px solid #352c3c;
	padding: 9px 12px 8px 12px;
  position: relative;
  bottom: auto;
  width: auto;
}

.flex-control-nav li {
  margin: 0;
}

#widget_pager_bottom_banner_slideshow-block .banner-pager,
.flexslider .flex-control-nav a {
  background: url(../images/banner_pager.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 18px;
  margin-right: 1px;
  width: 18px;
	padding: 0;
	float: left;
  -webkit-box-shadow: none; 
  box-shadow: none; 
}

#widget_pager_bottom_banner_slideshow-block .active .banner-pager,
.flexslider .flex-control-nav .flex-active {
  background: url(../images/banner_pager_active.png) no-repeat scroll 0 0 transparent;
}

#widget_pager_bottom_banner_slideshow-block #views_slideshow_pager_field_item_bottom_banner_slideshow-block_0 .pager-item a {
	display: none;
}

/* END ROTATING BANNER SLIDESHOW STYLES */

/* BEGIN CENTER WRAPPER STYLES */

#homepage .center-wrapper .panel-col-first h1, 
#homepage .center-wrapper .panel-col-last h2 {
	font-family: 'OswaldBook',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0;
	color: #343434;
}

#homepage .center-wrapper {
  padding: 15px;
}

#homepage .center-wrapper .panel-col-first, 
#homepage .center-wrapper .panel-col, 
#homepage .center-wrapper .panel-col-last {
	float: none;
  width: 100%;
}

#homepage .center-wrapper .panel-col-first {
	
}

#homepage .pane-node-body .field-item  {
  border-bottom: 1px solid #C1B9AF; 
  margin-bottom: 1em;
}

.explore-item {
  padding: 18px 0; 
  border-top: 1px solid #C1B9AF; 
  font-size: 12px; 
  line-height: 14px; 
}

.explore-item-img {
  float: right;
  width: 73px;
}

#homepage .center-wrapper .panel-col {
	
}

#homepage .center-wrapper .view-display-id-panel_pane_1 {
	background-color: #E2D9CE;
  border-radius: 4px 4px 4px 4px;
  padding: 16px 14px;
}

#homepage .center-wrapper .panel-col-last .view-id-news .views-row {
  border-top: 1px solid #EFEAE3;
  line-height: 15px;
  margin-top: 9px;
  padding-top: 8px;
}

/* END CENTER WRAPPER STYLES */

/* BEGIN EVENTS HOMEPAGE BLOCK STYLES */

.view-display-id-block_1 {
  margin: 0 0 20px 0;
  background-color: #e2d9ce;
  padding: 16px 14px;
  border-radius: 4px;
  overflow: hidden;
}

.view-display-id-block_1 .block-title, 
.view-display-id-panel_pane_1 .block-title {
  text-transform: uppercase;
  color: #343434;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
}

.view-display-id-block_1 .block-title a, 
.view-display-id-panel_pane_1 .block-title a {
  font-family: 'OswaldBook', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #343434;
  text-decoration: none;
}

.view-display-id-block_1 .block-title a:hover, 
.view-display-id-panel_pane_1 .block-title a:hover,
.view-display-id-block_1 .block-title a:focus, 
.view-display-id-panel_pane_1 .block-title a:focus {
  text-decoration: underline;
}

.view-display-id-block_1 .views-row, 
.view-display-id-panel_pane_1 .views-row{
  font-size: 12px;
  line-height: 13px;
  margin-top: 9px;
  padding-top: 8px;
  border-top: solid 1px #efeae3;
}

.view-display-id-block_1 .views-field-title {
  margin-bottom: 3px;
}

.view-display-id-block_1 .views-field-title a,
.view-display-id-panel_pane_1 .views-field-title a {
  font-size: 13px;
  line-height: 15px;
  color: #930513;
}

.view-display-id-block_1 .views-field-title a {
  font-weight: bold;
}

/* END EVENTS HOMEPAGE BLOCK STYLES */

/**** END HOMEPAGE STYLES ****/

/**** BEGIN PAGE/PANEL STYLES ****/

.two-column-page #region-content,
.node-type-event #region-content,
.node-type-chapelcast #region-content, .node-type-news #region-content  {
	
}

.two-column-page .container-12 .grid-3,
.node-type-event .container-12 .grid-3,
.node-type-chapelcast .container-12 .grid-3,
.node-type-news .container-12 .grid-3 {
	
}

.two-column-page .container-12 .grid-9,
.node-type-event .container-12 .grid-9,
.node-type-chapelcast .container-12 .grid-9,
.node-type-news .container-12 .grid-9 {
  padding: 15px;
}

body div.ToC {
  float: none;
}

/**** END PAGE/PANEL STYLES ****/

/* BEGIN SIDEBAR NAVIGATION STYLES */

.pane-menu-block-1,
.pane-menu-block-2 {
  display: none;
}

.pane-menu-block-1.mobile-show,
.pane-menu-block-2.mobile-show {
  background: #F8F4EC;
}

.pane-menu-block-1 .mobile-menu-options,
.pane-menu-block-2 .mobile-menu-options {
  overflow: hidden;
}

.pane-menu-block-1 .mobile-menu-options a, 
.pane-menu-block-2 .mobile-menu-options a {
  color: #3F3E3E;
  float: left;
  padding: 10px;
  /*width: 100px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.pane-menu-block-1 .close-menu,
.pane-menu-block-2 .close-menu {
  text-align: right;
}

.pane-menu-block-1 h2.pane-title,
.pane-menu-block-2 h2.pane-title {
	margin: 0;
}

.pane-menu-block-1 h2.pane-title a,
.pane-menu-block-2 h2.pane-title a {
	background-color: #F8F4EB;
  border-bottom: 1px solid #E5E2D2;
	border-top-left-radius: 8px;
  color: #272727;
  font-weight: normal;
  padding: 11px 0 11px 20px;
  text-decoration: none;
	display: block;
}

.pane-menu-block-1 h2.pane-title a:hover,
.pane-menu-block-2 h2.pane-title a:hover {
	text-decoration: underline;
}

.pane-menu-block-1 h2.pane-title a.active,
.pane-menu-block-2 h2.pane-title a.active {
	background-color: #fff;
}

.menu-block-1 ul.menu,
.menu-block-2 ul.menu {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
	overflow: visible;
}

.menu-block-1 ul.menu li,
.menu-block-1 ul.menu li,
.menu-block-2 ul.menu li,
.menu-block-2 ul.menu li {
  border-bottom: 1px solid #E5E2D2;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-block-1 ul.menu li a,
.menu-block-2 ul.menu li a {
  background-color: #F8F4EC;
  color: #3F3E3E;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  padding: 5px 5px 5px 20px;
}

.menu-block-1 ul.menu li a.active,
.menu-block-1 ul.menu li a.active-trail,
.menu-block-2 ul.menu li a.active,
.menu-block-2 ul.menu li a.active-trail {
  background-color: #FFFFFF;
  color: #11485D;
  font-weight: bold;
  padding: 5px 5px 5px 20px;
}

.menu-block-1 ul.menu li.expanded,
.menu-block-2 ul.menu li.expanded {
  background-color: #FFFFFF;
  padding-bottom: 5px;
}

.menu-block-1 ul.menu li.expanded ul.menu li a,
.menu-block-2 ul.menu li.expanded ul.menu li a {
  background-color: #FFFFFF;
  color: #383838;
  font-size: 14px;
  line-height: 17px;
  padding: 2px 5px 2px 40px;
}

.menu-block-1 ul.menu li.expanded ul.menu li.first a,
.menu-block-2 ul.menu li.expanded ul.menu li.first a {
   padding: 0 5px 2px 40px;
}

.menu-block-1 ul.menu li.expanded ul.menu li,
.menu-block-2 ul.menu li.expanded ul.menu li {
  border-bottom: medium none;
}

/* END SIDEBAR NAVIGATION STYLES */

/**** BEGIN CHAPELCAST STYLES ****/
div.pane-node-field-file, div.pane-node-field-file2 {
  float: none;
  width: auto;
}
/**** END CHAPELCAST STYLES ****/


/** NEWs & EVENTS PAGE **/
/**** BEGIN NEWS AND EVENTS PAGE STYLES ****/

.news-block .views-field-nothing {

}

.news-block .views-row-last .views-field-nothing {

}

.news-block .news-title a {
  font-size: 16px;
  line-height: 20px;
}

.news-block .news-abstract {
  font-size: 12px;
  line-height: 16px;
}

.vw-ne-events {
  margin-top: 30px;
}

.vw-ne-events .views-row {
  border: solid 1px #ece4d7;
  padding: 12px;
  background-color: #f8f4eb;
  margin-bottom: 15px;
  font-family: "Amethysta","Times New Roman",Times,serif;
}

.vw-ne-events .views-row .views-field-title a {
  font-weight: normal;
}

.vw-ne-events .views-row-last {
  
}

.vw-ne-events .views-field-field-daterange {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.vw-ne-events .views-field-field-daterange-1 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Amethysta","Times New Roman",Times,serif;
}

.vw-ne-events .views-field-title,
.vw-ne-events .views-field-field-daterange-2 {
  font-size: 16px;
  line-height: 18px;
}

.view-display-id-block_1 ul.pager,
.vw-ne-events ul.pager {
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  padding: 8px 0;
  margin-top: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

.view-display-id-block_1 ul.pager li,
.vw-ne-events ul.pager li {
  border-right: solid 1px #404040;
  padding: 0 7px;
}

.view-display-id-block_1 ul.pager li.last,
.vw-ne-events ul.pager li.last {
  border-right: none;
}

.view-display-id-block_1 ul.pager a,
.vw-ne-events ul.pager a {
  color: #8e050f;
}

.news-block .news-thumbnail {
  display: block;
  margin-bottom: 14px;
}

.news-block ul.pager li.pager-next {
  border-right: none;
}

.news-block ul.pager li.pager-first,
.news-block ul.pager li.pager-last {
  display: none;
}

.view-display-id-block_1 .view-footer,
.vw-ne-events .view-footer {
  margin-top: -38px;
  padding-left: 9px;
}

.view-display-id-block_1 .view-footer a,
.vw-ne-events .view-footer a {
  font-size: 12px;
  font-weight: bold;
}

div.pane-node-field-daterange:before, 
div.pane-node-field-location:before, 
div.pane-node-field-campus-location:before, 
div.pane-node-field-file:before, 
div#category-display:before, 
div.pane-node-field-associated-content:before, 
div.pane-node-body:before {
  padding-right: 1%;
  width: 24%;
  max-width: 5em;
}

div.pane-node-field-daterange div.pane-content, 
div.pane-node-field-location div.pane-content, 
div.pane-node-field-campus-location div.pane-content, 
div.pane-node-field-file div.pane-content, 
div#category-display div.pane-content, 
div.pane-node-field-associated-content 
div.pane-content {
  padding-right: 0;
  width: 75%;
}

/********************* START CALENDAR STYLES  ************************/

.views-exposed-form .views-exposed-widget .form-submit {
margin-top: 2em;
}

.view-id-calendar_custom tr {
  border: solid 1px #d5c0a3;
}

.view-id-calendar_custom tr.odd {
  background-color:#fff;
}

.view-id-calendar_custom tr.even {
  background-color:#f8f4eb;
}

.view-id-calendar_custom .add_to_calendar {
  font-size: 12px;
  line-height:14px;
}

.view-id-calendar_custom .add_to_calendar a {
  padding-top: 2px;
  padding-right: 7px;
  display: block;
  /* background:url("../images/calendar_icon.png") no-repeat scroll right top transparent; */
}

.view-id-calendar_custom .views-field-nid {
  display: none;
}

.view-id-calendar_custom .views-field-title {
  font-weight: normal;
  padding: 0 10px;
  color: #444444;
}

/********************* END CALENDAR STYLES  ************************/

/**** START NEW CALENDAR STYLES ****/

.pane-calendar {
  margin-bottom: 15px;
}

.view-calendar .date-nav-wrapper {
  margin: 0;
}

.view-calendar .view-header {
  padding: 5px 1em;
  background-color: #f2e9d8;
  /*-webkit-border-radius: 9px 9px 0px 0px;
  border-radius: 9px 9px 0px 0px;*/
  border: solid 1px #d6bca1;
  border-bottom: 0;
  color: #444549;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
}

.view-calendar .view-header {
  padding: 0;
}

.view-calendar .view-header .date-heading h3 {
  font-family: "Amethysta", "Times New Roman", Times, serif;
  font-size: 20px;
  color: #444549;
}

.view-calendar .date-nav-wrapper .date-nav {
  margin: 0;
  padding: 0;
}

.view-calendar .date-nav-wrapper .pager {
  margin: 0;
  padding: 0;
}

.calendar-calendar th.days {
  border-color: #d5bda3;
  background-color: #fff;
  color: #484848;
	font-size: 14px;
}

.calendar-calendar td {
  border-color: #d5bda3;
  color: #404040;
  font-size: 11px;
  line-height: 13px;
}

.calendar-calendar .month-view .full td .inner div.day, 
.calendar-calendar .month-view .full td .inner div.day a {
  background: none;
  color: #930511;
  font-size: 14px;
  font-weight: bold;
}

.calendar-calendar div.day {
	float: left;
	padding: 0;
	margin: 3px;
}

.calendar-calendar .month-view .full td .inner div.day,
.calendar-calendar .month-view .full td .inner div.day a {
	text-align: left;
}

.calendar-calendar .month-view .full td.today .inner div.day, 
.calendar-calendar .month-view .full td.today .inner div.day a {
  color: #000;
	text-align: left;
}

.calendar-calendar .month-view .full td.single-day .calendar-empty, 
.calendar-calendar .month-view .full td.single-day.empty, 
.calendar-calendar .month-view .full td.date-box.empty {
  background: #f8f4eb;
  border-color: #d5bda3;
}

.calendar-calendar .month-view .full td.date-box.today,
.calendar-calendar .month-view .full tr td.today, 
.calendar-calendar .month-view .full tr.odd td.today, 
.calendar-calendar .month-view .full tr.even td.today,
.calendar-calendar .month-view .full tr td.single-day.today {
  border-color: #c0a077;
}

.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,
.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 {
  border-color: transparent;
  border-style: solid;
  background-color: transparent;
  color: #444;
  line-height: 1.2;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, 
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, 
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, 
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff 
{
  background-color: #fff;
}

.calendar-calendar td span.date-display-single, .calendar-calendar td span.date-display-start, .calendar-calendar td span.date-display-end, .calendar-calendar td span.date-display-separator {
  font-weight: normal;
}

.calendar-calendar td .views-field-title a {
	font-weight: normal;
}

.calendar-calendar div.calendar {
  font-size: 11px;
}

.calendar-calendar a:link,
.calendar-calendar a:visited {
  color: #352c2c;
  text-decoration: none;
}

.view-calendar .date-nav-wrapper .date-prev,
.view-calendar .date-nav-wrapper .date-next,
.view-calendar .date-nav-wrapper .date-prev a,
.view-calendar .date-nav-wrapper .date-next a {
  background: none;
  color: #9a121c;
  font-size: 14px;
}

.view .date-nav-wrapper .date-prev {
  right: auto;
  left: 0px;
}

.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,
.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 {
	margin: 0 0 2px 0;
	padding: 0 3px;
}

/**** END NEW CALENDAR STYLES ****/

/* Directory Table */

#alphajumper {
	margin: 1em auto;
	border: 1px solid #D6BCA1;
  overflow: hidden;
	padding: 3px;
}

#alphajumper a {
	display: inline-block;
	text-align: center;
	float: left;
	width: 30px;
	padding: 5px 0;
}

#alphajumper a:hover,
#alphajumper a:focus {
	background-color: #F8F4EC;
	text-decoration: none;
}

.view-directory-employee div table {
	clear: both;
}

.view-directory-employee div table tbody {
	border-top: 1px solid #D6BCA1;
}

.view-directory-employee div table tbody tr {
	vertical-align: top;
	border-bottom: 1px solid #D6BCA1;
}

.view-directory-employee div table tbody tr td.views-field-title {
	width: 150px;
	background-color: #F8F4EC;
}

.view-directory-employee div table tbody tr td.views-field-nid {
	width: 130px;
}

.view-directory-employee div table tbody tr td.views-field-field-webid {
	width: 58px;
	background-color: #F8F4EC;
	vertical-align: middle;
}

.view-directory-employee div table caption {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

div.view-directory-facstaff-departments div table {
	border-top: 1px solid #999;
}

div.view-directory-facstaff-departments div table tbody tr {
  border-bottom: 1px solid #999;
	vertical-align: top;
}

div.view-directory-facstaff-departments div table tbody tr td {
	padding: 10px 10px 5px 0;
}

div.view-directory-facstaff-departments div table tbody tr td.views-field-field-courses-taught div ul li a {
	color: #444;
	font-size: 80%;
}

div.view-directory-facstaff-departments div table tbody tr td.views-field-field-courses-taught div ul {
	list-style: none;
	margin: 1.7em 0 0 0;
	padding: 0;
	line-height: 100%;
}

div.view-directory-facstaff-departments div table tbody tr td.views-field-field-courses-taught div {
	max-height: 225px;
	overflow: auto;
}

.view-directory-students .views-exposed-widgets .views-exposed-widget {
  float: none;
}

/* Course views */
.view-id-courses table tbody tr {
	border-bottom: 1px solid #999;
}

.view-id-courses .views-field-field-course-number {
  white-space: nowrap;
}

div.view-id-courses table {
	margin-top: 1em;
	border-top: 1px solid #999;
}

div#view-courses div#subj-switcher {

}

div#view-courses div#subj-switcher ul {
	list-style: none;
	margin: 0 0 1em 0;
	border: 1px solid #999;
	padding: 0.5em;
}

.ds-2col-stacked > .group-left,
.ds-2col-stacked > .group-right {
  float: none;
  width: 100%;
}


/* Location nodes */

.context-location div#location-code, 
.context-location div.pane-node-field-location-phone, 
.context-location div.pane-node-field-location-type, 
.context-location div.field-name-field-location-information div div, 
.context-location div.employees-by-office, 
.context-location div.field-items {
  display: block;
  float: none;
  height: auto;
  width: 95%;
}

#location-code p, 
.pane-node-field-location-phone p, 
.pane-node-field-location-type p, 
.field-name-field-location-information p, 
.employees-by-office p {
  margin-bottom: 0;
}

.context-location div#location-code:before, 
.context-location div.pane-node-field-location-phone:before, 
.context-location div.pane-node-field-location-type:before, 
.context-location div.field-name-field-location-information div div:before, 
.context-location div.employees-by-office:before, 
.context-location div.field-items:before {
  display: block;
}

.context-location div#location-code:before, 
.context-location div#location-code, 
.context-location div.pane-node-field-location-phone:before, 
.context-location div.pane-node-field-location-phone, 
.context-location div.pane-node-field-location-type:before, 
.context-location div.pane-node-field-location-type, 
.context-location div.field-name-field-location-information:before, 
.context-location div.field-name-field-location-information, 
.context-location div.employees-by-office:before, 
.context-location div.employees-by-office, 
.context-location div.field-items,
.context-location div.field-items:before {
  float: none;
}

/* login page */

.page-user-login #region-content,
.page-search404 #region-content {
  padding: 15px;
}

/**** BEGIN TABLE STYLES ****/

table tbody tr td.active{
	background-color: #F3F3F3;	
}

div.content table thead th {
	border-bottom: 1px solid #ccc;
	padding: 2px 3px;
}

table.defaulttable {
	border: none;
	padding: 0;
	margin: 1em 0;
	border-collapse: collapse;
}

table.defaulttable tbody tr th {
	vertical-align: top;
}

table.defaulttable tbody tr th, table.defaulttable tbody tr td {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 6px;
}

/**** END TABLE STYLES ****/

/* Toggle elements */
.toggler {
	cursor: pointer;
	color: #b81222;
	text-decoration: none;
	background-image: url(../images/icon-expandme.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 16px;
}

.toggler:hover {
	color: #990a1a;
	text-decoration: underline;
}

.togglebox {
	border: 1px dotted #999;
	margin: 0 0 1em 2em;
	padding: .5em 1.5em;
	max-height: 25em;
	overflow: auto;
}

/* VIEWS STYLES */

table.views-table tr {
  background: #fff;
}

table.views-table tr td {
	background: #fff;
	padding: 2px 3px;
}

div.view-page-feedback {
	border: 1px solid black;
	background-color: #ffffe0;
	padding: 3px;
	margin-top: 1em;
}

div.view-page-feedback div table tr td {
	background-color: #ffffe0 !important;
}

/* BEGIN - NODE EDIT FORM ------------------------------------ */

form.node-form div.inside{
	padding: 8px;
}
form.node-form div.fieldset-description {
	font-size: 90%;
	margin-bottom: 0.5em;
}
form.node-form input[type="text"], form.node-form select, form.node-form textarea {
	border: 1px solid #999;
	margin: 1px 2px 1px 0;
	padding-left: 2px;
	-webkit-box-shadow: inset 2px 2px 2px 0px #ddd;
	-moz-box-shadow: inset 2px 2px 2px 0px #ddd;
	box-shadow: inset 2px 2px 2px 0px #ddd;
}
form.node-form div.fieldset-wrapper div.form-item {
	margin: 0;
}
form.node-form fieldset legend {
	background-color: #FFF;
	border: 1px solid #666;
	padding: 0 0.3em;
	font-weight: bold;
}
form.node-form fieldset legend a {
	color: #333;
}
form.node-form fieldset {
	background-color: #F9F9F9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 5px;
	border-radius: 6px;
	padding-bottom: 0.5em;
}
tr.draggable {
	background-color: #F9F9F9;
	border: 1px dotted gray;
}
body.page-node-edit div div div div #region-content.grid-12 {
	background-image: none;
	background: white;
	padding: 0;
	width: 100%;
}
body.page-node-edit div div div div #region-content.grid-12 div.region-inner {
	padding: 0 1em;
}
.existing-content {
	border: 3px double gray;
	padding: 0 20px 20px 20px;
	margin: 0 auto 1em auto;
	max-height: 300px;
	overflow: auto;
	background-image: url(../images/back_wood.png);
	background-repeat: repeat;
	width: 680px;
}
.vertical-tabs ul.vertical-tabs-list {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.wysiwyg-toggle-wrapper {
	display: inline-block;
	float: right;
}
.link-field-subrow div div label {
	font-size: 85%;
}
.imported-no-edit input,
.imported-no-edit select { /*, .imported-no-edit div#edit-body*/
	background: #DDD !important;
	color: #555;
}
/* BEGIN - NODE EDIT FORM : MaxLength Counter */
.counter {
	font-size: 0.85em;
	display: inline-block;
	margin: 0 1em;
}
.counter-warning {
	background-color: #FFFCE5;
	color: #884400;
}
.counter-max {
	background-color: #FFE5E5;
	color: #880000;
	text-decoration: underline;
}
/* END - NODE EDIT FORM : MaxLength Counter */

/* BEGIN - NODE EDIT FORM : Filter Wrapper */
.filter-wrapper {
  padding: 0;
  border: none;
  float: left;
  opacity: 0.6;
  font-size: 90%;
  line-height: 1em;
  margin: 0;
  height: 5.2em;
}
.filter-wrapper select {
  font-size: 90%;
}
.filter-wrapper .filter-help,
.form-item-body-und-0-format label {
  display: none;
}
.text-format-wrapper {
	display: block;
	margin-bottom: 2.5em;
}
/* END - NODE EDIT FORM : Filter Wrapper */

/* BEGIN - NODE EDIT FORM : Events */
div#edit-field-event-categories { display:none; /* This field is deprecated but not yet removed. */}

div.form-item-field-daterange-und-0-show-repeat-settings { display: none;  /* hide repeating dates */ }

#node_event_form_group_event div div label {
	display: inline-block;
	width: 6em;
}
#node_event_form_group_location div div div div label {
	display: inline-block;
	width: 15em;
}
#node_event_form_group_body div div div div div label {
	color: transparent;
	font-weight: normal;
	display: block;
	text-align: right;
}
#edit-field-event-categories div label {
	display: none;
}
form.node-form div.form-item-field-allow-3rd-party-export-und label {
	display: block;
	margin: 1em 0 0 0;
	clear: both;
}
.multiselect_btns {
	padding: 0 0 0 .3em;
}
div .form-item-field-daterange-und-0-value label, div .form-item-field-daterange-und-0-value div {
	display: inline-block;
}
#repeat-settings-fieldset {
	border: 1px solid #444;
	padding: 0 1.5em;
}
div#edit-field-file {
	clear: both;
}

div#edit-field-event-category {
	width: 200px;
	float: left;
	margin: 1em 1em 2em 0;
}

div.form-item-field-event-category-und div div {
	padding: 3px 0;
}

div.form-item-field-event-category-und div div input {
	margin-bottom: 6px;
}

div.field-name-field-associated-content, div.form-item-field-minor-event-und, div.field-name-field-allow-3rd-party-export {
	display: inline-block;
	float: left;
	width: 650px;
	padding-bottom: 1em;
}
fieldset#node_event_form_group_pastevent {
	clear:both;
}
fieldset#node_event_form_group_pastevent label {
	display:none !important;
}
/* END - NODE EDIT FORM : Events */

/* END - NODE EDIT FORM ------------------------------------ */

div.search-warning,
div.blocked-warning {
	background-color: #FFD;
	color: #444;
	display: block;
	padding: 0.5em;
	margin: 1em auto;
	text-align: center;
	border: 1px solid #221f1e;
}

#dept-event-list tr {
	vertical-align: top;
}

#dept-event-list .view-header {
	margin-bottom: 1em;
}

#dept-event-list .views-field-title {
	white-space: nowrap;
}

/* #past-events is deprecated (using old Event Categories field) and .past-event-list replaces it */

#past-events, .past-event-list {
	font-size: 90%;
}

#past-events div.view, .past-event-list div.view-content {
	border: 1px solid #ccc;
	padding: 0.5em;
	overflow: auto;
	width: 100%;
	background: #f6f6f6;
}

#past-events div.view td, .past-event-list div.view-content table tbody tr td {
	padding: 0 3px;
	background: #f6f6f6;
}

#past-events div.view tr, .past-event-list div.view-content table tbody tr {
	vertical-align: top;
}

#past-events div.view td.views-field-field-daterange, .past-event-list div.view-content table tbody tr td.views-field-field-daterange {
	white-space: nowrap;
}

#past-events a, .past-event-list a {
	font-style: italic;
}

/* Views Tables */
div.row-pad-bottom div div.views-row {
	padding-bottom: 2em;
}
div.floatright {
	float: right;
	margin: 0 0 1em 1em;
}

/********************** BEGIN IMAGE ROLLOVERS ******************/

#node-page-19385 .displace {
	position: absolute;
	left: -5000px;
	font-size: 1px;
	filter: alpha(opacity=01);
	opacity: 0.1;
	}
	
div#social-home a span.displace {
	position: absolute;
	left: -5000px;
	}
	
#node-page-19385 .facimg img {
	max-width: 90px;
}

/**************** 205x123 block ****************/

#node-page-19385 a.art {background: url("/assets/img/student_life/button_artSprite.png");}
#node-page-19385 a.commencement {background: url("/assets/img/events/commencement/button_commencementSprite.jpg");}
#node-page-19385 a.fallfestival {background: url("/assets/img/events/fall_festival/button_fallfestivalSprite.jpg");}
#node-page-19385 a.intercultural {background: url("/assets/img/student_life/button_interculturalSprite.png");}
#node-page-19385 a.music {background: url("/assets/img/student_life/button_musicSprite.png");}
#node-page-19385 a.speech {background: url("/assets/img/student_life/button_speechSprite.png");}
#node-page-19385 a.student_senate {background: url("/assets/img/student_life/button_student_senateSprite.png");}
#node-page-19385 a.theater {background: url("/assets/img/student_life/button_theaterSprite.png");}
#node-page-19385 a.womensretreat {background: url("/assets/img/events/womens_retreat/button_womensretreatSprite.jpg");}

#node-page-19385 a.art,
#node-page-19385 a.commencement,
#node-page-19385 a.fallfestival,
#node-page-19385 a.intercultural,
#node-page-19385 a.music,
#node-page-19385 a.speech,
#node-page-19385 a.student_senate,
#node-page-19385 a.theater {
	display: block;
	width: 205px;
	height: 123px;
	text-decoration: none;
}

#node-page-19385 a.art:hover, 
#node-page-19385 a.commencement:hover,
#node-page-19385 a.fallfestival:hover,
#node-page-19385 a.intercultural:hover,
#node-page-19385 a.music:hover,
#node-page-19385 a.speech:hover,
#node-page-19385 a.student_senate:hover,
#node-page-19385 a.theater:hover {
	background-position: -205px 0;
}

/********************** END IMAGE ROLLOVERS ******************/

/********************** BEGIN: A HREF ICONS ******************/
a[href *="/field_email_address"], a[href ^="mailto:"] { /* icon on left */
	padding: 5px 0 5px 20px;
	background: transparent no-repeat center left;
}

a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'],
a[href$='.txt'],
a[href$='.xls'], a[href$='.xlsx'],
a[href$='.rss'], a[href$='.atom'],
a[href$='.torrent'],
a[href$='.vcard'],
a[href$='.pps'], a[href$='.ppsx'], a[href$='.ppt'], a[href$='.pptx'],
a[href$='.pdf'],
a[href$='.zip'], a[href$='.gzip'],
a[href$='.ical'],
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'],
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'],
a[href ^="aim:"], a[href ^="msnim:"], a[href ^="xmpp:"], a[href *="icq.com"], a[href *="edit.yahoo.com/config/send_webmesg?"], a[href ^="callto:"], a[href ^="skype:"]
{ /* icon on right */
	padding: 5px 20px 5px 0;
	background: transparent no-repeat center right;
}

/* extensions */
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'] { background-image: url('/assets/i/doc.gif'); }
a[href$='.txt'] { background-image: url('/assets/i/txt.gif'); }
a[href$='.xls'], a[href$='.xlsx'] { background-image: url('/assets/i/xls.gif'); }
a[href$='.rss'], a[href$='.atom'] { background-image: url('/assets/i/feed.gif'); }
a[href$='.torrent'] { background-image: url('/assets/i/torrent.gif'); }
a[href$='.vcard'] { background-image: url('/assets/i/vcard.gif'); }
a[href$='.pps'], a[href$='.ppsx'], a[href$='.ppt'], a[href$='.pptx'] { background-image: url('/assets/i/pps.gif'); }
a[href$='.pdf'] { background-image: url('/assets/i/pdf.gif'); }
a[href$='.zip'], a[href$='.gzip'] {  background-image: url('/assets/i/archive.gif'); }
a[href$='.ical'] { background-image: url('/assets/i/ical.gif'); }
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] {  background-image: url('/assets/i/film.gif');}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { background-image: url('/assets/i/music.gif');}

/* communication */
a[href ^="aim:"] { background-image: url('/assets/i/aim.gif'); }
a[href ^="msnim:"] { background-image: url('/assets/i/msn.gif'); }
a[href ^="xmpp:"] { background-image: url('/assets/i/jabber.gif'); }
a[href *="icq.com"] { background-image: url('/assets/i/icq.gif'); }
a[href *="edit.yahoo.com/config/send_webmesg?"] { background-image: url('/assets/i/yim.gif'); }
a[href ^="callto:"] { background-image: url('/assets/i/call.gif'); }
a[href ^="skype:"] { background-image: url('/assets/i/skype.gif'); }
a[href ^="mailto:"], a[href *="/field_email_address"] { background-image: url('/assets/i/mailto.gif'); }

/********************** END: A HREF ICONS ******************/

/************* AddThis ********/

div.horizontalspacer {
	display:block;
	height: 1em;
	width: 1em;
}
div.addthis_toolbox:before {
	content: "Share";
	clear: both;
	font-weight: bold;
	width: 5em;
}
div.addthis_toolbox {
	width: 98%;
 	border-top: 1px solid #ccc;
 	border-bottom: 1px solid #ccc;
}
div.addthis_toolbox:before, div.addthis_toolbox {
	padding: 0.5em 1em .4em 0;
	float: left;
	display: inline-block;
}

/**** BEGIN WYSIWYG STYLES ****/

#webform-components {
  width: 100%;
}

/**** END WYSIWYG STYLES ****/

/**** BEGIN ADMIN MENU STYLES ****/

.webmaster-menu {
  position: relative;
  z-index: 9999;
}

/**** END ADMIN MENU STYLES ****/

/* MAKES THE BACKGROUND WHITE */
body.mceContentBody {
   background-image: none;
   background-color: #fff;
   border: none;
   margin: 0;
}

html.CSS1Compat,
html body.cke_show_borders {
  background-image: none !important;
  background-color: #fff; /* change color to match content area */
}

/* MAKES THE DROP DOWN MENUS WHITE */
html.cke_skin_kama_container body.cke_ltr {
  background-image: none !important;
  background-color: #fff;
}

div.vert-align-top tr {
  vertical-align: top;
}

/****** RESPONSIVE TABLES *******/

.views-table {
  margin-bottom: 1em;
}

.views-table tr {
  padding:0;
}

.views-table th, 
.views-table td {
  vertical-align: top;
}

.views-table thead tr {

}

.views-table thead th {

}

@media (max-width: 980px) {
  .views-table,
  .view-calendar {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  /* BEGIN EXTRA CSS FOR IE9 */
  .views-table,
  .views-table thead,
  .views-table tfoot,
  .views-table tbody,
  .views-table tr,
  .views-table th,
  .views-table td,
  .view-calendar,
  .view-calendar thead,
  .view-calendar tfoot,
  .view-calendar tbody,
  .view-calendar tr,
  .view-calendar th,
  .view-calendar td {
      display:block;
      width:100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float:left;
      clear:left;
  }
  /* END EXTRA CSS FOR IE9 */

  .views-table thead,
  .views-table td:empty,
  .views-table tr.hide-mobile,
  .view-calendar thead,
  .view-calendar td:empty {
    display: none;
  } 

  .views-table tr {
    padding: 0;
  }

  .views-table th[data-title]:before,
  .views-table td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: bold;
  }

  .views-table th:not([data-title]) {
    font-weight: bold;
  }

  /* SPECIFIC TABLES AND OVERRIDES */

  .table.views-table tr td {
    padding: 2px 0;
  }

  .view-chapelcast .views-table tr,
  .view-directory-students .views-table tr,
  .view-media .views-table tr,
  .view-jobs .views-table tr,
  .view-event-displays .views-table tr,
  .view-courses .views-table tr {
    padding: .5em 0;
  }

  .view-directory-employee div table tbody tr td.views-field-title {
    width: 100%;
  }

  .past-event-list .views-table tr,
  #past-events .views-table tr {
    background: #f6f6f6;
  }

  /* CALENDAR TABLES */
  .view-calendar {
    margin-bottom: 1em;
  }

  .view-calendar .view-header .date-heading h3 {
    font-size: 18px;
  }

  .calendar-calendar td,
  .calendar-calendar div.calendar {
    font-size: 16px;
  }

  .view-calendar .date-box,
  .view-calendar .past,
  .view-calendar .empty,
  .view-calendar .vw-empty {
    display: none;
  }

  .view-id-calendar td:before {
    color: #930511;
    content: attr(data-day-of-month) ", " attr(headers);
    display: block;
    font-weight: bold;
    padding: 5px;
    text-align: left;
  }

  .calendar-calendar .month-view .full tr td.single-day.today {
    border-width: 1px;
  }

}

@media only screen and (min-width : 480px) {

  /* UI */

  #audiencetab {
    text-align: center;
  }

  #audiencetab ul li {
    float: none;
    display: inline;
    margin: 0;
    width: auto;
  }

  #audiencetab ul li + li:before {
    content: "\2022";
    display: inline;
    margin: 0 .6em;
  }

  /* home page */

  #homepage .pane-node-body .field-item {
    border: none;
    overflow: hidden;
  }

  .explore-item {
    float: left;
    margin: 0 1%;
    width: 48%;
  }

  .explore-item-last {
    border-bottom: 1px solid #C1B9AF; 
  }

  #homepage .center-wrapper .panel-col, 
  #homepage .center-wrapper .panel-col-last {
    float: left;
    width: 49%;
  }

  #homepage .center-wrapper .panel-col {
    margin-right: .5%;
  }

  #homepage .center-wrapper .panel-col-last {
    margin-left: .5%;
  }

  /* slideshow */

  .pane-banner-slideshow .views-slideshow-controls-bottom,
  .flexslider .flex-control-nav {
    background: transparent;
    border-bottom: 0;
    bottom: 16px;
    position: absolute;
    right: 0;
  }

  #widget_pager_bottom_banner_slideshow-block .active .banner-pager,
  .flexslider .flex-control-nav .flex-active {
    background-image: url(../images/banner_pager_active_white.png);
  }

}