#html5-watermark div {
    display: none !important;
}

.element-invisible, .visually-hidden{
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
}

.messages, .messages--status {
    background-color: #f6fcff;
    color: #0072b9;
    margin: 1.5rem 0;
    position: relative;
    padding: 10px 10px 10px 44px;
    border: 1px solid #0072b9;
}

.messages__icon {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    line-height: 1;
}

.tabs {
    margin: 1.125rem 0 0;
    line-height: 1.875rem;
    border-bottom: 1px solid #cccccc;
    background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
    background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
    padding: 0 2px;
    list-style: none;
    white-space: nowrap;
}

.tabs__tab.is-active {
    border-bottom-color: #fff;
}

.tabs__tab {
    float: left;
    margin: 0 3px;
    border: 1px solid #cccccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-color: transparent;
    border-bottom: 0;
    overflow: hidden;
    background: #dddddd;
}

.tabs__tab-link {
    padding: 0 1.5rem;
    display: block;
    text-decoration: none;
    -webkit-transition: color .3s, background .3s, border .3s;
    transition: color .3s, background .3s, border .3s;
    text-shadow: #fff 0 1px 0;
    color: #000;
    background: #dddddd;
    letter-spacing: 1px;
}

.tabs__tab-link.is-active {
    background: #fff;
    text-shadow: none;
}

.addnew-content {
    padding: 5px;
    padding-left: 12px;
}

.addnew-content {
    background: #103854;
    margin-top: 15px;
}


.addnew-content a {
    padding: 0px;
    margin: 0px !important;
	color: #ffffff;
    font-weight: bold;
	line-height: 30px;
}

.bridcrumbs ul li {
    text-transform: uppercase;
}

.pressrelease th a {
    color: white;
}