/* menu mouseover */
.stud-dropdown {
  position: relative;
  display: block;
}
.stud-dropdown-content {
  display: none;	
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  border-top:0px;
  background-color: #333333;
  min-width: 160px;
  width:210px;
  margin-left:130px;
  list-style:none; 
}
.stud01 {
	top:-44px;
	text-decoration: none;
	border-top:0;
	height:43px;
}
.stud01 a:link{position:relative;left:-24px;}
.stud02 {
    top:9px;
	height:43px;
	border-top: 1px gray solid;
}
.stud02 a:link{position:relative;left:-24px;}
.stud03 {
	top:52px;
	height:43px;
}
.stud03 a:link{position:relative;left:-24px;}
.stud04 {
    top:95px;
	height:43px;
}
.stud04 a:link{position:relative;left:-24px;}
.stud05 {
    top:138px;
	height:44px;
}
.stud05 a:link{position:relative;left:-24px;}
.stud-dropdown:hover .stud-dropdown-content{
	display: block;
	position: absolute;
	z-index: 1;
    border-top:0px solid;
}

/* End menu mouseover */

.site-title {font-family: raleway, sans-serif;}

/* univ menu log in to my.fordham*/
.myf {border-left:1px solid white;margin-left:10px;margin-right:-30px;}
/*end*/

.headdding {
	font-size: 44px;
	font-family: raleway, sans-serif;
	font-weight: none;
}

@media screen and (max-width: 1024px){
.headdding {
    font-size: 30px;
	font-family: raleway, sans-serif;
	font-weight: none;
}

.site-content {
    height: 50%;
	max-height: 700px;
	padding-bottom: 70px;
	margin-bottom: 0px;
}

@media screen and (max-width: 385px){
.site-breadcrumbs{padding-top: 10px;}
}

.iframe {
	width: 80%;
	min-width: 300px;
	max-width: 500px;
	margin-top: 40px;
}

.avail {
	font-family: raleway, arial;
	font-size: 16px;
	padding-top: 10px;	
}

a.avail:link {
	color: maroon;
	text-decoration: underline;
	font-weight: none;		
}

a.avail:visited {
	text-decoration: underline;
	font-weight: ;
}

a.avail:focus{
	text-decoration: underline;
	font-weight: ;
}

a.avail:hover{
	text-decoration: none;
	color: black;
}

a.avail:active{
	font-weight: bold;
	text-decoration: underline;	
}

.site-footer {max-height: 300px;}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

