/* Styling elements */

.spacer {
  height = 1%;
}

@media (min-width: 768px) {
  .min-h-4p6rem {
    min-height: 4.6rem;
  }
}


/*COLOR*/
body {
  background-color: #ffffff;
}

.bg-grey {
    background-color: #eef0f1!important;
}

.bg-rssorange {
    background-color: #f8f9fa!important;
    /*background-color: #eba92f!important;*/
}

.bg-rssorange:hover {
    background-color: #ffa34d!important;
    /*background-color: #eba92f!important;*/
}

.bg-emmy{
  background-color: #1e5198!important;
}

.text-black {
  color: black!important;
}

code, samp {
  color: black;

}

/*TPYOGRAPHY CLASSES*/

.fontsize-50 {
  font-size: 50%;
}

.semi-bold {
    font-weight: 600;
}

.feather-text{
    top: .125em;
    position: relative;
    width: 16px;
    height: 16px;

}

.feather-18{
    width: 18px !important;
    height: 18px!important;
}

/* TYPOGRAPHY */

html {
  font-size: 14.5px;
}

p, td, th, li, dd {
    text-align: left;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0;
}

p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset {
    margin-bottom: 1em;
}


a {
    color: #007bff;
    text-decoration: none !important;
    -webkit-transition: color .2s ease-in;
            transition: color .2s ease-in;
}
a:hover { color: #0062cc; }

p {
  line-height: 1.55 !important;
}


h1 {
  margin-bottom: 1rem !important;
}

h2 {
  margin-bottom: 0.75rem !important;
}



/* FROM pico default stlye.css */


/*** TABLES ***/

table { border-spacing: 0; }

td, th {
    padding: 0.4em 1em;
    vertical-align: top;
}
th {
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
    color: #333;
}

td, th {                                         border: 1px solid #ccc; }
tr:not(:last-child) td, tr:not(:last-child) th { border-bottom: 0 none; }
thead tr:last-child th {                         border-bottom: 0 none; }
td:not(:last-child), th:not(:last-child) {       border-right: 0 none; }

tr:first-child td:first-child, tr:first-child th:first-child { border-top-left-radius: 0.3em; }
tr:first-child td:last-child, tr:first-child th:last-child {   border-top-right-radius: 0.3em; }
tbody tr:last-child td:first-child {                           border-bottom-left-radius: 0.3em; }
tbody tr:last-child td:last-child {                            border-bottom-right-radius: 0.3em; }
table thead + tbody tr:first-child td {                        border-radius: 0 !important; }

.table-responsive { overflow-x: auto; }
.table-responsive > table { margin-bottom: 0; }

/*** LISTS ***/

ol, ul {
    list-style-position: outside;
    padding-left: 1.5em;
}
ol { padding-left: 2.5em; }
li { padding-left: 0.5em; }

dt { font-weight: bold; }
dd { margin-left: 2em; }


*** CODE ***/

code {
    margin: 0 0.1em;
    padding: 0.1em 0.2em;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    background: #f5f5f5;
    font-family: 'Droid Sans Mono', 'Courier New', 'Courier', monospace;
    font-size: 0.85rem;
    line-height: 1.9824;
}

pre {
    padding: 0 1em;
    border: 1px solid #ccc;
    border-radius: 0.3em;
    background: #f5f5f5;
}
pre code {
    display: block;
    margin: 0;
    padding: 1.1111em 0;
    border: 0 none;
    background: transparent;
    overflow-x: auto;
    line-height: 1.4;
}

/*** BLOCKQUOTE ***/

blockquote {
    font-style: italic;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 0.5em solid #f5f5f5;
}

/*** FORMS ***/

fieldset legend { font-weight: bold; }

input:not([type="checkbox"]):not([type="radio"]), button, select, textarea, fieldset, fieldset legend {
    border: 1px solid #ccc;
    border-radius: 0.3em;
    background: #fff;
    -webkit-transition: none .2s ease-in;
            transition: none .2s ease-in;
    -webkit-transition-property: border-color, background, box-shadow;
            transition-property: border-color, background, box-shadow;
}

input:not([type="checkbox"]):not([type="radio"]), button, select, textarea {
    padding: 0.5em 1em;
    outline: 0 none;
    font-size: 1rem;
}
input:focus:not([type="checkbox"]):not([type="radio"]), button:focus, select:focus, textarea:focus {
    border-color: #2EAE9B;
    box-shadow: 0 0 8px #2EAE9B;
}
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus,
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    background: #f5f5f5;
    cursor: pointer;
}

textarea, select[multiple] {
    vertical-align: bottom;
    overflow: auto;
}

fieldset {
    padding: 1em;
    background: #f5f5f5;
}
fieldset legend { padding: 0 0.5em; }

fieldset label, fieldset input, fieldset button,
fieldset select, fieldset textarea {
    margin: 0.2em 0.5em;
}
fieldset label:first-child, fieldset input:first-child, fieldset button:first-child,
fieldset select:first-child, fieldset textarea:first-child {
    margin-left: 0;
}
fieldset label:last-child, fieldset input:last-child, fieldset button:last-child,
fieldset select:last-child, fieldset textarea:last-child {
    margin-right: 0;
}

/* Firefox input size fix */
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}





/*-------------END Pico default stlye.css--------------*/




/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 6rem; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: small;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  /* line-height: 60px; /* Vertically center the text there */
  /*background-color: #f5f5f5;*/
}


/*-------------CUSTOM--------------*/

#dataset_metadata {
  font-size: 0.9em;
}

#dataset_metadata dt {
  font-weight: bolder;

}

/*
#dataset_metadata dd {
  font-weight: normal;

}
*/

/* Custom Classes */


.newswidget_headline {
  margin-bottom: 0.15em !important;
}

.newswidget_content {
  margin-bottom: 0.15em;
}

.sidebar_right_content > p {
  text-align: left;
}

.profile_photo {
  height: 21em;
  object-fit: cover
}

.contact_navitem {
  cursor: pointer;
}

.citation_navitem {
  cursor: pointer;
}


/* hide buttons after click */

.hide-me[aria-expanded="true"] {
  display: none !important;
}


.download_link{
    data-feather:"download";
}


#contact {
  display: none;
}

#contacttoggle {
  display: none;
}


/*change navitem when toggled */
#contacttoggle:checked ~ .contact_navitem {
  color: #ffffff !important;
}

/*display contact when navitem toggled */
#contacttoggle:checked ~ #contact {
  display: block;
  transition: display 2s;
}


#citation {
  display: none;
}

#citationtoggle {
  display: none;
}


/*change navitem when toggled */
#citationtoggle:checked ~ .citation_navitem {
  color: #ffffff !important;
}

/*display citation when navitem toggled */
#citationtoggle:checked ~ #citation {
  display: block;
  transition: display 2s;
}



/* felxtable */

.tabwid table{
  border-collapse:collapse;
  line-height:1;
  margin-left:auto;
  margin-right:auto;
  border-width: 0;
  display: table;
  margin-top: 1.275em;
  margin-bottom: 1.275em;
  border-spacing: 0;
  border-color: transparent;
}
.tabwid_left table{
  margin-left:0;
}
.tabwid_right table{
  margin-right:0;
}
.tabwid td {
    padding: 0;
}
.tabwid a {
  text-decoration: none;
}
.tabwid thead {
    background-color: transparent;
}
.tabwid tfoot {
    background-color: transparent;
}
.tabwid table tr {
background-color: transparent;
}

