@charset "UTF-8";
/* CSS Document */

/* VIDEO BG CODE */

h1.h1-hero {
    font-family: Roboto Slab, serif !important;
    font-size: 50px !important;
    font-style: normal !important;
    color: #ffffff !important;
}

h2.h2-hero {
    font-family: Roboto Slab, serif !important;
    font-size: 40px !important;
    font-style: normal !important;
    color: #ffffff !important;
    margin-bottom: 30px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.home-cont-hero {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  text-align: center;
}

.w-background-video {
  position: relative;
  overflow: hidden;
/*
  height: 500px;
*/
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.hero-buttonrow {
    padding: 10px 0;
    text-align: center;
}

.hero-buttonrow .t-orange {
    border: 4px solid #ff9900;
    display: block;
}

.t-orange.rounded.outlined {
    background-color: rgba(0, 0, 0, 0.0);
    font-size: 20px;
    padding: 10px 20px;
    border: 4px solid #0d7fb4;
    margin-right: 30px;
    -webkit-transition: opacity 300ms ease, color 300ms ease, background-color 300ms ease, background 300ms ease !important;
    transition: opacity 300ms ease, color 300ms ease, background-color 300ms ease, background 300ms ease !important;
}

.t-orange.rounded.outlined:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-social.dark-blue {
    background-color: #d7fb4;
    border: 4px solid #0d7fb4;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    -webkit-transition: opacity 300ms ease, color 300ms ease, background-color 300ms ease, background 300ms ease !important;
    transition: opacity 300ms ease, color 300ms ease, background-color 300ms ease, background 300ms ease !important;
}


.btn-social.dark-blue:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* VIDEO END */

 /*LIVE NOW FEEDS SECTION */


.LNF-section-header {
	font-family: Roboto Slab, serif;
	font-size: 30px;
	font-weight: 400;
	color: #009ede;
	float: none;
	text-align: center;
}

.livenowfeed-wrapper {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-top: 0;
	overflow: hidden;
    border-radius: 0 0 4px 4px !important;
}

.LNF-header {
	color: #ff9900;
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 2px solid #ff9900;
	background-image: url("/images/icon-LNF-chats-orange.png");
    background-position: 6px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
}

.LNF-header.generic {
    background-image: none;
}

.LNF-header.scholarships {
	background-image: url("/images/icon-LNF-money-orange.png");
}

.LNF-header-icon {
    position: absolute;
	width: 30px;
	top: 50%;
	left: 10px;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.LNF-header-title {
	font-size: 18px;
	font-weight: 500;
	display: block;
	position: absolute;
	left: 45px;
	font-family: Roboto Slab, serif;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.LNF-header-title.no-icon {
    left: 10px;
}

.LNF-list {
    position: relative;
	display: block;
	width: 100%;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
}

.LNF-preloader {
    position: relative;
    width: 60px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.LNF-listitem-wrapper {
	display: block;
	width: 100%;
	margin-left: 0 !important;
	position: relative;
	text-align: left;
}

.LNF-listitem {
	position: relative;
	height: 45px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.LNF-listitem:hover {
	background-color: #f2f2f2;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.LNF-listitem-details-wrapper {
	display: block;
	position: absolute;
	left: 84px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	overflow: hidden;
}

.LNF-chat-title {
	font-size: 13px;
	color: #009EDE;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.LNF-chat-date {
	font-size: 12px;
	color: #333333 !important;
	font-weight: 500;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.LNF-chatLogo {
	float: left;
	max-width: 80px;
}

.LNF-chat-live-label {
    width: auto;
    height: 15px;
    padding: 0px 3px;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0px;
    background-color: #ff9900! important;
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.common_live_label_div {
    height: 100% !important;
    z-index: 1;
    max-height: 100% !important;
    position: absolute !important;
    border-right: 0px solid #ffffff;
    clear: none !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    padding-left: 10px !important;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0));
    width: 30px !important;
}

/* VIDEO LIST STYLING */


.LNF-tab-row {
    display: block;
    width: 100%;
}

.LNF-tab {
    width: 50% !important;
    margin-right: -1px;
}

.nav-tabs > li > a.LNF-header {
    color: #7e7e7e;
    width: 100%;
    background: none;
    padding: 0 !important;
    border-width:1px;
    border-color: rgba(0,0,0, 0.0);
    border-top-width: 2px;
    background-image: url("/images/icon-LNF-users-gray.png");
    background-position: 6px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    margin-right: -2px;
}

.nav-tabs > li > a.LNF-header.webcasts {
    background-image: url("/images/icon-LNF-video-gray.png");
}

.nav-tabs > li.active > a.LNF-header:hover {
    border-bottom: 1px solid #e5e5e5 !important;
}

.nav-tabs > li > a.LNF-header:hover {
    color: #ff9900 !important;
	background-image: url("/images/icon-LNF-users-orange.png");
}

.nav-tabs > li > a.LNF-header.webcasts:hover {
    color: #ff9900 !important;
	background-image: url("/images/icon-LNF-video-orange.png");
}

.nav-tabs > li.active > a.LNF-header {
	color: #ff9900;
    background-color: #ffffff !important;
    padding: 0 !important;
    border: 1px solid #e5e5e5 !important;
    border-top: 2px solid #ff9900 !important;
    border-bottom: 1px solid #e5e5e5 !important;
	background-image: url("/images/icon-LNF-users-orange.png");
    background-position: 6px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
}

.nav-tabs > li.active > a.LNF-header.webcasts {
    background-image: url("/images/icon-LNF-video-orange.png");
}

.LNF-listitem-details-wrapper.video {
	left: 214px;
	padding-right: 5px;
}

.LNF-listitem.video {
	height: 110px;
    padding: 10px !important;
}

.video-tab-content {
    height: 300px;
}

.LNF-video-title {
	font-size: 14px;
	color: #009EDE;
	font-weight: 600;
	text-overflow: ellipsis;
	line-height: 1.5em;
	height: 3em;
	margin-bottom: 5px;
	overflow: hidden;
}

.LNF-video-description {
	font-size: 13px;
	color: #333333 !important;
	font-weight: 500;
	line-height: 1.5em;
	height: 3em;
}

.LNF-videothumb {
	float: left;
	max-width: 196px;
}


/* LNF Scholarshpis List */

.LNF-list-scholarships {
    position: relative;
	display: block;
	width: 100%;
	height: 300px;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
}

.accordion {
margin-bottom: 0px !important;
}

.accordion-group {
    margin-bottom: 0px !important;
    border: 0px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.accordion-heading {
    border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 0;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    height: 25px;
    font-size: 11px;
    text-align: center;
    color: #999999;
    background-image: -moz-linear-gradient(top, #fff, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fff, #f4f4f4);
    background-image: -o-linear-gradient(top, #fff, #f4f4f4);
    background-image: linear-gradient(to bottom, #fff, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0)
}

.accordion-inner {
    padding: 9px 15px;
    font-size: 12px !important;
    font-style: italic !important;
    color: #666666 !important;
    border-top-width: 0px !important;
    background-color: #f4f4f4 !important;
    border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
}

.instagram-show-mobile {
    display: none;
}




/* MEDIA QUERIES BEGIN -------------------------------------------- */

@media (max-width:1199px) {

.LNF-videothumb {
    max-width: 156px;
}

.LNF-listitem.video {
    height: 90px;
}

.LNF-listitem-details-wrapper.video {
    left: 175px;
}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (max-width:979px) and (min-width: 768px) {

.LNF-left-col {
    width: 25% !important;
    margin-right: 0 !important;
}

.LNF-middle-col {
    width: 72% !important;
    margin-left: 20px !important;
}

.LNF-right-col {
    width: 48% !important;
    margin-top: 40px !important;
    margin-left: 0 !important;
    margin-right: 3%;
}

.instagram-show-mobile {
    width: 48%;
    display: inline-block;
    margin-top: 40px !important;
}

.LNF-chatLogo {
	display: none;
}

.LNF-listitem-details-wrapper {
	left: 0;
	padding-left: 5px;
}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 991px) {

.w-container {
max-width: 728px;
}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 767px) {

.w-container .w-row {
margin-left: 0;
margin-right: 0;
}

.LNF-middle-col {
    margin-top: 30px !important;
}

.LNF-right-col {
    margin-top: 30px !important;
}

.instagram-show-mobile {
    margin-top: 30px !important;
}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 479px) {

.w-container {
max-width: none;
}
}