﻿/* Hotfix: include Font Awesome for landing page icon classes */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

.far.fa-bars:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c9"; }
.far.fa-close:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00d"; }
.far.fa-percent:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f295"; }
.far.fa-link:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c1"; }
.far.fa-user-check:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f4fc"; }
.far.fa-book-open:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f518"; }

/* Hotfix: ensure header logo keeps intrinsic visible width */
.oriun-public-header .oriun-navbar-brand {
    display: inline-flex !important;
    align-items: center !important;
}

.oriun-public-header .oriun-navbar-brand .logo-white,
.oriun-public-header .oriun-navbar-brand .logo-color,
.oriun-public-header .oriun-navbar-brand img {
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
    height: auto !important;
    max-height: 34px !important;
    visibility: visible !important;
    opacity: 1 !important;
}
