/**
 * @file
 * Overall specifications for CELA.
 */

* {
  box-sizing: border-box;
  outline: 0; /* removes default browser focus dotted line; we need to make sure we're setting focus styles specifically */
}


input[type="radio"] {
  appearance: auto !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
}


html {
  height: 100%;
}
body {
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
}
a {
  border: none;
  border-radius: 3px;
  padding: 0.2rem;
  cursor: pointer;
}
a,
a:link,
a:visited {
  text-decoration: underline;
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
}
h1 a,
h2 a {
  border-bottom: none;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
 h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0 0 0.3em 0;
}
h1,
.heading-a {
  font-size: 1.8rem;
}
h2,
.heading-b {
  font-size: 1.625rem;
}
h3,
.heading-c {
  font-size: 1.25rem;
}
h4,
.heading-d {
  font-size: 1.05em;
}
h5,
.heading-e {
  font-size: 0.889em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h6,
.heading-f {
  font-size: 0.67em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
p {
  margin: 0 0 1.2em 0;
}
del {
  text-decoration: line-through;
}

blockquote {
  border-left: 5px solid; /* LTR */
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em; /* LTR */
  vertical-align: -0.4em;
}
blockquote:after {
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
}
blockquote > p:first-child {
  display: inline;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
}
.main-section ul,
.main-section ol {
  margin-bottom: 1rem;
}
ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
table {
  font-size: 1rem;
}

summary {
  display: block;
  padding: 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary * {
  margin-bottom: 0;
}

summary *:last-child:after {
  font-family: 'cela-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin-left: 0.5rem;
}

details[open] summary *:last-child:after {
  content: "\e901";
}


/* Disable the /register link in the user menu when logged in */
.user-logged-in .menu--account a[href="/register"] { display:none; }

#edit-date-of-birth--bwmiWRWUheE {
  height: 2em ! important;
}


/*** Distribution Profile ***/

.distro_ul {

  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 1em;
}

ul.distro_ul_inner{
  margin-bottom: 0.5em;
}

.distro_li {
  width: 100%;
  border: 1px solid ! important;
  padding: 1em ! important;
}

.distro_a {
  display: flex ! important;
  justify-content: flex-start ! important;
  flex-wrap: wrap;
  text-decoration: none ! important;
  padding: 0.25em ! important;
}

.distro_a:hover {

}


.distro_chan {
  padding-right: 1em;
}

.distro_freq {
  padding-right: 1em;
}

.distro_no_per_service {

}

.distro_status {

}

.distro_a {
}

/*** Selection Profile ***/

.distro_ul_inner {

  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0.2em;
}

.distro_li_inner {
  width: 100%;
  padding: 0.2em 1em ! important;
}

.distro_li_inner:first-child {
  width: 100%;
  /*padding-top: 1em ! important;*/
  /*padding-bottom: 0 ! important;*/
  /*margin-bottom: 0 ! important;*/
}

.distro_a_inner {
  display: flex ! important;
  justify-content: flex-start ! important;
  flex-wrap: wrap;
  text-decoration: none ! important;
  padding: 0.25em ! important;
}

.distro_a_inner:hover {

}

.box {
  margin-bottom: 1.5em ! important;
}

.box h3 {
  margin-bottom: 1em ! important;
}

.form-item-copyright-min,
.form-item-copyright-max,
.form-item-field-date-added-facet-field {
  display: none;
}

.filter-note {
  margin-bottom: 0.5em;
}



input[type="radio"] {
  appearance: auto !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
}


.date_added_label {
  display: inline;
}

.submitForStats {
  margin-left: 0;
  padding-left: 0;
}

.form-item-selectedtomonth2019 {
  padding-bottom: 2rem;
}

#edit-field-book-covers #edit-field-book-covers-none {
  display: none;
}
#edit-field-book-covers label[for="edit-field-book-covers-none"]{
  display: none;
}

.devices {
  margin-left: 4%;
}

.field.device-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
