/* styles common for all Learning Path Tempates */
.lp-templates {

}

@media screen and (max-device-width: 960px), screen and (max-width: 960px) {
	.lp-templates { width: 960px; overflow-x: hidden; }
}

/* learning-path-related-content */

/* affects a parbase element */
/* .lp-templates .section */
.lp-templates .section.lp-nav {
 	background-color: #fff; 
}

.lp-templates .section-bg {
	background-color: #f5f5f5;
}

.lp-templates .section-subcat {
	padding-bottom: 3em;
}

.lp-templates .parbase.section {
    background-color: transparent;
}

.lp-templates .breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.lp-templates .pagination {
	margin: 0;
	padding: 0;
	text-align: right;
}

.lp-templates .container {
	margin-bottom: 0;
}

.lp-templates #breadcrumbs li:after {
    content: ' >';
}

.lp-templates #breadcrumbs li a:after {
    content: '';
}

.lp-templates #breadcrumbs li:last-child:after {
   content: "\00a0";
}
	
.lp-templates .section-related.section-bottom {
	margin-bottom: -10px;
	padding-bottom: 20px;
}

.lp-templates .category-page .row,
.lp-templates .category-page .container {
	margin-bottom: 0;
}

.lp-templates hr {
	margin: 0.75em 0 1.5em 0;
	border-color: #fff #fff #e6e6e6;
}

.lp-templates h1,
.lp-templates .title {
	font-size: 3em;
	color: #484c3a;
	margin-top: 0;
}

.lp-templates .skills a {
	color: #b3b8a6;
	text-transform: uppercase;
}

.lp-templates .facebook {
	text-align: right;
	z-index: 999;
}

.lp-templates .tweet {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.lp-templates .tweet > iframe {
	vertical-align: bottom;
}

.lp-templates .hero {
	margin: 0 0 1em 0;
}

.lp-templates .section-related h2,
.lp-templates .category-page h2 {
	margin: 0.75em 0 0 0;
}

.lp-templates .navigation-component h2 {
	padding: 0.75em 0 0;
	
}

.lp-templates .category-page h2.lp-nav-h2 {
	color: #484c3a;
}

.lp-templates .description {
	font-size: 1.8em;
	line-height: 1.2;
	color: #3E7F24;
	margin: 0.5em 0.25em;
}

.lp-templates .description pre {
    font-family: 'Muli','Muli-Regular',Arial,sans-serif;
}

.lp-templates .col-info {
	color: #484c3a;
	margin: 0;
	padding: 0 5em 0 1em;
}

.lp-templates .col-info > div[data-ga-l2] + div.row {
	margin-top: 20px;
}

.lp-templates .col-info h3 {
	font-size: 1.5em;
	color: #3E7F24;
	margin: 1em 0 0.25em 0;
}

.lp-templates .col-info p {
	margin: 0 0 0 2.5em;
}

.lp-templates .col-info ul {
	margin: 0.25em 0 0.25em 2.5em;
	padding: 0;
}

.lp-templates .col-info hr {
	margin: 2em 0;
}

.lp-templates .col-content {
	font-size: 1.4em;
	color: #484c3a;
}

.lp-templates .col-content h2 {
	font-size: 1.6em;
}

.lp-templates .col-content h3 {
	font-size: 1.2em;
}

.lp-templates .col-content h2,
.lp-templates .col-content h3,
.lp-templates .col-content h4 {
	color: #3E7F24; /* #9bca23; */
	margin: 0.75em 0 0.25em 0;
}

.lp-templates .col-content ul {
	margin-top: 0;
}

.lp-templates .col-content ol {
	margin: 0 0 0 1.5em;
	counter-reset: n;  
	list-style-type: none;
}

.lp-templates .col-content ol li {
	margin: 0 0 1em 0;
	position: relative;
}

.lp-templates .col-content ol li:before {
	content: counter(n);
	counter-increment: n;
	line-height: 2;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -0.4em;
	left: -2.5em;
	z-index: 100;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	border: 0px solid #9bca23;
	background-color: #9bca23;
}

.lp-templates .authorName {
    font-family: 'Muli-LightItalic', 'Muli LightItalic', 'Muli';
    font-style: italic;
	font-weight: bold;
}

.lp-templates .authorTitle {
    font-family: 'Muli-LightItalic', 'Muli LightItalic', 'Muli';
    font-style: italic;
}

.lp-templates .authorDescription {
    font-family: 'Muli-LightItalic', 'Muli LightItalic', 'Muli';
    font-style: italic;
	color: #999;
}

.lp-templates .authorImage {
	width: 50px;
	height: 50px;
}

.lp-templates .col-info p.authorDescription,
.lp-templates .col-info .authorTitle > p {
	margin-left: 0;
}

.lp-templates p.timestamp {
	margin: 10px 0 0 0;
}

.lp-templates .skills ul,
.lp-templates .facebook ul {
    list-style-type: none;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.lp-templates .skills li,
.lp-templates .facebook li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.lp-templates .skills li:after {
    content: ',';
}

.lp-templates .skills li:last-child:after {
    content: '';
}

.lp-templates .printable {
	margin: 1em 0 2em 0;
}

.lp-templates .printable a {
	line-height: 40px;
	color: #fff;
	padding: 10px 20px;
	height: 40px;
	border-radius: 20px;
	background-color: #ff9300;
}

.lp-templates .printable a:after {
	content: '\279c';
	font-size: 1.2em;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	margin-left: 2em;
	right: 0;
	top: 0;
}

.lp-templates .chzn-container {
	vertical-align: top;
}


/* styles specific for the Activities pages */

.section.section-details .row:last-child,
.section.section-ugc .row:last-child,
.section.section-related .learning-path-related-content,
.section.section-comments .row:last-child{
	padding-bottom: 3em;
}


/* styles specific for the Tip pages */
.lp-templates.lp-tip .row.center {
	margin: 1.5em 0 3em 0;
}

.lp-templates.lp-tip h1,
.lp-templates.lp-tip .title {
	font-size: 3em;
	line-height: 0.5em;
	color: #006232;
	margin-top: 0.5em;
}

.lp-templates.lp-tip .description  {
	font-size: 3em;
	text-align: center;
	float: none;
	margin-bottom: 1em;
}

.lp-templates.lp-tip .title,
.lp-templates.lp-tip .description,
.lp-templates.lp-tip .description .textarea,
.lp-templates.lp-tip .description pre {
	display: inline;
}

.lp-templates.lp-tip .description pre {
	margin: 0;
}


/* styles specific for the Discussion pages */
.lp-templates.lp-discussion h1,
.lp-templates.lp-discussion .title {
	font-size: 3em;
	line-height: 1em;
	color: #484c3a;
	margin: 0.5em 0 0.5em 1.25em;
	text-align: left;
}

.lp-templates.lp-discussion h1:before,
.lp-templates.lp-discussion .title:before  {
	content: 'Q:';
	color: #9bca23;
	position: absolute;
	margin-top: 0.5em;
	top: 0;
	left: 0;
	z-index: 100;	
}

.lp-templates.lp-discussion .page-summary-collection-container h1:before,
.lp-templates.lp-discussion .page-summary-collection-container .title:before {
	content: '';
}

.lp-templates.lp-discussion .section-details .description {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #484c3a;
	text-align: left;
	margin: 0 0 1em 0.5em;
	display: block;
	width: 100%;
}

.lp-templates.lp-discussion .section-details .description:before {
	content: '\201C';
	font-family: serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #9bca23;
	position: absolute;
	margin-top: 0;
	top: 0;
	left: -0.6em;
	z-index: 100;	
}

.lp-templates.lp-discussion .description pre {
	margin: 0;
	padding: 0;
}

.lp-templates.lp-discussion .authorName {
    color: #9bca23;
	font-weight: bold;
	margin: 0 0 0 0.8em;
}

.lp-templates.lp-discussion .authorDesignationShort {
    color: #9bca23;
	font-weight: bold;
	margin: 0 0 0 0.8em;
}

.lp-templates.lp-discussion .authorDescription {
	margin: 0 0 0 0.8em;
}

.lp-discussion .submit-question {
    margin-left: 0.8em !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}


/* styles specific for the video pages */
.lp-templates.lp-video .s7video-comp {
    display: table;
    margin: auto;
}


/* styles specific for the category pages */
.lp-templates.lp-category #breadcrumbs,
.lp-templates.lp-category #breadcrumbs ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

.lp-templates.lp-category .section {
	background-color: #fff;
}

.lp-templates.lp-category .section.section-related {
	background-color: #f5f5f5;
}

.lp-templates.lp-category .section .section {
	background-color: transparent;
}

/* lp carousel */
.content-page-collection-container .carousel.scrollable {
    max-width: 100%;
}

.lp-templates .content-page-summary-div1 .catalog-product {
    padding: 0;
    margin: 0;
}

.lp-templates .catalog-product .row {
	margin: 0;
	padding: 0;
}

.lp-templates .catalog-product .top {
	margin: 0;
	padding: 0;
	height: 64px;
	border-bottom: 1px solid #eee;
}

.lp-templates .catalog-product .content {
	height: 320px;
	overflow: hidden;
}

.lp-templates .catalog-product .content > a {
	display: block;
}

.lp-templates .catalog-product .bottom {
	height: 64px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	behavior: url(../../../../../../../legacy-assets/htc/PIE.htc);
	background-color: #f0efe6;
}

.lp-templates .catalog-product .bottom a {
    display: inline;
}

.lp-templates .catalog-product .type {
	font-size: 13px;
	line-height: 64px;
	font-weight: bold;
}

.lp-templates .catalog-product .skill,
.lp-templates .catalog-product .topic {
	font-size: 13px;
	line-height: 64px;
	margin-left: 12px;
	font-weight: normal;
	color: #666666;
}

.lp-templates .catalog-product .title {
	font-size: 18px;
	font-weight: lighter;
	font-style: normal;
	font-family: 'Muli','Muli-Regular',Arial,sans-serif;
	line-height: 1.2;
	color: #666;
	margin: 12px;
	display: block;
	max-height: 3.6em;
	width: auto;
	overflow: hidden;
}

.lp-templates .catalog-product .description {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	text-align: left;
	display: block;
	margin: 6px 12px 12px 12px;
	max-height: 4.5em;
	overflow: hidden;
}

.lp-templates .catalog-product span.long-description {
    max-height: 15em;
}

.lp-templates .catalog-product .ui-type {
	vertical-align: middle;
	margin: 12px 6px 12px 12px;
}

.lp-templates .catalog-product .ui-arrow {
	margin: 12px 12px 12px 6px;
	float: right;
}

.row.section.category-page {
    padding: 0;
    margin: 0;
}

.lp-category-masthead {
    width: 100%;
    min-height: 100px;
}

.masthead-button {
    border:1px solid #e1dada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(../../../../../../../legacy-assets/htc/PIE.htc);
    font-size:22px;
    padding: 10px 30px;
    text-decoration:none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #2A5D3D;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    text-align: center;
    position: absolute;
    top:50;
    left:100;
    z-index:2;
}

a.general-link-button {
    min-height: 20px;
    min-width: 100px;
}


div.page-summary-collection-item-horizontal {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 300px;
}

div.content-page-collection-container {
    min-height: 200px;
}

div.page-summary-collection-container {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
}

/** tip styling **/
.lp-templates .content-page-summary-div1 .type-tip .top,
.lp-templates .content-page-summary-div1 .type-tip .content {
	background-color: #0E5026;
}

.lp-templates .content-page-summary-div1 .type-tip .top {
	border-bottom-color: #0C4520;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	behavior: url(../../../../../../../legacy-assets/htc/PIE.htc);
}

.lp-templates .content-page-summary-div1 .type-tip .content {
	background-image: url('https://t7.leapfrog.com/images/cq-png-alpha-no-resize/large-tip-card-icon-w270h320.png');
}

.lp-templates .content-page-summary-div1 .type-tip .bottom {
	background-color: #0C4520;
}

.lp-templates .content-page-summary-div1 .type-tip .top a.type,
.lp-templates .content-page-summary-div1 .type-tip .bottom span.skill,
.lp-templates .content-page-summary-div1 .type-tip .content .title {
	color: #FFFFFF;
}

.lp-templates .content-page-summary-div1 .type-tip .content .title,
.lp-templates .content-page-summary-div1 .type-tip .content .description {
	text-align: center;
}

.lp-templates .content-page-summary-div1 .type-tip .content .description {
	color: #92CA1A;
	font-size: 18px;
	line-height: 1.2;
}

/** END - tip styling*/
/** Promotion Card Styling */
.lp-templates .type-promotion .top {
	height: 0;
	border-bottom: none;
}
.lp-templates .type-promotion .content {
	height: 263px;
}

.lp-templates .type-promotion .bottom {
	height: 185px;
	background-color: #449B08;
}

.lp-templates .catalog-product .bottom a.title {
	display: block;
}

.lp-templates .type-promotion .bottom .title,
.lp-templates .type-promotion .bottom .description {
	color: #FFFFFF;
}

.lp-templates .type-promotion .bottom a.btn {
	color: #FFFFFF;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	behavior: url(../../../../../../../legacy-assets/htc/PIE.htc);
	font-size: 12px;
	padding: 5px 10px;
	display: inline;
}

.lp-templates .type-promotion .bottom > div {
	right: 0;
	bottom: 20px;
}

.content-page-summary-div1 .type-promotion .content img {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	behavior: url(../../../../../../../legacy-assets/htc/PIE.htc);
}
/** END - Promotion Card Styling */
.user-generated-content-collection .modal {
	margin-left: -492px; /* assumes the image will always be 960px based on preset*/
}
.user-generated-content-collection .page-summary-collection-container > div > a {
    display: inline-block;
}

div.page-summary-collection-link-button {
    /* margin-bottom: 60px; */
    margin-top: 10px;
    padding-right: 30px;
}

div.page-summary-collection-link-button .link-button{
    float: right;
}

div.content-page-summary-info-div {
    margin: 20px 20px 0px 20px;
}

div.content-page-summary-image {
    margin-top: 20px;
}

span.content-page-summary-title {
    font-weight: bold;
}

div.content-page-summary-div1 {
    margin: 8px 13px 20px 13px;
    display: table;
/*    box-shadow: 3px 3px 10px 3px; */
    background: white;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(../../../../../../../legacy-assets/htc/PIE.htc);
    -webkit-box-shadow: #C0C0C0 2px 2px 3px;
       -moz-box-shadow: #C0C0C0 2px 2px 3px;
	        box-shadow: #C0C0C0 2px 2px 3px;
}

div.content-page-summary-div1 .catalog-product {
    text-align: left;
    width: 270px !important;
}

div.content-page-summary-type-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 5px 0px 0px 10px;
}

div.content-page-summary-skill-cont {
    background-color: #EFEFE6;
    overflow: auto;
    margin-top: 20px;
}

div.content-page-summary-skill-div {
    float: left;
    margin: 10px 5px 5px 20px;
    max-width: 180px;
}

div.content-page-summary-button-div {
    float: right;
    margin: 10px 20px 5px 5px;
}

.page-summary-collection-sub-container {
    margin-left: 30px;
}

.lp-templates .section-subcat .page-summary-collection-sub-container {
    margin-top: 10px;
}

.lp-templates .lp-last {
	min-height: 3em;
}
/*
// _____________navigation component____________________
*/
.lp-nav-container label {
	font-size: 1.3em;
	color: #484c3a;	
}

.lp-nav-container .chzn-container-single .chzn-default {
	color: #444444;
}

.lp-nav-milestone {
    height: auto;
}

.lp-nav-milestone .lp-nav-container {
    margin: 0;
    width: 10.7%;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.lp-nav-age {
    margin: 0.5em 0 0.2em 0;
    text-align: center;
}

.lp-nav-age a {
	font-size: 1.2em;
	line-height: 1.2em;
}

.lp-nav-container.selected .lp-nav-age a {
	color: #f90;
}

.lp-nav-label {
	line-height: 1.2em;
    text-align: center;
    padding-bottom: 0;
    border-radius: 2px;
    background-color: #3E7F24;
}

.lp-nav-container.selected .lp-nav-label {
    background-color: #f90;	
}

.lp-nav-label a,
.lp-nav-label a:link,
.lp-nav-label a:visited {
	font-size: 0.8em;
    color: white;
}

.lp-nav-dropdown {
    overflow: auto;
    margin: auto;
    display: table;
}

.lp-nav-dropdown .lp-nav-container {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 20px 40px;
}

.lp-templates.lp-week .title {
    font-size: 1.5em;
}

.content-page-summary-div1 .catalog-product a.type {
    color: #666;
 }
/*
// _____________end navigation component____________________
*/