.align-image-left {float: left; padding: 10px;}
.align-image-right {float: right; padding: 10px;}
.clear-image-align {clear:both;}
.image-holder{}

/*Image classes to make work in Firefox and IE*/
 Img.XSmall {
	 width: 100%;
	 max-width:150px !important;
	 height: auto;
	 margin:10px;
}

.col-md-8 table{
    border: none;
}


/* This is the opened state */
.js-to_expand[aria-hidden=true], .js-to_expand[data-hidden=true] {
	 display: none;
}

.expandmore__button {
     background: none;
     font-size: inherit;
     color: inherit;
  	 border: none;
	 margin: 0;
	 padding: 0;
	 text-align: left;
	 /*font-family: Signika,Helvetica,Arial,sans-serif;*/
}

/* optional */
.expandmore__symbol:before {
  content : '+ ';
}
.expandmore__button[aria-expanded=true] > .expandmore__symbol:before,
.expandmore__button[data-expanded=true] > .expandmore__symbol:before {
  content : '− ';
}
.js-expandmore h1, h2, h3, h4, h5, h6 {
	 /*font-family: Signika,Helvetica,Arial,sans-serif;
	 color: #000000;*/
}

.js-expandmore h3{line-height: 125%;}


/*img#LPMimage-1539198180313-1.LPMimage {
    position: fixed !important;
    border: 2px solid red;
    z-index: 20000;
}*/

/*Faculty-Staff Listings*/
 .faculty-listing-image {
	 float: left;
}
/* .faculty-listing-image img {
	 width:100%;
	 max-width: 150px !important;
	 height: auto;
	 margin-bottom: 30px;
}*/
 .faculty-listing-details {
	 float: left;
	 width: 50%;
}
 .faculty-heading {
	 clear: both;
	 display: block;
	 width: 100%;
}
.gsc-input-box{background: none !important; margin-top: -4px; padding: 0 3px;}

/*--------------------- Redesign Overrides ----------------------------------*/

.col-md-2 p {
border: 1px solid transparent;
padding-top: 10px; 
}

.breadcrumb-nav {
z-index: 1;
}


/*align photos without a table*/
 .photo-block {
	 width:100%;
	 display:block;
}
 .photo-block-image {
	 float:left;
	 width:100%;
	 padding:10px;
}
/*.photo-block-image img {
	 margin-left:auto;
	 margin-right:auto;
	 width: 150px;
}
 */
 .photo-block p {
	 text-align:center;
	 width:100%;
	 margin:0 !important;
}
.dept-social-media{
padding-bottom: 30px;
}

/*----  FACULTY STAFF PAGES -------------*/

@media screen and (max-width: 1280px) {

  .faculty-listing-image img{
    max-width: 100%;
    height: auto;
    
    max-width: 49%;
    padding-right: 0;
   }
  .faculty-listing-details {
    max-width: 50%;
    margin-left: 50px;
    padding-left:20px !important;
    }
}

@media screen and (max-width: 370px) {

  .faculty-listing-image img{
    clear: both;
    display: block; 
    padding: 0 !important;
   }
  .faculty-listing-details {
    clear: both;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    }
}

.btn-page{
  padding: .60rem 4rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: #FFAF06;
  color: #212529;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}
.btn-page:hover {
  background-color: #333 !important;
  border-color: #FFAF06 !important;
  color: #FFAF06 !important;
  border: 1px solid #FFAF06;
}

.btn-center {
    margin-right: auto;
    margin-left: auto;
}

.first-heading {
    font-size: 50px;
    margin-bottom: 0px;
}

.second-heading {
    font-size: 30px;
}

.last-heading {
    font-size: 20px;
}

.sidebar-item a {
    font-weight: bold;
}
.btn{
font-weight: normal !important;
}

/*align photos without a table*/
 .photo-block {
	 width:100%;
	 display:block;
}
 .photo-block-image {
	 float:left;
	 max-width:22%;
	 width:100%;
	 padding:10px;
}
/*.photo-block-image img {
	 margin-left:auto;
	 margin-right:auto;
	 width: 150px;
}
 */
 .photo-block p {
	 text-align:center;
	 width:100%;
	 margin:0 !important;
}
#menu a {
font-weight: normal;
}

/* Hide SVG whitespace at the bottom of pages */
.clip-svg{
display: none;
}


/*-------  ACCESSIBILITY SKIP NAV --------------------*/
.skipnav { text-align: left; }
  .skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
  .skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }