﻿
/* keep this clean - amend to proper files before release */


/* 210413 */

.hidden {
    display: none !important;
}


/* 210108 */

.related-topic-gridwidget .related-box h3 {
    font-size: 1.32em;
    font-weight: 700;
    color: #333;
}

.related-topic-gridwidget .related-box .related-linkbox {
    margin-top: 10px;
}

    .related-topic-gridwidget .related-box .related-linkbox span {
        font-size: 0.875em;
    }

    .related-topic-gridwidget .related-box .related-linkbox a {
        font-size: 1em;
        font-weight: 400;
        position: Relative;
        overflow: visible;
        padding-left: 20px;
        line-height: normal;
        padding-top: 0;
        margin-bottom: 5px;
    }

        .related-topic-gridwidget .related-box .related-linkbox a:before {
            position: absolute;
            left: 0;
            top: 2px;
        }



/* 210113 - fix text ad in bodytext for articles */

.newsarticle-wrapper .bodytext, .newsarticle-default .bodytext {
    overflow: visible;
}

.bodytext .s-widget-wrapper,
body.Topic .s-widget-wrapper {
    box-shadow: 0px 0px 0px #fff;
    display: block;
    overflow: hidden;
    margin: 15px 15px 15px -30px;
    border-left: 5px solid #e4e4e4;
    padding: 0;
    padding-left: 10px;
    font-weight: 400;
}

    .bodytext .s-widget-wrapper .widget-content,
    body.Topic .s-widget-wrapper .widget-content {
        padding: 15px;
        padding-bottom: 7.5px;
    }

    /* 210115 CUSTOM CLASSES FOR INLINE ADS/WIDGETS - MOVE TO NEW .LESS */

    .bodytext .s-widget-wrapper.inline-ad-highlight,
    body.Topic .s-widget-wrapper.inline-ad-highlight {
        background-color: #ebf4f7;
        border-color: #ed5a55;
        padding-top: 30px;
        padding-bottom: 30px;
    }


/* 210219 - bug banner widget in sidebar */

.icon-banner-widget.lightblue-bg {
    clear: both;
}

.col-md-4 #editor-sharing span {
    display: block;
    clear: both;
    width: 100%;
}

/* 210301 fix inline widget in grid pages */

/* 210419 - modify bulletlinks in simple banners */

.simple-banners.nolink .banner-widget h3:after {
    color: #686868 !important;
}

.nolink a, .nolink a:hover, .nolink a:focus {
    pointer-events: none !important;
}

/* umbraco forms */

.umbraco-forms-page .field-validation-error {
    clear: both;
    float: left;
}

.umbraco-forms-field-wrapper {
    padding-bottom: 7.5px;
}

.umbraco-forms-tooltip.help-block {
    display: block;
    font-style: italic;
    font-size: 0.875em;
    padding-bottom: 7.5px;
    margin-top: -5px;
}

.umbraco-forms-navigation .btn.next {
    background-color: #0ebbb9;
    color: #fff;
}

    .umbraco-forms-navigation .btn.next:hover {
        background-color: #074975;
        color: #fff;
        cursor: pointer;
    }
/* 210915 */

@media only screen and (min-width:1280px) {
    .container-hero-image .container .row-hero-image .editor-rte {
        padding-left: 75px;
        padding-right: 75px;
    }
}

.NewsArticle .template-content .bodytext p img {
    max-width: 100%;
    height: auto;
}

/* 211109 - two step on landing fullwidth */

/* two step */

.twostep-fullwidth {
    margin-top: -50px;
}

    .twostep-fullwidth #twoStepLeadForm {
        padding: 15px;
        background: #ebf4f7;
        max-width: 800px;
        margin: 0 auto;
    }

    .twostep-fullwidth .step-1.active {
        text-align: center;
        overflow: hidden;
        position: relative;
    }

        .twostep-fullwidth .step-1.active .form-group {
            width: 100%;
            display: inline-block;
            float: left;
            background: #fff;
            border: 1px solid #a9d1d5;
        }

#main-content .twostep-fullwidth .macro-form .step-1.active .form-group label {
    float: left;
    display: inline-block;
    margin-right: 7.5px;
    margin-top: 0;
    margin-left: 15px;
    color: #555;
    line-height: 20px;
    margin-top: 10px;
    padding: 0;
    border-right: 1px solid #a9d1d5;
    padding-right: 15px;
}

#main-content .twostep-fullwidth .macro-form .step-1.active .form-group input {
    display: inline-block;
    float: left;
    width: 75%;
    line-height: 26px;
    border: 0;
}

#main-content .twostep-fullwidth .macro-form .step-1.active #ctabutton3 {
    margin: 0;
    position: absolute;
    right: 0;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    Top: 0;
}

.twostep-fullwidth #twoStepLeadForm input:focus, .twostep-fullwidth #twoStepLeadForm textarea:focus {
    border: 0 !important;
}

/* icons for landing pages */

.hrm-icon-groups {
    text-align: center;
}

.hrm-icon-group {
    display: inline-block;
    padding: 0;
    min-height: 125px;
    width: 100px;
    overflow: hidden;
}

    .hrm-icon-group img {
        vertical-align: bottom;
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 3px;
    }

.editor-rte .hrm-icon-group p {
    padding: 0;
    text-align: center;
    font-size: 0.675em;
    font-weight: 400;
    line-height: normal;
}

.editor-rte ol {
    list-style: decimal;
    padding-left: 30px;
}

    .editor-rte ol li {
        padding-bottom: 7.5px;
    }

/* 220218 MOVE LEARN HOTFIXES */

.internal-courses-banner {
    padding-top: 30px;
}

.course-reference {
    margin: 15px -30px 15px -60px;
    background-image: url(../img/gfx/itas-quote.svg);
    padding-left: 45px;
    padding-top: 10px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.48em;
}

    .course-reference em {
        font-size: 1.42em;
        line-height: 1.48em;
        font-weight: 400;
        padding-bottom: 10px;
        display: block;
        overflow: hidden;
    }

@media only screen and (max-width:1280px) {
    .course-reference {
        margin: 15px -30px;
    }
}

.container-hero-image .container .row-hero-image .editor-rte span a {
    text-shadow: none !important;
}

.hbspt-form textarea /*ok*/ {
    width: 100%;
    box-sizing: border-box;
    min-height: 90px;
    border: 1px solid #a9d1d5;
    padding: 7.5px;
}

.related-box {
    margin-top: 15px;
}
/*ok*/
.randomTextAd.noRaw, .randomTextAd.random-raw {
    margin-bottom: 30px;
}
/*ok*/

@media only screen and (min-width: 1260px) { /*ok*/
    #header .hmenu .menuItemCurrentParent {
        background-color: #133552;
    }
}

/* temp for Jimmy - header menu expert new custom class */
#optionalHeaderMenu .dropdown-toggle.new:before {
    content: "Ny! ";
    color: #ed5a55;
    font-family: 'Caveat';
    padding-right: 5px;
}

/* 220609 fix icon statusmessages */

.macro-statusmessages .status-short.important h4 {
    padding-left: 25px;
    padding-top: 5px;
    margin-top: 15px;
}

    .macro-statusmessages .status-short.important h4::before {
        content: "\e000";
        font-family: 'Material Icons';
        font-weight: 400;
        font-size: 36px;
        background: transparent;
        width: 36px;
        height: 36px;
    }