/* Access Options Menu */

.access-options {
	z-index: 65;
	display: none;
}

.js .access-options {
	display: block;
}

.cms-edit-layout .access-options {
	position: relative;
	margin-bottom: 2em;
}

.access-open.access-options {
	background-color: #3D83F1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: center;
	justify-content: center;
	transition: transform .4s ease 0s;
	position: fixed;
	bottom: 0;
	left: 0;
	transform: translateX(0);
	padding: 6em 3px;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
}

.access-options [aria-expanded='false'] {
	opacity: 0;
}

.access-options [aria-expanded='false']:focus {
	opacity: 1;
}

.access-options .access-btn {
	display: block;
	padding: .5em;
	font-size: 1em;
	color: #FFFFFF;
	z-index: -1;
	outline: none;
	cursor: pointer;
	background-color: #3D83F1;
	position: absolute;
}

.no-touch .access-options .access-btn:hover, .no-touch .access-options .access-btn:focus {
	background-color: #00467F;
	color: #FFFFFF;
}

.access-options .access-btn.open-btn {
	padding: .5em 1em;
	transition: transform .4s ease 0s, top .4s ease 0s, color .4s ease 0s, background-color .4s ease 0s, left .4s ease 0s, bottom .4s ease 0s;
}

.access-options .access-btn.open-btn svg {
	display: none;
}

.access-options .access-btn.open-btn:focus {
	position: relative;
}

.access-open.access-options .access-btn.open-btn {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%,100%);
	bottom: 98%;
	top: auto;
	font-size: 2em;
}

.access-open.access-options .access-btn.open-btn span {
	display: none;
}

.access-open.access-options .access-btn.open-btn svg {
	display: block;
}

.access-options .access-btn.close-btn {
	position: absolute;
	transition: transform .4s ease 0s, top .4s ease 0s, color .4s ease 0s, background-color .4s ease 0s, left .4s ease 0s;
	-ms-flex-item-align: center;
	align-self: center;
	transform: translateX(-50%);
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	bottom: 2%;
	left: 50%;
	visibility: hidden;
	font-size: 2em;
	display: -ms-flexbox;
	display: flex;
	padding: .5em;
}

.access-open.access-options .access-btn.close-btn {
	visibility: visible;
}

.access-options > ul {
	-ms-flex-align: stretch;
	align-items: stretch;
	visibility: hidden;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	overflow: auto;
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
}

.access-open.access-options > ul {
	visibility: visible;
	display: -ms-flexbox;
	display: flex;
}

.access-options > ul::-webkit-scrollbar {
	width: 8px;
}

.access-options > ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	border: none;
	background-color: #FFFFFF;
}

.access-options > ul::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #000000;
}

.access-options > ul > li {
	display: block;
}

.access-options ul li button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 1em 1em;
	background-color: #3D83F1;
	color: #FFFFFF;
	transition: background-color .4s ease 0s;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	outline: none;
	width: 100%;
}

.no-touch .access-options ul li button:hover, .no-touch .access-options ul li button:focus, .access-options ul li button.active {
	background-color: #000000;
}

.access-options ul li button svg {
	display: block;
	font-size: 1.5em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: .25em;
}

/* End Access Options Menu */

/* Content Only Mode */

html.content-open body .header-area, html.content-open body > main, html.content-open body > footer {
	display: none;
}

html.content-open #TopArea > div:not(#ContentZoneV1), html.content-open .content-piece.v1 {
	display: none;
}

.content-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3em 4%;
	overflow: auto;
	background-color: #FFFFFF;
	transform: translateY(-100%);
	transition: transform .5s ease 0s, opacity .5s ease 0s;
	opacity: 0;
	z-index: 60;
	display: none;
}

html.high-contrast-mode .content-screen {
	background-color: #000000;
	color: #FFFFFF;
}

.access-open + .content-screen {
	padding-bottom: 8em;
}

.content-open .content-screen {
	opacity: 1;
	transform: translateY(0);
	display: block;
}

.content-screen img, .content-screen svg {
	display: none;
}

.content-screen .content-block {
}

.content-screen .content-block + .content-block {
	margin-top: 2em;
}

/* End Content Only Mode */

/* High Contrast Mode */

html.high-contrast-mode {
}

html.high-contrast-mode body > *:not(#AccessibilityZone) *:not(img):not(.header-area):not(input):not(select):not(textarea):not(.btn), html.high-contrast-mode body > *:not(#AccessibilityZone) *:before, html.high-contrast-mode body > *:not(#AccessibilityZone) *:after {
	background-image: none !Important;
	background-color: #000000 !Important;
	color: #FFFFFF !Important;
}

html.high-contrast-mode a {
	text-decoration: underline !Important;
}

html.high-contrast-mode .btn, html.high-contrast-mode input, html.high-contrast-mode select, html.high-contrast-mode textarea {
	background-color: #FFFFFF !Important;
	color: #000000 !Important;
}

html.high-contrast-mode ::-webkit-input-placeholder {
	color: #000000 !Important;
}

html.high-contrast-mode :-moz-placeholder {
	color: #000000 !Important;
}

html.high-contrast-mode ::-moz-placeholder {
	color: #000000 !Important;
}

html.high-contrast-mode ::-ms-input-placeholder {
	color: #000000 !Important;
}

/* End High Contrast Mode */

/* Screen Mask Mode */

.screen-mask .mask {
	position: fixed;
	z-index: 63;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	display: none;
}

.high-contrast-mode.screen-mask .mask {
	background-color: rgba(255,255,255,0.75) !important;
}

.screen-mask.mask-active .mask {
	display: block;
}

.screen-mask .mask.top {
	top: 0;
}

.screen-mask .mask.bottom {
	bottom: 0;
}

/* End Screen Mask Mode */

/* Text Size STyles */

html.large-text body {
	font-size: 1.2em;
}

html.larger-text body {
	font-size: 1.4em;
}

/* End Text Size STyles */

/* 1000px Responsive */

@media screen and (max-width:1000px) {
	body {
	}

	.access-options {
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 1rem;
	}

	.access-open.access-options {
	}

	.mm-open .access-options {
		transform: translateX(-200%) !Important;
	}

	.access-options .access-btn.open-btn {
		bottom: 5em;
	}

	.content-open .access-options:not(.access-open) .access-btn.open-btn {
		bottom: .8em;
	}

	.fixed .access-options:not(.access-open) .access-btn.open-btn {
	}

	.access-open.access-options .access-btn.open-btn {
	}

	.access-options .access-btn.close-btn {
	}

	.access-options > ul > li:nth-child(5), .access-options > ul > li:nth-child(2) {
		display: none;
	}

	.access-options ul li button svg {
		font-size: 1.5em;
	}
}

/* End 1000px Responsive */
