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

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

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Thin.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold-Italic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold-Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black-Italic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'ITC Caslon No. 224';
	src: url('../fonts/ITC Caslon 224 Std Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

/* general
------------------------------------------------------------------- */
#wp-admin-bar-wp-logo,
#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-ubermenu,
#wp-admin-bar-customize,
#wp-admin-bar-search {
	display: none;
}

.printonly {
	display: none;
}

.sr-only,
#sr-skip {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	
	font-family: 'Proxima Nova',Helvetica,Arial,sans-serif;
	font-weight: 500;
	color: #231f20;
	font-size: 14px;
}

body.modal-open {
	overflow: hidden;
}

#wrapper {
	background: #FFF;
}

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

a, a:visited, a:active, a:hover {
	color: #664499;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.img-fluid {
	height: auto;
	max-width: 100%;
}

.law_edit {
	background: #efefef;
	border: 1px solid #cdcdcd;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	text-align: center;
	width: 40px;
	height: 15px;
}

.clear {
	clear: both;
}

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

#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;
}

/* breadcrumbs
------------------------------------------------------------------- */

#breadcrumb {
	background-color: #e9ecef;
}

#breadcrumb-inner {
	padding-right: 15px;
	padding-left: 15px;
}

#breadcrumb ul {
	display: flex;
	flex-wrap: wrap;

	margin: 0;
	padding: .85rem 1rem .65rem;
	list-style: none;
}

#breadcrumb ul li {
	padding-left: 12px;
	display: inline-block;
}

.breadcrumb-item {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: .01em;
}

.breadcrumb-item a {
	text-decoration: none;
	color: #69696D;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 12px;
	color: #6c757d;
	content: "/";
}

.breadcrumb-active,
.breadcrumb-active a {
	color: #502e81 !important;
}

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

#hero-wrap {
	/*
	min-height: 180px;
	padding-top: 40px;
	*/

	min-height: 160px;
	padding-top: 30px;

	padding-left: 3em;
	padding-right: 3em;

	background-color: #502e81;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

#hero-heading {
	position: relative;
	padding-top: 40px;

	font-size: 2.8rem;
	font-weight: 900;
	line-height: 3rem;
	letter-spacing: .1em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 6px #231f20;
}

#hero-heading:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 170px;
	height: 15px;
	content: "";
	background-color: #feca35;
}

#hero-heading a,
#hero-heading a:hover,
#hero-heading a:visited {
	color: inherit;
	text-decoration: none;
}

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

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

#main {
	min-height: 400px;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

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

/* sidebar
------------------------------------------------------------------- */

.sidebar-wrap {
	width: 40%;
	float: right;
}

.sidebar-wrap h1 {
	margin-top: 1.25em;
	text-align: center;
}

.sidebar {
	list-style: none;
	padding-left: 40px;
}

.content .sidebar li {
	margin-bottom: 20px;
	padding-bottom: inherit;
	padding-left: 15px;
	padding-right: 15px;
	
	z-index: 9;
	position: relative;

	font-size: .875rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .0625rem;
	word-wrap: break-word;
	background-color: initial;
	border-radius: 0;

	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;
}

.sidebar li a {
	display: block;
	line-height: 50px;
	color: #5f3b97;
}

.sidebar li {
	border: 2px solid #feca35;
}

.sidebar li:focus,
.sidebar li:hover {
	border-color: #5f3b97;
}

.sidebar li.current-menu-item {
	border: 2px solid #5f3b97;
}

.sidebar li.current-menu-item:focus,
.sidebar li.current-menu-item:hover {
	border-color: #feca35;
}

/* footer
------------------------------------------------------------------- */

#footer {
	padding-top: 100px;
	background-color: #4e5052;
	color: #c5c6c8;
}

#footer a {
	color: #c5c6c8;

	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.6rem;
	letter-spacing: .02em;
	transition: color .3s ease;
}

#footer a:hover {
	color: #feca35;
}

#footer-top,
#footer-bottom {
	padding-left: 30px;
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	
	display: flex;
	flex-flow: row wrap;
}

#footer-top {
	align-content: flex-start;
	justify-content: space-between;
}

#footer-logo {
	display: block;
}

#footer-logo img {
	display: block;
	width: 100%;
	max-width: 200px;
	margin-bottom: 40px;
}

#footer-address {
	padding-bottom: 45px;
}

#footer-address,
#footer-nav-policy a {
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.5rem;
	letter-spacing: .01em;
}

#footer-bottom {
	padding-bottom: 30px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-nav-left li a,
#footer-nav-right li a {
	font-weight: 600;
	transition: color .3s ease;
}

#footer-spacer {
	width: auto;
}

#footer-nav-social {
	max-width: 150px;
}

#footer-nav-social li {
	display: block;
	float: left;
	margin: 0 12px 16px 0;
}

#footer-nav-policy {
	flex: 0 0 25%;
	max-width: 25%;
	padding-bottom: 0;
	text-align: left;
}

#footer-nav-policy a {
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.5rem;
	letter-spacing: .01em;
}

#footer-copy {
	flex: 0 0 50%;
	max-width: 50%;

	font-size: .875rem;
	font-weight: 700;
	line-height: 1.5rem;
	color: #c5c6c8;
	letter-spacing: .01em;

	align-self: flex-end;
	text-align: center;
}

/* to top
------------------------------------------------------------------- */

.cd-top {
	color: #fff !important;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	
	/* image replacement properties */
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(80,46,129, 1) url('../images/cd-top-arrow.png') no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;

	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1020;
}

.cd-top a {
	color: #fff;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: .9;
}

.no-touch .cd-top:hover {
	background-color: #008945;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}
