.hidden {
	display: none !important;
}

/*---------------------
 * HOMEPAGE TEXT
 * --------------------*/
.home-section01 h1, .home-section01 h2, .home-section01 h3, 
.home-section01 p {
	text-align: right;
}

.home-section01 h1 {
	font-size: 44px;
	line-height: 54px;
	letter-spacing: 0px;
	font-weight: 300;
	margin-bottom: 46px;
	padding-top: 5px;
	word-wrap: break-word;
}

.home-section01 h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #666;
	padding-top: 29px;
	width: 100%;
}

.home-section01 p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
}

/*---------------------
 * HOMEPAGE CONTENT
 * --------------------*/
.article {
	margin-left: 262px;
}

.article .wrapper {
	width: 100%;
	padding: 155px 0px 175px 5px;
}

.article img {
	margin: 20px 0px 0px 0px;
}

.home-section01 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.download-button:link,
.download-button:visited {
	float: right;
	margin: 30px 0px 0px 0px;
	padding: 10px 30px;
	border-radius: 6px;
	background-color: #4bb665;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
}

.download-button:hover, .download-buton:focus {
	color: #fff !important;
	background-color: #3e9b51;
	-webkit-transition: ease-in-out 150ms;
	-moz-transition: ease-in-out 150ms;
	-o-transition: ease-in-out 150ms;
	transition: ease-in-out 150ms;
	cursor: pointer;
}

.divider {
	display: inline-block;
	width: 27px;
	height: 650px;
	margin-top: -110px;
	/*background-color: blue;*/
	background-image: url(../../images/horizontal-bg.png);
	background-size: cover;
}

.home-section02 {
	display: inline-block;
	vertical-align: top;
	width: 44%;
	height: 600px;
	margin: 0px 0px 0px -3px;
	background-image: url(../../images/monitor.png);
	background-size: contain;
	background-repeat: no-repeat;
	/*background-color: blue;*/
}

/* latex overrides */
.mi {
  color: gray !important;
}

.citation-footer {
  border-top:1px solid #ccc;
  padding-top: 16px;
  text-align: center;
  font-weight: bold;
}

.twitter {
  text-align: right;
}

