:root {
  --widget-outline: 1px solid #04325b33;
  --title-font: 'roboto-slab';
}

BODY {
   font-family: "omnes-pro",Helvetica,Arial,sans-serif;
}

a, a:link, a:visited {
    color: #3fb1a3;
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-family: 'roboto-slab' !important;
    letter-spacing: 0.1rem;
    color: #0069aa !important;
    font-size: 32px !important;
    letter-spacing: 1.6px !important;
    font-weight: 300 !important;
}

.mdBtnR-primary, a.mdBtnR-primary {
    background-color: #0069aa;
    border-color: #0069aa;
    color: #fff !important;
    border-radius: 0;
}

.mdBtnR-primary .mdBtnR-text, a.mdBtnR-primary .mdBtnR-text {
    color: #fff !important;
}

.rf-pill {
    border-radius: 0;
    background-color: #0069aa;
    padding: 0.25rem 0.5rem;
}


.rf-admin-content *, .rfComp-canvas *, .rf-default-modal *, [id*='rf-'].rf-widget * {
    font-family: "omnes-pro",Helvetica,Arial,sans-serif;
    color: #7c8081;
}

.rf-admin-content p, .rfComp-canvas p, .rf-default-modal p, [id*='rf-'].rf-widget p {
    color: #7c8081;
    letter-spacing: 0.5px;
    line-height: 1.5rem;
}

.rf-org-header-container {
    background: linear-gradient(90deg, #00b7ed 0%, #7ecb37 1200px);
}


.rf-headline .rf-headline-content {
    padding: 32px 24px 0 24px;
}


#di-header {
  height: 125px;
  width: 100%;
  max-width: 1440px;
  background-image: url(https://static.rainfocus.com/deltek/deltekinsight21/static/staticfile/staticfile/DI21-Logo-Small-300x91_1621608166365001B2wh.png), url(https://static.rainfocus.com/deltek/deltekinsight21/static/staticfile/staticfile/header-fade_1629824386549001qNBV.png);
  background-position: left, center;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo_link {
 display: block; 
  height: 100%;
  width: 300px;
}

#di-header nav {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#di-header nav a {
    margin: 0 1rem;
    color: #fff;
    font-weight: bold;
    font-family: 'roboto-slab';
    text-decoration: none;
}

#di-header nav a:hover {
    text-decoration: none;
    color: #eee;
}

.page-builder-display-reset.has-panel-left {
  margin: 0; 
  max-width: 1528px;
}

.page-builder-display-reset .page-builder-canvas {
  margin-right: 1rem;
}

.page-builder-display-reset .page-builder-panel {
  border-right: none; 
}

.flex-box-section-full>.flex-box-section-full-interior {
  margin: 0; 
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
    font-size: 0.8rem;
    margin-top: 3rem;
    max-width: 1460px;
}

.footer-social {
  	display: block;
    margin: 0.5rem;
}

.footer-links {
    margin: 0.5rem;
}

footer a, footer a:link, footer a:visited {
    color: #888;
    text-decoration: underline;
    display: inline-block;
}

.footer-links a {
    padding: 0 1rem;
    border-right: 1px solid #888;
}

.footer-links a:last-child {
    border-right: none;
}

footer .footer-social img {
    width: 40px;
    margin: 0 0.2rem;
}


.rf-card.booth-details-card .card-controls {
    display: none;
}

.leads-portal-card, .resources-card {
  
}

.resources-card, .leads-card {
    border: var(--widget-outline) !important;
    box-shadow: -0.1rem 0.1rem 0.3rem #00000011;
    margin: 1rem 1.2rem;
}

.resources-card h1, .leads-card h1 {
    font-family: roboto-slab, serif;
    font-weight: 700;
    color: #04325b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.leads-card {
    margin: 0;
    height: 268px;
}

.leads-card > div:first-child {
    border-bottom: 1px solid #ddd;
}

.leads-card > div {
    padding: 0.5rem 1rem;
}

.leads-card H1 {
  margin: 0;
}

.recommendation-bar {
    background-color: #002f5d !important;
}

.recommendation-bar > span {
    color: #fff !important;
}

.recommendation-actions button SVG {
    fill: #fff !important;
}

#rf-catalog, #rf-exhibitorcatalog, #rf-speakercatalog {
    background: #fff;
}

.rfwf-full-panel .rfwf-panel-interior {
    margin: 0;
}

.flex-box-section-full.braindate {
    padding: 0;
}

.braindate .flex-box-section {
    width: 100%;
    margin: 0;
}

.braindate .flex-box-child {
    padding: 0;
}

.braindate .flex-box-section-full-interior {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100% !important;
}

#braindate-iframe {
    min-width: 1000px;
    width: 100%;
    min-height: 1000px;
    border: 0;
}

.leaderboard-card-header > div > span {
    display: none;
}

.cuevent-iframe {
    border: 0;
    max-width: 1200px;
    width: 100%;
    height: 720px;
}
