.hljs {
    border: 0px;
}
a,
a:hover,
a:visited {
  text-decoration: none;
  color: #D71E1E;
}
.social {
    position: fixed;
    float: right;
    width: 30px;
    padding: 0px;
    margin-top: 160px;
    color: #808080;
    z-index: 100;
}
.social a {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}
.social a:hover {
    width: 42px;
}
.social img {
    width: 30px;
    height: 30px;
    vertical-align: top;
}
.rss_box {
    font-size: 1em;
    color: #000;
}
.rss_bar {
    height: 20px;
    background-color: #FFF
}
.rss_title {
    font-size: 1.2em;
    background-color: #265b8e;
    padding-right: 10px;
    padding-left: 10px;
}
.rss_title a {
    color: hsl(0, 0%, 90%);
}
.rss_title a:hover {
    color: #fff;
}
.rss_item {
    font-size: 1.2em;
    background-color: #265b8e;
    padding-right: 10px;
    padding-left: 10px;
}
.rss_item a {
    color: hsl(0, 0%, 90%);
}
.rss_item a:hover {
    color: #fff;
}
.rss_desc {
    background-color: #EEE;
    padding-left: 10px;
    padding-right: 10px;
}
.rss_desc table {
    width: 100%;
}
.rss_desc td {
    vertical-align: top;
}
.rss_date {
    font-style: italic;
    font-size: xx-small;
    text-align: right;
    background-color: #EEE
}
.nav_container a {
    color: #808080;
    height: 58px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px;
    font-family: Muli;
    font-size: 18px;
}
.nav_container a:hover {
    color: #D71E1E;
}
.nav_container {
    float: right;
    width: 80%;
    margin-right: 10%;
}
.nav_button {
    color: #808080;
}
.nav_container .active {
    /*clear: both;*/
    color: #D71E1E;
}
.navbuttonscontainer {
    float: right;
}
.header {
    position: fixed;
    float: left;
    width: 100%;
    /* border-bottom: 1px solid hsl(0, 0%, 86%); */
    z-index: 999;
}
.header_back {
    float: left;
    width: 100%;
    padding: 10px 5px 5px;
    background-color: #ffffff;
}
.logo, .logo-noimage {
    float: left;
    width: 175px;
    height: 45px;
    margin-top: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
.logo {
    background-image: url('../images/GeniviaLogo2_trans_noslogan.png');
}
.navtoggle {
    background: #265b8e;
    float: right;
    width: 30px;
    display: none;
    margin-top: 10px;
}
.navtoggle:hover {
    background: #D71E1E;
    cursor: pointer;
}
.navtogglebar {
    border-top: 5px solid #fff;
    height: 9px;
}
code {
    display: inline-block;
    background-color: #ffe;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
em code {
    background-color: #FAFAFA;
    font-style: normal;
}
td code {
    color: inherit;
    background-color: inherit;
    border: 0px;
}
code a, code a:hover, code a:visited {
    /* color: #265B8E; */
    color: inherit;
    text-decoration: underline;
    text-align: inherit;
}
a {
    display: inline-block;
    text-align: center;
}
strong {
    font-weight: bold;
    /*    color: #D71E1E;*/
}
@media(max-width: 980px) {
    .nav_button, .nav_container .active {
        width: 100%;
        margin-top: 0;
        float: left !important;
        clear: both;
    }
    .navbuttonscontainer {
        clear: both;
        width: 100%;
        display: none;
    }
    .logo {
        /*float: none;*/
        /*margin: 0 auto;*/
    }
    .navtoggle {
        display: inline-block;
    }
}
.textcenter {
    text-align: center;
}
.genivia {
    font-family: "Arial Black", sans-serif;
}
@font-face {
    font-family: 'inconsolatamedium';
    src: url('../fonts/inconsolata-webfont.eot');
    src: url('../fonts/inconsolata-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/inconsolata-webfont.woff') format('woff'), url('../fonts/inconsolata-webfont.ttf') format('truetype'), url('../fonts/inconsolata-webfont.svg#inconsolatamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
code,
kbd,
pre,
samp {
    font-family: inconsolatamedium, monospace, serif !important;
    font-size: 1.1em !important;
}
