@charset "utf-8";

/* CSS Document */

#contentArea{

	margin-bottom: 50px;

}

#redirectArea .linkDiv{
	width: 200px;
    display: block;
    margin: auto;
}
#redirectArea .ilearnPanel{
	margin: auto;
	float: none;
}

#returnToIlearn{

	padding: 10px;

	text-align: right;

	font-weight: bold;

	font-size: 1em;

	background-color: #ccc;

	color:#333;

}

#returnToIlearn a:visited{

	color:#333;

}

.ilearnPanel{

	/*background-color:#ccc;*/

	/*background-color: #333;

    background-blend-mode: difference;*/

	min-height:200px;

	margin:10px;

	width:200px;

	float:left;

	position:relative;

	color:rgba(0,0,0,1);

			

	-moz-box-shadow: -5px 5px 8px 0px #111;

	-webkit-box-shadow: -5px 5px 8px 0px #111;

	box-shadow: -5px 5px 8px 0px #111;

}

.ilearnPanel.prospectus{

	background-color: #333;

    background-blend-mode: difference;

}

.redirectContent{

    margin: 30px;

    font-size: 1.4em;

    font-weight: bold;

    text-align: center;

}

.redirectContent a{

    color:#fff;

}



.take2Title{

	margin: 10px;

    font-weight: bold;

    font-size: 1.4em;

}

#take2Intro{

	margin: 20px;

    margin-bottom: 40px;

    color: #ccc;

    font-size: 1.2em;

}

.take2Flex{

	display: flex;

	flex-wrap: wrap;

}

.take2Flex .linkDiv{

	flex:auto;

	max-width:300px;

}

.take2Empty{

	margin: 20px;

}

.take2Panel{

	/*background-color:#ccc;*/

	/*background-color: #333;

    background-blend-mode: difference;*/

	min-height:300px;

	margin:10px;

	min-width: 200px;

    max-width: 300px;

	/*width: 33%;

	float:left;*/

	position:relative;

	color:rgba(0,0,0,1);

			

	-moz-box-shadow: -5px 5px 8px 0px #111;

	-webkit-box-shadow: -5px 5px 8px 0px #111;

	box-shadow: -5px 5px 8px 0px #111;

}



#pinnedPanel{

	/*display:flex;*/

	width: 100%;

    overflow: auto;

	background-color: #000;

	

}

.pinned{

	flex-grow: auto;

	width: calc(33% - 22px);

	border: solid #fff 2px;

}

.take2{

	float: left;

    width: calc(100% - 50px);

	/*border: solid #fff 2px;*/

	border: #00aeef 2px solid;

    border-radius: 20px;

    box-shadow: 0px 0px 7px 3px;

    min-height: 80px;

	color:#fff;

	margin: 10px;

	padding:5px;

	padding-left: 20px;

	background-color: #4682b4;

	/*background-image: url(img_flwr.gif), url(paper.gif);

  background-position: right bottom, left top;

  background-repeat: no-repeat, repeat;*/

	

    /*background-image: url("../images/take2BGD.png"), url("../images/take2.png");

    background-position: center, right;

    background-repeat: no-repeat, no-repeat;*/

	

	background-image: url("../images/take2.png"), url("../images/take2BGD.png");

    background-position: right, center;

    background-repeat: no-repeat, no-repeat;

	

}

.take2 .take2Title{

	font-family: impact;

    font-size: 5em;

}

.take2 p{

	-webkit-margin-before: 0em;

    -webkit-margin-after: 1em;

    font-size: 1.5em;

	font-style: oblique;

}



.ilearnPanel:hover{

	opacity:0.6;

	-moz-box-shadow: -2px 2px 8px 0px #111;

	-webkit-box-shadow: -2px 2px 8px 0px #111;

	box-shadow: -2px 2px 8px 0px #111;

}

.ilearnPanel h2{

	bottom: 0px;

	padding: 5px;

	position: absolute;

	background-color: black;

	font-size: 1em;

	margin: 0px;

	width:calc(100% - 10px);

	color:#ffffff !important;

	border-bottom:thick solid #333;

}

.take2Panel:hover{

	opacity:0.6;

	-moz-box-shadow: -2px 2px 8px 0px #111;

	-webkit-box-shadow: -2px 2px 8px 0px #111;

	box-shadow: -2px 2px 8px 0px #111;

}

.take2Panel h2{

	bottom: 0px;

	padding: 5px;

	position: absolute;

	background-color: black;

	font-size: 1em;

	margin: 0px;

	/*width:calc(100% - 40px);*/

    width:100%;

	/*color:#ffffff !important;*/

	/*border-bottom:thick solid #333;*/

}

.take2H2{

	bottom: 0px;

	/*padding: 5px;*/

	position: absolute;

	/*background-color: black*/;

	/*font-size: 1em;*/

	margin: 0px;

	/*width:calc(100% - 40px);*/

    width:100%;

    background-color: rgba(0,0,0, 0.7) !important;

    font-size: 1.3em !important;

    padding: 20px !important;

    color: #fff !important;

    border-bottom: thick solid #333;

    /* font-family: monospace; */

    /* font-style: italic; */

    font-weight: bold;

    /*background-image: url(../take2Images/logoSmall.png);

    background-position: right;

    background-repeat: no-repeat;*/

}

.take2H2 span{

	padding-right:40px;

}
.videoPanel{
    min-height:200px;
	width:420px;
    background-color: #000;
    background-image: url(../images/videoBgd.png);
}
.videoPanel:hover{
    opacity: 1 !important;
}
.large{
	min-height:200px;
	width:420px;
}
.full{
	min-height:200px;
	width:calc(100% - 20px);
}

.iLearnInfo{

	bottom: 0px;

	position: absolute;

    padding: 10px;

	color:#ffffff !important;

	font-weight:bold;

	background-color:#008900;

	width:calc(100% - 0px);

	/*border-radius:0px 0px 10px 10px;*/

}

.external{

	width:64px;

	height:64px;

	background-image:url(../images/external.png);

	background-size: 64px 64px;

	position:absolute;

	top:5px;

	right:5px;

}

.externalWhite{

	width:64px;

	height:64px;

	background-image:url(../images/externalWhite.png);

	background-size: 64px 64px;

	position:absolute;

	top:5px;

	right:5px;

}

.bish{

	width:64px;

	height:64px;

	background-image:url(../images/bish.png);

	background-size: 64px 64px;

	position:absolute;

	top:5px;

	right:5px;

}

.ncalt{

	width:64px;

	height:64px;

	background-image:url(../images/ncaltIcon.png);

	background-size: 64px 64px;

	position:absolute;

	top:5px;

	right:5px;

}

.face2face{

	width:64px;

	height:64px;

	background-image:url(../images/face2face.png);

	background-size: 64px 64px;

	position:absolute;

	top:5px;

	right:5px;

}



.tileTitle{

	/*font-size: 1.2em;

    font-weight: bold;

    color: #fff;

    -webkit-text-stroke: 0px black;

    text-shadow: 1px 1px 10px #000000;

    margin-top: 10px;

    margin-left: 10px;*/

	

	font-size: 1.4em;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    margin-right: -5px;

    margin-top: 10px;

    /* transform-origin: 0 0; */

    transform: rotate(-90deg);

    /* text-orientation: upright; */

    opacity: 0.6;

    /* transform: rotate(-90deg); */

    font-weight: bold;

    color: #fff;

    -webkit-text-stroke: 0px black;

    text-shadow: 1px 1px 10px #000000;

    /* margin: auto; */

    text-align: right;

    width: 100%;

    /* width: 100px; */

    /* margin-top: 10px; */

    /* margin-left: 10px; */

    /* display: none; */

    /* position: relative; */

}



#loading-info{

	display:none;

	clear:both;

	padding-top:10px;

	margin:auto;

	width:100%;

	text-align: center;

	padding-bottom: 70px;

}



#load-more{

    clear: both;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 100px;

    padding: 10px;

   /* background-color: darkcyan;*/

    width: 20%;

}



#loading-finished{

	padding-top:10px;

	text-align:center;

	width:100%;

	display:none;

	padding-bottom: 20px;

	clear:both;

}



#loading-finished a{

	color:#FFFFFF;

}



.userTable{

    display: table;

    width: 100%;

    border: solid 5px #efefef;

}

.userHeader{

    display: table-row;

    font-weight: bold;

}

.userRow{

    display: table-row;

}

.userRow:nth-of-type(even){

    background-color: #efefef;

}

.userCell{

    display: table-cell;

    padding:5px;

}

.userButtonPanel{

    margin-top: 20px;

    text-align: right;

}

.smallerText{
	font-size: 0.8em;
}



@media screen and (max-width: 633px) {

	.ilearnPanel{

		margin: 10px 10px 0px 10px;

    	width: calc(100% - 20px);

	}

	.tileTitle{

		/*display:none;*/

	}

    .tileTitle {

        font-size: 2em;

        margin-right: 10px;

        opacity: 0.8;

        transform: rotate(0deg);

    }

    .ilearnPanel h2 {

        font-size: 1.4em !important;

    }

	.take2{

		background-color: #4682b4 !important;

		/*background-image: linear-gradient(110deg, #4682b4 50%, black 50%);

		background-repeat: no-repeat;

		background-position: center;*/

		background-image: url("../images/take2.png"), linear-gradient(110deg, #4682b4 50%, black 50%);

		background-repeat: no-repeat, no-repeat;

		background-position: 130px, center;

	}

	

	.take2Flex .linkDiv {

		width: 100%;

		max-width: none;

	}

	

	.take2Panel {

		min-width: none;

		max-width: none;

	}

}



@media screen and (max-width: 400px) {



	

}

