html,
body {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	color: inherit;
	text-decoration: underline;
}

.header {
	z-index: 90;
	display: block;
}

.header nav {
	display: none;
}

nav a {
	text-decoration: none !important;
}

.header,
.footer {
	text-align: center;
}

.bigLogo {
	max-width: 300px;
}

.container {
	max-width: 2100px;
}


.bannerPane {
	background-color: #f1f1f2;
	padding: 30px 0px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.txtRed {
	color: #cf1f22;
}

.txtBlack {
	color: #000;
}

.txtBlue {
	color: #2b439c;
}

.txtPurple {
	color: #5e2590;
}

.pageTitle {
	display: inline-block;
	position: relative;
	clear: both;
}

.pageTitle h5 {
	position: absolute;
	color: #000;
}

.pageTitle .upper {
	left: 8px;
	top: -15px;
	font-size: 1rem;
}

.pageTitle .under {
	right: 0px;
	bottom: -15px;
	font-size: 1rem;
}

#Footer65 {
	background-color: #d41c24;
	padding: 30px 15px;
	min-height: 200px;
	color: #fff;
}

#Footer65 h5 {
	display: inline-block;
	border-radius: 80px;
	background-color: #fff;
	color: #d41c24;
	padding: 5px 15px;
}

#Footer65 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer65 a {
	color: #fff;
	text-decoration: none;
}

#Footer65 a:hover {
	text-decoration: underline;
}

.content68 {
	width: 80%;
	max-width: 1600px;
	margin: auto;
}

@media all and (min-width:320px) and (max-width:750px) {
	.content68 {
		width: 100%;
	}
}

@media all and (min-width:751px) and (max-width:1024px) {
	.content68 {
		width: 100%;
	}
}

@media all and (min-width:1025px) and (max-width:1600px) {
	.content68 {
		width: 80%;
	}
}

@media all and (min-width:1601px) {
	.content68 {
		width: 80%;
	}
}

.badgeH1 {
	display: inline-block;
	padding: 10px 25px;

	border-radius: 80px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 3px 13px 1px;
}

.bgh-blue {
	color: #fff;
	background-color: #49a5d8;
}

.bgh-green {
	color: #fff;
	background-color: #1c9a8e;
}

.bgh-orange {
	color: #fff;
	background-color: #ef8d32;
}

.img100 {
	width: 100%;
	height: auto;
	max-width: 120px;
}

.boxShape {
	--scale: 1.0;
	/* set value: "--name: value"; get value: "var(--name)"  */
	--skew: -16;
	padding: .5rem 1rem;

	outline: none;
	border: 1px solid rgb(200, 200, 200);
	border-radius: .3em;
	transform: skewX(calc(var(--skew) * 1deg)) scale(var(--scale)) translate3d(0, 0, 0);

	box-shadow: 0px 2px 5px rgb(200, 200, 200, 200);
	background-color: rgb(237, 237, 237);
	color: rgb(46, 47, 47);
	font-weight: bold;

	text-align: center;
	vertical-align: middle;

	display: inline-block;
	user-select: none;
}

.boxShape>* {
	display: block;
	transform: skewX(calc(var(--skew) * -1deg));
}

.shape1 {
	background-color: #e12428;
	color: #fff;
}

.shape2 {
	background-color: #2b439c;
	color: #fff;
}

.shape3 {
	background-color: #5e2590;
	color: #fff;
}


.card67 .card {
	margin-bottom: 10px;
	background-color: #e8e9eb;
	height: 95%;
}

.card67 .card:hover {
	border-color: #7a7a7a;
	background-color: aliceblue;
}

.card67 .card img {
	padding: 5px;
}

.card67 .card-body {
	padding: 0;
}

.card67 a {
	text-decoration: none;
}

.cardC .card {
	height: 100%;
}

.bw {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Google Chrome, Safari 6+ & Opera 15+ */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	color: #7a7a7a;
}

.book2 {
	cursor: pointer;
	display: block;
	position: relative;
	/*background: white;
	z-index: 1;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
	
    transition: box-shadow 0.3s linear; */
    background-color: #fbfae8;
	background: linear-gradient(90deg, #fbfae8 10px, transparent 1%) center, linear-gradient(#fbfae8 10px, transparent 1%) center, #999;
	background-size: 11px 11px;
	box-shadow: 0 0 5px 1.5px rgba(0, 0, 0, 0.25);
	

	transition: 0.4s ease-in-out;
	transform-origin: left center 0px;
	display: inline-block;
	margin: 0px;
	perspective: 800px;
  }
  
  .book2 img {
	
	z-index: 10;
	transition: 0.5s linear;
	transform-style: preserve-3d;
	transform-origin: left center 0px;
  }

  .book2_detail {
	background-color: rgba(139, 1, 1, 0.893);
	padding: 15px;
	font-size: 12px;
	font-weight: 800;
	position: absolute; bottom: 15px; right: -5px;
	z-index: 10;
	color: #fff;
	text-align: left;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  .book2:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);

	transform: rotateZ(-8deg);/**/
  }
  .book2:hover img {
	/*transform: rotateY(-25deg);
	box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);*/

	transform: rotateY(-40deg);
	z-index: 999;
	box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.2);
  }
  .book2:hover .award {opacity: 0;}
  
  .book2::after,
  .book2::before {
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	position: absolute;
	z-index: -1;
	top: 0;
	background: white;
	border: 1px solid #d9d9d9;
  }
  
  .book2::before {
	left: -3px;
  }

  .book2::after {
	left: -6px;
  }

  .btnPill1,.btnPill2,.btnPill3{
	border-radius: 50px;
	border: 2px solid;
	padding: 8px 25px; 
	margin: 5px;
	vertical-align: middle;
	box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px 0;
	box-sizing: border-box; display: inline-block;
	text-decoration: none !important; line-height: 0.8em;
}

.btnPill3{ 
	border-color: #fff;
	background-color: #d01c25;
	color:#fff !important; padding: 15px 0px;
}

.btnPill1{ 
	border-color: #fff;
	background-color: #d01c25;
	padding-left: 60px;
	color:#fff !important;
}

.btnPill1>h5{ 
	display: block;
}

.btnPill2{ 
	
	border-color:#d61a29;
	padding-right: 60px;
	
}
.btnPill2>h5{ 
	display: block; color: #ff0b00;
}

.btnPill2:hover, .btnPill1:hover, .btnPill3:hover{border-color: #fb8332;}
