html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
img { display: block }
*, *:before, *:after { box-sizing: border-box;  }
html { -webkit-text-size-adjust: 100%; font-size:62.5%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased;}

@view-transition {
	navigation: auto;
}

:root {
	--amex-body: #333333;
	--amex-deepblue: #00175A;
	--amex-brightblue: #006FCF;
	--amex-medblue: #0169C4;
	--amex-bluehighlight: #f3f9ff;
	--amex-gray: #8e9092;
	--amex-darkgray: #53565A;
	--amex-hovergray: #F2F2F2;
	--amex-red: #B42C01;
	--amex-green: #008767;
	--amex-formBG: #F7F8F9;
	--amex-table-cell: #F7F8F9;
	--amex-table-border: #ECEDEE;
	--amex-table-header: #F7F8F9;
	--amex-table-title-row: #EFEFEF;
}


	@font-face {
		font-family:'BentonSans';
		src:url("../fonts/BentonSansRegular.woff") format("woff");
		font-weight: 400;
	}

	@font-face{
		font-family:'BentonSans';
		src:url("../fonts/BentonSansMedium.woff") format("woff");
		font-weight: 500;
	}

	@font-face{
		font-family:'BentonSans';
		src:url("../fonts/BentonSansBold.woff") format("woff");
		font-weight: 700;
	}


	@font-face {
	  font-family: 'Guardian Egyptian Web';
	  src: url('../fonts/GuardianEgyp-Medium-Web.woff') format('woff');
	  font-weight:  500;
	  font-style:   normal;
	  font-stretch: normal;
	}

/*	@font-face {
	  font-family: 'Guardian Egyptian Web';
	  src: url('../fonts/GuardianEgyp-Regular-Web.woff') format('woff');
	  font-weight:  400;
	  font-style:   normal;
	  font-stretch: normal;
	}
*/

:root {
	--brightBlue: #006FCF;
	--darkBlue: #00175A;
	--greyBG: #F7F8F9;
	--green: #008767;
	--border: #d9d9d6;
}

body {
	font-size: 1.6rem;
	color: #333;
	font-family: "BentonSans", sans-serif;
	background: #efefef;
}

	.logo-topBG {
		background: var(--brightBlue);
		position: relative;
	}
	
	

	.logo-top {
		width: 100%;
		height: 85px;
		max-width: 1200px;
		margin: 0 auto 20px auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 30px;
		color: #fff;
		font-weight: 700;
		position: relative;
		z-index: 2;
		padding-right: 30px;
	}
	
	.lt-wst {
		background: url(../img/world_service_tile_blue.svg), linear-gradient(to right, var(--brightBlue), var(--darkBlue));
		background-repeat: repeat-x, repeat;
		background-position: 0 50%;
		background-size: 240px, 100%;
		width: 50%;
		height: 85px;
		position: absolute;
		right: 0;
		top: 0;
	}

section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.login-left { width: 60%; padding-left: 30px; }
.login-right { width: 35%; }

.training-complete { font-size: 2rem; font-weight: 500; padding: 1em 0; color: var(--green); line-height: 1.2em; max-width: 450px; }
	.training-complete a { color: inherit; }

.form-box {
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	background: #fff;
	padding: 20px 20px 0 20px;
	margin: 20px 0;
}

	.form-head { padding-bottom: 1em; line-height: 1.3em;  }
	.form-info { font-size: 1.4rem; line-height: 1.3em; margin-bottom: 1em;}
	
	.quiz-box { padding-bottom: 20px; }

#suppliersList {
	padding: 10px 0;
	margin-bottom: 1em;
}

.my-supplier {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5em 10px .5em 30px;
	border-bottom: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 1.3rem;
	line-height: 1.3em;
	background-color: #fff;
}

	.my-supplier span { font-size: 2.5rem; color: #666; cursor: pointer; }
	.my-properties-label { margin-top: 1em;}


.toc {
	width: 300px;
	flex-shrink: 0;
	margin-right: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

	.toc-head {
		height: 70px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 60%;
		border-radius: 4px 4px 0 0;
	}

		/* .toc-head-FHR { background-image: url(../img/logo-FHR.svg); background-color: #75787B;   } */
		.toc-head-FHR { background-image: url(../img/logo-CS.svg); background-color: #75787B;   }
		.toc-head-THC { background-image: url(../img/logo-THC.svg); background-color: var(--darkBlue);   }
		.toc-head-CFHR { background-image: url(../img/logo-CFHR.svg); background-color: #000;   }

	.toc-content {
		border: 1px solid var(--border);
		box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
		border-radius: 0 0 4px 4px;
		background: var(--greyBG);
		height: 530px;
		overflow: auto;
	}

	.toc-chapter {
		height: 75px;
		display: flex;
		align-items: center;
		font-weight: 500;
		font-size: 1.5rem;
		line-height: 1.2em;
		padding: 0 20px;
		pointer-events: none; /* this is overridden for admins in editing.css */
	}

		.toc-chapter-done { background: #D0D0CE; color: #fff; border-top: 1px solid #fff; }
		.toc-chapter-on { background: #fff; color: var(--brightBlue); border-top: 5px solid var(--brightBlue); scroll-margin: 75px; }
			.toc-chapter-on a { text-decoration: none; pointer-events: none;}
		.toc-chapter-todo { background: #F7F8F9; color: #D0D0CE; border-top: 1px solid #D0D0CE; }
		
		.toc-num {
			width: 22px;
			height: 22px;
			border-radius: 11px;
			font-size: 1.05rem;
			padding: 2px;
			margin-right: 12px;
			text-align: center;
			font-weight: 700;
			flex-shrink: 0;
		}
		
		#feesAnd { display: inline; }
		
		
			.toc-chapter-done .toc-num { background: #fff; color: #D0D0CE; }
				.toc-chapter-done a { color: #fff; text-decoration: none; }
					.toc-chapter-done a:hover { text-decoration: underline; }
			.toc-chapter-on .toc-num { background: var(--brightBlue); color: #fff; }
			.toc-chapter-todo .toc-num { background: none; color: #D0D0CE; border: 2px solid #D0D0CE; }
				.toc-chapter-todo .toc-num span { position: relative; top: -2px;}
				.toc-chapter-todo a { color: #D0D0CE; text-decoration: none;  }

.main {
	width: 100%;
}

	.save-and-exit { 
		display: flex; 
		justify-content: flex-end; 
		margin-bottom: 20px; 
		width: 95%;
		max-width: 1200px;
		margin: 0 auto 20px auto;
	}
	
		.save-and-exit a {
			font-size: 1.3rem;
			text-decoration: none;
			border: 1px solid var(--brightBlue);
			border-radius: 4px;
			padding: .25em 1em;
			display: block;
			display: flex;
			justify-content: space-between;
			align-items: center;
		background: #fff;
		}
		
		.save-and-exit a span { padding-left: 5px; font-size: 2.5rem; font-weight: 400;}
	
	.chapter-progress {
		background: var(--greyBG);
		border-left:1px solid var(--border);
		border-right:1px solid var(--border);
		border-top:1px solid var(--border);
		border-radius: 4px 4px 0 0;
		height: 20px;
		width: 100%;
	}
	
		.cp-bar { background: var(--brightBlue); height: 20px; width: 20px; font-size: 1.2rem; color: #fff; font-weight: 700; display: flex; align-items: center; padding-left: 5px; }

	.content {
		border: 1px solid var(--border);
		box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
		border-radius: 0 0 4px 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 550px;
		margin-bottom: 20px;
		background: #fff;
	}
	
		.content-with-box { align-items: flex-start; }
		
		.content-text {
			width: 90%;
			margin: 5%;
		}
		
		.content .form-box {
			width: 310px;
			background: var(--greyBG);
			margin-right: 20px;
			flex-shrink: 0;
		}

		.quiz-head {
			font-weight: 500;
			color: var(--darkBlue);
			border-bottom: 1px solid #D9D9D6;
			padding-bottom: 1em;
			margin-bottom: 1em;
		}
		
		.content-cols {
			columns: 2;
		}
				
		.quiz-correct, .quiz-wrong { line-height: 1.5em; font-size: 1.4rem; font-weight: 500; background: url(../img/quiz-success.svg) no-repeat; padding-left: 28px; min-height: 24px; }
		.quiz-wrong { background: url(../img/quiz-wrong.svg) no-repeat 0 50%; }
		
	
.next-prev {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}

.next, .prev {
	border: 1px solid var(--brightBlue);
	background: #fff;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

	.quiz-next-disabled { pointer-events: none; opacity: .5; }
	.quiz-next svg path { fill: var(--brightBlue); }
	
	.quiz-next-on { background: var(--brightBlue); }
		.quiz-next-on svg path { fill: #fff; }


	.next-timer { 
		animation-name: nextAnim; 
		animation-duration: 1s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		background: var(--brightBlue); 
		position: absolute; 
		left: 0; right: 0; 
		height: 100%; 
	}
	
	.next-disabled { pointer-events: none; }
	
	.next svg { z-index: 2;}
	
	@keyframes nextAnim {
		from {
			width: 0%;
		}
		to {
			width: 100%;
		}
	}

.prev { margin-right: 20px;}

.prev svg { transform: rotate(180deg); }

.prev svg path {
	fill: var(--brightBlue);
}

.fancy-word {
	 font-family: 'Guardian Egyptian Web', serif;
	 color: var(--brightBlue);
	 font-weight: 500;
	 font-size: 150%;
}

/* Audio */

	.audio-box { position: relative; padding-bottom: 60px; margin: 20px 0; }

	.caption-box {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50px;
		width: 100%;
		background: #ECEDEE url(../img/closed-caption-icon.svg) no-repeat;
		background-position: 10px 50%;
	}

	.audio-cover { margin-bottom: 20px; }
	.audio-title { font-weight: 500; font-size: 1.4rem;}

	video {
	   object-fit: initial;
	   position: absolute;
	   bottom: 0;
	   left: 40px;
	   width: calc(100% - 50px);
	   z-index:2;
	}

	video::cue {
		font-size: 1.3rem;
		text-align: left;
		padding: .5em 0;
		font-family:'BentonSans',sans-serif;
		color: black;
		outline: 500px solid #ECEDEE;
		background-image: linear-gradient( #ECEDEE,  #ECEDEE);
	}	

	.play-pause { width: 20px; position: relative; top: 2px; }

	.timeline {
	  -webkit-appearance: none;
	  width: 96%;
	  height: 4px;
	  background-size: 0% 80%;
	  margin: 7px 0 0 8px;
	  background-image: linear-gradient(var(--darkBlue), var(--darkBlue));
	  background-repeat: no-repeat;
	  display: block;
	  background-color: rgba(9, 18, 39, 0.15);
	}

	.timeline::-webkit-slider-runnable-track {
	  -webkit-appearance: none;
	  box-shadow: none;
	  border: none;
	  background: none;
	}

	.timeline::-webkit-slider-thumb {
	  -webkit-appearance: none;
	  width: 9px;
	  height: 9px;
	  border-radius: 50%;
	  background: var(--darkBlue);
	}

	.audio-done { width: 25px; height: 25px; background: url(../img/quiz-success.svg) no-repeat; background-size: contain; margin-left: 15px; position: relative; top: 5px;}

	.audio-story  {
		display: contents; /* necessary to get the caption box at the bottom */
	}
	
	.audio-controls {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 10px auto 25px auto;
	}

	.speaker-timeline {
		width: 100%;
		margin-left: 5px;
	}

.transcripts {
	display: flex;
	gap: 20px;
}

	.transcript {
		padding: 1em;
		background: #ECEDEE;
		font-size: 1.4rem;
		line-height: 1.5em;
		width: 100%;
	}

.item-def {
	color: var(--brightBlue);
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 1.25em;
}

	.item-def span { color: #000; display: block; margin-left: 2em; font-weight: 500; }

.benefit {
	background-size: 30px auto;
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-bottom: 1.75em;
	font-size: 1.4rem;
	line-height: 1.4em;
	min-height: 35px;
}

	.early-check-in { background-image:url("../img/dls-icon-benefit-early-check-in.svg"); }
	.room-upgrade { background-image:url("../img/dls-icon-benefit-upgrade.svg"); }
	.breakfast { background-image:url("../img/dls-icon-benefit-food.svg"); background-size: 22px; }
	.experience { background-image:url("../img/dls-icon-benefit-experience-credit.svg"); }
	.welcome-amenity { background-image:url("../img/dls-icon-benefit-welcome.svg"); }
	.wifi { background-image:url("../img/dls-icon-benefit-wifi.svg"); }
	.late-check-out { background-image:url("../img/dls-icon-benefit-late-checkout.svg"); }
	.centurion-amenity { background-image:url("../img/dls-icon-benefit-centurion.svg"); }
	.spa-fb-credit { background-image:url("../img/dls-icon-benefit-200.svg"); }

.alert {
	border: 3px solid #B42C01;
	color: #B42C01;
	padding: 1em;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5em; 
	background: #fff;
}

.textEntry, .searchEntry {
	font-size: 16px;
	padding: .85em;
	display: block;
	margin-bottom: 1.3em;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 3px;
	background: #fbfbfb;
	margin-top: 4px;
}

	.searchEntry { margin-bottom: 0; }
	
	.textEntry:focus, .searchEntry:focus { 
		background: #fff;
		border: 1px solid var(--brightBlue);
	}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.8em .5em .8em;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	margin-bottom: 1.3em;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}

a { color: var(--brightBlue);  }

h1 {
	color: var(--brightBlue);
	font-size: 3.2rem;
	margin-bottom: .5em;
	font-weight: 400;
	line-height: 1.1em;
}

h2 {
	color: var(--brightBlue);
	font-weight: 500;
	margin-bottom: 1em;
	line-height: 1.2em;
	font-size: 3.6rem;
}

	.smallH2 { font-size: 2.6rem; }

h3 {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.2em;
	margin-bottom: .6em;
}

h4 { 
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.4em;
	margin-bottom: .75em;
	color: var(--brightBlue);
}

p {
	font-size: 1.5rem;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}

.content-text p {
	font-size: 1.8rem;
}


li:not(.easy-autocomplete-container li) { font-size: 1.4rem; margin: 0 0 .75em 2em; }

.content-text ul li:not(.easy-autocomplete-container li) { font-size: 1.8rem; list-style: disc; line-height: 1.4em; }

.content-text p.of-note {
	font-size: 1.5rem;
	background:url(../img/icon_ofNote.svg) no-repeat;
	background-size: 35px;
	background-position: 0 4px;
	min-height: 40px;
	padding-left: 40px;
 }
 
 .content-text p.audio-help {
	font-size: 1.5rem;
	background:url(../img/closed-caption-icon-outline.svg) no-repeat;
	background-position: 0 50%;
	background-size: 40px;
	padding-left: 50px;
	min-height: 40px;
 }

.content-text ul { margin-bottom: 1em;}
.content-text li ul { margin-top: .5em;}

.content-text ol li { list-style: decimal; font-size: 1.8rem; margin-bottom: 1em; line-height: 1.5em; }
	.content-text ol li ul { margin: .5em 0;}
	.content-text ol li ul li { line-height: 1.5em; margin-bottom: .25em; }

.content-text .content-cols ul li { font-size: 1.5rem !important; }

	.intro-text { width: 100%; margin: 0; }
	.intro-text li, .intro-text p { font-size: 1.6rem !important; }

.of-note-list {
	background:url(../img/icon_ofNote.svg) no-repeat;
	padding-left: 2em;
}

.of-note-list li { font-style: italic; }


li p { margin-top: 1em;}

.fineprint { font-size: 1.2rem;}

.two-cols {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: flex-start;
}

	.col {
		width: 100%;
	}

	.col li { font-size: 1.5rem !important; }

strong { font-weight: 500; }


.btn {
	color: #fff;
	background: #006FCF;
	padding: 0 3em;
	line-height: 2.5em;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	font-size: 1.6rem;
	transition: background-color .15s;
	margin: 1.1em 0 2em 0;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 0;
}

	.btn-maxw { max-width: 250px; }

	.btn-white {
		background: #fff;
		border:1px solid #006FCF;
		color: #006FCF;
	}
	
	.btn-disabled {
		pointer-events: none;
		background: #ccc;
		color: #999;
	}
	
	/* .btn:not(.btn-disabled) + p { display: none;} */
	
	.btn-small {
		line-height: 1.5em;
		font-size: 1.3rem;
		display: inline-block;
		padding: .25em 1em;
		border: none;
		margin: 0 0 0 1em;
	}
	
	.quiz-submit { margin-bottom: 0; }

label {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

.cbLabel {
	text-transform: none;
	margin-right: 20px;
	display: block;
	margin-bottom: 1em;
	font-weight: 400;
	font-size: 1.6rem;
}

.cbLabel::before {
	width: 18px;
	height: 18px;
	content: '';
	border: 1px solid #999;
	border-radius: 3px;
	margin-right: 8px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.hiddenRadio:checked + .cbLabel::before {
	background-image: url(../img/dls-icon-check-white.svg) !important;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50% 50%;
	background-color: #006FCF !important;
}

td .cbLabel { margin-bottom: 0;}

.hangingCheckbox {
	text-indent: -1.8em;
	margin-left: 1.8em;
	line-height: 1.3em;
	font-size: 1.5rem;
}

	.hangingCheckbox input { margin-right: 1em; }

.labelSet {
	margin-bottom: .5em;
	display: flex;
	flex-direction: column;
	padding-left: 4px; 
	position: relative;
}

.labelSet.yesno { flex-direction: row; margin-bottom: 22px;}

.labelSet.yesno .rLabel { margin-right: 30px; }

.rLabel {
	cursor: pointer;
	position: relative;
	text-transform: none;
	font-weight: 400;
	font-size: 1.6rem;
	margin-bottom: 1em;
	display: flex;
	gap: 5px;
	line-height: 1.4em;
}

	.rLabel span { font-size: 1.4rem;}
	
.rLabel::before {
	width: 20px;
	height: 20px;
	content: '';
	border: 1px solid #999;
	border-radius: 50%;
	margin-right: 5px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/* top: -2px; */
	flex-shrink: 0;
}

.hiddenRadio:checked + .rLabel::before {
	width: 20px;
	height: 20px;
	content: '';
	background-color: #fff !important;
	border: 1px solid #005daa;
}

.hiddenRadio:checked + .rLabel::after {
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 50%;
	background-color: #005daa !important;
	position: absolute;
	left: 4px;
	top: 4px;
}


.hiddenRadio { display: none; }

.hideMe  {
	display: none !important;
}

	.inline-label {
		font-weight: 400;
		text-transform: none;
		display: flex;
		align-items: flex-start;
		font-size: 1.6rem;
		line-height: 1.5em;
		margin-bottom: .75em;
		cursor: pointer; 
		gap: 10px;
	}
	
.amex-radio {
	appearance: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: 1px solid var(--amex-gray);
	background: #fff;
	margin: 0 8px 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.amex-radio:checked::before {
	content: '';
	width:12px;
	height: 12px;
	background: var(--amex-brightblue);
	border-radius: 50%;
}

.amex-radio:checked {
	border: 1px solid var(--amex-brightblue);
}

.amex-radio:hover {
	border: 1px solid var(--amex-brightblue);
}
.editQuiz { display: none;}
	
.ac-item {
	padding: 8px 4px;
	border-bottom: 1px solid #ccc;
	line-height: 1.4em;
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 0 10px;
	padding-left: 20px;
}

	.ac-FHR { background-image: url("../img/icon_search_FHR.svg?v=0"); }
	.ac-THC { background-image: url("../img/icon_search_THC.svg?v=0"); }
	.ac-FHC { background-image: url("../img/icon_search_FHC.svg?v=0"); }
	.ac-AXC { background-image: url("../img/icon_search_AXC.svg?v=0"); }
	.ac-none { background-image: url("../img/icon_search_none.svg?v=0"); }

.easy-autocomplete-container ul li div { word-break: normal !important; text-align: left !important; color: #333 !important; }
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category { padding: 0 12px;}

.notice { color: #B42C01; font-weight: 700; }

.introUL {
	list-style: disc;
}

	.introUL li { font-size: 1.5rem !important; line-height: 1.6em; margin-bottom: 1em !important;}

@media all and (max-width: 1050px) {
	.content { flex-direction: column; min-height: 0; }
	.content-text { margin-bottom: 20px;}
	.content .quiz-box { width: 85%; margin: 0 auto; }
	.content .form-box { margin: 0 auto 20px auto; width: 90%;  }
	.audio-cover { margin: 0 auto 20px auto; }
}

@media all and (max-width: 900px) {
	.login-left, .login-right { width: 90%; padding: 0; margin: 0 auto; }
	
	.logo-top { flex-direction: column; justify-content: center; height: 60px; font-size: 1.4rem; }
		.logo-top img { margin-bottom: 10px;}
		.lt-wst { height: 60px; }
	section { flex-direction: column;  }
	.toc { width: 100%; }
	.toc-head { height: 30px; background-size: auto 10px;}
	.toc-chapter { height: auto; padding-top: 10px; padding-bottom: 10px; }
	.toc-chapter-todo { display: none; }
	.toc-chapter-done { display: none; }
	.toc-content { height: auto;margin-bottom: 20px; }
	.content-text p { font-size: 1.5rem; }
	h1 { font-size: 2.6rem; }
	h2 { font-size: 2.8rem; }
	h3 { font-size: 1.8rem; word-break: break-all; }
	.content-text ul li:not(.easy-autocomplete-container li) { font-size: 1.4rem;}
	.content-text ol li { font-size: 1.4rem;}
}

@media all and (max-width: 700px) {
	.two-cols { flex-direction: column; }
}

@media all and (max-width: 500px) {
	section { width: 100%; }
}
