html
{
    background:#efebef;
}
body
{
    font-family: Arial;
    Font-size: 16px;
    Line-height: 20px;
}
body a
{
    color: #004e8b;
    text-decoration:none;
    font-size: 16px;
	line-height: 20px;
}
body a:hover
{
    color:#004075;
    text-decoration:none;
}


/* ~~~~~~~~~~~~~~~~~~  */
/* WELCOME MESSAGE ROW */
/* ~~~~~~~~~~~~~~~~~~  */

/* SET DEFAULT VALUES FOR WELCOME MESSAGE ROW */
.container-fluid.welcome-message {
	min-height: 135px;
	background-color: #E9E9EA;
}

/* MAIN MESSAGE - HIDDEN ON PHONES */
.welcome-message .main-msg {
	position: relative;
	font-size: 16px;
}

.welcome-message .main-msg div {
	float: right;
	margin-left: 75px;
}
@media (max-width: 767px) {
    .welcome-message .main-msg.col-xs-12 div {
        float: right;
        margin-left: 0;
    }
}

.visible-xs .LELLeftNavDeskTop
{
    margin-bottom:0;
}
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
	.welcome-message .main-msg div { margin-left: 25px; }
}

/* MAIN HEADER */
.welcome-message .main-msg h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
}
/* END MAIN MESSAGE */





/* USER GUIDE LINK */
.welcome-message .usr-gd-msg {
	position: relative;
	min-height: 135px;
}

/* DIVIDER LINE */
.welcome-message .usr-gd-msg:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 5px;
	width: 2px;
	height: auto;
	background-image: url('../img/wm-divider.png');
	background-size: cover;
	content: '';
	clear: both;
}
/* PHONE */
@media (max-width: 767px) {
	.welcome-message .usr-gd-msg:after { display: none; }
}



/* THIS PSEUDO ELEMENT IS USED TO SIT NEXT TO THE CHILD DIV - AND THEREFORE VERTICAL ALIGN CENTER BOTH DIVS */
.welcome-message .usr-gd-msg:before {
	content: '';
  display: inline-block;
  min-height: 135px;
  height: 100%;
  width: 1%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
/* NO NEED FOR THE V-ALIGN PSEUDO ELEMENT ON PHONES */
@media (max-width: 767px) { .welcome-message .usr-gd-msg:before { display: none; } }

.welcome-message .usr-gd-msg div {
	display: inline-block;
	padding: 0;
	width: 98%;
	vertical-align: middle;
}
/* PHONE */
@media (max-width: 767px) {
	.welcome-message .usr-gd-msg div {
		display: block;
		padding: 0;
		width: 100%;
		font-size: 16px;
	}
}

.welcome-message .usr-gd-msg div a.usr-gd-link {
	position: relative;
	left: 40px;
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	margin: 10px 0;
	font-size: 16px;
    display: table-cell;
}
/* PHONE */
@media (max-width: 767px) {
	.welcome-message .usr-gd-msg div a.usr-gd-link {
		left: 0;
		margin-top: 100px;
		margin-bottom: 0;
		color: white;
		z-index: 2;
		text-shadow: 1px 1px 3px black;
        display: block;
	}
}

.welcome-message .usr-gd-msg div p {
	padding-top: 1em;
	padding-bottom: 1em;
}

.welcome-message .usr-gd-msg div p:last-child { padding-bottom: 0.5em; }

/* ADD THE ICON TO THE ANCHOR TAG - BIG PLAY BUTTON ON MOBILE */
.welcome-message .usr-gd-msg div a.usr-gd-link:before {
	position: absolute;
	top: 0;
	left: -40px;
	height: 28px;
	width: 35px;
	background-image: url('../img/lel_home_icon_userguide.png');
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
}
/* PHONE - PLAY BUTTON */
@media (max-width: 767px) {
	.welcome-message .usr-gd-msg div a.usr-gd-link:before {
		left: 50%;
		top: -70px;
		height: 50px;
		width: 50px;
		margin-left: -25px;
		padding: 0 17px;
		font-family: 'FontAwesome';
		font-size: 25px;
		line-height: 51px;
		background-image: none;
		background-color: rgba(0, 0, 0, 0.65);
		color: rgba(215, 204, 40, 0.9);
		border-radius: 50%;
		content: '\f04b';
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	}
	
	.welcome-message .usr-gd-msg div a:hover.usr-gd-link:before {
		background-color: rgba(0, 0, 0, 1);
		color: rgba(215, 204, 40, 1);
	}
}
/* PHONE - BACKGROUND IMAGE */
@media (max-width: 767px) {
	.welcome-message .usr-gd-msg div a.usr-gd-link:after {
		position: absolute;
		top: -100px;
		right: -15px;
		bottom: 0px;
		left: -15px;
		background-image: url('../img/lel_home_bg_userguide.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: transparent;
		background-origin: inherit;
		content: '';
		z-index: -5;
	}
}
/* LINK AND VISITED BEHAVIORS */
.welcome-message .usr-gd-msg a:link,
.welcome-message .usr-gd-msg a:visited 		{ opacity: 1; text-decoration: none; }
/* PHONE */
@media (max-width: 767px) {
	.welcome-message .usr-gd-msg a:link,
	.welcome-message .usr-gd-msg a:visited 	{ opacity: 0.9; } }

/* HOVER AND ACTIVE BEHAVIORS */
.welcome-message .usr-gd-msg a:hover,
.welcome-message .usr-gd-msg a:active 		{	opacity: 0.9; text-decoration: none; }
/* PHONE */
@media (max-width: 767px) {
	.welcome-message .usr-gd-msg a:hover,
	.welcome-message .usr-gd-msg a:active 	{ opacity: 1; } }
/* END USER GUIDE LINK */





/* CENTER TILES */

.lel-center-tile {
	position: relative;
	border-top: 1px solid #d2d2d3;
	margin-left: -15px;
	margin-right: -15px;
	padding: 8px;
	font-size: 16px;
	color: white;
}
.lel-center-tile:last-child { border-bottom: 1px solid #d2d2d3; }

/* MAKE THE ENTIRE CENTER TILE CLICKABLE */
.lel-center-tile a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* CENTER TILE HEADER */
.lel-center-tile h2 {
	margin-top: 10px;
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.lel-center-tile ul {
	position: relative;
	margin: 0 0 10px 20px;
	padding: 0;
}
/* CLEARFIX FOR WHEN THERE ARE UL's */
.lel-center-tile ul:before {
	display: block;
	clear: both;
	content: '';
}

/* MOVE CENTER IMAGES RIGHT AND LEFT BASED ON ODD/EVEN */
.lel-center-tile:nth-child(even) 	img { float: right;	margin-left:  8px; }
.lel-center-tile:nth-child(odd) 	img { float: left;	margin-right: 8px; }

/* PHONE */
@media (min-width: 481px) and (max-width: 768px) {
	.lel-center-tile:nth-child(even) 	img { float: left;	margin-right: 8px; }
}

/* LEARNING CENTER BG COLOR GRADIENTS - DISPLAY ONLY ON PHONES */
.lel-center-tile.green,
.lel-center-tile.greenlel		{
	background: #558309;
	background: -moz-linear-gradient(top,  #adc958 0%, #558309 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adc958), color-stop(100%,#558309));
	background: -webkit-linear-gradient(top,  #adc958 0%,#558309 100%);
	background: -o-linear-gradient(top,  #adc958 0%,#558309 100%);
	background: -ms-linear-gradient(top,  #adc958 0%,#558309 100%);
	background: linear-gradient(to bottom,  #adc958 0%,#558309 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc958', endColorstr='#558309',GradientType=0 );
}
.lel-center-tile.orange,
.lel-center-tile.orangelel	{
	background: #c76407;
	background: -moz-linear-gradient(top,  #e9b851 0%, #c76407 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9b851), color-stop(100%,#c76407));
	background: -webkit-linear-gradient(top,  #e9b851 0%,#c76407 100%);
	background: -o-linear-gradient(top,  #e9b851 0%,#c76407 100%);
	background: -ms-linear-gradient(top,  #e9b851 0%,#c76407 100%);
	background: linear-gradient(to bottom,  #e9b851 0%,#c76407 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b851', endColorstr='#c76407',GradientType=0 );
}
.lel-center-tile.mint				{
	background: #228f68;
	background: -moz-linear-gradient(top,  #7fd1ba 0%, #228f68 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fd1ba), color-stop(100%,#228f68));
	background: -webkit-linear-gradient(top,  #7fd1ba 0%,#228f68 100%);
	background: -o-linear-gradient(top,  #7fd1ba 0%,#228f68 100%);
	background: -ms-linear-gradient(top,  #7fd1ba 0%,#228f68 100%);
	background: linear-gradient(to bottom,  #7fd1ba 0%,#228f68 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd1ba', endColorstr='#228f68',GradientType=0 );
}
.lel-center-tile.silver			{
	background: #4c4c4c;
	background: -moz-linear-gradient(top,  #a6a6a6 0%, #4c4c4c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6a6a6), color-stop(100%,#4c4c4c));
	background: -webkit-linear-gradient(top,  #a6a6a6 0%,#4c4c4c 100%);
	background: -o-linear-gradient(top,  #a6a6a6 0%,#4c4c4c 100%);
	background: -ms-linear-gradient(top,  #a6a6a6 0%,#4c4c4c 100%);
	background: linear-gradient(to bottom,  #a6a6a6 0%,#4c4c4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#4c4c4c',GradientType=0 );
}
.lel-center-tile.lightblue	{
	background: #0c8fc7;
	background: -moz-linear-gradient(top,  #5dcfe9 0%, #0c8fc7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dcfe9), color-stop(100%,#0c8fc7));
	background: -webkit-linear-gradient(top,  #5dcfe9 0%,#0c8fc7 100%);
	background: -o-linear-gradient(top,  #5dcfe9 0%,#0c8fc7 100%);
	background: -ms-linear-gradient(top,  #5dcfe9 0%,#0c8fc7 100%);
	background: linear-gradient(to bottom,  #5dcfe9 0%,#0c8fc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dcfe9', endColorstr='#0c8fc7',GradientType=0 );
}
.lel-center-tile.olive			{
	background: #494e25;
	background: -moz-linear-gradient(top,  #a3a782 0%, #494e25 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3a782), color-stop(100%,#494e25));
	background: -webkit-linear-gradient(top,  #a3a782 0%,#494e25 100%);
	background: -o-linear-gradient(top,  #a3a782 0%,#494e25 100%);
	background: -ms-linear-gradient(top,  #a3a782 0%,#494e25 100%);
	background: linear-gradient(to bottom,  #a3a782 0%,#494e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a782', endColorstr='#494e25',GradientType=0 );
}
.lel-center-tile.maroon			{
	background: #5c071c;
	background: -moz-linear-gradient(top,  #b44e76 0%, #5c071c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b44e76), color-stop(100%,#5c071c));
	background: -webkit-linear-gradient(top,  #b44e76 0%,#5c071c 100%);
	background: -o-linear-gradient(top,  #b44e76 0%,#5c071c 100%);
	background: -ms-linear-gradient(top,  #b44e76 0%,#5c071c 100%);
	background: linear-gradient(to bottom,  #b44e76 0%,#5c071c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b44e76', endColorstr='#5c071c',GradientType=0 );
}
.lel-center-tile.purple			{
	background: #71297f;
	background: -moz-linear-gradient(top,  #bf87c6 0%, #71297f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf87c6), color-stop(100%,#71297f));
	background: -webkit-linear-gradient(top,  #bf87c6 0%,#71297f 100%);
	background: -o-linear-gradient(top,  #bf87c6 0%,#71297f 100%);
	background: -ms-linear-gradient(top,  #bf87c6 0%,#71297f 100%);
	background: linear-gradient(to bottom,  #bf87c6 0%,#71297f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf87c6', endColorstr='#71297f',GradientType=0 );
}
.lel-center-tile.gold,
.lel-center-tile.yellow			{
	background: #9d8501;
	background: -moz-linear-gradient(top,  #d7ca26 0%, #9d8501 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7ca26), color-stop(100%,#9d8501));
	background: -webkit-linear-gradient(top,  #d7ca26 0%,#9d8501 100%);
	background: -o-linear-gradient(top,  #d7ca26 0%,#9d8501 100%);
	background: -ms-linear-gradient(top,  #d7ca26 0%,#9d8501 100%);
	background: linear-gradient(to bottom,  #d7ca26 0%,#9d8501 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ca26', endColorstr='#9d8501',GradientType=0 );
}
.lel-center-tile.coral			{
	background: #da4e41;
	background: -moz-linear-gradient(top,  #f1a99d 0%, #da4e41 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1a99d), color-stop(100%,#da4e41));
	background: -webkit-linear-gradient(top,  #f1a99d 0%,#da4e41 100%);
	background: -o-linear-gradient(top,  #f1a99d 0%,#da4e41 100%);
	background: -ms-linear-gradient(top,  #f1a99d 0%,#da4e41 100%);
	background: linear-gradient(to bottom,  #f1a99d 0%,#da4e41 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1a99d', endColorstr='#da4e41',GradientType=0 );
}
.lel-center-tile.military-blue			{
	background: #004785;
	background: -moz-linear-gradient(top,  #52a4ee 0%, #004785 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52a4ee), color-stop(100%,#004785));
	background: -webkit-linear-gradient(top,  #52a4ee 0%,#004785 100%);
	background: -o-linear-gradient(top,  #52a4ee 0%,#004785 100%);
	background: -ms-linear-gradient(top,  #52a4ee 0%,#004785 100%);
	background: linear-gradient(to bottom,  #52a4ee 0%,#004785 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a4ee', endColorstr='#004785',GradientType=0 );
}
.lel-center-tile.military-yellow			{
	background: #b29132;
	background: -moz-linear-gradient(top,  #f9d875 0%, #b29132 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9d875), color-stop(100%,#b29132));
	background: -webkit-linear-gradient(top,  #f9d875 0%,#b29132 100%);
	background: -o-linear-gradient(top,  #f9d875 0%,#b29132 100%);
	background: -ms-linear-gradient(top,  #f9d875 0%,#b29132 100%);
	background: linear-gradient(to bottom,  #f9d875 0%,#b29132 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d875', endColorstr='#b29132',GradientType=0 );
}
.lel-center-tile.military-green			{
	background: #636631;
	background: -moz-linear-gradient(top,  #a4a951 0%, #636631 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4a951), color-stop(100%,#636631));
	background: -webkit-linear-gradient(top,  #a4a951 0%,#636631 100%);
	background: -o-linear-gradient(top,  #a4a951 0%,#636631 100%);
	background: -ms-linear-gradient(top,  #a4a951 0%,#636631 100%);
	background: linear-gradient(to bottom,  #a4a951 0%,#636631 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a951', endColorstr='#636631',GradientType=0 );
}
.lel-center-tile.military-brown			{
	background: #68522d;
	background: -moz-linear-gradient(top,  #caa05d 0%, #68522d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#caa05d), color-stop(100%,#68522d));
	background: -webkit-linear-gradient(top,  #caa05d 0%,#68522d 100%);
	background: -o-linear-gradient(top,  #caa05d 0%,#68522d 100%);
	background: -ms-linear-gradient(top,  #caa05d 0%,#68522d 100%);
	background: linear-gradient(to bottom,  #caa05d 0%,#68522d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caa05d', endColorstr='#68522d',GradientType=0 );
}


.lel-center-tile.jca			{
    background: #e7cd67; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iI2U3Y2Q2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2Q3YjAzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2FmNzIwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #e7cd67 7%, #d7b03b 53%, #af720b 91%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#e7cd67), color-stop(53%,#d7b03b), color-stop(91%,#af720b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7cd67 7%,#d7b03b 53%,#af720b 91%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e7cd67 7%,#d7b03b 53%,#af720b 91%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e7cd67 7%,#d7b03b 53%,#af720b 91%); /* IE10+ */
    background: linear-gradient(to bottom,  #e7cd67 7%,#d7b03b 53%,#af720b 91%); /* W3C */
}



/* ~~~~~~~~~~~~~~~~~~  */
/*   LOGO/LOGIN ROW    */
/* ~~~~~~~~~~~~~~~~~~  */

/* SET DEFAULT VALUES FOR LOGO/LOGIN ROW */
.container-fluid.logo-login {
	height: 220px;
	background-color: #E9E9EA;
}
/* PHONE */
@media (max-width: 767px) {
	.container-fluid.logo-login {
		height: auto;
	}	
}

.container-fluid.logo-login .container {
	margin-top: 10px;
	height: 210px;
	background-color: #003561;
	background-image: url('../img/login-bkg.png');
	background-repeat: no-repeat;
	background-position: 670px 0;
	border-radius: 15px 15px 0 0;
	box-shadow: 0px 5px 4px 2px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}
/* TABLET - UPDATE SIGN IN FORM BG POSITION */
@media (min-width: 768px) and (max-width: 991px) {
	.container-fluid.logo-login .container {
         background-position: 500px 0;
         margin-left: 0px;
         margin-right: 0px;
         width: 100%;
	}

      .container-fluid.logo-login
      {
          padding-left:0px;
          padding-right:0px;
      }
}
/* PHONE */
@media (max-width: 767px) {
	.container-fluid.logo-login .container {
		margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
		height: auto;
		background-color: white;
		background-image: none;
		border-radius: 0 0 0 0;
		box-shadow: none;
		overflow: visible;
	}
}

/* FLOAT ALL DIVS, EXCEPT FOR ON PHONES */
.container-fluid.logo-login .container > div { float: left; }
.container-fluid.logo-login .container > div:last-child { float: right; }
/* PHONE */
@media (max-width: 767px) {
	.container-fluid.logo-login .container > div { float: none; }
}

/* INSTITUTION LOGO - HIDDEN ON PHONES */
.logo-login .institution-logo {
	background-image: url('../img/search-login-divider.png');
	background-position: right center;
	background-repeat: no-repeat;
}
/* PHONE - HIDE LOGO */
@media (max-width: 767px) {
	.logo-login .institution-logo { display: none; }
}

.logo-login .institution-logo img { margin: 15px; }
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
	.logo-login .institution-logo img { margin: 15px 10px; }
}


/* MIDDLE CONTENT */
.logo-login .middle-content {
	width: 425px;
	padding: 10px 30px;
	font-size: 16px;
	color: #a1c0d8;
}
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
	.logo-login .middle-content {
		width: 270px;
		padding: 5px 10px;
		font-size: 14px;
	}
}
/* PHONE */
@media (max-width: 767px) {
	.logo-login .middle-content { 
		width: 100%;
		padding: 5px 15px;
		background-color: white;
		color: black;
	}
}

.logo-login .middle-content a:link,
.logo-login .middle-content a:visited { color: #a1c0d8; }
.logo-login .middle-content a:hover,
.logo-login .middle-content a:active	{ color: inherit; text-decoration: none; }
/* PHONE */
@media (max-width: 767px) {
	.logo-login .middle-content a:link,
	.logo-login .middle-content a:visited { color: #032b6f; }	
}

.logo-login .middle-content ul {
	padding: 0 20px;
	margin: 0;
	list-style-type: none;
}
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
	.logo-login .middle-content ul { padding: 0 20px; }
}
/* PHONE */
@media (max-width: 767px) {
	.logo-login .middle-content ul { padding: 0 15px; }
}

.logo-login .middle-content ul > li {
	position: relative;
	margin: 1em 0;
}
/* PHONE */
@media (max-width: 767px) {
	.logo-login .middle-content ul > li { margin: .5em 0; }
}
.logo-login .middle-content ul > li:before {
	position: absolute;
	top: 0;
	left: -15px;
	font-family: 'FontAwesome';
	font-size: .5em;
	line-height: 22px;
	color: #bbaa00;
	content: '\f111';
}






/* SIGN-IN FORM */
.logo-login .lel-sign-in-form {
	height: 210px;
	width: 260px;
	padding: 10px 15px;
	font-size: 14px;
	color: white;
}
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
	.logo-login .lel-sign-in-form {
		width: 225px;
	}
}

.logo-login .lel-sign-in-form h3 {
	margin: 10px 0 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 1px 1px 3px #1e61a5;
}
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
	.logo-login .lel-sign-in-form h3 {
		font-size: 16px;
	}
}

.logo-login .lel-sign-in-form input[type="text"],
.logo-login .lel-sign-in-form input[type="password"] {
	margin: 6px 0;
	padding-left: 5px;
	width: 95%;
	height: 24px;
	font-size: 16px;
	border: 1px solid #1e61a5;
	color: #1e61a5;
}

.logo-login .lel-sign-in-form a.forgot-password:link,
.logo-login .lel-sign-in-form a.forgot-password:visited {
	color: #032a6d;
	font-size: 14px;
	text-shadow: none;
}
.logo-login .lel-sign-in-form a.forgot-password:hover,
.logo-login .lel-sign-in-form a.forgot-password:active {
	text-decoration: none;
}

.logo-login .lel-sign-in-form .btn {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	border-radius: 5px;
	color: white;
	border: 1px solid #c8ae1b;
	background: #bcad1b;
	font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.65);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
/* TABLET */
@media (min-width: 768px) and (max-width: 991px) {
	.logo-login .lel-sign-in-form .btn {
		padding-left: 7px;
		padding-right: 7px;
		margin-left: 2px;
	}
}

.logo-login .lel-sign-in-form .btn:hover  {
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.9);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 75%);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 75%);
	background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 75%);     
	color: #fff;
}

.logo-login .lel-sign-in-form .btn:active {
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.9), inset 0px 0px 2px rgba(0, 0, 0, 0.5);      
}

.logo-login .lel-sign-in-form .login-btn-lelHome,
.logo-login .lel-sign-in-form .register-btn { margin: 5px 0 10px; width:95%; }

.logout-btn-lelHome 
{
    margin: 45px 0 10px;
    width: 63%;
}

.logo-login .lel-sign-in-form .register-btn .btn {
	background-color: #0f4b8f !important;
  border: 1px solid #003f8d;
}

/* LOGIN FORM MOBILE OVERRIDE */
.lc-home-logo-signin-mobile .sign-in-form {
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px solid rgba(31, 98, 166, 0.15);
}

.centerTitle {
	  position: absolute;
      top: 49px;
      width: 200px;
      left: 52px;
      text-align: left;
      color: #FFFFFF;
      font-size: 12px;
      font-weight: normal;
      z-index: 200;
      line-height: 120%;
}


.centerTitle ul {
	margin-bottom:0px;
    padding-left:15px;
}

.centerTitle ul li {
	list-style-type:disc;
}



.myloader {
  background: none;
  width: 850px;
  position: relative;
  margin: 0 auto;
  top: 30px;
  left: auto;
}


.MobileLoginLabel {
    text-align:right;
}

.allinone_carousel.library .rightNav {
    right: 0px;
    width: 87px;
}

.allinone_carousel.library .leftNav {
    width: 87px;
}

.allinone_carousel_list li.centerblock {
    float: left;
    margin-top: -20px;
    display: block;
}




/*miscellaneous*/  
div.introTxt
{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
    color: #337fb0;
    border-bottom: solid 1px #EBEBEB;
    margin-bottom: 20px;
}
div.freeTxt, div.extraData, div.datalistWrap, div.viewallLink
{
    float: left;
    width: 100%;
}
div.datalistWrap
{
    margin: 10px 0;
}
div.freeTxt a, div.freeTxt a:visited
{
    /*text-decoration: underline;*/
}
.formTxt
{
    border: 1px solid #fff;
}
.leftTn
{
    float: left;
    margin: 4px 15px 5px 0;
}
.rightTn
{
    float: right;    
}
div.sbThmbnails, div.imageRotate
{
    float:left;
    width:100%;
}
div.imageRotate
{
    margin-top:10px;
}

div.pageBanner
{
    padding-bottom: 25px;
}
div.pageBanner div.bannerText
{
    float: left;
    margin-left: 304px;
    margin-top: -88px;
    position: relative;
    font-weight: bold;
    color: #fff;
    font-family: arial, helvetica, san-serif;
    font-size: 12px;
    line-height:16px;
}
div.pageBanner div.bannerText h3
{
    font-size: 153.3%;
    margin: 0 0 4px;
}
div#contentArea div.pageBanner div.bannerText h2
{
    font-size: 263.3%;
    color: #fff;
}
div.bannerContent
{
    float: left;
    width: 615px; *width:595px;
    padding: 25px 0 10px 24px;
    padding-right: 345px;
    border-top: 1px solid #4d8ab2;
    color: #c0e7ff;
    font-size: 125%;
    line-height: 1.5em;
    background: url(/images/learningXpress/bannertxtBg.jpg) repeat-y 0 0;
}

div#contentArea div.pageBanner div.bannerText h2
{
    font-size: 263.3%;
    color: #fff;
}

input[type=text]::-ms-clear {
    display: none;
}