/* Minification failed. Returning unminified contents.
(761,29): run-time error CSS1019: Unexpected token, found ' '
(761,29): run-time error CSS1019: Unexpected token, found ' '
(761,29): run-time error CSS1042: Expected function, found ' '
(761,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(762,26): run-time error CSS1019: Unexpected token, found ' '
(762,26): run-time error CSS1019: Unexpected token, found ' '
(762,26): run-time error CSS1042: Expected function, found ' '
(762,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(795,29): run-time error CSS1019: Unexpected token, found ' '
(795,29): run-time error CSS1019: Unexpected token, found ' '
(795,29): run-time error CSS1042: Expected function, found ' '
(795,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(796,26): run-time error CSS1019: Unexpected token, found ' '
(796,26): run-time error CSS1019: Unexpected token, found ' '
(796,26): run-time error CSS1042: Expected function, found ' '
(796,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900);

.clearfix:after, .row:after, #pageMessage:after, .lightboxMessage:after, .page-content:after, .page-content hr:after, .lightbox > div:after {
	content: "";
	display: table;
	clear: both;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #FCE2A9;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.row, #pageMessage, .lightboxMessage {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.column {
	display: block;
	float: left;
	width: 100%;
	padding: 0 1em;
}

	.column:first-child, .column.first {
		padding-left: 0;
	}

	.column:last-child, .column.last {
		padding-right: 0;
	}

	.column.border-right {
		border-right: 1px dashed #ccc;
	}

	.column.border-left {
		border-left: 1px dashed #ccc;
	}

	.column.one-quarter {
		width: 25%;
	}

	.column.one-half {
		width: 50%;
	}

	.column.three-quarter {
		width: 75%;
	}

	.column.one-third {
		width: 33.33333%;
	}

	.column.two-third {
		width: 66.66667%;
	}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Keep Footer Bottom: http://www.cssreset.com/how-to-keep-footer-at-bottom-of-page-with-css/ */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: white;
	font-size: 100%;
	font-family: "Source Sans Pro", "Myriad Pro", sans-serif;
	color: #444444;
	-webkit-font-smoothing: antialiased;
}

header, footer, section, article, sidebar, main {
	display: block;
	position: relative;
}

input {
	-webkit-font-smoothing: antialiased;
}

.page-wrapper {
	position: relative;
	min-height: 100%;
	background: white;
	margin: 0 auto;
}

.page-header-row, .page-content, .page-footer p, .nav-parent {
	margin: 0 auto;
	padding: 0 32px;
	max-width: 984px;
}

.page-header a img, .page-header a {
	border: none;
	outline: none;
}

	.page-header a img {
		display: block;
	}

.page-header-row {
	position: relative;
	padding: 1em 32px;
}

.header-welcome {
	float: right;
	padding-top: 16px;
	color: #cccccc;
}

.header-instructions {
	position: relative;
	color: white;
	text-align: left;
}

.header-instructions-row {
	max-width: 984px;
	margin: 0 auto;
	padding: 8px 32px;
	color: #C62040;
}

	.header-instructions-row:before {
		content: "\2193";
		margin-right: 8px;
	}

.user-navigation {
	position: absolute;
	display: block;
	bottom: 2em;
	right: 2em;
}

	.user-navigation .user-register, .user-navigation .user-login, .user-navigation .user-logout {
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0.5em 1em;
		border-bottom: 2px solid #8CC63F;
		text-decoration: none;
		font-size: 16px;
		background: #8CC63F;
		color: white;
	}

		.user-navigation .user-register:hover, .user-navigation .user-login:hover, .user-navigation .user-logout:hover {
			border-bottom: 2px solid #304221;
		}

	.user-navigation .button {
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: inline-block;
		padding: 0.5em 1em;
		border: 0;
		outline: 0;
		border-bottom: 2px solid #F07C21;
		text-decoration: none;
		font-size: 16px;
		line-height: normal;
		background: #F07C21;
		color: white;
		cursor: pointer;
	}

		.user-navigation .button:hover {
			border-bottom: 2px solid #783E10;
			text-decoration: none;
		}

	.user-navigation .tooltip-wrapper {
		position: relative;
		display: inline-block;
	}

	.user-navigation .tooltip {
		z-index: 400;
		display: none;
		position: absolute;
		margin-top: 4px;
		padding: 0.25em 0.5em;
		border: 2px solid #63639f;
		background: #cbcbdf;
		font-size: 13px;
	}

.page-navigation-wrapper {
	position: relative;
}

a#menu {
	display: none;
}

.page-navigation {
	background: #404041;
	background: -webkit-gradient(top, from(rgba(68, 68, 68, 0.9)), to(rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top, rgba(68, 68, 68, 0.9), rgba(0, 0, 0, 0.9));
	background: -moz-linear-gradient(top, rgba(68, 68, 68, 0.9), rgba(0, 0, 0, 0.9));
	background: -ms-linear-gradient(top, rgba(68, 68, 68, 0.9), rgba(0, 0, 0, 0.9));
	background: -o-linear-gradient(top, rgba(68, 68, 68, 0.9), rgba(0, 0, 0, 0.9));
	background: linear-gradient(to bottom, rgba(68, 68, 68, 0.9), rgba(0, 0, 0, 0.9));
	position: relative;
	overflow: visible;
	height: 53px;
	z-index: 200;
}

	.page-navigation .nav-parent {
		list-style: none;
		display: table;
		table-layout: fixed;
		width: 100%;
	}

		.page-navigation .nav-parent.mobile {
			display: none;
		}

	.page-navigation .nav-item {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		height: 53px;
		text-align: center;
	}

		.page-navigation .nav-item:hover a {
			text-decoration: underline;
		}

		.page-navigation .nav-item.active a {
			background: black;
		}

		.page-navigation .nav-item > a {
			position: relative;
			padding: 0 0.25em;
			width: 100%;
			height: 53px;
			color: white;
			font-size: 0.9em;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			display: block;
			cursor: pointer;
			line-height: normal;
		}

			.page-navigation .nav-item > a span {
				position: relative;
				display: block;
				top: 50%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

		.page-navigation .nav-item > div.link {
			cursor: default;
		}

.page-content {
	display: block;
	position: relative;
	padding: 2em 2em 132px 2em;
	/* common form elements */
	/* additional styling */
}

	.page-content.full-width {
		width: 100%;
	}

	.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
		margin-bottom: 0.25em;
		color: #C62040;
		font-weight: bolder;
	}

	.page-content h1 {
		margin-bottom: 0.5em;
		font-size: 32px;
	}

	.page-content h2 {
		text-transform: uppercase;
	}

		.page-content h2.expand {
			margin: -0.5em 0;
			font-size: 14px;
		}

	.page-content ul, .page-content ol {
		margin: 0 0 1em 1em;
		line-height: 150%;
		color: #444444;
	}

		.page-content ul li, .page-content ol li {
			margin-bottom: 8px;
		}

		.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol {
			margin: 0 0 5px 2em;
		}

	.page-content p {
		margin-bottom: 1em;
		line-height: 150%;
		color: #444444;
	}

	.page-content a {
		position: relative;
		cursor: pointer;
		text-decoration: none;
		color: #C62040;
	}

		.page-content a:hover {
			text-decoration: underline;
		}

	.page-content hr {
		margin: 2em 0;
		border: none;
		height: 1px;
		background: #cccccc;
	}

		.page-content hr.divider {
			position: relative;
			margin: 4em 0;
			height: 4px;
			background: #404041;
		}

			.page-content hr.divider:after {
				content: "NEW PAGE";
				display: block;
				position: absolute;
				top: -9px;
				left: 0;
				padding: 2px 6px;
				background: #404041;
				color: white;
				font-size: 14px;
				letter-spacing: 0.12em;
			}

	.page-content table {
		table-layout: fixed;
		margin-bottom: 1em;
		border-spacing: 0;
		width: 100%;
		font-size: 13px;
	}

		.page-content table.contact tr th:first-of-type, .page-content table.contact tr td:first-of-type {
			width: 27%;
		}

		.page-content table.contact tr th:nth-of-type(2), .page-content table.contact tr td:nth-of-type(2) {
			width: 28%;
		}

		.page-content table.contact tr th:nth-of-type(3), .page-content table.contact tr td:nth-of-type(3) {
			width: 25%;
		}

		.page-content table.contact tr th:last-of-type, .page-content table.contact tr td:last-of-type {
			width: 20%;
		}

		.page-content table tr:nth-child(odd) td {
			background: #f5f5f5;
		}

		.page-content table tr td:first-of-type {
			border-left: 1px solid #cccccc;
		}

		.page-content table tr td:last-of-type {
			border-right: 1px solid #cccccc;
		}

		.page-content table tr td {
			padding: 0.5em 1em;
			margin: 0;
			border-bottom: 1px dashed #cccccc;
			text-overflow: ellipsis;
			overflow: hidden;
		}

		.page-content table tr:last-child td {
			border-bottom: 1px solid #cccccc;
		}

		.page-content table thead tr {
			background: none !important;
		}

			.page-content table thead tr th {
				background: #cccccc;
				padding: 0.5em 1em;
				text-align: left;
				border-bottom: 1px solid #cccccc;
			}

	.page-content label {
		display: inline-block;
		position: relative;
		padding: 4px 6px 0 0;
		font-weight: bold;
	}

	.page-content fieldset {
		padding: 1em;
		border: 1px solid #404041;
	}

	.page-content legend {
		padding: 0 0.5em;
		font-weight: bold;
		text-transform: uppercase;
	}

	.page-content input, .page-content select, .page-content textarea {
		color: #777777;
		font-size: 14px;
		padding: 0.25em 0.5em;
	}

		.page-content input:focus, .page-content textarea:focus {
			background-color: #fafafa;
		}

	.page-content textarea {
		resize: none;
	}

	.page-content input[type=text], .page-content input[type=password], .page-content textarea {
		display: block;
		height: 28px;
		border: 1px solid #cccccc;
	}

	.page-content input[type=date] {
		border: 1px solid #cccccc;
	}

	.page-content .date {
		width: auto !important;
	}

	.page-content input[type=date], .page-content .date {
		cursor: pointer;
	}

		.page-content input[type=date]:hover, .page-content .date:hover {
			background-color: #fafafa;
		}

	.page-content input[type=checkbox], .page-content input[type=radio] {
		margin-right: 4px;
	}

	.page-content input[type=submit], .page-content input[type=button], .page-content .button {
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: inline-block;
		padding: 0.5em 1em;
		border: 0;
		outline: 0;
		border-bottom: 2px solid #F07C21;
		text-decoration: none;
		font-size: 16px;
		line-height: normal;
		background: #F07C21;
		color: white;
		cursor: pointer;
	}

		.page-content input[type=submit]:hover, .page-content input[type=button]:hover, .page-content .button:hover {
			border-bottom: 2px solid #783E10;
			text-decoration: none;
		}

	.page-content .bg-gray {
		margin-bottom: 2em;
		padding: 1em;
		background: #f5f5f5;
		border: 1px solid #cccccc;
	}

		.page-content .bg-gray table {
			margin-bottom: 0;
		}

	.page-content .tooltip-wrapper {
		position: relative;
	}

	.page-content .tooltip {
		display: none;
		position: absolute;
		margin-top: 4px;
		padding: 0.25em 0.5em;
		border: 2px solid #63639f;
		background: #cbcbdf;
		font-size: 13px;
	}

	.page-content img {
		max-width: 100%;
	}

	.page-content .row .one-third, .page-content .one-third #pageMessage, .page-content .one-third .lightboxMessage {
		margin-bottom: 1em;
	}

footer, .page-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: white;
	font-size: 0.85em;
	background: #404041;
}

	footer p.copy, .page-footer p.copy {
		color: white;
	}

/* SEARCH BOX */
.search {
	margin: 1em 0;
}

	.search input#searchtext {
		display: inline-block;
		vertical-align: top;
		margin-right: 0.5em;
		width: auto;
	}

	.search input#btn_search {
		height: 28px;
		line-height: 26px;
		padding-top: 0;
		padding-bottom: 0;
	}

/* ERROR VALIDATION */
span.field-validation-error, span.field-validation-valid {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	color: red;
}

span.required {
	color: red;
}

/* PAGE MESSAGE, LIGHTBOX MESSAGE */
#pageMessage, .lightboxMessage {
	display: block;
	width: 100%;
	max-width: 920px;
	border: 1px solid #9bbf60;
	background: #cddfb0;
	padding: 8px 32px;
	margin: 1em auto;
}

	#pageMessage.hidden, .lightboxMessage.hidden {
		display: none;
	}

	#pageMessage.warning, .lightboxMessage.warning {
		display: block;
		border-color: #ffff7f;
		background: #ffffbf;
	}

	#pageMessage.error, .lightboxMessage.error {
		display: block;
		border-color: #ff7f7f;
		background: #ffbfbf;
	}

/* LIGHTBOX  */
.lightbox {
	display: none;
	z-index: 999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

	.lightbox > div {
		-webkit-border-radius: 0.25em;
		-moz-border-radius: 0.25em;
		border-radius: 0.25em;
		position: relative;
		display: block;
		background: white;
		padding: 2em;
		margin: 5% auto;
		width: 100%;
		max-width: 6in;
		height: auto;
		overflow: hidden;
		overflow-y: scroll;
	}

	.lightbox .row .row, .lightbox #pageMessage .row, .lightbox .lightboxMessage .row, .lightbox .row #pageMessage, .lightbox #pageMessage #pageMessage, .lightbox .lightboxMessage #pageMessage, .lightbox .row .lightboxMessage, .lightbox #pageMessage .lightboxMessage, .lightbox .lightboxMessage .lightboxMessage {
		margin-bottom: 4px;
		padding-bottom: 4px;
		border-bottom: 1px solid #cccccc;
	}

		.lightbox .row .row:last-of-type, .lightbox #pageMessage .row:last-of-type, .lightbox .lightboxMessage .row:last-of-type, .lightbox .row #pageMessage:last-of-type, .lightbox #pageMessage #pageMessage:last-of-type, .lightbox .lightboxMessage #pageMessage:last-of-type, .lightbox .row .lightboxMessage:last-of-type, .lightbox #pageMessage .lightboxMessage:last-of-type, .lightbox .lightboxMessage .lightboxMessage:last-of-type {
			border-bottom: 0;
		}

	.lightbox > div a.close {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: absolute;
		top: 5px;
		right: 5px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 26px;
		text-transform: uppercase;
		font-size: 28px;
		text-align: center;
		background: #cccccc;
		color: white !important;
		text-decoration: none;
		border: 2px solid white;
	}

		.lightbox > div a.close:hover {
			background: #444444;
		}

/* LOADING */
.loading {
	display: block;
	margin-top: 2em;
	background: url('/Images/Filling broken ring.gif') no-repeat center !important;
	background-size: contain !important;
	height: 32px;
}

/* EXPANDABLE / COLLAPSIBLE LIST */
.expand {
	cursor: pointer;
}

	.expand:hover h2 {
		color: #404041;
	}

	.expand h2:after {
		padding-left: 6px;
		content: " +";
	}

	.expand.collapse h2:after {
		content: " –";
	}

.expandable {
	display: none;
	margin-top: 15px;
}

	.expandable h3, .expandable p, .expandable ul, .expandable ol {
		font-size: 13px !important;
		line-height: 1.2em !important;
	}

/* RESPONSIVE DESIGN */
@media only screen and (max-width: 984px) {
	#pageMessage, .lightboxMessage {
		margin: 1em 32px;
		width: 100%;
		width: -webkit-calc(100% - 64px);
		width: -moz-calc(100% - 64px);
		width: calc(100% - 64px);
	}
}
/* < 960px */
@media only screen and (max-width: 960px) {
	section.page-wrapper {
		width: auto;
	}

	#pageMessage .column.one-half, .lightboxMessage .column.one-half {
		width: 100% !important;
		margin-bottom: 1em;
	}

	#pageMessage .column.one-quarter, .lightboxMessage .column.one-quarter {
		width: 50% !important;
		margin-bottom: 1em;
	}

	#pageMessage .column.three-quarter, .lightboxMessage .column.three-quarter {
		width: 100% !important;
	}

	#pageMessage .column.border-left, .lightboxMessage .column.border-left {
		border: 0;
	}
}
/* < 768px */
@media only screen and (max-width: 768px) {
	#pageMessage, .lightboxMessage {
		margin: 1em 16px;
		width: 100%;
		width: -webkit-calc(100% - 32px);
		width: -moz-calc(100% - 32px);
		width: calc(100% - 32px);
	}

	main.page-content {
		margin-top: 0;
		padding: 1em 1em 188px;
	}

	fieldset {
		padding: 1em !important;
	}

	header.page-header {
		z-index: 300;
	}

		header.page-header h1 img, header.page-header h1 a {
			height: 75px;
		}

		header.page-header h1 a {
			display: block;
		}

	.page-header-row {
		padding: 16px;
	}

	.header-welcome {
		width: 160px;
		text-align: right;
	}

	.header-instructions-row {
		padding: 8px 16px;
	}

	.user-navigation {
		width: 200px;
		text-align: right;
	}

	.header-welcome {
		padding-top: 8px;
	}

	nav.user-navigation {
		right: 16px;
	}

	thead, tbody, th, tr, td {
		display: block !important;
		float: left;
		width: 100% !important;
	}

	thead {
		display: none !important;
	}

	tr {
		border-bottom: 1px dashed #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}

		tr td {
			border: none !important;
			position: relative;
			padding: 0 0.5em !important;
		}

			tr td:first-child {
				padding-top: 0.5em !important;
			}

			tr td:last-of-type {
				padding-bottom: 0.5em !important;
			}

		tr:first-child {
			border-top: 1px solid #cccccc;
		}

		tr:last-child {
			border-bottom: 1px solid #cccccc;
		}

	.bg-gray .one-third, .bg-gray .two-third {
		float: none;
		clear: both;
		padding: 0;
		width: 100%;
	}

	.bg-gray .two-third {
		border-top: 1px solid #C62040;
		margin-top: 1.5em;
		padding-top: 1.5em;
	}

	/* mobile menu: http://blog.teamtreehouse.com/create-an-absolute-basic-mobile-css-responsive-navigation-menu */
	.page-navigation-wrapper {
		text-align: center;
	}

	a#menu {
		display: block;
		margin: 0 auto;
		text-align: center;
		height: 36px;
		width: 100%;
		cursor: pointer;
		text-decoration: none;
		color: white;
		font-size: 36px;
		line-height: 36px;
		overflow: hidden;
		background: rgba(68, 68, 68, 0.9);
	}

		a#menu:hover {
			text-decoration: none;
			color: #C62040;
		}

		a#menu .mobile-close, a#menu .mobile-open {
			display: block;
			margin: 0 auto;
			height: 34px;
			width: 34px;
			text-align: center;
		}

		a#menu .mobile-close {
			display: none;
		}

	nav.page-navigation {
		display: none;
		height: auto;
	}

		nav.page-navigation .nav-item a {
			-webkit-transition: 0 background ease;
			-moz-transition: 0 background ease;
			-ms-transition: 0 background ease;
			-o-transition: 0 background ease;
			transition: 0 background ease;
		}

		nav.page-navigation ul {
			display: none;
			position: relative;
			left: 0;
			top: 0;
			width: 100%;
			z-index: 200;
		}

			nav.page-navigation ul.nav-parent {
				display: block;
				padding: 0;
			}

				nav.page-navigation ul.nav-parent li.nav-item {
					display: block;
					float: none;
					border-left: none;
					border-bottom: 1px solid #6f6f70;
					height: auto;
					width: 100%;
					max-width: none;
				}

					nav.page-navigation ul.nav-parent li.nav-item a, nav.page-navigation ul.nav-parent li.nav-item div.link {
						height: 48px;
					}

					nav.page-navigation ul.nav-parent li.nav-item:last-child {
						border-bottom: none;
					}

	#pageMessage .column, .lightboxMessage .column {
		width: 100% !important;
		padding: 0 !important;
	}
}
/* < 480px */
@media only screen and (max-width: 480px) {
	header.page-header {
		height: auto;
	}

		header.page-header h1 img, header.page-header h1 a {
			height: 45px;
			position: relative;
		}

	.header-welcome, nav.user-navigation {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		float: none;
		width: auto;
		text-align: left;
	}

	.header-welcome {
		margin-bottom: 8px;
	}

	nav.user-navigation {
		margin-bottom: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #cccccc;
	}

		nav.user-navigation a.user-login, nav.user-navigation a.user-logout, nav.user-navigation a.user-register {
			display: inline-block;
		}

	.search input[type="text"], .search input#searchtext {
		margin-bottom: 8px;
		width: 100%;
	}

	.lightbox > div {
		padding: 2em 1em 1em;
	}
}

/*# sourceMappingURL=sociallaw.css.map */

