.historic-site-list .cmp-cf-list__item {
    margin-bottom: 10px;
}
.historic-site-list .cmp-cf-list__item .cmp-cf-list__item-value:nth-child(2) {
    display: inline-block;
}
.historic-site-list .cmp-cf-list__item .cmp-cf-list__item-value:nth-child(2):after {
    display: inline-block;
    content: '.';
}
.historic-site-list .cmp-cf-list__item .cmp-cf-list__item-value:nth-child(4) {
    display: inline-block;
}

.historic-site-alert p:not(.hidden) {
    margin: 0;
    padding: 20px;
    font-weight: bold!important;
    display: block!important;
    background-color: #f2f2f2;
	border: 1px solid #a5a5a5;
}

// Responsive Embeds - from Bootstrap the real responsive design

.embed-responsive-16by9 {
  aspect-ratio: 16 / 9 !important;
  width: 100% !important;
}
.embed-responsive-4by3 {
  aspect-ratio: 4 / 3 !important;
  width: 100% !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;
}

@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; 
	}
}


/******************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; 
}

/**********************************************************/