/* 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. */

/* jpatalano: global text and anchor styles are in custom-text.css */

/* sitename and grad cap image styles*/
#zone-branding-wrapper img.sitename {
	padding:.5em 0;
}
#zone-branding-wrapper img.gradcap {
	float:right;
}
#zone-branding-wrapper a {
	border:none;
	}
#zone-branding-wrapper a:hover, #zone-branding-wrapper a:active, #zone-branding-wrapper a:focus{
	background:none;
}
/* top menu links */
/* top menu styles in normal css */

/* displayed in line in normal.css */
h6.site-slogan {
	display:none;
}
#zone-menu-wrapper {	
    background: #63666a;	
	margin-bottom:.5em;
	}

#zone-preface {
	background-color:#ffffff;
	padding-top:1em;
}
/* added bursar banner block 12-10-2020 */
div.region-header-first div.block-35,
div.block-views-bursar-banner-message-block {
	background: #881c1c;
	color:white;
    padding: 1em;
	margin-top:.5em;
    font-size: 1.25rem;
	border-radius: 3px;
}
/* changed link color for block with message to cindy */
div.block-block-37 {
	background: #DCCB5E;
	padding: 1em;
}
div.block-block-37 a:link {
	color:#881c1c;
}
/* end */

div.region-header-first a{
	color: white;
    border-bottom: 1px solid white;
}
#zone-content {
	background-color:#ffffff;
	padding-top:1em;
	padding-bottom:1em;
}
body.front div.zone-content img {
	border-radius:5px;
}
.region-sidebar-first-inner{
	background:#eeeeee;
	padding:1em;
	border-radius:5px;
}
.region-sidebar-first-inner h2.block-title{
	font-size:1.5rem;
	font-weight:normal;
}
.region-sidebar-first-inner h2 a{
	border-bottom:0;
	color:#881c1c;}


.region-sidebar-first-inner ul.menu li.active-trail a.active {
	font-weight:bold;	
	color:#003b5c;
}

/* only apply this style to the first ul of div.menu-block-wrapper */
.region-sidebar-first-inner div.menu-block-wrapper > ul {
   padding-top: .5em;
   padding-bottom: .5em;
   padding-left:.75em;
}
.region-sidebar-first-inner ul.menu li {
	list-style:none;
	margin:0;
	margin-bottom:.75em;
}
.region-sidebar-first-inner li.expanded ul li {
	list-style:disc;
	margin:.25em .5em;
}

.region-content-inner {
	padding-left:1em;
}
.region-content-inner ul li,
.region-content-inner ol li {
	margin: 0 0 0.25em 2.25em;
}	

.region-sidebar-second-inner{
	background:#eeeeee;
	padding:1em;
	border-radius:5px;
}
.region-sidebar-second-inner h2,
.region-sidebar-second h2.block-title{
	font-size:1.5rem;
	font-weight:normal;
	color:#333333;
}
.region-sidebar-second-inner ul li {
	list-style:none;
	margin:0;
}

/* new search styles */
.search-advanced,
.search-info {
	display:none;
}
#block-search-form {     
	margin:1em 0;
	float:right;
}
#block-search-form input[type="text"] {
	padding:1.25em;
}
#block-search-form input[type="submit"]{
    border: none;
    text-shadow: none;
    font-family: 'open sans';
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    background: rgba(0,59,92,.3);
    color: black;
	border-radius: 3px;
    padding: .5em;
}

/* views exposed form search on forms guides */
div.views-exposed-form input[type=submit]{	
	border: none;
    text-shadow: none;
    font-family: 'open sans';
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    background: rgba(0,59,92,.3);
    color: black;	
}
div.views-exposed-form input[type=submit]:hover{
	color:white;
	background-color:#881c1c;
}
div.views-exposed-form input[type=submit]:active,
div.views-exposed-form input[type=submit]:focus{
	box-shadow:none;
}
/* end */

ol li.search-result {
	margin: 0 0 0.25em 0em
}
/* end sidebar second search styles */

#zone-postscript-wrapper {
	background:#eeeeee;
}
#zone-postscript {	
	padding-top: 2em;
}
#zone-postscript h2 {
	background: #881c1c;
	color: white;
	padding: .5em;
	border-radius: 5px;
	text-align: center;
}
#zone-postscript ul li,
#zone-postscript ol li {
	margin: 0 0 0 1.50em;
}
.region-postscript-first-inner, 	
.region-postscript-second-inner, 
.region-postscript-third-inner, 
.region-postscript-fourth-inner {
	padding:.5em;	
	border-radius: 5px;
}
	
#zone-footer-wrapper {
	background:#cccccc;
}
#zone-footer {
	text-align:center;
}
#region-footer-first {
	text-align:center;
}
#region-footer-first{
	padding: 1em 0em;
}
#region-footer-second{
	padding: 0 0 2em 0;
}

/* global form styles set in formalize.css. overriding some */
input[type="submit"] {
	margin-left:5px;
}

/* style for Contact Us submit button */
#webform-client-form-228 input[type="submit"] {
	font-size:2em;
}
/* schedule a meeting form */
form.webform-client-form-489 {
	margin: 1em 0;
    background: #eeeeee;
    color: #333333;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1em;
}
form.entitytype-bursar_meeting_request-form {
	background: rgba(219,211,186,.4);
	padding: 1em;
}
form.webform-client-form-489 fieldset,
form.entitytype-bursar_meeting_request-form fieldset {
	border: 1px solid #cccccc;
    padding: 1em;
    border-radius: 3px;
}
form.webform-client-form-489 legend,
form.entitytype-bursar_meeting_request-form legend{
	background: #881c1c;
    color: white;
    padding: .5em;
}
form.webform-client-form-489 input[type="text"],
form.webform-client-form-489 input[type="email"]{
	width:100%;
	max-width:250px;
}
form.webform-client-form-489 input[type="submit"],
form.entitytype-bursar_meeting_request-form input[type="submit"]{
	font-size: 1.5rem;
    background: #71b2c9;
    border-radius: 3px;
    padding: .5em;
    margin-bottom: 1em;
}
/* end schedule webform */


/* jpatalano: hide home page and sitemap titles */
.page-node-107 h1.title, .page-sitemap h2.title{display: none;}


/* tablestyles - affects node 483 485 and 487*/

table {
	width:auto;
	border: 1px solid #333333;
	background-color:#cccccc;
	padding:1em;
}
th, td {
	border: 1px solid #333333;
}
th {
	text-align: center;
	color:#003b5c;
	font-weight:bold;
}
td {
	text-align:right;
}
td:first-child {
	text-align:left;
}
tr:last-child td:first-child {
	text-align:right;
}
/* field-items is a field on basic page - affects node 487 */
/* and node xyz */
div.field-name-field-hreef-file div.field-item.even,
div.field-name-field-hreef-file div.field-item.odd,
div.field-name-field-items div.field-item.even,
div.field-name-field-items div.field-item.odd{
	padding:1em;
}
div.field-name-field-hreef-file div.field-item.even,
div.field-name-field-items div.field-item.even {
	background:rgba(91,127,149,.3);
}
div.field-name-field-hreef-file div.field-item.odd,
div.field-name-field-items div.field-item.odd {
	background:#eeeeee;
}
/* end styles for 483 485 and 487 */

/* loan category style */
.field-name-field-cessation-application h2 {
	display:none;
}
.field-name-field-loan-cessation-desc {
	padding-top:1em;
}
/* forms and guides document page style */
.field-name-field-document,
.field-name-field-cessation-application {
	padding-bottom: 1em;
}
.field-name-field-tuition-rate-file div.field-item {
	margin: 1em 0;
}

/* calendar todays date style; overriding calendar_multiday.css */
.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 {
  background: none;
  border-left: 2px solid #EF9F22;
  border-right: 2px solid #EF9F22;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #EF9F22;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #EF9F22;
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
  border-left: 2px solid #EF9F22;
}

.calendar-calendar .month-view .full tr td.multi-day.ends-today {
  border-right: 2px solid #EF9F22;
}
/* end calendar styles */

/* fix previous pager button set in omega-visuals.css - do search - see pager on bottom */
.pager li.pager-previous a {
	width: 65px;
}

/* article content type style */
.node-article .field-name-field-image {
	float:left;
	padding-right:1em;
	padding-bottom:1em;
	vertical-align:text-top;
}

li.node-readmore a:link {
	margin-bottom: 2em;
}

/* calendar content type cck description field */
.field-name-field-description {
	padding-top:1em;
}

tr, td, th {
	vertical-align:bottom;
}

.responsive-menus.responsified span.toggler {
    padding: 1px;
    display: block;
    background: #333;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.35em;
    text-align: center;
    cursor: pointer;
    outline: none;
}

img {
	max-width:100%;
	height:auto;
}