@charset "utf-8";
/* CSS Document */

#DR_OtherProjects header {
	display: flex;
	vertical-align: middle;
	flex-flow: row;
	flex-wrap: wrap;
}

#DR_OtherProjects header img {
	height: 4em;
}

#DR_OtherProjects h1 {
	margin-top: .5em;
}

#DR_OtherProjects main h1 {
	margin-bottom: .5em;
}

#DR_OtherProjects header h1 {
	margin-top: .5em;
	font-weight: bold;
}

#DR_OtherProjects header > * {
	display: block;
	width: 100%;
}

.project-header {
	margin: -.8em 0;
	background-color: white;
}
.project-header h1 {
	padding: 1em;
	font-size: 1.3em;
}
.projects-hero {
	border: thin dashed grey;
	border-top: none;
}
.projects-slider {
	width: 100%;
	height: 4em;
	padding: 0;
	text-align: center;
	color: white;
	cursor: pointer;
	transition: .3s;
	background-color: #D8394D;
}
.projects-slider:hover {
	background-color: white;
	color: black;
}
.projects-slider img {
	padding: 0 .5em;
	margin-top: 1em;
	height: 2em;
	transition: 0.3s;
	filter: brightness(6);
}
.projects-slider:hover img {
	filter: none;
}
.projects-slider.active img {
	transform:rotate(180deg);
}
.projects-slider.inquiry {
	height: auto;
	padding-top: .5em;
	padding-bottom: .5em;
}
.efs-inquiry {
	max-height: 0;
	transition: max-height 1s;
}
.efs-inquiry a:link, .efs-inquiry a:visited {
	color: #D8394D;
}

.rita-slider {
	background-color: #00A196;
}

.project-content {
	overflow: hidden;
	max-height: 0;
	font-weight: lighter;
	transition: max-height 1s;
}
.project-content p {
	margin-top: 1em;
	font-weight: 100;
	width: 100%;
}
.project-content ul {
	list-style: none;
}
.project-content ol {
	list-style-type: decimal;
}
.project-content ul li, .project-content ol li {
	display: block;
	margin-left: 1em;
	margin-top: .4em;
	margin-bottom: .4em;
}
.project-content ul li:before {
	content: "•";
	margin-left: -.4em;
	margin-right: .4em;
}
.project-content ol li {
	display: list-item;
	list-style-position: inside;
}
.project-content ol li:before {
	margin-left: -.4em;
	margin-right: .4em;
}

.project-footer-bar {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-left: -1em;
	padding: 1em;
	text-align: center;
	background-color: white;
	border-top: thin dashed grey;
}
.project-footer-bar img {
	width: 100%;
	height: auto;
	filter: none;
}

.project-footer-bar p, .project-footer-bar h3 {
	text-align: left;
}

.project-footer-bar p, .project-footer-bar h3 {
	margin-bottom: -.7em;
}

.project-footer-bar #rita-footer {
	padding-left: 2.5em;
	padding-right: 2.5em;
	color: #00A196;
}

#DR_OtherProjects main .projects-hero:nth-child(even),
#DR_OtherProjects main .projects-hero:nth-child(even) .project-header {
	background-color: #E5E5E5;
}

#DR_OtherProjects main .projects-hero:nth-child(even) .projects-slider:hover {
	background-color: #E5E5E5;
}

#DR_OtherProjects .scroll-to-top-button {
	bottom: 4em;
}

.project-header h2 {
	text-align: center;
	font-weight: lighter;
	margin-top: -1.5em;
	margin-bottom: 1.4em;
	font-size: 1.2em;
}

@media only screen and (min-width: 768px) {
	.project-header h1 {
		font-size: 1.6em;
	}
	.project-header h2 {
		font-size: 1.4em;
	}
	.project-content {
		font-size: 1.2em;
	}
	.project-footer-bar img {
		width: auto;
		height: 3em;
	}
	.project-footer-bar img#RiTA-ASD201906 {
		height: 5em;
	}
}

@media only screen and (min-width: 1024px) {
	.project-header h1 {
		font-size: 2em;
	}
	.project-header h1 {
		font-size: 1.7em;
	}
	.project-footer-bar img {
		height: 4em;
	}
	.project-footer-bar img#RiTA-ASD201906 {
		height: 6em;
	}
}