﻿@charset "utf-8";
#topbtn{
    position:fixed;
    bottom:10px;
    float:right;
    right:10%;
    border:none;
    max-width:70px;
    width:100%;
    font-size:12px;
    font-family:'PT Sans',sans-serif
}
#topbtn a{
    color:#ff8b8b
}
topbtn a:hover{
    color:#ff8b8b
}
.panel{
    border:5px;
    border-color:#000;
    font-family:'PT Sans',sans-serif
}
.datasetlink{
    margin-bottom:50px;
    font-family:'PT Sans',sans-serif
}
.datasetlink h2{
    margin-left:20px
}
.datasetlink h1{
    color:#f8f7cd
}
.datasetlink a{
    color:#ff8b8b
}
.datasetlink a:hover{
    color:#2199e8
}
a{
    color:#ff8b8b
}
a:hover{
    color:#2199e8
}
h1{
    color:#f8f7cd;
    font-family:'PT Sans',sans-serif;
    font-size:18px;
    line-height:10px
}
h2{
    color:#ff8b8b;
    font-family:'PT Sans',sans-serif;
    font-size:14px;
    line-height:14px;
    margin-top:0!important
}
.panel-title{
    color:#ff8b8b!important;
    font-family:'PT Sans',sans-serif;
    font-size:18px;
    line-height:18px
}
.panel-body{
    background-color:#000;
    color:#fff;
    font-size:14px;
    font-family:'PT Sans',sans-serif;
    line-height:22px
}
.faq-cat-content{
    margin-top:10px
}
.panel-heading a:focus{
    outline:0
}
.panel-heading a,.panel-heading a:focus,.panel-heading a:hover{
    color:#000
}
.faq-cat-content .panel-heading:hover{
    background-color:#000
}
.panel-group{
    margin-top:20px
}
.active-faq{
    border-left:2px solid #888
}
.panel-faq .panel-heading .panel-title span{
    font-size:14px;
    font-weight:400;
    font-family:'PT Sans',sans-serif
}
body{
    background-color:#000;
    margin-left:auto;
    margin-right:auto;
    width:90%;
    max-width:880px;
    padding-left:2.275%;
    padding-right:2.275%;
    font-family:'PT Sans',sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
header{
    text-align:left;
    display:block;
    margin-bottom:20px;
    margin-top:20px;
    font-family:'PT Sans',sans-serif
}
header .ucdp span{
    width:80px;
    height:22px;
    font-family:'PT Sans',sans-serif;
    color:#fff;
    font-size:36px;
    font-weight:600;
    line-height:52px
}
hr{
    background-color:#fff;
    height:.5px
}
footer .footerDisclaimer{
    font-family:'PT Sans',sans-serif;
    font-size:14px;
    line-height:18px;
    color:#ff8b8b;
    font-weight:500
}
footer .footerDisclaimer span{
    color:#ff8b8b;
    font-weight:400
}

/********************

Breadcrumbs

*********************/
.breadcrumb {
    font-size: 1.25em;
    margin-top: 1em;
}

.downloadcrumb {color:white} 

@media only screen and (min-width :285px) and (max-width :480px){
    header{
        width:100%;
        float:none
    }
    header .pagename .ucdp{
        display:inline-block
    }
    footer{
        display:block;
        text-align:center;
        font-family:'PT Sans',sans-serif
    }
}
@media only screen and (min-width :481px){
    header{
        width:100%;
        float:none
    }
    header .pagename .ucdp{
        display:inline-block;
        font-family:'PT Sans',sans-serif
    }
    footer .footerDisclaimer{
        float:left;
        margin-left:2%;
        font-family:'PT Sans',sans-serif;
        font-size:14px
    }
}
