/*

PUBLICATIONS PAGE

*/

/* Derived from: https://codepen.io/raubaca/ */

#crysp-publication-accordion {
	margin-top: 25px;
}

/* Acordion styles */
#crysp-publication-accordion .tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #fff;
	overflow: hidden;
}

#crysp-publication-accordion .tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

#crysp-publication-accordion .tab label {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	background: #B71233;
	font-weight: bold;
	line-height: 3;
	cursor: pointer;
}

#crysp-publication-accordion .tab label {
	margin-bottom: 0
}

#crysp-publication-accordion .tab .tab-content {
	max-height: 0;
	overflow: hidden;
	/*background: #ffa5aa4a;*/
	background: #fff;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
	color: #000
}

/* :checked */
#crysp-publication-accordion .tab input:checked ~ .tab-content {
	max-height: 500em;
}

/* Icon */
#crysp-publication-accordion .tab label::after {
	position: absolute;
	right: 0.25em;
	top: 0.3em;
	display: block;
	width: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

#crysp-publication-accordion .tab input[type=checkbox] + label::after {
	font-family: fdsu-rwd;
	content: "\E906";
	font-size: 1rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#crysp-publication-accordion .tab input[type=checkbox]:checked + label::after {
	display: block;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#crysp-publication-accordion .tab li {
	display: block;
	margin: 0.5em;
	padding-left: 0.5em;
	background: #fdfdfd;
    border-width: 0px 1px 2px 0px;
    border-style: solid;
    border-color: #ccc;
}

#crysp-publication-accordion .tab ul {
	margin: 0;
	padding: 0;
}

#crysp-publication-accordion .tab li * {
	margin: 0.3em 0;
}

/* Footer */

.crysp-social {
	width: 35%;
}

#crysp-footer-top {
	background: #757575;
	height: auto;
	max-height: 7em;
}

#crysp-footer-top .uw-site-flex {
	padding: 0em;
}

#crysp-footer-top .footer-1 {
	margin-top: 1.25em;
}

#crysp-footer-top .footer-2 {
	padding: 1em;
}

#crysp-footer-top .footer-3 {
	margin-top: 0.7em;
}

@media screen and (max-width:30rem) {

	.override.footer-2 ul li:nth-child(2) {
		border-width: 1px 1px 0 1px;
	}

	.override.footer-2 ul li:nth-child(3) {
		border-width: 1px;
	}

	.crysp-social {
		width: 35%;
		margin: auto;
	}

	#crysp-footer-top {
		background: #757575;
		height: auto;
		max-height: 25em;
	}

	#crysp-footer-top .uw-site-flex {
		padding: 1em;
	}

	#crysp-footer-top .footer-2 {
		padding: 0em;
	}

	#crysp-footer-top .footer-3 {
		margin-top: 0em;
	}
	
}