/* ----------- Main Style 2 ------------- */
*{
padding:0;
margin:0;
}
@media print {
body {-webkit-print-color-adjust: exact;}
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; // Prevent headings from being printed at the bottom of the page
  }

  article {
    page-break-before: always; // Always start new articles on a new page
  }

  img {
    page-break-inside: avoid; // Prevent images from being split up
  }
}
iframe {border:0;}
/*--------------------------------all shadows in one place -----*/
div#container, /*div#sitenav,*/ .holder2, .pullmenu, .threedom, #featurestory, #homeyellowbox {
    border:none;
	background-color: #FFF;
	-moz-box-shadow:0em .2em .4em rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0em .2em .4em rgba(0, 0, 0, 0.4);
	box-shadow:0em .2em .4em rgba(0, 0, 0, 0.4);	
}
div#container {
	margin: 10px auto;
	width: 980px;
	outline:none;
	position: relative;
}
/*--------body and p styles ---------------------------------*/
body {
	background: #e1e1e1;
	color: #000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-rendering: optimizeLegibility;
}
p {
	color: #000;
	font-size: 14px;
	line-height:1.44em;
	padding: 4px 6px 2px 10px;
	text-align: left;
	margin:5px 0;
	letter-spacing: 0.015em;
	/* margin:0; */
}
p a, td a, h2 a, #homepagearticle li a, .homepagearticle li a, #sidebar li a,h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .morenews a:link {
	color: #003764;
	text-decoration:none;
	font-weight:bold;
}
a:visited,p a:visited, td a:visited, h2 a:visited, #homepagearticle li a:visited, .homepagearticle li a:visited, #sidebar li a:visited, #homeyellowbox a:visited, #admisyellowbox a:visited, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .morenews a:visited {
	color: #003764;
}
a:hover,p a:hover, td a:hover, h2 a:hover, #homepagearticle li a:hover, .homepagearticle li a:hover, #sidebar li a:hover, #homeyellowbox a:hover, .threedom h3 a:hover, #admisyellowbox a:hover,h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .morenews a:hover {
	text-decoration:none;
	color:#999;
}
a:active;p a:active, td a:active, h2 a:active, #homepagearticle li a:active, .homepagearticle li a:active, #sidebar li a:active, .morenews a:active { 
	color:#ffd478;
}
a {
	color: #003764;
	outline:none;
	text-decoration:none;
}
hr {
color: #fff; 
border-top: #CCC 1px dotted; 
background-color:#fff;
}
/* --------------  Content Elements  */
address {
	color: #333;
	font-size: 12px;
	font-style: normal;
	margin:0px 10px 12px 10px;
	padding: 0px;
	text-align: left;
}
/*--------------------------------image styles-----------------*/
div#maincontent div.homepagearticle img, div#maincontent div#homepagearticle img, div#maincontent div.homepagearticle img.noborder, div#maincontent div#homepagearticle img.noborder {
	padding: 2px;
	margin: .5em;
	border: 1px solid #dadada;
}
div#maincontent div.homepagearticle img.noborder, div#maincontent div#homepagearticle img.noborder, div#maincontent div.homepagearticle img.noborder2, div#maincontent div#homepagearticle img.noborder2, div#header img, div.addthis a img, div.addthis li a, .holder2 img, div#homepagearticle .leftbutton a img, div#homepagearticle .rightbutton a img, #homepagearticle .holder2, #sideslide img, .galleria li img.thumb, div#umdcontrols img {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	background-color:transparent;
}
/* ------------------------------------------------------------------  H1 thru H6 Element Styles  */
h1{
	border-bottom:7px solid #ffd478;
	font-size:1.35em;
	font-weight:600;
	line-height:1.15em;
	margin-top:10px;
	text-align:left;
	padding:0 0 5px;	
}
h2 {
	font-size: 1.45em;
	padding: 15px 0px 4px 10px;
	font-weight: 600;
	color:#0d5b8a;
	line-height:1.24em;
}
h3 {
	font-size: 1.2em;
	text-align: left;
	text-transform: none;
	padding: 12px 0px 4px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
div#homepagearticle h3, div.homepagearticle h3{letter-spacing:.02em;}
h4 {
	font-size: 0.9em;
	text-align: left;
	text-decoration:underline;
	font-weight: normal;
	padding: 12px 0px 4px 10px;

}
h5 {
	font-size: 0.9em;
	text-align: left;
	text-decoration: none;
	padding: 12px 0px 4px 10px;
}
h6 {
	font-size: 0.7em;
	text-align: left;
	text-transform: none;
	color: #333;
	padding: 0px 10px 0px 10px;
}
/* ------------------------------------------------------------------  List Styles */
ul, ol {
	margin: 5px 30px;
	line-height: 1.5em;
	font-size: 14px;
}
dl{
	margin:10px 0;	
}
dd{
	 margin-left: 40px;
}

blockquote{
	margin:5px 40px;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -18px;
}
ul.dashed > li:before {
  content: "- ";
}
ul.unstyled {list-style-type: none;}
ul.unstyled li a {font-weight:normal;}
#homepagearticle ul, .homepagearticle ul {padding-left: 20px;}
ul.highlights {color: #777777;font-size:1em;margin:0 0 25px;}
/* ------------------------------------------------------------------ Header / Header Image / Header P Styles */
div#header  {
	z-index: 20;
	width: 980px;
	height:100px;
}
div#header img {
	float:left;
}
div#quickInterface {
	float:right;
	width:240px;
}
div#quickInterface th{
	border:none;
}

div#quickInterface td{
	border:none;
	padding:2px;
}

p#altviews {
	text-align:right;
	font-size: 9px;
	line-height: 24px;
	width: 155px;
}
p#altviews a {
	color: #39F;
	text-decoration:none;
}
p#altviews a:link { } /*	unvisited link	*/
p#altviews a:visited {}
p#altviews a:hover {
	color:#F90;
}
p#altviews a:active { /* has focus */
	font-style: italic;
}
form#search {
	float:right;
	width:235px;
	border:none;
}




form#search #searchbox {
	width: 148px;
	border: #FFF;
	color:#7a7876;
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
   -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
   box-shadow: inset 0 2px 5px rgba(0,0,0,.3);
   height:20px;
}

form#search #submit {
	background: url('/media/umassdartmouth/icons/search_16.png') no-repeat;
    border: medium none;
    display: inline;
    height: 16px;
    margin-bottom: 2px;
    vertical-align: middle;
    width: 16px;
}
form#search #submit:hover{
background: #fff url('/media/umassdartmouth/icons/search_16_1.png') no-repeat;
cursor:pointer;
}
/* ------------------------------------------------------------------ Navigation Top Menu Bar*/ 
ul.nav, .threedom h2 {
	background-color:#003764;
	padding: 0;
	height:30px;
	clear:both;
	z-index:10;
	margin-left: -10px;
	margin-right: -10px;
	position:relative;
	margin-top:0px;
}
.navbcrumb{
	margin-bottom:0px;
}
ul.nav>li:first-child {
    margin-left: 15px;
}
ul.nav a {
	float: left;
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 120px;
	font-size: .95em;
	padding:7px 5px 5px;
	font-weight:bold;
	text-shadow:0px 2px 2px #000;
	line-height: 1.44em;
}
ul.nav a:hover {
	color: #ffd478;
	text-decoration: none;
	background-color:#001640;
}
ul.nav ul {
	visibility:hidden;
	-moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s;
	-webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s;
	-ms-transition:visibility 0s linear 0.2s, opacity 0.2s linear 0s;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s;
	opacity: 0;
	width: 130px; /* Sub Menu Width */
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0%;
	z-index:10;
	margin:0;
	background-color:#003764;
	/* background-color:rgba(10,41,114,.9); */
	/* background-color:#003764; */
}
ul.nav ul ul,
ul.nav ul ul ul,
ul.nav ul ul ul ul{ 
	top:0; left: 100%; 
}
ul.nav li { 
	font-size:12px;
	width: 120px; /* controls width of main blue nav bar items */
	float: left; 
	display: block;
	/* Hide from IE5. \*/
	display: inline; 
	/* End hiding. */
	position: relative;
}
ul.nav ul li { 
	width: 100%;
	display: block;
	line-height:.9em;
}
/* Root Menu Hover Persistence */
ul.nav a:hover,
ul.nav li:hover a{
	text-decoration: none;
}
/* 2nd Menu */
ul.nav ul li a{
	float: none;
	color: #fff;
	text-align: left;
	font-size: .8em;
	text-transform:none;
	text-shadow:none;
	padding:5px;
}
/* 2nd Menu Hover Persistence */
ul.nav li:hover li a:hover,
ul.nav li:hover li:hover a{
	color:#ffd478;
	background-color:#001640;
}
/* 3rd Menu */
ul.nav li:hover li:hover li a, ul.nav li li li a{
	float: none;
	color: #fff;
	text-align: left;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
/* 3rd Menu Hover Persistence */
ul.nav li:hover li:hover li a:hover,
ul.nav li:hover li:hover li:hover a{
	color:#ffd478;
	background-color:#001640;
}
/* Hover Function - Do Not Move */
ul.nav li:hover ul ul,
ul.nav li:hover ul ul ul{ 
	visibility:hidden;
	-moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s;
	-webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s;
	-ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s;
	opacity: 0;
}
ul.nav li:hover ul,
ul.nav ul li:hover ul,
ul.nav ul ul li:hover ul{ 
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
    opacity: 1;
    visibility: visible;
}
/* ------------------------ Navigation LEFT / JAV down menu */
div#leftcol{
	width: 200px; 
	float: left;
	margin-right:15px;
}
div#sitenav{
	margin: 0 0 5px;
	position:relative;
	border:1px solid #efefef;
	border-left:none;
	width:200px;
    background-color: #F8F8F8;
    padding-bottom: 10px;
}
div#sitenav ul {
	margin: 0 0 0 7px;
	list-style: none;
	font-size: 12px;
	letter-spacing: -.125px;
	line-height: 1.25;
	background-color: #f8f8f8;
	/* background-color: rgba(230, 230, 230, 0.3); */ 
	/* background-color: #f8f8f8; */
}
div#sitenav ul li {
	padding: 5px 0px;
}
div#sitenav ul a {
	color:#333;
	text-decoration:none;
	text-indent: 0px;
	vertical-align:middle;
	display:block;
	margin-left: 18px;
}
div#sitenav ul a:hover {
	color:#999;
}
/* -------------------------------------------------------------------------- Expandable and Collapsible*/
div#sitenav button {
	display: inline;
	height: 11px;
	width: 11px;
	text-align: center;
	margin-right: 3px;
	background: transparent url('/media/supportingfiles/layoutassets/images/arrows.png') no-repeat bottom center;
	border: none;
	float:left;
	cursor: pointer;
}
div#sitenav button.switched {
	background: transparent url('/media/supportingfiles/layoutassets/images/arrows.png') no-repeat top center;
}
div#sitenav ul li.expandableMenu {
	margin: 0 0 5px 0;
}
li.expandableMenu {
	border-bottom: 0px solid #FFD478;
}
div#sitenav>ul>li.expandableMenu>a {
	border-bottom: 0px solid #FFD478;
	margin-left:2px;
	display:inline;
}
/* ----------------------------------------- Example Admissions top of nav*/
div#sitenav>ul {
	margin: 0;
	background: #FFF;
}
div#sitenav>ul>li {
	margin-left:0;
	padding: 0;
	border: none;
}
div#sitenav>ul>li:hover {
	border: none;
}
div#sitenav>ul>li>a {
	border-bottom:7px solid #ffd478;
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	margin: 0 0 0 0px;
	padding:8px 0 2px 10px;
	display:block;
	
}
div#sitenav>ul>li>ul {
	margin: 0;
	padding: 5px 0 0 0;
}
/* -------------------------------------------------------------------------- Level0, the always displayed */
div#sitenav>ul>li>ul>li {
	margin-left: 3px !important;
}
/* ------------------------------------------------------------------Add this / give share apply links*/
div.addthis {
	padding: 0;
	margin:10px auto;
	float:left;
	width:135px;
}
div#leftcol div.addthis{
	float:none;
}
div.addthis a img, div.addthis li a{
	border:1px dotted #fff;
	margin-top:2px;
}
div.addthis a:hover img, div.addthis li a:hover{
	border:1px dotted #ccc;
}
div.addthis li a:hover img{
	border:1px dotted #fff;
}
div.addthis ul{
	margin:0;
	list-style:none;}
/*div.addthis ul li a{
	display:block;
	color: #999;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	height:29px;
	padding:2px;
}
div.addthis ul li a img{
	margin-right:10px;
	vertical-align:text-bottom;
}
div.addthis h2{
	color: #777;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0 40px;	
	padding:0;
}*/
p.worldclass {
	padding:5px 0;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666;
	border:1px dotted #ccc;
	text-align:center;
	width:130px;
	margin:0 0 20px;
}
p.worldclass a{	
	color:#666;
	text-decoration:none;
	font-weight:normal;
}
div.border { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #ededed;
	padding-top: 5px;
	margin:5px 0px;
}
div.noheadline{
	border:none;
}
div.noheadline>#headlineblock{
	display:none;
}
/*FORMS------------------------------------*/

label {
    display: block;
    float: left;
    margin-right: 0.5em;
    text-align: left;
    width: 90%;
}
fieldset {
    border: 1px solid #003764;
    width: 20em;
}
input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #003764;
    color: #333333;
}
.submit input {
    background: none repeat scroll 0 0 #FFA20F;
    border: 2px outset #003764;
    color: black;
}
legend {
    background-color: #003764;
    border: 1px solid #003764;
    color: #FFFFFF;
    margin: 0 0 0 10px;
    padding: 3px 20px;
    text-decoration: none;
}
/* ------------------------------------------------------------------ College Nav section */
ul#collegeNav  {
	display:none !important;
	list-style: none;
	border: 1px solid #CCC;
	border-top: none;
	border-bottom:0px solid #ccc;
	margin:0px 0px 10px 0px;
	text-align: center;
	width: 758px;
	height: 20px;
	padding: 0px;
}
ul#collegeNav li {
	display:block;
	float:left;
	margin:0 5px;
	padding:2px 5px 0;
}
ul#collegeNav li a {
	display: block;
	text-decoration:none;
	font-weight: bold;
	text-transform:none;
}
ul#collegeNav li a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------------------------ Main Content section */
/* lgunn added this breadcrumb info and removed old breadcrumb nonsense 11/10/10*/
div#breadcrumbs {
	font-size: 10px;
	color: #003764;
	text-align:right;
    /* hsylvia changed to background instead of background-image */
background: -webkit-linear-gradient(left, white, #fadc6a); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, white, #fadc6a); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, white, #fadc6a); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, white, #fadc6a); /* Standard syntax (must be last) */
}
div#breadcrumbs a {
	font-size: 10px;
	color: #003764;
	text-decoration: none;
	padding: 0px 5px;
}
div#breadcrumbs a:hover {
	text-decoration: underline;
}
div#maincontent {
	float:right;
	width:765px;
}
div#homepagearticle{ /*	Not called article to avoid naming confusion with the article element	*/ 
	width: 551px;
	float: left;
}
div.homepagearticle{ 
	float: left;
	width:758px;
	margin-right:5px;
}
/* ------------------------------------------------------------------ right column side bar */
div#sidebar {
	width: 200px;
	float: right;
	margin:5px;
	clear: right;
}
div#sidebar img {max-width:190px;height:auto;}
div#sidebar h2, div#newssidebar h2 {
    /*background:#eaeaea;*/
    color: #003764;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    /*font-weight: bolder;*/
    margin: 0 0 0 10px;
	padding: 10px 0 3px 0;
    text-align: left;
    text-decoration: none;
}
div#newssidebar h2 {margin-left:15px !important;}
#sidebar .morenewsbar h2 {margin: 0px 0px 0px 10px !important;padding: 0;max-width: 120px;}
.morenewsbar h2 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 0 0 10px !important;
}
#sidebar #callout h2{
	color:#003764;
	padding-top: 10px;
}
div#sidebar p, div#rightcol p{
	/*color: #333;*/
	font-size: 12px;
	padding: 4px 6px 2px 10px;
	text-align: left;
	margin:5px 0;
}
div#rightcol ul, div#rightcol ol, div#sidebar ul, div#sidebar ol{
	font-size:12px;
	padding:0px;
	/*margin:10px;*/
}
div#rightcol li, div#sidebar li{
	font-size:12px;
	padding:0px;
	margin:5px 0px;
}
div#rightcol ul, div#rightcol ol, div#sidebar ul, div#sidebar ol, div#sidebar p, div#rightcol p {margin-bottom:10px;}
div#rightcol li, div#sidebar li, div#sidebar p, div#rightcol p {line-height:15px;}
/*-------------------This is the original right column h2, replaced with new style 2.11.2015 by MDA, seel lines 2201 above
div#sidebar h2 {
    background:#003764;
    color: #FFD478;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: lighter;
    margin: 0;
    padding: 0 5px;
    text-align: left;
    text-decoration: none;
}*/

/* More modification styles for Bedework calendar templates. */
div.bwcalendarfeed ul li {
	clear: left;
}
div#calbuttons{
	width:200px;
}
div#calbuttons table{	
	border:dotted 1px #CCC;
}
div#calbuttons tbody{
	width:180px;
}
div#calbuttons table a{
	color: #333;
	text-decoration:none;	
}
div#calbuttons table td{
	width:25px;
	border:none;
	height:40px;
	padding:5px;
}
div#calbuttons table td img{
	border: 1px solid #fff;
}
div#calbuttons table a:hover {
	color: #999;
}
div#calbuttons table td a:hover img{
	border: 1px dotted #ccc;
}
/*RightCOL Calendar mod - daryl - 9/16/15*/
div#calendarfeed{
	background-color: #F3F3F3;
    margin: 0em 0em 2em 0em;
    padding-top: 0px;
    border-bottom: 2px solid #003764 !important;
    border-top: 9px solid #003764;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
div#calendarfeed h2 {
	padding-top: 10px;
}
div#calendarfeed h3, div#calendarfeed h5, li.calendar .date-time {
	float: left;
	/*width: 50px;*/
	padding:0px 0px 5px 0px;
	margin-left: -9px;
	margin: 0em 0em 1em 0em;
	/*border:1px solid #C7C7C7;*/
	box-shadow: 2px 2px 5px #dadada;
	margin-right: 10px;
}
div#calendarfeed h2:after{
	background-image: none !important;
	right:0 !important;
}
div#calendarfeed h2:after{    
    bottom: 0px !important;   
    height: 0px !important;    
    width: 0px !important; 
}
div.bwcalendarfeed h3, div.bwcalendarfeed h5, li.calendar .date-time {
	width: 40px !important;
	margin-right: 10px;
}
div#calendarfeed h3 .month, div#calendarfeed h5 .month, li.calendar .month { 
    font-size: 11px;
    color: #003764;
    text-transform: uppercase;
    display: block;
    margin-left: 0px !important;
    text-align: center;
    background-color: #FFF;
    padding: 1px 0px;
}
div#calendarfeed h3 .day, div#calendarfeed h5 .day, li.calendar .day { 
	font-size: 19px;
	color: #003764;
	text-transform: uppercase;
	clear: left;
	display: block;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	text-align: center;
	margin-top: 5px;
}
div#calendarfeed ul { 
	margin: 0px;
	/*border-left: thin dotted #ccc;*/
	line-height: 1em;
}
div#calendarfeed ul li a {
	color: #003764;
	text-decoration:none;
}
div#calendarfeed ul li a:active {
	font-weight:bold;
	text-decoration:underline;
}
div#calendarfeed ul li a:hover {
	text-decoration:none;
	color: #999;
}
div#calendarfeed ul li { 
	list-style-type: none;
	list-style-image: none;
	/*font-size: 11px;*/
	margin: 15px 10px 15px 10px;
	padding:0px 0px 0px 0px;
    min-height: 40px;
    line-height: 1.44em;
}
div.bwcalendarfeed ul li {
	display: block;
	margin-left: 45px;
	/*border-left: 1px dotted #dadada;*/
	padding-left: 9px;
	min-height: 48px;
}
/* ------------------------------------------------------------------ Footer */
div#footer {
	padding-bottom: 20px;
	border-top:dotted 1px #ccc;
	background-color: #FFF;
	clear:both;
	width:980px;
	height:60px;
}
div#footer>img {
	float: left;
	margin: 15px 40px 0;
	border: none;
}
div#footer p {
	margin: 12px 0 0;
	font-size:10px;
	line-height: 16px;
	color:#333;
	width:640px;
	float:left;
	letter-spacing:0em;
}
div#footer div a img{
	float:left;
	border:none;
	margin:25px 5px;
}
/* ------------------------------------------------------------------ Panoramic Photo Image banner*/
div#headlineblock .threecols{
	margin-bottom:10px;
}
div#featuredcontent {
	float:left;
}
/*----------------------- UMD HOMEPAGE ELEMENTS --- */
div#umasshomepage { /*	Added by lgunn 9/14/2010 to differenetiate between other homepagearticles and the true homepage.	*/   
width:980px;
height:330px;
position:relative;
z-index:1;
}
#featurestory{
	position:relative;
	padding:5px;
	background-color:#FFF;
}
#mainslide{
	width:970px;
	height:370px;
	z-index:1;	
}
.featureflag{
	position:absolute;
	top:75px;
	left:-10px;
	width:400px;
	height:160px;
	background-image: url("/media/supportingfiles/layoutassets/images/featureflagl.png");
	background-repeat:no-repeat;
	z-index:2;
}
.featureflag h2{
	font-size:20px;
	padding:3px 5px 5px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.featureflag p.descript{
	font-size:14px;
	width:300px;
	height:90px;
	margin:0 0 0 20px;
	padding:0;
	line-height: 1.32em;
	letter-spacing: inherit;
}
.featureflag p.readmore{
	padding:5px 20px;
	margin:0;
	float:left;
	width:200px;
}
.featurearrows, #fPrev, #fNext{float:left} 
#fPrev a.left, #fNext a.right{
	display:block;
	width:18px;
	height:17px;
	margin: 5px 5px 0;
}
#fPrev a.left{
	background:url(/media/supportingfiles/layoutassets/images/featarrows.png) no-repeat top left;
}
#fNext a.right{
	background:url(/media/supportingfiles/layoutassets/images/featarrows.png) no-repeat top right;
}
#fPrev a.left:hover{
	background:url(/media/supportingfiles/layoutassets/images/featarrows.png) no-repeat bottom left;
	} 
#fNext a.right:hover{
	background:url(/media/supportingfiles/layoutassets/images/featarrows.png) no-repeat bottom right;
}
.threedom{
	background-color:#fff;
	width:250px;
	height:330px;
	float:left;
	margin:20px 35px 0 40px;
}
.threedom h2{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-size:1.5em;
	padding:7px 0 0 10px;
}

/* Added 8/1/13 by ssplinter. */
.threedom h2 a {
	color: #fff;
	text-decoration: none;
}

.threedom h2 a:hover, .threedom h2 a:focus {
	text-decoration: underline;
}

.threedom img{
	padding:5px;
}
.threedom h3{
	padding:2px 0 0 10px;
	font-size:16px;
}
.threedom h3.apply{
	padding:2px 0 0 10px;
}
.threedom h3 a{
	color:#003764;
}
.threedom p{
	font-size: 12px;
	height: 45px;
	margin: 5px 0;
    padding: 4px 6px 2px 10px;
	line-height: 1.3em;
	letter-spacing: 0em;
}
.threedom p a, a.learnmore{
	background: url("/media/supportingfiles/layoutassets/images/linkarrow.jpg") no-repeat right;
	padding:0 15px 0 0;
	text-decoration:none;
	color:#003764;
	font-weight:bold;
}
div#homeyellowbox{
	height:175px;
	margin:0 -10px;
	background:url("/media/supportingfiles/layoutassets/images/homeyellowbox.png") repeat-x;
	vertical-align:bottom;
	position:relative;
}
div#homeyellowbox div{
	float:left;
	width:185px;
	margin:10px 25px 0 40px;
	/* margin:30px 25px 0 40px; */
	z-index:40;
}
div#homeyellowbox div h2, div#admisyellowbox div h2 a, div#admisyellowbox div h2 a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
	padding:6px 0px 4px 0px;
}
div#homeyellowbox div ul, div#admisyellowbox div ul{
	font-size:12px;
	margin:0 10px;
	list-style:none;
	padding:0;
}
div#homeyellowbox div li, div#admisyellowbox div li {	
	padding:5px 0 0;
	 border-bottom:#666 2px dotted;
}
/*-------------------------------------------------------- BEFORE and AFTER pseudo classes*/
.h2flags h2:before, h1.department:before, .h2flags h2:after, h1.department:after, .nav:before, .nav:after, div#calendarfeed h2:after, .threedom h2:before, .threedom h2:after, #sitenav:before, #homeyellowbox:before, #homeyellowbox:after, div#admismenu h1:after, div#admismenu h1:before {
    position: absolute;
    background-repeat: no-repeat;
	content:"";
    display: block;
	bottom:0;	
}
.nav:before, .nav:after, .threedom h2:before, .threedom h2:after, #homeyellowbox:before, #homeyellowbox:after {    
    height: 14px;    
    width: 10px;
	bottom: -14px; 
}
.nav:before, .threedom h2:before {
    background-image: url("/media/supportingfiles/layoutassets/images/edgel.png");
    left: 0;
}
.nav:after, .threedom h2:after{
    background-image: url("/media/supportingfiles/layoutassets/images/edger.png");
    right:0;
}
#homeyellowbox:before{    
    background-image: url("/media/supportingfiles/layoutassets/images/goldedgel.png");
}
#sitenav:before{
	left:-10px;
	top:38px;
	width:10px;
}
#homeyellowbox:after{
	background-image: url("/media/supportingfiles/layoutassets/images/goldedger.png");
	right:0;
}
.h2flags h2:before, h1.department:before, div#admismenu h1:before{
    background-image: url("/media/supportingfiles/layoutassets/images/goldedgel.png");
	height: 10px;
    width: 10px;
	left: 0px;
    bottom: -10px; 
}
.h2flags h2:after{
	background-image: url("/media/supportingfiles/layoutassets/images/flagtriangle.png");
 	height: 32px;
	width: 25px;
	right: -24px;
}
h1.department:after, div#admismenu h1:after{
    background-image: url("/media/supportingfiles/layoutassets/images/h1flagtriangle.png");
	height: 53px;
	width: 39px;	
	right: -39px;
}
/*-------------------------------------------------------- NEWS slider for sub-pages */
.holder2{
	width:550px;
	height:238px;
	display:block;
	overflow:hidden;
}
.holder2 h1 {margin:0;}
.rightbutton{
	float:right; 
	margin:50px 10px 0 0;
}
.leftbutton{
	float:left; 
	margin:50px 0 0 10px;
}
.holder2 a:focus, .holder3 a:focus, #paag3 a:focus{
outline:none;
}
.slidies{ margin:0 auto; z-index:0; }
#newsslide { margin: 0 auto; text-align:center; height:180px; width:444px}
#newsslide a{ color:#666666; font-size:10px; line-height:10px; text-decoration:none;}
#newsslide a.linkblock {float: left; display: block; width:148px;}
#newsslide a:hover{color:#AAAAAA;}
#homepagearticle #newsslide a.linkblock img { padding: 14px; border:1px solid #CCC; }
#paag2 { margin: 0 auto; text-align:center}
#paag2 li { float: left; list-style: none}
#paag2 a { margin: 5px; padding: 1px 5px; border: 1px solid #fff; color:#666; text-decoration: none; font-size:10px; }
#paag2 a:hover { border:1px solid #ccc }
#paag2 a.activeSlide {font-weight:bold; font-size:12px; color: #000}
#paag2 a:focus { outline: none; }
/* ----------------------------------------------------------- Blueprint Text Reader Style */
.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* ------------------------------------------------------------------ Table */
table {
	border-collapse:collapse;
	margin: 10px auto;
	width: 90%;
}	
tbody {
}
th, td{
	border: thin solid #CCC;
	vertical-align:top;
	padding:10px;
}
th{
background-color:#f5f5f5;
}
th, th p, th a, th h3, th a:hover{
}
th a, th a:visited{
	text-decoration:none;
}
th p,td p,td ul,td ol{font-size:12px;padding:0;}
th h2,td h2{padding-left:0px;}
table.academiccalendar td {padding: 10px;width: 320px;}
table.academiccalendar	{margin-bottom:25px;}
table.academiccalendar td {width:50%;}
table.academiccalendar td.date {width:25%;}
table.fullwidth{width:100%;}
table.fullwidth td{padding:0;}
table.fullwidth td h1{border-bottom:5px solid #ffd478; margin:0 10px 15px; padding:5px;}
table.fullwidth td ul{margin-bottom:35px;}
table.noborder td, table.noborder th { /*borderless table added by lgunn 01/10/2011*/
	background-color: #fff;
	color:black;
	border: none;
}
table.cvpa-custom {margin-top:25px;}
table.cvpa-custom th {margin:0;padding:0 0 10px;}
table.cvpa-custom td {padding:0;}
table.underlinerow td {border-bottom:#999 2px solid;}
div#emergency a{ /*added by lgunn 9/2/2010 for the emergency announcement functionality, revised 9/15/11 for redesign*/
	background: url("/media/umassdartmouth/icons/warning_64.png") no-repeat scroll 32px 50% #8A0D0D;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 50px 40px 120px;
    text-decoration: none;
}
div#emergency h1, div#emergency h2, div#emergency p{padding:0; margin:0;}
ul#resourcelinks{
	margin:20px 5px 0;
	background-color:#FFFFFF;
	display:block;
	width:235px;
	list-style:none;
	padding:0;
}
ul#resourcelinks li a{
	color: #003764;
	font-weight:normal;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 4px;
	background-color:#FFFFFF;
	font-size:11px;
	line-height:12px;
}
ul#resourcelinks li a:hover{
	color: #ffd478;
}
ul#resourcelinks li{
	display:inline;
	margin:0;
	padding:0;
	text-align:center;
	margin-bottom:3px;
}
.pullmenu 
{
	position: absolute;
	left:0px;
	top: 0px;/*changed from -800px;by lgunn  8/23/10*/
	overflow: hidden;
	z-index: 100;
	background:#fff;
	width: 100%;
	height: 165px;
}
.myumd { 
	top: 0px;      /*changed from -600px;by lgunn  8/23/10*/
	background:#fff;
	visibility:hidden;
}
.pullmenu .myleft{
	float:left;
	width:24%;
	margin-left:1%;
}
.pullmenu .myleft h2{padding:30px; font-size:20px; line-height:20px;}
.pullmenu .myleft h2 a, .pullmenu .myleft h2 a:visited, #homeyellowbox a, #admisyellowbox a{
	text-decoration:none;
	color:#003764;
	font-weight:bold;
}
.pullmenu .myleft h2 a:hover{
	text-decoration:underline;
	color:#ffd478;
}
.pullmenu .myright{
	float:left;
	width:75%;
}
.pullmenu .titleblock {
	width: 14%;
	padding: 0px;
	margin:5px 1% 0px 0px;
	line-height:16px;
	float:left;
}
.pullmenu .titleblock p {
	color:#333;
	text-align:right;
	font-weight:normal;
    padding:0px 10px;
    margin:0px;
	font-size:12px;
}
.pullmenu .titleblock h2 {
	color:#ffd478;
	text-align:right;
	font-weight:bolder;
	padding-right:0px;
	margin-right:0px;
	margin-top:30%;
	font-size:32px;
	line-height:26px;
}
.pullmenu .contentblock{
	width: 99%;
	margin-left:1%;
}
.pullmenu .block {
	display:block;
	float: left;
	width: 12.5%;
	min-height: 30px;
	margin: 2px 1% 0px 0px;
	vertical-align: top;
	background:#fff;
}
.resources{
	visibility:hidden;
}
.resources .block ul 
{
	margin: 0;
	padding: 0;
}
.resources .block ul li
{
	list-style-type: none;
	margin: 4px 0px 4px 2px;
	line-height:12px;
}
.resources .block a
{
	color:#333;
	text-decoration:none;
	font-weight:400;
	font-size:11px;
	line-height:12px;
}
.resources .block a:hover
{
	color:#003764;
	text-decoration:underline;
	font-weight:400;
}
div.pullmenu .closing{ 
	border-bottom:solid 7px #ffd478;
	height:20px;
	display:block;
	width:100%;
}
div.pullmenu .closing p{
	float:left;
	padding: 3px 0% 3px 1%;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	display:inline-block;
	width:6%;
}
div.pullmenu p.closelayer{ 
	width:93%;
	text-align: right;
	margin:0px;
	padding:0px;
}
div.pullmenu p.closelayer a {
	display: inline-block;
	width: 98%;	
	font-weight: bolder;
	text-decoration:none;
	color:#333;
	/*clear: both;*/
	font-size:14px;
	padding: 3px 2% 3px 0px;
	margin-bottom:5px;
}
div.pullmenu .closing:hover{
	background:#ffd478;
	border-bottom:7px solid #e8be65;
}
.myumd table.buttonlist{
	width:98%;
	margin: 0px;
	padding:0px;
	margin-left:2%;
	border:none;
	margin-top:7px;
}
div.myumd table.buttonlist td{
	border:none;
	margin: 0;
	padding: 0;
	height:32px;
	vertical-align:bottom;
}
div.myumd table.buttonlist td a{
	vertical-align:bottom;
	margin-left:5px;
	text-decoration:none;
	color:#666;
	font-size:12px;
}
div.myumd table.buttonlist td a:hover{
	color:#CCC;
}
div.myumd table.buttonlist a img{
	vertical-align:bottom;
	border:none;
}
/* faq template*/
.faqtest{ position:relative; margin-left:5px; }
.faqtest h3{ cursor:pointer; background:url(/media/supportingfiles/layoutassets/images/open2.png); background-repeat:no-repeat; background-position:0px 14px; padding-left:20px; letter-spacing:0px;color:#003764;font-weight:normal;}
.faqtest h3.active	{ color:#003764; background:url(/media/supportingfiles/layoutassets/images/close2.png); background-repeat:no-repeat; background-position:0px 14px; padding-left:20px;}
.faqtest div   { position:relative; border:1px dotted #ccc; margin:0px 10px; }
.faqtest div p	{ padding:7px; margin:0px; position:relative;}
h2.faqheading{border-top: 3px solid #ffd478}
/* Styles for two column templates. --not sure who? what for? */
div.columnone { float: left; width: 48%; }
div.columntwo { float: right; width: 48%; margin-left: 1% }
/* Galleria CSS file added to this file by lgunn 9/25/2010, last modified 03/22/2011 */
div.homepagearticle div#gallery, div#homepagearticle div#gallery{ text-align:center; display:inline;}
div.homepagearticle .galleria{width:660px;}
div#homepagearticle .galleria {width:550px;}
.galleria{list-style:none; margin-left:auto;margin-right:auto;}
.galleria li{display:block;width:100px; height:100px;overflow:hidden;float:left;margin:0 10px 10px 0;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:0; width:100px; height:100px;}
.galleria li div img{cursor:pointer;}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block; width:100px; height:100px;border:none;}
.galleria li .caption{display:block; width:100%; padding-top:.5em; font-style:italic;}
* html .galleria li div span{width:100%} /* MSIE bug */
#main_image{width:100%; margin: 0 auto; text-align:center; min-height:20px;}
#main_image p.caption {padding:0; width:100%; text-align:center;}
#main_image img {padding:5px; border:1px solid #ccc;}
.controls {width:100%; margin-left:auto;margin-right:auto; text-align:center;}
/* Slideshow added lgunn 11/16/2010 */
#umdslideshow, #bannerslideshow { position: relative; z-index:1; width:auto; height:auto;}
#umdcontrols, #bannercontrols { z-index: 15; position: absolute; top: 10px; left: 10px; display: none; text-align:left; border:none;}
#umdcontrols span, #bannercontrols span { margin: 0 5px;}
#umdslides a, #bannerslides a{text-decoration:none; color:#333; border:none;}
#umdslides img, #bannerslides img{ margin-bottom:2px}
#umdslides p, #bannerslides p{margin:0; padding:0 0 0 12px; font-size:10px; padding-bottom:5px;}
div#bannercontrols img {border:none;}
/*CITS menus, lists etc added lgunn 02/18/2011*/
ul.citsmenu li {
    background: url("/media/supportingfiles/layoutassets/images/light_grey_gradient_small.png") repeat-x scroll center bottom #FFFFFF;
    border-color: #888888;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #1C84E4;
    font-size: 1.1em;
    font-weight: bold;
    margin:0 0 4px;
    padding:10px;
	width:165px;
}
ul.citsmenu{ list-style: none; margin:5px;}
#sidebar ul.citsmenu li a, #sidebar ul.citsmenu li a:visited, #sidebar ul.coinmenu li a, ul.coinmenu li a:visited {color: #1C84E4; text-decoration:none;}
#sidebar ul.citsmenu li a:hover, #sidebar ul.coinmenu a:hover{color:#3CF; text-decoration:underline;}
ul.coinmenu { margin-left:5px; border:1px solid #ccc; }
ul.coinmenu li {
    background: url("/media/supportingfiles/layoutassets/images/light_grey_gradient_small.png") repeat-x scroll center bottom #FFFFFF;
    border-bottom:1px #888888 solid;
    color: #1C84E4;
    font-size: 1.1em;
    font-weight: bold;
    padding:5px;
	text-indent: -5px;
    padding-left: 10px;
    list-style: inside url("/media/supportingfiles/layoutassets/images/coinitem.png");
}
ul.triangle li{list-style:url("/media/supportingfiles/layoutassets/images/triangle_bullet.png"); margin-bottom:8px;}
table.bluebg td{background:#D1DAFF; border:none;}
table.goldbg td{background:#FFE7B0; border:none;}
table.darkbluebg td{background:#003366; border:none;}
table.graybg td{background:#CCCCCC; border:none;}
/*CVPA added by lgunn 03/09/2011*/
table.imggallery{width:550px; border:none;} 
table.imggallery td{padding:0; border:none; height:110px;} 
table.imggallery a img{padding:0 !important;margin:0 !important; opacity:0.4; /* opacity removed by hsylvia 2.28.2014 */}
table.imggallery a img:hover{opacity:1;/* opacity removed by hsylvia 2.28.2014 */}
/* twitter box added by lgunn 05/16/2011 */
.twtr-ft a img, .twtr-widget-profile img.twtr-profile-img{
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
/*callout box added by lgunn 07/2011*/
.calloutbox{margin:0px 10px;}
.call-darkblue, .call-gold, div#admisyellowbox{
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
}
.call-darkblue{ color:#fff; background-color:#003764;}
.call-darkblue p{color:#fff}
.call-darkblue a, .call-darkblue a:visited, div#admismenu a:hover{ color:#ffd478; text-decoration:underline;}
.call-gold{background-color:#ffd478;}
.call-dottedborder{
	border:#ffd478 7px dotted;
	}
.call-postit{
	background:url(/media/supportingfiles/layoutassets/images/postit.png) no-repeat;
	width:250px !important;
	height:241px !important;
}
.call-questionmark{
	padding-left:63px;
	background:url(/media/supportingfiles/layoutassets/images/questioncallout.jpg) no-repeat;
	width:350px !important;
	height:214px !important;
	}
/* Departmental template styles, added by lgunn 08/12/2011 */
div#headlineblock div.departbox{
    height: 200px;
    margin-left: 30px;
    padding: 20px 0 10px;
    width: 300px;
	position:relative;
}
.h2flags h2, h1.department, div#admismenu h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url("/media/supportingfiles/layoutassets/images/h2flagbg.png") repeat-x #ffd478;
    border: none;
    margin-left: -10px;
	padding: 9px 1px 6px 20px;
	position:relative;
	display:inline-block;
	font-weight:100;
}
h1.department, div#admismenu h1{
	background:url("/media/supportingfiles/layoutassets/images/h1flagbg.png") repeat-x #ffd478;
	font-size:32px;
	top:20px;
	height:18px;
	padding:20px 1px 15px 20px;
}
div#admismenu h2,div#admismenu h3{color:#FFF;}
.h2flags p{
	margin:10px 0;	
}
div#headlineblock div h2{
	font-size:22px;
	color:#003764;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	font-weight:200;
}
div#headlineblock{
	position:relative;
	width:760px;
}
.accounting{
	background: url("/media/supportingfiles/layoutassets/images/departments/accountingbg.jpg") no-repeat;
}
.finance{
	background: url("/media/supportingfiles/layoutassets/images/departments/financebg.jpg") no-repeat;
}
.marketing{
	background: url("/media/supportingfiles/layoutassets/images/departments/marketingbg.jpg") no-repeat;
}
.mis{
	background: url("/media/supportingfiles/layoutassets/images/departments/misbg.jpg") no-repeat;
}
.operationsmanagement{
	background: url("/media/supportingfiles/layoutassets/images/departments/opsmanagementbg.jpg") no-repeat;
}
.management{
	background: url("/media/supportingfiles/layoutassets/images/departments/managementbg.jpg") no-repeat;
}
/*added by Katey 10/15/12 css for featured content slider with thumbnails on right for homepages*/
#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/*makes fancy quotes in center of content when there is a right side bar - added by Katey 8/2/13*/
.quote-main {font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
width: 490px;
margin: 0.25em 0;
padding: 10px 40px;
line-height: 1.45;
position: relative;
color: #383838;
padding-bottom:20px;}

.quote-main:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -5px;
top: -30px;
color: #7a7a7a;
}

.quote-main:after {
display: block;
content: "\201d";
font-size: 80px;
position: absolute;
left: 515px;
top: 55px;
color: #7a7a7a;
}

/*makes fancy quotes on the right when there is no right sidebar*/

.quote-right {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-style: italic;
width: 200px;
margin: 0.25em 0;
padding: 10px 40px;
line-height: 1.45;
position: relative;
color: #383838;
padding-bottom:20px;
float:right;}

.quote-right:before {
display: block;
content: "\201C";
font-size: 60px;
position: absolute;
left: 0px;
top: -20px;
color: #7a7a7a;
}

.quote-right:after {
display: block;
content: "\201d";
font-size: 60px;
position: absolute;
left: 250px;
top: 75px;
color: #7a7a7a;
}
/*three lined HR added by Katey 8/3/13*/
div.hr_center {
  height: 10px;
  background: url('http://www.umassd.edu/media/supportingfiles/layoutassets/images/center_hr.jpg') no-repeat scroll center;
  clear: both;
}
div.hr_center hr {
  display: none;
  
}
/*three lined HR for full width added by Katey 8/3/13*/
div.hr_full {
  height: 10px;
  background: url('http://www.umassd.edu/media/supportingfiles/layoutassets/images/studentshr.jpg') no-repeat scroll center;
  clear: both;
}
div.hr_full hr {
  display: none;
  
}



/*--------------buttons and classes for academic pages added by Mary Avery 1.31.2014, updated 7.23.2014 updated 9.14.2015------------*/

.academic {
	font-family: Verdana, Geneva, sans-serif;
}

h2.academic {
	color: #003764;
	font-size: 1.5em;
}


h2.academic2 {
	color: #69c;
	font-size: 1.5em;
}

.orange-ac-button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0 em;
	letter-spacing: .05em;
	color: #fff;
	background: #ffb933;
	padding: 8px 16px;
	/* modified firefox fix - daryl - 7.23.15 */
	margin: 0px 10px;
}

.orange-ac-button a{
	color: #fff;
	text-decoration: none;	
	font-weight: normal;
}

.orange-ac-button a:visited{
	color: #333;
}

.orange-ac-button a:hover{
	color: #999;
  	text-decoration: none;	
}

.dkorange-ac-button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0 em;
	letter-spacing: .05em;
	color: #fff;
	background: #f93;
	padding: 8px 16px;
	/* modified firefox fix - daryl - 7.23.15 */
	margin: 0px 10px;
}

.dkorange-ac-button a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.dkorange-ac-button a:visited{
	color: #333;
  	text-decoration: none;
}

.dkorange-ac-button a:hover{
	color: #666;
  	text-decoration: none;	
}


.turq-button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0 em;
	letter-spacing: .05em;
	color: #fff;
	background: #14a4ba;
	padding: 8px 16px;
	margin: 20px 10px 20px 30px;
}

.turq-button a{
	color: #fff;
	text-decoration: none;	
	font-weight: normal;
}

.turq-button a:visited{
	color: #333;
}

.turq-button a:hover{
	color: #999;
  	text-decoration: none;	
}

.orangebutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	letter-spacing: .05em;
	color: #fff;
	background: #ffb933;
	padding: 8px 12px;
	margin: 150px 20px 20px 20px;
}

.orangebutton a{
	color: #fff;
	text-decoration: none;	
	font-weight: normal;
}

.orangebutton a:visited{
	color: #333;
}

.orangebutton a:hover{
	color: #999;
  	text-decoration: none;	
}

.dkorangebutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	letter-spacing: .05em;
	color: #fff;
	background: #f93;
	padding: 8px 16px;
	margin: 150px 20px 20px 20px;
}

.dkorangebutton a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.dkorangebutton a:visited{
	color: #333;
  	text-decoration: none;
}

.dkorangebutton a:hover{
	color: #666;
  	text-decoration: none;	
}



/* Direct Edit style added by Hillary 3.12.14 */
a.t4Edit-page
{
  color: black;
  font-size: 12px;
  font-weight: bold;
	text-align: left;
	text-decoration:none;
	font-weight: normal;
	padding: 0px 0px 10px 10px;
}

 /* Tinted divs added by hsylvia 4/2014 */
div.yellowbox
{
background: #f3efcd;
padding:4px;
border: 0px;
margin:0px;
}
div.graybox 
{
background:#f2f2f2;
padding:4px;
border:0px;
margin:0px;
}
div.bluebox 
{
background:#d4e0f5;
padding:4px;
border:0px;
margin:0px;
}
 /* Tinted div added by mavery1 11/2014 */
div.goldbox
{
background: #ffe7b0;
padding:10px;
border: 0px;
margin:0px;
}
/* buttons added by hsylvia 4/2014 */
.bluebutton {
  font-family: arial;
  color: #ffffff !important;
  font-size: 12px;
  line-height:35px;
  /* text-shadow: 3px 1px 0px #7CACDE; */
  text-decoration: none;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 5px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(#63B8EE,  #468CCF);
  background: -ms-linear-gradient(#63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(#63B8EE,  #468CCF);
}
.bluebutton:hover {
  color: #14396A !important;
  line-height:35px;
  text-decoration: none;
  background: #468CCF;
  background: linear-gradient(#468CCF,  #63B8EE);
  background: -ms-linear-gradient(#468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(#468CCF,  #63B8EE);
}
.bluebuttonsm {
  font-family: arial;
  color: #ffffff !important;
  font-size: 12px;
  /* text-shadow: 3px 1px 0px #7CACDE; */
  text-decoration: none;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 5px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(#63B8EE,  #468CCF);
  background: -ms-linear-gradient(#63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(#63B8EE,  #468CCF);
}
.bluebuttonsm:hover {
  color: #14396A !important;
  text-decoration: none;
  background: #468CCF;
  background: linear-gradient(#468CCF,  #63B8EE);
  background: -ms-linear-gradient(#468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(#468CCF,  #63B8EE);
}
/* box styles ------  styles for boxes on site hsylvia 12-18-14 ---------------  */
.headerbox {
	float; left;
    background-color:#04194b;
	width: 223px;
  	height: 58px;
	margin: 5px 5px 0px 5px;
	border-radius: 5px 5px 0px 0px;
	padding: 8px;

}
.headerboxnowidth {
	float; left;
    background-color:#04194b;
	margin: 5px 5px 0px 5px;
	border-radius: 5px 5px 0px 0px;
	padding: 8px;

}
.headertext {
   font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFF; 
}
.boxbtm {
	background-color: #eeeeee;
	width: 223px;
	margin: 0px 5px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 8px;

}
.admhead {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #000;
 
}
.subhead {
    font-family: Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #d4e0f4;
}
/* ------------------------ ARROW ------------------------------- */

.arrow_box {
	position: relative;
	background: #ffdc97;
	border: 0px solid #cccccc;
  	padding: 10px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 212, 120, 0);
	border-top-color: #ffdc97;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #ffffff;
	border-width: 33px;
	margin-left: -33px;
}
/* header pic and text content type: header - 760w - title overlay - SLIDESHOW - added 07-15-15*/
#featurestory7602 {
	position: relative;
	padding: 0px;
	background-color: #FFF
}
#mainslide7602{
	width: 760px;
	height: 100%;
	z-index: 1;
}	
.hidden7602{
	position: absolute;
	right: 56px;
	bottom: 14px;
	font-size: 4em;
	color: #FFF;
	font-family: Georgia, Times, serif;
	display: block;
	text-shadow: 2px 2px 20px #333;
}
.featureflag7602{
	position: absolute;
	right: 50px;
	bottom: 0px;
	z-index: 2;
	float: right;
	padding: 0px;
	margin: 0px;
	display: block;
}
.featureflag7602 p.descript7602{
	font-family: Georgia, Times, serif;
	color: #FFF;
	font-size: 7em;
	text-shadow: 2px 2px 20px #333;
}
/* Slideshow mod dpoeira 7/31/15 */
#umdslideshow002, #bannerslideshow002 { 
	position: relative; 
	z-index:1; 
	width:760px; 
	height:100%;
}
#umdcontrols002, #bannercontrols002 { 
	z-index: 15; 
	position: absolute; 
	top: 10px; left: 10px; 
	display: none; 
	text-align:left; 
	border:none;
}
#umdcontrols002 span, #bannercontrols002 span { 
	margin: 0 5px;
}
#umdslides002 a, #bannerslides002 a {
	text-decoration:none; 
	color:#333;
	border:none;
}
#umdslides002 img, #bannerslides002 img { 
	margin-bottom:2px
}
#umdslides002 p, #bannerslides002 p {
	font-family: Georgia, Times, serif;
	color: #FFF;
	font-size: 4em;
	text-shadow: 2px 2px 20px #333;
	position: absolute;
	right: 50px;
	bottom: 24px;
	z-index: 2;
	float: right;
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
}
.sliderlearnmore{
    position: absolute;
    right: 54px;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 11px;
    padding: 3px 20px;
    text-transform: uppercase;
    text-align: right;
    border: 2px solid rgba(255, 255, 255, 0.46);
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.49);
    text-shadow: 1px 1px 5px rgba(0,0,0,0.49);
}
div#bannercontrols002 img {
	border:none;
}
/* teaser article box styles added 07-13-15 - daryl*/
/* teaser article box styles */
.boxwraparticle{
	float: left;  
  	padding: 10px 16px 30px 18px;
  	margin: 0px 0px 0px 0px;
	max-width:240px;
}
.topsmall a:link {
	text-decoration: none;
	color: #003764;
	text-transform:uppercase;
}
.topsmall a:visited {
	text-decoration: none;
	color: #003764;
	text-transform:uppercase;
}
.topsmall a:hover {
	text-decoration: underline;
	color: #666;
	text-transform:uppercase;
}
.topsmall a:active {
	text-decoration: none;
	color: #003764;
	text-transform:uppercase;
}
.topsmall {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-transform:uppercase;
}
.titletext a:link {
	text-decoration: none;
	color: #003764;
}
.titletext a:visited {
	text-decoration: none;
	color: #003764;
}
.titletext a:hover {
	color: #666;
}
.titletext a:active {
	color: #666;
}
.titletext {
   font-family: Georgia, Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	line-height:1.2em; 
}
.summarytext {
	font-size:0.95em;
	font-weight: normal;
	color:#8e8d8d;
	line-height:1.34em;
	letter-spacing:0.02em;
}

/*link lists 2COL MOD 1-2016 - daryl*/
.linklistwrap {
    float: left;
    letter-spacing: .02em;
    margin: 1em 0em;
	clear: both;
}
.linklist:last-of-type {
	margin-bottom:25px;
}
.linklist {
    background: #f1f2f4;
    width: 100%;
	display: inline-block;
	vertical-align: top;
}
.linklist:nth-of-type(even) {
    background: #fff;
}
.linklisttitletext, .linklist h3 {
    font-family: Georgia, Times, serif;
    font-size: 17px;
    font-weight: normal;
    color: #003764;
    display: block;
    padding: 20px 20px 5px;
}
.linklistsummarytext, .linklistsummarytext p, .linklist p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    padding: 0px 20px 20px;
    display: block;
}
.linklistsummarytext p {margin:0;padding:0;}
.linklist:hover {
  text-decoration: none;
  background: #FFD478 !important;
}
/*NEWS TOOL EDITED 12/15*/
/*tags styles*/
.taglinks{
	display: none;
	float: left;
}
.tags a{
	float: left !important;
	position: relative;
}
.tagged{
 float: left !important;
 position: relative;
 margin-left: 10px;
 display: inline-block;
 margin: 0em 0em 1em .85em;
 background-color: #E5EEFD;
 color: #E5EEFD;
 padding: .5em 1em;
 border: 2px solid #9FB4E6;
 border-radius: 5px;
 text-transform: uppercase;
 font-size: 1em;
}
.tagged a{
 color: #899ED2;
}
.morenewsbar {
	display: block;
	clear: both;
	width: 100%;
	vertical-align: middle;
	margin: 0em 0;
	padding: 1em 0;
}
.morenews {
    vertical-align: middle;
    float: right;
    margin-right: 10px;
}
.newsblock .thumbnail {width:20%;max-width:75px;float:left;display:inline-block;margin: 0 20px;}
.newsblock .textblock {float:left;width:77%;display:inline-block;padding-right:10px;}
.newsdate {font-size:0.8em;color:#9e9e9e;text-transform:uppercase;display: block;}
.newstitle, .news-head h1 {
    font-size: 1.5em;
    color: #005a8b;
    line-height: 1.2em;
    text-decoration: none;
	border:0;
	font-weight:normal;
}
.newssummary, .lead {
	font-size: 1.0em;
    color: #8e8d8d;
    line-height: 1.4em;
    letter-spacing: 0.02em;
	display: block;
}
.byline {
	clear:both;margin: 0 20px 20px;padding: 0;font-size:14px;line-height:1.44em;
}
.lead {
	font-size: 1.5em; color: #918E8E; line-height: 1.3em;display:block;margin-bottom:15px;padding: 0;font-weight:normal;
}
.share-container {margin: 0em 20px 20px;float: left;display: block;width: 100%;}
.news-content {float: left; width: 480px;}
.news-content h2, .news-content h3, .news-content h4 {padding:0;margin:0px 0 10px 20px;}
.news-content p {padding: 0;margin: 0px 5px 20px 20px;}
/* ---- blockquote ---- */
blockquote {
  font-size:1.5em;
  line-height:1.44em;
  border-left: 3px solid #ffffff;
  margin:0;
  padding:18px;
}
blockquote footer {
  font-size: 60%;
  font-weight: normal;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 3px solid #ffffff;
}
blockquote.dark {
  border-left: 3px solid #424242;
}
blockquote.gold {
  border-left: 3px solid #fabf5f;
}
blockquote.blockquote-reverse.dark {
  border-right: 3px solid #424242;
  border-left: none;
}
#newssidebar{float: right; width: 250px;}
#newssidebar .media-container .img-responsive {width:100% !important;}
div#newssidebar .article_image img {padding:0 !important;margin:0 !important;border:0 !important;vertical-align: middle !important;}
#sidebar .newsblock img {display:none;}
#sidebar .newsblock {width:90%;padding:10px;margin-left:0px;margin-top:0px;min-height:0px;}
#sidebar .newsblock .textblock {width:100%;}
#sidebar .newsblockvideo {
	width:95%;
	margin:.5em;

}
#sidebar .morenews {
	bottom: 24px;
	left:70%
}
#sidebar .newstitle {
    font-size: 1.2em;
}
#sidebar .newssummary {
}
#articletop, .news-head {
	margin-left: 17px;
	margin-right: 40px;
	margin-top: 20px;
}
#articletop .newstitle, .news-head h1 {
	font-size: 2.2em;
	display: block;
	margin-bottom: 10px;
	line-height: 1.34em;
}
/*instory image added 2016_03*/
.instoryimg, .media-container {
    margin: 1.0em 0;
    display: block;
    clear: both;
    width: 100%;
    background-color: #F3F3F3;
}
.instoryimg img, .media-container img {
	max-width: 100% !important;
    max-height: 360px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.newscaption, .caption {
    padding: 1em 0;
    display: block;
    font-style: oblique;
    border-bottom: 1px solid #dadada;
    width: 100%;
    margin: -1em 0 1.5em;
    text-align: center;
	line-height:1.44em;
	background-color:#fff;
}
/* end instory image added 2016_03 */
#newssidebar .media-container, .article_image {border: 1px solid #dadada;padding: 2px;margin-bottom: 7px;}
#newssidebar .media-container {
	margin: 0;
	width: 100%;
	padding: 0;
	border: 0;
}
.article_image img {width:100%;}
.morenews a:link{color:#768A96;text-decoration:none;}
.morenews a:visited{color:#768A96;}
.morenews a:hover{color: #003764;}
.morenews a:active{color:#768A96;}
/*align facebook and twitter buttons*/
.twitter-share-button[style] { vertical-align: text-bottom !important; }
.imgbox{
 height: 130px;
    width: 87px;
    float: left;
    padding-right: 10px;

}
a.newsblock:link, a.newsblock:visited {
	font-family: 'Open Sans', 'Helvetica', Verdana, Arial, sans-serif;
	display: block;
	color: #000000;
	margin: 0px 0px 10px;
	padding: 15px 0px;
	width: 100%;
	text-decoration: none;
    float:left;
	min-height:100px;
}
a.newsblock:hover, a.newsblock:active {
    background-color: #eeeeee;
}
a.newsblockvideo:link, a.newsblockvideo:visited {
	font-family: 'Open Sans', 'Helvetica', Verdana, Arial, sans-serif;
	display: inline-block;
	color: #000000;
	margin: .85em;
	padding: 0;
	width: 45%;
	text-decoration: none;
	vertical-align: top;
}
#callout a.newsblockvideo:hover, #callout a.newsblockvideo:active{background-color:#FFF5DF !important;}
a.newsblockvideo:hover, a.newsblockvideo:active {
    background-color: #eeeeee;
}  
/*NEWS TOOL RIGHT COLUMNS 07/31/15*/
.relatedright, a.relatedright:link, a.relatedright:visited {
	font-family: 'Open Sans', 'Helvetica', Verdana, Arial, sans-serif;
	font-size: 1.1em;
	display: block;
	line-height: 1.34;
	color: #003764;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
}
a.relatedright:hover, a.relatedright:active {
    color:#D6BF8C ;
    background-color:#F5F5F5;
}
.spotlightright, a.spotlightright:link, a.spotlightright:visited {
	font-family: 'Open Sans', 'Helvetica', Verdana, Arial, sans-serif;
	font-size: 1.1em;
	display: block;
	line-height: 1.34;
	color: #003764;
	margin: 5px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
}
a.spotlightright:hover, a.spotlightright:active {
    color:#D6BF8C ;
    background-color:#FFF5DF;
}
.h2spotlight{
    color: #003764;  
	font-family: Verdana,Arial,Helvetica,sans-serif;     
	font-size: 13px;     
	text-transform: uppercase;     
    font-weight: bold;     
    margin: 4px;     
	text-align: left;     
	text-decoration: none;
}
.pagination a:link{ 
	font-size: 12px;
	text-decoration: none;
	color: #003764;
	background-color: #ededed;
	padding: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6em;
	border-radius: 5em;
	font-weight: normal !important;
}
.pagination a:visited{ 
}
.pagination a:hover{
	color: #ffd478 !important;
	background-color: #003764;
}
.pagination a:active{ 
}
.pagination{
	font-weight: normal;
	color: #7D7D7D;
	width: 84%;
	display: block;
	position: relative;
	margin: 2em;
	line-height: 34px;
	clear: both;
    float:left;
    list-style-type: none;
}
.pagination li {display:inline-block;margin:0 5px;}
.currentpage{
    color:#FFD478;
    text-decoration: none;
    background-color: #003764;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6em;
	border-radius: 5em;
}
/*google search bar - daryl*/
/* v2 fix -- */
.gsc-input-box {
	border-color:#ffffff !important;
}
.gsc-input-box-focus {
	border-color: transparent!important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.gsc-search-box table {
	border-color:#ffffff !important;
	margin:0;
}
td.gsib_b {
	display:none;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 5px !important;
	border-color: #ffffff !important;
    background-color: #ffffff !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff)) !important;
    background-image: -webkit-linear-gradient(top,#ffffff,#ffffff) !important;
}
.gsc-search-button-v2 svg {
	fill:#333!important;
}
/*-- end v2 fix --*/
input.gsc-input::placeholder {
	text-indent:0;
	opacity:0;
	margin:0;
	padding:0;
	font-size:1.0em !important;
	color:#ffffff;
}
input.gsc-input::-moz-placeholder {
	text-indent:0;
	opacity:0;
	margin:0;
	padding:0;
	font-size:1.0em !important;
	color:#ffffff;
}
input.gsc-input::-ms-input-placeholder {
	text-indent:0;
	opacity:0;
	margin:0;
	padding:0;
	font-size:1.0em !important;
	color:#ffffff;
}
input.gsc-input:-ms-input-placeholder {
    text-indent:0;
	opacity:0;
	margin:0;
	padding:0;
	font-size:1.0em !important;
	color:#ffffff;
}
input.gsc-input:-moz-placeholder {
	text-indent:0;
	opacity:0;
	margin:0;
	padding:0;
	font-size:1.0em !important;
	color:#ffffff;
}
table.gsc-search-box td {
    vertical-align: middle;
    border: 0 !important;
    padding: 5px !important;
}
div.gsc-clear-button {
  display : none !important;
  text-align : right;
  margin-left : 0px !important;
  margin-right : 0px !important;
  padding-left : 0px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: none !important;
  cursor : pointer;
}
td.gsc-clear-button {
  display:none !important;
}
.cse .gsc-control-cse,.gsc-control-cse {
  padding: 0em !important;
  width: auto;
}
.cse input.gsc-input,input.gsc-input {
background-image:none !important;
}
.cse .gsc-control-cse,.gsc-control-cse {
  background-color: #ffffff;
  border: none !important;
}
.cse form.gsc-search-box,form.gsc-search-box {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.cse input.gsc-input,input.gsc-input {
  font-family: inherit;
  border: 1px solid #BBB;
  padding: 3px 6px;
  width: 99%;
  font-size: 13px !important;
}
.cse input.gsc-search-button,input.gsc-search-button {
  font-family: inherit;
  font-size: 0px !important;
  color: #fff;
  font-weight: bold;
  padding: 0 0px !important;
  height: 25px !important;
  min-width: 25px !important;
  background-color: #FFF !important;
  border: none !important;
  border-radius:  0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
   background: url('https://www.umassd.edu/media/supportingfiles/ui/25x25_search.png') no-repeat !important;
   cursor: pointer !important;
}
.cse input.gsc-input,input.gsc-input {
  font-family: inherit;
  border: 1px solid #BBB;
  padding: 4px 6px !important;
  width: 99%;
  font-size: 16px;
}
table.gsc-search-box td.gsc-input {
  padding-right :  0px !important;
}
input.gsc-search-button {
  margin-left: 10px !important;
}
form.gsc-search-box {
    font-size: 13px;
    margin-top: 10px !important;
    margin-right: 0 !important;
    margin-bottom: 4px !important;
    margin-left: 0 !important;
    width: 220px !important;
    height: 43px !important;
    border: 1px solid #dadada !important;
    border-radius: 5px !important;
    background-color: #FFF !important;
}
table.gsc-search-box {
    border-style: none !important;
    border-width: 0 !important;
    border-spacing: 0 0 !important;
    width: 100% !important;
    margin-bottom: 2px !important;
    margin-top: 2px!important;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
    width: 86% !important;
}
input.gsc-input {
    border-color: #FFF !important;
    font-size: 13px !important;
    padding: 0px !important;
}
#searchfullscreen .table.gsc-search-box {
    width: 100% !important;
}
#searchfullscreen form.gsc-search-box{
    margin-bottom: 40px !important;
	margin-left: 40px !important;
}
#sidebar form.gsc-search-box {
	    margin-right: 0 !important;
	    margin-left: 8px !important;
	    width: 91% !important;
}
/*google search results MOD - daryl - 8-12-15*/
.gsc-control-cse div td {
    position: static;
    border: 0 !important;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100%;
}
.gsc-control-cse,.gsc-control-cse .gsc-table-result {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.gs-result img.gs-image,.gs-result img.gs-promotion-image {
  vertical-align: middle !important;
  border : 1px solid #e2e2e2 !important;
  padding: 2px !important;
}
.gs-web-image-box,.gs-promotion-image-box {
  float: left;
  padding: 2px 8px 2px 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-align:center;
  width: 100px !important; /* default width + 1px border */
}
.gs-web-image-box img.gs-image,.gs-promotion-image-box img.gs-promotion-image {
  border: 1px solid #e2e2e2 !important;
  max-width: 100px !important; /* Small icons width. */
  max-height: 300px !important;  /* Limit height too. */
  /* IE-specific hack to simulate max-width and max-height. */
  /* For IE, image size will be 105 because various default
   * values for margins and borders are different.
   */
  width: expression(this.width > 64 ? '64px': true);
  height: expression(this.height > 120 ? '120px': true);
}
.gsc-control-cse .gs-spelling,.gsc-control-cse .gs-result .gs-title,.gsc-control-cse .gs-result .gs-title * {
  font-size: 18px !important;
}
.gs-result .gs-title,.gs-result .gs-title * {
  color: #005a8b !important;
  text-decoration: underline !important;
}
.gsc-result-info {
  text-align: center !important;
  color: #676767 !important;
  font-size: 13px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.gsc-control-cse .gs-spelling,.gsc-control-cse .gs-result .gs-title,.gsc-control-cse .gs-result .gs-title * {
  color: #005a8b !important;
  text-transform: none !important;
  margin: 0px 0px 2px 0px !important;
  height: 100% !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
.gsc-control-cse,.gsc-control-cse .gsc-table-result {
  width: 95% !important;
}
.gs-result .gs-snippet {
    font-size: 1.1em !important;
    color: #8e8d8d !important;
    line-height: 1.4em !important;
	letter-spacing: 0.02em;
}
.gs-result a.gs-visibleUrl,.gs-result .gs-visibleUrl {
  color: #8E8D8D !important;
  text-decoration: none !important;
  font-size: 1.0em !important;
  margin: 2px 0px 0px 0px !important;
  letter-spacing: 0.01em !important;
}
.gsc-results .gsc-cursor-box {
  margin-bottom : 10px !important;
  margin-left: 30px !important;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border-left: 1px solid;
  border-color: #FFF !important;
  border-bottom: 0px solid;
  background-color: #eeeeee;
}
/* URL text color */
.cse .gs-webResult .gs-visibleUrl,.gs-webResult .gs-visibleUrl,.cse .gs-webResult .gs-visibleUrl-short,.gs-webResult .gs-visibleUrl-short,.gs-imageResult .gs-visibleUrl,.gs-imageResult .gs-visibleUrl-short {
  color: #000000;
  font-weight: normal !important;
}
/*ACCORDION 9-2015*/
.accordiontitles{
	font-size: 0.9em;
    background-color: #003764;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
	padding:10px;
	display:block;
}
.accordioncolumn li{
 	margin: 10px 0px;
}
.accordioncolumn ul{
 	margin: 10px 5px 10px 30px;
}
.accordioncolumn a:link{text-decoration: none !important; font-weight: normal !important;color: #003764;}
.accordioncolumn a:hover{text-decoration:none;color: #7D7D7D;}
.accordioncolumn{ 
	text-decoration: none !important; 
	font-weight: normal;
	color: #333; 
	font-size: 1.2em; 
	line-height: 1.0em; 
	padding-bottom: 0px;
	position: relative;
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin: 20px 0px 0px 20px;
}
.accordioncolumn .dropdown ul{margin-left:15px;}
/*ACCORDION 4-2016*/
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	border-bottom: 2px solid #FFF;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.dropdown {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
}

div.dropdown.show {
    opacity: 1;
    max-height: 9000px;  
}
/* marquee */
.marquee {
    width: 550px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
    animation-play-state: paused
}

/* marquee animation */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}

/* marquee style */
.ticker {
    padding-left: 1.5em;
    position: relative;
    font-size:1.5em;
	text-rendering: optimizeSpeed;
}
/* UMASSD Magazine */
.pubheader{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.6em;
    letter-spacing: .6em;
    line-height: 3em;
}
.pubheader2{
    display: block;
    text-align: center;
    font-size: 6.5em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1em;
    padding-bottom: .2em;
}
.thumbtext a:link, .thumbtext a:visited{
	text-decoration: none;
	color: #000;
}
.thumbtext{
    display: block;
	font-size:1.05em;
    float: left;
    width: 140px;
    text-align: left;
    padding: 2px;
    margin: 11px auto;
    line-height: 1.44em;
	position: relative;
	left: 13px;
	text-transform: uppercase;
	color: #000;
}
.issuu.feature-box {padding:0}
.issuu .feature-info h3 {font-size:1em;padding:1em;width: 100%;}
.issuu {display: inline-block;vertical-align: top;position: relative;padding: 2px;border: 1px solid #eaeaea;margin: 12px 5px;}
.issuu img, .issuu.feature-box .feature-box-img-container img {width:100%;max-width:100%;}
.issuu {width:187px !important;}
#sidebar .issuu-box {width:100% !important;}
.h2pubs{
	display: block;
    font-size: 1.5em;
    padding: 6px 0px 0px 10px;
    font-weight: 400;
    border-top: 1px solid #ffd478;
    margin-top: 39px;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .4em;
}
/* bgimage contenttype */
.bgimagebox{
	width:95%;margin: 2em 2em 1em 1em; box-shadow: 2px 2px 15px #dadada; border-radius: 14px;clear: both;float: left;overflow:hidden;
}
.bgimagebox h2{
	display: block; position: relative;background-color: rgba(255, 255, 255, 0.79);margin-left: 1.2em;border-bottom: 1px solid #E4E4E4;border-left: 10px solid #003764; text-transform: uppercase; font-size: 1.6em;position: relative;
}
div.homepagearticle .bgimageboxtext{width:40%}  
.bgimageboxtext{
	width:50%;display: inline-block;padding: 1em 3% 1em .5em;vertical-align: top; top: 0px; position: relative;right: 0;float: right;clear: both;background-color: rgba(255, 255, 255, 0.79);min-height:183px;
}
.bgimageboxtext .registerbtn{margin-left:10px;padding: 12px 21px;width:200px;}
.bgimageboxfooter{
	clear: both;background-color: rgba(255, 255, 255, 0.83);border-top: 1px solid #E4E4E4;padding: 5px 1em;
}
#sidebar .bgimagebox{
	margin: 1em 0;
	background-image: none !important;
}
#sidebar .bgimageboxtext{width:94%;padding:5px;}
#sidebar .bgimageboxfooter{padding:5px;}
#sidebar .bgimagebox .registerbtn{margin: .25em 10px;padding: 9px 0px;width: 160px;}
/* buttons daryl */
.applybtn, .statusbtn, .registerbtn, .internationalbtn{
		display: inline-block;
		float:left;
	   	text-decoration: none;
	   	text-transform: uppercase;
		font-weight: normal !important;
		text-align: center;
		font-size: 15px;
		padding: 12px 0px;
		width:100%;
		max-width:250px;
		margin:.25em;
	    /*border: 2px solid;*/
	    border-radius: 2px;
	    box-shadow: 0px 1px 1px 1px rgba(51, 51, 51, 0.33);
		line-height:1.12em;
}
.applybtn{background: #FF9C00;color:#FFF !important;}
.statusbtn{background: #358E3E;color:#FFF !important;}
.registerbtn{background: #003764;;color:#FFF !important;}
.internationalbtn{background: #cc9900;color:#FFF !important;}
.applybtn:hover, .statusbtn:hover, .registerbtn:hover, .internationalbtn:hover {color: #FFFFFF;text-decoration: none;background: #FFD478;}
/*wheres umassd*/
.locationsblock{display: inline-block; position: relative; margin: 0em 1em 1em 1em; width: 20%;vertical-align: top;}
.numberblock{font-size: 5em; text-align: center; display: block; top: 7px; position: relative; height: 80px;font-weight: 600;color: #003764;}
.minutesblock{text-transform: uppercase;letter-spacing: 0.1em;display: block;vertical-align: middle;position: relative;text-align: center;background-color: #FFD478;width: 100%;font-size:10px;}
.townblock{text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: 0em;font-weight: 600;margin-top:4px;}
/* points of distinction */
.distinctionbox{
    width: 29%;
    padding: 1.25%;
    margin: 5px;
    background-color: #FFF4DD;
    display: inline-block;
    vertical-align: top;
    min-height: 185px;
	border-radius: 9px;
}
.distinctionbox:nth-of-type(odd) {
    background: #ededed;
}
#feat{display:inline-block;}
#feat.distinctionbox{width:62.3%;background-color:#003764;}
#feat.distinctionbox p{font-size:20px;color:#FFF;}
#feat.distinctionbox em, #feat .distinctionbox i{font-size:14px;}
#sidebar .distinctionbox{
    width: 87%;
    padding: 10px;
    min-height: 0;
}
#sidebar .distinctionbox p {line-height:1.24em !important;}
.distinctionbox:hover{background-color:#003764;}
.distinctionbox:hover strong, .distinctionbox:hover b{color:#ffd478;}
.distinctionbox:hover p{color:#FFF}
/*fastfacts*/
.fastfactsbig{font-size: 10em; font-weight: bold; line-height: 1em; text-align: center;}
#sidebar .fastfactsbig{font-size: 5em;}
.fastfacts2col{width: 45%; float: left; margin: 1em;}
#sidebar .fastfacts2col{width: 100%;float: none;margin: 1em 0;}
#sidebar .fastfacts2col p {line-height:1.44em !important;}
/*COURSE LIST MOD - DARYL 2015*/
div.landingtext3 a:hover, div.landingtext4 a:hover, .columnleft a:hover, .columnright a:hover{
	text-decoration:none;
	color: #7D7D7D;
}
div.landingtext3{
    color:#333;
	font-size: 1.34em;
    padding: 20px 50px 35px 50px;
	margin: 0px 50px 0px 50px;
}
.progcolumn a:link{ 
	text-decoration: none !important; 
	font-weight: normal;
	color: #003764; 
}
.progcolumn a:hover{
	text-decoration:none;
	color: #7D7D7D;
}
.progcolumn{ 
	text-decoration: none !important; 
	font-weight: normal;
	color: #8e8e8e; 
	font-size: 1.2em; 
	line-height: 2.0em; 
	padding-bottom: 10px;
	position: relative;
	width: 40%;
	vertical-align: top;
	display:inline-block;
	margin: 2% 0 0px 8%;
}
.proglist{
	position: relative;
	border-left: 1px solid #eaeaea;
	clear: both;
	display: block;
	margin-bottom: 1em;
	padding: 0px 0px 0 20px;
}
.proglist ul{
	margin: 0px 20px 5px;
    line-height: 25px;
}
.proglist p{
	line-height:2em;
	padding: 0;
	color: #8e8e8e !important; 
}
/*headers alpha*/
.alphaheader{
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    font-size: 4.3em;
    font-family: 'playfair', serif;
    font-weight: normal;
    text-transform: lowercase;
    font-style: oblique;
    color: #ADADAD;
    clear: both;
    margin: 0em 0 25px;
    left: -13px;
}
/*headers programs*/
.progheader{
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 100%;
	right: 60px;
    text-transform: uppercase;
    font-size: 1em;
	line-height:1.24em;
    letter-spacing: .12em;
    font-weight: normal;
	background-color: #F1F1F1;
    border-left: 6px solid #dadada;
	clear: both;
    margin: 0px 0 1em 0;
	padding: 5px 0 5px 17px;
    float: left;
    left: -29px;
}
/* featurebox - daryl */
.feature-box {position: relative;margin-bottom: 25px;padding: 1em;}
.feature-box .feature-info p {padding:0;margin:0 0 5px 0;}
.feature-box h3 {font-size:2em; padding:0; margin-bottom:10px;color:inherit;}
.feature-box-img-container {margin: 0 10px 10px;display: inline-block;height: 200px;width: 150px;background-position: 50% 50% !important;background-repeat: no-repeat !important;background-size: cover !important;}
.feature-box .feature-box-img-container img {max-width: 150px;height: auto;}
.hidden-xs {display:none;}
.feature-info {display: inline-block;vertical-align: top;width:60%;}
div#sidebar #featurebox {width:100%;}
#featurebox{width: 32%; border-radius: 5px; margin: 10px 0px 10px 0.7%;vertical-align:top;display:inline-block;}
.imgblock{width: 93%; height: 140px; margin: 0 auto;border: 1px solid #dadada;padding:2px;}
.featuretextblock {display: block; clear: both; margin: 4px auto 10px; width: 92%;}
.featuretextblock .newstitle {margin-bottom: 3px;display: block;margin-top: 6px;}
#featurebox .newssummary p{padding: 0;margin: 5px 0;}
.blocks1, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {width:100%;}
.blocks2, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {width:49% !important;float:left;}
.blocks3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {width:32% !important;float:left;}
/*enroll block - daryl */
.enroll {background-color: #e9eff8 !important;padding-top: 0 !important;border-top:0!important;margin-top: 0 !important;}
.enroll h1 {font-family: Georgia,Times,serif; border-bottom:0; font-size: 2em; font-weight: bold; color: #ffffff;padding: .5em .5em .5em 20px; display: block;background-color: #003764;margin: 30px 0 0 0;}
.enroll h5 {text-align: center;font-family: Georgia,Times,serif; font-size: 22px; font-weight: bold; color: #003764;    font-style: oblique;padding: 0 0 15px 0;}
.enroll li {list-style-type: square;margin-left:30px;}
.enroll hr {margin: 2em; border: 1px solid #B3BBC7;}
.enroll p{margin-left:30px;}
#sidebar #callout{
	padding: 0px 0px 0px 0px;
	margin: 0em 0 2em 0em;
	width: 100%;
}
/*callout box*/
.alert {background-color: #ffebdf !important; border-color: #8A0D0D !important;}
.alert h2 {color: #8a0d0d !important;}
.gray, .grey {background-color:#f5f5f5 !important;}
.newssearch {padding-bottom:10px !important;}
#callout {
    background-color: #FFF5DF;
    border-top: 9px solid #003764;
    border-bottom: 2px solid #003764;
    margin: 32px 0 2em 0em;
    clear: both;
    float: left;
    width: 100%;
	padding: 15px 0;
}
#callout p {padding: 4px 25px 2px 25px;}
#callout h2, #callout h3 {padding: 15px 25px 4px 25px;}
#callout ul, #callout ol {padding:0 25px;}
}
#newssidebar #callout{margin-top:0;}
/* profile */
.email {unicode-bidi:bidi-override; direction: rtl;}
.directory-head {
	float: left;
    position: relative;
    vertical-align: top;
    width: 97%;
    background-color: #F7F7F7;
    padding: 1em 0em 2em 2em;
    border-bottom: 1px solid #FFd478;
    margin: -.4em 0em 2em 0em;
    display: block;
}
.directory-head .img-container {
    position: relative;
    vertical-align: top;
    float: left;
    margin: 1em 1em 0em 0em;
}
.directory-head .img-container img {
    margin: 0px;
    border: 1px solid #C1C1C1;
    padding: 2px;
    float: left;
    width: 200px;
}
.directory-head h1 {
	font-size: 2.3em;
	line-height:1.44em;
	position:relative;
	border:0;
	font-weight:normal;
}
.directory-head h2, .directory-head h3 {
	font-size: 1.6em;
	line-height: 1.44em;
	margin-bottom: 0;
	color: #808080;
	padding: 0;
	font-weight: normal;
}
.directory-head p {
	font-size:1.33em;
	padding:0;

}
.directory-head p > a {font-weight:normal;}
.directory-table {width:100%;}
.directory-table th {
    border-top: 0;
    border-left: 0;
    font-weight:normal;
	width:100px;
}
.directory-table td {
    border-top: 0;
    border-right:0;
}
table.results {width:100%;}
.results h3 {padding:0;margin:0;}
.results p {padding:0;margin:0;}
#leftcol .panel button {border-radius:4px;}
.feature-info.calendar-feed {display: block;width: 100%;}
.feature-info.calendar-feed h5 {display: inline-block;float: left; padding: 0;border-right: 1px solid #333;margin-right: 25px;padding-right: 20px;vertical-align: middle;position: relative;}
.feature-info.calendar-feed .month {font-size: 18px;display: block;margin-bottom: 6px;text-align: center;text-transform: uppercase;}
.feature-info.calendar-feed .day {font-size: 2.5em; display: block;text-align: center;}
.feature-info.calendar-feed h3 {display: inline-block;float: left;position: relative;vertical-align: middle;}
.disclaimer {font-size: 10px;padding:20px;line-height: 1.44em;}
.spacer {clear: both;padding-bottom: 10px;width: 100%;}
.calendar.listing {width:100%;display:block;float:left;margin:0;padding:0;box-sizing:border-box;margin-bottom: 50px;}
.calendar.listing li {list-style-type:none;clear:both;width: 100% !important;}
.calendar.listing li a {display:block;width:100%;float:left;margin:0;box-sizing: border-box;padding: 2em;}
.calendar.listing li:nth-of-type(odd) {background-color:#ededed;}
.calendar.listing .feature-info.calendar-feed {width:100%;float: left;}
.calendar.listing .feature-info.calendar-feed h3 {font-size:1em;}
.calendar.listing .feature-info.calendar-feed .month, .feature-info.calendar-feed .day {font-size:16px;}



