@font-face {
    font-family: 'filson_problack';
    src: url('./fonts/filsonproblack-webfont.woff2') format('woff2'), url('./fonts/filsonproblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_problack_italic';
    src: url('./fonts/filsonproblackita-webfont.woff2') format('woff2'), url('./fonts/filsonproblackita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_probold';
    src: url('./fonts/filsonprobold-webfont.woff2') format('woff2'), url('./fonts/filsonprobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_probold_italic';
    src: url('./fonts/filsonproboldita-webfont.woff2') format('woff2'), url('./fonts/filsonproboldita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_probook';
    src: url('./fonts/filsonprobook-webfont.woff2') format('woff2'), url('./fonts/filsonprobook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_probook_italic';
    src: url('./fonts/filsonprobookita-webfont.woff2') format('woff2'), url('./fonts/filsonprobookita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_prothin';
    src: url('./fonts/filsonprothin-webfont.woff2') format('woff2'), url('./fonts/filsonprothin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_prothin_italic';
    src: url('./fonts/filsonprothinita-webfont.woff2') format('woff2'), url('./fonts/filsonprothinita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_problack';
    src: url('./fonts/filsonproblack-webfont.woff2') format('woff2'), url('./fonts/filsonproblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.name-link {
    padding: 0.2rem 1rem;
    color: rgb(102 115 124);
}

.name-link:hover {
    color: rgb(0 147 210);
}

a.dropdown-item-link {
    color: rgb(102 115 124);
}

a.dropdown-item-link:hover {
    color: rgb(0 147 210);
    background-color: transparent;
}

.center {
    text-align: center;
}

h1.homepage-title {
    font-size: 50px;
    color: rgb(3 1 76);
    /*text-transform: uppercase;*/
    padding: 0.2em 0 0;
}

.homepage-title-left {
    font-weight: 900;
    font-family: 'filson_probook', 'Open Sans' !important;
}

.homepage-title-right {
    font-weight: normal;
    font-family: 'filson_probook', 'Open Sans' !important;
}

.homepage-sub-title {
    color: #0098d5;
    font-size: 35px;
    padding: 0.3em 0;
    font-family: 'filson_probook', 'Open Sans' !important;
    /*font-family: Roboto, "Segoe UI", Tahoma, sans-serif;*/
}

.content-box {
    width: 18%;
    padding: 1em;
}

.content-box>a {
    text-decoration: none;
}

.homepage-content-bar {
    display: flex;
    justify-content: center;
}

.homepage-content-bar>.content-box:first-child {
    margin-left: 4em;
}

.homepage-content-bar>.content-box:last-child {
    margin-right: 4em;
}

.homepage-card {
    display: grid;
    margin-bottom: 30px;
    border: 0px;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
}

.card-body-top {
    text-align: center;
}

.card-body-top>.icon-container>img {
    width: 30%;
}

.card-body-top.new-module {
    background-image: linear-gradient(360deg, #04024c, #56c39b);
}

.card-body-top.module-completed {
    background-image: linear-gradient(360deg, #04024c, #f7931e);
}

.card-body-top.training-library {
    background-image: linear-gradient(360deg, #04024c, #1f7f96);
}

.card-body-top.faq {
    background-image: linear-gradient(360deg, #04024c, #e46571);
}

.card-body-top.pipeline {
    background-image: linear-gradient(360deg, #04024c, #0098d5);
}

.card-body-bottom {
    background-color: #b1b7bc;
    color: #03014c;
    font-size: 17px;
    text-align: center;
}

.content-box-bottom-text {
    padding: 15px;
    height: 130px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    margin-top: 20px;
    color: white;
}

.icon-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    font-size: 25px;
    color: #ffffff;
}

.icon-content span {
    margin: 30px;
}

.pos-relative {
    position: relative;
}

.sign-in-center-box {
    padding: 2%;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sign-in-logo-container {
    background: #ffffff;
    padding: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-in-form-container {
    background: rgb(45 147 208 / 74%);
    padding: 5%;
    margin: 14%;
}

.sign-in-top-bar {
    background: rgb(145 211 237);
    min-height: calc(20vh);
}

.sign-in-bottom-bar {
    background: rgb(86 195 155);
    min-height: calc(14vh);
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background: #1760ff;
    padding: 1em;
    color: #ffffff;
}

.footer-link {
    color: #ffffff;
}

.footer-link:hover {
    color: rgb(102 106 107);
}

.hero {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero::before {
    content: "";
    background-image: url("/includes/images/header_login.png");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -10%;
    opacity: 0.4;
}

.card-header {
    background-color: #0098d5;
}

.card-header>h2>button.btn-link {
    color: #ffffff;
}

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.link-color {
    color: #fae9c2;
}

.content-body {
    margin: 20px 0;
    min-height: calc(70vh);
}

small.help-block {
    border-color: #cfc6c6;
    color: #f40f0f;
}

.col-form-label {
    color: #ffffff;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.content {
    margin-bottom: 50px;
}

.container-inner {
    padding: 2rem;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.sign-in-header {
    margin: auto;
    width: 50%;
    padding: 10px;
    margin-top: 10%;
}

.sign-in-form-container-common {
    background: rgb(45 147 208 / 74%);
    padding: 5%;
}

.sign-in-logo-container-common {
    background: #ffffff;
    padding: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*body{ font-family: 'filson_problack','Open Sans' !important;}*/