@charset "UTF-8";

/* File download */
.file-download-stripe {
	display: block;
	margin-bottom: 15px;
}
.file-download-stripe a {
	display: flex;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: all ease 0.25s;
	color: inherit;
	text-decoration: none;
}
.file-download-stripe a:hover, .file-download-stripe a:active, .file-download-stripe a:focus {
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	border-color: rgba(0, 0, 0, 0.15);
	color: inherit;
	text-decoration: none;
}
.file-download-stripe-thumbnail {
	display: block;
	width: 100px;
	height: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	border: 1px solid #ddd;
}
.file-download-stripe-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.file-download-stripe-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 15px;
	overflow: hidden;
	width: 100%;
	font-size: 90%;
}

.file-download-boxes {
	margin: -10px;
}
.file-download-boxes:after {
	content: "";
	display: table;
	clear: both;
}
.file-download-box {
	display: block;
	float: left;
	width: 16.65%;
	overflow: hidden;
	padding: 10px;
}
.file-download-box .file-download-box-anchor {
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	transition: all ease 0.25s;
}
.file-download-box .file-download-box-anchor:hover, .file-download-box .file-download-box-anchor:active, .file-download-box .file-download-box-anchor:focus {
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.file-download-box .file-download-box-thumbnail-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.file-download-box .file-download-box-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.file-download-box .file-download-box-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.file-download-box .file-download-box-title {
	height: 50px;
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	background: none;
}
@media (max-width: 1023px) {
	.file-download-box {
		width: 20%;
	}
}
@media (max-width: 767px) {
	.file-download-box {
		width: 25%;
	}
}
@media (max-width: 639px) {
	.file-download-box {
		width: 33.32%;
	}
}
@media (max-width: 479px) {
	.file-download-box {
		width: 50%;
	}
}

.file-preview-stripe {
	display: flex;
	margin-bottom: 15px;
}
.file-preview-stripe-image {
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: top;
}
.file-preview-stripe-image img {
	display: block;
	width: 100%;
	height: auto;
}
.file-preview-stripe-image a {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: all ease 0.25s;
}
.file-preview-stripe-image a:hover, .file-preview-stripe-image a:active, .file-preview-stripe-image a:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.file-preview-stripe-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 15px;
	font-size: 90%;
}
.file-download-stripe-info h6, .file-preview-stripe-info h6 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-weight: bold;
	color: inherit;
}
.file-download-stripe-info p, .file-preview-stripe-info p {
	margin: 0;
	padding: 0;
}

.file-iconized-link {
	display: flex;
	width: fit-content;
	padding: 1px;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	transition: all ease 0.25s;
	text-decoration: none;
	border-radius: 4px;
}
.file-iconized-link:hover, .file-iconized-link:active, .file-iconized-link:focus {
	background: rgba(0, 0, 0, 0.05);
	text-decoration: none;
}
.file-iconized-link-image {
	display: block;
	width: 40px;
	border-radius: 5px;
	overflow: hidden;
	flex-shrink: 0;
	flex-grow: 0;
}
.file-iconized-link-image img {
	display: block;
	width: 100%;
	height: auto;
}
.file-iconized-link-text {
	display: block;
	padding: 0 10px;
}

/* Article images */
.article-image-full {
	display: block;
	width: 100%;
	margin: 15px auto;
	background: #fff;
}
.article-image-left,
.article-image-right {
	display: block;
	width: 50%;
	background: #fff;
}
.article-image-left {
	float: left;
	padding: 0 25px 15px 0;
}
.article-image-right {
	float: right;
	padding: 0 0 15px 25px;
}
.article-image-100 {
	max-width: 100px;
}
.article-image-150 {
	max-width: 150px;
}
.article-image-200 {
	max-width: 200px;
}
.article-image-250 {
	max-width: 250px;
}
.article-image-300 {
	max-width: 300px;
}
.article-image-350 {
	max-width: 350px;
}
.article-image-400 {
	max-width: 400px;
}
.article-image-450 {
	max-width: 450px;
}
.article-image-500 {
	max-width: 500px;
}
.article-image-550 {
	max-width: 550px;
}
.article-image-600 {
	max-width: 600px;
}
.article-image-650 {
	max-width: 650px;
}
.article-image-700 {
	max-width: 700px;
}
.article-image-750 {
	max-width: 750px;
}
.article-image-800 {
	max-width: 800px;
}
@media (max-width: 559px) {
	.article-image-left,
	.article-image-right {
		float: none;
		width: 100%;
		padding: 10px 0;
	}
	.article-image-100,
	.article-image-150,
	.article-image-200,
	.article-image-250,
	.article-image-300,
	.article-image-350,
	.article-image-400,
	.article-image-450,
	.article-image-500,
	.article-image-550,
	.article-image-600,
	.article-image-650,
	.article-image-700,
	.article-image-750,
	.article-image-800 {
		max-width: none;
	}
}
