
body {
	margin: 0;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-transition: 0.2s ease-in-out all;
	-moz-transition: 0.2s ease-in-out all;
	-o-transition: 0.2s ease-in-out all;
	transition: 0.2s ease-in-out all;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0 0 0.9em;
}

h2 {
	font-size: 1.8em;
	margin: 0 0 0.9em;
}

h3 {
	font-size: 1.6em;
	margin: 0 0 0.9em;
}

h4 {
	font-size: 1.4em;
	margin: 0 0 0.9em;
}

h5 {
	font-size: 1.2em;
	margin: 0 0 0.9em;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 0.9em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
	padding: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select option {
	padding: 5px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

table {
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

table th {
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}

table td {
	padding: 10px;
}

table tr:last-child td {
	border-bottom: none;
}

table th,
table td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	vertical-align: middle;
	color: inherit;
}

.invert table:not(.variations) {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.invert table {
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.invert table:not(.variations) th,
.invert table:not(.variations) td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #888888;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2em;
	color: #333;
}



form p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
	display: inline-block;
	background: #fff;
	padding: 20px 20px 20px 50px;
	margin: 0 0 2em 0;
	position: relative;
	font-style: italic;
	font-weight: 300;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.03);
}

.invert blockquote {
	border: rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.07);
	-webkit-box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.07);
	box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.07);
}

blockquote::before {
	content: "\201C";
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 5px;
}

blockquote::after {
	content: "";
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 10px;
}

blockquote p {
	margin: 0;
}

hr {
	background-color: rgba(0, 0, 0, 0.05);
	border: 0;
	height: 1px;
	margin: 2em 0;
}

.invert hr {
	background-color: rgba(255, 255, 255, 0.15);
}

ul,
ol {
	margin: 2em 0;
}

ul {
	/* list-style: disc; */
}

ol {
	/* list-style: decimal; */
}

li>ul,
li>ol {
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

table {
	margin: 2em 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
ul li {
	color: #888888 !important;
	font-size: 16px;
	line-height: 35px !important;
}

.teacher-info .txt .desc {
	font-weight: 300;
	color: #888888;
}

.row {
	text-align: justify;
	color: #909090 !important;

}

ol li {

	color: #888888;
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 25px;

}

.Publications {
	list-style-type: none;
	counter-reset: publication-counter;
}
.Publications li{
	padding-left: inherit !important;
}
.Publications li::before {
	content: counter(publication-counter) ". ";
	counter-increment: publication-counter;
	font-weight: bold;
	margin-right: 0.5em;
	float: left;
}

.teacher-info .txt h3 {
	padding-bottom: inherit !important;
}

.Publications li:after {
	content: none !important;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #ebebeb;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 2;
}

.Publications:after {
	content: none !important;
	position: absolute;
	z-index: 1;
	left: 6px;
	top: 12px;
	height: calc(100% - 20px);
	/* width: 1px; */
	background: #e5e5e5;

}

strong{
	color: #888888 !important;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.8;
}