/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

#de{
	text-decoration:none;
}

/*  styles for the header links
	added by TDossin 2.25.2022
	for ticket #99572
*/
#query {
  width: 100%;
  padding: 5px;
  background: #fff !important;
}

#query::placeholder {
  font-variant: small-caps;
}

.header-banner {
  padding-top: 15px;
}

.header-banner h1 {
  font-size: 36px;
}

.header-banner h1 a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

ul.header-links {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  color: #282428;
}

ul.header-links li {
  display: inline;
}

ul.header-links li a {
  text-decoration: none;
  color: inherit;
}

ul.header-links li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #282428;
  color: inherit;
}

ul.header-links li:not(:last-child):after {
  padding: 5px;
  content: "|";
}

/* small screen header CSS */
@media (max-width: 768px) {
  .header-banner h1 {
    font-size: 22px;
  }
  .header-banner .container .row {
    margin-top: -8px;
  }
  ul.header-links {
    margin: 10px 0 3px 1px;
    text-align: left;
  }
}


/* alumni css added for DAP 16885 */

.alumni-feed li{
			height:125px;
		    list-style: none;
			}

			.alumni-feed .rel_thumb {
			margin-right: 8px;
			width: 17%;
			}
			@media (max-width: 479px) {
			.alumni-feed .rel_thumb {
			margin-right: 0;
			width: 100%;
			margin-bottom: 20px;
			}
			}


/* end header link styles */

/*ticket 2192448 */

 ul.header-links li:nth-child(1)::after,
      ul.header-links li:nth-child(2)::after {
        padding: 5px;
        content: "|";
      }
      ul.header-links li:nth-child(3)::after {
        padding: 5px;
        content: "" !important;
      }
      ul.header-links li img {
        height: 26px;
        width: auto;
      }
      /* last link */
      ul.header-links li:last-child {
        float: right;
      }
/*ticket 2192448 */
