/*
Theme Name: Jacksonville, Illinois
Author: Sam Hermes
Author URI: https://samhermes.com/
Version: 2.0.3
*/

@font-face {
    font-family: 'JACVB';
    src: url('fonts/urwgroteskt-webfont.eot');
    src: url('fonts/urwgroteskt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/urwgroteskt-webfont.woff') format('woff'),
         url('fonts/urwgroteskt-webfont.ttf') format('truetype'),
         url('fonts/urwgroteskt-webfont.svg#urwgrotesktregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'JACVBlight';
    src: url('fonts/urwgrotesktextlig-webfont.eot');
    src: url('fonts/urwgrotesktextlig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/urwgrotesktextlig-webfont.woff') format('woff'),
         url('fonts/urwgrotesktextlig-webfont.ttf') format('truetype'),
         url('fonts/urwgrotesktextlig-webfont.svg#urwgrotesktextligregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}


/* =Global
----------------------------------------------- */

body, button, input, select, textarea {
	color: #404040;
	font-family: JACVBlight, Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
body {
	position: relative;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
p {
	margin-bottom: 1em;
	line-height: 1.3;
	font-size: 1.1em;
}
ul, ol {
	margin: 0 0 1.5em 2rem;
	text-align: left;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto;
	max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 3px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 98%;
}

/* ------- Links ------- */

a {
	color: #003e7e;
}

/* ------- Alignment ------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* ------- Clearing ------- */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Image Gallery */

.entry-content img {
	margin: 0 0 24px 0;
}
.entry-content
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery:after {
	content: "";
	display: table;
	clear: both;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 20%;
}
@media screen and (min-width: 56.25em) {
	#content .gallery .gallery-item {
		width: 16.66667%;
	}
}
#content .gallery img {
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}

.site {
	background: #fff url(img/background.png) repeat-y;
	background-position: center;
}

@media screen and (min-width: 1900px) {
	.site {
		background-color: #94a0c4;
	}
}


/* =Search & Social Bar
----------------------------------------------- */

.bar {
	width: 100%;
	background: #003e7e;
}
.bar-inner {
	max-width: 68.75rem;
	width: 93%;
	padding: 0.6rem 0;
	margin: 0 auto;
	text-align: right;
}
.search-social {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.search-social .search-form {
	margin-left: 1rem;
}
.search-form input[type="search"] {
	border: none;
	padding: 2px 5px 0;
	-webkit-appearance: none;
	border-radius: 0;
} 
.header-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.header-social li {
	margin-left: 0.5rem;
}
.header-social li a {
	background: #fff;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 0.8rem;
	background-position: center;
}
.header-social li:first-child {
	margin-left: 0;
}
.header-social li.contact a {
	background-image: url(img/contact-blue.svg);
}
.header-social li.twitter a {
	background-image: url(img/twitter-blue.svg);
}
.header-social li.instagram a {
	background-image: url(img/instagram-blue.svg);
}
.header-social li.facebook a {
	background-image: url(img/facebook-blue.svg);
}
.search-field {
	padding: 0;
}
.search-submit {
	display: none;
}


/* Header
----------------------------------------------- */

.site-header {
	max-width: 71rem;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #003e7e;
}
@media screen and (min-width: 71em) {
	.site-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 3;
		margin: 0 auto;
		background: none;
	}
}
.site-title {
	padding-bottom: 15px;
}
.logo {
	z-index: 2;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 14rem;
	text-align: center;
	float: left;
	background-color: #003e7e;
}
.logo img {
	margin-bottom: 9px;
	width: 12rem;
}
@media screen and (min-width: 36em) {
	.logo {
		margin-top: -2.5rem;
	}
	.logo img {
		margin: 12px 0 9px;
	}
}
@media screen and (min-width: 42em) {
	.logo {
		width: 18.75rem;
	}
	.logo img {
		margin: 12px 0 9px;
		width: 15.625rem;
	}
}
.menu-toggle {
	position: absolute;
	top: 2.5rem;
	right: 3.5%;
	height: 36px;
	margin-top: -18px;
	background: #003e7e;
	color: white;
	border: 1px solid white;
	text-shadow: none;
	z-index: 10;
	padding: 8px 12px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	display: block;
	border-radius: 3px;
}
.menu-toggle:hover {
	border: 1px solid white;
}
@media screen and (min-width: 71em) {
	.menu-toggle {
		display: none;
	}
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 3rem 0.8rem 1.2rem;
	background: #5E5EA1;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.4s ease;
}
.main-navigation.toggled ul {
	transform: translateY(0);
}
@media screen and (min-width: 36em) {
	.main-navigation ul {
		width: 22rem;
	}
}
@media screen and (min-width: 71em) {
	.main-navigation ul {
		background: none;
		width: calc(100% - 18.75rem);
		float: left;
		padding: 0;
		transform: none;
		transition: none;
	}
}
.main-navigation li {
	margin: 0;
	line-height: 1.2;
}
.main-navigation li a {
	margin: 0;
	padding: 0.3rem 1.2rem;
	display: block;
	text-decoration: none;
	font-family: JACVB, Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	color: #fff;
}
.main-navigation li:hover > ul {
	left: auto;
	right: auto;
}
.main-navigation ul ul {
	margin: 0;
	padding: 0.2rem 0 0.7rem 1.3rem;
	position: static;
	transform: none;
}
.main-navigation ul ul li {
	float: none;
	width: 100%;
	text-align: left;
	padding: 0;
	height: auto;
}
.main-navigation ul ul li.divider::before {
	content: '';
	display: block;
	width: calc(100% - 2.4rem);
	height: 1px;
	margin: 0.8rem auto;
	background: #fff;
}
.main-navigation ul ul li a {
	margin: 0;
	padding: 0.3rem 1.2rem;
	font-size: 1.125rem;
}

@media screen and (min-width: 71em) {
	.main-navigation li {
		float: left;
		width: 16.6667%;
		height: 4.7rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;	
		padding: 1rem 0;
	}
	.main-navigation li a {
		margin: 0 1.64rem;
		padding: 0;
		font-size: 1rem;
		position: relative;
		text-shadow: 0 1px 15px rgba(0, 0, 0, 0.84);
	}
	.main-navigation .sub-menu a {
		text-shadow: none;
	}
	.main-navigation .sub-menu a:hover {
		text-decoration: underline;
	}
	.main-navigation li a::after {
		content: '';
		position: absolute;
		bottom: -0.5rem;
		left: 20%;
		height: 2px;
		width: 60%;
		background: transparent;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		transition: all 0.3s ease-in-out 0s;
	}
	.main-navigation .sub-menu a::after {
		content: none;
	}
	.main-navigation li a:hover::after {
		background: #fff;
		-webkit-transform: scaleX(1);
  		transform: scaleX(1);
	}
	.main-navigation li:hover > ul {
		left: auto;
	}
	.main-navigation ul ul {
		background: #5E5EA1;
		position: absolute;
		top: 4.7rem;
		left: -999em;
		z-index: 99999;
		max-width: 15rem;
		width: 100%;
		margin: 0 0 0 1rem;
		padding: 0.5rem 0 0.75rem;
	}
	.main-navigation ul ul li {
		float: none;
		width: 100%;
		text-align: left;
		padding: 0;
		height: auto;
	}
	.main-navigation ul ul li a {
		margin: 0;
		padding: 0.3rem 1.2rem;
		font-size: 1.125rem;
	}
}

.header-banner {
	background: #003e7e;
	height: 20rem;
	position: relative;
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 28em) {
	.header-banner {
		height: 25rem;
	}
}

@media screen and (min-width: 42em) {
	.header-banner {
		height: 35rem;
	}
}

/* =Breadcrumbs
----------------------------------------------- */
.breadcrumb-container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 68.75rem;
	width: 93%;
	margin: 0 auto;
}

#breadcrumbs {
	display: inline-block;
	margin: 0;
	padding: 0.5rem 0.9rem;
	font-size: 1em;
	background: #003e7e;
	color: #fff;
}

#breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

#breadcrumbs a:visited {
	color: #fff;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:active {
	text-decoration: underline;
}


/* =Content
----------------------------------------------- */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 150%;
	padding: 0;
	margin: 0;
	left: -25%;
}
@media screen and (min-width: 40em) {
	.rslides {
		width: 100%;
		left: 0;
	}
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.site-content {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 70px;
}
.home-content {
	padding-bottom: 30px;
}
.site-content h1 {
	font-size: 2em;
	padding: 0 0 .5em;
}
.hentry {
	margin: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	font-size: 1.2rem;
}
@media screen and (min-width: 40em) {
	.page-content,
	.entry-content,
	.entry-summary {
		font-size: 1.5rem;
		text-align: center;
	}
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header .page-title,
.entry-header .entry-title {
	margin-top: 15px;
}
h1.page-title {
	color: #563e22;
}
.moretag {
	font-style: italic;
	text-decoration: none;
}
.moretag:hover {
	text-decoration: underline;
}
.category-page {
	margin: 0 -12px;
}
#page {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 71em) {
	#page::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 5.625rem;
		background: linear-gradient(180deg, rgba(0,62,126,0.5032387955182073) 0%, rgba(0,62,126,0) 100%);
		z-index: 3;
	}
}
#main {
	width: 93%;
	max-width: 68.75rem;
	margin: 0 auto;
}
#main h1,
.nf-form-title h3 {
	font-family: JACVB, sans-serif;
	color: #003e7e;
	font-size: 2.2rem;
	margin: 1.3rem 0 0;
	padding: 0 0 1rem;
}
.entry-content h2 {
	font-family: JACVB, sans-serif;
	color: #003e7e;
	font-size: 1.9rem;
	margin: 0 0 1rem;
	padding: 0;
}
.entry-content h3 {
	font-family: JACVB, sans-serif;
	color: #003e7e;
	font-size: 1.6rem;
	margin: 0 0 0.9rem;
	padding: 0;
}
.entry-content h4 {
	font-family: JACVB, sans-serif;
	color: #003e7e;
	font-size: 1.4rem;
	margin: 0 0 0.7rem;
	padding: 0;
}
@media screen and (min-width: 40em) {
	#main h1 {
		font-size: 2.5rem;
		text-align: center;
	}
	.entry-content h2 {
		font-size: 2.1rem;
		text-align: center;
	}
	.entry-content h3 {
		font-size: 1.8rem;
		text-align: center;
	}
	.entry-content h4 {
		font-size: 1.6rem;
		text-align: center;
	}
}
.page-id-1516 .entry-content h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 15px
}

.entry-content .button {
	background: #003e7e;
	color: #fff;
	padding: 0.5rem 1.2rem;
	display: inline-block;
	margin-bottom: 1rem;
	text-decoration: none;
}

.entry-content .button:hover,
.entry-content .button:focus,
.entry-content .button:active {
	text-decoration: underline;
}

.info .button {
	background: #fff;
	color: #003e7e;
	padding: 0.5rem 1.2rem;
	display: inline-block;
	text-decoration: none;
}

.info .button:hover,
.info .button:focus,
.info .button:active {
	text-decoration: underline;
}

.file-extension {
	text-transform: uppercase;
}


/* =Homepage
----------------------------------------------- */

.rslides {
	margin-bottom: 25px;
}
.featured-sections {
	list-style: none;
	margin: 1rem 0 2rem;
	padding: 0;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 45em) {
	.featured-sections {
		margin-top: -3rem;
	}
}
.featured-section {
	padding: 0 2.5rem;
	width: 100%;
	max-width: 18rem;
	margin: 0 auto 1.5rem;
}
.featured-section a {
	text-decoration: none;
	display: block;
}
.featured-section a:hover {
	text-decoration: underline;
}
.section-image {
	width: 100%;
	padding-bottom: 100%;
	margin: 0 auto 0.6rem;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (min-width: 45em) {
	.featured-section {
		width: 33.3333%;
		max-width: 100%;
		margin: 0;
	}
}
.section-title {
	font-family: JACVB, sans-serif;
	color: #003e7e;
	font-size: 1.75rem;
	text-align: center;
	max-width: 12rem;
	margin: 0 auto;
	line-height: 1;
}
@media screen and (min-width: 45em) {
	.section-title {
		font-size: 2.2rem;
	}
}
@media screen and (min-width: 60em) {
	.section-title {
		font-size: 2.5rem;
	}
}

.home-news-events {
	background: #003e7e;
	color: #fff;
	padding: 1rem 0;
}
.home-news-events .contain {
	width: 93%;
	max-width: 68.75rem;
	margin: 0 auto;
}
.home-news-events a {
	color: #fff;
}
.home-news-events h2,
.news-events-heading {
	font-family: JACVB, sans-serif;
	font-size: 2.5rem;
	text-align: center;
	color: #003e7e;
}
.home-news-events h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 3rem;
}
.news-events-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-news-events li,
.archive article.type-news_events,
.news-events-list li {
	padding: 1.5em 0;
}
.news-image img {
	display: block;
	margin: 0 0 1.25em;
}
.news-details .entry-content {
	text-align: left;
}
.news-details .entry-content p:last-child {
	margin-bottom: 0;
}
.news-details .post-title {
	margin-bottom: 0.5rem;
}
.news-details .post-title a {
	text-decoration: none;
}
.news-details .post-title a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 40em) {
	.home-news-events li,
	.archive article.type-news_events,
	.news-events-list li {
		padding: 0;
	}

	.news-image {
		float: left;
		width: 30%;
		padding: 1.5em 0;
	}

	.news-image img {
		margin: 0;
		padding-right: 1.25em;
	}

	.news-details {
		float: right;
		width: 70%;
		padding: 1.5em 0;
	}
}
@media screen and (min-width: 55em) {
	.news-image {
		width: 22%;
	}
	.news-details {
		width: 78%;
	}
}
.news-details .post-title {
	font-family: JACVB, sans-serif;
	font-size: 1.8rem;
}
.news-events-all {
	text-align: center;
	margin-bottom: 1rem;
}
.news-events-all a {
	font-size: 1.5rem;
	font-family: JACVB, sans-serif;
}
.home-social {
	background: #fff;
}
.home-social .cr__gallery .loadMore {
	background-color: #003e7e;
	text-shadow: none;
	font-family: JACVB, sans-serif;
}
.home-social .callout {
	background: #003e7e;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: 1rem 5%;
}
.home-social .callout p {
	margin-bottom: 0;
}
.home-social .callout p:first-child {
	font-family: JACVB, sans-serif;
}
.home-social .callout p:last-child {
	font-style: italic;
}
.home-social .callout a {
	color: #fff;
	text-decoration: none;
}
.home-social .callout a:hover {
	text-decoration: underline;
}
.home-swag {
	background: rgb(188, 188, 214);
	
}
.home-swag .contain {
	width: 93%;
	max-width: 68.75rem;
	margin: 0 auto;
	padding: 3rem 0 16.5rem;
	background: url(img/home-swag.jpg) no-repeat;
	background-position: center bottom 2.5rem;
	background-size: 18rem;
}
.home-swag h2 {
	font-family: JACVB, sans-serif;
	font-size: 2.8rem;
	text-transform: uppercase;
	color: #003e7e;
	line-height: 0.8;
	margin-bottom: 1rem;
}
.home-swag p {
	font-size: 1.5rem;
	margin-bottom: 0;
	color: #003e7e;
}
@media screen and (min-width: 45em) {
	.home-swag .contain {
		padding-bottom: 3rem;
		background-size: 35%;
		background-position: center right;
	}
	.home-swag .contain > * {
		width: 60%;
	}
	.home-swag h2 {
		font-size: 3.5rem;
	}
	.home-swag p {
		font-size: 1.85rem;
	}
}
@media screen and (min-width: 72em) {
	.home-swag h2 {
		font-size: 4.5rem;
	}
}
.quick-links {
	width: 75%;
	max-width: 70em;
	margin: 2rem auto 0;
}
@media screen and (min-width: 50em) {
	.quick-links {
		width: 75%;
	}
}
.quick-links h2 {
	font-family: JACVB, sans-serif;
	font-size: 2.2rem;
	color: #003e7e;
	text-align: center;
	text-transform: uppercase;
}
.quick-links ul {
	list-style: none;
	margin: 0 auto;
	padding: 12px 0;
}
.quick-links li {
	height: 15rem;
	background-size: cover;
	background-repeat: no-repeat;
}
.quick-links ul a {
	height: 100%;
	text-decoration: none;
	font-family: 'JACVB', sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	text-shadow: 0 0 15px rgba(0,0,0,0.75);
}
@media screen and (min-width: 50em) {
	.quick-links ul a {
		font-size: 2rem;
	}
}
.quick-links ul li p {
	color: #fff;
	margin: 0;
	font-size: 1em;
	padding: 6px;
}
.quick-links ul li img {
	margin-bottom: 3px;
}


/* =Things To Do, Lodging & Dining
----------------------------------------------- */

ul.things-to-do-links,
ul.stay-eat-links,
ul.weddings-links {
	list-style: none;
	margin: 0 -0.5rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
ul.things-to-do-links li,
ul.stay-eat-links li {
	width: calc(50% - 1rem);
	height: 15rem;
	margin: 0.5rem;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (min-width: 50em) {
	ul.things-to-do-links li,
	ul.stay-eat-links li {
		width: calc(33.3333% - 1rem);
	}
}
@media screen and (min-width: 68.75em) {
	ul.things-to-do-links li,
	ul.stay-eat-links li {
		width: calc(25% - 1rem);
	}
}
ul.things-to-do-links a,
ul.stay-eat-links a,
ul.weddings-links a {
	height: 100%;
	color: #fff;
	font-family: 'JACVB', sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	text-decoration: none;
	padding: 0.5rem;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	text-shadow: 0 0 15px rgba(0,0,0,0.75);
}
@media screen and (min-width: 50em) {
	ul.things-to-do-links a,
	ul.stay-eat-links a,
	ul.weddings-links a {
		font-size: 2.25rem;
	}
}
ul.stay-eat-links li {
	width: calc(50% - 1rem);
}
@media screen and (min-width: 50em) {
	ul.stay-eat-links li {
		width: calc(33.3333% - 1rem);
		height: 18rem;
	}
}
.convention-meetings-links {
	list-style: none;
	margin: 0 -0.5rem;
	padding: 0;
}
.convention-meetings-links li {
	width: 100%;
	max-width: 46.875rem;
	height: 15rem;
	margin: 0.5rem auto;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
.convention-meetings-links a {
	height: 100%;
	color: #fff;
	font-family: 'JACVB', sans-serif;
	font-size: 2.2rem;
	line-height: 1.125;
	text-decoration: none;
	padding: 0.5rem;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	text-shadow: 0 0 15px rgba(0,0,0,0.75);
}
@media screen and (min-width: 45em) {
	.convention-meetings-links a {
		font-size: 2.8rem;
	}
}
.convention-meetings-links a .action {
	text-transform: uppercase;
	display: block;
}
ul.weddings-links {
	margin: 0 auto;
	max-width: 46.875rem;
}
ul.weddings-links li {
	width: calc(50% - 1rem);
	height: 15rem;
	margin: 0.5rem;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (min-width: 50em) {
	ul.weddings-links li {
		height: 18rem;
	}
}


/* = Page
----------------------------------------------- */

.photo-grid-4 {
	margin: 15px -5px 15px;
}
.photo-grid-4 img {
	width: 25%;
	padding: 5px;
	float: left;
	margin: 0;
}
.page-template-maps .site-content {
	padding-bottom: 25px;
}
.visitors-guide-download {
	font-family: JACVB, sans-serif;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 0.8em;
}
.visitors-guide-download a {
	text-decoration: none;
}
.visitors-guide-download a:hover {
	text-decoration: underline;
}
.visitors-guide-download a span.highlight {
	color: #e4701e;
}
.maps-grid-4 {
	margin: 0 -5px 25px;
}
.maps-grid-4 a {
	text-decoration: none;
}
.maps-grid-4 img {
	margin: 0;
	display: block;
}
.maps-grid-4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.maps-grid-4 li {
	width: calc(50% - 10px);
	height: 15rem;
	margin: 5px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width: 50em) {
	.maps-grid-4 li {
		width: calc(33.3333% - 10px);
	}
}
.maps-grid-4 li p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-family: 'JACVB', sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	padding: 0.5rem;
	margin: 0;
	text-shadow: 0 0 15px rgba(0,0,0,0.75);
}


/* =Looking for Lincoln
----------------------------------------------- */

#post-1758 h2 {
	color: #6b4206;
	font-size: 1.2em;
	margin: 25px 0 15px;
}
.lfl-audio {
	margin-bottom: 30px;
	float: left;
	width: 50%;
	margin-right: 2.5%;
}
.lincoln-brochure {
	width: 47.5%;
	background: #986d40;
	color: #fff;
	padding: 7px 0;
	margin: 0 auto 35px;
	text-align: center;
	box-sizing: border-box;
	clear: both;
}
.lincoln-brochure p {
	margin-bottom: 0;
}
a.l-brochure {
	text-decoration: none;
	color: #fff;
}
.lincoln-entry {
	margin: 20px 0;
	clear: both;
}
.lincoln-entry-photo {
	float: left;
	width: 27.5%;
	margin-right: 2.5%;
}
.lincoln-entry-content {
	float: left;
	width: 70%;
}
.lincoln-entry-content h3 {
	color: #004f2f;
	font-size: 1.3em;
}
.lincoln-icons {
	float: left;
	padding-right: 10px;
}
.lincoln-icons img {
	margin-right: 5px;
}
.lincoln-heading {
	float: left;
}
.lincoln-heading a {
	color: #004f2f;
	text-decoration: none;
}
.lincoln-heading a:hover {
	text-decoration: underline;
}
.lincoln-location {
	margin-bottom: 8px;
}
.lincoln-audio {
	margin-bottom: 10px;
}
.lincoln-audio a {
	font-size: 0.7em;
	text-transform: uppercase;
	background: #004f2f;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
}


/* =Listing Grid Pages
----------------------------------------------- */

.wonderful {
	font-family: JACVB, Helvetica, Arial, sans-serif;
	color: #003e7e;
	font-size: 1.2em;
}
.category-page {
	display: flex;
	flex-wrap: wrap;
}
.category-page .listing-item {
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	padding: 6px 12px 10px;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}
.listing-contain {
	border-bottom: 6px solid #23408f;
	flex-grow: 1;
}
.listing-item h2,
.listing-item h3 {
	padding: 0 55px 8px 0;
	font-size: 1.2em;
	line-height: 1.2;
	font-family: JACVB, sans-serif;
	color: #23408f;
}
.listing-item h3 {
	padding: 0 55px 8px 0;
	font-size: 1.2em;
	line-height: 1.2;
	color: #23408f;
}
.listing-item h2 a,
.listing-item h3 a {
	text-decoration: none;
}
.listing-item h2 a:hover,
.listing-item h3 a:hover {
	text-decoration: underline;
}
.listing-item img {
	width: 100%;
	margin-bottom: 0.75rem;
}
.listing-contain > p {
	padding-right: 55px;
}
.learn-more {
	position: absolute;
	bottom: 22px;
	right: 12px;
	width: 40px;
	height: 40px;
	background: #23408f;
	border-radius: 50%;
}
.learn-more p {
	color: white;
	font-family: JACVBlight, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding-top: 8px;
	line-height: 0.9;
}
.learn-more a {
	color: #fff;
	text-decoration: none;
}
.annual-events-page h2,
.restaurants-page h2 {
	font-size: 1.7em;
	margin: 0.8rem 0;
	padding: 1rem;
	font-family: JACVB, sans-serif;
	background: #003e7e;
	color: #fff;
}

.category-list {
	max-width: 55rem;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

.listing-image img {
	display: block;
	margin: 0 0 1.25em;
}

.category-list .post-title {
	font-family: JACVB, sans-serif;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.category-list .post-title a {
	text-decoration: none;
}

.category-list .post-title a:hover {
	text-decoration: underline;
}

.category-list p {
	font-size: 1.3rem;
	margin-bottom: 0;
}

@media screen and (min-width: 40em) {
	.listing-image {
		float: left;
		width: 30%;
		padding: 1.5em 0;
	}

	.listing-image img {
		margin: 0;
		padding-right: 1.25em;
	}

	.listing-details {
		float: right;
		width: 70%;
		padding: 1.5em 0;
	}
}

@media screen and (min-width: 55em) {
	.listing-image {
		width: 22%;
	}

	.listing-details {
		width: 78%;
	}
}

/* =Single Listing Page
----------------------------------------------- */
.single-post #main {
	max-width: 100%;
	width: 100%;
}
.single-post .entry-header,
.single-post .main,
.single-post .gallery,
.single-post .related-posts {
	width: 93%;
	max-width: 68.75rem;
	margin-left: auto;
	margin-right: auto;
}
.single-post #content .gallery,
.single-post .location {
	margin-bottom: 2rem;
}
.single-post #main h2 {
	font-family: JACVB, sans-serif;
	font-weight: bold;
	color: #384b95;
	font-size: 1.7rem;
	padding-bottom: 0.7em;
	text-align: center;
}
@media screen and (min-width: 40em) {
	.single-post #main h2 {
		font-size: 2rem;
	}
}
.desc {
	margin-bottom: 2.5rem;
	text-align: center;
}
.desc p {
	font-size: 1.5rem;
	line-height: 1.4;
}
.info {
	padding: 1.5rem 0;
	margin-bottom: 25px;
	background: #003e7e;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
}
.info-contain {
	width: 93%;
	max-width: 68.75rem;
	margin-left: auto;
	margin-right: auto;
}
.single-post #main .info h2 {
	color: #fff;
	padding-bottom: 0.7em;
}
.info h3 {
	font-family: JACVB, sans-serif;
}
.info p:last-child {
	margin-bottom: 0;
}
.info a {
	color: #fff;
}
.info-website {
	word-break: break-all;
}
.acf-map {
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 15px;
}
.request-button {
	float: right;
	background: #003e7e;
	display: inline-block;
	margin: 18px 0 15px 15px;
}
.contact-title {
	display: inline-block;
}
.related-posts h3 {
	font-weight: bold;
	color: #384b95;
	font-size: 1.3em;
	padding-bottom: 0.7em;
	text-align: center;
}
.related-posts ul {
	margin: 0;
	padding: 0;
}
.related-posts-wrapper {
	max-width: 440px;
	margin: 0 auto;
}
.slider4 li {
	border-bottom: 4px solid #23408f;
}
.slider4 li p {
	font-family: JACVB, sans-serif;
	font-size: 1em;
	padding: 5px 7px;
	margin: 0;
	min-height: 55px;
	position: relative;
	background: #fff;
	margin-top: -25px;
	z-index: 10;
}
.slider4 li a {
	text-decoration: none;
}
.slider4 li a:hover p {
	text-decoration: underline;
}
.related-posts .bx-wrapper .bx-controls-direction a {
	margin-top: -40px;
}
.bx-prev {
	margin-left: -50px;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid #003e7e;
}
.bx-next {
	margin-right: -50px;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #003e7e;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	opacity: 1;
	background-color: rgba(0,0,0,0);
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
	background-position: 0 0;
}

.nf-form-cont {
	border-top: 2px solid #003e7e;
}

/* =Footer
----------------------------------------------- */

footer {
	padding: 0;
	overflow: hidden;
}
.footer {
	max-width: 68.75rem;
	width: 93%;
	margin: 0 auto;
	padding: 1.875rem 0 1.25rem;
	text-align: center;
}
.footer p,
.footer address {
	font-size: 1.3rem;
	line-height: 1.3;
}
.footer-social ul {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-social li {
	margin-right: 1rem;
}
.footer-social li:last-child {
	margin-right: 0;
}
.footer-social li a {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #003e7e;
	display: block;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: center;
}
.footer-social p {
	max-width: 22rem;
	margin: 0 auto 2rem;
}
.footer-social li.contact a {
	background-image: url(img/contact-white.svg);
}
.footer-social li.twitter a {
	background-image: url(img/twitter-white.svg);
}
.footer-social li.instagram a {
	background-image: url(img/instagram-white.svg);
}
.footer-social li.facebook a {
	background-image: url(img/facebook-white.svg);
}
.footer-social li.news a {
	font-size: 0.9rem;
	font-style: italic;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.97rem 0;
	font-family: JACVB, sans-serif;
}
.footer-logo img {
	max-width: 15.625rem;
}
.site-footer .footer-contact {
	display: block;
	padding: 0;
	margin: 0 0 1rem;
	font-size: 1em;
}
address {
	margin-bottom: 0;
}
.contact p {
	margin-bottom: 0;
}
.contact a {
	color: #404040;
}
.illinois-logo {
	width: 6.25rem;
	margin: 0 auto;
}
.illinois-logo img {
	display: block;
}
.footer-copyright {
	background: #003e7e;
	padding: 0.5rem 5%;
}
.footer-copyright p {
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 0.9rem;
}

@media screen and (max-width: 1000px) {
	.lfl-audio {
		float: none;
		max-width: 475px;
		margin: 0 auto 10px;
		width: auto;
	}
	.lincoln-brochure {
		max-width: 475px;
		width: auto;
		margin: 25px auto 0;
	}
}
@media screen and (max-width: 800px) {
	.category-page .listing-item {
		width: 50%;
	}
}
@media screen and (max-width: 700px) {
	.main {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.side {
		float: none;
		width: 100%;
		max-width: 400px;
	}
	.related-posts {
		float: none;
		width: 80%;
		margin: 40px auto 0;
	}
	.wp-image-2218 {
		width: 200px;
	}
	.lincoln-entry-photo {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.lincoln-entry-content {
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 650px) {
	.contact {
		float: none;
		text-align: center;
	}
	.footer {
		padding: 20px 0 25px;
	}
}
@media screen and (max-width: 550px) {
	#main {
		width: 93%;
	}
	.category-page {
		margin: 0 -12px;
	}
	.listing-item h2 {
		padding: 8px 0;
	}
	.listing-item h3 {
		padding: 8px 0;
	}
	.listing-contain > p {
		padding-right: 0;
	}
	.learn-more {
		display: none;
	}
	.rslides {
		margin-bottom: 10px;
	}
	.photo-grid-4 img {
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	.listing-item h2 {
		font-size: 1em;
	}
	.listing-item h3 {
		font-size: 1em;
	}
	.bx-prev {
		margin-left: -40px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 20px solid #003e7e;
	}
	.bx-next {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #003e7e;
		margin-right: -40px;
	}
	.wp-image-2218 {
		width: 150px;
	}
	.contact-title {
		display: block;
	}
	.request-button {
		float: none;
		margin: 10px 0 15px;
	}
	.line-one {
		display: block;
	}
	.comma {
		display: none;
	}
	.line-two {
		display: block;
		padding-bottom: 5px;
	}
}
