h1, h1 a, h1 a:hover {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
}
a {
    color: #277e9f;
    font-weight: 700;
}
.breadcrumb-link {
    font-weight: 400 !important;
}
label {
    margin-bottom: 0;
}
ul {
    margin-bottom: 0;
}
nav {
    font-family: 'Calibri';
}
table {
    font-family: 'Calibri';
    /*border-radius: .9rem !important;*/
}
tr {
    background-color: #f8f8f8;
}
th {
    font-family: 'Calibri';
    /*background-color: #e3e3e3 */
    font-size: 16px;
    font-weight: 800;
    padding: 2px;
}
thead {
    background-color: #e3e3e3 !important;
}
body {
    background-color: #c0beba;
    /*background-color: #ececea;*/
    color: #58595b;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.downloadtxt {
    color: #fff;
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 16px;
    font-weight: 700;
}
.entry-content ol, .entry-content ul {
    margin-bottom: 0px;
    margin-left: 0px;
}
.content ul {
    margin: 0px 0 0px;
}
.entry-content ul>li {
    list-style-type: none;
}
.pagination>li>a {
    background-color: white;
    color: #277e9f;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #277e9f;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a {
    color: white;
    background-color: #277e9f !important;
    border: solid 1px #ddd !important;
}
.pagination>.active>a:hover {
    background-color: #277e9f;
    border: solid 1px #277e9f;
}
.trendcount {
    margin-left: 0px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* Component Needs */

@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,700);
.pc-tab>input, .pc-tab section>div {
    display: none;
}
#tab1:checked~section .tab1, #tab2:checked~section .tab2, #tab3:checked~section .tab3 {
    display: block;
}
#tab1:checked~nav .tab1, #tab2:checked~nav .tab2, #tab3:checked~nav .tab3 {
    color: red;
}
.pc-tab {
    width: 100%;
    max-width: 1000px;
    /* do max width for the tables in the tabs?  */
    margin: 0 auto;
}
.pc-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pc-tab ul li label {
    /*font-family: "Raleway";*/
    float: left;
    padding: 15px 25px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #eeeeee;
    color: #444;
}
.pc-tab ul li label:hover {
    background: #dddddd;
}
.pc-tab ul li label:active {
    background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
    border-right-width: 0;
}
.pc-tab section {
    /*font-family: "Droid Serif";*/
    clear: both;
}
.pc-tab section div {
    padding: 20px;
    /*width: 100%;*/
    border: 1px solid #ddd;
    background: #fff;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #444;
}
.pc-tab section div h2 {
    margin: 0;
    /*font-family: "Raleway";*/
    letter-spacing: 1px;
    color: #34495e;
}
#tab1:checked~nav .tab1 label, #tab2:checked~nav .tab2 label, #tab3:checked~nav .tab3 label {
    background: white;
    color: #111;
    position: relative;
}
#tab1:checked~nav .tab1 label:after, #tab2:checked~nav .tab2 label:after, #tab3:checked~nav .tab3 label:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    left: 0;
    bottom: -1px;
}