html {background-color:#f2f4fb;}
html,body,p {padding:0px;margin:0px;text-align:center;font-family:verdana;font-size:18px;color:#333;}
body {overflow-x:hidden;}
.links {}

.hamburger {
  width: 30px;
  height: 4px;
  background: #bdc1c9;
  position: relative;
  border-radius: 2px;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #bdc1c9;
  left: 0;
  border-radius: 2px;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

.hide {display:none;}

h2 {
   width:100%;
   text-align:center;
   border-bottom:1px solid #aaa;
   line-height:0.1em;
   margin:20px 0 25px;
   font-size:17px;
} 

h2 span { 
    background-color:#f2f4fb;
    padding:0 10px;
	color:#aaa;
}

#source_one {white-space:nowrap;}
#a {
	width:-webkit-calc(100% - 28px);
	width:-moz-calc(100% - 28px);
	width:calc(100% - 28px);
}
.X {padding-left:15px;padding-right:5px;cursor:default;font-weight:bold;color:#2d4276}

.header {
	padding:25px 25px;
	z-index:100;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	background-color:#324359;
	cursor:default;
}
.header img {}
.header a, .header2 a {text-decoration:none;}

.header2 {
	padding:10px 0px 20px 0px;
	//margin:0px 20px;
	z-index:1;
	overflow: hidden;
	position: fixed;
	top: 92px;
	width: 100%;
	border-bottom:1px solid #999;
	background-color:#ffffff;
}

.barcode {
	font-family: "Libre Barcode 128", "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 60px;
	white-space: nowrap;
}

#right_menu {
	display:none;
	width:200px;
	text-align:left!important;
	position:fixed;
	top:0px;
	right:0px;
	height:100%;
	border-top:66px solid #324359;
	border-left:4px dashed #475780;
	border-bottom:1px solid #92a1b1;
	padding:10px 0px 23px 0px;
	background-color:#eaecf5;
	z-index:100;
}

#right_menu a {
	text-decoration:none;
	color:#000;
	width:100%;
}

#right_menu a div:hover {
	background-color:#84a63f;
}

#myOverlay {z-index:15}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}

.with-text {
	font-family: "Libre Barcode 128 Text";
}

.refresh_btn, .refresh_btn2, .directions_btn {
	position: fixed;
	right:20px;
	height: 44px;
	line-height: 44px;  
	width: 44px;  
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
	color: white;
	text-align: center;
	cursor: pointer;
	border:1px solid #999999;
}

.refresh_btn {
	top: 226px;
}

.directions_btn {
	font-size:105%;
	top: 305px;
}

.refresh_btn2 {
	top: 120px;
}

.refresh_btn a, .refresh_btn2 a, .directions_btn a {
	color:#273a6b;
}

#person_loading {z-index:1000;}

.menu__btn {
	z-index:101;
	cursor:pointer;
	display:none;
	font-size:22px;
	position:fixed;
	top:0px;
	right:0px;
	padding-top:28px;
	padding-bottom:28px;
	padding-right:33px;
}
.menu__btn a {text-decoration:none;color:#cfd4de;}

.home__btn {
	z-index:101;
	cursor:pointer;
	display:none;
	font-size:22px;
	position:fixed;
	top:0px;
	left:0px;
	padding-top:31px;
	padding-left:33px;
}
.home__btn a {text-decoration:none;color:#e0e4ed;}

.barcode {padding-top:25px;}
h5 {font-size:110%;padding-top:60px;margin-bottom:15px;letter-spacing:.18rem;}
.container {padding-top:20px;display:inline-block;}
.box {width:377px;border-radius:9px;padding-top:15px;padding-bottom:27px;text-align:center;}
.content {width:85%;margin:auto;}
.boxrow {width:100%;text-align:left;padding-bottom:4px;}
.boxtext {padding:8px;font-size:120%;margin-bottom:9px;width:100%;box-sizing:border-box;}
.boxbtn {padding:10px 10px 12px 10px;font-size:101%;margin-bottom:9px;width:100%;margin-top:11px;border-radius:10px;}
.footer {padding-top:125px;padding-bottom:60px;}
.footer a {text-decoration:none;}
.tool, .part {display: inline-block;border-radius:9px;margin:18px;cursor: default;}
.tool p, .part p {margin: auto;text-align: center;font-family: w3-cursive;font-size:125%;letter-spacing:.15rem;}
.tool a, .part a {text-decoration:none;}
.tool {width:180px;height:100px;}
.tool p {padding: 25px 0;}
.part {width:270px;height:55px;}
.part p {padding: 16px 0;}
#person_loading {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);display:none;}
#logo img {width:30%;padding-top:50px;padding-bottom:50px;}
.signin {position:fixed;top:20px;right:20px;white-space:nowrap;}

.top_links {
	position:absolute;
	top:0px;
	right:0px;
	padding-top:36px;
	font-size:17px;
}

.top_links a {
	color:#e0e4ed;
	text-decoration:none;
	margin-right:40px;
}

.tool, .part, .boxbtn { background-color: #e9edf5; }
.bottom-nav, .refresh_btn, .refresh_btn2, .directions_btn { background-color: #c2cfe6; }

.bottom-nav {display:none;}
.bottom-nav {
	z-index:100;
	box-shadow: rgb(0 0 0 / 20%) 0px -6px 6px -6px;
	border-top:1px solid #999;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.bottom-nav a {
	color: #273a6b;
	text-align:center;
	padding:14px 30px 20px 27px;
	text-decoration:none;
	font-size:20px;
}
.bottom-nav a .icon {
	margin-right: 8px;
}

#smlogo {padding:18px 0px 19px 0px;}
#smlogo img {height:52px;width:auto;}

#main {padding-top:115px;}
#main2 {padding-top:205px;}

.matchbox {text-align:left;padding:8px 13px 10px 16px;border-radius:9px;margin-bottom:25px;min-height:55px;line-height:28px;}
.matchbox {cursor:pointer;}
.scrolltop a {color:#darkblue;}

#myLocate {
	text-align:left;
	display:none;
	border-top-right-radius:20px 20px;
	height:325px;
	width:300px;
	position:fixed;
	z-index:100;
	bottom:56px;
	left:0;
	background-color:#d3d7e7;
	overflow-x:hidden;
	padding-top:10px;
}

#myLocate a {
	width:100%!important;
	text-decoration:none;
}

#myLocate a div {
	text-align:left;
	line-height:60px;
	color:#000;
	width:100%!important;
	padding-left:15px;
	
}


#theme-toggle {top:7px;}

.light-mode {
	
	.matchbox {background-color:#dddfea;border:1px solid #92a1b1;}
	
	#logo, #smlogo {
		background: rgb(39,58,107);
		background: linear-gradient(90deg, rgba(39,58,107,1) 36%, rgba(76,92,132,1) 78%);
	}
	.boxbtn {color:#333!important;}
	.boxbtn, .tool, .part {border:1px solid #92a1b1;}
	.tool:hover, .boxbtn:hover {box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 2px;}
}

.scrolltop {display:none;}
a {text-decotation:none;}

.imgbtn {
	position:relative;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border-radius:20px;
	background:#f4f5fb;
	padding:20px;
	width:320px;
	height:282px;
	
	background-size:contain;
	background-repeat:no-repeat;
	border:1px solid #5a708e;
}

.imgtxt, .imgtxt2 {
	position:absolute;
	font-size:22px;
	font-weight:bold;
	left:50%;
	transform:translateX(-50%);
	white-space:nowrap;
}

.imgtxt {
	bottom:15px;
}

.imgtxt2 {
	bottom:27px;
}

html, body {
    background-color:#eaecf5;
	background-size:cover;
	height:100vh;
}

.smtext {display:none;}

#main, .section {margin:auto;padding-bottom:25px;}
.section {padding-top:73px;}

#mainbtns a {text-decoration:none;color:#111;}

.header {
	text-align:left;
	height:91px;
	padding:11px 0px 0px 20px;
	background:linear-gradient(to right,#324359 0%,#324359 235px,#5a708e 235px,#5a708e 100%);
}

.header img {
	margin-right:47px;padding-top:1px;
}

.title {margin:20px 0px 38px 0px;font-size:23px;color:#1e2f5a;font-weight:bold;text-align:left;line-height:40px;padding-right:15px;}


.imgbtn {width:252px;height:210px;}
.imgtxt {bottom:7px;font-size:18px;}
.imgtxt2 {bottom:17px;font-size:18px;}
#main, .section {width:928px;}

@media (max-width:1000px){
	.imgbtn {width:284px;height:230px;}
	.imgtxt {bottom:7px;font-size:18px;}
	.imgtxt2 {bottom:17px;font-size:18px;}
	#main, .section {width:680px;}
}

@media (max-width:900px){
	#topdemo {display:none;}
}

@media (max-width:500px){
	
	.menu__btn {display:block;}
	.home__btn {display:block;}
}
@media (min-width:601px){
	
}

@media (max-width:600px){
	.imgbtn {width:301px;height:235px;}
	.imgtxt {bottom:7px;font-size:18px;}
	.imgtxt2 {bottom:15px;font-size:18px;}
	#mainbtns {max-width:fit-content;text-align:center;}
	.scrolltop {display:block;}
	#main, .section {width:343px;margin:auto;}
	.section {padding-top:50px;}
	#flex {padding-top:19px;}
	#toplinks {display:none;}
	.header {
		padding:11px 0px 0px 19px;
		font-size:18px;
		height:77px;
		background:linear-gradient(to right,#324359 0%,#324359 210px,#324359 210px,#324359 100%);
	}
	.header img {height:75px;}
	.title {font-size:1.17em}
}

.shelves {
	color:#666;text-align:left;margin-left:15px;margin-right:25px;font-size:21px;font-weight:bold;color:#333;
}
.shelves a {
	color:#333;text-decoration:none;
}
.shelves a div {
	position:relative;padding:20px 10px;border-bottom:1px solid #bcc0d3;background-color:#f1f3fa;
}
.shelves div:hover {background-color:#e0e8f9!important;}

h3 {
	
	color:#1e2f5a;
}

.header {
	-moz-box-shadow:0 1px 1px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 1px 1px rgba(182, 182, 182, 0.75);
	box-shadow: 0 1px 1px rgba(182, 182, 182, 0.75);
}

#toplinks {padding-right:30px;}
#toplinks a, #minitoplinks a {
	color:#ddd;
	margin-right:33px;
	line-height:36px;
}

html,
body {
	scroll-snap-type: y proximity;
	scroll-behavior: smooth;
}

.splide__slide {}

.splide__pagination {bottom:-45px;}

.splide__pagination__page {
    background:#c1cbdb;
    opacity: 1;
}
.splide__pagination__page.is-active {
	background:#8cc910;
    opacity: 1;
}

.splide__pagination {
    gap: 10px;              /* Space between the dots */
	
}
.splide__pagination__page {
    width: 13px;            /* Width of pagination dots */
    height: 13px;           /* Height of pagination dots */
}
.splide__pagination__page.is-active {
    transform: scale(1);    /* Unify the size of pagination dots */
}

/*Scroll to top button*/
#scrollTop{
    display:none;
    font-size:36px;
    right: 20px;
    bottom: 75px;
	width:30px;
    background-color: transparent;
    text-align: left;
    position: fixed;
    border:1px solid #eaecf5;
    background-color:#eaecf5;
    color:#bec8d8;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}
