.skip-nav {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  background-color: #ffffff;
}

a.skip-nav:active, 
a.skip-nav:focus, 
a.skip-nav:hover {
  left: 0; 
  top: 0;
  width: auto; 
  height: auto; 
  overflow: visible; 
}

/*=============================
General
==============================*/
a.navbar-brand {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #D44500;
  display: block;
}

ul.clean-list li {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}

/*=============================
Hero Spot
==============================*/
#hero-title a:hover {text-decoration: none;}

/*=============================
Library News Module
==============================*/
/*.content .mod .panel .panel-body #news p {
  margin-bottom: 15px;
}

.content .mod .panel .panel-body #news p a {
  clear: both;
  display: block;
  margin-top: 5px;
}*/

/*=============================
Faculty Profile
==============================*/
.faculty-bio {padding-bottom: 10px;}
.faculty-bio img {max-width: 140px;}
.faculty-bio img.pull-left {
  margin-right: 10px;
  margin-bottom: 5px;
}
.faculty-bio img.pull-right {
  margin-left: 10px;
  margin-bottom: 5px;
}

.newsdetail {padding-bottom: 10px;}
.newsdetail img {max-width: 500px;}
.newsdetail img.pull-left {
  margin-right: 10px;
  margin-bottom: 5px;
}
.newsdetail img.pull-right {
  margin-left: 10px;
  margin-bottom: 5px;
}

#socialshare {
	display: block;
	height: 33px;
	font-size: 12px;
	letter-spacing: 0.25px;
	padding: 0;
	margin: 0px -5px 0 -5px;
	border-top: 1px #DFDFDF solid;
	border-bottom: 1px #DFDFDF solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	}
#socialshare ul {
	float:left;
	list-style: none;
	margin:0;
	padding: 0;
	
}
#socialshare ul li {
	float: left;
 	margin: 0;
	padding: 5px 5px 2px 5px;
 	font-weight: normal;
	
}
 
.modal-dialog-new {
    width: 999px;
    margin: 20px auto;
  } 
.modal-lg-new {
    width: 1100px;
    margin: 20px auto;
  } 

.other-color{
    background: #f3e8dc
  }

.ico-instagram {
  height: 32px;
  width: 32px;
  display: inline-block;
  background: transparent url('https://law.syr.edu/uploads/images/admissions/icon_social4.png') -128px 0px no-repeat;
  cursor: pointer;
}
/* line 100, /Users/evanhammond/Documents/projects/svn/syracuse/src/assets/less/general.less */
.ico-instagram:hover,
.ico-instagram.ico-lite {
  height: 32px;
  width: 32px;
  display: inline-block;
  background: transparent url('https://law.syr.edu/uploads/images/admissions/icon_social4.png')  -128px -32px no-repeat;
  cursor: pointer;

}
.social .fa-facebook:hover {
    background: #385998;
}
.social a { 
    background: #dedcdd;
}
.word-orange { 
    color: #D44500;
}


.panel-default > .panel-heading-custom{
  background-image: none;
  background-color: #f07c4a;
  color: #ffffff;
}
/* End custom panel-heading colors */

/* The max width is dependant on the container (more info below) */
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}


