/* DESKTOPS */
.fixed_logo{
	position:fixed;
	top: 8px;
	left: 6.25%;
	height: 100px;
	width: 150px;
	background: url('../gfx/bcp_full_white_127.svg') no-repeat;
	background-size: auto 50px;
    background-position: 0 6px; 
	display:block; 
	z-index:999;
}
.homelink{
	position:fixed;
	top: 8px;
	left: 6.25%;
	height: 100px;
	width: 150px;
	background: url('../gfx/bcp_full_white_127.svg') no-repeat;
	background-size: auto 50px;
    background-position: 0 6px; 
	display:block; 
	z-index:999;
}
.floating_logo{
	position:fixed;
	top: 8px;
	left: 6.25%;
	height: 100px;
	width: 150px;
	background: url('../gfx/bcp_full_white_127.svg') no-repeat;
	background-size: auto 50px;
    background-position: 0 6px; 
	display:none;
	z-index:999;
}
.content {
	box-sizing:border-box;
	width: 70%;
	max-width: 810px;
	float:left;
	padding: 0;
	padding-right: 3%;
	padding-top: 0;
	border-right:1px solid #999;
}
.heading {
	box-sizing:border-box;
	width: 70%;
	max-width: 810px;
	float:left;
	padding: 0;
	padding-right: 3%;
	padding-top: 0;
	border-right:1px solid #999;
}
.content p img{
	max-width: 100% !important;
}
.twocol {
  column-count: 2;
  column-gap: 20px;
}

.sidebar{
	width: 28%;
	margin-left: 2%;
	float:left;
}

#footer #social .mainlinks{
	width: 90%;
}
#smallheader {
	display:inline-block;
	text-align:center;
	width:100%;
	margin: 0;
	padding: 60px 0 0 0;
	background:transparent;
}
#smallheader img{
	display:inline-block;
	height: auto;
	width: 600px;
	margin: 0;
}
#mobheader {
	display:none;
}
#mobheader img{
	display:none;
}
#social {
	width: 87.5%;
	padding: 18px 6.25%;
}
#social img{
	width: 72px;
	margin: 0 30px;
}
#navbar {
	text-align: left;
}
#footer p{
	font-size: 0.75em;
}
#navbar img {
	display: none;
}
.accordion-item-active ul{
	background: #f3f0f1;
}
#course_title{
	font-size:2em;
}
.course_info{
	width:80%;
	max-width: 760px;
}
.course_subhead{
	width:30%;
}
.course_subhead p{
	margin: 0.5em 0;
}
.course_data{
	width:65%;
	margin-left:5%;
}
.course_data p{
	margin: 0.5em 0;
}
.course_data ul {
	margin: 0.5em 0;
}
.course_data ul li{
	margin: 0.5em 0;
}
.flexbox {
	flex-direction: row;
}
.thumbnail-container {
	height: 120px;
}
.thumbnail {
	height: 120px;
}
.news {
	width: 87%;
}
.news_img_cont{
	width:20%;
	float:left;
}
.news_text_cont{
	width:75%;
	float:right;
}
#contact_form{
	width: 68%;
}
.enrol-grid-container {
	align-items:stretch;
}
.enrol-grid {
	align-items:stretch;
}
.enrol-grid-item{
	width: 45%;
	margin: 20px 20px 20px 0px;
	padding: 0px;
}
.mail{
	width:80%;
	max-width:640px;
}

/* Adopt Scheme Styles */
#list-cont{
	max-width: 1200px;
}
a.link #list-cont{
	display:block;
}
/* this item-ccont to be revived when more product in place */
.item-cont{
	width: 50%;
	float: left;
	border: none;
	margin: 0;
}
.item-cont{
	width: 80%;
	float: none;
	border: none;
	margin: 0 auto;
}
a:link.item-cont, a:visited.item-cont;{
	display: block;
}
.lesser-cont{
	width: 30%;
	float: left;
}

#bookbar{
	width: 28%;
	position: sticky;
	top: 100px;
	left: 70%; 
	margin-left: 2%;
	float:left;
	display: block;
}
#bookbar img {
	width: 100%;
	margin: 0;
	display: block;
}
.prompt{
	margin-bottom: 30px;
}
.col_wrap {
	max-width: 1000px;
	padding-bottom: 100px;
	box-sizing: border-box;
}
.showprice{
	width:45%; 
	float:right; 
	box-sizing:border-box; 
	text-align:left; color:#000; 
	padding: 7px 0 5px 12px;
}
.showbutton{
	width:55%; 
	float:left; 
	box-sizing:border-box; 
	text-align:right;
}
.content{
float:left;
}
.pagehead{
	width: 100%;
}
.story{
	width: 66%;
	float:left;
	border-right: 1px solid #999;
	margin: 0;
	padding-right: 20px;
	z-index:50;
}
.story img{
	width: 100%;
}
.bookimage{
	width: 0;
	margin: 0;	
	display: none;	
}
.bookimage img{
	width: 0;
	display: none;	
}

.simplebtn {
	width: 80px;
}

.navcartbutton {
	width: 80px;
	display: inline-block;
	float: right;
}

.topcart{
	width: 80px;
}


#nav_box {
	width:280px;
}


/* ----------- Desktops max ------------*/
@media screen and (min-width: 62.5em) {
	
	#wrap {
		width: 1024px;
		margin: 0 auto;
	}
}
