/* ===== Primary Styles ======================================================*/

#logo {
	float: right;
	width: 250px;
	padding-left: 30px;
	padding-bottom: 30px;
}

#mainContent {
	position: relative;
}

#btns {
	padding: 10px 0;
}

#btns a:not(.btn-primary) {
	float: right;
	padding-left: 20px;
}

.contentWrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.contentWrap h2 {
	margin-bottom: 15px;
}

.contentWrap .content {
	float: left;
}

.contentWrap .content p {
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
}

.contentWrap .content h5 {
	line-height: 40px;
	font-size: 18px;
	color: #333;
}

.contentWrap .content ul li {
	font-family: "Georgia", Georgia, serif;
	font-size:15px;
	line-height: 25px;
}

.scrollUp {
	float: right;
}

.contentWrap .annotations {
	float: right;
	margin-top: 60px;
	margin-left: 10px;
	height: 300px;
	text-align: right;
}

.annotations h3 {
	color: #416071;
}

#movingContents {
	background: #FFFFFF;
    float: left;
    top: 33px;
    width: 350px;
    padding-left: 50px;
    padding-bottom: 400px;
}

#movingContents a {
	background: transparent;
}

#movingContents span {
	background: #FFEFBF;
}

#movingContents h4 {
	margin-bottom: -14px;
}

#movingContents .contentsLink {
	margin-bottom: -14px;
}

.chapterLink {
	line-height: 40px;
	background: transparent;
}

.chapterLink:hover {
	text-decoration: none;
}

.chapterLink.active {
	background: #FFEFBF;
}

figcaption {
	font-weight: bold;
	text-align: center;
}

.footnote {
	position: relative;
	color: #416071;
	font-size: 18px;
	line-height: 0px;
	margin-left: 2px;
}

.footnote:hover {
	cursor: default;
}

.footnote[data-tooltip]:before {
	position: absolute;
	left: -100px;
	top: 25px;
	width: 400px;
	font-size: 13px;
	font-weight: normal;
	background-color: #416071;
	color: #ffffff;
	line-height: 18px;
	border-radius: 5px;
	padding: 10px;
	content: attr(data-tooltip);
	display: none;
	z-index: 10;
}

.footnote[data-tooltip]:after {
	position: absolute;
	left: 0px;
	top: 18px;
	border-bottom: 7px solid #416071;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: none;
}

.footnote[data-tooltip]:hover:after, .footnote[data-tooltip]:hover:before {
	display: block;
	cursor: default;
}

a.external:before {
	font-size: 17px;
	color: #416071;
	line-height: 0px;
	content: "➡ ";
}

a.internal.down:after {
	font-size: 17px;
	color: #416071;
	line-height: 0px;
	content: "▼";
}

a.internal.up:after {
	font-size: 17px;
	color: #416071;
	line-height: 0px;
	content: "▲";
}

iframe.presentation {
	border: 2px solid #416071;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 40px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}