.academy-title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #1F3460;
}

.academy-subtitle {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #1F3460;
}

.academy-percentagescore-description {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1F3460;
    margin-top: 3%;
}

.academy-card-box {
    background: #FFFFFF;
    border: 1px solid #E2E6F0;
    border-radius: 8px;
    padding: 32px;
}

.academy-percentagescore {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    color: #1F3460;
    margin-top: 3%
}

.academy-additionaldescription-box {
    margin-top: 3%;
    padding: 20px 24px;
    background: #F2F4FA;
    border-radius: 2px;
}
.academy-additionaldescription-title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #1F3460;
}
.academy-additionaldescription-description {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4C5D80;
    margin-top: 1%;
}

.academy-table-title {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1F3460;
}
.academy-table-nocontent {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    text-align: center;
    color: #7985A0;

}

.btn-primary-blue {
    color: #fff;
    background-color: #1F3460;
    border-color: #1F3460;
    font-weight: bold;
}
.btn-primary-blue:hover, .btn-primary-blue:focus, .btn-primary-blue.focus {
    color: #fff;
    background-color: #1F3460;
    border-color: #1F3460;
}
.btn-primary-blue.disabled, .btn-primary-blue:disabled {
    color: #fff;
    background-color: #1F3460;
    border-color: #1F3460;
}
.btn-primary-blue:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #1F3460;
    border-color: #1F3460;
}
.btn-primary-blue:not([disabled]):not(.disabled).active, .show > .btn-primary-blue.dropdown-toggle {
    color: #fff;
    background-color: #1F3460;
    border-color: #1F3460;
}
.btn-primary-blue.btn-noborder {
    border-color: #1F3460;
}
.btn-primary-blue.btn-noborder:hover, .btn-primary-blue.btn-noborder:focus, .btn-primary-blue.btn-noborder.focus {
    border-color: #1F3460;
}
.btn-primary-blue.btn-noborder.disabled, .btn-primary-blue.btn-noborder:disabled, .btn-primary-blue.btn-noborder:not([disabled]):not(.disabled):active, .btn-primary-blue.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #1F3460;
}
.show > .btn-primary-blue.btn-noborder.dropdown-toggle {
    border-color: #1F3460;
}

.btn-light-blue {
    color: #50BCBD;
    background-color: #fff;
    border-color: #fff;
    font-weight: bold;
}
.btn-light-blue:hover, .btn-light-blue:focus, .btn-light-blue.focus {
    color: #50BCBD;
    background-color: #fff;
    border-color: #fff;
}
.btn-light-blue.disabled, .btn-light-blue:disabled {
    color: #50BCBD;
    background-color: #fff;
    border-color: #fff;
}
.btn-light-blue:not([disabled]):not(.disabled):active {
    color: #50BCBD;
    background-color: #fff;
    border-color: #fff;
}
.btn-light-blue:not([disabled]):not(.disabled).active, .show > .btn-light-blue.dropdown-toggle {
    color: #50BCBD;
    background-color: #fff;
    border-color: #fff;
}
.btn-light-blue.btn-noborder {
    border-color: #fff;
}
.btn-light-blue.btn-noborder:hover, .btn-light-blue.btn-noborder:focus, .btn-light-blue.btn-noborder.focus {
    border-color: #fff;
}
.btn-light-blue.btn-noborder.disabled, .btn-light-blue.btn-noborder:disabled, .btn-light-blue.btn-noborder:not([disabled]):not(.disabled):active, .btn-light-blue.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #fff;
}
.show > .btn-light-blue.btn-noborder.dropdown-toggle {
    border-color: #fff;
}

.btn-light-blue-bordered {
    color: #1F3460;
    background-color: #fff;
    border-color: #50BCBD;
    font-weight: bold;
}
.btn-light-blue-bordered:hover, .btn-light-blue-bordered:focus, .btn-light-blue-bordered.focus {
    color: #1F3460;
    background-color: #fff;
    border-color: #50BCBD;
}
.btn-light-blue-bordered.disabled, .btn-light-blue-bordered:disabled {
    color: #1F3460;
    background-color: #fff;
    border-color: #50BCBD;
}
.btn-light-blue-bordered:not([disabled]):not(.disabled):active {
    color: #1F3460;
    background-color: #fff;
    border-color: #50BCBD;
}
.btn-light-blue-bordered:not([disabled]):not(.disabled).active, .show > .btn-light-blue-bordered.dropdown-toggle {
    color: #1F3460;
    background-color: #fff;
    border-color: #50BCBD;
}
.btn-light-blue-bordered.btn-noborder {
    border-color: #fff;
}
.btn-light-blue-bordered.btn-noborder:hover, .btn-light-blue-bordered.btn-noborder:focus, .btn-light-blue-bordered.btn-noborder.focus {
    border-color: #fff;
}
.btn-light-blue-bordered.btn-noborder.disabled, .btn-light-blue-bordered.btn-noborder:disabled, .btn-light-blue-bordered.btn-noborder:not([disabled]):not(.disabled):active, .btn-light-blue-bordered.btn-noborder:not([disabled]):not(.disabled).active {
    border-color: #fff;
}
.show > .btn-light-blue-bordered.btn-noborder.dropdown-toggle {
    border-color: #fff;
}

.filters-container .filter-cell {
    flex: 1 1 0;
}

.filters-container .form-group label {
    color: #1F3460;
    font-weight: bold;
}

.filters-container .form-group .custom-select {
    color: #1F3460;
    border: .1rem solid #7985A0;
    font-weight: bold;
}

.expired-training-session-table-container .pagination-container .pagination-cell {
    flex: 1 1 0;
}

.expired-training-session-table-container .pagination-container .pagination-info {
    color: #7985A0;
    font-weight: 600;
}

.expired-training-session-table-container .pagination-container li.page-item > .page-link {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    border-color: #fff;
    margin: 0 .1rem;
    color: #1F3460;
}

.expired-training-session-table-container .pagination-container li.page-item.active > .page-link {
    background-color: #1F3460;
    border-color: #1F3460;
    color: #fff;
}

.departments-list-modal .modal-content {
    border-radius: 8px;
    font-family: Quicksand, sans-serif;
    color: #1F3460;
}

.departments-list-modal .modal-header {
    padding: 40px 40px 24px 40px;
}

.departments-list-modal .modal-header .modal-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.departments-list-modal .modal-body {
    padding: 20px 40px;
    border-top: 1px solid #cbcdd5;
    border-bottom: 1px solid #cbcdd5;
}

.departments-list-modal .custom-checkbox {
    padding-bottom: 20px;
}

.departments-list-modal .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.departments-list-modal .custom-checkbox .custom-control-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
}

.departments-list-modal .custom-checkbox .custom-control-input ~ .custom-control-label::before, .departments-list-modal .custom-checkbox .custom-control-input ~ .custom-control-label::after {
    width: 24px;
    height: 24px;
    top: -2px;
    border-radius: .25rem;
}

.departments-list-modal .custom-checkbox .custom-control-input ~ .custom-control-label::before {
    border: 2px solid #1F3460;

}

.departments-list-modal .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::after {

}

.departments-list-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #1F3460;
}

.departments-list-modal .modal-footer {
    padding-top: 20px;
    padding-bottom: 40px;
    border: none;
}

.departments-list-modal .modal-footer .btn-secondary {
    padding: 15px 20px;
    border-radius: 44px;
    border: 2px solid #7985A0;
    font-weight: bold;
    color: #1F3460;
}

.departments-list-modal .modal-footer .btn-primary {
    padding: 15px 20px;
    border-radius: 44px;
    border: 2px solid #50BCBD;
    background-color: #50BCBD;
    font-weight: bold;
    color: #FFF;
}

.departments-list-modal .modal-footer > :not(:last-child) {
    margin-left: 1rem;
}

.departments-list-modal .modal-footer > :not(:first-child) {
    margin-right: 1rem;
}

.rounded-card .card-context {
    margin-bottom: 15px;
    font-size: 16px;
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rounded-card .article-info {
    margin-bottom: 10px;
    font-size: 14px;
}

.rounded-card {
    border-radius: 10px;
    border: none;
    overflow: hidden;
    background-color: #fff;
}

.rounded-card .main-image {
    position: relative;
}

.rounded-card .main-image > img {
    height: 250px;
    object-position: top;
    object-fit: cover;
    min-width: 100%;
}

.rounded-card .card-content {
    padding: 30px;
}

.rounded-card .card-content.p20 {
    padding: 20px;
}

.rounded-card {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}

.rounded-card a {
    color: #50BCBD;
    font-weight: 600;
}
.card-cta {
    color: #50BCBD;
    font-weight: 600;
}

.rounded-card .back-link {
    display: inline-block;
}

.rounded-card .back-link:not(:last-child) {
    margin-bottom: 35px;
}

.rounded-card .academy-card-title {
    margin-bottom: 10px;
}

.rounded-card.article-card .academy-card-title {
    height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rounded-card h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;

}

.rounded-card .card-context {
    margin-bottom: 15px;
    font-size: 16px;
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 1600px) {
    .rounded-card.article-card .academy-card-title {
        height: 60px;
    }
}

@media (max-width: 1600px) {
    .rounded-card .main-image > img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .rounded-card .main-image > img {
        height: 300px;
    }
}

@media (max-width: 568px) {
    .rounded-card .main-image > img {
        height: 200px;
    }
}

.academy-href:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    border-radius: 15px;
}

.block {
    background: #FFFFFF;
    padding: 32px;
    box-shadow: 0px 3px 6px rgba(36, 51, 93, 0.24);
    border-radius: 8px;
}

.label {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #4C5D80;
}

.text-phished-blue {
    color: #1F3460;
}
.text-phished-green {
    color: #50BCBD;
}
.text-phished-red {
    color: #e73458;
}

.btn-success {
    background-color: #50BCBD;
}
