.container-header {
background-color: #ffffff;
background-image:none;
}

.container-nav {
background: rgb(47,116,186);
background: linear-gradient(180deg, rgba(47,116,186,1) 0%, rgba(47,116,186,0.9) 100%);
}

.nav li, .directcontact {
font-size:22px;
line-height:22px;
margin:0px;
text-align:center;
color:white;
}

.directcontact {
margin-top:-2px;
padding-left:10px;
border-left:1px solid white;
}

#mod-search-searchword98 {
background:transparent;
border: 2px solid #5990c8;
color:#fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: white;
opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: white;
}

.page-header a, .item-title a, .card-header {
text-decoration: none;
color: inherit;
font-weight:500;
font-size:30px;
background:transparent;
line-height:50px;
}

.header {
z-index: 9999;
}

.item-content, .card-body {
font-size:20px;
line-height:28px;
}

.content .embed-container iframe {
width: 100%;
border: none;
}