/*#modal-accessibility */
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
html.is-reveal-open{
	overflow-y: hidden;
}

.reveal-modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll;
}

#modal-accessibility {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: absolute;
	/* overflow-y: auto; */
}
[data-whatinput='mouse'] #modal-accessibility {
	outline: 0;
}
@media print, screen and (min-width: 40em) and (min-height: 40em) {
	#modal-accessibility {
    min-height: 0;
		width: 90%;
    max-width: 120rem;
		/* height: 75%; */
    height: auto;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  #modal-accessibility > :last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 39.9375em), screen and (max-height: 39.9375em) {
	body.admin-bar #modal-accessibility {
  	top: 46px !important;
	}
	#modal-accessibility {
		top: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		/* height: 100vh; */
		/* min-height: 100vh; */
		margin-left: 0;
		border: 0;
		border-radius: 0;
		overflow-y: auto;
	}
}
/* Modal */
#modal-accessibility .modal-close-button span{
	/* vertical-align: middle; */
}
#modal-accessibility .modal-close-button small{
	vertical-align: middle;
	font-size: 0.5em;
}
#modal-accessibility button.modal-close-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: opacity 0.2s ease;
	position: absolute;
	color: #8a8a8a;
	cursor: pointer;
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1;
  background: 0 0;
  border: 0;
  padding: 0;
  opacity: 1;
  text-decoration: none;
}
#modal-accessibility .modal-close-button:hover,
#modal-accessibility .modal-close-button:focus {
  color: inherit;
	outline: inherit;
	opacity: 0.75;
  text-decoration: none;
  border: 0.2rem black solid;
}
#modal-accessibility a{
	color: #111;
	transition: opacity 0.2s ease;
}
#modal-accessibility a:hover{
	color: inherit;
	outline: inherit;
	opacity: 0.75;
}
.grid-container-access {
	/* max-width: 75%; */
	margin: 0 auto;
	padding: 0 .625rem;
}
.grid-x-access{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	/* padding-x */
	/* margin-right: -.9375rem;
	margin-left: -.9375rem; */
}
.grid-x-access > .cell-access{
	/* padding-right: .9375rem;
	padding-left: .9375rem; */
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;

	/* width: 100%; */
	/* margin-x */
	width: calc(100% - 1.25rem);
	/* margin-left: .625rem;
	margin-right: .625rem; */
}
/* @media screen and (max-width: 39.9375em) {
  .grid-x-access{
    margin-left: 0;
    margin-right: 0;
  }
  .grid-x-access > .cell-access {
    padding-left: 0;
    padding-right: 0;
  }
} */
.grid-x-access > .cell-access.access-auto{
	width: auto;
}
.grid-x-access > .cell-access.access-small-6 {
  width: calc(50% - 1.25rem);
}
.grid-x-access > .cell-access.access-small-8 {
  width: calc(66.66667% - 1.25rem);
}
.grid-x-access.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-x-access.access-no-wrap{
  flex-flow: row nowrap;
}

@media print,screen and (min-width: 40em) {
	.grid-x-access > .cell-access{
		/* margin-x */
		width: calc(100% - 1.875rem);
		/* margin-left: .9375rem;
		margin-right: .9375rem; */
		/* padding-x */
		/* padding-right: .9375rem;
		padding-left: .9375rem; */
	}
	.grid-x-access > .access-auto {
		width: auto;
	}
	.grid-x-access > .medium-access-auto {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-margin-x > .access-small-8 {
  	width: calc(66.66667% - 1.875rem);
	}
  .grid-margin-x > .access-small-3 {
		width: calc(25% - 1.875rem);
	}
  .grid-margin-x > .access-small-6 {
		width: calc(50% - 1.875rem);
	}
}

@media print, screen and (min-width: 64em){
	.grid-x-access > .large-access-3 {
		width: calc(25% - 1.875rem);
	}
  .grid-x-access > .large-access-8 {
  	width: calc(66.66667% - 1.875rem);
	}
}

.access-tabs::after {
  clear: both;
}
.access-tabs::after, .access-tabs::before {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.access-tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
	padding: 0;
}
.access-tabs-title {
  float: left;
  margin: 0;
}
#modal-accessibility .access-tabs-title > button{
	font-size: 1em;
	display: block;
	padding: 1.25rem 1.5rem;
	line-height: 1;
	color: #222;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
  border: none;
}
#modal-accessibility .access-tabs-title > button > i {
  margin-right: 0.5em;
}
#modal-accessibility .access-tabs-title.is-active > button{
	background: #eee;
}
#modal-accessibility .access-tabs-title.is-active > button:hover{
	/* background: #fff; */
}
#modal-accessibility .access-tabs-title > button:hover,
#modal-accessibility .access-tabs-title > button:focus
{
  border: 0.2rem black solid;
	background: #eee;
	/* color: #1468a0; */
}
/* #modal-accessibility .access-tabs-title > a:hover{
  /* color: #1468a0;
  background: #eee;
} */
.access-tabs-content {
  border: 1px solid #e6e6e6;
  border-top-color: rgb(230, 230, 230);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
	margin: 0;
	padding: 0;
}
.access-tabs-panel.is-active {
  display: block;
}
.access-tabs-panel {
  display: none;
  padding: 1rem;
	margin: 0;
	border: 0;
}
.access-tabs-panel img {
	display: inline-block;
	vertical-align: middle;
	max-width: 75%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border-style: none;
}
.access-tabs-panel .access-switch{
	height: 2.5rem;
	position: relative;
	margin: 0 0 1rem;
	padding: 0;
	outline: 0;
	font-size: .875rem;
	font-weight: 700;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.access-switch-input {
  position: absolute;
  margin: 0;
  opacity: 0;
	box-sizing: border-box;
	padding: 0;
	overflow: visible;
}
.access-switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
	cursor: pointer;
	position: relative;
	display: inline-block;
	border-radius: 0;
	background: #cacaca;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	font-weight: inherit;
	color: inherit;
	vertical-align: baseline;
	margin: 0;
  transform: scale(1.1);
}
@media screen and (max-width: 39.9375em) {
  .access-switch-paddle {
    transform: scale(1);
  }
}
.access-switch-paddle::after {
  position: absolute;
	top: .25rem;
	left: .25rem;
	width: 2rem;
	height: 2rem;
  display: block;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  content: '';
}
.access-switch input:checked ~ .access-switch-paddle::after {
    left: 2.75rem;
}
input.access-switch-input:checked ~ .access-switch-paddle {
  background: #1779ba;
}
input.access-switch-input:focus ~ .access-switch-paddle {
  box-shadow: 0 0 0.5em 0.25em black;
}
.access-switch-active, .access-switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.access-switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .access-switch-active {
  display: block;
}
.access-switch-inactive {
  right: 15%;
}
input:checked + label > .access-switch-inactive {
  display: none;
}

/* Icons */
.access-edit-contrast {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(1));
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px;
    border-radius: 100px;
    overflow: hidden;
}
.access-edit-contrast::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 12px;
    background: currentColor;
}
.access-format-text {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(1);
    width: 10px;
    height: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow:0 -2px 0 0,inset 0 0 0 2px;
}
.access-format-text::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px dashed;
    top: -6px;
    left: -8px;
}
.access-website-icon {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(1);
    width: 22px;
    height: 18px;
    border: 2px solid;
    border-radius: 3px;
    box-shadow: 0 -1px 0;
}
.access-website-icon::after,
.access-website-icon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    top: 2px;
}
.access-website-icon::before {
    background: currentColor;
    left: 2px;
    box-shadow: 0 4px 0,0 8px 0;
    border-radius: 3px;
    height: 2px;
}
.access-website-icon::after {
    height: 10px;
    border: 2px solid;
    right: 2px;
    border-radius: 1px;
}
.access-undo {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(1);
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-left-color: transparent;
    border-radius: 100px;
}
.access-undo::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: -3px;
    left: -1px;
    transform: rotate(-68deg);
}
