/*
    --- Color Guide
    Crimson     : #Ff1726   Normal Red
    Torch Red   : #Fc3240   Bright Red
    Mine Shaft  : #292929   Dark Gray
    Squirrel    : #908679   Dull Goldish Gray
    Tundora     : #333333   Normal Gray
    Dusty Gray  : #999999   Light Gray
    Seashell    : #c23030   Dull Red
*/


/* ------------- Training Page Styling ------------- */
/*-- Devloper: Prodeep | Purpose: Training Page Design | Dated: Nov 22, 2017 --*/

.training-page {
    background: #F7F7F7;
    font-family: "futura_bk_btbook", Arial;
}

.training-page .blog .gdlr-blog-thumbnail img {
    height: 180px;
}

.training-page .blog .gdlr-blog-thumbnail {
    margin-bottom: 20px;
}

.training-page .blog .blog-content-container {
    height: 240px;
    margin-bottom: 10px;
    overflow: hidden;
}

.gdlr-blog-title a:hover {
    color: #Ff1726;
}

.training-page .blog .four.columns {
    margin-bottom: 30px;
}

.training-page .blog .gdlr-blog-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "futura_bk_btbook", Arial;
    cursor: pointer;
}

.training-page .blog .gdlr-blog-title:hover {
    color: #Ff1726;
}

.training-page .blog .faded {
    font-size: 13px;
    color: #333;
}

.training-page .gdlr-blog-grid .post-header {
    margin-bottom: 0px;
    font-family: "futura_bk_btbook", Arial;
}

.training-page .blog .gdlr-blog-content {
    color: #333;
    font-family: "futura_bk_btbook", Arial;
    padding-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}

.training-page .gdlr-blog-grid .gdlr-blog-content,
.training-page .gdlr-blog-grid .post-header {
    padding: 0px 20px 20px;
}

.training-page .gdlr-blog-grid .post-header {
    padding-right: 65px;
}

.training-page.training-see-all-page .category-section {
    margin-top: 20px;
}

.training-page .category-section > .title {
    font-size: 23px;
    padding-left: 25px;
    font-family: "futura_bk_btbook", Arial;
}

.training-page .category-section > .title a.link-class {
    float: right;
    margin-right: 15px;
    font-size: 14px;
}

.training-page .white-container .filters {
    padding-left: 25px;
    padding-top: 10px;
    font-family: "futura_bk_btbook", Arial;
}

.training-page .white-container .filters::after {
    content: "";
    display: block;
    clear: both;
}

.training-page .white-container .filters .inline-title {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
}

.training-page .white-container .filters .four {
    /*max-width: 288px;*/
}
.training-page .white-container .filters .four:nth-child(2) {
    /*max-width: 255px;*/
}

.training-page .white-container .filters .form-input {
    min-width: 110px;
    max-width: 100%;
    width: 60%;
    margin-right: 40px;
    font-size: 15px;
    margin-bottom: 10px;
}

.training-page .gdlr-item-start-content {
    padding-top: 40px;
}

.training-page .blog .content-type.hidden {
    margin-bottom: 14px;
}
.training-page .blog .content-type {
    margin: 0px 20px;
    margin-bottom: 20px;
    height: 22px;
    display: inline-block;
    background: #009933;
    padding: 0px 17px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
}

.training-page .blog article,
.training-page .blog article .post-header {
    background: #fff5f6;
}

.training-page .gdlr-standard-style {
    max-height: 493px;
}
.training-page .gdlr-blog-grid {
    width: 300px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
    border: 1px solid #cfd0d0;
    box-shadow: none;
}
.training-page .gdlr-blog-thumbnail {
    background: #FFFFFF url('../../images/doc-icon.png');
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 50% 50%;
    border-bottom: 1px solid #cfd0d0;
}

.training-page .gdlr-blog-thumbnail .image-holder {
    cursor: pointer;
}

.training-page .video-player.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    z-index: 9999;
    display: none;
}

.training-page .video-player.popup .close {
    position: absolute;
    right: 20px;
    top: 85px;
    color: #fff;
}

.training-page .gdlr-blog-thumbnail > a > img:hover {
    opacity: 1;
}

.hidden {
    visibility: hidden;
}

.training-page .category-items {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
   	background-color:rgba(145, 135, 122, 0.05);
	float: left;
    width: 100%;
}

.training-page .category-items .btn-white {
    margin-top: 80px;
    display: inline-block;
    height: auto;
    padding: 10px 40px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #Ff1726;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.training-page .category-items .btn-white:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    float: right;
    margin-top: 6px;
    background: url(../../images/icon-next.png);
    background-repeat: no-repeat;
}

.training-page .category-items .section-title {
    position: relative;
    background: #Ff1726;
    color: #FFFFFF;
    width: 40%;
    padding: 50px 35px;
    box-sizing: border-box;
    display: inline-block;
    padding-bottom: 40px;
    height: 200px;
    float: left;
}

.training-page .category-items .section-title.multiple {
    height: 410px;
    position: relative;
}

.training-page .category-items .section-title .category-title-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 50px 35px;
    box-sizing: border-box;
}


.training-page .section-data {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 25px;
    box-sizing: border-box;

}

.training-page .section-data .data-item {
	max-height: 158px;
    /* overflow: hidden; */
	float:left;
	width:100%;
}
.section-data .data-item + .data-item {
    margin-top: 45px !important;
}

.training-page .section-data .data-item .image-holder {
    background: #fff;
    width: 300px;
    max-width: 55%;
    display: inline-block;
    vertical-align: top;
    height: 150px;
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
	float:left;
}

.training-page .section-data .data-item .image-holder.video img {
    width: 100%;
    height: 100%;
}

.training-page .section-data .data-item .image-holder.image img {
    max-height: 100%;
    height: 100px;
    margin: auto;
    margin-top: 20px;
}

.image-holder .video-overlay {
    position: absolute;
    background-image:url('../../images/icon-video.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 50%;
	background-color:rgba(0,0,0,0.15) ;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.training-page .section-data .data-item .image-holder .content-type-label {
    background: green;
    padding: 1px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
}

.training-page .section-data .data-item .content-holder {
    width: 300px;
    max-width: 47%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 25px;
    font-family: "futura_bk_btbook", Arial;
}

.training-page .section-data .data-item .content-holder .data-item-title {
    font-family: "futura_bk_btbook", Arial;
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    font-weight: 500;
    color: #292929;
}

.training-page .section-data .data-item .content-holder .faded {
    display: block;
    margin-bottom: 5px;
    color: #4D4D4D;
}

.training-page .section-data .data-item .content-holder .visible-content,
.training-page .section-data .data-item .content-holder .content {
    font-size: 14px;
    color: #292929;
	line-height:22px;
	max-height: 50px;
	min-height: auto;
}

.training-page .white-container:not(.filter-bar) {
    padding-bottom: 10px;
}

.training-page .category-section {
    padding: 20px;
    padding-bottom: 0px;
}

.training-page .category-section .section-title h1 {
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
}

.training-page .category-section .section-title .count-container .count {
    font-size: 12px;
    margin: 0px 20px;
    font-family: "futura_md_btmedium";
}

.training-page .category-section .section-title .count-container .count:first-child {
    margin-left: 0px;
}

.training-page .category-section .section-title .count-container .count:last-child {
    margin-right: 0px;
}

/* video popup */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}

.dark.overlay {
    background: #000000;
}

.light.overlay {
    background: #FFFFFF;
}

.training-page .content-popup.training-popup {
    color: #333333;
}

.training-page .video-popup.training-popup {
    color: #FFFFFF;
}

.training-page .training-popup {
    font-family: "futura_bk_btbook", Arial;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    padding:15px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
}

.training-page .training-popup .close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999999999;
	
}

.training-page .content-popup .content-wrapper {
    font-family: "futura_bk_btbook", Arial;
    height: 600px;
    position: unset;
    overflow: auto;
}

.training-page .video-popup .content-wrapper {
    font-family: "futura_bk_btbook", Arial;
    height: 600px;
    position: unset;
}

.training-page .video-popup.training-popup .video-container {
    background: #fff;
}

.training-page .training-popup .video-container {
    width: 720px;
    margin: Auto;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}

.training-page .content-popup .video-content-wrapper {
    width: 860px;
    max-width: 100%;
    margin: auto;
}
.training-page .video-popup .video-content-wrapper {
    width: 860px;
    height: 120px;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    overflow-y: auto;
}
.training-page .video-popup.training-popup .video-content-wrapper .video-title {
    color: #fff;
}
.training-page .training-popup .video-content-wrapper .video-title {
    font-family: "futura_bk_btbook", Arial;
    font-size: 24px;
    margin-bottom: 0px;
}
.training-page .training-popup .video-content-wrapper .video-publish-date {
    font-family: "futura_bk_btbook", Arial;
    font-size: 13px;
}

.training-page .training-popup .video-content-wrapper .video-content {
    font-family: "futura_bk_btbook", Arial;
    height: 90px;
    font-size: 14px;
}

.training-page .training-popup h1,
.training-page .training-popup h2,
.training-page .training-popup h3 {
    font-size: 24px;
}

.training-page .content-popup p:not(.video-publish-date) {
    font-size: 14px;
    color: #333;
}

.training-page .content-popup.training-popup .video-content-wrapper .video-title {
    font-weight: bold;
    font-size: 24px;
    width: 620px;
    max-width: 100%;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.training-page .content-popup.training-popup .video-content-wrapper .video-publish-date {
    font-family: "futura_bk_btbook", Arial;
    font-size: 15px;
    color: #4D4D4D;
    text-align: left;
}

.training-page .content-popup.training-popup .video-content-wrapper .video-content {
    font-size: 14px;
    height: auto;
}

.training-page .empty-result {
    font-family: "futura_bk_btbook", Arial;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.training-page .empty-result .not-found-icon {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 10px;
}

.training-page .empty-result.not-found .not-found-icon {
    background: #fff url('../../images/icon-no-article.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

.training-page .empty-result.not-found-paid-content .not-found-icon {
    background: #fff url('../../images/icon-no-paid-article.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

.training-page .empty-result.not-found-video .not-found-icon {
    background: #fff url('../../images/icon-no-video.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

.training-page .empty-result.not-found-paid-video .not-found-icon {
    background: #fff url('../../images/icon-no-paid-video.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

/* paid content popup */

.training-page .paid-popup {
    font-family: "futura_bk_btbook", Arial;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing:border-box;
}

.training-page .paid-popup h5 {
    font-family: 'futura_md_btmedium';
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
	color:#333;
}
.training-page .paid-popup p:last-child{margin-bottom: 39px !important;}
.training-page .paid-popup p {
    width: 100%;
    margin: auto;
	float:left;
    margin-bottom:15px;
	color:#292929;
	font-size:14px;
	line-height:17px;
/*
    min-height:120px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 120px;
	*/
}

.training-page .paid-popup .btn-primary {
    padding: 13px 35px;
}

.training-page .paid-popup .content-wrapper {
    width: 500px;

    margin: auto;
    /* - margin-top: 20px; */
    text-align: center;
    height: auto;
}
.content-wrapper-border{width:100%; float:left; padding:15px 15px 30px 15px; border: 1px solid #cccccc; box-sizing: border-box; -webkit-box-sizing;border-box; -ms-box-sizing; border-box;}
.training-page .paid-popup .paid-image-wrapper {
    background-color: #baccc4;
    width: 100%;
    height: 205px;
	float:left;
    margin-bottom: 20px;
	background-image:url(../../images/training-popup-img.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;

}

.training-page .paid-popup .paid-content-wrapper {
    padding-bottom:30px;
}
.training-popup-close{width:40px; height:40px; position:relative;}
.training-popup-close:before{width:14px; height:14px; content:""; position:absolute;  background-position:-352px -7px; background-image: url("../../images/younique-sprite.png"); margin:0; right:0; top:0; cursor:pointer;}

.training-page #training_filter .inline-title{float:left; height:42px; line-height:42px;}
.training-page .white-container .filters .form-input{float:right; box-sizing: border-box;  -webkit-box-sizing: border-box;  -ms-box-sizing: border-box;}
.training-page .filter-bar .columns{ position:relative;}
.training-page .filter-bar .form-input{ position:absolute; top:0; right:0;}
@media(max-width:991px){
	.filter-bar .form-input {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
}
.training-page #training_filter .inline-title {
    float: left;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: -32px;
    left: 0;
	margin-right:0 !important;
}

	.filter-bar .columns{ position:relative; width:33.3%;}
	.training-page .filter-bar{padding-top:34px; padding-bottom: 71px;}
	.training-page .section-data{padding:20px;}
	.section-data .data-item + .data-item{ margin-top:20px !important;}
	.training-page .training-popup{ padding:30px !important; overflow-y: auto;}
}

@media(max-width:750px){
	.training-page .filter-bar .columns{ width:100%; float:left; height:80px;}
	.training-page .white-container .filters{/*padding-left:0 !important;*/ padding-right:25px; padding-top:40px;}
	.training-page .container .white-container{ padding-bottom:0;}
	.training-page .white-container .filters .form-input{ width:100% !Important; margin-right:0;}
	.training-page .white-container .filters .columns:last-child{ height:64px !important;}
	.training-page .category-section{padding:0 !important;}
	.training-page .paid-popup .content-wrapper{ width:100%; max-width:100%; box-sizing: content-box; -webkit-box-sizing: content-box; -ms-box-sizing: content-box;}
	.training-page .training-popup .close { right: 0; top: 0;}	
}
@media(max-width:350px){
	.training-page .training-popup .close {right:0 !important; top: 0 !important;}
	.training-popup-close{ width:40px !important; height: 40px !important;}
	.training-popup-close:before{right: 12px !important; top: 12px !important;}
}	
.text-align-center{ text-align:center; width:100%; float:left;}
.text-normal-left{ text-align:left; width:100%; float:left;}
.paid-content-wrapper-full{ width:100%; float:left;}

.paid-content-wrapper-full .paid-popup-scroller-full{ margin-bottom:0 !important; display:none;}
.paid-content-wrapper-full .paid-popup p:last-child, .training-page .paid-popup p:last-child{margin-bottom:40px !important;}
.sophie-text-top-margin{margin-bottom:40px !important;}
p.see-you-mb-5{ margin-bottom:5px !important;}
