

/* ==========================================================================
   1. CORE SETUP
   Defines the custom font and global color variables used throughout the site.
   ========================================================================== */

/* Import Custom Font: Metropolis Light */
@font-face {
    font-family: 'metropolislight';
    src: url('https://www.vmware.com/etc/clientlibs/microsites/clientlib-main/fonts/metropolis-light-webfont.woff2');
}

/* Global Color Variables */
:root {
    --ocean: #007ab8;
    --indigo: #1d428a;
    --light-gray: #f7f7f7;
    --darkmode: #1e2a31;
    --lightmode: #f4f8fa;
    --hoveerblue: #0091da; /* Note: Typo in variable name preserved to avoid breaking links */
    --leaf: #78be20;
    --plum: #7f35b2;
    --aqua: #00c1d5;
    --gray: #717074;
    --charcoal: #565656;
    --lightblue: #f4f8fa;
    --white: #fff;
    --black: #000;
    --default-border: 1px solid #cccccc;
    --default-border-radius: 3px;
    --default-box-shadow: 0px 2px 4px rgb(113 112 116 / 15%);
}

/* ==========================================================================
   2. GLOBAL TYPOGRAPHY OVERRIDES
   Forces the custom font onto RainFocus specific containers and resets.
   ========================================================================== */

/* Apply Metropolis font to main containers */
.rfComp-canvas * {
    font-family: 'metropolislight', Arial, Helvetica, sans-serif;
}

.rf-body {
    font-family: 'metropolislight', Arial, Helvetica, sans-serif !important;
}

/* Force headings to use the custom font and weight */
.rf-admin-content .rf-text-container h1, .rf-admin-content .rf-text-container h2, .rf-admin-content .rf-text-container h3, .rf-admin-content .rf-text-container h4, .rf-admin-content .rf-text-container h5, .rf-admin-content .rf-text-container h6,
.rfComp-canvas .rf-text-container h1, .rfComp-canvas .rf-text-container h2, .rfComp-canvas .rf-text-container h3, .rfComp-canvas .rf-text-container h4, .rfComp-canvas .rf-text-container h5, .rfComp-canvas .rf-text-container h6,
.rf-default-modal .rf-text-container h1, .rf-default-modal .rf-text-container h2, .rf-default-modal .rf-text-container h3, .rf-default-modal .rf-text-container h4, .rf-default-modal .rf-text-container h5, .rf-default-modal .rf-text-container h6,
[id*=rf-].rf-widget .rf-text-container h1, [id*=rf-].rf-widget .rf-text-container h2, [id*=rf-].rf-widget .rf-text-container h3, [id*=rf-].rf-widget .rf-text-container h4, [id*=rf-].rf-widget .rf-text-container h5, [id*=rf-].rf-widget .rf-text-container h6 {
    font-weight: 600;
    line-height: 1.4em;
    font-family: "metropolislight", Arial, Helvetica, sans-serif;
}

/* General Link Styles */
a, a:link, a:visited {
    color: #1d428a;
    text-decoration: none;
    cursor: pointer;
}

/* Hover States for Links */
a:hover, a:focus, a:link:hover, a:link:focus, a:visited:hover, a:visited:focus {
    color: #0091DA;
    transition: color ease-in-out 0.0s !important;
    text-decoration: none !important;
    cursor: pointer;
}

/* Specific focus state for workflow navigation */
.rf-workflow .rf-workflow-nav ul a:focus {
    color: #fff;
}

/* General Font Family Reset */
.rf-admin-content *,
.rfComp-canvas *,
.rf-default-modal *,
[id*='rf-'].rf-widget * {
    font-family: 'metropolislight', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

/* Reset list item colors so they inherit correctly */
.rf-admin-content ul li, .rf-admin-content ol li,
.rfComp-canvas ul li, .rfComp-canvas ol li,
.rf-default-modal ul li, .rf-default-modal ol li,
[id*='rf-'].rf-widget ul li, [id*='rf-'].rf-widget ol li {
    color: unset !important;
}

/* Header Tag Styling */
h1, h2, h3, h4, h5, h6 {
    font-family: 'metropolislight', Arial, Helvetica, sans-serif !important;
    font-weight: 300 !important;
    line-height: 120% !important;
    margin-bottom: 16px !important;
}

/* Paragraph Styling */
p {
    font-family: 'metropolislight', Arial, Helvetica, sans-serif !important;
    font-weight: 300 !important;
    color: var(--charcoal) !important;
    line-height: 150% !important;
}

/* Utility Classes for Text Sizing */
.text-xxss, h6 { font-size: 14px !important; }
.text-xxs, h6 { font-size: 16px !important; }
.text-xs, h6 { font-size: 18px !important; }
.text-s, h5 { font-size: 20px !important; }
.text-m, h4 { font-size: 25px; }
.text-xl, h2 { font-size: 30px !important; letter-spacing: -0.5px; }
.text-xxl, h1 { font-size: 50px !important; }
.text-xxs { font-size: 16px !important; }

/* Paragraph Sizing Overrides */
.text-xxss p { font-size: 14px !important; line-height: 20px !important; }
.text-xxs p { font-size: 16px !important; line-height: 24px !important; }
.text-xs p { font-size: 18px !important; line-height: 27px !important; }
.text-s p { font-size: 20px !important; line-height: 30px !important; }
.text-m p { font-size: 25px !important; line-height: 38px !important; }
.text-l p { font-size: 32px !important; line-height: 48px !important; }
.text-xl p { font-size: 40px !important; line-height: 60px !important; }
.text-xxl p { font-size: 50px !important; line-height: 75px !important; }

/* Input Line Heights */
input {
    line-height: 24px !important;
}

/* Label and Bold Text Styling */
label, .strong, strong {
    font-family: 'metropolismedium', 'metropolislight', Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
}

strong {
    font-weight: unset; /* Resets default browser bolding */
}

/* Specific bold override in text containers */
.rfComp-canvas .rf-text-container h4 strong {
    font-family: 'metropolismedium', 'metropolislight', Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    color: var(--black) !important;
}

/* Header Colors */
h2, h3 {
    color: var(--indigo) !important;
}

/* ==========================================================================
   3. RESPONSIVE BANNERS
   Handles the showing/hiding of banners based on screen width.
   ========================================================================== */

.banner_large { width: 100%; }
.banner_medium, .banner_small, .banner_mobile { width: 100%; display: none; }

/* 1600px Breakpoint */
@media screen and (max-width: 1600px) {
    .banner_medium { display: block; }
    .banner_small, .banner_large { display: none; }
}

/* 1000px Breakpoint */
@media screen and (max-width: 1000px) {
    .banner_medium { display: none; }
    .banner_small { display: block; }
}

/* 340px Breakpoint (Mobile) */
@media screen and (max-width: 340px) {
    .banner_medium, .banner_small, .banner_large { display: none; }
    .banner_mobile { display: block; }
}

/* Header Image Container Visibility */
#header-md, #header-lg { width: 100%; }
#header-md { display: none; }

@media only screen and (max-width: 1600px) {
    #header-md { display: block; }
    #header-lg { display: none; }
}

/* ==========================================================================
   4. FORM STYLING
   Styles for Inputs, Labels, Checkboxes, and Dropdowns.
   ========================================================================== */

/* Consistent Read-Only Labels */
span.label-text {
    color: var(--black) !important;
    font-size: 16px;
    height: auto;
    font-weight: 500 !important;
    font-family: 'metropolismedium', 'metropolislight', Arial, Helvetica, sans-serif !important;
}

/* Form Padding Adjustment */
@media (min-width: 1024px) {
    .rf-workflow-body-content.has-workflow-nav .rfwf-full-panel .rfwf-panel-interior {
        padding: 0 66px 3em;
    }
}

/* Label Spacing */
.rf-label {
    padding-right: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 799px) {
    .rf-label {
        padding-right: 0px;
        padding-bottom: 10px;
    }
}

.checkbox>label>span {
    color: var(--charcoal) !important;
}

/* Form Layout Flexbox Alignment */

.wf-form-element-div:not(:empty) {
    margin-top: 1.2rem;
    width: 100%;
}

@media screen and (max-width: 799px) {
    .wf-form-element-div {
        flex-direction: column !important;
    }
}

/* Read-Only Value Box */
.readOnly-value {
    width: 100%;
    padding: 8px 9px;
    border-bottom: 1px solid #4c6677;
    color: var(--charcoal);
    background: #f7f7f7;
    min-height: 40px;
    height: auto;
}

/* Text Inputs & Textareas */
.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR),
.rf-input textarea {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid #4c6677 !important;
    border-radius: 0;
    height: 40px;
}

.rf-input input:not([type="checkbox"]):not([type="radio"]):not(.mdBtnR):hover,
.rf-input textarea:hover {
    padding: 5px 8px;
    border: none;
    border-bottom: 1px solid var(--ocean) !important;
    border-radius: 0;
    height: 40px;
}

/* Dropdown/Select Styling */
.rf-select.rf-single-select {
    display: flex;
    padding-bottom: 0;
}
.rf-select.rf-single-select div {
    padding: 0px;
}

@media screen and (max-width: 799px) {
    .rf-select.rf-single-select {
        flex-direction: column !important;
    }
}

.rf-select select,
.rf-select select:not([multiple]) {
    border: none;
    border-bottom: 1px solid #4c6677;
    border-radius: 0;
    min-height: 40px;
}

@media screen and (max-width: 799px) {
    .rf-select select,
    .rf-select select:not([multiple]) {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


/* Dropdown Arrow Background */
.dropdown-icon-background {
    margin-top: 0px;
    top: 0px !important;
    background: none !important;
    border: none !important;
}

@media screen and (max-width: 799px) {
    .dropdown-icon-background {
        top: -40px !important;
    }
}

.rf-select select:active,
.rf-select select:focus,
.rf-select select:not([multiple]):active,
.rf-select select:not([multiple]):focus {
    box-shadow: none;
    border-bottom: 1px solid var(--clr-forms-focused-color, #0072a3);
}


/*Dropdown Selector Form*/

.rf-select .rf-dropdown-container .rf-dropdown-trigger {
    border: none !important;
    background-color: var(--rf-comp-input-color-background);
}

.rf-select .rf-dropdown-container .rf-dropdown-trigger input.rf-select-no-caret { 
    border: none !important;
    border-bottom: 1px solid #4c6677 !important;
    border-radius: 0 !important;
}

/* Checkbox Alignment Fix */
fieldset label,
fieldset .checkbox {
    width: 100% !important;
}

/* ==========================================================================
   5. NAVIGATION BAR (SIDEBAR)
   Styles for the RainFocus Workflow Navigation (Sidebar).
   ========================================================================== */

/* Navbar Container */
@media (min-width: 769px) {
    .rf-workflow .rf-workflow-nav {
        width: 300px;
        height: 100%;
        min-height: 500px;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: none;
        background: #007ab8;
    }
    .rf-workflow .rf-workflow-body-content.has-workflow-nav {
        width: auto;
        margin: 0;
    }
}

/* Left Nav Icons */
.rf-workflow .rf-workflow-nav .rf-area-reset svg { fill: #fff; }
.rf-area-reset * { color: #fff; }
.rfComp-canvas .fa:before { color: #fff; }

/* Collapsed Navigation Transitions */
.rf-workflow-nav-collapsed .rf-org-header-container .header-container,
.rf-workflow-nav-collapsed .rf-org-footer-container .vmw-footer,
.rf-workflow-nav-collapsed .rf-org-header-container .alert,
.rf-workflow-nav-collapsed .tips {
    transition: 0.5s ease;
}

/* Main Panel Width constraints */
.rfwf-full-panel .rfwf-panel-interior {
    max-width: 1240px;
    margin: 0 auto !important;
    max-width: 50rem;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Nav Item Spacing */
.rf-area-reset ul li {
    margin-bottom: 2rem !important;
}

/* Nav Bar Horizontal Layout */
.rf-workflow .rf-workflow-nav {
    width: 100%;
    height: auto;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 0px 3px 7px -2px #001559;
}

.rf-workflow-nav-collapsed .rf-workflow .rf-workflow-nav {
    width: 100% !important;
}

.rf-workflow .rf-workflow-nav ul {
    display: flex;
    justify-items: start;
    flex-wrap: wrap;
    align-items: start;
    padding-left: 50px;
}

@media screen and (max-width: 800px) {
    .rf-workflow .rf-workflow-nav ul {
        padding-left: 0px;
        padding-top: 0px;
    }
}

.rf-workflow .rf-workflow-nav ul li {
    width: auto;
    margin: 0 !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding: 8px !important;
}

.rf-workflow .rf-workflow-nav ul li * {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
    height: auto;
    line-height: 56px !important;
}

.rfwf-nav-container.rf-workflow-nav.rfwf-left-nav ul {
    padding-top: 0px;
    padding-bottom: 0px;
}

.rf-workflow-nav-collapsed .rf-workflow .rf-workflow-nav ul {
    display: none;
}

/* Mobile Nav Specifics */
.rfwf-mobile-nav,
.rf-workflow-mobile-open,
.rfwf-mobile-nav .rf-workflow-mobile-open {
    position: inherit !important;
    top: inherit !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 0 !important;
    width: auto !important;
    border-left: 0px !important;
}

.rf-workflow .rf-workflow-nav.rf-workflow-mobile-open ul {
    margin-top: 0px !important;
}

.rf-workflow .rf-workflow-nav ul li {
    margin-bottom: 12px;
    margin-top: 12px;
}

/* Nav Bar Colors */
.rf-workflow .rf-workflow-nav { background-color: #001559; }
.rf-workflow .rf-workflow-nav .rf-area-reset svg { fill: #fff; }
.rf-workflow .rf-workflow-nav ul a { color: #fff; }

/* Nav Link Hover Effects */
.rf-workflow .rf-workflow-nav ul a {
    padding: 0;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 4px solid transparent;
    line-height: 56px;
}

.rf-workflow .rf-workflow-nav ul a:hover,
.rf-workflow .rf-workflow-nav ul a:active {
    color: #fff;
    text-decoration: none;
    border-bottom: 4px solid #fff;
    line-height: 56px;
}

/* Menu Toggle Icons */
.rf-workflow .rf-workflow-nav .rf-workflow-expand-nav span { color: #fff; }
.rf-workflow .rf-workflow-nav .close-nav { display: none; pointer-events: none; }
.rfwf-expand-nav.rf-workflow-expand-nav svg { fill: #fff !important; padding: 4px; }

/* Text Color in Nav */
.rf-workflow .rf-workflow-nav ul p {
    width: 100%;
    color: #fff !important;
}

/* ==========================================================================
   6. BUTTONS (mdBtnR)
   Styles for primary and secondary action buttons.
   ========================================================================== */

/* Button Reset */
.mdBtnR, a.mdBtnR {
    font-size: 14px !important;
    padding: 6px 23px !important;
    line-height: 25px !important;
    text-align: center !important;
    vertical-align: baseline !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
}

.mdBtnR .mdBtnR-text, a.mdBtnR .mdBtnR-text {
    line-height: 25px;
    text-transform: uppercase !important;
}

/* Primary Button Styles */
.mdBtnR-primary, a.mdBtnR-primary {
    color: #fff;
    background-color: var(--indigo);
    border-color: var(--indigo);
    border: 1px solid;
}

.mdBtnR-primary:hover, .mdBtnR-primary:focus, .mdBtnR-primary.active,
a.mdBtnR-primary:hover, a.mdBtnR-primary:focus, a.mdBtnR-primary.active {
    color: var(--indigo);
    background-color: var(--white);
    background-image: none;
    border-color: var(--indigo);
}

/* Hover State Text Color */
.mdBtnR-primary:hover span, .mdBtnR-primary:focus span, .mdBtnR-primary.active span,
a.mdBtnR-primary:hover span, a.mdBtnR-primary:focus span, a.mdBtnR-primary.active span,
.mdBtnR-primary:hover .mdBtnR-text, .mdBtnR-primary:focus .mdBtnR-text, .mdBtnR-primary.active .mdBtnR-text,
a.mdBtnR-primary:hover .mdBtnR-text, a.mdBtnR-primary:focus .mdBtnR-text, a.mdBtnR-primary.active .mdBtnR-text {
    color: var(--indigo);
}

/* Outline (Secondary) Button Styles */
.mdBtnR-outline-primary, a.mdBtnR-outline-primary {
    color: var(--indigo);
    background-color: #fff;
    border-color: var(--indigo);
    border: 1px solid;
}

a.mdBtnR-primary.pull-right {
    color: white;
}

.mdBtnR-outline-primary span, a.mdBtnR-outline-primary span,
.mdBtnR-outline-primary .mdBtnR-text, a.mdBtnR-outline-primary .mdBtnR-text {
    color: var(--indigo);
}

.mdBtnR-outline-primary:hover, .mdBtnR-outline-primary:focus, .mdBtnR-outline-primary.active,
a.mdBtnR-outline-primary:hover, a.mdBtnR-outline-primary:focus, a.mdBtnR-outline-primary.active {
    color: #fff;
    background-color: var(--indigo);
    background-image: none;
    border-color: var(--indigo);
}

.mdBtnR-outline-primary:hover span, .mdBtnR-outline-primary:focus span, .mdBtnR-outline-primary.active span,
a.mdBtnR-outline-primary:hover span, a.mdBtnR-outline-primary:focus span, a.mdBtnR-outline-primary.active span,
.mdBtnR-outline-primary:hover .mdBtnR-text, .mdBtnR-outline-primary:focus .mdBtnR-text, .mdBtnR-outline-primary.active .mdBtnR-text,
a.mdBtnR-outline-primary:hover .mdBtnR-text, a.mdBtnR-outline-primary:focus .mdBtnR-text, a.mdBtnR-outline-primary.active .mdBtnR-text {
    color: #fff;
}

/* SVG Fill Changes on Hover */
.mdBtnR-outline-primary svg, a.mdBtnR-outline-primary svg { fill: #1d428a; }
.mdBtnR-outline-primary:hover svg { fill: #fff; }

/* Specific Button Overrides (Advanced) */
button.mdBtnR.mdBtnR-outline-primary.add-action.mdBtnR-adv:focus svg { fill: #fff !important; }
button.mdBtnR.mdBtnR-outline-primary.add-action.mdBtnR-adv svg { fill: #1d428a !important; }
button.mdBtnR.mdBtnR-outline-primary.add-action.mdBtnR-adv:hover svg { fill: #fff !important; }
button.mdBtnR.mdBtnR-primary.pull-right.mdBtnR-adv svg { fill: #fff; }
button.mdBtnR.mdBtnR-primary.pull-right.mdBtnR-adv:hover svg { fill: var(--indigo); }

/* Hide Cancel Button */
button#wf-btn-cancel {
    display: none;
}

.form-footer-actions {
    max-width: 50rem;
}

.rfwf-panel, .rfwf-full-panel {
    border-bottom: 0px;
}

/* ==========================================================================
   7. CUSTOM REGISTRATION HEADER
   Styles specific to the .registration-header component.
   ========================================================================== */

/* Header Backgrounds */
.rf-org-header-container { background-color: #001559 !important; }

.registration-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    width: 100%;
    height: 80px;
    min-height: 80px;
    background-color: var(--neutral-black);
    z-index: 2;
    position: static;
    top: 0;
}

/* Header Text & Links */
header.registration-header p { color: #fff !important; }
header.registration-header a {
    color: #fff !important;
    font-family: 'metropolislight', Arial, Helvetica, sans-serif !important;
}
.registration-header .registration-header-text { padding-top: 15px; font-size: 12px; color: var(--neutral-mid); }

/* Layout & Alignment */
.registration-header .width-constraint {
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 36px;
}
.registration-header .header-container-right { z-index: 2; gap: 24px; }
.header-container-left, .header-container-right { display: flex; align-items: center; }
.explore-logo { margin-right: 24px; }

/* Navigation Links in Header */
.nav-links { list-style: none; display: flex; gap: 40px; height: 24px; }
a.nav-link, .dropdown-link {
    font-family: var(--org-font-family);
    color: var(--neutral-light);
    transition: color var(--link-transition);
}
a.nav-link:hover, a.nav-link:focus, .dropdown-link:hover, .dropdown-link:focus { color: var(--neutral-mid); }

/* Dropdowns in Header */
.drop-down-list-item { display: flex; flex-direction: column; align-self: flex-start; }
.drop-down-list-item:hover .sub-nav-links, .drop-down-list-item:focus .sub-nav-links, .drop-down-list-item:focus-within .sub-nav-links { display: block; }
.dropdown-link { display: flex; margin-bottom: 18px; cursor: pointer; }
.dropdown-link svg { transform: translate(-2px, -3px); }

/* Sub Nav Links */
.sub-nav-links { list-style: none; padding-left: 0; display: none; transform: translate(0, -8px); }
.sub-nav-links li { display: flex; background: var(--neutral-light); border: 1px solid var(--grape-1); }
.sub-nav-links li:nth-of-type(1) { border-radius: 3px 3px 0 0; }
.sub-nav-links li:last-of-type { border-radius: 0 0 3px 3px; }
.sub-nav-links li a { padding: 12px; border-radius: 3px; flex-grow: 1; transition: background var(--link-transition); }
.sub-nav-links li a:hover { background: var(--grape-2); text-decoration: none; }
a.sub-nav-link { color: var(--grape-6); }

/* Header Responsiveness */
.burger { display: none; }

@media (max-width: 1099px) {
    .registration-header { padding: 0 25px 0 12px; }
    .registration-header .width-constraint { padding: 0; }
    .registration-header .nav-links { display: none; }
    .registration-header .header-container-right {
        flex-direction: column;
        position: absolute;
        top: 30px;
        right: 12px;
        padding: 4px;
        border-radius: 4px;
        background: var(--neutral-light);
    }
    .header-horizontal-nav .header-container-right { background-color: var(--neutral-black); padding: 12px; }
    .header-horizontal-nav .horizontal-nav { gap: 0; flex-direction: column; align-items: center; }
}

@media (max-width: 520px) {
    .registration-header-text { display: none; }
}

@media (max-width: 650px) {
    .registration-header .header-container-right { font-size: 13px; padding-top: 0px; }
    .explore-logo { width: 150px; }
    .registration-header .registration-header-text { padding-top: 15px; font-size: 10px; }
}

/* ==========================================================================
   8. COMPONENT FIXES (Modals, Tables, Footer)
   Specific fixes for UI components.
   ========================================================================== */

/* Modals */
div#forgotPw-modal { opacity: 1 !important; }
.modal-dialog { top: 50% !important; transform: translate(0,-50%) !important; }
.fade.modal-backdrop.in { opacity: 1 !important; } /* Fixes darkened background opacity */
.fade:not(.show) { opacity: 1 !important; }
.modal-backdrop { background-color: rgba(68,68,68,.6) !important; }
.modal-dialog .rfG-row { display: flex; flex-direction: column; }
.modal-dialog .rfG-md-50 { width: 100%; }

/* Tables */
.rf-table-container .rf-table .table-body .table-row.table-header>div {
    border-bottom: 1px solid #1d428a !important;
    border-top: 1px solid #1d428a;
    color: #1d428a;
    text-transform: uppercase;
    font-weight: 700;
}
.rf-table-container .rf-table .table-body .table-row>div a, .rf-table-container .rf-table .table-body .table-row>div .link-span {
    color: #1d428a;
    cursor: pointer;
    font-size: 12px;
}

/* Footer Line */
.footer-component:before {
    background-color: #007ab8 !important;
    background-image: none !important;
}

/* Workflow Login Pages */
#workflow-login-page .rfwf-panel-interior { box-shadow: none; border-radius: none; }
#create-account-page .form-render-page { margin: 50px; }

/* Event Portal Links */
#rainfocus-login-button > a { padding: .5rem 1rem; }
.header-container-right a { margin: 10px; padding-top: 8px; }

@media screen and (max-width: 1000px) {
    .header-container-right a { margin: 5px; padding-top: 8px; }
}
@media screen and (max-width: 1098px) {
    .header-container-right a { margin: 5px; padding-top: 0px; }
    #rainfocus-login-button > a { padding: 0px; }
}

/* ==========================================================================
   9. PAGE SPECIFIC OVERRIDES
   These rules are at the bottom to ensure they override all previous styles.
   Do not move these up.
   ========================================================================== */

/* CFP Page Tweaks */
#cfp-home-page > div > div > div:nth-child(6) > h2 { padding-top: 50px; }
#cfp-home-page > div > div > h1 { display: none; } /* Remove "Submit new proposal" header */

/* Participants Page */
.participant-page .participants-page-body {
    padding-bottom: 40px;
    padding-top: 0px;
}

/* Proposal Confirmation & Discount Code Fixes (Special Div) */
/* These correct padding issues on specific confirmation pages */
#special-div > div.rfwf-body-content.rf-workflow-body-content.has-left-nav.has-workflow-nav > div > div.rfwf-full-panel.cfp-confirmation-form.rfwf-discount-code {
    padding-top: 0px;
    padding-bottom: 0px;
}
#special-div > div.rfwf-body-content.rf-workflow-body-content.has-left-nav.has-workflow-nav > div > div.rfwf-full-panel.cfp-confirmation-header.rfwf-discount-code > div {
    padding-bottom: 0px !important;
}
#special-div > div.rfwf-body-content.rf-workflow-body-content.has-left-nav.has-workflow-nav > div > div.rfwf-full-panel.cfp-confirmation-form.rfwf-discount-code > div {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
#special-div > div.rfwf-body-content.rf-workflow-body-content.has-left-nav.has-workflow-nav > div > div.rfwf-full-panel.cfp-confirmation-header.rfwf-discount-code > div > h1 {
    font-size: 40px !important;
}
#special-div > div.rfwf-body-content.rf-workflow-body-content.has-left-nav.has-workflow-nav > div > div.rfwf-full-panel.cfp-confirmation-details.rfwf-discount-code > div {
    padding-top: 0px !important;
}
#special-div > div.rfwf-body-content.rf-workflow-body-content.has-left-nav.has-workflow-nav > div > div.rfwf-full-panel.cfp-confirmation-details.rfwf-discount-code {
    padding-top: 0px !important;
}

/* Misc Tweaks */
.col-md-6 > h4 { font-size: 16px !important; }
#wf-temp_a1709753592834 h3 { font-size: 16px !important; }
.rfSI svg { fill: #1d428a; }

/* Template Selectors (Leftovers from template, kept to prevent errors) */
SELECTOR { margin-left: 0; }
.rf-workflow-nav-collapsed SELECTOR { margin-left: 0; }


/* Catalog Help FAQ */
.panel-group .panel-heading a {
  padding: 22px 20px;
  display: block;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  text-decoration: none;
  color: #565656 !important;
}
.panel-group .panel-heading {
  border-top: 2px solid rgba(86, 86, 86, 0.2);
  border-left: none; border-right: none; border-bottom: none;
}
h3.panel-title { margin-bottom: 0px; }
.panel-group .panel-body { border: none !important; padding: 0px 20px 20px; }
div#accordion { padding-top: 30px; }
u { text-decoration: none; }

/* Collapse Help */
.collapse.in { display: block !important; }


/*Asterisk Fix, unset inline-block display*/

label.label-text {
    display: unset;
    margin-bottom: .5rem;
}

/*FOOTER UPDATE WITH NEW LINKS
.footer-content {
    padding-bottom: 100px !important;;
    border-top: solid 6px $color-primary;
    border-image: linear-gradient(to right, #6fbe2e 19%, #00bbd6 43%, #0f61a9 57%, #5a39a0 81%) 100;
    box-sizing: border-box;
    padding-top: 30px !important;
}

.lnk {
    font-family: "metropolislight", sans-serif !important;
}
*/






