body {
	font-family: Montserrat, sans-serif;
	background-color: #ffffff;
	color: #404040;
	font-size: 1rem;
	line-height: 1.6em;
}

#printHeader,
#printFooter {
	display: none;
}

h1 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-family: Merriweather, serif;
	color: #565656;
	font-size: 2rem;
	line-height: 1.5em;
	font-weight: 400;
}

h2 {
	margin-top: 1.5rem;
	margin-bottom: 0.7rem;
	font-family: Merriweather, serif;
	color: #565656;
	font-size: 1.75rem;
	line-height: 1.5em;
	font-weight: 400;
}

h3 {
	margin-top: 1.5rem;
	margin-bottom: 0.7rem;
	font-family: Merriweather, serif;
	color: #565656;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: 400;
}

h4 {
	margin-top: 1.25rem;
	margin-bottom: 0.7rem;
	font-family: Merriweather, serif;
	color: #565656;
	font-size: 1.25rem;
	line-height: 1.6em;
	font-weight: 400;
}

h5 {
	margin-top: 1.25rem;
	margin-bottom: 0.7rem;
	font-family: Merriweather, serif;
	color: #565656;
	font-size: 1rem;
	line-height: 1.6em;
	font-weight: 700;
}

h6 {
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
	font-family: Merriweather, serif;
	color: #565656;
	font-size: 0.9rem;
	line-height: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
}

p {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 400;
}

a {
	background-color: transparent;
	color: #404040;
	text-decoration: underline;
}

ul {
	margin-top: 0px;
	margin-bottom: 1rem;
	padding-left: 40px;
}

ol {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px;
}

ul ol,
ol ol {
	margin-bottom: 0;
}

ul ul,
ol ul {
	margin-bottom: 0;
}

label {
	display: block;
	margin-bottom: 5px;
	font-size: 0.8571rem;
	line-height: 1.5rem;
	font-weight: 700;
}

blockquote {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding: 1.5rem 1.25rem;
	border-left: 5px solid #c09f80;
	background-color: rgba(192, 159, 128, 0.2);
	color: #312f2f;
	font-size: 1.143rem;
	line-height: 1.843rem;
}

.button,
.primary,
.secondary,
.tertiary,
button[type="submit"],
#jobs_module.cms_form .cms_form_button {
	-webkit-transition: all 200ms ease;
	background-color: #612323;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	height: 44px;
	line-height: 1.6rem;
	margin-bottom: 1rem;
	margin-right: 1.5rem;
	margin-top: 1rem;
	min-width: 100px;
	padding: 9px 1rem 10px;
	text-align: center;
	text-decoration: none;
	transition: all 200ms ease;
}

.primary,
.secondary,
.tertiary,
button[type="submit"],
#jobs_module.cms_form .cms_form_button {
	padding: 9px 1rem 10px !important;
	border: 0 none !important;
}

.primary:hover,
button[type="submit"].primary {
	background-color: #501818 !important;
}

.button.secondary,
.secondary,
button[type="submit"].secondary {
	background-color: #c09f80;
	color: #312f2f !important;
	text-align: center;
}

.secondary:hover,
button[type="submit"].secondary:hover {
	color: #fff !important;
}

.button.search-button {
	width: 30%;
	height: 2.5rem;
	min-height: 2.5rem;
	margin-top: 0rem;
	margin-right: 0rem;
	margin-bottom: 0rem;
	padding: 0.38rem 1rem;
	float: left;
}

.button.court-search-button {
	color: #312f2f;
}

.button.search-button.search-top-button:hover,
.button.court-search-button:hover {
	color: #fff;
	background-color: #ad8a69;
}

.button.search-button.search-top-button {
	height: 44px;
	color: #312f2f;
	background-color: #c09f80;
}

.button.sidebar-button {
	height: 36px;
	min-width: 0px;
	margin-top: 0.5rem;
	margin-right: 0rem;
	margin-bottom: 0.5rem;
	padding: 0.35rem 0.75rem;
	background-color: #c09f80;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.button.sidebar-button:hover {
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.button.court-search-button {
	width: 25%;
	height: 44px;
	margin-top: 0rem;
	margin-right: 0rem;
	margin-bottom: 0rem;
	background-color: #c09f80;
}

.button.tertiary,
.tertiary,
button[type="submit"].tertiary {
	height: 36px;
	min-width: 0px;
	margin-top: 0.5rem;
	margin-right: 0rem;
	margin-bottom: 0.5rem;
	padding: 0.35rem 1rem;
	color: #312f2f !important;
	background-color: #ccccca;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.tertiary,
button[type="submit"].tertiary {
	padding: 0.35rem 1rem !important;
}

.tertiary:hover,
button[type="submit"].tertiary:hover {
	color: #fff !important;
	cursor: pointer;
}

.main-content-wrapper {
	padding-top: 0.7rem;
	float: left;
	width: 100%;
}

.text-styles {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

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

.container.inside-pg-content-container {
	display: block;
	padding-right: 2%;
	padding-left: 2%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
}

.container.footer-container {
	display: block;
	padding: 3rem 2rem 1.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 5px solid #cec1b7;
}

.container.top-cbs-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: none;
	background-color: #fff;
}

.container.lower-container {
	height: 100%;
}

.container.page-title-container {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 5px solid #7ba8a3;
	background-image: url('../images/blu-stripes.png'), -webkit-linear-gradient(270deg, #577990, #577990);
	background-image: url('../images/blu-stripes.png'), linear-gradient(180deg, #577990, #577990);
	background-position: 0px 0px, 0px 0px;
	background-size: 50px, auto;
	text-align: center;
}

.left-nav-col {
	width: 20%;
	height: 100%;
	margin-right: 3%;
	padding-top: 2.25rem;
	float: left;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.inside-content-column {
	width: 80%;
	float: left;
}

.inside-content-column.right-sidebar-only-content-column {
	width: 100%;
}

.inside-content-column.no-sidebars-content-column {
	display: block;
	width: 100%;
	margin-right: 10%;
	margin-left: 10%;
}

.breadcrumbs-wrapper {
	margin-top: 1rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
}

.breadcrumb-link {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(68, 62, 63, 0.31);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #565656;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-decoration: none;
}

.breadcrumb-link:hover {
	border-bottom-color: transparent;
}

.breadcrumb-link.current-bc-link {
	border-style: none;
}

.breadcrumb-current {
	display: inline-block;
	color: #612323;
}

.content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.right-side-col {
	width: 21%;
	margin-left: 4%;
	padding-top: 0.125rem;
	float: left;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.right-side-col h2 {
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
	font-size: 1.143rem;
	line-height: 1.743rem;
}

.right-side-col p,
.right-side-col li,
.right-side-col a {
	font-size: 0.95rem;
	line-height: 1.45rem;
}

.right-side-col h3 {
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
	color: #662c2c;
	font-size: 1.143rem;
	line-height: 1.743rem;
}

.right-side-col h4 {
	margin-bottom: 0.5rem;
	color: #662c2c;
	font-size: 1.143rem;
	line-height: 1.743rem;
}

.left-nav-section-title {
	margin-bottom: 0rem;
	font-size: 1.5rem;
	text-decoration: none;
}

.left-nav-section-title-link {
	display: block;
	padding-left: 0.35rem;
	border-bottom: 1px dashed rgba(137, 152, 158, 0.75);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-family: Montserrat, sans-serif;
	color: #662c2c;
	font-size: 1.125rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.left-nav-list {
	margin-bottom: 0rem;
}

.left-nav-list-item {
	margin-bottom: 0;
	padding-right: 0.5rem;
}

.left-nav-list-item.grandchild-li {
	margin-left: 1rem;
}

.left-nav-list-item.grandchild-li {
	margin-left: 1rem;
	font-size: 0.9rem;
}

.left-nav-link {
	display: block;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	padding-left: 0.35rem;
	border-bottom: 1px dashed rgba(137, 152, 158, 0.75);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #565656;
	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: 400;
	text-decoration: none;
}

.left-nav-link:hover {
	-webkit-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	transform: translate(10px, 0px);
	color: #501818;
}

.left-nav-link.grandchild-link {
	padding-left: 0rem;
	font-size: 0.93rem;
}

.left-nav-link.grandchild-link,
.left-nav-list-item .grandchild-li .grandchild-li a {
	font-size: 0.85rem;
	line-height: 1.4rem;
}

.left-nav-link.w--current,
.left-nav-list-item .grandchild-li .grandchild-li a.w--current {
	box-shadow: -3px 0 0 0 #c09f80;
	color: #501818;
	padding-left: 0.35rem;
}

.left-nav-link.grandchild-link.w--current:hover,
.left-nav-list-item .grandchild-li .grandchild-li a.w--current:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.header-section {
	position: relative;
	z-index: 1000;
	width: 100%;
}

.header-section.header-section-search-top {
	background-color: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.navbar {
	background-color: #fff;
	display: block;
}

.brand {
	display: block;
	width: 500px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.nav-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 7%;
	padding-left: 7%;
	float: none;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	text-align: center;
}

.main-nav-link {
	position: relative;
	display: block;
	padding: 0.75rem;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	box-shadow: inset 0 0 0 0 transparent;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #312f2f;
	line-height: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

a.anchor {
	border: none;
	content: "";
	display: block;
	font-size: 0;
	height: 121px;
	margin-top: -121px;
}

.main-nav-link:hover {
	box-shadow: inset 0 -6px 0 0 #662c2c;
	color: #501818;
}

.main-nav-link.selected {
	box-shadow: inset 0 -6px 0 0 #662c2c;
	color: #501818;
}

span.main-nav-link {
	cursor: default;
}

span.main-nav-link:hover {
	color: #312f2f;
	cursor: pointer;
}

.dropdown-wrapper:hover .main-nav-link {
	box-shadow: inset 0 -6px 0 0 #662c2c;
}

.main-nav-link.mobile-duplicate {
	display: none;
}

.w-nav-button.w--open {
	background-color: unset;
	color: unset;
}

.dropdown-wrapper {
	overflow: hidden;
	text-align: center;
}

.dropdown-list {
	position: absolute;
	overflow: hidden;
	height: 0px;
	max-width: 400px;
	min-width: 200px;
	padding: 0.5rem 0.3rem;
	background-color: #f2f4f2;
	opacity: 0;
	text-align: left;
}

.dropdown-link {
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 2px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #312f2f;
	font-size: 0.9rem;
	font-weight: 400;
	text-decoration: none;
}

.dropdown-link:last-of-type {
	margin-bottom: 0;
}

.dropdown-link:hover {
	background-color: #612323;
	color: #fff;
	cursor: pointer;
}

.dropdown-link.selected {
	background-color: #612323;
	color: #fff;
}

.rotator {
	height: 55vh;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(236, 231, 227, 0.54), rgba(236, 231, 227, 0.54)), url('/assets/images/blu-stripes.png');
	background-position: 0px 0px, 0px 0px;
	background-size: auto, 50px;
}

.slideshow-arrow {
	left: auto;
	top: auto;
	right: 1rem;
	bottom: 1.5rem;
	width: 3rem;
	height: 3rem;
	color: #312f2f;
	background-color: #c09f80;
	transition: all 200ms ease;
}

.slideshow-arrow:hover {
	background-color: #ad8a69;
}

.slideshow-arrow.left-arrow {
	margin-right: 3.5rem;
}

.slidenav {
	padding-top: 0.75rem;
	font-size: 0.75rem;
}

.slide-caption-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5rem 2% 4.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.slide-caption-header {
	width: 100%;
	margin-top: 0rem;
	font-family: Merriweather, serif;
	color: #565656;
	font-size: 2rem;
	line-height: 1.35em;
	font-weight: 400;
}

.slide-caption-paragraph,
.slide-caption-wrapper p {
	width: 100%;
	color: #000;
	font-size: 1rem;
	line-height: 1.6em;
}

.arrow-icon {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.5rem;
}

.cb-static {
	width: 33.33%;
}

.cb-static.footer-cb-1 {
	width: 15%;
	padding-right: 0rem;
	padding-left: 0rem;
	background-color: transparent;
}

.cb-static.footer-cb-2 {
	width: 70%;
	padding-right: 0rem;
	padding-left: 0rem;
	background-color: transparent;
	text-align: center;
}

.cb-static.footer-cb-3 {
	width: 15%;
	padding-right: 0rem;
	padding-left: 0rem;
	background-color: transparent;
}

.cb-static.footer-cb-4 {
	width: 100%;
	text-align: center;
}

.footer-section {
	background-color: #443e3f;
	background-image: url('../images/blu-stripes.png'), linear-gradient(180deg, #612323, #612323);
	background-position: 0px 0px, 0px 0px, 0px 0px;
	background-size: 50px, auto, auto;
}

.lower-content-wrapper {
	width: 65%;
	padding: 2.5rem 3rem 2.25rem;
	background-color: hsla(0, 0%, 100%, 0.9);
	text-align: center;
}

.footer-grip-link {
	width: 130px;
	height: 28px;
	min-width: 0px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 0;
	opacity: 0.7;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
	cursor: pointer;
}

.footer-grip-link {
	opacity: 1;
}

#GRIPFooterLogo {
	padding-top: 0 !important;
}

#GRIPFooterLogoText {
	background-color: transparent;
	line-height: 0.5rem;
}

#GRIPFooterLogoImg {
	margin-top: -15px !important;
}

.grip-logo-text-box {
	color: #fff;
	font-size: 0.5rem;
	line-height: 0.5rem;
	text-decoration: none;
	text-transform: uppercase;
}

.copyright-paragraph {
	display: block;
	color: #fff;
	font-size: 0.8rem;
}

.signoff-link {
	display: inline-block;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #fff;
	font-size: 0.9rem;
	text-decoration: none;
	cursor: pointer;
}

.signoff-link:hover {
	border-bottom-color: transparent;
	opacity: 0.65;
	color: #fff;
}

.lower-cb-paragraph,
.lower-content-wrapper p {
	font-size: 1.125rem;
	line-height: 1.75em;
}

.social-media-link-block {
	width: 2.25rem;
	height: 2.25rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	background-image: url('../images/facebook_wht.png');
	background-position: 50% 50%;
	background-size: 25px;
	background-repeat: no-repeat;
}

.social-media-link-block.footer-socmed-link-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0rem;
	float: right;
	justify-content: center;
	background-color: #c09f80;
	background-image: none;
	transition: all 200ms ease;
	cursor: pointer;
	padding: 5px;
}

.social-media-link-block.footer-socmed-link-block:hover {
	background-color: #c09f80;
	background-image: none;
	opacity: 0.8;
}

.footer-links-wrapper {
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	max-width: 700px;
}

.two-part-mobile-nav-wrapper {
	display: none;
}

.horiz-divider {
	height: 2px;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	background-color: #000;
}

.header-search-field {
	display: inline-block;
	width: 70%;
	height: 2.5rem;
	margin-bottom: 0px;
	float: left;
	border: 0px none transparent;
}

.header-search-field.search-top-field {
	height: 44px;
}

.search-dd-button {
	width: 3rem;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0.75rem 1rem;
	background-image: url('../images/search_blk.svg'), url('../images/search_wht.svg');
	background-position: 50% 50%, 50% 50%;
	background-size: 17px 17px, 17px 17px;
	background-repeat: no-repeat, no-repeat;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.search-dd-button.search-top-button {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	background-image: url('../images/mag-glass-312f2f-charcoal.svg');
	background-position: 50% 50%;
	background-size: 17px 17px;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 0 transparent;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	cursor: pointer;
}

.search-dd-button.search-top-button:hover {
	background-image: url('/assets/images/mag-glass-brown.svg');
	background-position: 50% 50%;
	background-size: 17px 17px;
	background-repeat: no-repeat;
	box-shadow: inset 0 -6px 0 0 #662c2c;
}

.search-dd-button.search-top-button.opened {
	box-shadow: inset 0 -6px 0 0 #662c2c;
}

.header-search-form {
	display: block;
	border-style: none;
}

.header-search-form-wrapper {
	width: 50%;
	margin-bottom: 0px;
	padding: 1rem;
	float: right;
	background-color: rgba(0, 0, 0, 0.5);
}

.header-search-form-wrapper.search-top-wrapper {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5rem 2rem 2rem;
	float: none;
	background-color: transparent;
}

.breadcrumb-divider {
	display: inline-block;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	font-size: 1rem;
}

.success-message-box {
	border: 1px solid #1a5b0b;
	background-color: #f1fced;
	color: #1a5b0b;
}

.error-message-box {
	border: 1px solid #d50a2f;
	background-color: #fef3ee;
	color: #d50a2f;
}

.footer-heading {
	margin-top: 0rem;
	text-align: left;
}

.footer-heading.social-heading {
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 1rem;
	text-align: right;
	text-transform: uppercase;
}

.cb-right {
	width: 60%;
	padding: 2.5rem 5% 2.25rem 3.5%;
}

.news-item,
#news_module.homepage_contentbox.displaymode_list .cms_list_item {
	margin-bottom: 0.75rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px dashed #c6ccbe;
}

.news-date,
#news_module.homepage_contentbox.displaymode_list .cms_date h3 {
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	font-weight: 400;
	color: #404040;
	font-family: Montserrat, sans-serif;
}

.news-abstract,
#news_module.homepage_contentbox.displaymode_list .cms_description p {
	margin-bottom: 0.75rem;
}

.intro-paragraph,
.intro_paragraph {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	font-family: Merriweather, serif;
	color: #662c2c;
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: 400;
	display: block;
}

.alert-content-wrap {
	display: block;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #ffdd19;
}

.alert-icon-wrap {
	width: 34px;
	min-height: 34px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	border-right: 2px solid #fff;
	background-color: #ffee8c;
	text-align: center;
}

.text-wrap {
	min-height: 34px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.button-wrap {
	height: 100%;
	min-height: 34px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: right;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.link {
	display: block;
	width: 54px;
	height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 3px 14px;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: #ffee8c;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #000;
	font-size: 0.75rem;
	line-height: 0.8125rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.text-block {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

.alert-wrap {
	margin-right: 20px;
	margin-left: 20px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #ffee8c;
}

.section {
	margin-top: 40px;
	margin-bottom: 40px;
}

.image {
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.image-2 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.image-3 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.image-4 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.body {
	margin-top: 1px;
}

.header-flex-container {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 1.75rem 2rem 1.25rem 3rem;
	justify-content: flex-start;
	background-image: linear-gradient(180deg, rgba(236, 231, 227, 0.54), rgba(236, 231, 227, 0.54)), url('/assets/images/blu-stripes.png');
	background-position: 0px 0px, 0px 0px, 0px 0px;
	background-size: auto, 50px;
}

.header-search-container {
	position: absolute;
	left: 2px;
	top: 100%;
	right: 2px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0px;
	max-width: 1200px;
	min-height: 0px;
	margin-top: -1px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-container-top {
	overflow: hidden;
	height: 0px;
	background-color: #612323;
	background-image: url('../images/blu-stripes.png');
	background-position: 0px 0px;
	background-size: 50px;
}

.close-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.75rem;
	padding: 0.25rem 0.25rem 0.25rem 0.5rem;
	float: right;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.8;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
}

.close-link:hover {
	opacity: 1;
}

.close-x {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0rem;
	float: left;
	background-image: url('/assets/images/close_x_white.svg');
	background-position: 50% 67%;
	background-size: 13px 13px;
	background-repeat: no-repeat;
}

.close-text {
	padding-top: 3px;
	float: left;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1em;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.search-container-push-down-rotator {
	overflow: hidden;
	height: 0vh;
}

.text-link,
.inside-content-column a:not(.breadcrumb-link):not(.primary):not(.secondary):not(.tertiary):not(.tab-link),
#news_module.homepage_contentbox.displaymode_list .cms_title h3 a,
#news_module.homepage_contentbox.displaymode_list .cms_description a {
	border-bottom: 1px solid rgba(68, 62, 63, 0.31);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}

#news_module.homepage_contentbox.displaymode_list .cms_description a {
	color: #501818;
}

#news_module.homepage_contentbox.displaymode_list .cms_description a:hover {
	color: #c09f80;
	background-color: transparent;
	border-bottom: none;
}

#news_module.homepage_contentbox.displaymode_list .cms_title h3 a:hover {
	color: #c09f80 !important;
	cursor: pointer;
}

#news_module.homepage_contentbox.displaymode_list .cms_title h3 {
	line-height: 1.6rem;
	margin: 0;
}

.text-link.news-feed-link,
#news_module.homepage_contentbox.displaymode_list .cms_title h3 a {
	font-family: Montserrat, sans-serif;
	line-height: 1.6rem;
	font-size: 1.1rem;
}

.text-link.news-feed-link:hover,
#news_module.homepage_contentbox.displaymode_list .cms_title h3 a:hover {
	border-bottom-color: #fff;
	color: #662c2c;
	background-color: transparent;
}

.text-link.alert-text-link:hover,
.alert-section .container a:hover {
	color: #07323a;
	cursor: pointer;
}

.h2-heading {
	font-family: Merriweather, serif;
	font-weight: 400;
}

.list-item,
li {
	margin-bottom: 0.25rem;
}

.h3-heading {
	font-family: Merriweather, serif;
	font-weight: 400;
}

.screen-message {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem 1rem 1rem 1.25rem;
}

.screen-message.success {
	background-color: #b5eebe;
	display: block;
}

.screen-message.error {
	background-color: #f5d1d1;
	display: block;
}

.screen-message-text {
	color: #000;
	display: block;
}

.para {
	line-height: 1.6rem;
}

.inside-page-section {
	background-image: linear-gradient(180deg, rgba(236, 231, 227, 0.54), rgba(236, 231, 227, 0.54)), url('/assets/images/blu-stripes.png');
	background-position: 0px 0px, 0px 0px;
	background-size: auto, 50px;
}

.inside-page-banner-section {
	position: relative;
	display: block;
	height: 270px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-image: var(--inside-page-bg-img);
	background-position: 50% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.inside-content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 2rem;
}

.get-acrobat-link {
	width: 160px;
	height: 41px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
}

.get-acrobat-link:hover {
	opacity: 0.8;
}

.cb-header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cb-header-wrap.lower-cb-header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cb-header-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 1rem;
	border-radius: 50%;
	background-color: #c09f80;
}

.cb-header-icon.cb-1-icon {
	background-position: 50% 50%;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

.cb-header-icon.cb-2-icon {
	background-position: 50% 50%;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

.cb-header-icon.lower-cb-icon {
	margin-right: 0rem;
	background-color: #c09f80;
	background-position: 50% 50%;
	background-size: 32px 32px;
	background-repeat: no-repeat;
}

.cb-left p {
	margin: 0;
}

.cb-list-link,
.cb-left a {
	display: block;
	padding-top: 0.75rem;
	padding-right: 2rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px dashed rgba(137, 152, 158, 0.75);
	background-image: url('../images/arrow2_right_black_50.svg');
	background-position: 100% 50%;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
}

.cb-list-link:hover,
.cb-left a:hover {
	background-image: url('../images/arrow2_right_black.svg');
	background-size: 28px 28px;
	color: #662c2c;
}

.slide-image {
	display: block;
	width: 70%;
	height: 100%;
	background-color: #fff;
	background-image: url('../images/11_99105_00_N15.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-image.slide-image-2 {
	background-image: url('../images/23730508424_31bb741cb5_o.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.slide-image.slide-image-1 {
	width: 70%;
	background-image: url('../images/11_99105_00_N2.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.mask {
	overflow: hidden;
}

.cb-heading {
	display: inline-block;
	margin-top: 0rem;
	margin-bottom: 0rem;
	font-family: Merriweather, serif;
	color: #565656;
	font-size: 2rem;
	line-height: 1.35em;
}

.cb-heading.court-finder-head {
	color: #fff;
	font-size: 1.75rem;
}

.cb-heading.lower-cb-heading {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
	line-height: 1.6em;
}

.lower-content-flex-parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding-top: 6rem;
	padding-bottom: 6rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.photo-bg-section {
	background-image: url('/assets/images/iowa-judicial-building.webp');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.court-search-text-field {
	display: block;
	width: 75%;
	height: 44px;
	margin-bottom: 0px;
	float: left;
	background-color: hsla(0, 0%, 100%, 0.9);
}

.court-finder-form-wrapper {
	display: block;
	width: 40%;
	margin-bottom: 0px;
	margin-left: 2rem;
}

.court-finder-section {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 5px solid #cec1b7;
	background-color: #612323;
	background-image: url('../images/blu-stripes.png');
	background-position: 0px 0px;
	background-size: 50px;
}

.court-finder-flex-parent {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 1rem;
	padding-left: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.court-finder-search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.cb-left {
	width: 40%;
	padding: 2.5rem 3.5% 2.5rem 5%;
	background-image: linear-gradient(180deg, rgba(236, 231, 227, 0.54), rgba(236, 231, 227, 0.54)), url('/assets/images/blu-stripes.png');
	background-position: 0px 0px, 0px 0px;
	background-size: auto, 50px;
}

.header-link,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	border-bottom: 1px solid rgba(68, 62, 63, 0.31);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #662c2c;
	text-decoration: none;
}

.header-link:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	border-bottom-color: transparent !important;
	color: #c09f80 !important;
}

.breadcrumb-link:hover {
	color: #565656 !important;
}

.alert-section {
	display: block;
	padding: 1.5rem 2rem 0.5rem;
	border-top: 3px solid #c09f80;
	background-color: #cec1b7;
	text-align: center;
}

.alert-section p {
	margin-top: 0;
	color: #000;
}

.alert-section h1,
.alert-section h2,
.alert-section h3,
.alert-section h4,
.alert-section h5,
.alert-section h6 {
	margin-top: 0;
	color: #000;
}

.footer-info-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.more-link,
#news_module.homepage_contentbox.displaymode_list > a {
	display: inline-block;
	padding-right: 18px;
	background-image: url('../images/arrow2_right_black_50.svg');
	background-position: 100% 50%;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #612323;
	font-weight: 500;
	text-decoration: none;
}

.more-link:hover,
#news_module.homepage_contentbox.displaymode_list > a:hover {
	padding-right: 23px;
	background-image: url('../images/arrow2_right_black.svg');
	background-size: 12px 12px;
	color: #662c2c;
}

.image-5 {
	display: none;
}

.logo-image-tagline {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.logo-image-name {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.brand-sticky {
	position: relative;
	z-index: 2000;
	display: none;
	width: 300px;
	margin-left: 2.5rem;
}

.div-block {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.alert-text-link,
.alert-section .container a {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid rgba(68, 62, 63, 0.31);
}

.alert-text-link:hover,
.alert-section .container a:hover {
	color: #07323a;
	text-decoration: none;
	border-bottom-color: #fff;
}

.page-title {
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	font-size: 2.125rem;
	font-weight: 400;
	text-align: left;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.page-title.no-sidebars-page-title {
	margin-right: 10%;
	margin-left: 10%;
}

.page-title-container {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2%;
	padding-left: 2%;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 5px solid #cec1b7;
	background-color: #612323;
	background-image: url('../images/blu-stripes.png');
	background-position: 0px 0px;
	background-size: 50px;
}

.page-title-left-spacer {
	width: 20%;
	margin-right: 3%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.unordered-list-2 {
	margin-bottom: 0rem;
}

.unordered-list-3 {
	margin-bottom: 0rem;
}

.fake-sv-image-example {
	width: 100%;
	height: 400px;
	background-image: url('../images/636197365172875577-0111-State-of-Judiciary-02.jpg');
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.breadcrumbs-list {
	display: inline-block;
	margin-bottom: 0px;
	padding-left: 0px;
}

.breadcrumbs-list-item {
	display: inline-block;
	float: left;
}


.tab-widget {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.tab-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 20%;
	padding-right: 8px;
	padding-left: 8px;
	background-color: transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 0.85rem;
	line-height: 1.25em;
	font-weight: 500;
	text-align: center;
	border-bottom: 0;
	align-items: center;
}

.tab-link:hover {
	-webkit-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
	transform: translate(0px, -4px);
	color: #659793;
}

.tab-link.w--current {
	background-color: rgba(138, 187, 181, 0.2);
	box-shadow: inset 0 -4px 0 0 #005969;
}

.tab-link.w--current:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: #404040;
}

.tabs-content .tab-link {
	display: none;
}

.tabs-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tabs-content {
	padding: 1rem 2rem 1.5rem;
	border: 1px solid #005969;
}

.tab-arrow {
	display: none;
}

html.w-mod-js *[data-ix="slide-caption-load"] {
	opacity: 0;
	-webkit-transform: translate(200px, 0px);
	-ms-transform: translate(200px, 0px);
	transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="cb-1-scroll-load"] {
	opacity: 0;
	-webkit-transform: translate(-200px, 0px);
	-ms-transform: translate(-200px, 0px);
	transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="cb-2-scroll-load"] {
	opacity: 0;
	-webkit-transform: translate(200px, 0px);
	-ms-transform: translate(200px, 0px);
	transform: translate(200px, 0px);
}

.page-wrapper-full {
	color: #404040;
	background-color: #ffff;
}

@media (max-width: 991px) {
	.tab-arrow {
		display: none;
	}

	.page-wrapper-full {
		overflow-x: hidden;
	}

	.button.court-search-button {
		min-width: 40px;
	}

	.main-content-wrapper {
		width: 100%;
	}

	.container {
		max-width: 991px;
	}

	.container.inside-pg-content-container {
		max-width: 991px;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.container.top-cbs-container {
		max-width: 991px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.container.page-title-container {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.left-nav-col {
		display: none;
	}

	.inside-content-column {
		width: 100%;
		margin-left: 0rem;
	}

	.inside-content-column.no-sidebars-content-column {
		width: 100%;
		margin-right: 0%;
		margin-left: 0%;
	}

	.breadcrumbs-wrapper {
		line-height: 1.5rem;
	}

	.breadcrumb-link {
		margin-top: 0.25rem;
	}

	.breadcrumb-current {
		margin-top: 0.25rem;
	}

	.content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.right-side-col {
		width: 100%;
		margin-left: 0rem;
	}

	.brand {
		width: 450px;
	}

	.nav-menu {
		width: 90%;
		padding-right: 0%;
		padding-left: 0px;
		background-color: #612323;
	}

	.main-nav-link {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		border-left-width: 4px;
		box-shadow: none;
		color: #fff;
		text-align: left;
	}

	.main-nav-link:hover {
		background-color: rgba(0, 0, 0, 0.25);
		box-shadow: none;
		color: #501818;
	}

	.main-nav-link.w--current {
		border-left-width: 4px;
		border-left-color: #c09f80;
		background-color: rgba(0, 0, 0, 0.25);
		box-shadow: none;
	}

	.main-nav-link.w--current:hover {
		color: #fff;
		cursor: pointer;
	}

	.main-nav-link.mobile-duplicate {
		display: block;
		width: 88%;
		margin-right: 0px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom-style: none;
	}

	.dropdown-wrapper {
		display: none;
	}

	.rotator {
		height: 350px;
	}

	.slideshow-arrow {
		right: 1rem;
		bottom: 1rem;
		width: 2.25rem;
		height: 2.25rem;
	}

	.slideshow-arrow.left-arrow {
		margin-right: 3rem;
	}

	.slidenav {
		display: none;
	}

	.slide-caption-wrapper {
		display: block;
		width: 35%;
		padding: 1rem 1.1rem 3.5rem 1.3rem;
		background-image: -webkit-linear-gradient(270deg, hsla(60, 56%, 98%, 0.85), hsla(60, 56%, 98%, 0.85)), url('../images/blu-stripes.png');
		background-image: linear-gradient(180deg, hsla(60, 56%, 98%, 0.85), hsla(60, 56%, 98%, 0.85)), url('../images/blu-stripes.png');
	}

	.slide-caption-header {
		width: auto;
		max-width: 310px;
		min-width: 232px;
		font-size: 1.45rem;
		line-height: 1.35em;
	}

	.slide-caption-paragraph,
	.slide-caption-wrapper p {
		overflow: hidden;
		width: 100%;
		max-height: 170px;
		font-size: 0.9rem;
		line-height: 1.5em;
	}

	.arrow-icon {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.slide {
		background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 243, 0.51), rgba(255, 255, 243, 0.51)), url('../images/blu-stripes.png');
		background-image: linear-gradient(180deg, rgba(255, 255, 243, 0.51), rgba(255, 255, 243, 0.51)), url('../images/blu-stripes.png');
		background-position: 0px 0px, 0px 0px;
		background-size: auto, 50px;
	}

	.cb-static {
		width: 100%;
	}

	.cb-static.footer-cb-1 {
		display: inline-block;
		width: auto;
		float: left;
		text-align: left;
	}

	.cb-static.footer-cb-2 {
		width: 100%;
		clear: both;
	}

	.cb-static.footer-cb-3 {
		display: block;
		width: auto;
		margin-right: 1rem;
		margin-bottom: 2rem;
		float: right;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: center;
	}

	.lower-content-wrapper {
		width: 75%;
	}

	.signoff-link {
		display: inline-block;
		margin-bottom: 1rem;
	}

	.menu-button {
		display: inline-block;
		padding: 1rem 1.13rem;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
		color: #312f2f;
		text-align: center;
	}

	.menu-button:hover {
		color: #501818;
		cursor: pointer;
	}

	.menu-icon {
		font-size: 2rem;
		line-height: 2rem;
	}

	.menu-text {
		font-size: 0.75rem;
		line-height: 0.75rem;
	}

	.mobile-link-label {
		display: inline-block;
		margin-bottom: 0rem;
	}

	.mobile-menu-arrow {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 12%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-left: 1px solid rgba(0, 0, 0, 0.2);
	}

	.mobile-menu-arrow:hover {
		background-color: rgba(0, 0, 0, 0.25);
		cursor: pointer;
	}

	.social-media-link-block.footer-socmed-link-block {
		margin-right: 0rem;
		margin-left: 0.75rem;
	}

	.footer-links-wrapper {
		margin-bottom: 1rem;
		max-width: none;
	}

	.two-part-mobile-nav-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.search-dd-button.mobile-search-dd-button {
		display: block;
		width: 4rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		float: right;
		background-image: url('/assets/images/mag-glass-312f2f-charcoal.svg');
		background-position: 50% 50%;
		background-size: 20px 20px;
		background-repeat: no-repeat;
	}

	.search-dd-button.mobile-search-dd-button:hover {
		background-image: url('/assets/images/mag-glass-brown.svg');
		background-size: 20px 20px;
	}

	.header-search-form-wrapper.search-top-wrapper {
		padding-top: 0.25rem;
	}

	.mobile-menu-search-wrapper {
		position: relative;
		top: -10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		float: right;
	}

	.footer-heading.social-heading {
		display: inline-block;
		margin-top: 4px;
		margin-bottom: 0rem;
		float: left;
	}

	.cb-right {
		width: 50%;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.header-flex-container {
		padding: 1.3rem 0rem 0.3rem 1.5rem;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.get-acrobat-link {
		margin-left: 1rem;
		text-align: left;
	}

	.slide-image {
		width: 100%;
	}

	.slide-image.slide-image-1 {
		width: 100%;
		height: 350px;
	}

	.cb-heading {
		font-size: 1.75rem;
		line-height: 1.3em;
	}

	.cb-heading.court-finder-head {
		font-size: 3vw;
	}

	.cb-heading.lower-cb-heading {
		width: 100%;
		font-size: 2rem;
	}

	.court-finder-form-wrapper {
		width: 35%;
		margin-left: 1.5rem;
	}

	.cb-left {
		width: 50%;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.acrobat-reader-image {
		text-align: left;
	}

	.footer-info-wrap {
		display: block;
	}

	.more-link,
	#news_module.homepage_contentbox.displaymode_list > a {
		margin-top: 0rem;
	}

	.page-title.no-sidebars-page-title {
		margin-right: 0%;
		margin-left: 0%;
	}

	.page-title-container {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.page-title-left-spacer {
		display: none;
	}

	.fake-sv-image-example {
		height: 350px;
	}

	.photo-bg-section {
		background-image: url('/assets/images/iowa-judicial-building.webp');
	}

	.tabs-menu {
		display: none;
	}

	.tabs-content .tab-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.tab-link {
		width: 100%;
		max-width: none;
		padding-top: 1rem;
		padding-bottom: 1rem;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-top: 1px dashed rgba(137, 152, 158, 0.75);
		font-size: 1rem;
		text-align: left;
		border-bottom: 0;
	}

	.tab-link:hover {
		background-color: rgba(138, 187, 181, 0.2);
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		color: #404040;
	}

	.tab-link.w--current {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-bottom: 1px dashed rgba(137, 152, 158, 0.75);
	}

	.tab-link.last-tab-link {
		border-bottom: 1px dashed rgba(137, 152, 158, 0.75);
	}

	.tabs-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tabs-content {
		padding: 10px 0px;
		border: 0;
	}

	.tab-arrow {
		display: block;
		width: 18px;
		height: 18px;
		margin-left: 1rem;
		text-align: left;
	}
}


@media (max-width: 767px) {
	h2 {
		font-size: 1.7rem;
	}

	ul {
		padding-left: 20px;
	}

	ol {
		padding-left: 20px;
	}

	.container {
		max-width: 767px;
	}

	.container.inside-pg-content-container {
		max-width: 767px;
	}

	.container.footer-container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.brand {
		width: 73%;
		max-width: 450px;
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding-left: 0px;
		text-align: left;
	}

	.rotator {
		height: auto;
		background-image: linear-gradient(180deg, rgba(236, 231, 227, 0.54), rgba(236, 231, 227, 0.54)), url('/assets/images/blu-stripes.png');
		background-position: 0px 0px, 0px 0px;
		background-size: auto, 50px;
	}

	.slideshow-arrow {
		width: 2rem;
		height: 2rem;
	}

	.slideshow-arrow.left-arrow {
		width: 2rem;
		height: 2rem;
		margin-right: 2.5rem;
	}

	.slidenav {
		display: none;
	}

	.slide-caption-wrapper {
		position: static;
		display: block;
		width: 100%;
		padding-bottom: 2.5rem;
		background-image: none;
	}

	.arrow-icon {
		font-size: 1rem;
	}

	.slide {
		position: relative;
		background-color: transparent;
		background-image: none;
	}

	.cb-static {
		width: 100%;
	}

	.cb-static.footer-cb-1 {
		text-align: center;
	}

	.cb-static.footer-cb-2 {
		width: 100%;
	}

	.cb-static.footer-cb-3 {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.lower-content-wrapper {
		max-width: 420px;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.menu-button {
		min-width: 50px;
		padding: 0.5rem;
	}

	.search-dd-button.mobile-search-dd-button {
		width: auto;
		min-width: 50px;
		padding: 0.5rem;
	}

	.mobile-menu-search-wrapper {
		position: static;
		width: auto;
		height: 100%;
	}

	.cb-right {
		width: 100%;
	}

	.intro-paragraph,
	.intro_paragraph {
		font-size: 1.25rem;
		line-height: 1.9rem;
	}

	.header-flex-container {
		display: block;
		padding: 0rem 0rem 0rem 1rem;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.h2-heading {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}

	.inside-content-wrapper {
		padding-right: 0px;
		padding-left: 0px;
	}

	.cb-header-icon.lower-cb-icon {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.slide-image {
		height: 280px;
	}

	.slide-image.slide-image-1 {
		height: 280px;
	}

	.cb-heading.court-finder-head {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}

	.lower-content-flex-parent {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.court-finder-form-wrapper {
		width: 70%;
		margin-left: 0rem;
	}

	.court-finder-section {
		padding-top: 2.5rem;
		padding-bottom: 3.5rem;
	}

	.court-finder-flex-parent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cb-left {
		width: 100%;
	}

	.alert-section p,
	.alert-text {
		font-size: 0.95rem;
	}

	.footer-info-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.logo-image-tagline {
		display: none;
	}

	.page-title {
		font-size: 2rem;
	}

	.page-title-container {
		background-size: auto;
	}

	.fake-sv-image-example {
		height: 275px;
	}

	.photo-bg-section {
		background-image: url('/assets/images/iowa-judicial-building-tablet.webp');
	}
}

@media (max-width: 479px) {
	.tab-arrow {
		width: 16px;
		height: 16px;
	}

	h2 {
		font-size: 1.5rem;
	}

	h3 {
		font-size: 1.4rem;
	}

	.button.search-button {
		width: 30%;
		min-width: 0px;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		font-size: 0.9rem;
	}

	.main-content-wrapper {
		padding-top: 1.25rem;
	}

	.container {
		max-width: 479px;
	}

	.container.inside-pg-content-container {
		max-width: none;
	}

	.brand {
		display: block;
		width: 90%;
		max-width: 450px;
		margin-top: 1.5rem;
		margin-right: auto;
		margin-left: auto;
		float: none;
		text-align: center;
	}

	.nav-menu {
		font-size: 0.9rem;
	}

	.main-nav-link.mobile-duplicate {
		width: 83%;
	}

	.rotator {
		max-height: 700px;
		min-height: 300px;
	}

	.slideshow-arrow.left-arrow {
		margin-right: 2.5rem;
	}

	.slide-caption-header {
		line-height: 1.3em;
	}

	.cb-static {
		width: 100%;
	}

	.cb-static.footer-cb-1 {
		width: 100%;
		margin-bottom: 39px;
		float: none;
	}

	.cb-static.footer-cb-2 {
		width: 100%;
	}

	.cb-static.footer-cb-3 {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.lower-content-wrapper {
		width: 80%;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	.signoff-link {
		display: block;
	}

	.menu-button {
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
	}

	.menu-text {
		display: none;
	}

	.mobile-menu-arrow {
		width: 17%;
	}

	.lower-cb-paragraph,
	.lower-content-wrapper p {
		font-size: 1rem;
	}

	.social-media-link-block.footer-socmed-link-block {
		margin-right: 0.65rem;
		float: none;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.footer-links-wrapper {
		margin-top: 1rem;
		margin-bottom: 3rem;
		text-align: left;
	}

	.header-search-field {
		width: 70%;
	}

	.search-dd-button.mobile-search-dd-button {
		margin-left: 0px;
	}

	.header-search-form-wrapper {
		min-width: 100%;
	}

	.header-search-form-wrapper.search-top-wrapper {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.mobile-menu-search-wrapper {
		width: 100%;
		margin-top: 0rem;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-top: 1px none rgba(0, 0, 0, 0.1);
		background-color: rgba(134, 171, 191, 0.4);
	}

	.footer-heading.social-heading {
		display: inline-block;
		float: none;
		font-size: 0.95rem;
		text-align: left;
	}

	.intro-paragraph,
	.intro_paragraph {
		font-size: 1.15rem;
		line-height: 1.85rem;
	}

	.header-flex-container {
		padding-right: 0rem;
		padding-bottom: 0rem;
		padding-left: 0rem;
		background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), -webkit-linear-gradient(270deg, hsla(60, 25%, 81%, 0.37), hsla(60, 25%, 81%, 0.37)), url('../images/blu-stripes.png');
		background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63)), linear-gradient(180deg, hsla(60, 25%, 81%, 0.37), hsla(60, 25%, 81%, 0.37)), url('../images/blu-stripes.png');
		background-position: 0px 0px, 0px 0px, 0px 0px;
		background-size: auto, auto, 50px;
	}

	.h2-heading {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}

	.inside-page-banner-section {
		height: auto;
		background-image: none;
	}

	.cb-header-icon.cb-1-icon {
		border-radius: 50%;
	}

	.slide-image {
		height: 200px;
	}

	.slide-image.slide-image-1 {
		height: 200px;
	}

	.cb-heading {
		font-size: 1.75rem;
		line-height: 1.3em;
	}

	.lower-content-flex-parent {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.court-finder-form-wrapper {
		width: 80%;
		margin-left: 0rem;
	}

	.court-finder-flex-parent {
		text-align: center;
	}

	.alert-section {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.footer-info-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.page-title {
		font-size: 1.75rem;
	}

	.page-title-container {
		position: relative;
	}

	.fake-sv-image-example {
		height: 175px;
	}

	.photo-bg-section {
		background-image: url('/assets/images/iowa-judicial-building-mobile.webp');
	}
}

/* SET DEFAULT FONT SIZE */
html {
	font-size: 1rem;
}

/* FONT SMOOTHING */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/* CONTROL PHONE NUMBER COLOR */
body a[href^=tel] {
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	text-decoration: none;
}

body .inside-content-wrapper a[href^=tel] {
	color: #612323;
}

/* CONTROL CURSOR CLICK & DRAG HIGHLIGHT COLOR */
/* Mozilla-based browsers */
::-moz-selection {
	background-color: #501818;
	color: #ffffff;
	opacity: 1;
}

/* Safari browser */
::selection {
	background-color: #501818;
	color: #ffffff;
	opacity: 1;
}

/* COLLAPSIBLE STICKY HEADER  */
@media screen and (min-width: 992px) {
	.sticky .header-flex-container {
		max-height: 80px;
		padding-top: 1.65rem;
		padding-bottom: 0.5rem;
	}

	.header-section {
		position: fixed;
		top: 0;
	}

	.rotator-section {
		margin-top: 155px;
	}

	.sticky .brand {
		width: 400px;
		height: 36px;
		overflow: hidden;
	}

	.sticky .brand img {
		width: 400px;
	}

	.sticky .logo-image-tagline {
		height: 0px;
		opacity: 0;
	}

	.sticky .nav-menu {
		padding-right: 3rem;
	}

	.sticky .main-nav-link {
		font-size: 0.95rem;
		padding-top: 1rem;
	}

	.sticky.header-section ~ .rotator-section {
		margin-top: 0;
		padding-top: 146px; /* This is 100px + the height of the collpsed nav bar. Can be margin or padding depending on preference */
	}

	.inside-content-column {
		min-height: 450px;
	}

	.inside-page-section {
		margin-top: 155px;
	}

	.sticky.header-section ~ .inside-page-section {
		margin-top: 0;
	}
}

@media screen and (max-width: 1160px) and (min-width: 992px) {
	.nav-menu {
		padding-left: 3.5%;
		padding-right: 3.5%;
	}

	.main-nav-link {
		font-size: 0.95rem;
	}
}

/*mmenu*/
.mobile-navigation-menu {
	display: none !important;
}

@media (max-width: 991px) {
	.mobile-navigation-menu.mm-opened {
		display: block !important;
		width: 80% !important;
		margin: 0;
	}
}

@media (min-width: 991px) {
	.hideonsmall {
		display: block !important;
	}
}

.mm-menu.mobile-navigation-menu {
	width: 80%;
	max-width: none;
	min-width: 0;
	height: 100%;
}

html.mm-right.mm-opening .mm-slideout {
	transform: translate(-80%, 0px);
}

.mm-listview {
	padding: 0;
}

/*remove default link styles*/
.mm-listview > li > a,
.mm-listview > li > span {
	position: relative;
	display: block;
	padding: 0.75rem;
	font-size: 0.9rem;
	box-shadow: none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #fff;
	line-height: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.mm-listview > li > a:not(.mm-next):hover,
.mm-listview > li > span:hover {
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: none;
	color: #501818;
}

.mm-listview > li > a.main-nav-link {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
	background-color: rgba(0, 0, 0, 0.25);
	color: #fff;
	cursor: pointer;
}

/*remove default borders*/
.mm-listview > li:not(.mm-divider)::after {
	border-bottom-width: 0;
}

/*next links*/
.mm-listview > li .mm-next::before {
	border-left-color: transparent;
	border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.mm-listview .mm-next {
	width: 60px;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 60px;
}

.mm-listview .mm-next:hover {
	background-color: rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
	width: calc(100% - 60px);
	margin-right: 60px;
}

/*next link arrow*/
.mm-next::after,
.mm-arrow::after {
	right: 45%;
	height: 9px;
	width: 9px;
}

.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow::after {
	border-color: #fff;
}

.mm-menu .mm-listview > li .mm-next:hover::after,
.mm-menu .mm-listview > li .mm-arrow:hover::after {
	border-color: #501818;
}

/*second level and previous links*/
.mm-prev::before {
	left: 12px;
}

.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -13px;
}

.mm-panels .mm-panel:first-of-type .mm-listview {
	margin-top: -60px;
}

.mm-navbar {
	height: 47px;
	box-shadow: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0.1rem 0 0.875em 1.9rem;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mm-navbar .mm-btn {
	height: 47px;
	box-shadow: none;
}

.mm-navbar > * {
	padding: 19px 0;
}

.mm-menu .mm-navbar .mm-btn::before,
.mm-menu .mm-navbar .mm-btn::after {
	border-color: #fff;
}

.mm-navbar .mm-title {
	color: #fff !important;
	padding: 0.75rem 0;
	text-transform: uppercase;
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: none;
	text-align: left;
}

.mm-navbar .mm-title:hover,
.mm-navbar .mm-btn:hover {
	border-bottom: 0 none !important;
	box-shadow: none;
	text-decoration: none;
}

/* breakpoints */
[data-breakpoints] {
	display: none !important;
}

@media screen and ( min-width: 1106px ) {
	[data-breakpoints*="xl"] {
		display: block !important;
	}
}

@media screen and ( min-width: 735px ) {
	[data-breakpoints*="md,lg"] {
		display: block !important;
	}
}

[data-breakpoints*="xs,sm"] {
	display: block !important;
}

/*inside pages*/
/*messages*/
.success {
	display: block;
	background-color: #b5eebe;
	text-align: left;
	padding: 1rem 1rem 1rem 1.25rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	color: #000;
}

.error {
	display: block;
	background-color: #f5d1d1;
	text-align: left;
	padding: 1rem 1rem 1rem 1.25rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	color: #000;
}

.success p,
.success ul li,
.error p,
.error ul li {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 400;
	color: #000;
}

/*tables*/
/* Overall Table Characteristics */
table.styled {
	width: 100%;
	margin: 20px 0 10px 0;
	background-color: white;
	border-spacing: 0px;
}

/* Vertical Cell Borders */
table.styled th,
table.styled td {
	border-right: 1px solid #ccc;
}

table.styled tr th:last-child,
table.styled tr td:last-child {
	border-right: none;
}

/* Table Header - aka Table Title */
table.styled thead tr th {
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.625rem 0.625rem;
	text-align: left;
	background-color: #612323;
	color: white;
}

/* Optional Column Headers */
table.styled th {
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.5rem 0.625rem;
	text-align: left;
	background-color: #565656;
	color: white;
}

/* Overall Data Characteristics */
table.styled td {
	padding: 0.375rem 0.625rem;
	font-size: 0.96rem;
	line-height: 1.4rem;
}

/* Even Row Data */
table.styled.striped tr:nth-child(even) {
	background: #e3e3e3;
}

/* Odd Row Data */
table.styled.striped tr:nth-child(odd) {
	background: transparent;
}

/*images*/
img {
	height: auto;
}

td img {
	max-width: none;
}

@media (max-width: 767px) {
	.mobile-friendly-image {
		display: block;
		float: none !important;
	}
}

/*forms*/
.cms_label,
.label,
label {
	font-weight: 400;
}

label {
	display: inline;
	margin-bottom: 0;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
	font-size: 0.875em;
	line-height: 1.42857;
	padding: 4px 10px;
	border: 1px solid #666;
	color: #333333;
}

textarea {
	resize: vertical;
}

/*blockquotes*/
blockquote p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-top: 0;
}

/*horizontal ruler*/
.divider,
.cms_divider,
.cms_item_divider,
.item_divider {
	height: 1px !important;
	margin-top: 1.5em !important;
	margin-bottom: 1.5em !important;
	background-color: #e0dfdc !important;
	border-top: 0 none !important;
	border-bottom: 0 none !important;
}

hr:not(.fc-divider):not(.formBreak) {
	border-color: #e0dfdc;
	border: 0px;
	color: #e0dfdc;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	border-top: 1px solid;
}

/*feature pages*/
/*accounts*/
#account_module.form .form_container .login_field {
	width: 100%;
	max-width: 280px;
	margin-bottom: 15px;
}

#account_module.form .more_options ul {
	width: 100%;
	text-align: center;
	padding-left: 0;
}

#account_module.form .form_buttons {
	margin-top: 0;
}

#account_module.form .form_container input[type="password"] {
	margin-bottom: 10px;
}

#account_module.form .form_subheading {
	border-bottom: 1px solid #e0dfdc;
	margin: 20px 0;
	padding-bottom: 7px;
	font-family: Merriweather, serif;
	color: #662c2c;
	font-size: 1.75rem;
	line-height: 1.5em;
	font-weight: 400;
}

/*edit address form*/
#account_module.form .ui-form-fields {
	margin-bottom: 10px;
}

#account_module.form .ui-form-label {
	margin-bottom: 3px;
}

#account_module.form .ui-form-label em {
	color: #ee0000;
	font-style: italic;
}

@media (max-width: 479px) {
	#account_module.form .ui-form-fields input[type="text"],
	#account_module.form .ui-form-fields select {
		width: 100% !important;
	}
}

@media (max-width: 991px) {
	#account_module.form .form_buttons {
		text-align: left;
	}

	#account_module.form tr.required .field {
		background: none;
		padding-left: 0;
		display: block;
		width: 100%;
	}

	#account_module.form .form_item .label,
	#account_module.form .form_item.required .label {
		display: inline-block;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}

	#account_module.form .form_item .label label,
	#account_module.form .form_item.required .label label {
		display: inline;
	}

	#account_module.form tr.required .label:after {
		content: url("/core/public/shared/assets/images/required.gif");
		padding-left: 10px;
	}

	#account_module.form .form_item .field {
		display: block;
		padding-left: 0;
	}

	#account_module.form .more_options ul {
		text-align: left;
	}
}

/*events*/
#events_module #fullcalendar-controls {
	padding-bottom: 1px;
}

#events_module .fc-toolbar.fc-header-toolbar .fc-center h2 {
	background-position: center 0;
}

.content .contentbox_item_image {
	width: 20px;
}

#events_module.cms_list .cms_divider {
	border-top: 1px solid #ddd6db;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

#events_module.cms_list .event-current-day {
	padding-top: 1.5em;
}

#events_module.cms_list .event-current-day .cms_title {
	font-size: inherit;
}

#events_module #fullcalendar-controls #categories {
	float: none;
}

#events_module.cms_list .cms_title {
	font-size: inherit;
}

#events_module.cms_list .icaldownload a {
	text-decoration: none;
}

#events_module.cms_list .cms_title h3 {
	margin-top: 0;
}

#events_module .event-category-label {
	font-size: 0.913rem;
}

#events_module.cms_list .event-current-day #event-calendar-link {
	margin-top: 16px;
}

#events_module #fullcalendar-controls #agenda {
	margin-top: 8px;
}

#events_module .category-wrapper {
	display: inline-block;
}

#events_module .event-category-label {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 0;
}

#events_module.cms_form .cms_label {
	background-color: transparent;
	vertical-align: top;
}

#events_module.cms_form .cms_required {
	background-color: transparent;
	background-position: center 12px;
}

@media (max-width: 767px) {
	#events_module.cms_form .cms_required {
		background-position: center 5px;
	}
}

#events_module.cms_form .cms_non_required {
	background-color: transparent;
	cursor: default;
}

#events_module.cms_form .cms_field {
	background-color: transparent;
	font-family: inherit;
}

#events_module.cms_list .cms_list_item .cms_date {
	font-size: 1rem;
	margin-top: 10px;
	clear: both;
}

#events_module.cms_list .back-link {
	display: none;
}

#events_module.cms_entity .cms_content > .cms_divider:first-of-type {
	display: none;
}

#events_module.cms_entity .cms_content .events-detail-date {
	margin-top: 0;
}

#events_module.cms_entity .cms_description {
	margin-top: 15px;
	margin-bottom: 15px;
}

#events_module.cms_entity .events-detail-item.category-label {
	color: #612323;
	box-shadow: none;
}

#events_module.cms_entity .events-detail-item.category-label:hover {
	color: #662c2c;
	box-shadow: none;
}

.full_calendar_view .events_module_calendar .fc-toolbar .fc-center h2 {
	line-height: 1em;
}

#events_module.cms_form .cms_label {
	color: #444;
	font-family: inherit;
}

@media (max-width: 991px) {
	#events_module.cms_form .cms_label {
		width: auto;
		display: inline;
		text-align: left;
	}

	#events_module.cms_form .cms_field {
		width: 100%;
		display: block;
	}

	#events_module.cms_form .cms_required {
		width: 15px;
		display: inline-block;
	}

	#events_module.cms_form .cms_non_required {
		display: inline-block;
	}

	#events_module.cms_form .cms_field input[type="text"] {
		width: 100% !important;
		max-width: 300px !important;
	}

	#events_module.cms_form form > table:last-of-type td {
		display: none;
	}

	#events_module.cms_form form > table:last-of-type td:last-of-type {
		display: block;
	}
}

@media (max-width: 767px) {
	#events_module.cms_list #event-calendar-link.increase-line-height-link .js-view-calendar {
		float: none;
		padding-left: 5px;
	}

	#events_module.cms_list .event-current-day #event-calendar-link {
		float: none;
		display: block;
	}

	#events_module.cms_list .event-current-day .cms_title {
		display: block;
		float: none;
	}

	#events_module.cms_form .cms_info_req {
		float: none;
		margin-bottom: 10px;
		text-align: right;
	}
}

/*faqs*/
#faqs_module .cms_list_item ul,
#faqs_module .cms_list_subitem ul {
	list-style-type: disc;
}

#faqs_module.cms_list .cms_list_item:first-of-type {
	padding-top: 0;
}

#faqs_module.cms_list .cms_list_item:first-of-type .cms_title h3,
#faqs_module.cms_list .cms_list_subitem:first-of-type .cms_title h3 {
	margin-top: 0;
}

.box.tools .content .contentbox_item form input[type="text"] {
	width: 100% !important;
	line-height: 1.5em;
	padding: 0.25em;
}

.box.tools .content .contentbox_item form > p {
	margin-bottom: 0;
}

#faqs_module.cms_list .cms_list_item .description,
#faqs_module.cms_list .cms_list_subitem .description {
	padding-top: 0;
}

#faqs_module.cms_list .cms_list_item .description,
#faqs_module.cms_list .cms_list_subitem .description {
	color: #444444;
	list-style-type: none;
}

#faqs_module.cms_list .cms_list_subitem.vertical_spacer {
	padding-top: 0;
}

#faqs_module.cms_list .cms_list_subitem.vertical_spacer .cms_title h3 {
	margin-top: 0;
}

/*files*/
.collection.collection--categories > .node.node--category {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e0dfdc;
}

.collection.collection--categories > .node.node--category:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}

.collection.collection--categories > .node.node--category .field--category--title a {
	border-bottom: 0 none;
}

.collection.collection--categories + .collection.collection--files {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e0dfdc;
}

.collection.collection--files > .node.node--file {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e0dfdc;
}

.collection.collection--files > .node.node--file:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}

.right-col-item-wrap.box.filter .content .filter-row input {
	width: 100%;
}

.right-col-item-wrap.box.filter .content .filter-row .select2-container {
	width: 100% !important;
}

.right-col-item-wrap.box.filter .content .filter-row .select2-container-multi .select2-choices {
	box-shadow: none;
	border: 1px solid #ccc;
	padding: 0;
}

.right-col-item-wrap.box.filter .content .filter-row .select2-container-multi .select2-choices {
	border-radius: 0;
}

.right-col-item-wrap.box.filter .content .filter-row .select2-container-multi .select2-choices .select2-search-field .select2-input {
	padding: 4px 10px;
}

.right-col-item-wrap.box.filter .content .filter-row .select2-container .select2-choice {
	height: 35px;
	padding: 4px 10px 4px 8px;
	border: 1px solid #ccc !important;
	background-image: none;
	border-radius: 0;
	background-color: #fff;
}

.right-col-item-wrap.box.filter .content .filter-row .select2-container .select2-choice .select2-arrow {
	top: 3px;
}

/*jobs*/
#jobs_module.cms_list .cms_list_item .cms_footer {
	margin-top: 1.5em;
	margin-bottom: 0;
	border-top: 1px solid #ddd6db;
}

#jobs_module.cms_list .cms_list_item {
	margin-top: 0;
}

#jobs_module.cms_list .cms_list_item:first-of-type {
	margin-top: 0;
}

#jobs_module.cms_list .cms_list_item:first-of-type h3 {
	margin-top: 0;
}

#jobs_module.cms_list .cms_list_item h3 {
	margin-top: 1.5rem;
}

#jobs_module.cms_list .cms_list_item .cms_date {
	display: none;
}

#jobs_module.cms_entity .cms_content .cms_date {
	display: none;
}

#jobs_module.cms_list .cms_list_item .cms_date h3 {
	color: #000;
	font-size: 0.95rem;
	font-weight: 700;
}

#jobs_module .form-fields {
	max-width: 100%;
}

#jobs_module.cms_form .cms_info_req {
	text-align: right;
	float: none;
	margin-bottom: 20px;
}

#jobs_module.cms_form form table tr {
	margin-bottom: 15px;
	display: block;
}

#jobs_module.cms_form input[type="text"] {
	width: 350px !important;
}

#jobs_module.cms_form form .cms_label {
	width: 200px;
	background-color: transparent;
	vertical-align: top;
}

#jobs_module.cms_form form .cms_required {
	width: 20px;
	background-color: transparent;
	padding-top: 0;
	vertical-align: top;
}

#jobs_module .cms_divider {
	display: none;
}

#jobs_module.cms_form form .cms_field {
	background-color: transparent !important;
	width: calc(100% - 220px);
}

#jobs_module.cms_form form .cms_field table {
	min-width: 200px;
}

#jobs_module div.application-for-employment .form-field {
	max-height: none;
	min-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0 none;
	border-radius: 0;
}

#jobs_module div.application-for-employment form div.form-fields {
	margin: 0;
}

#jobs_module div.application-for-employment input[type="text"],
#jobs_module div.application-for-employment form div.form-field span.text input {
	height: 30px !important;
	font-size: 1rem !important;
}

#jobs_module div.application-for-employment form div.form-field select {
	height: 30px !important;
}

@media (max-width: 991px) {
	#jobs_module.cms_form input[type="text"] {
		display: block;
		width: 100% !important;
		max-width: 330px;
	}

	#jobs_module.cms_form form .cms_label {
		display: inline-block;
		text-align: left;
		width: auto;
	}

	#jobs_module.cms_form form .cms_required {
		display: inline-block;
	}

	#jobs_module.cms_form form .cms_field {
		padding-left: 0;
	}

	#jobs_module.cms_form form p[align="center"] {
		text-align: left !important;
	}

	#jobs_module div.application-for-employment * {
		width: 100% !important;
		padding-right: 10px;
	}

	#jobs_module div.application-for-employment .tabs,
	#jobs_module div.application-for-employment form,
	#jobs_module div.application-for-employment .step {
		padding-right: 0;
	}

	#jobs_module div.application-for-employment button {
		width: auto !important;
	}
}

#jobs_module div.application-for-employment div.tabs ul li {
	color: #2d2e31;
	font-family: inherit;
}

.right-side-col .box .content .contentbox_item tr td {
	padding-top: 0.5em;
	padding-bottom: 0.75em;
}

/*locations*/
#locations_module.list .location_types_title,
#locations_module.list .locations_list_title {
	border-bottom: 1px solid #e0dfdc;
}

#locations_module.list .type_item .title {
	width: 68%;
}

#locations_module .tile_description .metadata1.title h3 {
	margin-top: 0;
}

#locations_module.list .list_item .location-item-name h3 {
	margin-top: 0;
}

#locations_module.list .locations_type_subtitle {
	display: block;
}

#locations_module.list .locations_type_message {
	display: inline-block;
}

#locations_module.list div.select_all {
	display: inline-block;
}

@media (max-width: 767px) {
	#locations_module td {
		display: block;
		width: 100% !important;
		text-align: left !important;
	}

	#locations_module .type_item {
		display: inline-block;
	}

	#locations_module.list .tile_description {
		padding-left: 0;
	}

	#locations_module .location_types .type_item {
		float: none;
		clear: both;
		width: 100%;
	}

	#locations_module.list .type_item {
		float: none;
		clear: both;
		width: 100%;
	}

	#locations_module.entity .content .value {
		padding-left: 0;
	}
}

#locations_module .type_item .image a {
	border-bottom: 0 none;
}

#locations_module .map_this {
	text-align: left !important;
}

#locations_module_display_view_contentbox {
	text-align: left;
}

#locations_module_search_contentbox.contentbox_item .item_field select,
#locations_module_search_contentbox.contentbox_item .item_field input {
	height: 42px;
}

/*mailing lists OK*/

/*news*/
.box.archive {
	overflow: hidden;
}

#news_module.cms_list article {
	padding-bottom: 1px;
}

#news_module.cms_list .cms_metadata1.cms_title h3 {
	margin-top: 0;
}

.news_module.cms_category_list.header {
	margin-bottom: 20px;
}

#news_module.cms_entity .cms_date h3 {
	margin-top: 0;
}

#news_module.cms_entity .quaternary_title {
	margin-top: 0;
}

@media (max-width: 991px) {
	#news_module.cms_entity .cms_content .image {
		float: none !important;
		margin-left: 0;
		height: auto !important;
	}

	#news_module.cms_list .cms_categories_row {
		margin-bottom: 20px;
	}
}

/*newsletters*/
#newsletters_module.form .required_message {
	margin-bottom: 20px;
}

#newsletters_module.form .form_container td {
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	#newsletters_module.form .form_item > td {
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}

	#newsletters_module.form .form_item .label,
	#newsletters_module.form .form_item.required .label {
		text-align: left;
	}

	#newsletters_module.form .form_item.required .label label:after {
		content: url("/core/public/shared/assets/images/required.gif");
		padding-left: 5px;
	}

	#newsletters_module.form .form_item.required .field {
		padding-left: 0;
		background: none;
	}

	#newsletters_module.form .form_buttons {
		text-align: left;
	}
}

/*photo albums*/
#photoalbums_module.cms_entity .cms_footer {
	margin-top: 20px;
}

#photoalbums_module.cms_entity .js-with-lightbox-magnifier {
	overflow: hidden;
}

@media (max-width: 991px) {
	#photoalbums_module.cms_entity {
		overflow: hidden;
	}

	#photoalbums_module td {
		display: block;
		width: 100% !important;
	}

	#photoalbums_module td .cms_metadata1.cms_title {
		margin-top: 5px;
	}
}

/*posts*/
.collection.posts-collection > .node {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e0dfdc;
}

.collection.posts-collection > .node:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}

.collection.posts-collection .node.posts-node .field.posts-field h2 {
	margin-top: 0;
}

.node.posts-node .field.posts-field.posts-field-posted,
.node.posts-node .field.posts-field.posts-field-categories,
.node.posts-node .field.posts-field.posts-field-tags {
	font-size: 0.875em;
}

.posts-node .posts-comments {
	clear: both;
	padding-top: 20px;
	margin-top: 0;
}

.field.posts-field.posts-content img {
	height: auto !important;
}

.field.posts-field.posts-field-image img {
	max-height: none;
	max-width: 100%;
}

.posts-node .post-comment {
	border-bottom: 1px solid #e0dfdc;
	padding: 20px 5px;
}

.posts-node .post-comment-author {
	font-size: 0.725rem;
}

.posts-blocks.posts-blocks-searches {
	padding-top: 0.75em;
}

.posts-blocks.posts-blocks-rss-feeds,
.posts-blocks.posts-blocks-subscribes {
	padding-top: 0.75em;
}

.posts-blocks.posts-blocks-searches .posts-blocks-search-form .posts-blocks-search-button {
	padding: 12px 12px 8px !important;
	box-shadow: none;
	border-radius: 0;
	min-width: 0;
}

.posts-blocks.posts-blocks-rss-feeds .posts-blocks-rss-feed .posts-blocks-rss-feed-link,
.posts-blocks.posts-blocks-subscribes .posts-blocks-subscribe a {
	border-bottom: 0 none;
}

.posts-blocks-subscribe a,
.posts-blocks-rss-feed-link,
.posts-blocks-tags .content a {
	box-shadow: none !important;
}

.box.posts-blocks.posts-blocks-categories .posts-blocks-category,
.box.posts-blocks.posts-blocks-popular-posts .posts-blocks-popular-post,
.box.posts-blocks.posts-blocks-authors .posts-blocks-author,
.box.posts-blocks.posts-blocks-authors .posts-blocks-posts {
	margin-bottom: 10px;
}

.box.posts-blocks.posts-blocks-tags a {
	border-bottom: 0 none;
}

#post-add-comment fieldset {
	min-width: 0;
}

@-moz-document url-prefix() { /* stylelint-disable-line function-url-quotes */
	#post-add-comment fieldset {
		display: table-cell;
	}
}

#post-add-comment fieldset input {
	max-width: 100%;
}

.posts-blocks.posts-blocks-searches,
.posts-blocks.posts-blocks-rss-feeds,
.posts-blocks.posts-blocks-subscribes {
	padding-top: 1.5em;
}

.posts-blocks.posts-blocks-rss-feeds .posts-blocks-rss-feed a,
.posts-blocks.posts-blocks-subscribes .posts-blocks-subscribe a {
	border-bottom: 0 none !important;
}

.posts-blocks.posts-blocks-rss-feeds .posts-blocks-rss-feed .posts-blocks-rss-feed-link svg,
.posts-blocks.posts-blocks-subscribes .posts-blocks-subscribe svg {
	fill: #612323;
}

/*resources*/
#moduleDocuments_module .folder .icon {
	margin-bottom: 5px;
	background-size: 1.75rem 1.75rem;
	min-height: 1.75rem;
	min-width: 1.75rem;
}

#moduleDocuments_module.cms_list .cms_item_icon_title_row .cms_item_icon .item_icon {
	background-size: 1.5rem 1.5rem;
	min-height: 1.5rem;
	min-width: 1.5rem;
}

#moduleDocuments_module .cms_items .cms_description,
#moduleDocuments_module.cms_list .cms_uncategorized_module_documents .cms_description {
	background-position: left 7px;
}

#moduleDocuments_module .cms_items .cms_description h4 {
	margin-top: 0;
}

#moduleDocuments_module.cms_list .pointer.cms_title {
	margin-top: 0em;
}

#moduleDocuments_module.cms_list .cms_link {
	color: #612323;
	cursor: pointer;
}

#moduleDocuments_module.cms_list .cms_link:hover {
	color: #662c2c;
	cursor: pointer;
}

/*search*/
.search-collection.collection > .search-node.node {
	border-top: 1px solid #e0dfdc;
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 0;
}

.search-collection.collection > .search-node.node:first-of-type {
	border-top: 0 none;
	margin: 0;
	padding: 0;
}

.search-collection.collection > .search-node.node .field.search-field-title {
	line-height: 1.6em;
}

/*staff*/
#staffdirectory_module .cms_list_subheading {
	margin-top: 0.25em;
	margin-bottom: 0.625em;
	padding-top: 0.125em;
	font-family: Merriweather, serif;
	color: #662c2c;
	font-size: 1.75rem;
	line-height: 1.5em;
	font-weight: 400;
}

#staffdirectory_module.cms_entity .cms_title + p {
	margin-top: 0;
}

@media (max-width: 767px) {
	#staffdirectory_module td,
	#staffdirectory_module.cms_list .cms_list_item .image {
		display: block;
		width: 100%;
	}

	#staffdirectory_module.cms_list .cms_list_item .image {
		padding-bottom: 10px;
	}

	#staffdirectory_module.cms_entity .image {
		float: none;
	}
}

/*submission forms*/
.module-forms.confirmation .download_link:hover,
#submissionforms_module.cms_form .cms_buttons.has_steps a:hover {
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.45);
}

#submissionforms_module.cms_form .cms_divider {
	display: none;
}

#submissionforms_module.cms_form .cms_required em {
	display: none;
}

#submissionforms_module.cms_form .field_label label {
	color: #444444;
	font-family: inherit;
}

#submissionforms_module.cms_form .cms_label div {
	color: #444;
	font-family: inherit;
}

#submissionforms_module.cms_form tr[data-required="true"] .cms_label label:after,
#submissionforms_module.cms_form tr[data-required="true"] .cms_label div:after {
	content: "*";
	color: #ee0000;
	padding-left: 5px;
	font-style: italic;
}

#submissionforms_module.cms_form .cms_steps_wrapper .cms_step span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_first span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_last span {
	padding: 0px 27px;
}

#submissionforms_module.cms_form .cms_steps_wrapper span a {
	border-bottom: 0 none;
}

#submissionforms_module.cms_form .sigWrapper.current {
	height: 102px;
	width: 100%;
	max-width: 302px;
	display: block !important;
}

#submissionforms_module.cms_form .sigPad input {
	display: block;
}

#submissionforms_module.cms_form .cms_field,
#submissionforms_module.cms_form .cms_required,
#submissionforms_module.cms_form .cms_label {
	padding-bottom: 15px;
}

#submissionforms_module.cms_form .formSection {
	margin-bottom: 15px;
}

#submissionforms_module.cms_form .cms_field .ui-datepicker-trigger {
	vertical-align: baseline;
}

#submissionforms_module.cms_form .formBreak,
.module-forms .formBreak {
	border: 0 none;
	border-top: 1px solid #d9e3ec;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#submissionforms_module.cms_form .cms_field.currency::before,
.responsive #submissionforms_module.cms_form .cms_field.currency::before {
	top: 40%;
	transform: translate(0px, -60%);
}

#submissionforms_module .ui-form-field-subtitle .ui-form-label label,
#submissionforms_module .ui-form-field-subtitle .ui-form-label span {
	font-size: 100%;
	font-weight: 400;
	color: #6d3a5d;
}

#submissionforms_module .ui-form-label span {
	color: #6d3a5d;
	font-family: inherit;
}

#submissionforms_module .ui-form-label em {
	color: #ee0000;
	font-style: italic;
}

@media (max-width: 991px) {
	.module-forms.confirmation td {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#submissionforms_module.cms_form .cms_steps_wrapper .cms_step span,
	#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_first span,
	#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_last span {
		padding: 2px 27px;
	}

	#submissionforms_module.cms_form .cms_required,
	#submissionforms_module.cms_form .cms_label {
		padding-bottom: 0;
	}

	#submissionforms_module tr[data-required="true"] .cms_label::after {
		content: "";
		padding-left: 0;
	}

	#submissionforms_module tr[data-required="true"] .cms_label label::after,
	#submissionforms_module tr[data-required="true"] .cms_label div::after {
		content: "*";
		color: #ee0000;
		padding-left: 5px;
	}
}

/*videos*/
#video_module.cms_list .cms_list_item {
	padding-bottom: 1.5em;
}

#video_module.cms_list .cms_list_item .cms_video {
	padding-right: 20px;
}

@media (max-width: 991px) {
	#video_module.cms_list td {
		display: block;
		width: 100% !important;
	}

	#video_module.cms_list td.cms_video {
		width: 140px !important;
		margin-bottom: 5px;
	}
}

/*all module pages bold*/
#events_module.cms_list .cms_date,
#events_module.cms_list .location-label-events-module,
#events_module.cms_entity .cms_contact_name_label,
#events_module.cms_entity .cms_contact_phone_label,
#events_module.cms_entity .cms_location_label,
#events_module.cms_entity .event-categories-label,
.fc-day-grid-event .fc-time,
#jobs_module.cms_entity .cms_content dt,
#jobs_module div.application-for-employment form div.form-field label,
#locations_module .location-item-details-inner strong,
#locations_module .location-extra-fields .extra-field .extra-field-label,
#news_module.cms_list article time,
#news_module.cms_entity .quaternary_title + p strong,
#photoalbums_module.cms_list .cms_list_item .cms_number_of_images,
.collection.posts-collection .posts-field-posted,
.collection.posts-collection .posts-field-categories strong,
.collection.posts-collection .posts-field-tags strong,
.node.posts-node .posts-field-categories strong,
.node.posts-node .posts-field-tags strong,
#staffdirectory_module.cms_entity .cms_title,
.module-forms.confirmation .label-cell,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_first span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_last span,
#submissionforms_module.cms_form .cms_field_note strong,
#video_module.cms_list .cms_list_item .cms_date {
	font-weight: 500;
}

/*dynamic content boxes*/
/*events*/
#events_module.homepage_contentbox > br {
	display: none;
}

#events_module.homepage_contentbox .event_list {
	margin-top: 20px;
	margin-bottom: 20px;
}

#events_module.homepage_contentbox .event_list table tr td.date {
	font-weight: 500;
}

#events_module.homepage_contentbox .event_list table tr td.date + td.title {
	width: 88% !important;
	display: block;
}

#events_module.homepage_contentbox .event_list table tr td.date + td.title div:not(.cms_description) {
	font-size: 1.1rem;
	line-height: 1.6em;
}

#events_module.homepage_contentbox .event_list table tr td.date + td.title a {
	border-bottom: 1px solid rgba(68, 62, 63, 0.31);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #612323;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	line-height: 1.6em;
}

#events_module.homepage_contentbox .event_list table tr td.date + td.title a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-color: rgba(0, 0, 0, 0.45);
}

#events_module.homepage_contentbox .footer {
	display: none;
}

@media (max-width: 767px) {
	#events_module.homepage_contentbox .event_list table tr td.date,
	#events_module.homepage_contentbox .event_list table tr td.date + td.title {
		display: block;
		width: 100% !important;
	}
}

/*files*/
.home-content-section .collection.files-collection a {
	text-align: left;
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	display: block;
	padding-top: 0.75rem;
	padding-right: 2rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px dashed rgba(137, 152, 158, 0.75);
	color: #404040;
	background-image: url('../images/arrow2_right_black_50.svg');
	background-position: 100% 50%;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.home-content-section .collection.files-collection a:hover {
	background-image: url('../images/arrow2_right_black.svg');
	background-size: 28px 28px;
	color: #662c2c;
}

/*submission forms*/
#submissionforms_module.homepage_contentbox .cms_divider {
	display: none;
}

#submissionforms_module.homepage_contentbox label {
	display: inline;
}

#submissionforms_module.homepage_contentbox .ui-datepicker-trigger {
	vertical-align: baseline;
}

#submissionforms_module.homepage_contentbox .cms_field {
	padding-bottom: 15px;
}

#submissionforms_module.homepage_contentbox .cms_field input[type="text"],
#submissionforms_module.homepage_contentbox .cms_field input[type="tel"],
#submissionforms_module.homepage_contentbox .cms_field input[type="password"],
#submissionforms_module.homepage_contentbox .cms_field input[type="email"],
#submissionforms_module.homepage_contentbox .cms_field input[type="date"],
#submissionforms_module.homepage_contentbox .cms_field select,
#submissionforms_module.homepage_contentbox .cms_field textarea {
	width: 100%;
}

#submissionforms_module.homepage_contentbox .cms_field input.hasDatepicker[type="text"] {
	width: calc(100% - 20px);
}

#submissionforms_module.homepage_contentbox + script + .home-content-box-learn-more {
	display: none;
}

@media (max-width: 767px) {
	#submissionforms_module.homepage_contentbox tr[data-required="true"] .cms_label label::after,
	#submissionforms_module.homepage_contentbox tr[data-required="true"] .cms_label div::after {
		content: "";
		padding: 0;
	}
}

/*posts*/
.home-content-section .collection.posts-collection .node.posts-node .field.posts-field > p {
	margin-bottom: 0;
}

.home-content-section .collection.posts-collection .node.posts-node .field.posts-field:first-of-type > p > a,
.home-content-section .collection.posts-collection .node.posts-node .field.posts-field:last-of-type > p > a {
	border-bottom: 1px solid rgba(68, 62, 63, 0.31);
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #612323;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	font-size: 1.1rem;
	line-height: 1.6em;
}

.home-content-section .collection.posts-collection .node.posts-node .field.posts-field:first-of-type {
	margin-bottom: 10px;
}

.home-content-section .collection.posts-collection .node.posts-node .field.posts-field:first-of-type > p > a:hover,
.home-content-section .collection.posts-collection .node.posts-node .field.posts-field:last-of-type > p > a:hover {
	border-bottom-color: #fff;
	color: #662c2c;
}

.posts-collection.homepage-contentbox.article-items {
	margin-bottom: 0;
}

.posts-collection.homepage-contentbox.article-items .article {
	padding: 0;
}

@media (max-width: 991px) {
	.posts-collection.homepage-contentbox.article-items .article-image-link {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}

	.posts-collection.homepage-contentbox.article-items .article-content {
		float: none;
		padding-left: 0;
		width: 100%;
	}
}

/*videos*/
.homepage-featured-video {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.homepage-featured-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.homepage-featured-video .cbTitle {
	display: none;
}

.homepage-featured-video .moreVideos {
	display: none;
}

/*tablesaw*/
.tablesaw thead tr:first-child th {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
	border-left: 0 none;
}

@media (max-width: 39.9375em) {
	table.styled.tablesaw tr th,
	table.styled.tablesaw tr td {
		border: 1px solid #ccc;
	}

	table.styled.tablesaw:not(.striped) tr:nth-child(2n+1) td {
		background-color: #ccc;
		font-family: inherit;
	}

	table.styled.striped.tablesaw {
		border: 1px solid #ccc;
		border-collapse: initial;
	}

	table.styled.striped.tablesaw tr th,
	table.styled.striped.tablesaw tr td {
		border: 0 none;
	}

	.tablesaw-stack td .tablesaw-cell-label,
	.tablesaw-stack th .tablesaw-cell-label {
		width: 100%;
	}

	.tablesaw-cell-content {
		max-width: 100%;
	}
}


/* TODO: check if core node styles can be changed so that the following styles are not required on every website*/
/* START */
.collection--all-files > .collection .collection {
	padding-left: 40px !important;
}

.collection--all-files > .collection {
	margin-bottom: 0 !important;
}

.collection--all-files .collection {
	border-top: none;
	margin-top: 10px;
}

.collection.collection--all-files li {
	margin-bottom: 1rem;
}

.collection.collection--all-files.filter li {
	margin-bottom: 0;
}

.collection.collection--all-files.filter li {
	border-top: none;
	margin-top: 1.5rem;
}

.field--file--title a {
	display: inline;
}
/* END */

.module-collections.controller-pages-collections .file-icon {
	min-height: 1.5rem;
	min-width: 1.5rem;
}

.module-collections.controller-pages-collections .file-icon .file-icon-image {
	width: 1.5rem;
	height: 1.5rem;
	min-height: 1.5rem;
	min-width: 1.5rem;
}

a {
	color: #612323;
}

a:not(.primary):not(.dropdown-link):hover {
	border-bottom-color: transparent !important;
	color: #c09f80;
}

table th a {
	color: #fff;
}
