/* CSS Document */

.columns2 .seriesgroup {
    margin-top: 30px;
}

.side-content-content.expanded {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.side-content-content .headtitles {
    display: none;
}

.howtobtn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0;
    background: none;
    display: inline-block;
    width: 180px;
    height: 38px;
    line-height: 38px;
    background-color: #ff5900;
    border-radius: 38px;
    color: #fff;
    font-weight: bold;
    padding-left: 18px;
    box-sizing: border-box;
}

.howtobtn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc4700;
}

.howtobtn div {
    height: 100%;
    position: relative;
}

.side-content-content.image img.howtoicon {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.side-content-content.expanded .headtitles {
    display: block;
}

.container_toplinks {
    background-color: #002E3C;
    color: #fff;
    text-align: right;
    height: 40px;
}

.container_toplinks .page-header__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 20px solid #002E3C;
    height: 40px;
}

.container_mainlinks {
    position: relative;
    z-index: 1;
}

.container_mainlinks.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}

.container_mainlinks .bordered {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

.container_mainlinks.fixed .page-header__navigation {
    height: 60px;
}

div.logo-sg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

div.logo-ffb {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

.logo-sg a {
    line-height: 0;
    display: block;
    padding-bottom: 5px;
}

.logo {
    text-align: left;
    margin-top: 30px;
}

.logo2 {
    display: inline-block;
    margin: 60px 62px 0 0;
}

.half-underline {
    padding-bottom: 8px;
}

.active .half-underline,
.half-underline:hover {
    width: 70%;
    border-bottom: 3px solid rgba(219, 10, 91, 1);
}

.toplinks {
    margin: 0;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1;
}

.toplinks span {
    display: inline-block;
    width: 1px;
    overflow: hidden;
    border-right: 1px solid #333333;
    margin: 0px 14px;
    vertical-align: middle;
}

.toplinks a {
    vertical-align: middle;
    color: #005da8;
}

.toplinks a:hover {
    color: #333333;
}

.toplinks a.circledbtn {
    padding: 6px 12px;
    margin-left: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #005da8;
    font-weight: bold;
    font-size: 13px;
}

.toplinks a.circledbtn:hover {
    background-color: #eeeeee;
    border: 1px solid #333333;
    color: #333333;
}

.ffblogonew {
    height: 100%;
    max-height: 100px;
    width: auto;
}

.newpatch h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}

.newpatch h1>span.blue {
    color: #005da8;
}

.trending {
    margin: 4px 0px;
    /* padding-left:14px; */
    position: relative;
}

.trending em {
    color: #fc3;
    font-size: 10px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    top: 4px;
}

h3.toptitle {
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
}

.videohead {
    position: relative;
}

.competencesbox {
    position: relative;
    padding: 20px;
    margin-bottom: 60px;
    border-radius: 4px;
    border: 1px solid #cacaca;
    box-shadow: 2px 2px 2px -1px #949494;
}

.competence {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    border: 1px solid #db0a5b;
    border-radius: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #ffffff;
    color: black;
}

.competence:hover {
    border-color: #db0a5b;
    background-color: #db0a5b;
    color: #ffffff;
}

.learningpaths {
    margin-bottom: 50px;
}

.topmodulearea {
    margin-bottom: 30px;
}

.topmodulearea:first-child {
    margin-bottom: 60px;
}

.topcourses,
.topmodules {
    display: block;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: rgb(238, 238, 238);
    background: -moz-linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(0deg, rgba(238, 238, 238, 1) 0%, rgba(241, 241, 241, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f1f1f1", GradientType=1);
}

.topcourses {
    height: 175px;
}

.topcourses:hover,
.topmodules:hover {
    background: rgb(199, 214, 226);
    background: -moz-linear-gradient(0deg, rgba(199, 214, 226, 1) 0%, rgba(233, 245, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(199, 214, 226, 1) 0%, rgba(233, 245, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(199, 214, 226, 1) 0%, rgba(233, 245, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c7d6e2", endColorstr="#e9f5ff", GradientType=1);
}

.topcourses .cname {
    line-height: normal;
    font-size: 12px;
    margin: 0px;
    max-height: 60px;
    box-sizing: border-box;
    overflow: hidden
}

.topcourses .cicon {
    margin-bottom: 10px;
    box-sizing: border-box;
}

.topcourses .cicon img {
    width: 100%;
    max-width: 106px;
    height: auto;
}

.topmodules>p {
    line-height: normal;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 10px;
    height: 50px;
    box-sizing: border-box;
}

.topmodules .img {
    line-height: 12px;
    margin-bottom: 10px;
}

.topmodules>div>img {
    width: 100%;
    max-width: 214px;
    height: auto;
    line-height: 12px;
    border-radius: 4px;
}

.topmodules .level {
    font-size: 12px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
}

.topmodules .duration {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.pure-u-lg-1-7 {
    display: inline-block;
    *display: inline;
    /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-lg-1-7 {
    width: 14.2857%;
    *width: 14.2557%;
}

.columns2 .seriesgroup .modulelist li.quicktiplinks,
.columns2 .seriesgroup .modulelist li.quicktiplinks:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.columns2 .seriesgroup .modulelist li {
    background-color: transparent !important;
}

.columns2 .seriesgroup .modulelist li:hover {
    background-color: #eee !important;
}


/* chatbot */

.finderlink {
    position: relative;
    z-index: 997;
}

.finder,
.finder2 {
    position: fixed;
    right: 10px;
    bottom: 20px !important;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    background-color: #fc3;
    background-size: 30px 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 1.75rem;
    text-align: center;
    transition: all 0.2s ease;
    overscroll-behavior: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.finder svg,
.finder2 svg {
    width: 30px;
    height: 25px;
}

.finder:hover,
.finder2:hover {
    color: #fff;
    background-color: #b2b2b2;
}

.finder:hover svg path,
.finder2:hover svg path {
    fill: #fc3;
}

.chatwindow {
    position: fixed;
    width: 550px;
    height: 601px;
    background-color: #fff;
    bottom: 1rem;
    right: 4.5rem;
    display: none;
    z-index: 2;
    color: #fc3;
    box-shadow: 0 6px 30px 3px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 6px 30px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 6px 30px 3px rgba(0, 0, 0, .3);
}

html.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

@media (max-width: 35.5em),
(max-height: 620px) {
    a.back-to-top {
        display: none !important;
    }
    .chatwindow {
        width: auto;
        height: auto;
        top: 0;
        bottom: 90px;
        left: 0;
        right: 0;
    }
}

@media (max-width: 320px),
(max-height: 360px) {
    .finderlink,
    .chatwindow,
    a.back-to-top {
        display: none !important;
    }
}