.page-bite-sized #main {
	width: 100%;
	max-width: 100%;
	background-color: #9c8652;
}


.page-bite-sized #main  .panel-2col {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.page-bite-sized #main a , .page-bite-sized #main a:hover {
	color: white;
	text-decoration: underline;
}

.page-bite-sized .panel-2col .panel-col-last .inside {
	margin: 0;
}

.page-bite-sized  .title {
	display: none;
}

.page-bite-sized .panel-col-first {
	position: relative;
	width: 50%;
	float: left;
		
}

.page-bite-sized .bite-size-summary {
	min-height: 550px;
	overflow-y: auto;
}

.page-bite-sized .panel-col-last {
	width: 50%;
	float: left;
	max-width: 50%;
}

.page-bite-sized .panel-col-last .inside {
	width: 50%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-bite-sized .pane-the-minting-process::before {
	content: "Learning";
	color: white;
	text-transform: uppercase;
	position: relative;
	top: 20px;
}

.page-bite-sized h2.pane-title {
	margin-top: 0.5em;
	font-size: 2rem;
	color: white;
	font-weight: 500;
}

.page-bite-sized .bite-size-return-to-menu {
	display: none;
	background-image: url("../images/icon-bitesized-hamburger.png");
	position: absolute;
    top: 40px;
    right: 10px;
	cursor: pointer;
	width: 39px;
	height: 39px;
}


.bite-sized-list {
	font-size: 80%;
	color: white;
}


.bite-sized-list .submitted {
	display: none;
}

.bite-sized-list .field-name-field-bite-size-page  {
	display: none;
}

.bite-sized-list .field-label {
	display: none;
}

.bite-sized-list-item  {
	list-style: none;
	list-style-type: none;
	padding-left: 0;
}

.page-bite-sized .bite-size-nav {
	display: none;
}

.bite-sized-list-item .views-row {
	display: block;
    width: 100%;
    float: left;
	
}

.page-bite-sized .views-field-title {
	font-size: 150%;
	font-weight: bold;
	    margin-top: 0.8rem;
}


/*  *********************************** Summary Mode ************************************************* */

.bite-size-summary {
	
}

.bite-size-summary .views-row {
	margin-bottom: 30px;
}

.bite-size-summary .views-field-title {
	width: 85%;
	float: right;
	display: inline-block;
}

.bite-size-summary .views-field-body {
	display: none;
}

.bite-size-summary .views-field-body p {
	margin: 0;
}

.bite-size-summary .views-field-body::after {
	content: "...";
}

.bite-size-summary .views-field-field-feature-image {
	display: none;
}

.bite-size-summary .views-field-field-thumbnail-image {
	display: inline-block;
	max-width: 15%;
	float: left;
}

.bite-size-summary .views-field-field-thumbnail-image img  {
	max-width: 60px;
	border-color: white;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.bite-size-summary li:hover{
	cursor: pointer;
	
}

.bite-size-summary li:hover .field-content {
	text-decoration: underline;
}


/*  *********************************** Detail Mode ************************************************* */
.bite-size-detail {

}

.bite-size-detail .views-field-title {
	display: none;
}



.bite-size-detail .views-field-field-thumbnail-image {
	display: none;
}

.bite-size-detail .views-field-body {
	display: none;
}

.bite-size-detail .views-field-field-feature-image {
	display: none;
}

/* Active Item in Detail mode */
.bite-size-detail-active .views-field-body  {
	display: block;
}

.bite-size-detail-active .views-field-title {
	display: block;
}

.bite-size-detail-active  .views-field-body {
	height: 550px;
	overflow-y: auto;
	padding-right: 40px;
}

.bite-size-nav {
	position: absolute;
    bottom: 0;
	width: 100%;
	position: relative;
}

.bite-size-nav-forward:hover , .bite-size-nav-back:hover {
	cursor: pointer;
}

.bite-size-nav .bite-size-nav-forward {
	max-width: 24px;
	width: 10%;
	float: left;
	background-image: url('../images/bite-size-arrow-right.png');
	background-repeat: no-repeat;
}

.bite-size-nav .bite-size-nav-back {
	max-width: 24px;
	width: 10%;
	float: left;
	background-image: url('../images/bite-size-arrow-left.png');
	background-repeat: no-repeat;
}

.bite-size-nav  .bite-size-nav-item-list {
	max-width: 80%;
	width: 80%;
	text-align: center;
	float: left;
}

.bite-size-nav-item {
	background-image: url('../images/bite-size-disc-inactive.png');
	background-repeat: no-repeat;
	background-position: middle;
	padding: 5px;
	display: inline-block;
    width: 16px;
	height: 15px;
	
}


.bite-size-nav-item-active {
	background-image: url('../images/bite-size-disc.png');
}
