@charset "utf-8";

/* CSS Document */
:root {
	--main-radius: 5px;
	--main-padding: 5px;
}

/*----------------custom classes for all--------------*/
* {
	box-sizing: border-box;
}

body {
	font-family: 'Arial';
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1 {
	font-family: 'Georgia';
}
.font-Georgia{
	font-family: 'Georgia';
}
.font-weight-normal {
    font-weight: 400!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin: 0;
}

p {
	font-size: 12pt;
	line-height: 24px
}

.border-bottom {
	border-bottom: 1px solid rgb(162, 169, 177) !important;
}

.border-0 {
	border: 0 !important;
}
.text-light {
    color: #bfbfbf!important;
}
.w-100 {
	width: 100% !important;
}

.d-block {
	display: block !important;
}
.d-inline-block {
    display: inline-block!important;
}
.mt-0{
	margin-top: 0px !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.ml-5{
    margin-left: 3rem!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pl-3 {
    padding-left: 1rem !important;
}
.pl-4{
    padding-left: 1.5rem !important;
}
.pl-5{
    padding-left: 3rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important
}
.w-auto{
	width: auto
}
a {
	font-family: inherit;
	text-decoration: none;
	color: rgb(6, 69, 173)
}

img {
	width: 100%
}

.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.list-unstyled {
	padding-left: 0 !important;
	list-style: none !important;
}
justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.mobile-visible {
	display: none;
}

/* list dashed style */
ul.dashed , ul.dashed2{
    list-style-type: none;
    padding-left: 80px !important;
}
ul.dashed2{
    padding-left: 26px !important;
}
ul.dashed > li, ul.dashed2 > li {
    text-indent: -5px;
    padding-left: 24px;
    position: relative;
}
ul.dashed > li:before, ul.dashed2 > li:before {
    content: "-";
    left: 0;
    position: absolute;
}
.dashed2 li::marker {
    content: none !important;
}
ol.bold-marker li::marker {
    font-weight: 700;
}
.unbold-marker{
	padding-left: 18px;
}
.unbold-marker li::marker{
    font-weight: 500 !important;
}
.Question-list-blt, .Answer-list-blt{
	padding-left: 4px;
}
li.Question-list-blt::marker {
    content: "Q:";
    font-size: 18px;
    font-weight: 600;
}
li.Answer-list-blt::marker{
	content: "A:";
    font-size: 18px;
    font-weight: 600;
}
/* list dashed style end */

/* -------Tabel style ----------------- */

 .table {
	font-family: 'Arial';
	border-collapse: collapse;
	width: 100%;
	
  }
  .table th, .table td{
	padding: .75rem;
  }
  
  /*
  
  td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
  }
 */
	.table-bordered {
		border: 1px solid #000;
		border-collapse: collapse;
	}
	.table-bordered td, .table-bordered th{
		border: 1px solid #000;
	}
	.table-striped  tr:nth-child(even) {
		background-color: #f2f2f2;
	} 
	.table-striped  tr:nth-child(odd) {
		background-color: #e6e6e6;
	} 
	
  	.table-light-center th {
    	vertical-align: top;
	}
	.table-center{
		margin: 0 auto;
	}
	.table-spacing td {
		padding-top: 0;
	}
	.table-spacing ul{
		margin: 0;
	}
.table15 th, .table15 td, .table31 th, .table31 td, .table33 th, .table33 td, body .table35 th, body .table35 td, .table17 td, .table39 th, .table39 td {
    padding: 0 2px 10px;
}
.table40 th, .table40 td{
    padding: 0 2px 15px;
}
.tableFont16{
	font-size: 12pt;
}
.table29 th, .table29 td {
    padding: 0px 8px 14px !important;
}
.table17 br{
	display: none;
}
.table41 td h3 {
    font-size: 14px;
}
.table41 td {
    padding: 0 4px 15px;
}
.table42, .table48{
	border: 1px solid;
}

.table42 th, .table42 td, .table48 th{
	vertical-align: top;
}
.table42 tbody:nth-child(even){
	background: #f2f2f2;
}
.table42 tbody:nth-child(odd){
	background: #e6e6e6;
}
.table42 tbody td {
    padding: 0 14px 14px;
}
.table42 tbody tr:first-child td {
    padding: 14px;
    border-top: 1px solid;
}
.table44, .table45 {
    border: 0;
}
.table44 th, .table44 td, .table45 th, .table45 td{
	padding: 6px;
	vertical-align: baseline;
}
.table44 th h3, .table44 td h3, .table45 th h3, .table45 td h3{
	font-size: 14px
}
.table44 td ul, .table45 td ul{
	padding-left: 16px;
}
.table44 td li, .table45 td li{
	font-size: 12px;
	line-height: 20px;
}
.table45 .thumbimage{
	margin-top: 10px;
	border: 0;
}
.table45 tr:nth-child(1), .table45 tr td:nth-child(1) {
    background: #fff;
}
.table46 td {
    padding: 2px 6px 2px 10px;
}
.table47 th {
    border: 0;
}
.table47 th {
    border: 0;
    border-bottom: 1px solid;
}
.table47 tr:nth-child(3) {
    background: #e6e6e6;
}
.table47 td {
    border: 0;
}
/* -------Tabel style End----------------- */

.scale_degree_list li span {
    position: absolute;
    left: 0;
}
.scale_degree_list li {
    padding-left: 25px;
    position: relative;
}
.scale_degree_list li span {
    position: absolute;
    left: 0;
}

/*------------ Grid Layout for whole Page ----------------*/
.mainWrapper {
	display: grid;
	justify-content: center;
}

.container {
	display: grid;
	height: 100vh;
	/*
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 0.2fr 1.5fr 1.2fr 0.8fr;
*/
/* 
grid-template-areas:
"header header header header"
"sidebar main main article1"
"sidebar article2 article2 article2"
"sidebar article3 article3 article3"
"sidebar PosterCardGrid PosterCardGrid PosterCardGrid"
"sidebar footer footer footer";
font-size: 12px;
color: #000000;
text-align: center;
width: 100%;
max-width: 1000px;
margin: auto;

} */
	grid-template-areas:
		"header header header header"
		"sidebar main main ftr1"
		"sidebar ftr2 ftr2 ftr2"
		"sidebar ftr3 ftr3 ftr3"
		"sidebar PosterCardGrid PosterCardGrid PosterCardGrid"
		"sidebar footer footer footer";
	grid-template-columns: 250px auto auto 250px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: auto;

}

header {
	grid-area: header;
	position: relative
}

#PosterCardGrid {
	grid-area: PosterCardGrid;
	display: grid;
	padding: 30px 0px 30px 20px;
	grid-template-areas: "ftr4 ftr5 ftr6";
	grid-gap: 4px;
	justify-content: center;
}

nav {
	background: #f2f7f1;
	grid-area: nav;
	padding: 10px 20px;
}

main {
	background: #fff;
	grid-area: main;
	padding: 10px 20px;
	width: 500px;
	display: grid;
}
main a, main h4{
	font-size: 12pt;
    line-height: 24px;
}

#sidebar {
	background: rgb(246, 246, 246);
	grid-area: sidebar;
/*	width: 250px;*/
	border-right: 1px solid rgb(167, 215, 249);
}

#ftr1 {
	background: rgb(248, 249, 250);
	grid-area: ftr1;
	padding: 10px 20px;
/*	width: 250px;*/
	border: 1px solid rgb(162, 169, 177)
}

#ftr2 {
	grid-area: ftr2;
	padding: 10px 0px 10px 20px;
}

#ftr3 {
	grid-area: ftr3;
	padding: 10px 0px 10px 20px;
}

#ftr4 {
	grid-area: ftr4;
	width: 180px
}

#ftr5 {
	grid-area: ftr5;
	width: 180px
}

#ftr6 {
	grid-area: ftr6;
	width: 180px
}

#ftr7 {
	grid-area: footer;
	padding: 10px 0px 10px 20px;
}

footer{
	display: contents;
} 
/*---------------- Header ---------------------------*/

.boardCaption {
	position: absolute;
	top: 20px;
	right: 28px;
	width: 220px;
	height: 121px;
	text-align: left;
	padding: 8px;
	border-radius: 2px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.boardCaption p {
    margin: 0;
    font-size: 12px;
    font-family: 'Georgia';
    text-align: center;
    line-height: 20px;
}

.homePageBanner .toggleMenuCol {
	background: rgb(246 246 246);
	height: 40px;
	display: none;
}

.toggleMenuCol h2 {
	padding: 10px 0;
	color: #005a44 !important;
}

.homePageBanner #open-menu {
	position: absolute;
	left: 0;
	border: 0;
	height: 40px;
	width: 50px;
	top: 0;
	font-size: 30px;
	background: rgb(200 204 209);
	cursor: pointer;
}


.toggleMenuCol {
	display: none
}

/*---------------- Sidebar -------------------*/

#sidebar .sidenav-cont {
	padding: 0px 5px;
}

.sidenav-cont {
	border-bottom: 1px solid rgb(200, 204, 209);
}

#sidebar .sidenav-cont h4 {
	line-height: 18px;
}

.sidebar-nav li {
	padding: 10px 5px;
}

.sidebar-nav li:first-child {
	padding-top: 0;
}

.sidebar-nav li a {
	display: block;
	line-height: 16px;
	text-align: left;
	padding: 0px;
}

.sidebar-nav li a img {
	width: 20px;
	margin-right: 4px
}


/*------------ Main Grid ------------*/

.firstHeading, .subHeading {
	font-family: 'Georgia';
	margin-bottom: 0.25em;
	padding: 0;
	line-height: 1.3;
	font-weight: normal;
	border-bottom: 1px solid rgb(162, 169, 177);
	font-size: 24px;
}
.subHeading{
	font-size: 20px;
}

main .firstHeading {
	line-height: 1.1;
	font-size: 29px;
}
.lookInsideimageHd{
	color: rgb(0, 125, 184);
}
.lookInsideimageHd span{
	color: rgb(254, 101, 0);
}
.thumbinner {
	border: 1px solid rgb(162, 169, 177);
	background-color: rgb(248, 249, 250);
	font-size: 94%;
	padding: 4px;
	text-align: center;
	overflow: hidden;
}

.thumbcaption {
	border: 0;
	text-align: left;
	font-size: 1.17em;
	font-weight: bold;
	padding: 10px 4px;
	line-height: 20px;
}

.thumbimage {
	background-color: #ffffff;
	border: 1px solid #c8ccd1;
}
.lookInsiderCoverImage {
    width: 50%;
}
main ul li, main ol li {
    font-size: 12pt;
    line-height: 24px;
    margin-bottom: 15px;
}
main ul li:last-child, main ol li:last-child{
    margin-bottom: 0;
}
/* .SI-sidebarMain {
    padding: 10px 60px;
} */
main .si-sidebarHeading {
    font-family: 'Arial';
    font-weight: 600;
    font-size: 22px;
    color: rgb(160,160,160);
	text-transform: uppercase;
}
/*------------ ftr1 ------------*/
#ftr1 .sidenav-cont li span {
	width: 115px;
	text-align: left;
	display: inline-block;
}

.sidenav-cont h4 {
	font-weight: 600
}

#ftr1 .sidenav-cont h4 {
	border-bottom: 1px solid rgb(200, 204, 209);
	padding: 6px 0 2px;
}

.bookDetailsList li {
	text-align: left;
}

.ratingList li img {
	width: 75px;
	height: auto;
}

.sidenav-cont h3,
main h3 {
	font-size: 17px
}

/*------------ ftr2 and ftr3 -------------------*/

#ftr2 .thumbcaption,
#ftr3 .thumbcaption {
	padding: 5px 15px 10px
}

#ftr2 .thumbcaption h2 span,
#ftr3 .thumbcaption h2 span {
	font-weight: 300;
}

#ftr2 .thumbcaption h3,
#ftr2 .thumbcaption ul li,
#ftr3 .thumbcaption h3,
#ftr3 .thumbcaption ul li {
	font-size: 14px;
	font-weight: 300;
}

#ftr2 .thumbcaption ul,
#ftr3 .thumbcaption ul {
	padding-left: 14px;
	line-height: 20px;
	margin-top: 2px !important;
}


/*------------ ftr3 ------------*/



/*---------------- Poster Card Grid -----------------------------*/
#PosterCardGrid .thumbinner {
	padding: 16px;
	height: 234px
}

#PosterCardGrid .thumbcaption {
	text-align: center !important;
	padding: 8px 20px 0;
}

#PosterCardGrid .thumbcaption h3 {
	font-size: 12px;
}

#PosterCardGrid .thumbcaption p {
	margin: 0;
	font-size: 12px;
	color: #000;
	line-height: 1.2em;
	font-weight: normal
}

/* ------------------ ftr7 --------------------- */
.footerNav li:first-child:before, .customBulletItems li:first-child:before{
	display: none
}

.footerNav li:first-child, .customBulletItems li:first-child{
	padding: 0
}

.footerNav li, .customBulletItems li,
#ftr7 p {
	position: relative;
	padding: 0 0 0 18px;
	margin-right: 13px;
	font-size: 14px;
}

.footerNav li:last-child{
	margin-right: 0px;
}
.customBulletItems li:last-child{
	margin-bottom: 15px;
}

.footerNav li:before, .customBulletItems li::before {
	position: absolute;
	content: "";
	background: rgb(0, 0, 0);
	height: 5px;
	width: 5px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-radius: 10px;
}


/* -------------------------------------------- Inner pages Styles Start here -------------------------------------------------------- */
.songwriters-table{
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
.diffrence-table ul {
    padding-left: 16px;
}

.diffrence-table th, .diffrence-table td, .diffrence-table td li{
	font-size: 14px !important;
}
.diffrence-table td{
	vertical-align: top;
}
figcaption{
	font-size: 16px;
}

.number23List, .number34List {
    padding-left: 36px;
}
.number23List li, .number34List li {
    position: relative;
    padding-left: 4px;
}
.number23List li:nth-child(1)::marker {
	content: "2.";
}
.number23List li:nth-child(2)::marker {
	content: "3.";
}
.number23List li:nth-child(3)::marker {
	content: "4.";
}
.number23List li:nth-child(4)::marker {
	content: "5.";
}

.number34List li:nth-child(1)::marker {
	content: "3.";
}
.number34List li:nth-child(2)::marker {
	content: "4.";
}
.number34List li:nth-child(3)::marker {
	content: "5.";
}
.number34List li:nth-child(4)::marker {
	content: "6.";
}
.homeIconLeftNav img {
    width: 26px;
    margin: 10px 0;
}
/* -------------------------------------------- Inner pages Styles End here -------------------------------------------------------- */



/*-------Media Query below---------*/

@media only screen and (max-width: 992px) {
	.container {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		grid-template-columns: 210px auto auto 210px;
	}

	.boardCaption {
		top: 10%;
		right: 2.7%;
		width: 22%;
		height: 61%;
		padding: 4px;
	}

	#sidebar,
	#ftr1 {
/*		width: 210px;*/
/*		width: 229px;*/
		padding: 10px;
	}

	main {
		width: 100%;
		max-width: 100%;
	}

	.boardCaption p {
		font-size: 11px;
		line-height: 15px;
	}

	#ftr1 .sidenav-cont li span {
		width: 100px;
	}
	main .si-sidebarHeading{
		font-size: 20px;
	}
	.table17 br{
		display: block;
	}
}

@media only screen and (max-width: 840px) {
	.container{
		grid-template-columns: 190px auto auto 190px;
	}
	.table20 h3 {
		font-size: 13px;
	}
	.table20 th, .table20 td {
		padding: 4px;
	}

	main .firstHeading {
		font-size: 26px;
	}
	main .si-sidebarHeading{
		font-size: 14px;
	}
	#ftr2 .firstHeading,
	#ftr7 .firstHeading {
		font-size: 16px;
	}

	#ftr4,
	#ftr5,
	#ftr6 {
		width: 170px;
	}

	#PosterCardGrid .thumbinner {
		padding: 12px;
	}

	.thumbcaption {
		font-size: 1em;
	}

	#PosterCardGrid .thumbcaption {
		padding: 8px 8px 0;
	}

	p {
		font-size: 10pt;
	}
	.tableFont16 {
		font-size: 10pt;
	}
	main ul li, main ol li, figcaption, main a, main h4{
		font-size: 10pt;
	}
	.diffrence-table th, .diffrence-table td, .diffrence-table td li{
		font-size: 10pt !important;
	}
	.sidenav-cont h3, main h3 {
		font-size: 15px;
	}
	.boardCaption {
		border-radius: 2px;
		padding: 4px;
		top: 9%;
		right: 2.8%;
		width: 22%;
		height: 61%;
		padding: 4px;
	}

	.boardCaption p {
		font-size: 10px;
    	line-height: 12px;
	}

	.customBulletItems li{
		font-size: 10pt;
		padding: 0 0 0 14px;
    	margin-right: 10px;
	}

}

@media only screen and (max-width: 767px) {
	.boardCaption {
    	border-radius: 2px;
    	padding: 4px;
	}
	.boardCaption p {
		font-size: 8.4px;
    	line-height: 12px;
	}
	.container{
		grid-template-columns: 150px auto auto 150px;
	}
	body .table31 th, body .table31 td {
		font-size: 11px !important;
	}
	body .table15 th, body .table15 td {
		padding: 0 2px 10px;
		font-size: 12px !important;
	}
	.table18 tr td:first-child {
		width: 14%;
	}
	.table23 th, .table23 td {
		padding: 0 2px 14px;
	}
	.container {
		max-width: 760px;
	}

	#ftr1 .sidenav-cont li span {
		width: 70px;
	}

	#sidebar,
	#ftr1 {
/*		width: 150px;*/
		padding: 6px;
	}

	.thumbinner {
		padding: 3px;
	}

	.ratingList li img {
		width: 67px;
	}

	.bookDetailsList li,
	.bookDetailsList li a {
		text-align: left;
		align-items: flex-start !important;
	}

	#sidebar .sidenav-cont {
		padding: 0px 3px;
	}

	.sidebar-nav li {
		padding: 6px 3px;
	}

	main {
		padding: 10px;
	}

	#ftr2,
	#ftr3 {
		padding: 10px 0 10px 14px;
	}

	#PosterCardGrid {
		padding: 30px 0px 30px 14px;
	}

	#ftr4,
	#ftr5,
	#ftr6 {
		width: 150px;
	}

	#PosterCardGrid .thumbinner {
		padding: 10px;
		height: 196px;
	}

	.footerNav li,
	#ftr7 p {
		font-size: 12px;
	}

	.sidenav-cont h3 {
		font-size: 14px;
	}

	.sidebar-nav li,
	.sidenav-cont ul li {
		font-size: 10px;
	}

	#sidebar .sidenav-cont h4 {
		line-height: 16px;
	}

	main .firstHeading {
		font-size: 26px;
	}
	main .si-sidebarHeading{
		font-size: 14px;
	}
}

@media only screen and (max-width: 636px) {
	.boardCaption {
    	border-radius: 2px;
    	padding: 2px 4px;
		height: auto;
		top: 10%;
	}
	.boardCaption p {
		font-size: 7.1px;
    	line-height: 12px;
	}
	.container{
		grid-template-columns: 130px auto auto 130px;
	}
	body .table31 th, body .table31 td {
		font-size: 10px !important;
	}
	.table23 th, .table23 td {
		padding: 0 2px 14px;
		font-size: 12px !important;
	}
	.table29 th, .table29 td {
		padding: 0px 3px 14px !important;
	}

	#sidebar,
	#ftr1 {
/*		width: 130px;*/
		padding: 4px;
	}

	.sidenav-cont h3 {
		font-size: 15px;
	}

	#ftr4,
	#ftr5,
	#ftr6 {
		width: 120px;
	}

	#PosterCardGrid .thumbinner {
		padding: 6px;
		height: 160px;
	}

	#PosterCardGrid .thumbcaption h3,
	#PosterCardGrid .thumbcaption p {
		font-size: 10px
	}

	#ftr1 .sidenav-cont li span {
		width: 58px;
	}

	.ratingList li img {
		width: 55px;
	}
}


@media only screen and (max-width: 576px) {
	.container{
		grid-template-columns: auto;
	}
	body .table33 th, body .table33 td{
		font-size: 9px !important;
		padding-right: 0;
	}
	.table39 th, .table39 td{
		font-size: 11px !important;
	}
	main .firstHeading {
		font-size: 20px;
	}
	main .si-sidebarHeading{
		font-size: 14px;
	}
	.boardCaption {
		top: 10%;
		right: 3%;
		width: 22%;
		height: 60%;
		padding: 5px;
	}
	.table20 h3 {
		font-size: 10px;
	}
	.table20 td {
		font-size: 10px !important;
	}
	
	

	.footerNav li {
		padding: 0 0 0 9px;
		margin-right: 6px;
	}

	.footerNav li::before {
		height: 3px;
		width: 3px;
	}

	.firstHeading {
		font-size: 1.5em;
	}

	.toggleMenuCol h2 {
		font-size: 16px;
		padding: 12px 0px;
	}
	.boardCaption {
    	border-radius: 2px;
    	padding: 2px 4px;
		height: 59%;
		right: 2.8%;
	}
	.boardCaption p {
		font-size: 7px;
    	line-height: 10px;
	}
}

@media only screen and (max-width: 549px) {
	.homeIconLeftNav img {
    	width: 19px;
	}
	.ml-5{
		margin-left: 2rem !important;
	}
	.table42 h3 {
		font-size: 12px;
	}
	
	body .table33 th, body .table33 td, body .table35 th, body .table35 td {
		font-size: 12px !important;
		padding-right: 0;
	}
	body .table31 th, body .table31 td {
		font-size: 12px !important;
	}
	.table15 tr th:first-child{
		width: 20% !important;
	}
	.table29 th, .table29 td {
		padding: 0px 1px 10px !important;
	}
	.table23 th, .table23 td {
		padding: 0 2px 14px;
		font-size: 10pt !important;
	}
	.table20 h3 {
		font-size: 13px;
	}
	.table20 td {
		font-size: 13px !important;
	}

	#ftr2,
	#ftr3 {
		padding: 0 5px;
	}

	.homePageBanner .toggleMenuCol {
		display: block;
	}

	.toggleMenuCol {
		display: block
	}

	.homePageBanner .desktop-visible {
		display: block;
	}

	.homePageBanner .mobile-visible {
		display: none;
	}

	.container {
		max-width: 540px;
		grid-template-areas:
			"header"
			"main"
			"ftr1"
			"ftr2"
			"ftr3"
			"PosterCardGrid"
			"footer";
	}

	main {
		padding: 6px
	}

	#PosterCardGrid {
		grid-template-areas: "ftr4""ftr5""ftr6";
		padding: 20px;
	}

	#body-overlay {
		width: 100vw;
		height: 100vh;
		display: none;
		position: fixed;
		z-index: 3;
		top: 0;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.5);
	}

	.real-menu {
		position: fixed;
		top: 0;
		left: -300px;
		z-index: 4;
		width: 250px;
		height: 100%;
		box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
		background-color: #fff !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: ease 0.2s all;
	}

	body.menu-open #body-overlay {
		display: block;
	}

	body.menu-open .real-menu {
		left: 0;
	}

	.mobile-visible {
		display: block;
	}

	.desktop-visible {
		display: none;
	}

	#open-menu {
		position: absolute;
		left: 0;
		border: 0;
		height: 29%;
		width: 11%;
		font-size: 0;
		background: transparent;
		display: block;
		cursor: pointer;
	}

	#ftr1 {
		width: 96%;
		margin: 0 auto;
		z-index: 99;
	}

	#ftr1 .sidenav-cont li span {
		width: auto;
	}

	#PosterCardGrid .thumbcaption h3,
	#PosterCardGrid .thumbcaption p {
		font-size: 12px;
	}

	#ftr4,
	#ftr5 {
		margin-bottom: 20px;
	}

	#sidebar {
		width: 250px;
		overflow-y: auto;
	}

	body.menu-open {
		overflow: hidden;
	}

	.boardCaption {
		top: 36%;
		right: 3.8%;
		width: 29%;
		height: auto;
		border-radius: 2px;
		padding: 2px 4px;
	}
	.boardCaption p {
		font-size: 7.9px;
    	line-height: 11px;
	}

	#PosterCardGrid .thumbinner {
		height: auto;
	}

	#ftr4,
	#ftr5,
	#ftr6 {
		width: 250px;
	}

	.sidebar-nav li,
	.sidenav-cont ul li {
		font-size: 12px;
	}
	.sidenav-cont .thumbinner {
		width: 50%;
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 479px) {
	.boardCaption {
		top: 36%;
		right: 3.8%;
		width: 29%;
		height: auto;
		border-radius: 2px;
		padding: 2px 4px;
	}
	.boardCaption p {
		font-size: 7px;
    	line-height: 10px;
	}
}

@media only screen and (max-width: 420px) {
	.boardCaption {
		top: 36%;
		right: 4%;
		width: 29%;
		height: 43%;
		border-radius: 2px;
    	padding: 2px;
	}
	.boardCaption p {
		font-size: 6.5px;
    	line-height: 8.6px;
	}
	.table18 tr td:last-child {
		padding-right: 70px;
	}

	#ftr7 {
		padding: 10px 0px 10px 10px;
	}
	
	.table18 td:nth-child(1){
		width: 16% !important;
	}

}

@media only screen and (max-width: 374px) {
	.boardCaption p {
		font-size: 5px;
    	line-height: 8px;
	}

	.footerNav li:first-child:before {
		display: block
	}

	.footerNav {
		flex-direction: column;
		align-items: flex-start;
	}

	.footerNav li:first-child,
	.footerNav li {
		padding: 0 0 0 10px;
		margin-right: 0;
		margin-bottom: 6px;
	}

	.footerNav li:last-child {
		margin-bottom: 0;
	}

	.toggleMenuCol h2 {
		font-size: 14px;
	}

	.homePageBanner #open-menu {
		width: 40px;
	}
	.table18 tr td:last-child {
		padding-right: 0;
	}
}

@media only screen and (max-width: 320px) {
	.table18 tr td:last-child {
		padding-right: 0;
	}
	.table23 th, .table23 td {
		font-size: 9pt !important;
	}
}