/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 a{
	 color:#25aae1;
 }
 .clear{
	 clear:both;
 }
 .navbar-brand img{
	 max-width:230px;
 }
.navbar-toggler{
	padding:0;
}
.sub-pages{
	padding-top:56px;
}
.sub-page-headline small{
	font-size:40%;
	display:block;
}
.breadcrumb{
	font-size:12px;
}
.shadowed{
	    box-shadow: 0px 0px 6px 0px #d4d3d3;
}
table.rank-table td {
	border-right: 1px solid #e4e4e4;
}
#suSchoolArticles table{
  height:400px;
  overflow:hidden;
}

.full-border{
    border: 1px solid #dee2e6;
}
nav.navbar{
	border-bottom: 2px solid #25aae1;
}
footer{
	    border-top: 30px solid #25aae1;
    margin-top: 30px;
}
.featured {
    max-width: 700px;
    margin: 30px auto 0 auto;
}
.featured li {
    display: inline-block;
    width: 25%;
    margin-left: -4px;
    padding: 0 20px;
}
.featured li img {
    max-height: 50px;
	max-width: 100%;
}
.nav-search input[type="search"]{
	max-width:130px;
}
.centered{
margin: 0 auto;
    float: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 6px;
    box-shadow: 1px 1px 10px 0px #6f6868;
}
header .jumbotron{
  color: white;
  /*wsu.jpg  - Georgetown-washinton-DC.jpg*/
 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

thead.vertical th {
  vertical-align: bottom !important;
}

th.rotate {
  white-space: nowrap;
  height: 200px;
}

th.rotate > div {
  transform: translate(10px, 0px) rotate(-90deg);
  width: 30px;
}

.su-home{
 background-image: url(/assets/wsu-8642b002a74ec0fa12bf0b7c4b4a7cb1e6b636c225889b76969df0db8b5654b6.jpg);
 height: 600px;
}
.su-careers{
 background-image: url(/assets/workdesk-ef5a4b1d6299bc54cabfac9817c47ed2302e222e5459bd85c548b4addfbe4fc3.jpg);
 height: 400px;
}
.su-education{
 background-image: url(/assets/education-56e41709fcee4bb0b0373e4f97418259ac43270732768281654c075b76b97958.jpg);
 height: 400px;
}
header .jumbotron.su-careers .container {
    position: relative;
    z-index: 2;
    padding-top: 5%;
    text-align: center;
}
.su-careers h1, .su-education h1{
	padding-top: 30px;
    font-size: 35px;
}


header .jumbotron .container{
position:relative;
z-index:2;
padding-top:8%;
text-align:center;
}
header .jumbotron h1, header .jumbotron p{
    text-align: center;
    text-shadow: 2px 2px 5px #003957;
}

.overlay{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #084975;
    opacity: 0.4;
}
.su-home .overlay{
	height:600px;
}
.su-careers .overlay, .su-education .overlay{
	height:400px;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}


.opacity-50{
	background: rgba(255, 255, 255, 0.8);
}
@media(max-width:951px){
	nav.navbar{
		background:white;
	}
}


.navbar-toggler-icon {

}
.navbar-light .navbar-nav .nav-link {
    color: #27aae1;
}
#navbarResponsive{
	position:relative;
}

.blue {
    color: #25aae1;
}
.map .card{
	width:100%;
}

#map{
	margin:0 auto;
}


.featured-profile-state a{
	
}


/*footer*/
.page-footer{
	background: #343a40;
	border:0;
	border-top: 30px solid #25aae1;
    margin-top: 50px;
	font-size: 14px;
}
.page-footer a{
color:white;
}
.footer-copyright{
background: #2e3338a3;
    color: #bbbbbb;
}
.footer-copyright span{
	color:white;
}


.card{
	border: 0;
    box-shadow: 0px 0px 6px 0px #d4d3d3;
}
.card-header, .card-title{
	    color: #25aae1;
}

.related_articles{
	font-size:13px;
}
/*menu dropdown*/
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.top-schools-list .dropdown-menu{
	width:600px;
}
.navbar .dropdown-menu{
    margin-top: -2px;
	font-size:13px;
	line-height:1.1;
}

.navbar .dropdown-menu span{
	    text-indent: 10px;
    display: block;
}
@media(max-width:991px){
	.top-schools-list .dropdown-menu{
		height: 200px;
		width:320px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}


/*Careers Page Elements*/
#careers, #education{
	background:#eee;
}
.careers{
	background: white;
    padding-top: 1px;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 4px;
}
#careers a:hover{
	color:#25aae1;
}
h2.favorites {
    background: #25aae1;
    padding: 10px;
    color: white;
    border-radius: 2px;
    color: #b3b3b7;
    text-transform: uppercase;
    letter-spacing: 2pt;
	color:white;
    font-size: 12px;

}
.post-favorite h4, .additional-topics h4{
line-height: 1.2;
    margin: 0;
}
.post-favorite h4 a, .post-favorite h4, .additional-topics h4{
font-size: 18px;
    color: #999;
    font-weight: normal;
}
.fav-row{
	margin-top:30px;
}
.post-favorite h2, .additional-topics h2{
	font-weight:bold;
	font-size:18px;
}
.post-favorite h2 a, .additional-topics h2 a {
    border-bottom: none;
    text-decoration: none;

}

.post-favorite ul li a, .additional-topics ul li a {
font-size:16px;
}
.post-favorite ul , .additional-topics ul{
  list-style: none; 
}
.post-favorite ul li::before, .additional-topics ul li::before {
  content: "\2022";  
  color: #999; 
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


.post-favorite p, .additional-topics p{
	color:#333;
}
.collections{
	
}
.collection-headline{
	margin-bottom: 30px;
}
.collection h1{
font-size: 30px;
    line-height: 1.1;
    margin-top: 20px;
    background: #25aae1;
    color: white;
    padding: 4px;
    border-radius: 2px;
	}
.collection h2{
font-size:28px;
}
.collection p{
	font-size:18px;
}
article.post{
border-bottom: 1px solid #e5e5e5;
    margin: 20px 0 10px;
    padding: 0 0 30px;
}
.meta{
		font-size:16px !important;
	    color: #b6b6b6;
}
.careers-single h2, .single-page h2{
	    font-size: 25px;
font-weight:bold;
}
.gray-bg{
	padding: 6px;
    background: #f5f3f3;
    border-radius: 2px;
	margin-bottom:20px;
}
.gray-bg p{
font-size:18px;

}
.netind_sidebar h3{
}
.netind_sidebar p{
	
}

.bottom-links a{
	font-size:16px;
}

.link-spacer{
	    margin: 0 2px 4px 2px;
    display: inline-block;
    height: 2px;
    width: 2px;
    background-color: #b6b6b6;
    border-radius: 100%;
}

.jrank_search .btn{
	float: right;
    margin-bottom: 20px;
}

/*Rank Page Elements*/
.no-header{
	padding-top:30px;
}
.rank-header{
	font-weight:bold;
}
#other_ranks ul{
list-style:none;	
padding-left: 0;
}
.after-heading{
	background: #eee;
    border-radius: 4px;
    padding-right: 10px;
}
.about-data{
font-size:12px;
text-align:right;
}
.related-rank{
	margin-bottom:20px;
}
.grd-tope{
background-color: rgba(0,0,0,.05);
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: baseline !important;
    font-weight: 600;
}
#citing{
	max-width: 700px;
    margin: 0 auto;
}
#citing h2{
	font-size: 24px;
}
#citing p{
	font-size:14px;
}
.table-headline{
	font-size:20px;
}
.list{
	margin:30px auto;
}

hgroup h1{
	font-size:25px;
}
hgroup h2{
	font-size:16px;
	font-weight:normal;
}
#find_school {
    margin: 20px 0;
    padding: 10px;
    max-width: 450px;
}
#find_school input[type=text]{
	width:100%;
}
#find_school form {
    margin: 0;
    padding: 0;
}
.grd-white-border {
    border: solid 1px #969696;
}
.grd-white {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    background: linear-gradient(top, #fff 0%, #e5e5e5 100%);
}

span.comparator.lt {
    color: #dc5a5a;
}
span.comparator.gt {
    color: #5adc5a;
}


/*Universities*/
.grd-aqua{
	background: #25aae1;
    color: white;
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    padding: 4px;
	font-size:25px;
}
#sidebar h4, #sidebar h2{
	background: #25aae1;
	color:white;
	padding:4px;
	font-size:18px;
	border-radius: 4px 4px 0 0;
}
.postit {
    background-color: #fcf9f2;
    border: 1px solid #ffd700;
	margin: 0;
    padding: 0.1em 1em;
    font-size: 14px;
	text-align:center;
}
/*Blog*/
.blog{
	font-size:18px;
}
.grd-blue {
    background: #ccdced;
    background: -moz-linear-gradient(top, #fcfdfe 0%, #ccdced 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfdfe), color-stop(100%, #ccdced));
    background: -webkit-linear-gradient(top, #fcfdfe 0%, #ccdced 100%);
    background: -o-linear-gradient(top, #fcfdfe 0%, #ccdced 100%);
    background: -ms-linear-gradient(top, #fcfdfe 0%, #ccdced 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfdfe', endColorstr='#ccdced',GradientType=0 );
    background: linear-gradient(top, #fcfdfe 0%, #ccdced 100%);
}

#suSchoolDetails, #suCollegeRanking, #suCollegeList, #suBlog {
    border: 1px solid #cccccc;
    padding: 10px 20px;
	margin-bottom:30px;
}
.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#blog-sidebar br{
	display:none;
}
#blog-sidebar li a{
    display: block;
    margin-bottom: -8px;
}
#blog-sidebar ul{
	list-style:none;
	padding:0;
}
#blog-sidebar ul li{
	margin-bottom: 10px;
}
#blog-sidebar ul li span{
	color: #666;
    font-size: 12px;
}

.blog #sidebar h2{
margin-top:20px;
	}
#blog-sidebar > h2:nth-child(1){
margin-top:0;	
}
.byline{
	font-size:14px;
}
.blog_entry {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#suArticleAuthor {
    padding: 20px;
    border-top: 4px solid #dfdfcf;
    border-bottom: 1px solid #dfdfcf;
    background: #f3f3e3;
    min-height: 150px;
}
#suArticleAuthor img {
    float: left;
    margin-right: 20px;
    border-radius: 4px;
}
#suArticleAuthor h4 {
    margin: 0;
    padding: 0;
    line-height: 120%;
    font-size: 24pt;
    font-family: ‘Palatino Linotype’,‘Book Antiqua’,Palatino,serif;
}
#suArticleAuthor p {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    line-height: 140%;
    margin-left: 150px;
}

#blog-fat-footer {
    padding: 1em 0 0 0;
    border-top: 1px solid #afafaf;
	font-size: 14px;
}
#blog-fat-footer .interlinks {
    width: 100%;
}
#blog-fat-footer .interlinks .previous {
    float: left;
    text-align: left;
    width: 45%;
}
#blog-fat-footer .interlinks .next {
    float: right;
    text-align: right;
    width: 45%;
}
#suProgramContent {
    margin: 0 auto;
    padding: 1em 1em;
    float: left;
    width: 100%;
    max-width: 540px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
}
#suProgramContent h2{
		font-size:25px;
}
#suProgramContent h3{
	font-size: 16px;
    font-weight: bold;
}
.txt-charcoal {
    color: #4b4b4b;
}
.information {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	padding:1em;
}

p.attribution, p.disclaimer {
    color: #5a5a5a;
    font-style: italic;
    font-size: 12px;
	text-align:center;
}
#collection_links h2{
font-size:24px;
}
 #collection_links h3{
	    font-size: 16px;

}
#collection_links .row{
	margin-bottom:30px;
}

.live_search_results_container {
  position: relative;
  top: 0;
  left: 0;
}
.live_search_results_container > div {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 100;
  overflow: scroll;
  width: 450px;
  height: auto;
  max-height: 30rem;
  background-color: white;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.live_search_results_container table {
  border-bottom: 1px solid #e4e4e4;
  width: 450px !important;
  margin: 0;
}
.live_search_results_container table td {
  border-left: 1px solid #e4e4e4;
}
.live_search_results_container table td a {
  display: block;
  text-decoration: none;
}
.live_search_results_container table td a:hover {
}

.stats-summary-container {
  background: hsl(0, 50%, 97%);
}

table.stats-summary {
  font-size: 0.90rem;
  height: auto !important;
  margin: 0;
  padding: 0;
}

table.stats-summary td {
  padding: 0.15rem 1rem 0.15rem 0;
  white-space: nowrap;
}

table.stats-summary td + td {
  font-weight: 600;
}

table.stats-summary small {
  color: rgb(100, 100, 100);
}

table.stats-summary caption {
  border-top: 1px solid hsl(0, 50%, 35%);
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *

*/
