
@charset "UTF-8";

.fwo-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.full-window-overlay {
	position: fixed;
	box-sizing: border-box;
	border: none;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	margin: 0;
	overflow: auto;
}

.main-col-centered {
	max-width: 41rem;
	margin-left: auto;
	margin-right: auto;
}

.overlay-nav-head {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	z-index: 1;
	position: fixed;
	top: 0;
	width: 100%;
}

.overlay-nav-head.collapsed {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.06), 0 3px 14px 0 rgba(0,0,0,0.12);
}

ul.overlay-nav-head > li {
	transition: all 0.25s ease;
}

ul.overlay-nav-head > li:nth-of-type(1),
ul.overlay-nav-head > li:last-of-type {
	border-bottom: solid 1px #ddd;
}

ul.overlay-nav-head > li:nth-of-type(1) {
	padding: 2rem 1rem;
	display: flex;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.overlay-nav-head > li.overlay-location:nth-of-type(1) {
	position: relative;
	align-items: center;
}

ul.overlay-nav-head > li:nth-of-type(1) * {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.overlay-nav-head > li.overlay-location:nth-of-type(1) * {
	line-height: 2.5rem;
}

ul.overlay-nav-head.collapsed > li:last-of-type {
	border-bottom: none;
}

ul.overlay-nav-head.collapsed > li:nth-of-type(1) {
	padding: 0.25rem 1rem !important;
}


.actions > :not([hidden]) ~ button,
.actions > :not([hidden]) ~ a.bstr-btn {
	margin-left: 1rem;
}


.actions > button,
.actions > a.bstr-btn {
	margin-bottom: 0.6rem;
}

/*
.actions > button:not(:last-of-type),
.actions > a.bstr-btn:not(:last-of-type) {
	margin-right: 1rem;
}
*/

ul.overlay-nav-head > li.actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
   flex-wrap: nowrap;
	padding: 1rem;
	border-bottom: solid 1px #ddd;
   overflow-x: auto;
}

ul.overlay-nav-head > li.actions > button,
ul.overlay-nav-head > li.actions > a.bstr-btn {
	margin-bottom: 0;
	margin-right: 0;
}

ul.overlay-nav-head > li.actions > * ~ button,
ul.overlay-nav-head > li.actions > * ~ a.bstr-btn {
	margin-left: 1rem;
}

ul.overlay-nav-head > li.overlay-location:nth-of-type(1) a,
ul.overlay-nav-head > li.overlay-location:nth-of-type(1) i {
	display: inline-block;
	vertical-align: top;
	height: 2.5rem;
	line-height: 2.5rem;
	cursor: pointer;
}

ul.overlay-nav-head > li.overlay-location:nth-of-type(1) i {
	color: #327df6;
   font-size: 1.3rem;
}

.overlay-nav-head h1 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	height: 2.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

ul.overlay-nav-head > li.overlay-location:nth-of-type(1) h1 {
	position: absolute;
	left: 0;
	margin-left: 3rem;
	margin-right: 3rem;
	width: calc(100% - 6rem);
	text-align: center;
	margin-top: -2px;
}

.right-btn {
	border: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #327DF6 !important;
	font-size: 1.3rem !important;
	cursor: pointer;
	transition: color 0.25s ease;
	margin-left: auto;
	padding: 0 !important;
	background: none;
}

.right-btn .fas,
.right-btn .far {
	color: #327DF6 !important;
}

.overlay-page-content {
	padding: 1.5rem 1rem;
}
