a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

body {
    background: #222;
}

header {
    background-color: #212529;
}

main {
    background-color: #fff;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

.header-buttons {
    text-align: right;
}

.navbar-dark .navbar-nav .nav-link {
    color: #c1c1c1;
    text-decoration: none;
    transition: all 0.2s linear;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.soc-icons {
    color: #c1c1c1;
    font-size: 18px;
}

.soc-icons a {
    color: #c1c1c1;
    text-decoration: none;
    transition: all 0.2s linear;
}

.soc-icons a:hover {
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #3e246d;
}

.lin-breadcrumbs {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
}

.lin-subnav {
    padding-top: 6px;
    min-height: 2.8em;
}

.lin-subnav .btn {
    margin-bottom: 3px;
}

.lin-language-selector {
    display: inline;
}

.lin-language-selector .dropdown-item {
    color: #222;
    font-size: 13px;
}

.leadbox-mini {
    color: #fff;
    background-color: #3e246d;
}

.jumbotron {
    padding: 2.4rem 2rem;
    background-color: transparent;
}

.hack-leadbox {
    color: #fff;
    background: linear-gradient(135deg,#000000 0%,#3e246d 100%);
}

@media only screen and (min-width: 768px) {
    .leadbox-background {
        background-image: url(vl-tower2.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media only screen and (min-width: 1603px) {
    .leadbox-background {
        background-image: url(vl-tower.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.cont-intro {
    background-color: #f8f9fa;
}

.sponsors-line {
    color: #fff;
    background-color: #40276f;
}

.sponsors-logo {
    height: 100px;
    width: auto;
}

.sponsors-logo-long {
    padding: 0 25px;
    height: 50px;
    width: auto;
}

.sponsors-logo-right {
    float: right;
    padding-left: 3px;
    padding-bottom: 3px;
}

@media only screen and (max-width: 992px) {
    .sponsors-logo {
        height: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .sponsors-logo {
        height: 60px;
    }
}

@media only screen and (max-width: 676px) {
    .sponsors-logo-right {
        float: none;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 574px) {
    .sponsors-line {
        display: none;
    }
}

footer {
    color: #c1c1c1;
    background-color: #212529;
}

footer a {
    color: #fff !important;
}

.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.iq-announce {
    padding: 7px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 13px;
    border-left: 2px solid #777;
    transition: border-left, background-color .3s linear;
    -webkit-transition: border-left, background-color .3s linear;
    -moz-transition: border-left, background-color .3s linear
}

.iq-announce:hover {
    background-color: #f9faff;
    border-left: 2px solid #014892
}

.iq-news a,
.iq-news a:hover,
.iq-news a:active,
.iq-news a:visited,
.iq-announce a,
.iq-announce a:hover,
.iq-announce a:active,
.iq-announce a:visited {
    color: #152535;
    text-decoration: none
}

.iq-news img,
.iq-announce img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: filter .3s linear;
    -webkit-transition: -webkit-filter .3s linear;
    -moz-transition: filter .3s linear
}

.iq-news:hover img,
.iq-announce:hover img {
    filter: none;
    -webkit-filter: grayscale(0%)
}

.iq-person-img {
    filter: none !important;
    -webkit-filter: grayscale(0%) !important
}

.iq-news {
    display: flex;
    font-size: 13px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #ccc
}

.iq-news .iq-thumbnail {
    width: 120px;
    height: auto;
    margin: 10px 10px 0 0;
    max-width: none !important
}

.iq-fields {
    overflow-x: hidden
}

@media screen and (max-width:300px) {
    .iq-news .iq-thumbnail {
        width: 70px
    }
}

.iq-person,
.iq-datetime,
.iq-department {
    color: #555;
    font-size: 12px
}

.iq-article-fields {
    font-size: 13px
}

.iq-block-sidelink {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px
}

.iq-field-share {
    line-height: 32px
}

.iq-news-share {
    padding: 1px 5px;
    border: 1px #888 solid;
    border-radius: .4rem;
    background-color: #888;
    text-decoration: none !important;
    white-space: nowrap;
    color: #fff
}

.iq-news-share:hover,
.iq-news-share:focus {
    border: 1px #23527c solid;
    background-color: #fff
}

.iq-social {
    font-size: 64px;
    margin-right: 14px;
}

.iq-alert {
    border-bottom: 0;
    padding: 0;
}

