
ul.breadcrumb{
	white-space: nowrap;
	display: flex;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
}

ul.breadcrumb li.active {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cil-table-container {
/* 	background-color: #efefef; */
	border: 1px solid #444;
	display: inline-block;
	padding: 5px;
}


/* Top 50 Univ Tables */
/*
div.top50u-list {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: auto;
}
*/

.top50u-list table td,
.top100c-list table td,
.top50c-list table td,
.top40h-list table td {
	vertical-align: bottom !important;
	padding: 5px 20px 5px 5px !important;
	color: #000;
}
.top50u-list table th,
.top100c-list table th,
.top50c-list table th,
.top40h-list table th {
	border-top: none !important;
	vertical-align: bottom !important;
	font-weight: 500 !important;
}

h4.top50u, .top50u h4 {
	font-weight: 600;
	margin-top: 1.2em;
	/* color: #ED1D24; */
	color: #000000;
	font-size: 1.2em;
}

.top50u-red {
	color: #ED1D24;
	font-weight: 700;
}


/* Top 100 Corp Tables */
.top100c table td {
	vertical-align: bottom !important
}
.top100c table th {
	border-top: none !important;
	vertical-align: bottom !important;
	font-weight: 500 !important;
}

h4.top100c {
	font-weight: 600;
	margin-top: 1.2em;
	/* color: #008348; */
	color: #000000;
	font-size: 1.2em;
/* 	text-transform: uppercase; */
}

.top100c-green {
	color: #ED1D24;
	font-weight: 700;
}

.top100c-bordered table td {
	border-right: 1px solid #666;
}


/* Top 50 College Tables */
.top50c table td {
	vertical-align: bottom !important
}
.top50c table th {
	border-top: none !important;
	vertical-align: bottom !important;
	font-weight: 500 !important;
}

.top50c h4, h4.top50c {
	font-weight: 600;
	margin-top: 1.2em;
	/* color: #570061; */
	color: #000000;
	font-size: 1.2em;
/* 	text-transform: uppercase; */
}

.top50c-purple {
	color: #ED1D24;
	font-weight: 700;
}

.top50c-bordered table td {
	border-right: 1px solid #666;
}

/* Top 40 Hospital Tables */
.top40h table td {
	vertical-align: bottom !important
}
.top40h table th {
	border-top: none !important;
	vertical-align: bottom !important;
	font-weight: 500 !important;
}

.top40h h4, h4.top40h {
	font-weight: 600;
	margin-top: 1.2em;
	/* color: #2C68B2; */
	color: #000000;
	font-size: 1.2em;
/* 	text-transform: uppercase; */
}

.top40h-blue {
	color: #ED1D24;
	font-weight: 700;
}

.top40h-bordered table td {
	border-right: 1px solid #666;
}


.bg-cil-green {
	background-color: #008348;
}
.bg-cil-blue {
	background-color: #2E67B1;
}
.bg-cil-red {
	background-color: #ED1D24;
}
.bg-cil-purple {
	background-color: #570061;
}

.bg-cil-blue .nav-pills li a {
	color: #94CDFF;
}

.bg-cil-blue .nav-pills li.active a {
	color: #efefef;
}
.bg-cil-blue .nav-pills li.active a:hover {
	color: #ffffff;
}
.bg-cil-blue .nav-pills li a:hover {
	color: #666666;
}

#cilHeader a {
	display: inline-block;
	color: #efefef;
}

ul.cil-navyear {
	margin-bottom: 0px;
}
.cil-navyear li {
	display: inline;
	padding: 12px 10px;
	margin: 0px;
}
.cil-navyear li.active {
	background-color: #9b03ac;
}

.cil-panel li {
	margin: 0px;
}
.cil-panel li a {
	margin: 0px 5px;
	padding: 10px;
	font-size: 0.9em;
}
.cil-panel h4 {
	background-color: #255088;
	padding: 20px 5px;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
}

/*
.breadcrumb li a {
	text-decoration: underline;
}
*/
.breadcrumb li.active {
	font-weight: 500;
	color: #222;
}

.bg-green {
	background-color: #008348;
	color: #fff;
}

.bg-lightgreen {
	background-color: #6AC17B;
	color: #fff;
}

.border-right-white {
	border-right: 1px solid #fff;
}

.rightpad {
	 text-align: right;
	 padding-right: 20px !important;
}


h4.cil-lc {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	color: #666;
	text-align: left;
}


h4.cil-rc {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
}


.cil-article h4 {
/* 	font-weight: 500; */
/* 	color: #636466; */
/* 	text-transform: uppercase; */
	font-weight: 600;
	color: #000;
	text-size: 1em;
	font-size: 1.2em;
	margin-top: 1.2em;
}

a.text-left {
	text-align: left;
}


/* Style the back-to-top floating button */
.sf-back-to-top {
    background-color: #50A1CB; /* button color */
    color: white; /* text/arrow color */
    display: none;
    z-index: 999;
    /* float in bottom right corner */
    /* 20 pixels from edge */
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* size of button is 50 pixels*/
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* round button */
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.sf-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 4px;
}

a.sf-back-to-top:hover, a.sf-back-to-top:active {
	color: #f0f0f0;
	text-decoration: none;
}

a.sf-back-to-top .arrow:before {
    content: "\e02d";
    font-family: 'squarespace-ui-font';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e02d";
    text-align: center;
    display: block;
    vertical-align: middle;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
    margin-left: -4px;
}

div.social {
	padding: 0px;
}

.btn-social {
	padding: 2px 5px;
	margin-left: 4px;
	color: #fff;
	display: inline-block;
	min-width: 1.5em;
	text-align: center;
	font-size: 1.2em;
	position: relative;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.btn-social {
		margin-left: 2px;
		font-size: 0.8em;
	}
	.tag {
		font-size: 0.9em;
		padding-right: 0px;
		margin-right: 0px;
		white-space: nowrap;
	}
}

a.btn-social:hover, a.btn-social:visited{
	color: #fff;
}

.btn-facebook {
	background-color:#3b5998;
}
.btn-linkedin {
	background-color:#007bb6;
}
.btn-twitter {
	background-color:#00aced;
}
.btn-twitter-black {
	background-color:#000000;
}
.btn-email {
	background-color:#666;
}
.btn-print {
	background-color:#666;
}




.bg-cil-blue .dropdown-menu li a {
	color: #333 !important;
}

table.cil-article-listing span.tag,
table.cil-article-listing span.pretitle,
.cil-article span.tag,
.cil-article span.pretitle {
/* 	background-color: #fff700; */
	background-color: #fdfa95;
	color: #000;
	line-height: 0.8em;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	font-weight: 400;
	padding: 2px 10px 2px 10px;
	margin: 0px 10px 0px 0px;
/* 	border: 1px solid #f0f0f0; */
}

table.cil-article-listing span.pretitle,
.cil-article span.pretitle {
/* 	background-color: #90007b; */
	background-color: #90678a;
	color: #fff;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.cil-article span.tag,
	.cil-article span.pretitle {
		font-size: 0.6em;
		padding: 4px 2px;
	}
}


.cil-article div.title {
	font-size: 1.3em;
	font-weight: 700;
}
.cil-article div.title span {
	font-size: 0.8em;
	font-style: italic;
}

.cil-article div.author {
	margin-top: 15px;
/* 	font-size: 0.8em; */
}

.cil-article div.author a {
	text-decoration: underline;
	color: #2E67B1;
}
.cil-article div.author a:hover {
	text-decoration: none;
	color: #2E67B1;
}

.cil-article div.author img {
	width: 96px;
	float: left;
	margin-right: 10px;
}



table.cil-article-listing td {
	font-size: 0.7em;
}
table.cil-article-listing div.title {
	font-weight: 700;
	font-size: 1.4em;
	margin: 5px 0px 5px 0px;
/* 	color: #1e5092; */
}

table.cil-article-listing div.title span {
	font-size: 0.9em;
	font-style: italic;
}

table.cil-article-listing div.author {
	font-size: 1.2em;
	margin-left: 15px;
}


table.cil-article-listing a:hover {
	text-decoration: none;
}


.text-justified {
	text-align: justify;
}



.panel-2tone {
	border-top: 1px solid #2C68B2 !important;
	border-right: 1px solid #6AC07B !important;
	border-bottom: 1px solid #6AC07B !important;
	border-left: 1px solid #2C68B2 !important;
	padding: 10px !important;
}

.panel-2tone-double {
	border-top: 3px double #2C68B2 !important;
	border-right: 3px double #6AC07B !important;
	border-bottom: 3px double #6AC07B !important;
	border-left: 3px double #2C68B2 !important;
	padding: 10px !important;
}


ul.nav-toplist li a {
	font-size: 0.9em;
	line-height: 1em;
	color: #327EB7;
}
ul.nav-toplist li.active a {
	color: #555;
}

/* .cil-article blockquote {
	font-size: 1.1em;
	border: none;
	border-top: 14px solid #666;
	border-bottom: 2px solid #666;
	text-align: center;
	line-height: 1.5em;
	margin: 15px 0px 50px 0px;
	padding: 10px 20px;
}

.cil-article blockquote span {
	font-size: 0.8em;
	display: inline-block;
	line-height: 1em;
} */


/* FMI: https://stackoverflow.com/questions/16325687/make-big-quotes-with-blockquote */
.cil-article blockquote {
	border: none;
	border-top: 14px solid #666;
	border-bottom: 2px solid #666;
	text-align: center;
	/* font-family: Georgia, serif; */
	/* font-size: 18px; */
	/* font-style: italic; */
	/* width: 500px; */
	/* margin: 0.25em 0; */
	font-size: 1.1em;
	margin: 15px 0px 30px 0px;
	padding: 0.35em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}

.cil-article blockquote:before {
	font-family: Georgia, serif;
	display: block;
	padding-left: 20px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}


.cil-article blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.cil-article blockquote cite:before {
	content: "\2014 \2009";
}


.cil-article blockquote.noquote {
	padding: 0;
	padding: 0.35em 0px;
}
.cil-article blockquote.noquote:before {
	padding: none;
	content: none;
	position: relative;
	left: 0px;
	top: 0px;
}


table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	font-size: 1.2em;
	opacity: 1;
}
table.dataTable thead .sorting:after {
	opacity: 0.8;
}


/*
.top50u-list table tr.odd {
	background-color: #f4eeef;
}
.top50u-list table tr.odd:hover, .top50u-list table tr.even:hover {
	background-color: #ecccd1;
}
*/

.top50u-list table tr.odd {
	background-color: #efefef;
}
.top50u-list table tr.odd:hover, .top50u-list table tr.even:hover {
	background-color: #dedede;
}

.top100c-list table tr.odd {
	background-color: #efefef;
}
.top100c-list table tr.odd:hover, .top100c-list table tr.even:hover {
	background-color: #dedede;
}

.top50c-list table tr.odd {
	background-color: #efefef;
}
.top50c-list table tr.odd:hover, .top50c-list table tr.even:hover {
	background-color: #dedede;
}

.top40h-list table tr.odd {
	background-color: #efefef;
}
.top40h-list table tr.odd:hover, .top40h-list table tr.even:hover {
	background-color: #dedede;
}


table.pad-bot-5 td {
	padding-bottom: 5px;
}

.cil-notes {
	display: block;
	font-size: 0.8em;
	padding-left: 1em;
}
.cil-notes span {
	text-decoration: underline;
}
.cil-notes ol {
	padding-left: 1.5em;
}

#tList a {
	color: #000;
}

#tList td {
	/* padding-top: 1.3em !important; */
	/* padding-bottom: 1.3em !important; */
	/* vertical-align: top !important; */
}

ul.chevron {
	list-style: none;
}
ul.chevron li:before {
	content: "\00BB \0020";
}


.cil-list-title {
	padding: 0px;
	margin: 10px 0px 0px 0px;
/* 	line-height: 1px; */
	font-weight: 700;
	font-size: 1.2em;
}
@media only screen and (max-width: 1024px) and (min-width: 480px) {
	.cil-list-title {
		font-size: 1.0em;
	}
}


.panel-2tone-double div h4 a {
	color: #333;
	font-weight: 700;
}


.cil-adpart-title {
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 0px 10px 30px;
}


ul.nomargin {
	list-style-position: inside;
	padding-left: 5px;
}



.border-2tone {
	border-top: 1px solid #2C68B2 !important;
	border-right: 1px solid #6AC07B !important;
	border-bottom: 1px solid #6AC07B !important;
	border-left: 1px solid #2C68B2 !important;
}

.border-2tone-rev {
	border-top: 1px solid #6AC07B !important;
	border-right: 1px solid #2C68B2 !important;
	border-bottom: 1px solid #2C68B2 !important;
	border-left: 1px solid #6AC07B !important;
}

.box-green {
	border: 1px solid #6AC07B !important;
}


#selTier_wrapper .btn, #selTier_wrapper li {
	font-size: 0.9em !important;
}


a.list-sponsor {
	font-weight: 600;
	/* font-size: 1.1em; */
	/* background-color: #eafdea; */
	
}


#articleContainer td:nth-child(3) {
	vertical-align: bottom;
}


a.btn-explore {
	border: 1px solid #2E6AB1;
	color: #2E6AB1;
	background-color: #fff;
	padding: 0px 10px;
	text-decoration: none;
	display: inline-block;
	/* min-width: 120px; */
	/* font-weight: bold; */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
a.btn-explore:hover {
	border: 1px solid #2E6AB1;
	background-color: #2E6AB1;
	color: #fff;
}
a.btn-explore-red {
	border: 1px solid #ED1D25;
	background-color: #ED1D25;
	color: #fff !important;
}
a.btn-explore-red:hover {
	border: 1px solid #ED1D25;
	color: #ED1D25 !important;
	background-color: #FFFFFF;
}

a.btn-explore-blue {
	border: 1px solid #2E6AB1;
	background-color: #2E6AB1;
	color: #fff !important;
}
a.btn-explore-blue:hover {
	border: 1px solid #2E6AB1;
	color: #2E6AB1 !important;
	background-color: #FFFFFF;
}

a.btn-explore-green {
	border: 1px solid #008249;
	background-color: #008249;
	color: #fff !important;
}
a.btn-explore-green:hover {
	border: 1px solid #008249;
	color: #008249 !important;
	background-color: #FFFFFF;
}

a.btn-explore-purple {
	border: 1px solid #570E61;
	background-color: #570E61;
	color: #fff !important;
}
a.btn-explore-purple:hover {
	border: 1px solid #570E61;
	color: #570E61 !important;
	background-color: #FFFFFF;
}

a.btn-explore-blue {
	border: 1px solid #2C68B2;
	background-color: #2C68B2;
	color: #fff !important;
}
a.btn-explore-blue:hover {
	border: 1px solid #2C68B2;
	color: #2C68B2 !important;
	background-color: #FFFFFF;
}


#t40spot td {
	vertical-align: top !important;
}

#tRanking th {
	vertical-align: bottom;
	background-color: #f5f5f5;
}

/* CIL 2023 */
div.focus-2023 h4 {
	color: #589846;
	margin-bottom: 0.2em;
}
div.focus-2023 h5 {
	padding: 0;
	margin: 0;
	font-weight: 600;
}
div.focus-2023 blockquote {
	border: none;
	border-top: none;
	border-bottom: none;
}

div.cil-article-blue h4 {
	color: #005999;
	margin-bottom: 0.2em;
}
div.cil-article-blue h5 {
	padding: 0;
	margin: 0;
	font-weight: 600;
}
div.cil-article-blue blockquote {
	border: none;
	border-top: none;
	border-bottom: none;
}



@media(min-width:992px) {
	.flex-md {
		display: flex;
	}
}
@media(max-width:992px) {
	.border-right-md {
		border-right: none;
	}
}


.cil-table-flex-container {
	display: flex;
	flex-wrap: wrap;
}

.cil-table-sub-container table {
	margin-top: 2px;
}

.cil-table-sub-container {
	border: 1px solid #333;
	padding: 0;
}

/* .cil-table-flex-container th {
	vertical-align: bottom !important;
} */

.cil-table-heading {
	line-height: 30px;
	background-color: #d4af37;
	color: #fff;
	font-weight: 600;
	font-size: 1.0em;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	text-align: center;
	flex: 0 0 100%;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

.cil-table-subtitle {
	font-size: 0.9em;
	background-color: #e5e7e8;
	padding: 5px;
	font-weight: 700;
	text-align: center;
	min-height: 4em;
}