﻿@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('woff2');
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf') format('woff2');
}

:root {
    --primary-font-family: "Source Sans Pro", sans-serif;
    --secondary-font-family: Montserrat, san-serif;
    --primary-font-color: #001018;
    --secondary-font-color: #344450;
    --bg-color-primary: #fff;
    --bg-color-secondary: #f7f8f9;
}

body {
    padding: 0px;
    margin: 0px;
    height: 100vh;
    font-family: var(--primary-font-family);
    font-size: 14px;
    color: #222;
    background-color: var(--bg-color-secondary);
    line-height: 24px;
}

a:hover {
    text-decoration: underline;
}

a.btn:hover {
    text-decoration: none;
}

.font-primary {
    font-family: var(--primary-font-family);
}

.font-secondary {
    font-family: var(--secondary-font-family);
}

.bg-primary {
    background-color: var(--bg-color-primary);
}

.bg-secondary {
    background-color: var(--bg-color-secondary);
}

.color-primary {
    color: var(--primary-font-color);
}

.color-secondary {
    color: var(--secondary-font-color);
}

.input-error {
    border-color: #DF0007 !important;
}

.notice-banner {
    background-color: #4c63a5;
    color: #fff;
    padding: 5px 0;
}

.input-error:focus {
    outline: 1px solid #df0007;
}

input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    border-radius: 8px;
    border: 1px solid #4C63A5;
    font-family: var(--secondary-font-family);
    cursor: pointer;
}

.btn.btn-block {
    width: 100%;
}

.btn.btn-sm {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px;
}

.d-none {
    display: none;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.flex-column {
    flex-direction: column;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.btn-login,
.btn-primary {
    background-color: #4c63a5;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
}

.btn-primary:hover {
    background-color: #22428E;
}

.btn-login {
    height: 40px;
    font-size: 16px;
    padding: 12px 16px;
}

.btn-product-updates {
    border-radius: 8px;
    padding: 8px 16px;
    line-height: 16px;
}

.btn-support,
.btn-secondary {
    color: #4C63A5;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
}

.btn-secondary:hover {
    background-color: #E5E8F2;
}

.main-logo img {
    width: 144px;
    height: 19px;
}

.portal-header h2.portal-title {
    font-family: var(--secondary-font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--primary-font-color);
    margin: 0;
}

.side-bar .link-list {
    border: 1px solid #D9DDE1;
    border-radius: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 24px;
}

.side-bar .link-list h5 {
    font-family: var(--primary-font-family);
    color: var(--secondary-font-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.side-bar .link-list .clickable-links-dropdown {
    font-family: var(--primary-font-family);
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    
    width: 100%;
}

.side-bar .link-list .clickable-links-dropdown .dropdown-launcher {
    border: 1px solid #D9DDE1;
    border-radius: 8px;
    padding: 0 8px;
    color: #687787;
}

.side-bar .link-list a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4C63A5;
}

.side-bar .link-list .clickable-links-dropdown a {
    color: var(--primary-font-color);
    text-decoration: none;
}

.latest-news p {
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: var(--primary-font-color);
}

.latest-news p strong {
    font-weight: 600;
}

.latest-news ul {
    margin: 0;
    padding: 0;
    margin-top: 2px;
    padding-left: 20px;
}

.latest-news ul li {
    color: var(--secondary-font-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.latest-news ul li::marker {
    font-size: 12px;
}

.date-area {
    text-align: center;
    cursor: pointer;
}

.calendar-entry {
    display: flex;
    gap: 24px;
    align-items: center;
}

.portal-content .calendar-entry .date-area .date-line-1 {
    font-size: 16px;
    color: var(--secondary-font-color);
    display: block;
}

.portal-content .calendar-entry .date-area .date-line-2 {
    font-size: 12px;
    color: #687787;
    display: block;
    line-height: 16px;
}

.info-area {
    cursor: pointer;
}

.webinar-name,
.video-title {
    display: block;
    color: #4c63a5;
    font-weight: 600;
}

.webinar-time,
.video-length {
    display: block;
    color: #687787;
}

hr.vertical-line {
    height: 24px;
    width: 0;
    border: none;
    border-left: 1px solid #D9DDE1;
    margin: 0 0 0 20px;
    padding: 0;
}

/*webinar-section hr.vertical-line:last-child {
    display: none;
}*/

.webinar-section hr.vertical-line:last-child,
.ondemand-section .ondemand-videos-block:last-child hr.vertical-line {
    display: none;
}

.category-buttons {
    margin: 20px 0 10px 0;
    padding: 0;
    list-style: none;
    display: block;
    clear: both;
}

.category-buttons li {
	margin: 0;
	padding: 0 5px 5px 0;
	list-style-type: none;
	display: inline-block
}

.category-buttons li a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border: 1px solid #4C63A5;
	border-radius: 4px;
	padding: 4px 8px;
	background: #fff;
    font-family: var(--secondary-font-family);
    color: #4C63A5;
}

.category-buttons li a:hover {
	text-decoration: none;
    background-color: #E5E8F2;
}

.category-buttons li a.selected {
	background: #4C63A5;
	border: 1px solid #4C63A5;
	color: #fff;
}

.category-buttons li a.selected:hover {
    background-color: #22428E;
}

.portal-content .ondemand-videos-block.invisible {
    display: none;
}

.portal-content .ondemand-video {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 0px;
}

.portal-content .ondemand-video:hover {
    text-decoration: none;
}

.portal-content .ondemand-video .icon-area img {
    width: 48px;
    height: 48px;
}

.portal-content .ondemand-video .info-area {
    cursor: pointer;
}
