* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'NeueHaasUnica Regular', Tahoma, Geneva, Verdana, sans-serif;
    /*height: 100%;  */  
}
@font-face {
    font-family: NeueHaasUnica Regular;
    src: url("/fonts/35CFCC_5_0.eot");
    src: url("/fonts/35CFCC_5_0.eot?#iefix") format("embedded-opentype"),url("/fonts/35CFCC_5_0.woff2") format("woff2"),url("/fonts/35CFCC_5_0.woff") format("woff"),url("/fonts/35CFCC_5_0.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NeueHaasUnica Light;
    src: url("/fonts/35CFCC_4_0.eot");
    src: url("/fonts/35CFCC_4_0.eot?#iefix") format("embedded-opentype"),url("/fonts/35CFCC_4_0.woff2") format("woff2"),url("/fonts/35CFCC_4_0.woff") format("woff"),url("/fonts/35CFCC_4_0.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: NeueHaasUnica Bold;
    src: url("/fonts/35CFCC_0_0.eot");
    src: url("/fonts/35CFCC_0_0.eot?#iefix") format("embedded-opentype"),url("/fonts/35CFCC_0_0.woff2") format("woff2"),url("/fonts/35CFCC_0_0.woff") format("woff"),url("/fonts/35CFCC_0_0.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: NeueHaasUnica Heavy;
    src: url("/fonts/Neue_Haas_Unica_Heavy.eot");
    src: url("/fonts/Neue_Haas_Unica_Heavy.eot?#iefix") format("embedded-opentype"),url("/fonts/Neue_Haas_Unica_Heavy.woff") format("woff"),url("/fonts/Neue_Haas_Unica_Heavy.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: NeueHaasUnica Black;    
    src: url("/fonts/Neue_Haas_Unica_Black.eot");
    src: url("/fonts/Neue_Haas_Unica_Black.eot?#iefix") format("embedded-opentype"),url("/fonts/Neue_Haas_Unica_Black.woff") format("woff"),url("/fonts/Neue_Haas_Unica_Black.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}
.subBody {	
	background-color:#ffffff;
}
.subBody img {
    max-width:100%;
}
#header
{
    height:103px;    
    margin: 0 auto;
    width:100%;
	position:fixed;
	top:0px;
	z-index: 10;
	/*overflow:hidden;*/	
}

#pieHeader {
   height:103px;    
    margin: 0 auto;
    width:100%;
	position:fixed;
	top:0px;
	z-index: 10;
}
.innerContainer {
    width:100%;
	/*width:1240px; */
    margin: 0 auto;
	z-index: 5;
    position: relative;  
   /* padding-left:20px;
    padding-right:14px; */
}
.subBar .innerContainer {
    z-index:initial;
}
body {
	/*background-image:url('/images/ldpBack.jpg'); */
	background-size:cover;
	background-position: center;
	background-attachment: fixed;
    -webkit-text-size-adjust: none;   
}
.headerInnerContainer {
    height: 56px;
    background-color: #fff !important;
    /*background-color: #722f84;
    background-color: #e77d24;*/
}
.logo {
	 height:56px;
	 width:184px;
	 /*background-color:#00013a; */
	 text-align:center;
	 padding-top:16px;
	 float:left;
}
.topBarLeft {
	width:50%;
	/*background-color:#00013a;*/
	background-color:#fff;
	height:56px;
	float:left;
	position:absolute;
	left:0px;
}
.topBarRight {
	width:50%;
	background-color:#fff;
	height:56px;
	float:left;
	position:absolute;
	right:0px;
}
.topBarLanding {
	height:59px;
	z-index:5;
	position:relative;
    border-bottom:3px solid #fff;
}
.topBar {
	height:56px;
	z-index:6;
	/*position:relative;*/
}
.subBar {
	height:47px;
	background-color:#a7a9ac;
	z-index:5;
	position:relative;
	box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.20);
}
.subBarNavItems {
	float:right;
	/*margin-right:54px;*/
	margin-right:40px;
    /*position:relative;*/
}
.subBarNavItem {
    color: #fff;
    text-decoration: none;
    font-family: 'NeueHaasUnica Bold';
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 13px;
    padding-bottom: 16px;    
}
a.subBarNavItem {
    color: #fff;
    text-decoration: none;
    font-family: 'NeueHaasUnica Bold';
    font-size: 13px;
    letter-spacing: 2px;
    display: block;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 13px;
    padding-bottom: 16px;    
}
a.subBarNavPlanItem {
    color: #722f84;
    color: #54a83a;
}
a.subBarNavItem:hover, div.subBarNavItem:hover {
    /*color: #666666;
    color: #fff;
    background-color: #01023a;*/
    background-color: #fff;
    color: #01023a;
}
.footerLink a.subBarNavItem:hover {
    background-color: #fff;
    color: #141d46;
}
a.subBarNavPlanItem:hover {
    /*color: #666666;*/
    background-color: #fff;
    color: #01023a;
}

a.subBarNavItemFocus, div.subBarNavItemFocus {
    color: #fff;
    background-color: #01023a;
}
a.subBarNavPlanItemActive {
    color: #666666;
    color: #54a83a;
}
a.subBarNavItemActive {
    color: #fff;
    background-color: #01023a;
}
a.subBarNavLDPTubeItem {
    background-color: #e3e3e3;
    height: 47px;
    padding-top: 15px;
    margin-top: 0px;
    margin-right:-40px;
    margin-left:10px;
    float:right;
}
a.subBarNavLDPTubeItem:hover {
    background-color:#fff;
}
.events-nav, .resources-nav {
    display:none;
    position:absolute;
    top:47px;
    left:-1px;
    cursor:pointer;
    background-color:#fff;
    border:1px solid #666666;
    width:160px;
}
    .events-nav a, .resources-nav a {
        display: block;
        padding: 4px 10px;
        text-decoration: none;
        color: #000;
    }
        .events-nav a:hover, .resources-nav a:hover {
            color: #fff;
            background-color: #01023a;
        }
    .events-nav.visible, .resources-nav.visible {
        display: block;
    }
.focused-dev-nav {
    display: none;
    position: absolute;
    bottom: -33px;
    left:0px;
    width:100%;
    min-height:23px;
    background-color: #01023a;
    text-align:center;
}
/*.focused-dev-nav:after {
    content: '';
    width: 100%;
    display: inline-block;
} */

    .focused-dev-nav a {
        color: #fff;
        background-color: #01023a;        
        padding:4px 12px 7px 12px;
        text-decoration:none;
        display:inline-block;
    }
        .focused-dev-nav a:hover {
            color: #01023a;
            background-color: #fff;            
        }
        .focused-dev-nav a.activeFocus {
            color: #01023a;
            background-color: #fff;
        }
.dailyContentNavItem:last-of-type {
    border-right: none;
}

.focused-content {
    background-color: #f1f1f1;
    width: 100%;
    /* margin: 0px 14px;*/
    padding: 25px 36px 0px 36px;
}

    .focused-content .preview-item {
        font-size: 14px;
    }

        .focused-content .preview-item p {
            margin-bottom: 7px;
        }

.focused-content-item {
    clear: both;
    border-bottom: 1px solid #b7b7bb;
    margin-bottom: 25px;
}

    .focused-content-item:last-of-type {
        border-bottom: none;
        margin-bottom: 0px;
    }


.howToUseLink {
    color: #722f84;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding-top: 10px;
    position: relative;
}
.howToUse {
    display: none;
    position: absolute;
    top: 36px;
    background-color: #b9b9be;
    color: #000;
    font-weight: normal;
    padding: 18px;
    z-index: 18;
    font-size:16px;
}
.focused-dev-nav.visible, .howToUse.visible {
    display: block;
}

.embed-play-button {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
}
.play-button-outer {
    border: 8px solid rgba(255,255,255,.4);
    padding:5px;
    border-radius:50px;
}
.play-button {
    width: 62px;
    height: 62px;
    background-color: rgba(6,29,73,.53);
    border-radius: 46px;
    padding-top: 11px;
    padding-left: 2px;
    border: 0px solid rgba(255,255,255,0);
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 26px solid #fff;
    display: inline-block;
}
.f-dev-content {
    padding-top: 86px;
    padding-left: 50px;
    color: #02013b;
    /*background-color: rgba(255,255,255,.4);*/
    box-shadow: 0 0 5px 10px rgba(255,255,255,.4);
    height:100%;
    text-align:left;
}
.f-dev-title {    
    font-size: 48px;
    width: 50%;
    line-height: 1;
}
.f-dev-text {
    width:42%;
}
.focused-dev-home-links {
    background-color: #01023a;
    background-color:rgba(1,2,58,.6);
    width:90%;
    border-top:2px solid #fff;
}
.focused-dev-home-links a {
    color:#fff;
    text-decoration:none;
}
    .focused-dev-home-links a:hover {
        color: #fff;
        text-decoration: underline;
    }
.focus-kid-group {
    float:left;
    padding-left:14px;
    padding-right:18px;
    margin-top:10px;
    margin-bottom:14px;
    border-right:2px solid #fff;
    width:33%;
}
.focus-kid-group:last-of-type {    
    border-right: none;
}
.focused-activate {
    width: 48%;
    float: left;
    border-right: 1px solid #fff;
    margin-right: 2%;
}
.focused-activate-vid-link {
    display: block;
    float: left;
    width: 45%;
}
.focused-activate-vid-link img {
    width:100%;
}
.focused-activate-text {
    display: inline-block;
    float: left;
    width: 55%;
    padding-left: 14px;
    padding-right: 14px;
    font-size:14px;
}
.focused-learn-more {
    width: 49%;
    float: left;
    font-size: 14px;
}
.reg-event-link {
    padding: 6px 10px;
    margin: 28px auto;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.on-demand-promo {
    float: left;
    width: 35%;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    background-repeat:no-repeat;
}
.mainNav {
    float: left;
    /*background-color: #fff;*/
    background-color: #722f84;
    /*width: 824px;*/
    width: 1024px;
    padding-left: 12px;
    overflow: hidden;
    max-height: 50px;
}
a.mainNavItem {
    display: block;
    float: left;
    color: #c6c8ca;
    /*font-weight:bold;*/
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 21px;
    /*padding-left: 30px;
    padding-right: 30px; */
    padding-left: 5%;
    padding-right: 4%;
    opacity:.4;
    letter-spacing: 3px;
    border-right-style: solid;
    border-right-color: #c6c8ca;
    border-right-width: 1px;
}
a.mainNavItemLast {
	border-right-style:none;
}
.homeHero {
	/*width:100%;*/
	/*max-height:730px; */
	margin-top: 88px;
	position:relative;
	overflow: hidden;
	/*background-image:url('/images/mondayHero.jpg');*/
	background-size:cover;
	background-position: 12% 55%;	
    min-height:570px;  
    /*height:570px;*/
    background-size:cover;
}
.subHeroHeader {
    background-image: url('/images/2021/green-microscope-header.jpg');
    background-repeat: no-repeat;
    min-height: 205px;
    width: 100%;
    background-position: 0% center;
}
.onDemandSubHeader {
    background-image: url('/images/2020/LDP_SecondaryPage_Header_alt.jpg');
}
.subHero {
    width: 100%;
    /*height:334px;*/
    /*max-height:281px;
	margin-top: 88px;*/
    padding-top: 103px;
    position: relative;
    /*overflow: hidden;*/
}
.subHeroLeft {
    /* width:560px; */
    width: 70%;      
    float: right;
    position: relative;
}
.onDemandSubHeroLeft {
    float:left;
    width:48%;
}
.subHeroLeftTop {
    width: 100%;
    background-color: #fcb53b;
    height: 47px;
} 
.subHeroLeftTopMonday {
}
.subHeroRight {
	/* width:448px; */
	/* width:43%;*/
    width:52%;
	background-color:#fff;
	float:left;
	height:205px;
}
.subHeroRightMonday {	
    background-size: cover;
    background-position: center 20%;    
    position: relative;
	/*background-color:#e77c22;*/
    display:none;
}
.subHeroMonday {
	/*background-color:#e77c22;*/
}
.talentLinkTop {
    width: 33.4%;
    background-color: #071d49;
    float: left;
    padding-top: 14px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size:13px;
}
.talentLinkTop img {
    max-width:90%;
}
a.launchButton.visitNowButton {
    background-color: #eb8027;
    display:inline-block;
    float:none;
}
    a.launchButton.visitNowButton:hover {
        background-color: #efa93f;
    }
#launchIcon {
    width: 100%;
    opacity: 0;
    max-width: 130px;
}
.homeHorizontalDivider {
    width: 100%;
    background-color: #01023a;
    height: 13px;
    clear: both;
}
.homeHorizontalDividerInner {
    background-color:#a7a9ac;
    height: 9px;
    clear: both;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
#actionPanel {
	background-color:#e77c22;
	height:256px;
	min-height:256px;
	/*width:100%; was height 342*/
}
#subActionPanel {
	background-color:#fff;
	width:100%;
	/*height:100%;
	margin-top:-374px;
	padding-top:374px;*/
	color:#00013a;
}
.subActionText {
	padding-top:38px;	    
	float:left;
}
.ldpTubePromo {
    cursor: pointer;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    display: block;
    background-color: #e77e26;
    text-align: center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;    
    position:relative;
}
#commentPanel {
    background-color: #00023b;
    /*width:100%;*/
    min-height: 380px;
    color: #071d49;
    background-color: #fff;
}
#commentPanel form {
    background-color:#fff;
    padding-bottom:10px;
    max-width:1620px;
    margin:0 auto;
}
#commentPanelLaunch {
    /*background-color: #dbe5f2;
    background-color: #fff;*/
    text-align:center;
}
.commentTitle {
    /*font-size:26px;*/
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
    display: block;
    padding-top: 32px;
    margin-left: 28px;
    margin-bottom: 14px;
    color: #071d49;
    font-family: 'NeueHaasUnica Regular';    
}
div.commentPanelTop {
    width: 66.6%;
    float: left;
    border-right: 9px solid #a7a9ac;
    background-color: #fff;    
}
div.commentTitleTop {
  /*  padding-top: 16px; */
    text-align: left;
    font-family: 'NeueHaasUnica Light';
    text-transform: none;
    font-size:36px;
}
div.commentText {
	padding-left:28px;
	width:100%;
}
.galleryBlurb {
    font-size: 16px;
    width: 70%;    
}
.galleryBlurbTop {
    font-size: 16px;
    width: 70%;
    color: #071d49;
    float: left;
    text-align: left;
}
.galleryBlurbTop p {
    margin-top:0px;
}
.commentButtons {
    float: left;
    text-align: right;
    width: 49%;
    margin-top: -42px
}
.commentButtonsTop {
    float: right;
    padding-right: 60px;
    width: 30%;
    margin-top: 0px;
}



textarea.commentsTextBox {
    width: 500px;
    height: 120px;
    border: 1px solid #0e0e0e;
    font-family: 'NeueHaasUnica Regular';
    background-color: #fff;
    outline: none;
    resize: none;
    font-size: 13px;
    padding: 10px;
}
.postButton {
    background-color: #fff;
    border: none;
    color: #141d46;
    font-size: 14px;    
    border: 5px solid transparent;
    text-transform: none;
    font-family: 'NeueHaasUnica Bold';
    margin-left: 20px;
    margin-top: 0px;
    line-height: 1;
    height: 38px;
    cursor: pointer;
    text-transform: uppercase;
}
.postButton:hover {
	background-color:#b8d0e8;
}
.postButtonActive {
    background-color: #0d7ebc;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #96bcdd;
    border: 5px solid transparent;
    padding: 4px 6px 4px 6px;
    text-transform: uppercase;
    font-family: 'NeueHaasUnica Bold';
    margin-left: 20px;
    margin-top: 0px;
    cursor: pointer;
}
.postButtonActive:hover {
	background-color:#b8d0e8;
}
div.postButtonContainer {	
    display:inline-block;
}
.postFile:hover {
	background-color:#b8d0e8;
}
.postFile {
    border: none;
    color: #141d46;
    font-size: 16px;
    border-radius: 0px;
    border: 5px solid transparent;
    padding: 8px 6px 4px 6px;
    text-transform: none;
    font-family: 'NeueHaasUnica Bold';   
    margin-top: 14px;
    cursor: pointer;
    display: block;
    height: 53px;
    float: left;
}
.file-upload {
	display:none;
}
.cameraIcon {
    padding: 6px 12px;
    float: left;
    display: block;
    margin-top: -13px;
    margin-left: -12px;
    margin-right: 10px;
}
.commentTermsCheckbox {
	float:left;
	margin-top:10px;
	margin-bottom:30px;
}
.commentTermsText {
	padding:10px;
	font-size:10px;
}
.checkboxContainer {
	float:right;
	text-align:left;
	width:60%
}
.heroBoxLeft {
	width:184px;
	/*width:34%;*/
	/*margin-top:28px;*/
	background-color: rgba(231,124,34,0.7);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	/*border: 2px solid #fff;*/
	position: absolute;
    top: 32px;
}
.boxLeftTop {
	background-color: rgba(231,124,34, 1);
	color:#fff;
	padding:10px 10px 10px 10px;
	/* font-family: 'NeueHaasUnica Bold'; */
	font-family: 'NeueHaasUnica Bold';
}
.dailyWebinars {
    /*background-color:#efa93f;
	border-top: 2px solid #fff;*/
    padding: 0px 10px 13px 25px;
    /*border-bottom: 2px solid #071d49;*/
    /*text-transform:uppercase;*/
    color: #fff;
    font-size: 25px;
    font-family: 'NeueHaasUnica Regular';
}
.homeWebinarBoxTitle, .homeWebinarTomorrowTitle {
    font-size: 30px;
    color: #01023a;
    line-height: 1;
}
.homeWebinarTomorrowTitle{
    color:#eb8027;
}
.tomorrowTime {
    color: #eb8027;
    white-space: nowrap;
}
.todayTime {
    color:#01023a;
    white-space:nowrap;
}
.webinarBoxLinks {
    /*padding:16px 10px 22px 10px;*/
    padding: 0px 8px 22px 24px;
}
a.webinarBoxLink {
    color: #fff;
    font-size: 20px;
    font-family: 'NeueHaasUnica Bold';
    /*display:block;*/
    padding-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
}
a.webinarBoxRegLink.tomorrowTime {
    color:#eb8027;
}
a.webinarBoxRegLink {
    color:#fff;
    font-size:18px;
}
a.webinarBoxLink:hover .webinarBoxLinkTitle, a.webinarBoxLink:hover {
    text-decoration: underline;
    /* color:#d8d9db;*/
}
.webinarBottomLink {
	color:#fff;
	text-transform:uppercase;
	font-family:'NeueHaasUnica Bold';
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
}
a.webinarBottomLink:hover .webinarBottomLinkTitle {
    /*color:#d8d9db; */
    text-decoration:underline;
}
.boxLeftBottom {
	background-color:#00013a;
	padding:3px 10px 3px 10px;	
	border-top: 2px solid #fff;
}
.homeButton {
    float: left;
    /* border-right: solid #a7a9ac 2px; */
    height: 47px;
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0px;
    font-family: 'NeueHaasUnica Bold';
    margin-right: 10px;
    color: #666;
    /*background-color: #a7a9ac;*/
    font-size: 13px;
    margin-left: 28px;
}
.hidden {
	visibility:hidden;
}
.heroTitle {
    font-family: 'NeueHaasUnica Light';
    text-transform: none;
    font-size: 30px;
    font-weight: normal;
    padding-left: 35px;
    padding-right: 35px;
    /* text-shadow: 2px 2px rgba(0,0,0,.4); */
    line-height: 1;
    margin-top: 16px;
    text-align: left;
    color: #fff;
}
    .heroTitle b {
        font-family: 'NeueHaasUnica Regular';
        font-weight:bold;
    }
.heroTitleLong {
    top:227px;
}
.subHeroLeftContainer {
    /*width: 652px;*/
    width: 92%;
	float:left;
	margin-right:16px;
	position:relative;
	height:100%;
	padding-bottom:34px;	    
}
.subHeroLeftBackground {
	background-image: url('/images/microscope.png');
	background-position: right top;
    background-repeat: no-repeat;
	margin-top:-32px;
	padding-top:32px;
	margin-bottom:32px;
}
.subPageTitle {
    font-family: 'SackersGothic-Heavy';
    /*font-size:62px;
    font-size:60px;*/
    font-size: 50px;
    color: #01023a !important;
    text-transform: uppercase;
    margin-left: -6px;
    padding-top: 30px;
}
.subPagePreTitle {
	font-family: 'SackersGothicLightAT';
	color:#fff;
	font-size:16px;
	margin-top:13px;
}
.subPageHeroText {
	font-size:16px;
	color:#fff;
	padding-right:8px;
    font-family:NeueHaasUnica Bold;
    width:80%;
    line-height:19px;
    font-size:18px;
}
.dailyContentNav {
    position: relative;
    bottom: 0px;
    /*margin-left: -28px;
    margin-left: 20px;*/
    z-index: 3;
    /*border-top: 9px solid #fff;*/
    height: 41px;
    max-height: 41px;
    padding-top: 11px;
    padding-left: 3%;
    width: 100%;
    z-index: 6;
    clear: both;
    background-color: #01023a;
}
.dailyContentNavRadio {
    height:64px;
    max-height:64px;
}
a.dailyContentNavItem {
	/*color:#c7c8ca;*/
    color:#a7a9ac;
	display:block;
	float:left;
	padding:0px 14px 3px 14px;
	font-family:'NeueHaasUnica Light';
	font-size:14px;
	text-decoration:none;
	letter-spacing:3.4px;
	text-transform:none;
	border-right:1px solid #fff;
    /*text-shadow: 1px 1px #000;*/
}
a.dailyContentNavItemLast {
	border-right:none;
}
a.dailyContentNavItem:hover {
    color: #6d6f71;
    text-shadow: 1px 1px #666;
}
.subContentLeftContainer {
	/* width:652px; */
    width:100%;
	/*float:right;*/
	padding-left:4%;
    padding-right:4%;
	position:relative;
	height:100%;
	margin-top:16px;	
}
.subContentBox{
	width:100%;
	float:left;
	background-color:#fff;
	/*border-right: 5px solid #fff;*/
	/*border-right: 42px solid #bcbdc0;*/
	/*padding-bottom: 88px; */
	/*margin-left:42px;	*/
    position: relative;
    height: 100%;
}
.subContentRight {
	width:35%;
	height:100%;
	background-color:#fff;
	/*border-left: 42px solid #bcbdc0;*/
    /*background-color:#d1d3d4;
	border-left: 42px solid #bcbdc0;*/
	float:left;
	/*margin-left:-42px;*/
}
.contentItemsDay {	
	font-size:36px;
	margin-bottom:10px;   
}
.contentItemsMonday	{
	color:#c7c8ca;
}
.contentItemTitle {
	color: #00013a;
	font-weight:bold;
	font-size:18px;
	margin-bottom:6px;    
	font-family: 'NeueHaasUnica Bold';
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.contentItemText {
	font-size:16px;
}

.heroSubDesc {
    padding: 7px 0px 3px 0px;
    float: left;    
    padding-right: 10px;
    display: block;
    float: none;
    /*font-size: 46px;*/
	font-size: 20px;
    /*font-size: 52px;*/
    line-height: 1.15;
    letter-spacing:.01em;
    font-family: 'NeueHaasUnica Regular';
    font-weight: normal;
    color: #fff;
}
.heroSubDesc a {
    color:#fff;
}
.heroSubDescContainer {	
	/*height:60px;
	width:864px;
	width:899px;*/
	color:#fff;	
    font-size:14px;
    /*padding-left:35px;
	top:408px;
	position:absolute;
	background-color: rgba(231,124,34, 0.45); */
}
.heroSubDescSpacer {
	/*height:60px;
	width:184px;*/
	width:300px;
	/*background-color: rgba(231,124,34, 0.45);*/
	float:left;
}
.preTitle {
	font-family:NeueHaasUnica Bold;
	color:#fff;
	position:absolute;
	bottom:114px;
    width:100%;
	font-size:15px;
    text-transform:uppercase;
    
    /*padding:14px 12px 16px 62px;*/
    padding:14px 60px 16px 0px;
    text-align:center;
	
    /*margin-left:180px;
    margin-left:220px;
    text-shadow: 2px 2px #666;*/
    max-height:51px;
    letter-spacing:2px;
}
.preTitleLong {
    top:200px;
}
.ldpLogo {
	/*position:absolute;	
	left:1040px;
	top:32px;*/
    width:100%;
    text-align:right;
    padding-right:30px;
    padding-top:32px;
    padding-left:8px;
}
.ldpLogoImage {
    max-height:100px;
}
.ldpLogoSub {
	position:absolute;
	right: 20px;
    bottom: 10px;
    /*display:none;*/
}
.ldpRadioButton {
	width:280px;
	height:68px;
	float:right;
	margin-top:170px;
	background-color:rgba(0,134,163,0.5);
}
.ldpRadioButtonThursday {
    width:175px;
	height:175px;
	float:right;
	top:150px;
    right:20px;
    /*margin-top:150px;
    margin-right:20px;    
    background-image:url('/images/RadioButton_Blank.gif');*/
    background-image:url('/images/RadioBlueBlank.gif');
    background-size:cover;
    position:absolute;
    z-index:2;
}
.RadioButtonBlue {
    background-image:url('/images/RadioBlueBlank.gif');
}
.RadioButtonGreen {
    background-image:url('/images/RadioGreenBlank.gif');
}
.RadioButtonOrange {
    background-image:url('/images/RadioOrangeBlank.gif');
}
.RadioButtonTeal {
    background-image:url('/images/RadioTealBlank.gif');
}
.RadioButtonPurple {
    background-image:url('/images/RadioPurpleBlank.gif');
}


.EventButtonBlue {
    background-image:url('/images/EventBlueBlank.gif');
}
.EventButtonGreen {
    background-image:url('/images/EventGreenBlank.gif');
}
.EventButtonOrange {
    background-image:url('/images/EventOrangeBlank.gif');
}
.EventButtonTeal {
    background-image:url('/images/EventTealBlank.gif');
}
.EventButtonPurple {
    background-image:url('/images/EventPurpleBlank.gif');
}

.ldpText {
	width:212px;
	height:68px;
	float:left;
	font-family:'NeueHaasUnica Regular';
	font-size:13px;
	color:#fff;
	padding:11px 5px 5px 15px;
	font-weight:bold;
	line-height:15px;
}/*
.ldpTextThursday {
    width:140px;
    margin-top:75px;
    text-align:center;
    font-size:10px;
}
.ldpTextThursday {
    width: 155px;
    margin-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    text-align: center;
    font-size: 10px;
}
     */

.ldpTextThursday {
    width: 165px;
    margin-top: 80px;
    padding-left: 26px;
    padding-right: 15px;
    margin-left: 0px;
    text-align: center;
    font-size: 13px;
    padding-top:2px;
}


.ldpButton {
	padding:18px 18px 16px 21px;
	background-color:rgba(0,134,163,1);
	width:68px;    
	float:left;
}

.iconItemBox {
    float: left;
    width: 58px;
    height: 83px;
    position: relative;
    /*background-size: contain;*/
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center center;
}
.exploreBoxLeft {
    background-color: #64bc4b;
    float:left;
    width:56px;
    height:83px;
}
.practiceBoxLeft {
    background-color: #722f84;
    float: left;
    width: 56px;
    height: 83px;
}
.doBoxLeft {
    background-color: #eb8027;
    float: left;
    width: 56px;
    height: 83px;
}
.iconItemExploreBox {
    background-color: #64bc4b;
    background-image: url('/images/pageIcons/microscope.png');
}
.iconItemExploreArrow {    
    float: left;
    width: auto;
    height: 83px;
    position: relative;
}
.iconItemPracticeBox {
    background-color: #722f84;
    background-image: url('/images/pageIcons/beaker.png');
}
.iconItemPracticeArrow {    
    float: left;
    width: auto;
    height: 83px;
    position: relative;
}
.iconItemDoBox {
    background-color: #eb8027;
    background-image: url('/images/pageIcons/graph.png');
    background-position: 100% center;
}
.iconItemDoArrow {    
    float: left;
    width: auto;
    height: 83px;
    position: relative;
}
.iconItemExploreArrow__::after {
    content: "";
    position: absolute;
    top: -13%;
    left: 97px;
    transform: translateX(-50%);
    border: 53px solid #64bc4b;
    border-left-color: #64bc4b;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    width: 0;
    height: 0;
    margin: 0 auto;
    float: left;
}

.iconItemText {
    color: #fff;
    float: left;
    line-height: 83px;
    font-size: 26px;
    padding-left: 10px;
}

.iconItemDo {  
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.iconItemPractice {  
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.exploreHomeBox {
	width:100%;
	height:207px;
	border-bottom:solid #fff 5px;
	border-right:solid #fff 5px;
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
	background-image:url('/images/exploreBackground.png');
	overflow:hidden;
}
.exploreHomeBoxMonday {
	/*background-image:url('/images/exploreBGMonday.png');*/	
}
.actionLinksTitleBar {
/*    background-color: #a7a9ac;*/
    background-color:#999;
    width: 100%;
    height: 83px;
}
.exploreTitle{
    font-size:35px;
	font-family:'NeueHaasUnica Light';	
	color:#fff;    
    text-align:left;
    height:83px;
    line-height:83px;	
	margin-bottom:15px;
    float:left;
    padding-left:14px;
}
.exploreUnderline { 
margin-left:88px;
height:3px;
/*border-bottom: 3px solid #eb964e;*/
border-bottom: 3px solid #fff;
opacity:.25;
width:140%;
margin-top: -13px;
margin-bottom:20px; 
}
.practiceTitle {
    font-size: 35px;
    font-family: 'NeueHaasUnica Light';
    color: #fff;    
    text-align: left;
    height: 83px;
    line-height: 83px;
    margin-bottom: 15px;
    float:left;
    padding-left: 14px;
}
.practiceUnderline { 
margin-left:-188px;
height:3px;
/*border-bottom: 3px solid #eb964e;*/
border-bottom: 3px solid #fff;
opacity:.25;
width:80%;
margin-top: -13px;
margin-bottom:20px; 
}
.practiceHomeBoxMonday {
	background-image:url('/images/practiceBGMonday.png');
}
.practiceHomeBox {
	width:100%;
	background-color:#fcb53b;
	height:207px;
	/*border-bottom:solid #fff 5px;*/
	border-right:solid #fff 5px;
	background-position:right 150px bottom 20px;
	background-repeat:no-repeat;
	background-image:url('/images/practiceBackground.png');
	position:relative;
	overflow:hidden;
	
}
.practiceBoxHero {
	background-image:url('/images/practiceBoxHero.jpg');
	width:132px;
	height:100%;
	background-position:center top;
    background-size: cover;
	float:right;
}
.doTitle {
	font-size:35px;
	font-family:'NeueHaasUnica Light';	
	color:#fff;    
    text-align:left;
    height:83px;
    line-height:83px;	
	margin-bottom:15px;
    float:left;
    padding-left:14px;
}
.doHomeBox {
	width:43%;
	height:100%;
	float:right;
	background-image:url('/images/mondaySubHero.jpg');
	background-size:cover;
	background-position:top center;
	/*border-bottom:solid #fff 5px;*/
	position: relative;
}
.doHomeBoxInner {
	width:100%;
	bottom:0px;
	position:absolute;
}
.doIcon {
	width:178px;
	height:190px;
	background-image:url('/images/doIcon.png');
	background-repeat:no-repeat;
	position:absolute;
	top:140px;
	left:215px;
}
.doHeader {
	background-color:rgba(252,181,59,0.7);
	min-height:68px;
	border-bottom:solid #fec66f 1px;
	background-repeat:no-repeat;
}
.doHeaderMonday {
	/*background-image:url('/images/doBGMonday.png');*/
}
.doText {
	background-color:rgba(231,124,34,0.7);
}
.actionLinksDo {
	/*padding:16px 10px 14px 36px;*/
    width:100%;
}
div.actionLinkItem {
	display:block;
    clear:both;
     padding:10px 24px 10px 24px;
}
.practiceLinkArrowMonday {
    color: #071d49;
}
a.actionLinkItem {
	color:#fff;
	/*font-family:'NeueHaasUnica Regular';*/
	font-family:'NeueHaasUnica Bold';
	font-weight:normal;
    font-size:16px;
	text-decoration:none;
}
a.actionLinkItem:hover {
	text-decoration:underline;
  /*  color:#d8d9db;*/

}
.actionLinkArrowMonday {
    color: #071d49;
    text-decoration: none;
}
.actionLinksPractice {
	/*position: absolute;
	top:12px;
	left:100px;
    width: 520px*/
    width:100%;
}
.actionLinksExplore {
	/*position: absolute;
    top: 88px;
	top: 12px;
    left: 100px;
    width: 520px*/
    width:100%;
}
.explorePracticeHomeBox{
	width:57%;
	float:left;
}

.commentTextBox {
	float:left;
	width:50%; 
}
/* BEGIN - Plan Your Week */
.planHeader {
	height:auto !important;
}
.dbbacker {
    position:fixed;
    width:100%;
    height:100%;
    z-index:6;
    background-color:#fff;
    background-color:rgba(255,255,255,.65);
    display:none;
}
.planYourWeekContainer, .searchContentContainer {
    width: 100%;
    height: 525px;
    background-color: #dbe5f2;
    border-bottom: 5px solid #fff;
    opacity: 0;
    margin-top: -425px;
    position: absolute;
    z-index: 2;
    display: none;
}
.searchContentContainer {
    background-color:#fff;
}
.innerSearchContainer {    
    padding:8px 0%;
}
.searchNavCats, .searchNavTypes {
    width: 30%;
    float: left;
    height: 100%;
    border-right: 2px solid #eee;
    padding-right: 20px;
    padding-left: 20px;    
}
.searchNavLeaders {
    width: 40%;
    float: left;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
    overflow-y:auto;
}
.seachItemsContainer {
    clear: both;
    padding-top: 62px;
}
.searchItemGroup {
    float: left;
}
.searchItem {
    padding-right: 3px;
    clear: both;
}
.searchTitles {
    font-family: 'NeueHaasUnica Bold';
    text-transform:none;
    font-size:1.5em;
    padding-top:24px;
    padding-bottom:4px;
    position:absolute;
    width:100%;
    background-color:#fff;
    z-index:9;
}
#spksMore {
    display: none;
    position: absolute;
    top: 432px;
    right: 115px;
}
.aSearchButton {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
   /* background-color: #e87e32; */
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
}
.planYourWeekContainerVisible {
    display: block;
}
.planYourWeekTopLink {
    float: right;
    background-color: #a7a9ac;
    height: 55px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px 20px 0px 20px;
    color: #fff;
    cursor: pointer;
}
.planYourWeekTopLink:before {
    content: '\3e';
    color: #703381;
    padding-right: 6px;
}

.planYourWeekTitle {
    font-family: 'NeueHaasUnica Bold';
}
.planYourWeek {
    width: 96%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;    
    height: 400px;
    max-width:1680px;
}
.planYourWeekTitle {
	text-transform:uppercase;
	font-family:'NeueHaasUnica Bold';
	font-weight:bold;
	letter-spacing:3px;
	margin-bottom:20px;
}
.planTableTitle {
	text-transform:uppercase;
	font-family:'NeueHaasUnica Bold';
	font-weight:bold;
	letter-spacing:3px;
	color:#fff;
	width:100%;
	background-color:#00013a;
	border:2px solid #fff;
	padding-top:12px;
	padding-bottom:12px;
}
.planDay {
	width:20%;
	float:left;
	font-size:12px;
	color:#fff;
	padding:12px 10px 12px 10px;
	border:1px solid #fff;
	border-bottom:none;
	height:100%;
}
.planMonday {
	background-color:#ea8c3f;
}
.planTuesday {
	background-color:#774798;
}
.planWednesday {
	background-color:#63acaa;
}
.planThursday {
	background-color:#0096c6;
	/*border:4px solid #00013a;
	border-bottom:none;
	margin-top:1px;*/
}
.planFriday {
	background-color:#939598;
}
.planDayTitle {
	width:15%;
	float:left;
	color:#fff;
	font-size:13px;
	background-color:#42446a;
	height:100%;
    /* padding: 5% 10px 12px 10px; */
	padding: 12% 10px 12px 10px;
	border-bottom:1px solid #fff;
	border-left:2px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.planDay1{
	background-color:#b0b0c4;					
}
.planDay2{
	background-color:#d1d1dd;					
}
.planDay1 .planWebinarLink {
	border-top:2px solid #d5d4df;
}
.planDay2 .planWebinarLink {
	/*border-top:2px solid #b0b0c4;*/
	border-top:2px solid #e5e5e5;
}
.planDayInnerDays {
	width:100%;
	float:right;
	height:42px;
}
.planDayInnerDaysLower {
    /*height:168px;
    height: 278px;*/
    height: 388px;
    border-top: none;
    border-bottom: 1px solid #fff;
}
.planDayInnerDaysLower .planDay {
	border-top:none;
	padding:0px;
}
a.planWebinarLink {
	width:100%;
	display:table;
	padding-left:20px;
    padding-right:6%;
	height:55px;
	text-align:left;
	color:#262a54;
	text-decoration:underline;
	vertical-align:middle;
	float:none;				
}
div.planLinkCell {
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.planRadioIcon {
	padding:5px;
	width:90%;
}
/* END - Plan Your Week*/

a.launchButton {
    min-width: 132px;
    height: 35px;
    background-color: #bcbdc0;
    /*border:3px solid #d1d2d4;*/
    border-style: none;
    border-radius: 0px !important;
    color: #fff;
    padding-left:10px !important;
    padding: 3px 10px 4px 10px;
    font-size: 14px;
    text-transform: none;
    font-family: 'NeueHaasUnica Bold';
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
    line-height: 2;
    text-align: center;
}
.launchArrows {
	font-size:9px;
    display:none;
}
.subHeaderContainer {
    background-color: #fff;
    background-color: #01023a;
}
a.homeButtonLink {
    color: #fff !important;
    text-decoration: none;
}

    a.homeButtonLink:hover {
        color: #666666;
    }
/*Search banner*/
a.subBarNavItem.subBarNavSearchItem {
    cursor: pointer;
    /*background-color: #e87e32;*/
    margin-top: 8px;
    padding-top: 3px;
    height: 28px;
    /* background-image: url('/images/searchIcon.png')
    background-image: url('/images/2020/searchBoxIcon.png');;*/
    background-size: contain;
    border: 1px solid #000100;
    background-repeat: no-repeat;
    background-position: left center;
    background-color:#fff;
    padding-right: 8px;
    padding-left: 24px;
    color: #722f84;
    position: absolute;
    right: 20px;
    bottom: 10px;    
}
    a.subBarNavItem.subBarNavSearchItem:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url('/images/2020/searchIcon.png');
        background-repeat: no-repeat;
        background-color: #fff;
        position: absolute;
        left: 5px;
        top: 5px;
    }
    a.subBarNavItem.subBarNavSearchItem_disable:before {
        content: "";
        display: inline-block;
        width: 21px;
        height: 34px;
        background-image: url('/images/2020/searchBoxIcon.png');
        background-repeat: no-repeat;
        background-color:#fff;
        position: absolute;
        left: -1px;
        top:-1px;
    }
a.subBarNavItem.subBarNavSearchItem.subBarNavPlanItemActive {
    color:#666;
}

/* TOP BAR logo for small screens */
.ldpLogoSubTop {
    float: right;
    margin-right: 20px;
    margin-top: -62px;
    display: none;
}

.ldpLogoImageSubTop {
    height: 42px;
}
.ldpLogoImageSub {
    max-width:160px;
}

.subPageHeroText p {
    margin: 0px;
}
.selectDay {
	color:#fff;
	text-transform:none;	
    font-family: 'NeueHaasUnica Light';
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 3.4px;    
	display:none;
	padding-left:6px;
	margin-bottom:8px;
	border-bottom:1px solid #fff;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    cursor:pointer;
    width:100%;
}
.dailyContentNav {
    -moz-transform-origin:0% 0%;
	-webkit-transform-origin:0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;	
	-moz-transition:all 1.5s;
	-webkit-transition:all 1.5s;
	-ms-transition:all 1.5s;
	transition: all 1.5s;	
}
#actionPanelSpotlight {
    /*background-color: #96bcdd;*/
    background-color: #9ca3b6;
    min-height: 214px;
    cursor: pointer;
}
.devSpotlightCircle {
    background-color: #071d49;
    width: 182px;
    height: 182px;
    border-radius: 91px;
    margin-top: 1px;
    margin-right: 17px;
    float: right;
    padding-top: 14px;
}
.devSpotlightOuterCircle {
    width: 214px;
    height: 214px;
    text-align: center;
    background-color: #659ec8;
    border-radius: 107px;
    float: right;
    padding-top: 14px;
    margin-right: -107px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.devSpotlightCircle img {
    max-width: 80%;
    display: block;
    margin: auto;
}
.developmentSpotlightBanner {    
    width:100%;    
    /*padding:30px 28px;*/
    color:#fff;
}
.devSpotlightTitle {
    font-size:36px;
    color:#fff;
    line-height:1;
    padding-bottom:8px;
}
.devSpotlightText {
    float: left;    
    color: #071d49;
    width:50%;
    padding-left:130px;
    padding-right:20px;
    padding-top:30px;
}
.devSpotlightPreText {
    width: 50%;
    float: left;
    background-color:#659ec8;
    min-height:214px;
    position:relative;
}
.devSpotlightPreTextText {
    float:left;
    font-size:62px;
    font-family:'NeueHaasUnica Bold';
    padding:30px 0px 0px 30px;
}
.devSpotlightText a.launchButton {
    background-color:#071d49;
    float:right;
    margin-right:28%;
}
.devSpotlightText a.launchButton:hover {
    background-color: #b8d0e8;
}
.devSpotlightPresents {
    color:#071d49;
    font-size:39px;
    display:block;
    line-height:22px;
}

@media (max-width: 698px) {
    .ldpLogoSubTop {
        display: none;
    }
    .ldpLogoImage {
        /*display:block;*/
    }
}
@media (max-width: 340px) {
    .ldpLogoSubTop {
        /*margin-right: 50px;*/
         display:none;
    }
}
@media (max-width: 311px) {
    .ldpLogoSubTop {
        display:none;
    }
}

/* nav menu items */
/* BEGIN - styles for menu bar*/
.animenubar {
    display: none;
    cursor: pointer;
    z-index: 101;
    position: absolute;
    right: 13px;
    top: 13px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:4px;
}

.bar1, .bar2, .bar3 {
    /*width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
	border-radius: 2px; */
	    width: 22px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
    border-radius: 5px;
}

/* Rotate first bar */
.change .bar1 {
    /*-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
	*/
	-webkit-transform: rotate(-45deg) translate(-4px, 3px) ;
    transform: rotate(-45deg) translate(-4px, 3px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
   /* -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;*/
	-webkit-transform: rotate(45deg) translate(-5px, -5px) ;
    transform: rotate(45deg) translate(-5px, -5px) ;
}
.iconHide {
		display:initial;
	}
/* END - styles for menu bar*/
.break {
	display:none;
}


.liveEventsLink {
    position: absolute;
    top: 1px;
    left: 24px;
}
.launchButtonLivePre {
    width:500px !important;
}
.vidRunTime { 
    font-size:13px;
    font-weight:bold;
}


/* BEGIN - 2018 NEW STYLES */
.homeHeroImage {
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*background-position: center 14%;*/
    background-position: center 60%;
    /*border-right: 3px solid #fff;*/
    position: relative;
    text-align: center;
    min-height: 570px;
}
.homeHeroText {
    float: left;
    width: 35%;
    height: 100%;
    position: relative;
    background-color: rgba(19,30,72,.55);
    color: #071d49;
}
.ldpBannerStrip {    
    /*min-height:214px;*/
	
    height:auto;
    
    padding:16px;     
    overflow:hidden;         
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}
.ldpBannerCircle {
    width: 182px;
    height: 182px;
    border-radius: 91px;    
    color: #fff;
    text-align: center;
    font-family: NeueHaasUnica Bold;
    font-size: 21px;
    text-transform: uppercase;
    float: left;
    padding: 36px 36px 14px 28px;
}
.radioPromo2018 {
    background-color: #669fcc;
    width: 14%;
    height: 126%;
    float: left;
    margin-top: -16px;
    color:#fff;
    padding:32px 24px 10px 18px;
    font-size:18px;    
    text-align:center;
    line-height:22px;
    font-family: 'NeueHaasUnica Bold';
}
.radioPromo2018 img {
    display:block;
    margin:0px auto;
}
.homeContentSection {
    background-color: #bbbcbe;
    width: 33.33%;
    float: left;
    height: 100%;
    background-position: center bottom 20px;
    background-repeat: no-repeat;
}
#actionPanel {
    background-color:#121647;
}
.exploreContentSection {
    border-right: 9px solid #a7a9ac;
    /* background-image:url('/images/exploreBoxIcon.png'); */
}
.practiceContentSection {
    border-right: 9px solid #a7a9ac;
   /* background-image: url('/images/practiceBoxIcon.png'); */
}
.doContentSection {
    /*  border-right:9px solid #fff;*/
    float: right;
   /* background-image: url('/images/doBoxIcon.png'); */
}
.ldpWebinarLinks {
    /*width: 30%;
    width:40%;*/
    float: none;
    width:100%;
}
.subContentLeftContainer p {
    margin-top:-2px;
}
.contentCircleOuter {
    width: 205px;
    height: 205px;  
    position: absolute;
    left: -194px;
    top: 14px;
    z-index: 2;
}
.contentCircleInner {
    margin: 16px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*width: 142px;*/
    /*width: 114px; */
    height: 142px;
    /*width: 96px;
    height: 96px;*/
    border-radius: 51px;
    z-index: 2;
    border: 9px solid #fcb53b;
    background-color: #fcb53b;
}
 .itemTitle {
        font-size:21px;
    }
.footerLink a.subBarNavItem {
    color: #929898;
    /*padding-top:42px;*/
    margin:2px;    
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top:4px;
}
/* BEGIN - Checkboxes */
.custom-checkbox {
    margin-right: 8px;
}
.tab-content {
    display:none;
}
.tab-content-active {
    display:block;
}
.content-tab-header, .content-tab-header a {
    display: inline-block;
    color: #666;
    color: #000339;
    font-size: 18px;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.content-tab-header-active, .content-tab-header-active a {
    /*color: #8f5ca6;*/
    color: #000339;
    color: #b0b0c3;
    background-color: #000339;
    /*background-color: #FFE;*/
    padding: 3px;
    text-decoration: underline;
}
.content-tab-header-divider {
    display: inline-block;
    height: 19px;
    width: 2px;
    background-color: #666;
    margin: 0px 10px 0px 14px;
}
hr {
    background-color: #071d49;
    color: #071d49;
    border: 1px solid #071d49;
}

.custom-checkbox[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    /* had e7e7e7 border was hard to see */
    border: 1px solid #808080;
    content: "";
    background: #FFF;
}

.custom-checkbox[type="checkbox"]:after {
    position: relative;
    display: block;
    /*left: 2px;
top: -11px;*/
    left: 3px;
    top: -10px;
    width: 7px;
    height: 7px;
    border-width: 0px;
    border-style: none;
    border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
    content: "";
    /*background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);*/
    background-repeat: no-repeat;
    background-position: center;
}


.custom-checkbox[type="checkbox"]:checked:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
}

.custom-checkbox[type="checkbox"]:not(:disabled):checked:hover:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
}

.custom-checkbox[type="checkbox"]:not(:disabled):hover:after {
    background-image: none;
    border-color: #85A9BB #92C2DA #92C2DA #85A9BB;
}

.custom-checkbox[type="checkbox"]:checked:before {
    background: #d9d9d9;
}
/* END - Checkboxes */
/* END - 2018 NEW STYLES */
.copyrightText {
    font-size: 11px;
    line-height: 16px;
    /*margin-left: 28px;*/
    color: #00023b;
    margin-top: 10px;
    text-align: center;
    /*background-color: #00023b;*/
}
.subContentBox .copyrightText {
    padding-bottom: 30px;
    padding-top: 10px;
}

 /*BEGIN - new layout styles for mid 2019*/

.itag {
    display: inline-block;
    padding: 6px 10px 6px 6px;
    background-color: #e5e5e5;
    margin: 2px 8px;
    cursor: pointer;
}

    .itag:hover {
        text-decoration: underline;
    }

.preview-image {
    float: left;
    width: 30%;
    text-align: left;
    position:relative;
}

    .preview-image img {
        width: 100%;
    }

.preview-item {
    float: left;
    width: 70%;
    padding-left: 2%;
}

.preview-support-group {
    clear: both;
    margin-top: 6px;
}

.event-resources {
    /*max-width: 350px;*/
    float: left;
    padding: 10px 2px 2px 2px;
    margin: 2px 8px;
}
/*END - new layout styles for mid 2019*/
.dailyContentNavItem:last-of-type {
    border-right: none;
}
@media (max-width: 1239px) {
	/*.heroTitle {
		font-size:45px;
		line-height:43px;
	} */
	.innerContainer, .innerContainer.mainLaunchContainer {
		/*width:100%;*/
		/* width:1008px;  */
	}
    .mainNav {
        width:824px;
    }
	.ldpLogo {
		left:800px;
	}	
    .vidRunTime { 
        font-size:11px;        
    }
	.heroSubDescSpacer {
		width:184px;
	}
	.preTitle {
		margin-left:0px;
        font-size:13px;
        /*padding: 14px 12px 16px 28px;*/
	}
	.actionLinksExplore {
		right: 0px;
		left:auto;
	}
	.actionLinksPractice {
		right: 0px;
		left:auto;
	}    
    .subHeroLeft {     
        width: 65%;
    }
    .dailyContentNav {    
       /* margin-left: -28px; */
    }
    .subHeroRight {
        width: 43%;
    }
    .subContentRight {
       /* width: 43%; */
    }
    /*
    .subContentBox {
        width: 57%;
    }*/
    .checkboxContainer {
        float: left;
        margin-left:40px;
    }

    .ldpRadioButton {
	width:210px;
	height:48px;
	float:right;
	margin-top:170px;
	background-color:rgba(0,134,163,0.5);
}

    .ldpText {
        width: 148px;
        height: 48px;
        float: left;
        font-family: 'NeueHaasUnica Regular';
        font-size: 11px;
        color: #fff;
        padding: 5px 5px 5px 15px;
        font-weight: bold;
        line-height: 13px;
    }
    .ldpTextThursday {
        padding: 5px 5px 5px 32px;
    }

    .ldpButton {
	padding:10px 18px 4px 18px;
	background-color:rgba(0,134,163,1);
	width:62px;
	float:left;
    }
    .subPageHeroText {
		font-size:11px;
	}
    .dailyWebinars {
        font-size:28px;
        line-height:32px;
    }
    .radioPromo2018 {
        font-size:14px;
        line-height:15px;
    }
    a.webinarBoxLink, a.webinarBoxRegLink {
        font-size: 16px;
    }    
    a.dailyContentNavItem {    
	    letter-spacing:1.4px;	    
    }
    a.subBarNavItem {
        padding-left:12px;
        padding-right:4px;
    }
    .welcomeMessage {
         display:none;
    }    
    .searchNavCats, .searchNavTypes {
        width: 50%;
        height: auto;
        border-right: none;
        padding-right: 20px;
        padding-left: 20px;
    }

    .searchNavLeaders {
        width: 90%;
        height: auto;
        padding-right: 20px;
        padding-left: 20px;                
    }
    .searchContentContainer {
        overflow:hidden;
        overflow-y:auto;
        overflow-x:hidden;
    }
    a.mainNavItem {
        padding-left:18px;
        padding-right:18px;
    }
    .ldpLogoImageSub {
        max-width: 140px;
    }
    .devSpotlightTitle {
        font-size:30px;
    }
    .devSpotlightPreTextText {
        font-size:49px;
    }
    .f-dev-content {
        padding-top: 50px;
        padding-left: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 1060px) {
    .homeHeroImage {
        background-size:cover;
    }
}
@media (max-width: 1007px) {
    .welcomeMessage {
        display: block;
    }
    .heroBoxLeft {
		width:184px;
		border-left:none;
	}	
	.explorePracticeHomeBox {
		width:100%;
	}
    .innerContainer, .innerContainer.mainLaunchContainer {
        width: 100%;
    }
    .preTitle {
		font-size:13px;
        /*padding: 14px 12px 16px 28px;*/
        letter-spacing:1px;
	}
    .subHeroHeader {
        background-image: url('/images/2020/LDP_SubPageHeader_fliped.png');
        background-size: cover;
        background-position:right top;
    }
	.mainNav {
		width: 100%;
		padding-left:0px;
		border-top:solid #666 1px;	
        max-height:none;	
	}
	.iconHide {
		display:none;
	}
	a.mainNavItem {
		float:none;
		border-bottom:solid #666 1px;
		margin-top:6px;
		padding-bottom:6px;
		border-right-style:none;
	}
	.animenubar {
		display:block;
	}
	.subBarNavItems {
		margin-right:0px;
		/*background-color: #a7a9ac;
		padding-bottom:16px;*/
		width:100%;
	}
	.subBar {
		margin-left: 0px;		
        background-color:#fff;
	}
	.subBarInitial {
		position: static;
	}
    a.subBarNavLDPTubeItem {        
        margin-right: -90px;        
    }
    a.subBarNavItem.subBarNavSearchItem {
        position: fixed;
        /*bottom: 0px;*/
        right: 14px;
        top: 8px;
        height: 26px;
        color: #fff;
        padding-top:2px;
        z-index:10;
    }
        /*a.subBarNavItem.subBarNavSearchItem:before {
            background-color: #722f84;            
            background-size: 17px 26px;
            width: 17px;
            background-image: url('/images/2020/searchBoxIcon_light.png');
        }*/
	.subHeroLeftContainer {
		/*width: 90%;*/
	}
    .subBarNavLDPTubeItem {
        position:fixed;
        top:4px;
        right:221px;
        z-index:10;
    }
	.ldpLogo {
		left:auto;
		right:20px;
	}
	#commentPanel {
		clear:both;
	}
	.doHomeBox {
		width:100%;
		height:70%;
	}
	.exploreHomeBox {
		background-size:contain;
		float:left;
		width:50%;
	}
	.practiceHomeBox {
		background-size:contain;
		float:left;
		width:50%;
		/*background-position:10% top;*/
		background-position:right 20px top;
		border-right: none;
	}
	.explorePracticeHomeBox {
		width:100%;
	}
	.practiceBoxHero {
		display:none;
	}
	.actionLinksPractice {
		width:auto;
	}
	.actionLinksPractice {
		width:auto;
		right:auto;
		left:35px;
	}
	.actionLinksExplore {
		width:auto;
		right:auto;
		left:35px;
	}
	.commentButtons {
		width:50%;
		padding-right: 10px;
	}
	div.commentTextBox {
		width:90%;
        height:164px;
	}
	.commentText {
		width:50%;
	}
	.commentTitle {
		font-size:24px;
		width:75%;
	}
	textarea.commentsTextBox {
		width:100%;
	}
	.postButton {
		font-size:16px;
	}
	.postFile {
		font-size:16px;
        float:left;
        clear:both;
	}
	div.postButtonContainer {
		margin-top: 15px;
        clear:both;
	}
	.checkboxContainer {
		width:90%;
		margin-left:15px;
	}
	.commentTermsCheckbox {
		margin-bottom:70px;
		/*margin-bottom:0px;*/
	}
	.planYourWeek  {
		width:100%;
	}
	.planYourWeekContainer, .searchContentContainer {
		height:768px;
        /*height:890px; */
	}
    .aSearchButton {
        position:fixed;
        z-index:9;
    }
	.planDay {
		width:50%;
	}
	.planMonday {
		margin-top:43px;
	}
	.planMondayBottom {
		margin-top:43px;
	}
	.planTuesday {
		margin-top:43px;
	}
	.planTuesdayBottom {
		margin-top:43px;
	}
	.planWednesday {
		/*margin-top:168px;*/
        margin-top:388px;
	}
	.planWednesdayBottom {
		margin-top:43px;
	}
	.planThursday {
		/*margin-top:168px;*/
        margin-top:388px;
	}
	.planThursdayBottom {
		margin-top:43px;
	}
	.planFriday {
		/*margin-top:167px;*/
        margin-top:388px;
        float:left;
	}
	.planFridayBottom {
		/*margin-top:-2px;*/
        /*margin-top:-5px;*/
        margin-top:43px;
	}
	.planDayTitle {
		display:none;
	}
	.planDayInnerDays {
		width:100%;
	}
	.planTableTitle {
		position: absolute;
		top: 35px;
	}
	.planRadioIcon {
		padding:5px;
		width:auto;
	}
	.doIcon {
		top:16px;
		left:auto;
		right:20px;
	}
	.subHeroLeft{
		width:70%;
	}
	.subHeroRight 	{
		width:30%;
	}
	.ldpLogoSub {
		right:10px;
		left:auto;
	}/*
	.subContentBox {
		width:70%;
	}*/
	/*.subContentRight {
		width:30%;
	}
	.subContentLeftContainer  {
		width:90%;
	}*/
	.practiceHomeBox {
		border-bottom: solid #fff 5px;
	}
	.practiceUnderline {
    margin-left: -52px;
	}
    .liveEventsLink {
        position: absolute;           
        /*top: 340px*/;
        top:414px;
        right: 4%;
        width: 40%;
        left:inherit;
    }
    .launchButtonLivePre {
        height:auto !important;
        width:95% !important;
    }
     .ldpRadioButtonThursday {
        width:110px;
	    height:110px;
	    float:right;
	    top:130px;
        right:60px;
    }
    .ldpTextThursday {
        width:95px;
        margin-top:45px;
        text-align:center;
        font-size:8px;
        line-height: 10px;
        padding-top: 4px;
        padding-left: 16px;
        height: auto;
        margin-left: 4px;
    }    
    .dailyContentNav {
	    /*width: 220px;
		border: 1px solid black;
		height: 20px;
        left:3%;*/
		overflow: hidden;
        /*position:fixed;*/
		
		/*background-color:#bcbdc0;*/
		/*padding:2px 0px 3px 0px;*/
	}
    .dailyContentNavRadio {
        height:41px;
        max-height:41px;
    }
    a.dailyContentNavItem {
        float:none;
        border-right:none;
    }
    .dailyContentNav:hover, .dailyContentNavRadio:hover {
        height: auto;
        z-index: 4;
        max-height: 500px;
        padding-bottom:10px;
        /*bottom:auto;		
		top:237px;*/
    }
	.dailyContentNav:hover  a.dailyContentNavItem {	
			pointer-events: auto;           	
	}
	a.dailyContentNavItem {
		border-left: none;
		pointer-events: none;
	}
	.selectDay {
		display:block;
	}
    .planYourWeekTopLink {
        right: 58px !important;
    }
    .commentButtons {
        float: left;
        width: auto;
        margin-right: 10px;
        clear: both;
        margin-top:0px;
    }
    .commentTitleTop div {
        margin-bottom:10px;
    }
    .commentButtonsTop {
        line-height: .5;
    }

    .galleryBlurbTop {
        width: 62%;
    }

    div.commentPanelTop .postButton {
        margin-left: 0px;
    }

    div.commentPanelTop .commentTitle {
        width: 90%;
    }
    .talentLinkTop {
        padding-top:22px;
        padding-bottom:26px;
    }    
}
@media (max-width: 955px) {	
	.ldpLogoSub {
		right:10px;
		left:auto;
	}
	.subPageHeroText {
		font-size:11px;
	}
    .devSpotlightPreText {
        width:82%;
    }
    .devSpotlightText {
        float:none;
        width:88%;
        padding-bottom:20px;
        padding-top:10px;
        clear:both;
    }
    .devSpotlightText a.launchButton {
        float:none;
        margin-bottom:0px;
    }
    .ldpTubePromo, .on-demand-promo {
        width:100%;
    }
    .focused-activate, .focused-learn-more {
        width:100%;
        border-right:none;
    }
    .focused-activate {
        padding-bottom:30px;
    }
}
@media (max-width: 914px) {
    .heroSubDescSpacer {
		width:100px;
	}
    #spksMore {
        display:none !important;
    }
}
/**was 840 */
@media (max-width: 955px) {
    /* .liveEventsLink {
        right:1%;
    }*/    
    .preTitle {
        /* top:290px;*/
        font-size: 15px;
        bottom: 70px !important;
        text-align:center;
        padding:14px 28px 16px 28px;
    }
    .homeHero {
        height:auto;
        max-height:none;
    }

    .heroSubDescContainer {
        width: 100%;
        /*height:380px;*/
        top: 392px;
    }

    .homeHeroImage {
        width: 100%;
        border-right: none;
    }

    .homeHeroText {
        width: 100%;        
    }

    .homeContentSection {
        width: 100%;
        height:259px;
    }

    .exploreContentSection {
        border-right: none;
    }
    .practiceContentSection {
        border-right: none;
        border-top: 9px solid #a7a9ac;
    }
    .doContentSection {
        border-top: 9px solid #a7a9ac;
    }
    .heroSubDesc {
        width: 90%;
        height: 100%;
        padding-right: 0px;
    }
    .ldpLogo {
        padding-right:0px;
    }
    .ldpBannerStrip {
        width: 97%;
        position: relative;
        float: right;
        left: auto;
        bottom: auto;
        margin-top: 60px;
        padding-right: 0px;
        margin-top: 20px;
    }
    .ldpWebinarLinks {
        width: 80%;
    }
    .radioPromo2018 {
        float: right;
        position: absolute;
        bottom: 30px;
        right: 10px;
        top: 33px;
        height: 182px;
        border-radius: 30px;
        width: 20%;
        padding-top: 8px;
    }
    .radioPromoWednesday {
        padding: 8px 10px 14px 10px !important;
    }
	.heroSubDescSpacer {
		width:10%;
		height:100%;
	}
	.break {
		/*display:block;*/
	}
	a.dailyContentNavItem {
		padding:0px 7px 0px 7px;
	}
    .ldpRadioButtonThursday {
        width:110px;
	    height:110px;
	    float:right;
	    top:130px;
        right:60px;
    }
    .ldpTextThursday {
        width:95px;
        margin-top:45px;
        text-align:center;
        font-size:8px;
        line-height: 10px;
        padding-top: 4px;
        padding-left: 16px;
        height: auto;
        margin-left: 4px;
    }
    .heroTitle {
        font-size: 36px !important;
        padding-bottom: 14px;
    }
    .ldpLogoImageSub {
        max-width: 120px;
    }
}
@media (max-width: 850px) {
   .subPageTitle {
       font-size:48px;
       max-width:78%;
   }
    
    .subBarNavItems {
        /*min-height: 74px;
        min-height: 68px;*/
    }
}
@media (max-width: 780px) {	
	/*.subBarNavItems {
		margin-right:0px;
		background-color: #a7a9ac;
		padding-bottom:4px;
	}*/
	.homeHero {
		overflow:hidden;
	}
	.practiceHomeBox {
		background-size:contain;
		float:none;
		width:100%;
		border-right:none;
	}
	.exploreHomeBox {
		background-size:contain;
		float:none;
		width:100%;
		border-right:none;
	}
	a.subBarNavItem, .subBarNavItem {
		/*font-size:11px;*/
        padding-top:6px;
        padding-bottom:6px;
	}
    a.subBarNavLDPTubeItem {
        padding-top:15px;
    }
    .homeButton {
        height: auto;
        padding-top: 5px;
        padding-bottom: 6px
    }
    .events-nav, .resources-nav {
        top:30px;
    }
	.postButton {
		font-size:13px;
	}
	.postFile {
		font-size:13px;
        float:none;
	}
    .ldpBannerCircle {
        width: 100px;
        height: 100px;
        border-radius: 50px;        
        font-size: 13px;
        margin-top: 11px;
        margin-left: 11px;       
        background-repeat: no-repeat;
        padding: 15px 16px 5px 12px;
    }
    .ldpBannerStrip {
        border-bottom-left-radius: 50px !important;
        border-top-left-radius: 107px !important;
        height: auto !important;
        min-height: 214px;
        max-height:none;
    }
    .ldpBannerCircle img { 
        width:75px;
    }
    .ldpBannerCircle {
        display:block;
    }
    .ldpBannerStrip {
        display:block;
    }
    .signUpFlex {
        display:block;
    }
    .radioPromo2018 {
        font-size:13px;
        line-height:13px;
    }
    div.commentPanelTop {
        width: 100%;
        border-right: none;
        border-bottom: 9px solid #a7a9ac;
    }

    .talentLinkTop {
        width: 100%;
    }

    a.visitNowButton {
        margin-bottom: 30px;
    }
    .ldpLogoImageSub {
        max-width: 106px;
    }
    td img {
        width: 100%;
    }

    .preview-image {
        width: 100%;
    }

    .preview-item {
        width: 100%;
    }
}
@media (max-width: 882px) {	
 .launchButtonLivePre {
        
        /*width:284px !important;*/
    }
  .liveEventsLink {
        right: 2%;        
    }
 }

@media (max-width: 742px) {
    .launchButtonLivePre {
        /*width: 244px !important;
        height: 54px !important; */
    }
    .innerSearchContainer {
        padding: 8px 1%;
    }
}
@media (max-width: 698px) {	
	.subHeroRight {
		width:10%;
		/*background-image:none;
        background-position:61% 20%;*/
		background-position:30% 20%;
	}
	.subHeroLeft {
		width:90%;
	}    
	.ldpLogoSub {
		bottom: -80px;
		top:auto;
		right: 74px;
		position: absolute;
		z-index: 3;
        display:none;
	}
	.subContentRight {
		width:10%;
		/*border-left:20px solid #bcbdc0;*/
	}
	/*.subContentBox {
		width:90%;
	}*/
	.subHeroLeftContainer {
		width: 90%;
	}
	.ldpLogoImageSub {
		width:110px;
		/*top:10px;*/
	}
	.subContentLeftContainer {
		/*width:90%;*/
        padding-left:20px;
        padding-right:20px;
	}	
   .contentItemsDay {
      font-size:28px;
    }
    .contentItemText {
        font-size:14px;
    }
	.subPageHeroText {
		font-size:11px;
        width:70%;
	}
	a.dailyContentNavItem {
		padding:0px 14px 0px 14px;
	}
    .contentCircleOuter {
        width: 120px;
        height: 120px;
        border-radius: 80px;
        right: -30.5px;
        top: 46px;
    }
    .contentCircleInner {
        width: 62px;
        height: 62px;
        border-radius: 21px;
        margin: 19px auto;
    }    
}

@media (max-width: 655px) {
	
    .subPageTitle {
        font-size:38px;        
    }
    .heroTitle {
		/* font-size:30px; */
		/*padding-left:25px;*/
        line-height:29px;
	}
	.preTitle {
		font-size:14px;
		/*margin-left:12px;*/
	}

	/*This handy trick stops text selection on small screens! that way you don't get that annoying auto google search on phones.*/
	html, body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-html-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
}
@media (max-width: 664px) {
	.subBar {
		height: 54px;		
	}
	#header {
		height:110px;
	}
    .homeHero {
        margin-top:110px;
    }
	.subHero {
		padding-top:110px;
	}
    
    .liveEventsLink {
      /*  right:0px;*/
        top:414px;
    }
    .launchButtonLivePre {
   /* height: 72px !important;
    width: 184px !important;*/
    }
    .devSpotlightPreText {
        width:77%;
        min-height:182px;
    }
    .devSpotlightOuterCircle {
        width:182px;
        height:182px;
        padding-top:12px;
    }
    .devSpotlightCircle {
        width:156px;
        height:156px;
    }
}
@media (max-width: 568px) {
	/*.postFile {
		font-size:13px;
		width:60px;
	}
	
	#uploadTag {
		display:none;
	}*/
	div.postButtonContainer {
		margin-top: 10px;
	}
	.commentButtons {
		margin-top: 16px;
	}
	.checkboxContainer {
		/*position: absolute;*/
		left: 8px;
		margin-top: -10px;
	}
    .copyrightText {
        margin-top:68px;
    }
    .practiceTitle {
        font-size: 29px;
        line-height: 74px;
    }
	.practiceUnderline{
		margin-top:-12px;
	}
	.exploreTitle {
		font-size:29px;
        line-height:74px;
	}
	.exploreUnderline{
		margin-top:-12px;
	}
    .doTitle {
        font-size: 29px;
        line-height: 74px;
    }
	.doUnderline{
		margin-top:-12px;
	}
    .dailyWebinars {
        font-size:23px;
        line-height:26px;
    }
    .webinarBoxLinkTitle, .webinarBoxLinkArrows {
        line-height:16px;
    }
    .ldpWebinarLinks {
        width:76%;
    }
     .radioPromo2018 {
        top: -50px;
        bottom: auto;
        width: 85%;
        height: 54px;
        padding: 14px 10px 14px 10px;
   }
   .ldpBannerStrip {
       overflow:visible;
   }
   .radioPromo2018 img {
       height:100%;
       float:left;
   }  
    .searchNavCats, .searchNavTypes {
        width: 100%;
        height: auto;
        border-right: none;     
    }
    .searchNavLeaders {
        width: 90%;
        height: auto;
        overflow: visible;
        overflow-y: auto;
    }    
    .galleryBlurb {
        width: 90%;
        font-size: 13px;
    }
    .devSpotlightPreTextText{
        font-size:37px;
    }
    .devSpotlightPresents {
        font-size:28px;
    }
    .devSpotlightText {
        padding-left:30px;
    }
    .devSpotlightPreText {
        width:72%;
        padding-right:91px;
    }
    .focus-kid-group {        
        margin-top: 0px;
        margin-bottom: 0px;
        border-right: none;
        width: 100%;
    }
    .focused-dev-home-links {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .webinarBoxLinks {
        padding-left:0px;
    }
    .dailyWebinars {
        padding-left:0px;
    }
    .heroTitle {
        padding-left:28px;
    }
    .focused-activate-vid-link {
        width:100%;
    }
    .focused-activate-text {
        width:100%;
        padding-left:0px;
    }
}
@media (max-width: 499px) {
	#commentPanel {
		/*min-height: 470px;*/
	}
	.ldpLogoImage {
		/*width:70%;
		float:right;*/
		margin-top:20px;		
	}
    .ldpLogo {
        padding-top:12px;    
    }
	.ldpText {
		width: 95px;
	}
	.ldpRadioButton {
		width:157px;
	}
	.ldpText {
		font-size: 8px;
		line-height:10px;
		padding-top:4px;
		padding-left:14px;
		height:auto;
	}
	.subPageTitle {
		/*font-size:42px;*/
	}
    .itemTitle {
        font-size:18px;
    }
	.subPagePreTitle {
		font-size: 13px;
		margin-top: 18px;
	}
	.ldpLogoSub {		
		right: 54px;		
	}
   .ldpRadioButtonThursday {        
        right:20px;
    }
   .preTitle {
		font-size:13px;
		/*margin-left:12px;*/
        padding-left:12px;
        letter-spacing:normal;
	}
  .ldpBannerCircle {
        width: 96px;
        height: 96px;
    }
    .ldpBannerCircleInner {
        background-image: none !important;
    }
    #launchIcon {
        opacity: 1;
        max-width: 71px;
        margin-top: 0px;
        max-height: none;       
    }
  .contentItemsDay {
      font-size:23px;
  }
  .contentItemText {
        font-size:13px;
    }
    div.launchButton {
        max-width: none;
        width: 40%;
    }

    .event-resources {
        width: 90% !important;
    }

    div.launchButton:last-of-type {
        margin-left: 10%;
    }
    a.subBarNavLDPTubeItem {
        position: absolute;
        top: unset;
        right: 28px;
        bottom: 0;
        z-index: 10;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-right:-40px;
        height: 32px;
    }
}
@media (max-width: 464px) {
    .heroTitle {
        padding-left: 25px;
    }
    .heroSubDescContainer {
        padding-left:25px;
    }

    .subContentRight {
        border-left: 10px solid #bcbdc0;
    }
    .subPageTitle {
		font-size:26px;
	}
    .planYourWeekTopLink {
        font-size: 13px !important;
        padding: 18px 8px 0px 8px !important;
        right: 50px !important;
    }
    .logo {
        width: 149px !important;
    }
    .devSpotlightPresents {
        font-size: 24px;
    }

    .devSpotlightPreTextText {
        font-size:28px;
    }

    .devSpotlightPreText {
        width: 68%;        
    }
}
@media (max-width: 413px) {
     .launchButtonLivePre {
    /*height: 86px !important;
    width: 150px !important;    */
    }
    .liveEventsLink {
        right: 0px;        
    }
}

@media (max-width: 378px) {
	.preTitle {
		margin-top:10px;
	}
	.heroTitle {
		font-size:28px !important;
		padding-left:25px;
		margin-top:10px;
        /*line-height:28px;*/
        line-height:1;
        padding-bottom:20px;
	}
    #launchIcon {
        margin-top:-11px;
    }
	.postButton {
		font-size: 11px;
	}
	.ldpLogoSub {		
		right: 39px;		
	}
	/*.cameraIcon {
		width:30px;
		height:26px;
	} */
    .ldpLogo img {
        max-width:40%;
    }
    
	.subPagePreTitle {
		font-size: 11px;
		margin-top: 18px;
	}
	.heroSubDesc {
		font-size:14px;
	}
    .dailyWebinars {
        font-size:20px;
    }
    .ldpWebinarLinks {
        width:100%;
    }
    .ldpBannerCircle {
        width:180px;
        height:65px;
        padding-top:8px;
        margin-top:8px;
        margin-left:8px;
        margin-bottom:4px;
        line-height:16px;
    }
    .ldpBannerStrip {
        border-top-left-radius:50px;
    }
      .radioPromo2018 {       
        padding: 10px 10px 14px 10px;
   }
    .devSpotlightPresents {
        font-size: 20px;
    }
    .devSpotlightPreTextText {
        font-size: 26px;
        padding-top:18px;
    }
    .devSpotlightPreText {
        width: 70%;
        min-height:142px;
    }
    .devSpotlightOuterCircle {
        width: 142px;
        height: 142px;
        padding-top: 5px;
        margin-right: -79px;
    }
    .devSpotlightCircle {
        width: 128px;
        height: 128px;
        margin-right:11px;
    }
    .devSpotlightTitle {
        font-size:24px;
    }
    .eventsNavItem{
        clear:both;
    }
}
@media (max-width: 345px) {
	.subBar {
		height: 74px;
	}	
	#header {
		height:130px;
	}
	.subHero {
		padding-top:130px;
	}
	
	.heroBoxLeft {
		/*top:54px;*/
	}		
	.ldpLogoImage {
		/*width:55%;
		float:right;*/
		margin-top:30px;
	}
    .ldpText {
		display:none;
	}
    .ldpTextThursday {
        display:block;
    }
	.ldpRadioButton {
		width:62px;
	}
	a.actionLinkItem {
		font-size:14px;
	}
}
@media(max-width:1007px) and (max-height:977px){
.planYourWeekContainer, .searchContentContainer {
		height:668px;
		overflow-y: scroll;
	}
}
@media(max-width:1007px) and (max-height:800px){
.planYourWeekContainer, .searchContentContainer {
		height:550px;
		overflow-y: scroll;
	}
}
@media(max-width:1007px) and (max-height:691px){
.planYourWeekContainer, .searchContentContainer {
		height:430px;
		overflow-y: scroll;
	}
}
@media(max-width:1007px) and (max-height:550px) {
    .planYourWeekContainer, .searchContentContainer {
        height: 350px;
        overflow-y: scroll;
    }
}


@media (max-width: 568px) {
    .copyrightText{
        margin-top:22px;
    }
    .footerLink a.subBarNavItem {                    
        padding-top: 64px;                    
    }
    .commentTermsCheckbox {
        margin-bottom: 28px;       
    }
}


.site-search-box {
    /*display:none;*/
}

.the-searcher {
    float: right;
    /* margin-right: 35px;
                    margin-top: 20px;*/
}

    .the-searcher input {
        border: 0px solid transparent;
        background-color: #fff;
        width: 110px;
        height: 20px;
        font-size: 14px;
        color: #722f84;
        padding-left: 5px;
    }

.get-started-container {
    position: relative;
    float: right;
}

.get-started {
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    padding: 4px 10px;
    height: auto;
}

.get-started-menu {
    display: none;
    position: absolute;
    top: 45px;
    right: 9px;
    background-color: #efefef;
    z-index: 45;
}

    .get-started-menu a {
        display: block;
        width: 100%;
        padding: 6px 10px;
        background-color: #e5e5e5;
        margin-top: 3px;
        min-width: 180px;
        color: #00013a;
        text-decoration: none;
    }

        .get-started-menu a:hover {
            color: #e5e5e5;
            background-color: #00013a;
        }

.get-started-menu-open {
    display: block;
    /**for now hide this stuff*/
    display: none;
}
/* for now hide all of this! */
.get-started {
    display: none;
}

.the-searcher input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9e9eaa;    
}

.the-searcher input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9e9eaa;
    opacity: 1;    
}

.the-searcher input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9e9eaa;
    opacity: 1;    
}

.the-searcher input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #722f84;    
}

.the-searcher input::-ms-input-placeholder { /* Microsoft Edge */
    color: #9e9eaa;    
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

@media (max-width: 1007px) {    

    .the-searcher input {
        border: 0px solid transparent;        
        width: 72px;
        height: 20px;
        font-size: 13px;        
        padding-left: 5px;
    }
}