html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	width: 100%;
}

* {
	box-sizing: border-box;
}

.scroller{
	width: 24px;
	background-color: red;;
	display: none;
}

main {
	width: 100%;
	background-color: #F2F3F3;
	min-height: 100vh;
}

.guide {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guide iframe {
	width: 100vw;
	height: 100vw;
	max-height: calc(100vh - 70px);
}

.breadcrumps { 
	padding: 24px;
	display: flex;
	font-size: 1.4em;
	/* align-items: center;
	justify-content: center; */
	/* border-bottom: 2px solid white; */
}

.breadcrumps-item {
	margin: 0;
	text-transform: uppercase;
}

.breadcrumps-item a {
	color: black;
	text-decoration: none;
	transition: color .2s;
}
.breadcrumps-item a:hover {
	color: #E14412;
	transition: color .2s;
}

.breadcrumps-item a::after {
	color: black;
	content: "/";
	padding-right: 2px;
	padding-left: 2px;
}

.info {
	padding: 24px;
	color: white;
	font-size: 1em;
}

.info h2 {
}

.info h4 {
	text-align: right;
	color: #aaa;
}

/*guides popup*/
.guides-bg {
	z-index: 70;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
}
.guides {
	position: fixed;
	left: -300px;
	top: 0;
	background-color: white;
	width: 300px;
	height: 100vh;

	box-shadow: 0 0 16px 4px black;
	z-index: 80;
}

.guides-inner {
	height: 100%;
	padding: 16px;
	position: relative;
}

.guides-close {
	position: absolute;
	bottom: 96px;
	right: -32px;
	width: 32px;
	height: 64px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	box-shadow: 7px 0 6px black;
	z-index: 78;
	cursor: pointer;
	transition: font-size .2s;
}

.guides-close:hover {
	font-size: 32px;
	transition: font-size .2s;
}

.guides-btn {
	position: absolute;
	right: -46px;
	cursor: pointer;
	background-color: white;
	color: #222;
	padding: 4px 24px;
	max-height: 26px;
	transform: rotate(90deg);
	user-select: none;
}

.guides-btn::after {
	content: "";
	background-color: transparent;
	border-left: 0px solid transparent;
	border-right: 24px solid transparent;
	border-bottom: 24px solid white;
	position: absolute;
	left: calc(100% - 1px);
	top: 0;
	bottom: 0;
}

.guides-green {
	top: calc(96px * 2 - 64px);
	background-color: #0D452C;
	color: #0D452C;
}

.guides-green::after {
	border-bottom: 26px solid #0D452C;
}

.guides-red {
	top: calc(96px * 3 - 64px);
	background-color:#E14313;
	color:#E14313;
}

.guides-red::after {
	border-bottom: 26px solid#E14313;
}

.guides-blue {
	top: calc(96px * 1 - 64px);
	background-color: #233040;
	color: #233040;
}

.guides-blue::after {
	border-bottom: 26px solid #233040;
}

.guide-arrow {
	width: 100%;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 36px;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 8px;
}

.guide-guides {
	width: 100%;
	max-height: calc(100% - 80px);
	overflow-y: scroll;
	scroll-behavior: smooth;
}

.guide-item {
	margin-bottom: 12px;;
}

.guide-item a {
	color: black;
	text-decoration: none;
	position: relative;
}

.guide-item h3{
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.guide-item a:hover h3{
	white-space: unset;
    text-overflow: unset;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.guide-item-img {
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}

/*newsletter popup*/
.newsletter-bg {
	z-index: 118;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
}

.newsletter {
	position: fixed;
	right: -484px;
	top: 0;
	background-color: #F2F3F3;
	color: black;
	width: 400px;
	height: 100vh;

	box-shadow: 0 0 16px 4px black;
	z-index: 120;
	/*border-radius: 20px;*/
}

.newsletter-inner {
	height: 100%;
	position: relative;
	padding: 16px;
	padding-right: 80px;
}

.newsletter-close {
	position: absolute;
	bottom: 96px;
	left: -28px;
	cursor: pointer;
	background-color: #E14412;
	color: white;
	padding: 4px 24px;
	max-height: 26px;
	transform: rotate(90deg);
	z-index: 220;
}

.newsletter-close::after {
	content: "";
	background-color: transparent;
	border-left: 0px solid transparent;
	border-right: 24px solid transparent;
	border-bottom: 24px solid #E14412;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
}

.newsletter-close::before {
	content: "";
	background-color: transparent;
	border-left: 24px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 24px solid #E14412;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
}

.newsletter-icon {
	position: fixed;
	z-index: 60;
	right: 24px;
	bottom: 24px;
	padding: 12px;
	font-size: 24px;
	background-color: white;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 0 16px 4px black;
	width: 48px;
	height: 48px;
}

.newsletter-icon-circle {
	padding: 10px;
	background-color: green;
	border-radius: 24px;
	position: fixed;
	z-index: 59;
	right: 58px;
	bottom: 58px;
}

.newsletter-icon-tooltip {
	display: none;
}

.newsletter-icon:hover .newsletter-icon-tooltip {
	display: block;
	position: fixed;
	bottom: 32px;
	right: 80px;
	padding: 4px 12px;
	background-color: white;
	font-size: .8em;
	border-radius: 4px;
}

input {
	background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    min-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    width: 80%;
	color: gray;
	margin-bottom: 16px;
}

@media (max-width: 1024px) {
	main {
		width: 100vw;
		overflow-x: hidden;
	}
	.newsletter,
	.newsletter-inner {
		overflow: scroll;
		top: 0 !important;
	}
	.square::before {
		padding: 32px !important;
	}
	.newsletter-icon {
		/* top: calc(100vh - 72px);
		left: calc(100vw - 72px);
		right: unset;
		bottom: unset; */
	}
	.newsletter-icon-circle {
		/* display: none; */
	}
	.newsletter-icon:hover .newsletter-icon-tooltip {
		display: none;
	}
	.guide iframe {
		height: 100vh;
	}
	.breadcrumps {
		display: inline-block;
	}
	.breadcrumps-item {
		display: inline-block;
		font-size: 12px;
		word-break: break-all;
		
	}
}

.department--fake-checkbox label > * span {
	font-size: 8px !important;
}

.tc-my--3{
	/* word-wrap: break-word;
	word-break: break-all;
	hyphens: '-'; */
}

.bg--default {
	background-color: #F2F3F3 !important;
}

.tc-btn.tc-btn--link {
	color: black !important;
}
@media screen and (orientation: landscape) {
	.newsletter{
		top: 0 !important;
	}
}

.guide-icon {
	width: .8em;
	transform: rotate(-90deg);
}

.guides-btn {
	font-size: 24px;
}

.message-overlay {
	width: 300px;
}
@keyframes blink {
	0% {
		background-color: red;
	}
	50% {
		background-color: green;
	}
}

.blink {
	animation: blink 2s  infinite step-end;
}