﻿@import url('ReferenceTheme.WebPatterns.Patterns_SilkUI.Plain.css?40324');
@import url('ReferenceTheme.PortalCommon_Theme.PortalCommon_Theme_V2.Plain.css?40324');

/*/Learn_Theme/Theme.Learn_Silk.css*/
html,
body {
    background-color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
}

div,
span,
a,
img,
ul,
li,
form,
table,
tbody,
thead,
tr,
th,
td {
    font-size: inherit;
}

.font-size-xs  {font-size: 12px;}
.font-size-s   {font-size: 14px;}
.font-size-m   {font-size: 16px;}
.font-size-l   {font-size: 18px;}
.font-size-xl  {font-size: 20px;}
.font-size-xxl {font-size: 24px;}

.text-color-green   {color: #66A80F;}
.text-color-red     {color: #CC2200;}
.text-black         {color: #1F282D;}

.text-gray-01       {color: #596669;}

.background-color-gray {background-color: #ECEFF1;}
.background-color-white {background-color: #fff;}

.text-nowrap {
    white-space: nowrap;
}

.regular    {font-weight: 400;}
.semi-bold  {font-weight: 600;}
.bold,
strong {
    font-weight: 700;
}

.padding-s {padding: 10px;}
.padding-m {padding: 20px;}
.padding-l {padding: 30px;}

.padding-top-s {padding-top: 10px;}
.padding-top-m {padding-top: 20px;}
.padding-top-l {padding-top: 30px;}

.padding-bottom-s {padding-bottom: 10px;}
.padding-bottom-m {padding-bottom: 20px;}
.padding-bottom-l {padding-bottom: 30px;}

.hide {display: none;}

a,
a:link,
a:visited {
    color: #08c;
    font-family: "Open Sans";
}

h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h3, h4, h5 {
    font-weight: 400;
    padding-bottom: 5px;
}

a.btn-small {
    padding: 7px 15px;
}

.Button,
a.Button {
    background-color: transparent;
    border: 1px solid #D3DADB;
    border-radius: 4px;
    color: #596669;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 44px;
    min-height: 44px;
    padding: 0 18px;
    text-transform: capitalize;
    transition: all 300ms ease;
}


.desktop .Button:hover,
.desktop .Button:active,
.desktop a.Button:hover,
.desktop a.Button:active,
.Button:hover:active,
.Button:active,
a.Button:hover,
a.Button:active {
    background-color: #f9f9f9;
    border: 1px solid #cfd8dc;
    box-shadow: none;
    color: #596669;
}

.Button.NoButton {
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: default;
    color: #7A878B;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.Button.NoButton:hover,
.Button.NoButton:active {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #7A878B;
}

.Button.Is_Default,
a.Button.Is_Default {
    text-transform: uppercase;
}

.Button.Is_Default:hover,
.Button.Is_Default:active,
a.Button.Is_Default:hover,
a.Button.Is_Default:active {
    background-color: #8C1700;
    border-color: #8C1700;
    color: #fff;
}

.jumbotron-header-wrapper .Button,
.jumbotron-header-wrapper a.Button {
    color: #fff;
}

.phone .Button,
.tablet .Button,
.phone a.Button,
.tablet a.Button {
    min-height: 32px;
}

.button-silk,
a.button-silk {
    font-family: myriad-pro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0 25px;
    text-transform: uppercase;
}


.top20 {
    margin-top: 20px;
}

.Heading1 {
    font-size: 24px;
    font-weight: 600;
}

.Heading2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}



.breadcrumb {
    margin: 15px 0;
}


.Button[disabled],
.Button:disabled,
.Button.Is_Default[disabled],
.Button.ButtonDefault[disabled],
.Button.Is_Default:disabled,
.Button.ButtonDefault:disabled,
.Button.Danger[disabled],
.Button.Danger:disabled,
.Button.Success[disabled],
.Button.Success:disabled {
    background-color: transparent;
    border: 1px solid #D3DADB;
    opacity: 0.3;
}

select {
    max-width: 100%;
    padding-right: 20px;
}

.form-label {
    color: #37474F;
    font-weight: 600;
}












.NavigationBar {
    border-top: 1px solid #eceff1;
}
.NavigationBar a,
.NavigationBar a:link,
.NavigationBar a:visited {
    border: 0;
    color: #7a878b;
    font-size: 16px;
    padding: 14px;
}

.phone .NavigationBar a,
.phone .NavigationBar a:link,
.phone .NavigationBar a:visited {
    font-size: 14px;
}

.NavigationBar a + a {
    margin-left: 15px;
}

.phone .NavigationBar a + a {
    margin-left: 0;
}

.NavigationBar a.Active  {
    color: #cc2200;
}

.NavigationBar a:not(.Active):after,
.NavigationBar a:not(.Active):link:after,
.NavigationBar a.Active:not(.ie7):before,
.NavigationBar a.Active:not(.ie8):before {
    display: none;
}

.NavigationBar a.Active:after {
    background-color: #cc2200;
}

.desktop .NavigationBar a:hover,
.desktop .NavigationBar a:link:hover {
    color: #cc2200;
}

.desktop .NavigationBar a:hover:after,
.desktop .NavigationBar a:link:hover:after {
    background-color: #cc2200;
}






.vertical-align-custom {
    display: table;
    width: 100%;
}

.vertical-align-custom__content {
    display: table-cell;
    vertical-align: middle;
}

.vertical-align-custom__content .OSInline,
.vertical-align-custom__content div[class*="ThemeGrid_Width"] {
    vertical-align: middle;
}


.card-content {
    background-color: #fff;
    
}

.card-content.has-padding .card-content__title,
.card-content.has-padding .card-content__content {
    padding: 20px 25px;
}

.card-content.has-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.07);
}

.card-content__title {
    border-bottom: 1px solid #ECEFF1;
    color: #37474F;
    font-size: 16px;
    font-weight: 700;
    
}

.card-content__title:empty {
    display: none;
}


.quiz-point-splash {
    background: url(/Learn_Theme/img/points_bg.png?39951) no-repeat;
    color: #66A80F;
    display: inline-block;
    font-size: 27px;
    font-weight: 600;
    height: 112px;
    line-height: 110px;
    text-align: center;
    white-space: nowrap;
    min-width: 102px;
}

.quiz-point-splash.no-bg {
    background: transparent;
}

.quiz-point-splash.grey {
    color: #ADB5BD;
}


.quiz-card {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    display: table;
    width: 100%;
}

.phone .quiz-card {
    display: inline-block;
}

.quiz-card.grey,
.quiz-card.grey a,
.quiz-card.grey .quiz-card__info {
    color: #596669;
}

.quiz-card.grey a {
    text-decoration: underline;
}

.quiz-card__info {
    color: #212529;
    display: table-cell;
    padding: 25px;
    vertical-align: middle;
}

.phone .quiz-card__info {
    display: inline-block;
    width: 100%;
}

.quiz-card__score {
    display: table-cell;
    padding: 25px;
    padding-left: 25px;
    vertical-align: middle;
    white-space: nowrap;
    width: 50px;
}

.phone .quiz-card__score {
    display: inline-block;
    font-size: 12px;
    padding: 15px;
    width: 100%;
}

.quiz-card__content {
    font-size: 14px;
    font-weight: 700;
}

.quiz-card__more {
    font-size: 12px;
    margin-top: 5px;
}


.quiz-question {
    background-color: #F1F3F5;
    border-radius: 4px;
    display: table;
    font-size: 16px;
    margin-bottom: 15px;
    min-height: 40px;
    width: 100%;
}

.quiz-question > div {
    padding-bottom: 10px;
    padding-top: 10px;
}

.quiz-question__count {
    color: #ADB5BD;
    display: table-cell;
    font-weight: 700;
    text-align: center;
    padding-left: 15px;
    vertical-align: middle;
    white-space: nowrap;
    width: 20px;
}

.quiz-question__text {
    color: #000;
    display: table-cell;
    font-weight: 600;
    padding-left: 15px;
    vertical-align: middle;
}

.quiz-question__points {
    color: #868E96;
    display: table-cell;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    width: 20px;
}


.quiz-answer {
    border: 1px solid #fff;
    border-radius: 28px;
    display: table;
    margin: 5px 0;
    min-height: 50px;
    padding: 8px;
    transition: all 300ms ease;
    width: 100%;
}

.phone .quiz-answer {
    display: inline-block;
}

.quiz-answer.selected {
    background-color: #E5F3F9;
    border-color: #0A8CCE;
}

.quiz-answer.selected .quiz-answer__letter {
    background-color: #0088CC;
    border-color: #0088CC;
    color: #fff;
    font-weight: 700;
}

.quiz-answer.correct {
    border-color: #66A80F;
}

.quiz-answer.correct .quiz-answer__answer {
    color: #447108;
}

.quiz-answer.correct .quiz-answer__letter {
    background-color: #66A80F;
    border-color: #66A80F;
    color: #fff;
    font-weight: 700;
}

.quiz-answer.wrong {
    border-color: #E20101;
}

.quiz-answer.wrong .quiz-answer__answer {
    color: #E20101;
}

.quiz-answer.wrong .quiz-answer__letter {
    background-color: #E20101;
    border-color: #E20101;
    color: #fff;
    font-weight: 700;
}

.quiz-answer.disabled .quiz-answer__answer {
    color: #88929B;
}

.quiz-answer.disabled .quiz-answer__letter {
    background-color: #fff;
    border-color: #CED4DA;
    color: #CED4DA;
    font-weight: 700;
}

a:hover .quiz-answer:not(.correct):not(.wrong):not(.disabled) {
    background-color: #E5F3F9;
    border-color: #E5F3F9;
}

.quiz-answer__l {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.phone .quiz-answer__l {
    display: inline-block;
}

.quiz-answer__letter {
    background-color: #fff;
    border: 1px solid #D7DDDE;
    border-radius: 100%;
    color: #0088CC;
    font-weight: 700;
    height: 32px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 32px;
}

.quiz-answer__info {
    display: table-cell;
    padding-top: 6px;
    width: 80%;
}

.quiz-answer__info {
    display: inline-block;
    width: 100%;
}

.quiz-answer__score {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    width: 10%;
}

.phone .quiz-answer__score {
    display: inline-block;
    width: 100%;
}

.quiz-answer__score:empty {
    display: none;
}

.quiz-answer__answer {
    color: #212529;
    padding-left: 20px;
}

.quiz-answer__more {
    color: #000;
    margin-left: 20px;
    margin-top: 15px;
    padding-bottom: 6px;
}

.quiz-answer__more:empty {
    display: none;
}


.learn-progress-bar {
    display: table;
    width: 100%;
}

.learn-progress-bar__bar {
    display: table-cell;
}

.learn-progress-bar__value {
    color: #66A80E;
    display: table-cell;
    font-weight: 600;
    width: 35px;
}

.learn-progress-bar__grey {
    background-color: #D3DADB;
    border-radius: 4px;
    height: 4px;
    text-align: left;
    width: 100%
}

.learn-progress-bar__progress {
    background-image: linear-gradient(to right, #66A80E, #7DDB01);
    border-radius: 4px;
    height: 4px;
    width: 0;
}


.learn-espace .sideblock-greybackground {
    background-color: #e7eced !important;
    text-align: center;
}

.learn-espace .sideblock-holder-noheader {
    margin-bottom: 40px;
}


.course-toc .chapter {
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans";
    border-bottom: 1px solid #eceff1;
    border-radius: 0;
    box-shadow:none;
}

.course-toc .chapter.open_botborder > div:nth-child(2) {
    margin-bottom: 10px;
}

.learn-espace .chapter{
    box-shadow: none!important;
     margin-bottom: 0px !important;
}

.course-toc .chapter .title {
    padding: 20px 25px;
    padding-right: 60px;
    color: #384142;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.course-toc .title:after {
    position: absolute;
    right: 20px;
    top: 15px;
    content: "\f078";
    font-family: FontAwesome;
    padding: 8px 10px;
    border: 0px solid white;
    border-radius: 6px;
    line-height: 1;
    color: white!important;
    background-color: #d3dadb;
}

.course-toc .title.open:after {
    content: "\f077";
}

.course-toc .chapter .description {
    padding: 8px 0;
    font-weight: 400;
    color: rgba(122, 135, 139, 1);
    line-height: 1;
    margin-bottom: 10px;
    font-size: 14px;
}
.course-toc .lessons {
    background-color: #FFF;    
    color: rgba(122, 135, 139, 1);
    font-size: 14px;
    font-weight: 400;
}

.course-toc .lessons .lesson {
    padding: 18px 40px;
}

.course-toc .lessons .lesson .lesson-title{
    color: #1f282d;
    position: relative;
}

.course-toc .lessons .lesson .lesson-description{
    font-size: 12px;
}


.course-toc .lessons .lesson:hover{
    background-color: whitesmoke;
    border: 0px solid white;
    border-radius: 4px;
}

.course-toc .title.open .description:after{
    color: #384142;
}


.course-toc .chapter.open_botborder{
    border-bottom: 2px solid #eceff1;
}

.course-toc .chapter .title .description{
    color: #7a878b;
}

.course-toc .chapter .title.open{
    background-color: #eceff1;
    color: #384142;
    text-shadow: 0 0 0.1px #384142;
}

.course-toc .chapter .title.open .description{
    opacity: 0.57;
    color: #384142;
}

.course-toc .lessons .lesson.completed .lesson-title{
    color: #bdc5c7;
}

.course-toc .lessons .lesson.in-progress .lesson-title{
    color: #c82100;
}

.course-toc .lessons .lesson .lesson-description{
    color: #949fa3;
}

.course-toc .lessons .lesson.completed .lesson-description{
    color: #bdc5c7;
}

.course-toc .lessons .lesson{
    color: #384142;
}

.course-toc .lessons .lesson.completed{
    color: #d3dadb;
}

.course-toc .lessons .lesson.in-progress{
    color: #ff2400;
}

.course-toc .lesson .span1.lesson-type{
    position: relative;
}

.lesson .completed {
    top: 12px;
    right: -8px;
}



.Panel .SectionExpandable {
    margin-top: 0;
}

.Panel_content.nopadding {
    padding: 0;
}

.SectionExpandable_header {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: table;
    margin-top: 0;
    padding: 0 0 5px 0;
    width: 100%;
}

.SectionExpandable.expanded .SectionExpandable_header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.SectionExpandable__title.Heading2 {
    display: table-cell;
    min-width: 100px;
    text-align: left;
    vertical-align: middle;
}

.SectionExpandable__title.Heading2 span.fa {
    margin-right: 5px;
}

.SectionExpandable__icon.Heading2 {
    display: table-cell;
    padding-right: 20px;
    text-align: right;
    vertical-align: middle;
    width: 16px;
}

.SectionExpandable__icon.Heading2 span.fa {
    color: #485254;
    font-size: 24px;
    font-weight: bold;
    line-height: 16px;
}

.SectionExpandable.expanded .SectionExpandable__icon {
    -webkit-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
}

.SectionExpandable_content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    box-sizing: content-box;
    height: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 0 10px;
    -webkit-transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
            transition: all 500ms cubic-bezier(.420, .000, .580, 1.000);
    visibility: visible;

    
}


.SectionExpandable.autoheight .SectionExpandable_content {
    display: block;
    height: auto !important;
    -webkit-transition: 0;
            transition: 0;
}


.SectionExpandable.expanded .SectionExpandable_content {
    display: block;
    height: auto;
    overflow: visible;
    padding: 10px;
    visibility: visible;
}


.course-card { 
    background-color: white;
    border: 1px solid rgba(51, 51, 51, 0.22);
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    margin-top: 30px;
    overflow: hidden;
    transition: box-shadow .2s cubic-bezier(.215,.61,.355,1), transform .2s cubic-bezier(.215,.61,.355,1);
}

.course-card:hover {
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    transform: translateY(-5px);
    -webkit-filter: saturate(140%);
}

.course-card .head-title {
    background-color: #ff512f;
    background-image: linear-gradient(-90deg, #427DBD  0%, #235CB7  100%);   
    padding: 10px 25px;
    font-size: 14px;
    color: white;
}

.course-card .head-title .course-name {
    width: 50%;
    text-align: left;
    font-weight: 700;
    letter-spacing: -0.3px;
    opacity: 0.44;
}

.course-card .head-title .course-duration {
    width: 25%;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 12px;
}

.course-card .head-title .course-duration .fa {
    color: rgba(255,255,255,0.70);
}

.course-card .head-title .course-level {
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    width: 25%;
}

.course-card .course-details {
    position: relative;
    padding: 25px;
    min-height: 224px;
    box-sizing: border-box;
}

.course-card .course-details .description {    
    color: #596669;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.course-card .course-details .learn-progress {
    width: 100%;   
    margin-top: 0;
}

.learn-progress-percentage {
    width: 40%;
}

.course-card .course-details .tags,
.course-card .course-details .tags a {
    position: absolute;
    margin-top: 20px;
    color: #7a878b;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.26px;
    bottom: 15px;
    width: 93%;
}

.phone .course-card .course-details .tags,
.phone .course-card .course-details .tags a {
    position: relative;
}

.course-card .course-details .title {
    color: #384142;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.course-card .course-details .tag {
    display: inline-block;
    margin-right: 8px;
}

.learn-jumbotron .course-card {
    font-size: 14px;
    min-height: 160px;
    border:none;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.20);
    margin-top: 0;
}

.learn-jumbotron .media {
    overflow: visible;
}

.learn-jumbotron .course-card .course-details {
    min-height: 170px;
}

.learn-jumbotron .course-card .course-details .title{
    font-size: 17px;
    text-shadow: none;
}

.learn-jumbotron .course-card .course-details .title > span {
    margin-left: 5px;
}

.learn-jumbotron .course-card .head-title .course-name {
    width: 35%;
}

.learn-jumbotron .course-card .head-title .course-duration {
    width: 33%;
}

.learn-jumbotron .course-card .head-title .course-level {
    width: 32%;
}

.learn-jumbotron .course-card .course-details .description {
    visibility: hidden;
    height: 10px;
}


.learning-courses-banner {
    padding: 30px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #1f282d;
    font-weight: 700;
    background-image: url(/learn/img/Courses.png?40282);
    background-position: bottom right 20px;
    background-repeat: no-repeat;
    background-size: contain;               
}

.learning-courses-banner .thin {
    color: #7a878b;
    font-weight: 400;
}

.learning-courses-wrapper {
    background-color: white;
    border: 1px solid #cfd8dc;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}


.learning-path {
    padding: 40px;
    background: url('/Learn_Theme/img/mountain.png?39951');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: white;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px; 
    transition: box-shadow .2s cubic-bezier(.215,.61,.355,1), transform .2s cubic-bezier(.215,.61,.355,1);
}

.learning-path:hover {
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    transform: translateY(-5px);
}

a .learning-path {
    color: #1f282d;
}

.learning-path .title {
    font-size: 18px;
    font-weight: 600;   
}

.learning-path .details {
    color: #7a878b;
    font-size: 14px;
    font-weight: 700;
}

.learning-path .goals {
    color: #596669;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.learning-path .left-bar {
    background: #aeaeae;
    background-image: linear-gradient(180deg, #e65144 0%, #e43a15 100%); 
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 6px;
}


.learn-footer {
    font-family: "Open Sans";    
    font-size: 14px;
    font-weight: 400;   
    padding: 44px 0px;
    background: white;
    margin-bottom: -140px;
}

.learn-footer .footer-title {
    color: #384142;
    font-size: 18px;
    font-weight: 600;   
}

.learn-footer .footer-content {
    margin-top: 16px;   
}


.learn-section {
    border-bottom: 2px solid #e4e5e5;  
    min-height: 250px;
    position: relative;
    color: #1f282d;
}

.learn-section .image {
    position: absolute;
    right: 0px;
    top: 0px;
}

.learn-section .title {
    width: auto;
}

.learn-section .description {
    width: 675px;
    z-index: 1;
    position: relative;
}

.learn-section .link {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 64px;
    letter-spacing: -1;
}

.learn-section {
    margin-top: 75px;   
}


.jumbotron-header-wrapper {
    background-color: rgba(0, 138, 207, 1);    
    background-image: url('/learn/img/header_background.jpg?40282');
    background-repeat: no-repeat;
    background-size: cover;
}

.learn-jumbotron {            
    margin: 0px;           
    color: white;    
    padding: 30px 0px;    
}

.learn-jumbotron .jumbotron-content {
    margin-top: 60px;
}

.learn-jumbotron .bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.learn-jumbotron .title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1px;    
}
.learn-jumbotron .media-container{
    display: table;
    width: 100%;
}
.learn-jumbotron .media {
    text-align: center; 
    
    background-size: cover;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
}

.learn-jumbotron .description {
    font-size: 16px;
    margin-top: 22px;
    line-height: 26px;
    font-weight: 300;
}

@media (max-width: 767px){
    .learn-jumbotron .row-fluid .media-container {
        display: none;
    }
    .learn-jumbotron .description {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width:1024px) and (min-width:768px){
    .learn-jumbotron{
        padding: 50px 0;
    }
    .learn-jumbotron .title{
        line-height: 40px;
        font-size: 28px;
    }
    .learn-jumbotron .description {
        font-size: 14px;
    }
    .learn-jumbotron .media{
        height: auto;
    }
    .learn-jumbotron .jumbotron-content {
        margin-top: 0;
    }
}


.card-white {
    background-color: #fff;
    border-radius: 4px;
    color: #596669;
    padding: 40px 20px;
    transition: box-shadow .2s cubic-bezier(.215,.61,.355,1), transform .2s cubic-bezier(.215,.61,.355,1);
}

.desktop .card-white:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    text-decoration: none;
    transform: translateY(-5px);
}


.desktop .hover-content-popup {
    opacity: 0;
    transition: all 200ms ease;
    visibility: hidden;
}

.desktop a:hover .hover-content-popup {
    opacity: 1;
    visibility: visible;
}


.card-partners {
    text-align: center;
    position: relative;
}

.card-partners__title {
    color: #1F282D;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
}

.card-partners__content {
    height: 140px;
    margin-top: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.card-partners__more {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}


.card-small-image {
    padding: 50px 0;
    position: relative;
    width: 100%;
}

.card-small-image__content {
    color: #596669;
    font-size: 16px;
    padding-right: 200px;
    width: 100%;
}

.phone .card-small-image__content {
    padding-right: 0;
}

.card-small-image__image {
    bottom: 1px;
    position: absolute;
    right: 0;
    
    
}

.phone .card-small-image__image {
    display: none;
}


.gray-content {
    background-color: #ECEFF1;
    width: 100%;
}


.hero-section-training-partners {
    background: #B25454;
    background-image: -webkit-gradient(linear, left top, right top, from(#9D3F3F), to(#C86B6B));
    background-image: -webkit-linear-gradient(left, #9D3F3F, #C86B6B);
    background-image: -moz-linear-gradient(left, #9D3F3F, #C86B6B);
    background-image: -o-linear-gradient(left, #9D3F3F, #C86B6B);
    background-image: linear-gradient(to right, #9D3F3F, #C86B6B);
    
    color: #fff;
}

.hero-section-training-partners__bg {
    background-image: url(/Learn_Theme/img/herosectionbg01.png?39951);
    background-position: bottom center;
    padding: 40px 0;
}

.hero-section-training-partners__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

.hero-section-training-partners__content {
    margin-top: 20px;
}


.phone .image-zoom img {
    height: 100%!important; 
}

#progressContainer.loader {
    height: 60px;
    width: 60px;
}

.learn-espace .course-progress .loader {
    float: none;
}

.learn-espace .sidebar-title,
.sidebar-title {
    background-color: #bdc5c7;
    color: #596669;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 5px 0px;
}

.learn-espace .loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
}

.learn-espace .percentageLoader17 {
    position: absolute;
    padding-top: 20px;
    padding-left: 17px;
}

.learn-espace .percentageLoader20 {
    position: absolute;
    padding-top: 20px;
    padding-left: 20px;
}

.learn-espace .percentageLoader13 {
    position: absolute;
    padding-top: 20px;
    padding-left: 13px;
}

.learn-espace .loader {
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.learn-espace .loader-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
}

.learn-espace .spiner-holder-1,
.learn-espace .spiner-holder-2 {
    top: 0;
    left: 0;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: absolute;
    overflow: hidden;
}

.learn-espace .spiner-holder-1 {
    width: 50%;
    height: 50%;
    box-sizing: border-box;
}

.learn-espace .spiner-holder-2 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.learn-espace .loader-spiner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, .3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.learn-espace .animate-0-25-a {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.learn-espace .animate-0-25-b {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.learn-espace .animate-25-50-a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.learn-espace .animate-25-50-b {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.learn-espace .animate-50-75-a {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.learn-espace .animate-50-75-b {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.learn-espace .animate-75-100-a {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.learn-espace .animate-75-100-b {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.learn-espace .courseHeader {
    color: #7a878b;
    padding: 0 5px;
}

.learn-espace .courseHeader,
.learn-espace .courseSubHeader {
    font-family: myriad-pro, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.back-link {
    color: #0084c6;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0px;
}

.guided-path-link {
    display: inline-block;
    font-size: 14px;
    padding: 15px 0;
    width: 33.33%;
}

.phone .guided-path-link {
    padding: 10px 0;
    width: 100%;
}

.sideblock-holder,
.sideblock-holder-no-margin {
    border: 1px solid #F0F0F0;
    padding: 3px 3px 0;
}
.sideblock-holder {
    margin-top: 25px;
}
.sideblock-holder-noheader,
.sideblock-holder-noheader-noborder {
    padding-top: 20px;
    padding-bottom: 20px;
}
.sideblock-holder-noheader {
    border: 1px solid #F0F0F0;
    background-color: #f9f9f9;
}
.sideblock-header {
    background-color: #384142;
    font-family: myriad-pro, Arial, sans-serif;
    font-size: 14px;
    padding: 7px 10px;
    text-transform: uppercase;
}
.sideblock-content {
    padding: 3px 15px 0;
}

.lesson-header {
    font-family: myriad-pro, arial;
}

.lesson-header .chapter-title {
    color: #BDC5C7;
    font-size: 14px;
}

.lesson-header .lesson-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
}

.lesson-header .progress-label {
    color: #7a878b;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 4em;
    text-align: right;
}

.course-enroll-block {
    border: 4px solid #DCE0E3;
    box-sizing: border-box;
    display: table;
    min-height: 140px;
    width: 100%;
}

.phone .course-enroll-block {
    display: inline-block;
    padding: 10px;
}

.course-enroll-block .col1 {
    background: transparent url(/learn/img/books.png?40282) no-repeat;
    background-position: -35px 20px;
    display: table-cell;
    width: 120px;
}

.phone .course-enroll-block .col1 {
    display: none;
}

.course-enroll-block .col2 {
    display: table-cell;
    line-height: 1.4;
    vertical-align: middle;
}

.phone .course-enroll-block .col2 {
    display: inline-block;
    width: 100%;
}

.course-enroll-block .col3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 185px;
}

.phone .course-enroll-block .col2 {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.course-enroll-block-title {
    color: #495057;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.course-progress-info .Button + .Button {
    margin-left: 20px;
}

.NoEnroll {
    position: relative;
}

.NoEnroll .NoButton {
    opacity: 0.5;
}

.FlyingEnroll {
    background: #212429 url(/learn/img/books.png?40282) no-repeat;
    background-position: -48px 0px;
    background-size: 100px;
    border-radius: 6px;
    bottom: 67px;
    color: #fff;
    display:none;
    left: -55%;
    line-height: 20px;
    padding: 20px 20px 20px 60px;
    position: absolute;
    width: 260px;
}
.FlyingEnroll:before {
    border-color: #212429 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    bottom: -10px;
    content: "";
    height: 0;
    left: 46%;
    position: absolute;
    width: 0;
}
.FlyingEnroll a {
    transition: all 200ms ease-out;
}
.FlyingEnroll .enroll-actions {
    padding: 0 7px;
}
.FlyingEnroll .link-default {
    font-weight: 700;
}
.FlyingEnroll .link-cancel {
    color: #888;
}
.FlyingEnroll .link-cancel:hover {
    color: #555;
}
.FlyingEnroll .link-cancel .fa-fw {
    font-size: 12px;
    margin-right: 5px;
}

.lesson-header .start-course {
    background: #eceff1;
    border-radius: 4px;
    box-shadow: none;
    color: #7a878b;
    margin-top: 20px;
    padding: 20px 36px;
    margin-bottom: 0;
    border: none;
}

.start-course {
    box-sizing: border-box;
    border: 0;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: right;
    color:#384142;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sidebar-instructor {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #D3DADB;
}

.sidebar-block {
    border-radius: 4px;
    border: 1px solid #D3DADB;
    margin-bottom: 30px;
    padding: 15px;
}

.filter-section-title {
    padding: 20px;
    font-size: 16px;
}

.filter-option-wrapper {
    margin-top: 10px;
}

.filter-option-wrapper:first-of-type {
    padding-left: 10px;
}

.filter-option-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-option {
    display: inline-block;
    font-size: 14px;
    padding: 10px 0;
    width: 33.33%;
}

.filter-option.full-width {
    width: 100%;
}

.filter-option-caption {
    display: inline-block;
    padding-left: 15px;
}

input[type="checkbox"] + span + .filter-option-caption {
    color: #6C797C;
}

input[type="checkbox"]:checked + span + .filter-option-caption {
    color: #485254;
}

.WhiteBackground {
    background-color: #fff;
}

.course-filter-search {
    position: relative;
}

.course-filter-search input {
    width: 100%;
    margin: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    box-sizing: border-box;
    font-family: "Open Sans";
    font-size: 14px;
    padding: 10px 20px 10px 60px;
}

.course-filter-search:after {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    left: 20px;
    font-size: 20px;
    color: rgba(0, 132, 198, 1);
    top: 11px;    
}

.learning-courses-wrapper {
    background-color: white;
    border: 1px solid #cfd8dc;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}

.learn-content {
    background-color: #eceff1;
    font-family: "Open Sans";
    padding: 44px 0px 0px 0px;
}

.learn-title {    
    font-weight: 600;
    letter-spacing: 0px;    
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 30px;
    box-sizing: border-box;
}

.learn-paragraph {
    color: rgba(89, 102, 105, 1);
    text-align: left;
}

.training-partners .WhiteContentHeader {
    box-shadow: 0 1px 6px 0 rgba(31,40,45,0.13);
    padding-bottom: 0;
}

.phone .training-partners .WhiteContentHeader {
    padding-bottom: 0;
}

.learn-space-content {
    padding: 60px 0;
}

.grider-item .card-white {
    height: 100%;
}

.tablet .all-content-wrapper .container {
    padding-left: 30px;
    padding-right: 30px;
}

.phone .all-content-wrapper .container {
    padding: 20px;
}

.phone .all-content-wrapper .WhiteContentHeader .container {
    padding: 0 20px;
}

.separator-bottom {
    border-bottom: 1px solid #E9ECEF;
}

.training-experience {
    padding-bottom: 90px;
}





.learn-content .course-list .course-card .head-title .course-name:empty {
    display: none;
}


@media (max-width: 767px) {
    .all-content-wrapper {
        padding: 0;
    }
    .jumbotron-wrapper {
        padding: 0 20px;
    }
    .jumbotron-wrapper .course-duration{
        display: none;
    }
    .jumbotron .menu {
        overflow-x: auto;
        white-space: nowrap;
    }
    .jumbotron .subtitle {
        display: none;
    }
    .learn-jumbotron {
        padding: 50px 0;
    }
    .learn-jumbotron .jumbotron-content {
        margin-top: 0;
    }
    .learn-jumbotron .title {
        font-size: 24px;
        line-height: 36px;
        width: auto;
    }
    .learn-content .jumbotron-header-wrapper {
        padding: 0 20px;
    }
    .learn-content .back-link {
        padding: 10px 20px;
    }
    .learn-content .path-details{
        margin-top: 0;
        padding: 20px;
        border-top: none;
        line-height: 2.3;
    }
    .learn-content .path-details > div {
        width: 100%;
    }
    .learn-content .path-details > div:not(:first-child){
        margin-left: 0;
    }
    .learn-content .learning-intro {
        padding: 10px 20px;
        border-bottom: none;
    }
    .learn-content .agenda .start-course {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .learn-content .agenda .start-course .link {
        font-weight: bold;
    }
    .learn-content .learn-section {
        margin-top: 30px;
        padding: 0 20px;
    }
    .learn-content .learn-section .title {
        font-size: 20px;
    }
    .learn-content .learn-section .description {
        font-size: 14px;
        width: 100%;
    }
    .learn-content .learn-section .link {
        margin: 20px 0;
        font-size: 16px;
    }
    .learn-content .learn-section .image {
        display: none;
    }
    .lesson .row-fluid > div {
        display: inline-block;
        width: auto;
    }
    .lesson .lesson-type {
        top: 5px;
    }
    
    .lesson .toc-display{
        display: flex;
    }
    
    
    .course-toc .lesson-title,
    .course-toc .lessons .lesson .lesson-description {
        margin-left: 50px;   
    }
    
    
    .learn-content .course-list {
        padding: 0 20px;
    }
    .learn-content .course-list .course-filter-label {
        margin-bottom: 20px;
    }
    .learn-content .course-list .course-filter-search {
        padding-bottom: 20px;
        border-bottom: 1px solid #d3dadb;
    }
    .learn-content .course-list .course-wrapper {
        margin-left: 0;
    }
    .learn-content .course-list .course-card {
        margin-bottom: 30px; 
    }
    .learn-content .course-list .course-card .head-title {
        padding: 15px;
        font-size: 12px;
        font-weight: bold;
    }
    .learn-content .course-list .course-card .head-title .course-name{
        width: 40%;
    }
    .learn-content .course-list .course-card .head-title .course-level {
        width: 33%;
    }
    .learn-content .course-list .course-card .head-title .course-duration {
        width: 27%;
    }
    .learn-content .course-list .course-card .course-details {
        padding: 25px 15px;
        min-height: 245px;
    }
    .learn-content .course-list .divider {
        display: none;
    }
    .learn-content .course-list .learning-path {
        padding: 30px;
    }
    .learn-content .course-list .learning-path .left-bar {
        width: 6px;
    }
    .learn-content .course-list .learning-path .lp-courses,
    .learn-content .course-list .learning-path .lp-duration {
        display: inline-block;
        width: 48.57142857142857%;
    }
    .learn-content .course-list .learning-path .goals li {
        font-weight: 400;
        font-size: 13px;
    }
    .learn-content .learning-courses-wrapper {
        padding: 0 20px;
    }
    .learn-espace .bottomSecondRow .bottomSecondRowLastColumn {
        width: 70%;
    }
    .learning-paths-banner,
    .learning-courses-banner{
        background: white;
        padding: 15px;
        text-align: center;
        font-size: 13px;
    }
    .learn-footer {
        display: none;
    }
    .learn-footer .container {
        display: none;
    }
    .footer-landscape {
        background-color: #eceff1;
        margin-top: 0;
    }
    .lesson-header .lesson-title {
        font-size: 22px;
    }
    .row-fluid.bottom-nav > div {
        border: none;
        display: inline-block;
        padding: 0;
    }
    
    .row-fluid.bottom-nav .Button {
        min-width: 40px;
        padding: 0;
    }
    
    .row-fluid.bottom-nav a.Button span.fa {
        margin: 0;
    }
    
    .lesson-header .progress-label {
        display: none;
    }
}

@media (max-width: 420px) and (min-width: 320px){
    .learn-content .course-list .course-card .head-title .course-name{
        margin-bottom: 10px;
        width: 100%;
    }    
    .learn-content .course-list .course-card .head-title .course-level {
        font-size: 10px;
        width: 50%;
    }
    .learn-content .course-list .course-card .head-title .course-duration {
        font-size: 10px;
        text-align: left;
        width: 50%;
    }
}

@media (max-width: 765px) and (min-width: 461px){
    .learn-jumbotron .title{
        width: 100%;
    }
    .course-card .head-title .course-level,
    .course-card .head-title .course-duration{
        width: 40%;
    }
    .course-card .head-title .course-name {
        width: 20%;
    }
    .learn-content .path-details > div {
        width: 33%;
    }
    .learn-content .course-list .course-card .head-title .course-duration, 
    .learn-content .course-list .course-card .head-title .course-level {
        width: 40%;
    }
    .learn-content .course-list .course-card .head-title .course-name {
        margin-bottom: 10px;
        width: 100%;
    }
    .learn-espace .bottomSecondRow .bottomSecondRowLastColumn {
        width: 33%;
    }
    .learn-espace .bottomSecondRow .previousLesson {
        width: 33%;
    }
}

@media (max-width: 980px) and (min-width: 768px){
    .course-card .head-title .course-name {
        width: 33%;
    }
    .course-card .head-title .course-level {
        width: 37%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
    .jumbotron .menu a {
        margin: 0 9px;
    }
    .learn-jumbotron .course-card .head-title{
        padding: 10px 15px;
    }
    .learn-jumbotron .course-card .head-title .course-name {
        display: none;
    }
    .learn-jumbotron .course-card .head-title .course-level{
        width: 46%;
    }
    .learn-jumbotron .course-card .head-title .course-duration{
        width: 54%;
    }
    .learn-jumbotron .course-card .course-details{
        padding: 15px;
        height: auto;
    }
    .learn-jumbotron .course-card .course-details .title{
        font-size: 16px;
    }
    .learn-jumbotron .course-card .course-details .description{
        display: block;
    }
    .learn-jumbotron .jumbotron-content {
        margin-top: 25px;
    }
    .with-card .learn-jumbotron .jumbotron-content {
        width: 47%;
    }
    .with-card .learn-jumbotron .span5{
        width: 50%;
    }
    .course-card .course-details {
        height: 220px;
    }
    .course-card .head-title .course-level{
        width: 37%;
    }
    .course-card .head-title .course-duration{
        width: 34%;
    }
    .course-card .head-title .course-name {
        width: 28%;
    }
    .learn-section .description {
        width: 27em;
    }
    .learn-section .image {
        max-width: 20em;
    }
    .lesson .in-progress,
    .lesson .completed {
        right: -2px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape){
    .learn-section .description {
        width: 40em;
    }
    .learn-jumbotron .course-card .head-title{
        padding: 10px 30px;
    }
    .learn-jumbotron .course-card .head-title .course-name {
        width: 30%;
        display: inline-block;
    }
    .learn-jumbotron .course-card .head-title .course-duration {
        width: 38%;
    }
    .learn-jumbotron .course-card .head-title .course-level {
        width: 32%;
    }
    .with-card .learn-jumbotron .jumbotron-content {
        margin-top: 25px;
    }
}