/* hide bouncing arrow */
.more.scrolly {
	display: none;
}

/* header */


/* spacing on homepage  */
.landing .wrapper {
  padding: 0;
}

#banner {
	text-align: left;
	height: 10%;
	min-height: 7%;
	padding: 1em;
}
					
#banner h2 {
	font-size: 20px
}

#banner h2::before, #banner h2::after {
	background: none;
}

#banner h2 {
	padding: 1.5em 0 0 0;

}

#header.alt {
    background: #707271;
}

#header {

  background: #2e3842;
}

#main > header {
padding: .5em;
background-color: #707271;

}

#banner {
    padding: 1em 1em 0.5em 1em !important;
}

/* footer */

html {
  background: #1d242a;
}
body.is-mobile.landing #footer {
	background-color: #2e3842;
}

body.landing #footer {                                
	background-color: #2e3842;
}

body {
	background: #2e3842;
}

#footer input {
	background: white;
}

/* general content  */

#menu {
    background: #707271;
}

.wrapper > .inner {
    width: 80%;
}

h2 {
	margin: 1em 0 0 0;
}

body.is-menu-visible #page-wrapper {
	opacity: 1;
}

caption {
  text-align: left;
}

#pages-in-list {
	padding-left: 0;
}

#a11y-pages-in-heading {
	display: none;
}

#pages-in-list li.list__item.is-active:after {
	content: none;
}
/* hide document pages heading */
.category-modular h2.widget__heading {
    display: none;
}

.content {
  
  display: none;
  overflow: hidden;
}

.document-article .row > .col-8 {
  width: 80%;
}

#menu h2, #menu ul:nth-of-type(2) {
display: none;
}

.document-article .row > .col-8 {
  padding: 0;
  width: 100%;
}

.category-list h2 {
  display: none;
}

table td, table th {
  border: 1px solid #4e4852;
}

nav.sidebar__section.boxed.boxed--subtle {
  display: none;
}

h2.supplement__heading {
  margin: 1em 0 0 1em;
}

nav.sidebar__section.boxed.boxed--subtle {
  display: none;
}

#menu ul li {
  background-color: transparent;
}

#menu li.list__item {
  display: block;
}

.breadcrumb .container {
  display: block !important;
}
#ccc button {
box-shadow:none;}

/* big images on homepage */

.landing .image--with-link img {
  width: 100%;
 height: 350px;
  object-fit: cover;
}


.landing p.image__caption:hover {
  font-weight: lighter;
  text-decoration: none;
}

.landing .image--with-link img:hover {
  filter: grayscale(1);
  webkit-filter: grayscale(1);
}
.landing .image--with-link img {
  filter: grayscale(0);
  webkit-filter: grayscale(0);
}

.landing .editor .hover {
  margin-top: -400px;
  z-index: 1000;
  position: absolute;
  padding: 20px;
  font-size: xx-large;
  font-weight: bolder;
  color: white;
  background-color: #2e38428a;
  opacity: 0;
  text-shadow: 1px 1px 1px black;
  transition: 0.5s;
  margin-right: 7px;
}

.landing .editor .hover:hover {
opacity:1;
transition:0.5s;
}

.landing .editor .hover p {
  margin-bottom: 0;
  line-height: 1.3;
}

.landing .wrapper .inner {
	width: 100%;
	margin: 0 auto;
}

.landing .image {
    display: block;
}

.landing p.image__caption {
    display: flex;
    margin-top: -20px;
    z-index: 1000;
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 2em;
    color: white;
    background-color: #2e3842;
    font-weight: normal;
    text-transform: uppercase;
      text-decoration: 1px dotted underline;
    text-underline-offset: 8px;
}
  

@media screen and (min-width:760px) {
  .widget-width {
  float: left;
  padding: 0 .5rem;
 }
}

@media screen and (max-width: 736px) {

#banner {
	padding: 1em;
}
}

/* navigation widgets */

/* appear as buttons  */
#pages-in-list .list__item, .widget-navigation li.list__item, .widget-documents li.list__item, .list--record li.list__item {
    background-color: #2e3842;
    color: white;
    list-style: none;
    padding: 1em;
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.list--rich li.list__item, .list--navigation li.list__item {
  background-color: #2e3842;
  color: white;
  list-style: none;
  padding: 1em;
  margin: 10px 10px 10px 0;
  display: inline-block;
}

#pages-in-list ul, .widget-navigation ul, .widget-documents .list.list--navigation, ul.list--record {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

/* add > after button text */
#pages-in-list li.list__item:after, .widget-navigation li.list__item:after, .widget-documents .list__item:after, .list--record li.list__item :after {
	content: "\003e";
	font-size: 15px;
	color: #fff;
	margin-left: 8px;
	font-weight: lighter;
}


/* collapsible buttons */

/* appearance closed */
.faq button.collapsible {
	color: white;
	font-size: 12pt;
	margin-top: 20px !important;
	display: block;
	background-color: #2e3842;
	font-weight: lighter;
	cursor: pointer;
	max-width: 100%;
	border: none;
	text-align: left;
	outline: none;
	margin-bottom: 10px;
	height: auto;
	word-wrap: anywhere;
	overflow: visible;
	white-space: normal;
	line-height: 2em;
	padding: .8em;
}
/* add + icon */
.collapsible:after {
  content: '\0002B';
  font-size: 12pt;
  color: white;
  font-weght:bold;
  float: right;
  margin-left: 5px;

}
/* change to - when open */
.active:after {
  content: "\0002D"; /* Unicode character for "minus" sign (-) */
}


/* details summary styling (no js collapsable buttons) */

summary {
  background-color: #2e3842;
  padding: 20px;
  color: white;
  font-size: larger;
  font-weight: 700;
  cursor: pointer;
}

summary:hover {
  text-decoration: underline 1px dotted;
}

details p a {
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: none;
}



details p {
  margin: 1em 0;
  padding: 0.3em 1em;
}

details p a:hover {
  text-decoration: underline 1px dotted black;
  text-underline-offset: 5px;
}

/* details p a:focus{
  color: black !important;
} */

  details {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* images inside details fix */
img.details-img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  margin: auto;
}

nav#menu .h2
{display:none;}

