body{
    background-color:#F2F0EF;
    margin:0px;
    min-width: 610px;
    font-family: "myriad-pro";

    cursor: default;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*max-width: 1300px;*/
}

#bannerText
{
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
}

.sticky-nav{
    position: fixed;
    width: 100%;
    top: 0;
}
        
@media screen and (max-device-height: 768px){
	#divBannerChild{
    background-color: #000000;
    background-size: 100% 100%;
    height:200px;
    width:100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
	}

	#bannerTextLine1{
    position: relative;
    text-align: center;
    top: 50px;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
	}

	#bannerTextLine2{
		position: relative;
		text-align: center;
		top: 16px;
		font-size: 30px;
		font-weight: 300;
		color: #ffffff;
	}

	#bannerTextLine3{
		position: relative;
		text-align: center;
		top: 10px;
		font-size: 16px;
		font-weight: 400;
		color: #ffffff;
	}
	
	#divNavigation{
    background-color: #fff;	
    height: 45px;
    width:100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 2px 3px #888888;
	z-index: 1;
}
}

@media screen and (min-device-height: 769px){
	#divBannerChild{
    background-color: #000000;
    background-size: 100% 100%;
    height:280px;
    width:100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
	}
	
	#bannerTextLine1{
    position: relative;
    text-align: center;
    top: 73px;
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

	#bannerTextLine2{
		position: relative;
		text-align: center;
		top: 26px;
		font-size: 40px;
		font-weight: 300;
		color: #ffffff;
	}

	#bannerTextLine3{
		position: relative;
		text-align: center;
		top: 15px;
		font-size: 20px;
		font-weight: 400;
		color: #ffffff;
	}

#divNavigation{
    background-color: #fff;	
    height: 45px;
    width:100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 2px 3px #888888;
	z-index: 1;
}
}



#channelTable
{
    /*width: 178px;*/
    position: relative;
    top: 34px;
    margin: 0px auto;
    border: 0px;
}

td
{
    border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.channelIcons
{
    height: 50px;
    width: 50px;
    margin:auto;
}

#Icon1{
    background: url(../Assets/BannerIcons/Learn_2x.png) center no-repeat;
    background-size: contain;
}
#Icon2{
    background: url(../Assets/BannerIcons/Inspire_2x.png) center no-repeat;
    background-size: contain;
}
#Icon3{
    background: url(../Assets/BannerIcons/Help_2x.png) center no-repeat;
    background-size: contain;
}
.cellTitle
{
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

#cardTable{
	display: block;
	margin: 45px auto 0px auto;
    border: 0px;
	padding: 0px;
	border-collapse: collapse; 
	border-spacing: 0px;
	table-layout:fixed;
}

.card-element-parent
{
	height: 100%;
	background-color:#fff;
	position: relative;
    margin: 0px;
    cursor: pointer;
}

#cardTableParent
{
	margin: 0px auto;
    height: 100%;
    border: 0px;
	padding: 0px;
}

/*Card classes styling (BEGIN)*/

.card-element-container {
    cursor: pointer;
}

.card-element-container:hover{
    box-shadow:5px 5px 10px #888888;
}

.card-image
{
	width: 100%;
	margin: 0px;
	padding: 0px;	
	transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-webkit-transition: opacity 0.5s ease-in;
}

.empty-card-image
{
    width: 100%;
    height: 300px;
    background-color: #BFBFBF;
    background-size: 150px 138px;
    background-image: url("../Assets/EmptyCard/Empty%20Card%20Default_2x.png");
    background-repeat: no-repeat;
    background-position: center;
}

.card-text-container
{
	width: 100%;
	margin: 0px;
}

.card-title-text{
    display: inline-block;
    font-size: 14px;
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    color:#0D6084;
    word-wrap:break-word;
    margin: 10px 0px 10px 0px;
}

.card-description-text{
    font-size: 16px;
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #4C4C4C;
    word-wrap:break-word;
    margin: 0px 0px 15px 0px;
}

.channel-information-text{
    font-size: 14px;
    font-family: "myriad-pro", sans-serif;
    font-style: normal;
    color: #999999;
    margin: 35px 20px 20px 20px;
    text-transform: capitalize;
}

.new-content-indicator{
    position: absolute;
    top: 20px;
    right: -8px;
    height: 41px;
    width: 63px;
    background: url(../Assets/NewContentIndicatorFlag.png) 0px center no-repeat;
}


.new-content-indicator-text{
    font-size: 13px;
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 400;    /*light*/
    text-align: center;
    color: #ffffff;
}

/*Card classes styling (END)*/

/* This class is added on scroll */
.fixed {
    position: fixed;
    top: 0;	
}

#divNavigationParent{
    z-index: 100;
    position: absolute;
    margin-left: 22px;
    box-shadow: 2px 2px 3px #888888;
}


#navigationDropDownHead{
    font-size: 20px !important;
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 300;    /*light*/
    color: #0D6084;
    padding: 2px 20px 0px 48px;
    background: url(../Assets/NavigationBarAssets/Hamburger.png) 17px center no-repeat ;
    background-size: 21px 18px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    opacity: 1 !important;
}
#navigationDropDownHead:hover{
    background: url(../Assets/NavigationBarAssets/Hamburger_Rollover_Selected.png) 17px center no-repeat !important;
    background-size: 21px 18px !important;
    color: #00A2DB !important;
    cursor: pointer;
}
#navigationDropDownHead:disabled{
	color: #A5A5A5;
	background:url(../Assets/NavigationBarAssets/HamburgerDisabled.png) 17px center no-repeat;
	background-size:21px 18px;
	pointer-events:none;
}



.drop-down-menu-channel-div{
    font-size: 20px;
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 300;
    vertical-align: middle;
    padding: 10px 35px 10px 35px;
    color: #656565;
    background-color: #ffffff;
}

.drop-down-menu-channel-div:hover{
    background-color: #00A2DB !important;
    color: #ffffff !important;
    cursor: pointer;
}

#divELiveHelp
{
    font-size: 14px;
    font-family: "myriad-pro",sans-serif;
    font-style: normal;
    font-weight: 700;    /*light*/
    color: #0D6084;
    padding: 4px 22px 0px 51px;
    background: url(../Assets/NavigationBarAssets/LiveHelp.png) 0px center no-repeat;
    background-size: 35px 24px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    opacity: 1 !important;
    cursor: pointer;
}

#divELiveHelp:disabled
{
	color:#A5A5A5;
	background:url(Assets/NavigationBarAssets/LiveHelp_Disabled.png) 0px center no-repeat;
	background-size:35px 24px;
	pointer-events:none;
}



#divELiveHelp:hover{
    color: #00A2DB !important;
    cursor: pointer;
    background: url(../Assets/NavigationBarAssets/LiveHelp_Rollover_Selected.png) 0px center no-repeat !important;
    background-size: 35px 24px !important;
}

#twitterIcon
{
    background: url(../Assets/LogoIconAssets/Twitter/TwitterSelected_2x.png) 0px center no-repeat;
    background-size: 26px 21px;
	display: table-cell;
    vertical-align: middle;
    height: 45px;
    width: 26px;
    /*vertical-align: middle;*/
    /*border: 5px solid red;*/
    cursor: pointer;
    padding:0px 0px 0px 24px;
}

#twitterIcon:disabled
{
	background:url(../Assets/LogoIconAssets/Twitter/TwitterDisabled_2x.png) 0px center no-repeat;
	background-size:26px 21px;
	pointer-events:none;
}



/*#twitterIcon:hover*/
/*{*/
    /*background: url(../Assets/LogoIconAssets/Twitter/TwitterSelected_2x.png) 0px center no-repeat;*/
    /*background-size: 26px 21px;*/
/*}*/
#faceBookIcon
{
    background: url(../Assets/LogoIconAssets/Facebook/FacebookSelected_2x.png) 0px center no-repeat;
    background-size: 24px 24px;
	display: table-cell;
    vertical-align: middle;
    
    height: 45px;
    width: 24px;
	padding:0px 0px 0px 24px;
    /*vertical-align: middle;*/
    /*border: 5px solid red;*/
    cursor: pointer;
	margin: 50px 50px auto 24px;
    margin-right: 24px;
}

#faceBookIcon:disabled
{
    background:url(../Assets/LogoIconAssets/Facebook/FacebookDisabled_2x.png) 0px center no-repeat;
	background-size:24px 24px;
	pointer-events:none;

}




/*#faceBookIcon:hover*/
/*{*/
    /*background: url(../Assets/LogoIconAssets/Facebook/FacebookSelected_2x.png) 0px center no-repeat;*/
    /*background-size: 24px 24px;*/
    /*height: 45px;*/
    /*width: 24px;*/
/*}*/

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}





html, body{
    min-height: 100%;
}
body{
    position: relative;
}
.overlay{
    visibility:hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.4); /*dim the background*/
}

.progressoverlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.0); /*dim the background*/
}

.modal {
    visibility:hidden;
    width: 450px;
    height: 300px;
    /*line-height: 200px;*/
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -225px;
    background-color: #D8D8D8;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
    box-shadow: 7px 7px 7px rgba(0,0,0,0.5);
}


#loadingSpinner{
    position: fixed;
    left: 50%;
    top: 60%;
	z-index:500;
}



#noInternetMessage{
    /*position: relative;*/
    /*top: 544px;*/
}

#globeIcon{
    position: relative;
    top: 42px;
    /*left: 50%;*/
    background-color: #000000;
    background: url(../Assets/OfflineIcon/OfflineIcon_2x.png) center no-repeat;
    background-size: contain;
    /*position: center;*/
    height:47px;
    width:58px;
    border: 0px;
    padding: 0px;
    margin: 0 auto;
}
#noInternetTitle{
    position: relative;
    /*text-align: center;*/
    top: 66px;
    /*left: 50%;*/
    font-size: 25px;
    font-weight: 400;
    color: #4C4C4C;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    line-break: 0px;
}

#noInternetDescription{
    position: relative;
    /*text-align: center;*/
    top: 58px;
    /*left: 50%;*/
    font-weight: 400;
    font-size: 14px;
    color: #4C4C4C;

}

#noInternetOKButton{
    position: relative;
    top: 72px;
    /*bottom: 42px;*/
    text-align: center;
    background-color: #00A2DB;

    width: 110px;
    height: 30px;
    line-height: 30px;
    /*display: table-cell;*/

    margin: 0 auto;
    cursor: pointer;
    /*left: 50%;*/

}

#noInternetOKText
{
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    color: #ffffff;
}




#noInternetConnectionGlobeIcon
{
    background: url(../Assets/OfflineIcon/OfflineIcon_2x.png) center no-repeat;
    background-size: 45px 35px;
    /*position: center;*/
    height:36px;
    width:46px;

    display: table-cell;
    vertical-align: middle;
}

#retryButtonParent{
    display: table-cell;
    /*margin-top: 8px;*/
    /*margin-bottom: 7px;*/

}

#retryButton{
    display: inline-block;

    text-align: center;
    background-color: #00A2DB;

    width: 110px;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    /*margin-bottom: 7px;*/
    margin-left: 8px;
    cursor: pointer;

    /*display: table-cell;*/

    /*left: 50%;*/

}

#retryText
{

    /*vertical-align: middle;*/
    font-weight: 600;
    font-size: 14px;
    /*top: 8px;*/
    color: #ffffff;
    /*padding-bottom: 18px;*/
}







.EOPEPEHelpIcon{
    position: relative;
    top: 42px;
    /*left: 50%;*/
    background-color: #000000;
    background: url(../Assets/EO_PEPE_Help/EO_Help_PopUp_2x.png) center no-repeat;
    background-size: contain;
    /*position: center;*/
    height:35px;
    width:51px;
    border: 0px;
    padding: 0px;
    margin: 0 auto;
}

.EOPEPEHelpCloseIcon{
    position: relative;
    top: -30px;
    background-color: transparent;
    background: url(../Assets/EO_PEPE_Help/CloseN.png) center no-repeat;
    height: 16px;
    width: 16px;
    right: -210px;
    border: 0px;
    padding: 0px;
    margin: 0 auto;
    cursor: pointer;
}
.EOPEPEHelpCloseIcon:hover{
    background: url(../Assets/EO_PEPE_Help/CloseH.png) center no-repeat;
}

.EOPEPEHelpTitle{
    position: relative;
    /*text-align: center;*/
    top: 56px;
    /*left: 50%;*/
    font-size: 25px;
    font-weight: 400;
    color: #4C4C4C;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    line-break: 0px;
    cursor: default;
}

#ChooseAProduct
{
    position: relative;
    top: 70px;
    width: 360px;

    margin: 0px auto;
}

#ProductLine1:before
{
    content:"";
    position:absolute;
    top:15px;
    right:10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4C4C4C;
}
#ProductLine1
{
    border: 1px solid #4C4C4C;
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
    color: #727272;
    font-size: 14px;
    cursor: default;
}
#ProductsList
{

    border-left: 1px solid #4C4C4C;
    border-right: 1px solid #4C4C4C;
    border-bottom: 1px solid #4C4C4C;
}


.ProductLine23
{
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
    color: #4C4C4C;
    font-size: 16px;
    background: #F2F2F2;
    cursor: pointer;
}

.ProductLine23:hover
{
    background: #D8D8D8 !important;
}


#EOPEPE_PSE_ProductName
{
    position: relative;
    top: 70px;
    border: 1px solid #4C4C4C;
    width: 360px;
    margin: 0px auto;
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
    color: #4C4C4C;
    font-size: 16px;
    background: #D8D8D8;
    cursor: default;
}


#EOPEPE_PRE_ProductName
{
    position: relative;
    top: 70px;
    border: 1px solid #4C4C4C;
    width: 360px;
    margin: 0px auto;
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
    color: #4C4C4C;
    font-size: 16px;
    background: #D8D8D8;
    cursor: default;
}



.EOPEPE_PSEPRE_ProductName_OKButton{
    position: absolute;
    left: 130px;
    top: 55px;
    /*bottom: 42px;*/
    text-align: center;
    background-color: #00A2DB;

    width: 110px;
    height: 30px;
    line-height: 30px;
    /*display: table-cell;*/

    margin: 0 auto;
    cursor: pointer;
    /*left: 50%;*/

}

.EOPEPE_PSEPRE_ProductName_OKButton:hover
{
    background: #00BEDC !important;
}

.EOPEPE_PSEPRE_ProductName_OKText
{
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    color: #ffffff;
}

#versionLabel{
    text-align:center;
    padding-top: 40px;
    font-weight: 300;
    font-size: 10px;
    color: #4C4C4C;
}