﻿@font-face {
    font-family: 'Meta Book';
    src: url("../fonts/MetaWeb-Book.eot");
    src: local("☺"), url("../fonts/MetaWeb-Book.woff") format("woff"), url("../fonts/MetaComp-Book.ttf") format("truetype");
}

html {
    overflow-y: auto;
    overflow-x: hidden;
}
body {
    color: rgb(86,86,86);
}
a {
    color: rgb(26,88,159);
}
a.external {
    background-image: url(external.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.kv-margin-bottom-off {
    margin-bottom: 0px !important;
}

.kv-page-header {
    border-bottom: solid 2px RGB(210, 210, 210);
    margin-top: 0px;
}
.kv-page-header h1 {
    color: rgb(30,30,30);
    text-transform: uppercase;
}

h1 {
    font-family: 'Meta Book', sans-serif;
    font-size: 30px;
}
h2 {
    font-size: 17px;
    font-weight: 700;
}
h3 {
    font-size: 14px;
    font-weight: 700;
}

.kv-content {
    margin-bottom: 15px;
}

.kv-lead {
    font-size: 16px;
}
            
.kv-thumb {
    background-color: rgb(237,237,237);
    border-color: rgb(237,237,237);
    border-radius: 0px;
    border-width: 5px;
    color: rgb(86,86,86);
    padding: 10px;
    transition: none;
}
.kv-thumb:hover {
    background-color: rgb(203,213,222);
    border-color: rgb(125,161,196);
    text-decoration: none;
}
.kv-thumb h3 {
    color: rgb(30,30,30);
    font-family: 'Meta Book', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.kv-spacer {
    margin-bottom: 15px;
}

.kv-well {
    background-color: rgb(237,237,237);
    border-radius: 0px;
    border: none;
    box-shadow: none;
}
.kv-linklist li:before {
    content: "\A0\BB\A0";
}

.kv-breadcrumb  {
    background-color: transparent;
    padding: 5px 0px;
}
.kv-breadcrumb > li + li::before {
    color: rgb(125,161,196);
    content: "\27F6 ";
}