/* Padding area */
.flexArea{
	height: 190px;
}

/* Page Counter */
.pageCounter{
	position: absolute;
	bottom: 0;
	left: 10px;
	color: #fff;
	padding: 5px 10px;
	background-color: #7f7f7f;
	box-shadow: 0px 0px 5px #000;
	/*transform: translate(-50%, 0);*/
	font-size: 12px;
}

/* General Block/Background Image Page Layouts Options */

.rightHalf{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 50%;
	height: 100%;
	right: 0;
}

.rightThird{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 22px;
	width: 33%;
	height: 100%;
	right: 0;
}

.rightFourty{
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
	width: 43%;
	height: 100%;
	right: 0;
}

.leftHalf{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 50%;
	height: 100%;
	left: 0;
}

.leftThird{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 22px;
	width: 33%;
	height: 100%;
	left: 0;
}

.fullPageBack{
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 100%;
	left: 0;
}

.bottomHalf{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 100%;
	height: 50%;
	bottom: 0;
}

.topHalf{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 100%;
	height: 50%;
	top: 0;
}

.topThird{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 100%;
	height: 33%;
	top: 0;
}

.topTwoThirds{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 100%;
	height: 66%;
	top: 0;
}

.bottomThird{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 100%;
	height: 35%;
	bottom: 0;
}

.bottomTwoThirds{
	position: absolute;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 100%;
	height: 66%;
	bottom: 0;
}

.columnBack{
	box-sizing: border-box;
	padding: 150px 20px 0;
	width: 100%;
	height: 100%;
}

/* Colors */

.blackTransBack{
	background-color: rgba(0, 0, 0, .1);
	color: #fff;
}


.blueTransBack{
	background-color: rgba(45, 145, 196, .8);
	color: #fff;
}

.blueBack{
	background-color: rgba(45, 145, 196, 1);
	color: #fff;
}

.orangeTransBack{
	background-color: rgba(246, 142, 52, .8);
	color: #fff;
}

.orangeBack{
	background-color: rgba(246, 142, 52, 1);
	color: #fff;
}

.greenTransBack{
	background-color: rgba(46, 178, 138, .8);
	color: #fff;
}

.greenBack{
	background-color: rgba(46, 178, 138, 1);
	color: #fff;
}

.redTransBack{
	background-color: rgba(207, 50, 53, .8);
	color: #fff;
}

.redBack{
	background-color: rgba(207, 50, 53, 1);
	color: #fff;
}

.purpleTransBack{
	background-color: rgba(134, 89, 158, .9);
	color: #fff;
}

.purpleBack{
	background-color: rgba(134, 89, 158, 1);
	color: #fff;
}

.grayTransBack{
	background-color: rgba(136, 136, 136, .8);
	color: #fff;
}

.grayBack{
	background-color: rgba(136, 136, 136, 1);
	color: #fff;
}

.aquaTransBack{
	background-color: rgba(0, 159, 165, .8);
	color: #fff;
}

.aquaBack{
	background-color: rgba(0, 159, 165, 1);
	color: #fff;
}

/* Text and Image Layouts */

.bannerBottom{
	position: absolute;
	bottom: 0;
}

/* Adaptive Video Pages */
.fullPageVideo{
	position: absolute;
	right: 0;
	left: 0;
	padding-bottom: 54.5%; /* 16:9 */
	padding-top: 20px;
	height: 0;
}

.fullPageVideo iframe {
	position: absolute;
	top: 1.5%;
	left: 5.75%;
	width: 90%;
	height: 90%;
}

.halfPageVideo{
	position: absolute;
	right: 0;
	left: 0;
	padding-bottom: 54.15%; /* 16:9 */
	padding-top: 20px;
	height: 0;
}

.halfPageVideo iframe {
	position: absolute;
	left: 22.75%;
	width: 60%;
	height: 60%;
}

.halfVideoText{
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 1em;
}

/* Brightcove Videos */
.BCLvideoWrapper {position:relative; padding-top:1px; padding-bottom:52%; height:0;}
* html .BCLvideoWrapper {margin-bottom:45px; margin-top:0; width:1003%; height:100%;}
.BCLvideoWrapper div,
.BCLvideoWrapper embed,
.BCLvideoWrapper object,
.BrightcoveExperience {position:absolute; width:100%; height:100%; left:0; top:0;}

/* Quiz Questions */
.questionText{
	font-size: 18px;
}

.mcBTN{
	float: right;
}

.msBTN{
	float: right;
}

.essayBtn{
	float: right;
}

.fillBlankBtn{
	float: right;
}

.textEntry{
	height: 250px !important;
}

.textEntryLabel{
	font-weight: bold;
	font-size: 12px;
	color: #a5a5a5;
}

.correctFeedback h5{
	margin: 0;
	color: #2eb28a;
}

.incorrectFeedback h5{
	margin: 0;
	color: #cf3235;
}

.filledEssayFeedback h5{
	margin: 0;
	color: #2eb28a;
}

.notFilledEssayFeedback h5{
	margin: 0;
	color: #cf3235;
}

.lightbox{
	display: none;
}

/* Color Blocks */
.threeBlocks{
	margin-top: 40px;
}

.colorBlock{
	position: relative;
	box-sizing: border-box;
	padding: 5px 5px;
	margin: 5px 5px;
	height: 300px;
	width: 32.3333333333%;
	float: left;
	overflow: hidden;
}

.contentBlock{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 20%;
	bottom: 0;
	text-align: center;
}

.blockIcon{
	max-width: 50px;
}

.overLay{
	position: absolute;
	box-sizing: border-box;
	padding: 5px 5px;
	top: 300px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 36, 36, .9);
}

.overLayContentBlock{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 35%;
	bottom: 0;
	text-align: center;
}

/* Slider Columns */

.sliderColumns h4{
	margin: 0;
}

.sliderColumns{
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}


/* Page 6 Specific Code */
/*.page6 .titleRow{
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;.
}

.page6 .titleRow .five{
	margin-top: 12px;
}

.page6 .columns{
	margin-left: 0;
}

 Page 7 Specific Code 

.page7 .titleRow{
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;.
}

.page7 .titleRow .five{
	/*margin-top: 12px;*/
/*}

.page7 .columns{
	margin-left: 0;
}*/

.column1{
	background-color: #fff;
	background-image: url("../images/pages/page6/pg1_column_1.jpg");
	background-position: -360px -10px;
	background-repeat: no-repeat;
	background-size: auto 130%;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 20%;
	height: 100%;
}

.column2{
	background-color: #fff;
	background-image: url("../images/pages/page6/pg1_column_2.jpg");
	background-position: -360px -10px;
	background-repeat: no-repeat;
	background-size: auto 120%;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 20%;
	height: 100%;
}

.column3{
	background-color: #fff;
	background-image: url("../images/pages/page6/pg1_column_3.jpg");
	background-position: -650px -100px;
	background-repeat: no-repeat;
	background-size: auto 170%;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 20%;
	height: 100%;
}

.column4{
	background-color: #fff;
	background-image: url("../images/pages/page6/pg1_column_4.jpg");
	background-position: -350px 45px;
	background-repeat: no-repeat;
	background-size: auto 110%;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 20%;
	height: 100%;
}

.column5{
	background-color: #fff;
	background-image: url("../images/pages/page6/pg1_column_5.jpg");
	background-position: -400px 10px;
	background-repeat: no-repeat;
	background-size: auto 120%;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 20%;
	height: 100%;
}

/* Seperator Page */

.column6{
	background-color: #fff;
	background-image: url("../images/pages/page7/pg2_column_6.jpg");
	background-position: -240px 0;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 33.33333333333333%;
	height: 100%;
}

.column7{
	background-color: #fff;
	background-image: url("../images/pages/page7/pg2_column_7.jpg");
	background-position: -230px -10px;
	background-repeat: no-repeat;
	background-size: auto 120%;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 33.33333333333333%;
	height: 100%;
}

.column8{
	background-color: #fff;
	background-image: url("../images/pages/page7/pg2_column_8.jpg");
	background-position: -190px 60px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	color: #fff;
	box-sizing: border-box;
	float: left;
	width: 33.33333333333333%;
	height: 100%;
}

.contentArea{
	opacity: 0;
}

/* Tab Interaction */
.tabContentArea{
	box-sizing: border-box;
	padding: 10px;
	background-color: #f6f6f6;
	min-height: 300px;
	border-top: none;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.contentSection1 > h5{
	margin: 0;
}

div.contentSection2 > h5{
	margin: 0;
}

div.contentSection3 > h5{
	margin: 0;
}

div.contentSection4 > h5{
	margin: 0;
}

/* Interactive Video */

.videoArea{
	position: relative;
}

.videoBtn1{
	position: absolute;
	background-color: rgba(40, 169, 220, 0);
	width: 200px;
	height: 200px;
	top: 50px;
	left: 680px;
	cursor: pointer;
}

.videoBtn2{
	position: absolute;
	background-color: rgba(207, 50, 53, 0);
	width: 200px;
	height: 200px;
	top: 70px;
	left: 150px;
	cursor: pointer;
}

.longBtns{
	display: block;
}

.profileImg{
	float: left;
	margin-right: 25px
}

div.peron1PopUp h5, div.peron1PopUp p, div.peron1PopUp li{
	margin: 0;
}

div.peron2PopUp h5, div.peron2PopUp p, div.peron2PopUp li{
	margin: 0;
}

.titleSec{
	font-weight: bold;
}

/* Video */
video{
	width: 100%;
	height: auto;
}

/**** Potluck Game ****/
.potLuckGame{
	position: relative;
	color: #fff;
	background-image: url("../images/game/background.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.instructionsPage{
	margin: 0;
	position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 200px;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 0 3px #2c2d2d;
}

.gameBtn{
	position: absolute;
	top: 430px;
	left: 330px;
}

.hiddenContent{
	display: none;
}

.showContent{
	display: block;
}

/**** Responsveness ****/

/* iPad Portrait */
@media (max-width: 768px) {
	/* Layouts */
	.topTwoThirds{
		height: 75%;
	}
	.bottomThird{
		height: 25%;
	}
	/* Color Blocks */
	.colorBlock{
		width: 98.555555555%;
		height: 200px;
	}
	.threeBlocks{
		margin-top: 5px;
	}
	/* Video Page */
	.halfPageVideo iframe {
		position: absolute;
		top: 1.5%;
		left: 5.75%;
		width: 90%;
		height: 90%;
	}
	.halfVideoText{
		bottom: unset;
		top: 450px;
	}
	/* Quiz Questions */
	.textEntry{
		height: 500px !important;
	}
	/* Column Interaction */
	.column1{
		background-position: -680px 0;
	}
	.column2{
		background-position: -620px 0;
	}
	.column3{
		background-position: -1050px -140px;
	}
	.column4{
		background-position: -660px 75px;
	}
	.column5{
		background-position: -700px 20px;
	}
	.column6{
		background-position: -550px 0;
	}
	.column7{
		background-position: -450px 0;
	}
	.column8{
		background-position: -630px 80px;
	}

}

/* iPhone 6 Plus Portrait */
@media (max-width: 415px) {	
	.page6 .titleRow .five{
		margin-top: 5px;
	}
	/* Page 6 CSS */
	.phoneCol1{
		position: relative;
		background-color: #fff;
		background-image: url("../images/pages/page6/pg1_column_1.jpg");
		background-position: 0 -40px;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 21%;
		/*margin: 0;*/
	}
	.phoneCol2{
		position: relative;
		background-color: #fff;
		background-image: url("../images/pages/page6/pg1_column_2.jpg");
		background-position: 0 -65px;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 21%;
	}
	.phoneCol3{
		position: relative;
		background-color: #fff;
		background-image: url("../images/pages/page6/pg1_column_3.jpg");
		background-position: -120px -90px;
		background-repeat: no-repeat;
		background-size: 140% auto;
		width: 100%;
		height: 21%;
	}
	.phoneCol4{
		position: relative;
		background-color: #fff;
		background-image: url("../images/pages/page6/pg1_column_4.jpg");
		background-position: 0 -60px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 21%;
	}
	.phoneCol5{
		position: relative;
		background-color: #fff;
		background-image: url("../images/pages/page6/pg1_column_5.jpg");
		background-position: 0 -60px;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 21%;
	}
	.phoneCol1 span{
		color: #fff;
		position: absolute;
		bottom: 5px;
		right: 1px;
		padding: 5px 10px;
		font-size: 12px;
		width: 30%;
		text-align: center;
	}
	.phoneCol2 span{
		color: #fff;
		position: absolute;
		bottom: 0;
		right: 1px;
		padding: 5px 10px;
		font-size: 12px;
		width: 30%;
		text-align: center;
	}
	.phoneCol3 span{
		color: #fff;
		position: absolute;
		bottom: 0;
		right: 1px;
		padding: 5px 10px;
		font-size: 12px;
		width: 30%;
		text-align: center;
	}
	.phoneCol4 span{
		color: #fff;
		position: absolute;
		bottom: 0;
		right: 1px;
		padding: 5px 10px;
		font-size: 12px;
		width: 30%;
		text-align: center;
	}
	.phoneCol5 span{
		color: #fff;
		position: absolute;
		bottom: 0;
		right: 1px;
		padding: 5px 10px;
		font-size: 12px;
		width: 30%;
		text-align: center;
	}
	/* Page 7 CSS */
	.page7 .titleRow .five{
		margin-top: 5px;
	}
	.phoneCol6{
		position: relative;
		background-color: #fff;
		background-image: url("../images/pages/page7/pg2_column_6.jpg");
		background-position: 0 -40px;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 36.59%;
	}
	.phoneCol7{
		position: relative;
		background-color: #fff;
		background-image: url("../images/pages/page7/pg2_column_7.jpg");
		background-position: 0 -40px;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 36.59%;
	}
	.phoneCol8{
		position: relative;
		background-color: #fff;
		background-image: url("../images/pages/page7/pg2_column_8.jpg");
		background-position: -80px -50px;
		background-repeat: no-repeat;
		background-size: 140% auto;
		width: 100%;
		height: 36.59%;
	}
	.phoneCol6 span{
		color: #fff;
		position: absolute;
		bottom: 5px;
		right: 1px;
		padding: 5px 10px;
		font-size: 12px;
		width: 30%;
		text-align: center;
	}
	.phoneCol7 span{
		color: #fff;
		position: absolute;
		bottom: 5px;
		right: 1px;
		padding: 5px 10px;
		font-size: 12px;
		width: 30%;
		text-align: center;
	}
	.phoneCol8 span{
		color: #fff;
		position: absolute;
		bottom: 5px;
		right: 1px;
		padding: 5px 10px;
		font-size: 12px;
		width: 30%;
		text-align: center;
	}

	/* Question Text */
	.questionText{
		font-size: 14px;
	}
	.ui-mobile label{
		font-size: 14px;
	}

	/* Quiz Questions */
	.textEntry{
	  	height: 300px !important;
	}
}

@media (max-width: 375px) {	
	.questionText{
		font-size: 14px;
	}
	.ui-mobile label{
		font-size: 14px;
	}

	/* Quiz Questions */
	.textEntry{
	  	height: 200px !important;
	}
}

@media (max-width: 320px) {	
	.questionText{
		font-size: 10px;
	}
	.ui-mobile label{
		font-size: 10px;
	}

	/* Quiz Questions */
	.textEntry{
	  	height: 140px !important;
	}
}


/* BrightCove Videos */
.outer-container {
  position: relative;
  height: 0;
  padding-bottom: 40.25%;
  margin-top: 5px;
}
.BrightcoveExperience {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 100%;
}