/* All changes and new styles writing to this file! */
.clear
{
    clear: both;
}
.ui-datepicker-title, .ui-datepicker-calendar, .ui-datepicker-inline
{
    font-size: 14px !important;
}
#map iframe {
    width: 100%;
    height: 520px;
    border: 0;
}
.news-hero-tile__item:hover .news-hero-tile__item__link {
    background-color: rgba(0,0,0,.6);
    color: #fff;
    -webkit-transition: all .15s ease-in 0s;
    transition: all .15s ease-in 0s;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar .navbar-collapse .navbar-nav>li:first-child
{
    position: relative;
}
.row.visible-xs
{
    margin-bottom: 20px;
}
.sidebar-item__share svg:hover
{
    fill: #0d014d;
}
@media only screen and (min-width:768px){
    .hidden-lg
    {
        display: none !important;
    }
}

#left-element
{
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0px;
}
.stickytop
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sidebar-item__share ul li a svg
{
    fill: #979797;
}
.article-meta__photo-gallery ul li:first-child p
{
    font-size: 12px;
    text-align: center;
    margin: 10px;
}
.article-meta strong
{
    font-weight: normal;
}
.display-none
{
    display: none;
}
.article-content img
{
    max-width: 100% !important;
    height: auto !important;
}
@media only screen and (max-width:960px){
    .article-content h2
    {
    	font-size: 22px;
    	line-height: 26px;
    }
}
.article-content
{
    margin-bottom: 40px;
}
.error {
    font-size: 18px;
    line-height: 34px;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #fff;
    color: #002E6E;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}
.error__title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 360px;
    line-height: 360px;
}
.error__description {
    margin-bottom: 45px;
}
.article-meta__date_header
{
    display: none;
}
.article-content a
{
    text-decoration: none;
    font-weight: bold;
}