 /* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
a { text-decoration:none; }
.clear { clear:both; }
img { display: block;
		margin-left: auto;
		margin-right: auto;
		max-width:100%;
		margin-bottom: 0px;
		margin-top: 0px; }
/*end reset*/

html, body {
	overflow-x: hidden;
	width: 100%;
	position: relative;
	font-family: 'chevin'; 
	background: #ffffff;
	font-size:1em;
	line-height: 1.25em;
}

@font-face { font-family: 'chevin'; src:url(../font/Chevin_Light.ttf); }
@font-face { font-family: 'chevin_bold'; src:url(../font/Chevin_Bold.ttf); }
b { font-family: 'chevin_bold'; }

.wrap { width: 95%; margin: 0 auto; }
.content { padding: 10px 0; }
.zazor { padding: 20px 0 40px 0 }

.header-flex-container {
	padding: 0.3% 1.6% 1.3% 1.6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 98%;
}
.header-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-left: 20px;
}
.header-actions a {
	display: inline-block;
	padding: 15px;
}
.header-actions img {
	display: block;
	height: auto;
}
.btn-icon img {
	width: 28px !important;
	object-fit: contain;
}
.btn-icon2 img {
	width: 32px !important;
	object-fit: contain;
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	color: white;
	z-index: 1000;
	transition: background-color 0.5s;
}
.sticky-header.scrolled {
	background-color: #eeeeee;
}
.sticky-header h1 {
	margin-top: 5px;
	font-size: 1.4em;
	color: #000000;
	text-align:left;
	font-family: 'chevin_bold';
}

.important-note {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin: 10px 0;
}
.note-icon {
	flex-shrink: 0;
	width: 42px;
	padding-top: 14px;
}
.note-icon img {
	width: 100%;
	height: auto;
	display: block;
}
.note-text { flex: 1; }
.note-text p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 1em;
}

.review {
	width:97%;
	padding: 1.5%;
}
.review p{
	font-size:1em;
	line-height: 1.35;
	padding:7px 0;
	color: #000000;
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
}
.review p a{ color: #225cb5; }
.review p a:hover{ color:#B81D22; }
.review a:hover { color:#B81D22; }
.review h3 {
	padding-top: 35px;
	padding-bottom: 5px;
	font-size:1.2em;
	color: black;
	font-family: 'chevin_bold';
}
.company_address p {
	font-size: 0.825em;
	color: #757575;
	padding: 0.17em 0;
	font-family: chevin;
}
.company_address p span {
	text-decoration: none;
	color: #444;
	color: #6A82A4;
	cursor: pointer;
}
.company_address h5 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1.0em;
	color: #6A82A4;
	color: gray;
	font-family: chevin_bold;
}
.copy_right {
	text-align: center;
	border-top: 1px solid #EEE;
	padding: 10px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: relative;
}
.copy_right p {
	padding: 1px;
	font-size:0.73em;
	color: #d5d5d5;
}

@media only screen and (min-width: 900px) {
	.wrap { max-width: 850px; width: auto; margin: 0 auto; }
	.wrap img { max-width: 60%; }
}

@media (hover: hover) and (pointer: fine) {
	.btn-icon img { width: 48px !important; object-fit: contain; }
	.btn-icon2 img { width: 54px !important; object-fit: contain; }
	.important-note { margin: 20px 0 0 -14px; }
	.note-icon { flex-shrink: 0; width: 80px; padding-top: 14px; }
	.review p{
		font-size:1em;
	}
}

@media only screen
	and (device-width : 414px)
	and (device-height : 736px)
	and (-webkit-device-pixel-ratio : 3) {

	.comments p { font-size: 1.08em; }
	.comments h6 { font-size:1.0em; }
	.back-links p { font-size: 0.95em; }
	.review p{
		font-size:1.05em;
		padding:7px 0;
		line-height: 1.3em;
		hyphens: auto;
		-webkit-hyphens: auto;
	}
	.review li{
		margin-left: 15px;
		font-size:1.1em;
		text-indent:-15px;
	}
	.review h3 { font-size:1.3em; }
	.company_address p { font-size: 0.9em; }
	.company_address h5 { font-size: 1.05em; }
}