@font-face {
    font-family: 'SyntaxLTStd-UltraBlack';
    src: url('../fonts/SyntaxLTStd-UltraBlack.eot');
    src: url('../fonts/SyntaxLTStd-UltraBlack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SyntaxLTStd-UltraBlack.woff2') format('woff2'),
    url('../fonts/SyntaxLTStd-UltraBlack.woff') format('woff'),
    url('../fonts/SyntaxLTStd-UltraBlack.ttf') format('truetype'),
    url('../fonts/SyntaxLTStd-UltraBlack.svg#SyntaxLTStd-UltraBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SyntaxLTStd-Bold';
    src: url('../fonts/SyntaxLTStd-Bold.eot');
    src: url('../fonts/SyntaxLTStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SyntaxLTStd-Bold.woff2') format('woff2'),
    url('../fonts/SyntaxLTStd-Bold.woff') format('woff'),
    url('../fonts/SyntaxLTStd-Bold.ttf') format('truetype'),
    url('../fonts/SyntaxLTStd-Bold.svg#SyntaxLTStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SyntaxLTStd-Italic';
    src: url('../fonts/SyntaxLTStd-Italic.eot');
    src: url('../fonts/SyntaxLTStd-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SyntaxLTStd-Italic.woff2') format('woff2'),
    url('../fonts/SyntaxLTStd-Italic.woff') format('woff'),
    url('../fonts/SyntaxLTStd-Italic.ttf') format('truetype'),
    url('../fonts/SyntaxLTStd-Italic.svg#SyntaxLTStd-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SyntaxLTStd-Black';
    src: url('../fonts/SyntaxLTStd-Black.eot');
    src: url('../fonts/SyntaxLTStd-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SyntaxLTStd-Black.woff2') format('woff2'),
    url('../fonts/SyntaxLTStd-Black.woff') format('woff'),
    url('../fonts/SyntaxLTStd-Black.ttf') format('truetype'),
    url('../fonts/SyntaxLTStd-Black.svg#SyntaxLTStd-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SyntaxLTStd-Roman';
    src: url('../fonts/SyntaxLTStd-Roman.eot');
    src: url('../fonts/SyntaxLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SyntaxLTStd-Roman.woff2') format('woff2'),
    url('../fonts/SyntaxLTStd-Roman.woff') format('woff'),
    url('../fonts/SyntaxLTStd-Roman.ttf') format('truetype'),
    url('../fonts/SyntaxLTStd-Roman.svg#SyntaxLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: "SyntaxLTStd-Roman";
    font-style: normal;
    color: #4A4A4A;
    letter-spacing: 1px;
}

b, strong {
    font-family: "SyntaxLTStd-Bold";
}

body {
    background-color: #ededed;
}

p {
    color: #4A4A4A;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

h1, h2, h3, h4, h5 {
    font-family: "SyntaxLTStd-Bold";
    font-style: normal;
    color: #EB5A37;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 1.8rem;
}

h3 {
    color: #000000;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.6rem;
}

h4 {
    color: #007797;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.4rem;
}

h5 {
    color: #007797;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2rem;
}

ol, ul {
    padding-left: 1rem;
}

ol
{
    margin-left: 1rem;
}

a {
    color: #039CE2;
    font-family: "SyntaxLTStd-Bold";
    text-decoration: none;
}

button, a.button {
    font-family: "SyntaxLTStd-Roman";
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
    font-size: 12px;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 1rem;
    background-color: #E22619;
    color: #ffffff;
}

a.button:hover {
    background-color: #039CE2;
    color: #ffffff;
}

a.button_small {
    line-height: 16px;
    padding: 0.5rem;
}


.nav-link, .dropdown-item {
    background-color: #ffffff;
    color: #4A4A4A;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "SyntaxLTStd-Roman";
}

.nav-link:hover {
    text-decoration: underline;
}

/**
 * shortcode styling
 * downloadbutton
 */

.ctga_downloadbutton {
    height: 32px;
    text-align: left;
    padding: 0px;
    margin: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.ctga_generic {
    background-image: url(./img/ico_download_document_generic.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
    padding-right: 8px;
    display: block;
}

.ctga_pdf {
    background-image: url(./img/ico_download_document_pdf.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
    padding-right: 8px;
    display: block;
}

.ctga_ppt {
    background-image: url(./img/ico_download_document_ppt.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
    padding-right: 8px;
    display: block;
}

.ctga_excel {
    background-image: url(./img/ico_download_document_excel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
    padding-right: 8px;
    display: block;
}

.ctga_url {
    background-image: url(./img/ico_download_document_url.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
    padding-right: 8px;
    display: block;
}

.ctga_doc {
    background-image: url(./img/ico_download_document_doc.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
    padding-right: 8px;
    display: block;
}

/**
 * easy_sa
 */

.easy_sa__tooltip {
    position: relative;
    display: inline-block;
    margin-left: 10px;

}

.easy_sa__tooltip_button {
    display: inline-block;
    width: 28px;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 14px;
    background-color: #70c6ed;
    color: #fff;
    font-family: "SyntaxLTStd-Bold";
}

.easy_sa__tooltip .easy_sa__tooltip_text {
    visibility: hidden;
    width: 300px;
    background-color: #e27338;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-top: 0px;
    margin-left: -160px;
}

.easy_sa__tooltip .easy_sa__tooltip_text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #e27338 transparent;
}

.easy_sa__tooltip:hover .easy_sa__tooltip_text {
    visibility: visible;
}

.easy_sa__table {
    border-collapse: collapse;
    margin-top: 16px;
    margin-bottom: 16px;
}

.easy_sa__table tr td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}


img {
    max-width: 100%;
    height: auto;
}

.navbar {
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

img.header_lang_flag {
    width: 45px;
    margin-right: 5px;
    border: 3px solid #fff;
}

img.header_lang_flag.active {
    border: 3px solid #e27338;
}

.main {
    padding-top: 2rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 150px;
    background-color: #fff;
    min-height: calc(100vh - 320px);
    overflow: auto;

}

.top_spacer {
    margin-top: 140px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    overflow: auto;

}

.usp_row {
    margin-left: -32px;
    margin-right: -32px;
    background-color: #F4F7F0;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 16px;
}

.usp_row h2 {
    width: 100%;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    font-family: 'SyntaxLTStd-Bold';
    color: #4A4A4A;
}

.toolkit {
    background-color: #f5f7f0;
    border-radius: 25px 25px 0px 0px;
    padding-top: 1rem;
    margin-top: 1rem;
}

.toolkit h1 {
    color: #9cbe55;
}

.toolkit h2 {
    border-bottom: 1px solid;
    font-size: 1.2rem;
    color: #9cbe55;
    margin-bottom: 5px
}

.toolkit_bottom .button, .toolkit_bottom .button:hover {
    background-color: #9cbe55;
}

.toolkit .introduction {
    font-weight: bold;
}

.toolkit .icon {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: solid 1px #9cbe55;
    border-radius: 25px;
}

.toolkit_step_by_step_explanation {
    font-style: italic;
    font-size: 0.9rem;
}


a.toolkit_menu_item div.back {
    width: 250px;
    height: 50px;
    float: left;
    background-image: url("/assets/img/images_elearning_nav_2020/03_target_sub_middle.svg");
    background-size: 250px 50px;
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 50px;


    font-size: 14px;
    font-family: "SyntaxLTStd-Bold";
    word-break: break-word;
    color: #4A4A4A;


}

.toolkit_mobile_menu_header {
    font-size: 24px;
    font-family: "SyntaxLTStd-Bold";
    word-break: break-word;
    color: #4A4A4A;
    line-height: 40px;

}

.toolkit_mobile_button_next, .toolkit_mobile_button_prev {
    display: inline-block;
    font-family: "SyntaxLTStd-Bold";
    width: 24px !important;
    height: 32px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #10A4E5, #36BCEF);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    margin-top: 4px;
    color: #ffffff;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    letter-spacing: unset;
}

.toolkit_mobile_button_prev {
    float: left;
}

.toolkit_mobile_button_prev:hover {
    background-image: linear-gradient(to right, rgb(8, 89, 124), rgb(40, 138, 177));
    color: #ffffff;
}

.toolkit_mobile_button_next {
    float: right;
}

.toolkit_mobile_button_next:hover {
    background-image: linear-gradient(to right, rgb(8, 89, 124), rgb(40, 138, 177));
    color: #ffffff;
}


a.toolkit_menu_item:hover div.back {
    background-image: url("/assets/img/images_elearning_nav_2020/03_target_sub_middle_hover.svg");
}

.toolkit_button_next, .toolkit_button_prev {
    display: inline-block;
    font-family: "SyntaxLTStd-Bold";
    width: 24px !important;
    height: 32px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #10A4E5, #36BCEF);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    margin-top: 9px;
    color: #ffffff;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    letter-spacing: unset;
}

.toolkit_button_prev {
    float: left;
}

.toolkit_button_prev:hover {
    background-image: linear-gradient(to right, rgb(8, 89, 124), rgb(40, 138, 177));
    color: #ffffff;
}

.toolkit_button_next {
    float: right;
}

.toolkit_button_next:hover {
    background-image: linear-gradient(to right, rgb(8, 89, 124), rgb(40, 138, 177));
    color: #ffffff;
}

.news_fake_link {
    color: #007797;
    font-weight: bold;
}


.news_intro {
    font-weight: bold;
}

.news h1 {
    color: #039CE2;
}

.news h2 {
    color: #007797;
    margin-top: 0px;
}

.online_courses_module_card {

    display: block;
    width: 188px;
    height: 140px;
    border-radius: 3px;
    border: #F4F7F0 solid 2px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
    margin-bottom: 24px;
    float: left;
}

.online_courses_home_module_card.advanced, .online_courses_module_card.advanced {
    border: 2px solid #EB5A37;
}

.home_module_card {

    display: block;
    width: 188px;
    height: 140px;
    border-radius: 3px;
    border: #F4F7F0 solid 2px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
    margin-bottom: 24px;
}

.home_module_card.advanced {
    border: 2px solid #EB5A37;
}

a.button_start_online_course {
    display: inline-block;
    width: 100%;
    background-color: #039CE2;
    color: #ffffff;
    font-family: "SyntaxLTStd-Black";
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 6px;
    border: none;
    height: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
}

a.button_more_examples {
    display: inline-block;
    width: 100%;
    background-color: #039CE2;
    color: #ffffff;
    font-family: "SyntaxLTStd-Black";
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 6px;
    border: none;
    height: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
}

.lfr_example h2, .ms_example h2 {
    color: #000;
    font-size: 1.3rem;
    margin-top:20px;
}

.lfr_example h3, .ms_example h3 {
    font-weight: bold;
    font-size: 1rem;
    color: #4A4A4A;
}

.lfr_example_summary, .ms_example_summary {
    border: #007797 solid 2px !important;
    width: 100%;
}

.lfr_example_summary td p {
    margin: 0px;
    padding: 0px;
}

.ms_example_summary td p {
    margin: 0px;
    padding: 0px;
}

.table-primary {

    color: #4A4A4A;
    font-weight: bold;
    width: 200px;
    vertical-align: top;
}

.lfr_example_results {
    border: #ccc solid 1px !important;

}

.lfr_example_results th, .lfr_example_results td {
    padding: 0.5rem;
}


.msmodule {
    background-color: #f5f7f0;
    border-radius: 25px 25px 0px 0px;
    padding-top: 1rem;
    margin-top: 1rem;
}

.msmodule h1 {
    color: #039ce2;
}

.msmodule h2 {
    border-bottom: 1px solid;
    font-size: 1.2rem;
    color: #039ce2;
    margin-bottom: 5px
}

.msmodule_bottom .button, .msmodule_bottom .button:hover {
    background-color: #039ce2;
}

.msmodule .introduction {
    font-weight: bold;
}

.msmodule .icon {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: solid 1px #039ce2;
    border-radius: 25px;
}

.lfrmodule {
    background-color: #f5f7f0;
    border-radius: 25px 25px 0px 0px;
    padding-top: 1rem;
    margin-top: 1rem;
}

.lfrmodule h1 {
    color: #E22619;
}

.lfrmodule h2 {
    border-bottom: 1px solid;
    font-size: 1.2rem;
    color: #E22619;
    margin-bottom: 5px
}

.lfrmodule_bottom .button, .lfrmodule_bottom .button:hover {
    background-color: #E22619;
}

.lfrmodule .introduction {
    font-weight: bold;
}

.lfrmodule .icon {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: solid 1px #E22619;
    border-radius: 25px;
}


footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer a {
    font-weight: normal;
    font-family: "SyntaxLTStd-Roman";
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #EB5A37;

    border-radius: 50%;
    background-size: 50%;
}