/******************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; 
}

/**********************************************************/


/* Text component extending to full width */
.cmp-text {
    max-width: initial;
}

/* Avoid Word Wrapping*/
.remove-word-break a { 
    word-break: break-word !important; 
}

.general-notices .cmp-cf-list__item .cmp-cf-list__item-title:not(.hidden) {
    margin: 10px 0 0 0;
    font-weight: bold;
}
.general-notices .cmp-cf-list__item .cmp-cf-list__item-value:nth-child(2) {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}
.general-notices .cmp-cf-list__item .cmp-cf-list__item-title:nth-child(3) {
    margin: 10px 0 0 0;
    font-weight: bold;
}
.general-notices .cmp-cf-list__item .cmp-cf-list__item-value:nth-child(4) a {
    color: #0365C0;
}

.tblnoformat table, .tblnoformat th, .tblnoformat td, .tblnoformat table tbody tr td {
	border:0;
	background-color: white;
}

@media only screen and (max-width : 768px) {
    .water-embed {
        height: 250px !important;
    }
}