html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* fonts
------------------------------------------------------------------- */

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Regular-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Thin.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Semibold-Italic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Bold-Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ProximaNova-Black-Italic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'ITC Caslon No. 224';
	src: url('https://law.lsu.edu/wp-content/themes/lsulaw-fierce/fonts/ITC Caslon 224 Std Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


/* general
------------------------------------------------------------------- */

body.modal-open {
	overflow: hidden;
}

#header {
	font-family: 'Proxima Nova',Helvetica,Arial,sans-serif;
	font-weight: 500;
	color: #231f20;
	font-size: 14px;
}

#header .container {
	max-width: 1200px;
	margin: 0 auto;
}

#header h1 {
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

/* header
------------------------------------------------------------------- */

#header {
	border-bottom: 1px solid #eee;
}

#header-top {
	z-index: 99999;
	position: fixed;
	top: 0;
	width: 100%;
	background: #502e81;
	padding-top: 20px;
	height: 75px;
}

.shrink #header-top {
	padding-top: 10px;
	height: 65px;
}

#header-logo {
	display: block;
	position: fixed;
	padding-left: 4px;
	padding-bottom: 2px;
}

#header-logo img {
	position: fixed;
	max-width: 265px;
	padding-bottom: 2px;

	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
}

.shrink #header-logo img {
	transform: scale(0.60);
	transform-origin: 0% 100%;

	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

#header-subtext {
	position: relative;
	
	left: 300px;
	top: 18px;

	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
	font-size: 18px;
}

.shrink #header-subtext {
	left: 185px;
	top: 30px;
	font-size: 15px;
}

#header-logo img:hover {
	border-bottom: 3px #feca35 solid;
	transition: .1s ease;
	-webkit-transition: .1s ease;
}

#header-top-left {
	flex: 0 0 50%;
	max-width: 50%;
}

#header-top-right {
	flex: 0 0 50%;
	max-width: 50%;
}

#header-top-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#header-top-nav li {
	float: left;
}

#header-top-nav a {
	display: block;
	padding: 0.5rem 1rem;

	color: #ccbddc;
	text-transform: uppercase;
	letter-spacing: .005rem;
	font-size: 12px;
	font-weight: 600;
	transition: color .3s ease;
}

#header-top-nav a:hover,
#header-search:hover,
#header-menu:hover,
#header-menu-close:hover {
	color: #feca35;
}

#header-top-nav,
#header-search,
#header-menu {
	position: relative;
	top: 30px;
}

.shrink #header-top-nav,
.shrink #header-search,
.shrink #header-menu {
	top: 15px;
}

#header-search,
#header-menu,
#header-menu-close {
	display: block;
	float: right;
	min-width: 90px;
	padding: 6px 4px;
	margin-left: 20px;
	background-color: #5f3b97;
	border-radius: 5px;
	color: #ccbddc;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	transition: color .3s ease;
}

#header-menu-close {
	float: left;
	margin-top: 10px;
	margin-left: 40px;
	min-width: 120px;
}

#header-menu,
#header-menu-close {
	display: none; /* initial state */
}

#emergency-alert {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background: red;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.3em;
}

#emergency-alert a {
	color: #fff !important;
	text-decoration: underline;
}

#header-bottom-nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 75rem;
	
	justify-content: space-between !important;
	align-items: center;

	display: flex;
	flex-flow: row wrap;
}

#header-bottom-nav li.header-nav-item {
	float: left;
	flex: auto;
}

#header-bottom-nav li.header-nav-item a.header-nav-link {
	display: block;
	position: relative;
	padding: 20px;

	text-align: center;
	color: #5f3b97;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
}

#header-bottom-nav li.header-nav-item a.header-nav-link:hover {
	background-color: #eee;
}

#header-bottom-nav li.header-nav-item:hover a.header-nav-link:before {
	background-color: #feca35;
}

#header-bottom-nav li.header-nav-item:hover a.header-nav-link:before {
	width: 100%;
	background-color: #feca35;
}

#header-bottom-nav li.header-nav-item a.header-nav-link:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 4px;
	content: "";
	background-color: #f2f1dd;
	transition: width .4s,background-color .4s;
	transform: translateX(-50%);
}

.header-dropmenu {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 20px 0px;
	width: 100%;
	min-height: 325px;
	margin: 0;

	background-color: #eee;
	border-bottom: 5px solid #502e81;

	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
}

.header-dropmenu ul {
	margin: 0;
	padding: 0;
}

.header-dropmenu ul li {
	list-style: none;
	margin-bottom: 8px;
	position: relative;
}

.header-dropmenu ul.yellow-bullet {
	margin-left: 20px;
}

.header-dropmenu ul.yellow-bullet li {
	margin-bottom: 5px;
}

.header-dropmenu ul.yellow-bullet li:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	background-color: #feca35;
}

.header-dropmenu ul li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 700;
	font-size: 14px;
	line-height: 2;
	white-space: normal;

	color: #76787c;
	text-transform: uppercase;
}

.header-dropmenu ul li a:hover {
	text-decoration: underline;
	color: #502e81;
}

.header-dropmenu ul.yellow-bullet li a {
	padding: 0 20px;
	font-size: 12px;
}


/* pages
------------------------------------------------------------------- */

#header .flex-row {
	display: flex;
	flex-wrap: wrap;
}

#header .flex-col {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

#header .content {
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 40px;
	padding-left: 3em;
	padding-right: 3em;
}

#header .content h1 {
	margin-bottom: 1.25rem;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 900;
	letter-spacing: .03em;
	color: #502e81;
}

#header .content h2 {
	font-size: 1.75rem;
	line-height: 2rem;
	font-weight: 700;
	color: #69696D;
}

#header .content h3 {
	font-size: 1.25rem;
	line-height: 1.4rem;
	font-weight: 600;
	color: #3b3d3e;
}

#header .content li {
	padding-bottom: 5px;
}

#header .content hr {
	border: 1px solid #e9ecef;
}

#header .content .aligncenter {
	margin: 0 auto;
	display: block;
}

#header .content .alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

#header .content .alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}

#header .content img.alignnone {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}

#header .content a.btn-yellow {
	display: inline-block;
	margin: 20px auto;
	padding-left: 15px;
	padding-right: 15px;
	
	border: 2px solid #feca35;

	font-size: .875rem;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .0625rem;
	word-wrap: break-word;

	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition-duration: .4s;
	transition-property: color, border-color;
}

#header .content a.btn-yellow:focus,
#header .content a.btn-yellow:hover {
	border-color: #5f3b97;
}

/* mobile
------------------------------------------------------------------- */

#mobile-flag, .mobile-only {
	display: none;
}

@media screen and (max-width: 1260px) {
	#header-top-left {
		flex: 0 0 48%;
		max-width: 50%;
		padding-left: 2%;
	}

	#header-top-right {
		flex: 0 0 50%;
		max-width: 48%;
	}
}

@media screen and (max-width: 1125px) {
	/* reduce wp admin bar */
	#wpadminbar {
		position: fixed !important;
	}

	#wpadminbar .ab-top-menu > li > .ab-item {
		font-size: 0;
	}

	#header-subtext {
		display: none;
	}

	#header-menu {
		display: block;
	}

	.shrink #header-top-nav,
	.shrink #header-search,
	.shrink #header-menu {
		top: auto;
	}

	#header-top-left {
		flex: 0 0 28%;
		max-width: 30%;
	}

	#header-top-right {
		flex: 0 0 68%;
		max-width: 70%;
	}

	#header-bottom {
		position: fixed;
		transition: transform .4s;
		transform: translateX(-100%);
		z-index: 99999999;

		width: 100%;
		height: 100vh;
		background: #eee;
	}

	#header-bottom.show {
		transform: translateX(0);
	}

	#header-bottom.show #header-menu-close {
		display: block;
	}

	#header-bottom-nav {
		display: flex;
		flex-direction: column;

		width: 100%;
		padding: 30px 0;
		align-items: normal;
	}

	.header-menu-arrow {
		display: block;
		width: 30px;
		height: 30px;
		margin-top: -4px;
		margin-right: 15px;
		line-height: 1;
		text-align: center;
		background-color: #fff;
		border-radius: 50%;
		align-self: center;
		float: right;
	}

	.header-menu-arrow svg {
		display: inline-block;
		width: auto;
		height: 12px;
		margin: 9px 0 9px 2px;
		fill: #909295;
	}

	#header-bottom-nav li {
		padding: 0 40px;
	}

	#header-bottom-nav li.header-nav-item a.header-nav-link {
		text-align: left;
		padding: 15px 0;
	}
	
	#header-bottom-nav li.header-nav-item a.header-nav-link:hover,
	#header-bottom-nav li.header-nav-item a.header-nav-link:before,
	#header-bottom-nav li.header-nav-item:hover a.header-nav-link:before {
		background: inherit;
		transition: none;
	}

	.header-dropmenu {
		display: none;
		transform: translateX(-100%);
	}

	.header-dropmenu.show {
		display: block;
		transform: translateX(0);
	}

	.header-dropmenu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 5;
		display: block;
		width: 103%;
		overflow-y: scroll;
		overflow-x: hidden;
		/* height: 100vh; */
		background-color: #fff;
		transition: all .5s ease-in-out;

		padding: 0;
		padding-bottom: 200px;
	}

	.header-menu-tray-header {
		display: block;
		width: 100%;
		height: 75px;
		text-align: left;
		background-color: #eee;
		border-top: 4px solid #ffd160;
		transition: background-color 1s ease, border-color 1s ease;

		line-height: 75px;
		padding-left: 15px;
		padding-right: 15px;

		color: #5f3b97;
		font-size: 18px;
		font-weight: 700;

		cursor: pointer;
	}

	.header-menu-tray-header .header-menu-arrow {
		float: left;
		margin-top: 21px;
	}

	#header .header-dropmenu .flex-col {
		flex: none;
		width: 100%;
		max-width: unset;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-dropmenu h1 {
		color: #69696D;
		font-size: 1.75em;
		width: 90%;
	}

	.header-dropmenu img {
		display: none;
	}
}

@media screen and (max-width: 995px) {
	#mobile-flag, .mobile-only {
		display: block;
	}

	.mobile-hide {
		display: none;
	}

	.shrink #header-top {
		height: 75px; /* reset */
	}

	#header-top-nav {
		clear: both;
	}
}

@media screen and (max-width: 630px) {
	#header-top .container.flex-row {
		display: block; /* reset flex */
	}

	#header-top-left,
	#header-top-right {
		flex: none;
		max-width: unset;
	}

	.shrink #header-logo img {
		margin-top: 15px;
	}

	#header-search {
		margin-left: 0;
	}

	#header-menu {
		margin-right: 10px;
	}
}

@media screen and (max-width: 430px) {
	#header-top-nav a {
		padding-left: 8px;
		padding-right: 8px;
	}

	#header-top-nav a:last-child {
		padding-right: 15px;
	}

	#header-search,
	#header-menu {
		min-width: 80px;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 13px;
		margin-top: 3px;
	}

	#header-menu {
		margin-left: 10px;
	}
}

@media screen and (max-width: 390px) {
	.shrink #header-logo img {
		transform: scale(0.50);
	}

	#header-top-nav a {
		padding-left: 6px;
		padding-right: 6px;
	}

	#header-top-nav a:last-child {
		padding-right: 12px;
	}

	#header-search,
	#header-menu {
		min-width: 75px;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 12px;
		margin-top: 4px;
	}

	#header-menu {
		margin-left: 8px;
	}
}

@media screen and (max-width: 340px) {
	.shrink #header-logo img {
		transform: scale(0.45);
	}

	#header-top-nav a {
		padding-left: 4px;
		padding-right: 4px;
	}

	#header-top-nav a:last-child {
		padding-right: 10px;
	}

	#header-search,
	#header-menu {
		min-width: 70px;
		padding-left: 2px;
		padding-right: 2px;
		font-size: 12px;
		margin-top: 4px;
	}

	#header-menu {
		margin-left: 8px;
	}
}