/* Park Header and nav */
.park-header .cmp-contentfragment__element--mainLinks ul li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}
.park-header .cmp-contentfragment__element--mainLinks ul li:last-child {
    margin-right: 0;
}
.park-header .text {
    padding: 0;
}
.park-header .text .cmp-text {
    max-width: none;
}
.park-header .text ul {
    margin: 0;
    padding: 0;
}
.park-header .text ul li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}
.park-header .text ul li:last-child {
    margin-right: 0;
}
.park-header .text ul li:before {
    content: '';
}
/* Sidebar Headers */
.park-sidebar-header .cmp-contentfragment__element .cmp-contentfragment__element-title, .park-sidebar-header-as-text {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5;
    background-color: #e8ecee;
}
.park-sidebar-header.cmp-custom-cf .cmp-contentfragment__element {
    margin-bottom: 0;
}
.park-sidebar-header.cmp-custom-cf .cmp-contentfragment__element-linkList {
    margin-top: 15px;
}
.park-sidebar-header.cmp-custom-cf .cmp-contentfragment__element-value a {
    font-size: 1.125rem;
    line-height: 1.5;
}
.park-sidebar-header.cmp-custom-cf .cmp-contentfragment__element .paragraph {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5;
}
.park-sidebar-header.cmp-custom-cf .cmp-contentfragment__element--hours .paragraph {
    margin-bottom: 0.9375rem;
}
.park-sidebar-header.cmp-custom-cf .cmp-contentfragment__element--hours p:first-child {
    margin-top: 0.9375rem;
}
.park-sidebar-header.cmp-custom-cf .cmp-contentfragment__element--siteBrochure .paragraph {
    margin-top: 0.9375rem;
}
.park-sidebar-header.cmp-custom-cf .cmp-contentfragment__element--dnrRegion .paragraph {
    font-weight: bold;
}
.park-sidebar-header.park-address dl:nth-child(4),
.park-sidebar-header.park-address dl:nth-child(4) .cmp-contentfragment__element--parkCity,
.park-sidebar-header.park-address dl:nth-child(4) .cmp-contentfragment__element--parkCity .paragraph {
    display: inline;
}
.park-sidebar-header.park-address dl:nth-child(4) .cmp-contentfragment__element--parkCity .paragraph:after {
    display: inline;
    content: ", IL ";
}
.park-sidebar-header.park-address dl:nth-child(5),
.park-sidebar-header.park-address dl:nth-child(5) .cmp-contentfragment__element--parkZip,
.park-sidebar-header.park-address dl:nth-child(5) .cmp-contentfragment__element--parkZip .paragraph {
    display: inline;
}
.park-sidebar-header.park-address .cmp-contentfragment__element--parkLatitude {
    margin-top: 15px;
}
.park-sidebar-header.park-address .cmp-contentfragment__element--parkLatitude .paragraph:before {
    display: inline;
    content: "N: ";
}
.park-sidebar-header.park-address .cmp-contentfragment__element--parkLongitude .paragraph:before {
    display: inline;
    content: "W: ";
}
.park-sidebar-header.park-address .cmp-contentfragment__element--parkSiteMapImage {
    margin-bottom: 15px;
}
/* Park Alerts and Closures */
.park-alert {
    padding: 30px;
    background-color: #fff7d4;
    border-left: 5px solid #FFE576;
}
.park-closure {
    padding: 30px;
    background-color: #F9DEDE;
    border-left: 5px solid #E31C3D;
}
.park-alert p:last-child, .park-closure p:last-child {
    margin-bottom: 0;
}

/* home page */

#dnr-home {
background-color: #ede5b7	
}

/* Content Fragments styling */
.contentfragment h2, .contentfragment.h2,
.contentfragment h3, .contentfragment.h3 {
	padding-bottom: 0.95rem !important;
	}
	
/* Site wide Styling */
.hidden {
display: none !important;
}

.rounded img { border-radius: 10%;}

/*INPC Content Fragment Lists*/
.inpc-cf-list li li{
	margin-bottom:0 !important;
	
}

/* Alerts */
#callout-gray
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 10px;
	color: #000;
	border: 1px solid #a5a5a5;
	background-color: #f2f2f2;
}
#alert-success

{
	padding: 15px;
	margin-bottom: 20px;
	border-left: 5px #2e8540 solid; 
	background-color: #e7f4e4; 
}
#alert-info
{
	padding: 15px;
	margin-bottom: 20px;
	background-color: #E1F3F8;
}
#alert-warning
{
	padding: 15px;
	margin-bottom: 20px;
	background-color: #FFF1D2;
}
#alert_danger
{
	padding: 15px;
	margin-bottom: 20px;
	background-color: #F9DEDE;
}

.cmp-text {
    max-width: initial !important;
}


/* Table fixes */
.data-table-elastic-search .cmp-datatable table a, .data-table .cmp-datatable table a {
	word-break: keep-all;
}


/******************Weglot***********************************/

/*Restrict form width to remain within parent container 
   - form set to cover full width of pg. (used for translation purposes)*/
   .guideContainerNode {
    max-width: 100%;
}
/*WeGlot Keyboard Focus*/
.wg-drop.wg-mouse-click>div:focus 
{ 
    outline: 3px solid #1CA6DF; 
}

/**********************************************************/






@media screen and (min-width: 800px) {
	#alert-success {
		border-left: 5px #2e8540 solid; 
	}
	#alert-info {
		border-left: 5px #02BFE7 solid; 
	}
	#alert-warning {
		border-left: 5px #FDB81E solid; 
	}
	#alert_danger {
			border-left: 5px #E31C3D solid; 
	}
}
