/* input(633,37): run-time error CSS1046: Expect comma, found '92'
input(633,43): run-time error CSS1046: Expect comma, found '/'
input(648,25): run-time error CSS1046: Expect comma, found '249'
input(648,32): run-time error CSS1046: Expect comma, found ')'
input(1295,37): run-time error CSS1046: Expect comma, found '92'
input(1295,43): run-time error CSS1046: Expect comma, found '/'
input(1515,37): run-time error CSS1046: Expect comma, found '92'
input(1515,43): run-time error CSS1046: Expect comma, found '/' */
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700;800&family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://www.events500documents.com/Content/FontImport.css');

:root {
    --dark-blue: rgb(4, 50, 86);
    --title-color:  rgb(0, 117, 245);
    --light-blue: #eef6ff;
    --border-color: rgb(205, 214, 220);
    --blue-border-color: rgb(217, 224, 229);
    --padding: 20px;
    --grey: #f3f5f6;
    --grey-border: 1px solid rgb(205, 214, 220);
    --grey-text: #778493 /*rgb(139, 147, 152)*/;
    --prospect-header-bg: #f5f9fc;
    --prospect-h1: 32pt;
    --customer-h1: 28pt;
    --prospect-h2: 26pt;
    --prospect-h3: 18pt;
    --prospect-font-size: 13pt;
    --prospect-padding: 100px;

   
    --customer-portal-border-radius:8px;
    --customer-portal-font-size:11.4pt;
    --customer-portal-font-family:'omnes-pro', sans-serif;
}


/*_______________________body____________________*/
html body {
    
    font-family: var(--customer-portal-font-family);/*Target*/
    font-size: var(--customer-portal-font-size);/*Target*/
    color: black;
}

.portal-loading {
    display: table;
    width: 100%;
    text-align: center;
    height: 80vh;
}

.portal-loading > div {
    display: table-cell;
    vertical-align: middle;
}

.portal-loading img {
    width: 60px;
}


/*_______________________nav_____________________*/
.portal-nav {
    position: fixed;
    background: white;
    width: 100%;
    z-index: 600;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    font-size: var(--customer-portal-font-size);/*Target*/
    box-shadow: 0px 0px 15px #15202c15
}

/*--------logo-------*/
.portal-nav-logo {
    width: 183px;
    text-align: center;
    padding: 4px 0px;
}

.portal-nav-logo img{
    max-width:170px;
    max-height:45px;
    height:unset;
    margin:auto;
}

/*--------collapse-------*/
.portal-nav-collapse, .portal-nav-mobie-collapse {
    padding: 15px;
    cursor: pointer;
}

.portal-nav-collapse:hover, .portal-nav-mobie-collapse:hover {
    background: var(--grey);
}

.portal-nav-collapse i, .portal-nav-mobie-collapse i {
    font-size: 15pt;
    color: var(--title-color);
}


/*--------center------*/
.portal-nav-center {
    margin: 0;
    padding: 0;
    display: flex;
}

.portal-nav-center a:hover {
    text-decoration: none;
}

.portal-nav-link {
    padding: 18px 20px;
    padding-bottom: 18px;
    text-decoration: none;
    border-bottom: 2px solid white;
    color: black;
    cursor: pointer;
}

.portal-nav-link.active, .portal-nav-link:hover {
    border-bottom: 2px solid var(--title-color);
    font-weight: 500;
    color: var(--title-color);
}

/*--------right-------*/
.portal-nav-right {
    margin-left: auto;
}

.portal-nav-right ul {
    margin-bottom: 3px;
}

.portal-nav-right li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.portal-nav-right a:link, .portal-nav-right a:hover, .portal-nav-right a:visited {
    color: var(--title-color);
    text-decoration: none;
    font-weight:600;
}


/*___________________body____________________*/
.portal-body {
    position: relative;
    padding-top: 54px;
    background: white;
    display: flex;
    height: calc(100vh - 38px);
    overflow: auto;
    background: white;
}


/*_________________body control______________*/
.portal-body-control {
    width: 250px;
    padding-top: 20px;
    max-height: 100%;
    padding: 20px;
    min-height: 100%;
    border-right: var(--grey-border);
    background: var(--prospect-header-bg);
    border-right: none;
    font-size:var(--customer-portal-font-size);

}


/*___________________body content____________________*/
.portal-body-content {
    flex-grow: 10;
    height: calc(100vh - 93px);
    overflow: auto;
    background: white;
}


/*______________________overides___________________-*/
.window{
    font-family: 'Inter', sans-serif;
}
.window-loading {
    width: 50px;
}

.doc-drop-header .large-button {
    font-family: 'Source Sans Pro', sans-serif;
}

html body .window-box-shadow > header, .window-input-file-button, .minimized-tab-selected {
    background: var(--title-color);
    border-bottom: var(--title-color);
}

#moveableWindowDropdownLoading {
    width: 400px;
}

html body .small-button {
    background: var(--title-color);
}

html body .email-send{
    background:var(--prospect-header-bg);
}

html body .control-input, html body .table-plan-nav .window-input {
    box-shadow: none;
    background: var(--input-grey);
    border-radius: 8px;
}

html body .window-input {
    border-radius: 8px;
    background:var(--prospect-header-bg);
}

html body .nullable-checkbox-true, html body .checkbox-selected {
    background: var(--title-color);
}

#windowDropdownLoading {
    background: white;
}

html body .fr-box.fr-basic .fr-element{
    background:var(--prospect-header-bg);
}

#minmizedTabs {
  
    
}

html body .minimized-tab {
    height: 34px;
    padding: 2px;
    border-radius: 8px 8px 0px 0px;
}


@media screen and (max-width:600px) {
    .table-plan-nav {
        background: white;
    }

    html body .control-input, html body .table-plan-nav .window-input {
        background: var(--grey);
        border-radius: 8px;
    }
}

/*___________doc dropdown_________*/
html body .doc-drop-button {
    background: var(--title-color);
    border-radius: 8px;
}

/*____________table/seating plan_________*/
.table-plan-window .window-ribbon {
    box-shadow: none;
    height: unset;
    border-radius: 0px;
    padding: 0px 10px;
    padding-bottom: 0px;
    background: var(--input-grey);
    white-space: nowrap;
    background: white;
}

.table-plan-window.manage-tp-event-plan .window-ribbon > div {
    min-width: 1050px;
    display:flex;
}

.table-plan-window .window-body-border {
    background: white;
}

.table-plan-window .table-plan-nav {
    background: white;
    padding-top: 35px;
    font-size: 10pt;
}

.table-plan-window .table-plan-nav .window-label {
    font-size: 10pt;
}

html body .table-plan-window .window-ribbon > div {
    min-width: 1050px;
}

.table-plan-window .window-ribbon .window-ribbon-button, .table-plan-window .table-plan-info-show-hide {
    background: white;
    border-radius: 6px;
    margin: 8px 3px;
    box-shadow: none;
    padding: 13px 20px;
    height: unset;
    margin-bottom: 0px;
    font-weight: 600;
    color: black;
    /* box-shadow: 0px 0px 5px rgb(22, 24, 25, 0.05);*/
    border: var(--grey-border);
    background: var(--prospect-header-bg);
    border: none;
    font-size: 10pt;
}

html body .table-plan-window .window-ribbon .mcr-save, html body .table-plan-window .window-ribbon .mcr-sumbit-seating-plan {
    background: var(--title-color);
    color: white;
    border: none;
}

.table-plan-window .table-plan-info-show-hide img {
    width: 13px;
    margin-right: 0px;
}

html body .tp-table-chair > * {
    fill: var(--title-color);
    stroke: var(--title-color);
}

html body .tp-table-chair text {
    fill: white;
}

html body .tp-table-chair-populated > * {
    fill: #69bf0d
}

html body .sps-label.sps-label-menu-populated {
    background: #69bf0d;
}

html body .tp-guest-holding-guest {
    border-color: #69bf0d;
}

/*html body .tp-guest-holding {
    top: calc(100vh - 100px);
}*/

.table-plan-window .tp-ba-shape {
    fill: white;
}

html body .table-plan-window .tpn-menu-set-menus-menus {
    width: 173px;
}

html body .menu-button, html body .tpcm-add-menu-option, html body .menu-button:hover, html body .tpcm-add-menu-option:hover, html body .small-button {
    background: var(--title-color);
    border-radius: 8px;
    color: white;
    font-weight: 600;
}

html body .tpn-menu-option {
    background: var(--input-grey);
    box-shadow: none;
}

html body .tp-add-tables.tp-add-tables-editting {
    width: 560px;
}

html body .tp-add-tables {
    width: 670px;
}

html body .manage-blocked-area {
    width: 495px;
}

html body .table-plan-nav.table-plan-nav-full{
    right:unset;
    left:15px;
    width:calc(100vw - 30px);
}

html body .table-plan-nav.table-plan-nav-full .control-input, html body .table-plan-nav.table-plan-nav-full .window-input{
    padding:9px 8px;
}

/*___________________media queries____________________*/
@media screen and (max-width:1300px) {
    .portal-body-control {
        position: fixed;
        z-index: 20;
    }
}


@media screen and (max-width:620px) {

    .portal-nav-right li:nth-child(1) {
        display: none;
    }

    .portal-nav-logo {
        width: unset;
        margin-right: 10px;
    }

    #moveableWindowDropdownLoading {
        width: 90%;
    }
}

.prospect-portal-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    display:none;
}

.prospect-portal-event-type-select {
    width: 500px;
    max-width: 90vw;
    text-align: center;
    font-size:13pt;
    line-height:1.4;
}

.prospect-portal-event-type-select header {
    margin-bottom: 20px;
}

.prospect-portal-event-type-select header img{
    width:200px;
    margin-bottom:15px;
}

.prospect-portal-event-type-select header h1{
   
    font-weight: bold;
    margin-bottom:10px;
}

.prospect-portal-event-type-select select {
    border: var(--grey-border);
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    margin-bottom:20px;
}



:root {
    
}

html body {
    font-family: 'omnes-pro', sans-serif;
    font-size: var(--prospect-font-size);
    font-weight: 500;
    color: black;
}

.prospect-portal {
    width: 100%;
    margin: auto;
    height: 100%;
}

.prospect-portal-cont {
    max-width: 1300px;
    margin: auto;
}

.prospect-portal-section {
    padding: 0px 30px;
    padding-bottom: var(--prospect-padding);
}

@media screen and (max-width:600px) {
    html body .prospect-portal-section {
        padding-bottom: 60px;
    }
}

/*_________________________Nav_________________________*/
.prospect-portal-display-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 250;
    background: white;
    font-size: var(--prospect-font-size);
}

.prospect-portal-display-nav > div {
    display: flex;
    align-items: center;
}

.prospect-portal-display-nav-cont {
    width: 1300px;
    margin: auto;
}

.portal-nav-mobie-collapse {
    display: none;
}

.portal-nav-collapsed {
    position: fixed;
    background: white;
    z-index: 1000000;
    width: 100%;
    top: 52px;
    text-align: center;
    border-bottom: var(--grey-border);
}


@media screen and (max-width:1250px) {
    html body .portal-display-nav-center, html body .portal-display-nav-right {
        display: none;
    }

    .portal-nav-mobie-collapse {
        margin-left: auto;
        display: block;
    }

    .portal-display-nav-link{
        justify-content:center;
    }
}


/*---------------logo---------------*/
.portal-display-nav-logo {
    cursor: pointer;
    padding: 5px 20px;
}

.portal-display-nav-logo img {
    width: 140px;
}

/*-------------center--------------*/
.portal-display-nav-center {
    margin-left: unset;
    display: flex;
}

.portal-display-nav-link {
    padding: 25px 20px;
    cursor: pointer;
    font-weight: 600;
    display:flex;
    gap:8px;
    align-items:center;
}

.portal-display-nav-link:hover {
    color: var(--title-color);
}

.portal-display-nav-link img{
    width:20px;
    margin:-5px 0px;
}

/*-----------right-----------------*/
.portal-display-nav-right {
    margin-left: auto;
}

.prospect-portal-display-nav .portal-display-demo {
    padding: 12px 30px;
    font-weight: bold;
}

/*-----------nav collapse----------*/

.portal-nav-mobie-collapse {
    padding: 20px;
}

.portal-nav-collapsed {
    top: 63px;
}

.portal-nav-collapsed .portal-display-demo {
    margin: 20px;
    margin-top: 0px;
}

@media screen and (max-width:1300px) {
    .prospect-portal-display-nav-cont {
        width: 100%;
    }
}


/*---------Nav Dropdown---------*/

.portal-nav-collapsed {
    max-height: 80vh;
    overflow: auto;
}

.portal-nav-live-demos:hover .portal-display-nav-dropdown {
    display: block;
}

.portal-display-nav-dropdown {
    position: fixed;
    background: white;
    top: 65px;
    padding: 5px 0px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(86 92 99 / 0.25);
    display: none;
}

.portal-display-nav-dropdown div {
    padding: 15px 25px;
    width: 220px;
    color: black;
    border-radius: 4px;
    border-left: 3px solid white;
    font-weight: 500;
}

.portal-display-nav-dropdown div:hover {
    border-left: 3px solid var(--title-color);
    background: rgb(245 249 252);
    text-decoration: none;
}

.portal-display-nav-dropdown a:hover {
    text-decoration: none;
}

.portal-nav-live-demos .window-loading {
    width: 14px;
}

/*----Collapsed-----*/
@media screen and (max-width:1000px) {

    .portal-display-nav-dropdown {
        position: relative;
        box-shadow: none;
        top: 20px;
        border: 1px solid var(--title-color);
        padding: 0px;
        display: block;
        width:100%;
    }

    .portal-nav-live-demos > span{
        display:none;
    }
    .portal-display-nav-dropdown div {
        width: 100%;
    }
}


/*________________________Header__________________________*/

.prospect-portal-header {
    border-radius: 8px;
    margin: auto;
    max-width: 1450px;
    background: white;
   /* background: var(--prospect-header-bg);*/
    padding-bottom: 80px;
    margin-bottom: calc(var(--prospect-padding) * -1);
}

.prospect-portal-header > div {
    padding: 100px 30px;
    text-align: left;
    max-width: 1300px;
    margin: auto;
    border-radius: 8px;
    margin-bottom: 0px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.prospect-portal-header .prospect-portal-title {
    margin-bottom: 0px;
    margin: 0;
    text-align: left;
}

.prospect-portal-header .prospect-portal-title p.prospect-portal-title-quote {
    font-style: oblique;
    margin-top: 20px;
    margin-bottom: 30px;
    color: var(--title-color);
}

.portal-header-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.portal-header-buttons .prospect-portal-button {
    text-transform: unset;
    padding: 15px 50px;
}

.prospect-portal-header > div > div:nth-child(1) {
    flex-basis: 50%;
}

.prospect-portal-header > div > div:nth-child(2) {
    flex-basis: 50%;
}

.prospect-portal-header img {
    width: 100%;
}

.prospect-portal-header video {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}

@media screen and (max-width:1100px) {
    .prospect-portal-header {
        background: white;
    }

    .prospect-portal-header > div > div {
        text-align: center;
    }

    html body .prospect-portal-header .prospect-portal-title {
        text-align: center;
    }

    html body .prospect-portal-header > div > div:nth-child(1){
        flex-basis:100%;
    }

    .prospect-portal-header > div > div:nth-child(2) {
        display: none;
    }

    .prospect-portal-header .portal-header-buttons {
        justify-content: center;
    }
}

@media screen and (max-width:450px) {
    .prospect-portal-header > div {
        padding-top: 80px;
    }
}



/*---------------Light Header------------------*/
.prospect-portal-header-light {
    max-width: 1450px;
    margin: auto;
    border-radius: 8px;
    margin-bottom: 40px;
}

.prospect-portal-header-light > div > div {
    text-align: left;
    padding: 60px 30px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.prospect-portal-header-light > div > div > div:nth-child(1) {
    max-width: 350px;
}

.prospect-portal-header-light img {
    width: 100%;
}

.prospect-portal-header-light .prospect-portal-title {
    text-align: left;
    margin: 0;
}

.prospect-portal-header-light .prospect-portal-button {
    margin-top: 30px;
    display: inline-block;
    padding: 14px 40px;
}

@media screen and (max-width:650px) {
    .prospect-portal-header-light > div > div, .prospect-portal-header-light .prospect-portal-title {
        text-align: center;
    }

    .prospect-portal-header-light > div > div > div:nth-child(1) {
        display: none;
    }
}


/*_________________________Body___________________________*/
.portal-display-body {
    padding-top: 64px;
    height: unset;
    font-size: var(--prospect-font-size);
    line-height: 1.5;
}


/*___________________Loading________________*/
.prospect-portal-loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: white;
}

.prospect-portal-loading img {
    width: 60px;
}


/*_________________________Titles_________________________*/
.prospect-portal-title {
    margin: auto;
    margin-bottom: 60px;
    text-align: center;
}

.prospect-portal-title {
}

.prospect-portal-title h1 {
    font-size: var(--prospect-h1);
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
}

.prospect-portal-title p {
    color: #778493;
    font-size: var(--prospect-h3);
}

.prospect-portal-title-text-grouping {
    display: flex;
    gap: 20px;
}

.prospect-portal-title-text-group {
    padding: 20px;
    border: var(--grey-border);
    border-radius: 8px;
}

/*---------------------sub titles----------------*/
.prospect-portal-sub-title {
    margin-bottom: 30px;
}

.prospect-portal-sub-title h2 {
    font-size: var(--prospect-h2);
    font-weight: 700;
}


/*___________________Button___________________*/
.prospect-portal-button {
    background: var(--title-color);
    padding: 18px;
    color: white;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

.prospect-portal-button-light {
    background: white;
    border: var(--grey-border);
    color: black;
}

.prospect-portal-button .window-loading {
    width: 20px;
}


/*----------Inverted---------*/
.prospect-portal-button-inverted {
    background: white;
    border: 1px solid var(--title-color);
    color: var(--title-color);
}



/*_______________Large Link________________*/
.prospect-portal-link {
    color: var(--title-color);
    font-weight: 500;
    cursor: pointer;
}




/*_______________________Footer_______________________*/
.portal-footer {
    padding: 100px;
    font-size: var(--prospect-font-size);
    background: var(--prospect-header-bg);
}

.portal-footer-logo {
    width: 180px;
    margin: auto;
    margin-bottom: 60px;
    display: none;
}

.portal-footer-logo img {
    width: 100%;
}

.portal-footer-links {
    display: flex;
    justify-content: center;
    gap: 140px;
    margin-bottom: 60px;
}

.portal-footer-links > div > * {
    margin-bottom: 15px;
    display: block;
}

.portal-footer-links b {
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.portal-footer-links b.sub {
    text-transform: capitalize;
}

.portal-footer-links > div div {
    color: var(--title-color);
    cursor: pointer;
}

.portal-footer-socials {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.portal-footer-socials img {
    width: 22px;
}

@media screen and (max-width:600px) {
    .portal-footer {
        padding: 40px;
        text-align: center;
    }

    .portal-footer-links {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .portal-footer-socials {
        flex-wrap: wrap;
    }

    .portal-footer-socials > div:nth-child(4) {
        flex-basis: 100%;
        width: 100%;
        display: block;
    }
}


/*______________________________Video Overlay__________________________*/
.prospect-video-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 250;
    background: #0d0f12e1;
    display: none;
    justify-content: center;
    align-items: center;
}

.prospect-video-overlay-close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 20px;
    color: white;
    font-size: 30pt;
    cursor: pointer;
}

.prospect-video-overlay-video {
    width: 70%;
    border-radius: 8px;
    overflow: hidden;
}

.prospect-video-overlay-video video {
    width: 100%;
}

@media screen and (max-width:1000px) {
    .prospect-video-overlay-video {
        width: 98%;
    }
}


/*__________________________________Cookie Policy______________________________*/
html body .freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb{
    font-family:var(--customer-portal-font-family);
    border-radius:8px 0px 0px 0px;
}

html body .freeprivacypolicy-com---palette-light .cc-nb-okagree{
    background:var(--title-color);
    border-radius:8px;
    border: 1px solid var(--title-color);
}

html body .freeprivacypolicy-com---palette-light .cc-nb-reject{
    background:white;
    color:var(--title-color);
    border: 1px solid var(--title-color);
    border-radius:8px;
}

html body .freeprivacypolicy-com---palette-light .cc-nb-changep{
    border-radius:8px;
}
/*_______________________Calculator______________________*/
.prospect-portal-calc {
    font-weight:500;
}

.prospect-portal-calc-calc {
}

/*---titles---*/
.prospect-portal-calc-sub-title {
    margin-top: 0px;
    margin-bottom: 30px;
    display:flex;
    align-items:center;
    gap:20px;
}

.prospect-portal-calc-sub-title h2 {
    font-size: var(--prospect-h2);
    font-weight: 700;
    margin-bottom: 15px;
}

/*---calc questions---*/
html body .calc-question label {
    font-weight: 400;
}

html body .calc-question label b {
    font-weight: 700;
}


/*---calc box---*/
.calc-box {
    padding: 30px;
    border-radius: 8px;
    background: var(--prospect-header-bg);
    border: none;
}

html body .calc-box input {
    border: none;
}

.calc-box-blue {
}

html body .calc-box-blue input {
}

/*---split---*/
.prospect-portal-calc-split {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.prospect-portal-calc-split > div {
    flex-grow: 1;
}

/*---labels & inputs---*/
.prospect-portal-calc-calc label {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
}

.prospect-portal-calc-calc input {
    border: var(--grey-border);
    padding: 10px;
    border-radius: 8px;
}

#eventValue {
    margin-left: 5px;
}

.time-display {
    margin-left: 5px;
    color: var(--title-color);
    font-weight: 500;
}

/*---Info---*/
.prospect-portal-calc-business-info {
    margin-bottom: 40px;
    border-radius: 8px;
}

.prospect-portal-calc-business-info .prospect-portal-calc-split > div {
    flex-basis: 47%;
}

/*---Packages---*/
.prospect-portal-calc-packages {
    margin-bottom: 30px;
}

.prospect-portal-calc-costs table {
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.prospect-portal-calc-costs th {
    font-weight: 600;
    padding: 10px 20px;
}

.prospect-portal-calc-costs td {
    padding-bottom: 15px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prospect-portal-calc-costs td > div {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    border: var(--grey-border);
    gap: 10px;
    background: var(--prospect-header-bg);
    border: none;
}

.prospect-portal-calc-costs td:nth-child(1) {
    width: 60px;
}

.prospect-portal-calc-costs td:nth-child(1) > div {
    border-right: 0px;
    border-radius: 8px 0px 0px 8px;
    justify-content: center;
    padding-right: 0px;
}

.prospect-portal-calc-costs td:nth-child(2) > div {
    border-right: 0px;
    border-left: 0px;
    line-height: 1.2;
    font-weight: 500;
}

.prospect-portal-calc-costs td:nth-child(3) > div {
    border-left: 0px;
    border-radius: 0px 8px 8px 0px;
}

.prospect-portal-calc-costs input[type="number"] {
    width: 70px;
    text-align: center;
    border: none;
}

.prospect-portal-calc-costs input[type="checkbox"] {
    transform: scale(1.4);
}

.package-selected td > div {
    color: white;
    background: var(--title-color);
    border-color: var(--title-color) !important;
}

.package-selected td > div input[type="number"] {
    border: 1px solid var(--title-color);
}

/*--------Package Help-------*/
/*-----Icon-------*/
.package-help-icon {
    position: relative;
}

.package-help-icon img {
    width: 25px;
}

.package-help-icon img:nth-child(2) {
    display: none;
}

.package-selected .package-help-icon img:nth-child(1) {
    display: none;
}

.package-selected .package-help-icon img:nth-child(2) {
    display: block;
}

/*------Window------*/
.package-help-window {
    position: absolute;
    background: white;
    color: black;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(86 92 99 / 0.25);
    display: none;
    cursor: default;
    z-index: 50;
    max-width: 450px;
    line-height: 1.3;
}

html body .package-help:hover .package-help-window {
    display: block;
}

.package-help-window p {
    text-align: left;
}

.package-help-window img {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.package-help-window .prospect-portal-button {
    margin-top: 20px;
}

#readonlyUsers .package-help-window{
    max-width:500px;
}

#readonlyUsers img{
    max-width:350px;
}


.package-help-table {
    padding: 5px;
    border-radius: 8px;
    margin-top: 10px;
    background: #f5f9fc
}

.package-help-table table {
    margin-top: 0px;
    text-align: center;
}

.package-help-table caption {
    caption-side: top;
    padding: 5px 10px;
    color: var(--title-color);
}

.package-help-table table td, .package-help-table table th {
    text-align: left;
    padding: 5px 10px;
}

.package-help-table table tr:nth-child(odd) td {
    background: white
}

.prospect-portal-calc-costs .package-help-table .package-help-table-discount {
    padding: 7px 20px;
    height: unset;
    border: 1px solid var(--title-color);
    border-left: 1px solid var(--title-color);
    border-right: 1px solid var(--title-color);
    border-radius: 8px;
    display: inline-block;
    background: white;
    color: var(--title-color);
    font-weight: 600;
    width: 80px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .package-help-window {
        left: 20%;
        width: 60%;
    }
}

@media screen and (max-width: 500px) {
    .package-help-window {
        left: 5%;
        width: 90%;
    }
}



/*----Times-----*/
.prospect-portal-calc-times {
    margin-bottom: 30px;
}

.prospect-portal-calc-times .calc-question {
    flex-basis: 30%;
    flex-grow: 2;
}

.prospect-portal-calc-time-time {
    margin-left: 10px;
    font-weight: 600;
    color: var(--title-color);
}


/*--------------Results------------*/
.calc-result {
    border-radius: 8px;
    border: var(--grey-border);
    padding: 40px;
    color: white;
    margin-bottom: 40px;
    color: black;
    text-align: center;
}

#calcResults .prospect-portal-title h1 {
    text-transform: capitalize;
}

/*---split---*/
.calc-result-split {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    color: black;
}

.calc-result-split > div {
    flex-grow: 1;
    min-width: 30%;
    max-width: 48%;
}

.calc-result .calc-box {
}

/*---breakdown---*/

.calc-result-time-breakdown {
    display: flex;
    gap: 30px;
}

.calc-result-time-breakdown > div {
    flex-grow: 2;
}

.calc-result-time-breakdown .prospect-portal-calc-sub-title span {
    font-size: var(--prospect-h3);
    text-align: center;
    font-weight: 700;
}

.calc-result-time-breakdown .calc-box:nth-child(2) {
    background: #f5f9fc;
    color: black;
    margin-bottom: 30px;
}

html body .calc-box.calc-result-increase {
    background: #f5f9fc;
    color: black;
    text-align: center;
}

html body .calc-result-increase > div {
    font-size: 26pt;
    color: var(--title-color);
}

html body .calc-result-increase-small {
    font-size: 13pt;
    color: black;
    font-weight: 500;
}


.calc-result-time-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.calc-result-time-label-help img {
    width: 20px;
    cursor: pointer;
    position: relative;
    bottom: 3px;
}

html body .calc-result-times .calc-result-title {
    font-size: 13pt;
    margin-bottom: 15px;
    color: #8897a8
}

html body .calc-result-times span {
    font-weight: 700;
    font-size: var(--prospect-h3);
}

.calc-result-time-label-help {
    position: relative;
}

.calc-result-time-help {
    position: absolute;
    max-width: 450px;
    min-width: 400px;
    background: white;
    color: black;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(86 92 99 / 0.25);
    z-index: 50;
    display: none;
}

.calc-result-time-label-help:hover .calc-result-time-help {
    display: block;
}

html body .calc-result-time-help span {
    font-weight: 500;
    font-size: var(--prospect-font-size)
}

.calc-result-time-help b {
    font-weight: 700;
}

@media screen and (max-width: 1600px) {
    .calc-result-time-help {
        left: -275px;
    }
}

@media screen and (max-width: 500px) {
    .calc-result-time-label-help {
        position: unset;
    }

    .calc-result-time-help {
        left: 5%;
        width: 90vw;
        min-width: unset;
    }
}



/*---results---*/
.calc-result-results {
    border-radius: 8px;
    margin-top: 40px;
}

.calc-result-results > div {
    margin-bottom: 30px;
}

html body .calc-result-split-week > div {
    max-width: 32%;
}

.calc-result-results .calc-box {
    background: var(--title-color);
    color: white;
}

html body .calc-result-results .calc-result-title {
    margin-bottom: 15px;
    font-size: 13pt;
}

.calc-result-results span {
    font-size: 26pt;
    font-weight: 700;
}

#calcResults .calc-result-title {
    font-weight: 500;
}

.calc-result-summary {
    font-size: var(--prospect-h2);
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.calc-result-summary b {
    font-weight: 700;
    font-size: var(--prospect-h1);
    color: var(--title-color)
}


/*-------------Mobile---------------*/
@media screen and (max-width:750px) {
    .calc-result-time-breakdown {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:650px) {
    #calcResults .prospect-portal-title {
        display: none;
    }

    .calc-result {
        padding: 0px;
        border: none;
    }

    .calc-result-times .calc-box {
        background: var(--prospect-header-bg);
    }

    .calc-result-split > div, html body .calc-result-split-week > div {
        max-width: 100%;
    }



    .prospect-portal-calc-costs td > div {
        height: 110px;
    }

    .prospect-portal-calc-costs tbody tr:nth-child(1) td > div {
        height: 150px;
    }
}

/*______________________Dashboard Overrides_______________________*/
/*html body .prospect-portal .dashboard{
    top:53px;   
}*/

/*------------Body control-----------*/
/*html body .body-control{
    background:white;
    top:53px;
}

html body .control-input{
    border-radius:8px;
    padding:6px;
     background:white;
    border:var(--grey-border);
}

html body .chart-display-chart{
    background:white;
    border-radius:8px;
    width:100%;
    max-width:228px;
}*/


/*-------Datepicker-----*/
/*html body .prospect-portal .body-control .ui-datepicker{
    box-shadow:none;
    
    border:var(--grey-border);
}

html body .ui-datepicker .ui-datepicker-header, html body .ui-datepicker .ui-datepicker-month, html body .ui-datepicker .ui-datepicker-year, html body .ui-datepicker .ui-datepicker-current-day{
    background:var(--title-color);
}*/

/*---------------Stats/Charts------------*/
/*html body .dashboard-statistic, html body .dashboard-chart, html body .dashboard-statistics-title{
    box-shadow:none;
    border-radius:8px;
    border:var(--grey-border);
}

html body .dashboard-chart-maximise{
    display:none;
}*/


/*_________________________Demo___________________________*/




.prospect-portal-demo {
    background: white;
    padding:40px;
    border:var(--grey-border);
    border-radius: 8px;
    
    padding-bottom: 40px;
}

.prospect-portal-demo-form {
    width: 100%;
    text-align: left;
}

.prospect-portal-demo-form > div {
    margin-bottom: 20px;
}

.prospect-portal-demo-form .prospect-portal-sub-title{
   margin-bottom:30px;
}

.form-split {
    display: flex;
    gap: 20px;
}

.form-split > div {
    flex-grow: 2;
}

.prospect-portal-demo-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.prospect-portal-demo-form input, .prospect-portal-demo-form textarea {
    border:none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    background:var(--prospect-header-bg);
}

.prospect-portal-demo-form textarea {
    min-height: 100px;
}

/*------------------Success------------------*/
.prospect-portal-demo-success {
    line-height: 1.5;
    text-align: center;
    background:white;
    padding: 40px;
    border-radius: 8px;
    border:var(--grey-border);
}

.prospect-portal-demo-success p{
    margin-bottom:20px;
}

.prospect-portal-demo-success img {
    width: 80px;
    margin-bottom: 20px;
}


@media screen and (max-width:600px) {
    .prospect-portal-demo{
        padding:0px;
        border:none;
    }
    .form-split {
        flex-wrap: wrap;
    }
}

/*___________________________Documents__________________________*/
.prospect-portal-docs .window-loading{
    width:20px;
}


.doc-drop-header .doc-drop-button{
    display:none;
}
/*___________________________________Introduction___________________________________*/

.prospect-portal-introduction {
    text-align: center;
}

.prospect-portal-intro-section {
    padding: 40px 0px;
}

.intro-box {
    border: var(--grey-border);
    border-radius: 8px;
    padding: 30px;
    line-height: 1.4;
}
/*---------breaker---------*/
.prospect-portal-breaker-cont {
    background: var(--prospect-header-bg);
    max-width: 1450px;
    margin: auto;
    border-radius: 8px;
    padding: 60px 30px;
    text-align: left;
    margin-bottom: var(--prospect-padding);
    font-weight:500;
}

.prospect-portal-breaker {
    padding: 60px;
    margin: 0px 30px;
    background: white;
    border-radius: 8px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.prospect-portal-breaker > div:nth-child(1) {
    flex-basis: 70%;
}

.prospect-portal-breaker > div {
    flex-basis: 50%;
}

.prospect-portal-breaker.portal-element h2 {
    margin-bottom: 20px;
}

.prospect-portal-breaker .prospect-portal-button {
    margin-top: 10px;
}

.breaker-bullet {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.breaker-bullet img {
    width: 30px;
}

.breaker-bullet p {
}

@media screen and (max-width:900px){
    .prospect-portal-breaker-cont{
        margin-bottom:60px;
    }

    .prospect-portal-breaker{
        flex-wrap:wrap;
        gap:40px;
        margin:0px;
        padding:40px;
    }

    html body .prospect-portal-breaker > div, html body .prospect-portal-breaker > div:nth-child(1){
        flex-basis:100%;
        text-align:left;
        justify-content:center;
    }
    
}
/*---------blue breaker---------*/
.prospect-portal-blue-breaker {
    background: var(--title-color);
    color: white;
    border-radius: 8px;
    padding: 70px;
    display: flex;
    text-align: left;
    align-items: center;
    gap: 50px;
}

.prospect-portal-blue-breaker > div:nth-child(1) {
    flex-basis: 60%;
}

.prospect-portal-blue-breaker > div:nth-child(2) {
    text-align: right;
    flex-grow: 2;
}

.prospect-portal-blue-breaker .prospect-portal-title {
    text-align: left;
    color: white;
    padding: 0px;
    margin: 0px;
}

.prospect-portal-blue-breaker .prospect-portal-title p {
    color: white;
}

.prospect-portal-blue-breaker .prospect-portal-button {
    border: 1px solid white;
    margin-left: auto;
}


@media screen and (max-width:780px){
    .prospect-portal-blue-breaker{
        padding:40px;
        flex-wrap:wrap;
    }
    .prospect-portal-blue-breaker > div{
        flex-grow:2;
    }
}

/*-----------bullets-----------*/
.prospect-portal-intro-bullets {
    display: flex;
    gap: 30px;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 50px;
}

.portal-bullet {
    background: white;
    padding: 40px;
    text-align: center;
    border: none;
    flex-basis:33%;
    border:var(--grey-border);
  
}

.portal-bullet-image {
    display: inline-block;
    margin-bottom: 10px;
    background: white;
}

.prospect-portal-intro-bullets img {
    display: block;
    margin: auto;
    width: 45px;
}

.portal-bullet h2 {
}

.portal-bullet p {
    font-size: 13pt;
}

@media screen and (max-width:900px){
     .prospect-portal-intro-bullets .portal-element{
       
        
    }
}
@media screen and (max-width:700px) {
    .prospect-portal-intro-bullets {
        flex-wrap: wrap;
        margin-bottom:0px;
    }
    .portal-bullet{
        flex-basis:100%;
    }
    
}


/*------------element----------*/
.portal-element h1 {
    font-size: var(--prospect-h1);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.portal-element h2 {
    font-size: var(--prospect-h3);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

.portal-element p {
    font-size:var(--prospect-font-size);
}

/*--------integrations---------*/

.prospect-portal-integrations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.prospect-portal-integrations .portal-element {
    padding: 40px;
    border-radius: 8px;
    text-align: left;
    border: var(--grey-border);
    flex-basis: 30%;
    flex-grow: 2;
}

.prospect-portal-integrations .portal-element > div:nth-child(1) {
    margin-bottom: 15px;
    padding: 15px;
    padding-top: 18px;
    background: #f5f9fc;
    display: inline-block;
    border-radius: 100px;
}

.prospect-portal-integrations .portal-element img {
    width: 45px;
}

.prospect-portal-integrations-cont .prospect-portal-button {
    margin-top: 30px;
}

@media screen and (max-width:900px) {
    .prospect-portal-integrations {
        flex-wrap: wrap;
        text-align: center;
    }

    html body .prospect-portal-integrations .portal-element {
        flex-basis: 47%;
        flex-grow: 2;
    }
}

/*---------testimonials--------*/
.prospect-portal-intro-testimonials {
    text-align: left;
}

.prospect-portal-intro-testimonials .prospect-portal-button{
    margin-top:30px;
}

.prospect-portal-intro-testimonials .prospect-portal-sub-title h2 {
    font-weight: 400;
}

.prospect-portal-intro-testimonials .prospect-portal-sub-title b {
    font-weight: 700;
}

.prospect-portal-intro-testimonials > div:nth-child(2) {
    display: flex;
    gap: 20px;
}

.prospect-testimonial {
    text-align: left;
    flex-basis: 33%;
    flex-grow: 2;
    border: none;
}

.five-star {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.five-star img {
    width: 20px;
}

.prospect-testimonial p {
    margin-bottom: 20px;
}

.signature, .venue {
    font-style: italic;
}

.signature {
    display: block;
    margin-bottom: 10px;
    font-weight:500;
}

.venue {
    font-weight: 600;
}


@media screen and (max-width:700px) {
    .prospect-portal-intro-testimonials > div {
        flex-wrap: wrap;
    }

    .prospect-testimonial {
        flex-basis: 100%;
    }
}

/*------------tools-----------*/
.prospect-portal-tools{
    text-align:left;
}
/*--------nav--------*/
.portal-tools-nav {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
}

.portal-tools-nav:before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--border-color);
    display: block;
    position: absolute;
    top: 97%;
    border-radius: 10px;
    left: 0px;
}

.portal-tools-nav-item {
    padding: 20px 21px;
    cursor: pointer;
    position: relative;
    font-size: var(--prospect-font-size);
    font-weight: 500;
}

.portal-tools-nav-item:hover {
    color: var(--title-color);
}

.portal-tools-nav-item.active {
    font-weight: 600;
    color: var(--title-color);
}

.portal-tools-nav-item.active:after, .portal-tools-nav-item:hover:after{
    content: '';
    width: 100%;
    height: 3px;
    background: var(--title-color);
    display: block;
    position: absolute;
    top: 95%;
    border-radius: 10px;
    left: 0px;
}
/*--------helper-------*/
.portal-tools-helper{
    background:var(--title-color);
    border-radius:80px;
    color:white;
    font-size:12pt;
    padding:6px 30px;
    margin-top:10px;
    border:1px solid var(--title-color);
    background:white;
    color:var(--title-color);
    background:var(--light-blue);
    display:inline-block;
    border:none;
    font-weight:500;
}

/*--------body--------*/
.portal-tools-body-item {
    display: flex;
    gap: 80px;
    text-align: left;
    align-items: center;
    display: none;
    transition: ease-in .5s;
}

.portal-tools-body-item.active {
    display: flex;
}

.portal-tools-body-item > div {
    flex-basis: 50%;
    padding-top: 60px;
}

.portal-tools-body-item img {
    width: 100%;
}

.portal-tools-body-item .portal-element {
    margin-bottom: 40px;
}

.portal-tools-body-item .portal-element h2 {
    font-size: var(--prospect-h1);
    margin-bottom: 30px;
}


@media screen and (max-width:700px) {
    .portal-tools-body-item > div:nth-child(2) {
        display: none;
    }

    .portal-tools-body-item > div {
        flex-basis: 100%;
        padding:0px 0px;
        padding-top: 40px;
    }
}

.prospect-portal-bios-cont {
    text-align: center;
    background: white;
}

.prospect-portal-bios-cont .prospect-portal-title {
    text-align: center;
}

.prospect-portal-bios-cont .prospect-portal-sub-title b {
    font-weight: bold;
}

.prospect-portal-bios {
    display: flex;
    gap: 30px;
}

.prospect-portal-bio {
    flex-basis: 30%;
    flex-grow: 2;
    border-radius: 8px;
    background: white;
    border: var(--grey-border);
    padding: 30px;
    background: var(--prospect--bg);
    font-size: var(--prospect-font-size);
}

.prospect-portal-bio-header {
    align-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
}

.prospect-portal-bio-image {
    width: 40%;
    max-width: 100px;
    margin: auto;
    margin-bottom: 15px;
}

.prospect-portal-bio-image img {
    width: 100%;
    border-radius: 800px;
}

.prospect-portal-bio-name {
    font-weight: bold;
    font-size: var(--prospect-h3);
}

.prospect-portal-bio-job {
    font-size: 13pt;
}

@media screen and (max-width:700px) {
    .prospect-portal-bios {
        flex-wrap: wrap;
    }

    .prospect-portal-bio {
        flex-basis: 100%;
    }
}

.prospect-portal-installations-cont .prospect-portal-sub-title {
    text-align: left;
    margin-bottom: 50px;
}

.prospect-portal-installations-cont .prospect-portal-sub-title h2 {
    font-weight: 500
}

.prospect-portal-installations-cont .prospect-portal-sub-title h2 b {
    font-weight: 700
}

.prospect-portal-installations {
    display: flex;
    gap: 30px;
}

.prospect-portal-installations .portal-element {
    border: var(--grey-border);
    border-radius: 8px;
    flex-basis: 33%;
    flex-grow: 2;
    padding: 30px;
    text-align: left;
}

.prospect-portal-sub-title p {
    color: #778493;
    font-size: var(--prospect-h3);
    margin-top: 10px;
}

.prospect-portal-install-number {
    padding: 5px 30px;
    text-align: center;
    border-radius: 200px;
    font-size: var(--prospect-h2);
    display: inline-block;
    margin-bottom: 30px;
    color: var(--title-color);
    font-weight: 600;
    background: #eef6ff;
}

.prospect-portal-install-number > * {
    display: inline-block;
    vertical-align: middle;
}

.prospect-portal-install-number span {
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

.prospect-portal-install-number p {
    font-size: var(--prospect-h3);
}

.prospect-portal-installations-message {
    margin-top: 40px;
    color: var(--title-color);
    font-size: var(--prospect-h3)
}

.prospect-portal-online-bookings{
    border:var(--grey-border);
    max-width:1300px;
    margin:auto;
    padding:60px 0px;
    border-radius:8px;
    margin-bottom:var(--prospect-padding);
}

.prospect-portal-online-bookings .prospect-portal-cont{
    background:white;
    border-radius:8px;
}

#onlineBookingIframe{
    width: 1px;
    min-width: 100%;
    border-radius:8px;
  }
.prospect-portal-testimonials-cont{
    display: flex;
    gap: 30px;
    flex-wrap:wrap;
}

.prospect-portal-testimonials-cont .prospect-testimonial{
    flex-basis:30%;
    flex-grow:2;
    max-width:450px;
    border:var(--grey-border);
}

@media screen and (max-width:800px){
    .prospect-portal-testimonials-cont .prospect-testimonial{
        flex-basis:100%;
        max-width:unset;
    }
}

.prospect-portal-news-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.prospect-news-story {
    flex-basis: 31%;
    flex-grow: 2;
    padding: 30px;
    border-radius: 8px;
    border: var(--grey-border);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.prospect-news-story > div {
    margin-bottom: 20px;
    width: 100%;
}

.prospect-news-story-image {
    text-align: center;
    width: 100%;
}

.prospect-news-story-image img {
    max-height: 160px;
    max-width: 100%;
    margin: auto;
    border-radius: 8px;
}

.prospect-news-story-headline {
    font-size: var(--prospect-h3);
    line-height: 1.2;
    font-weight: 600;
}

.prospect-news-story-published {
    color: #808080;
}

.prospect-news-story-story {
    max-height: 200px;
    overflow: hidden;
}

.prospect-news-story-story * {
    font-size: var(--prospect-font-size) !important;
    font-family: 'omnes-pro', sans-serif !important;
    font-weight: 500 !important;
    color: black !important;
}

.prospect-news-story > .prospect-news-story-link {
    margin-top: auto;
    margin-bottom: 0px;
    width: 100%;
}

@media screen and (max-width:600px){
    .prospect-news-story {
        flex-basis:100%;
    }
}

/*-----------------New Story---------------*/
.prospect-portal-news-story-cont {
    text-align: center;
    padding: 50px;
    border-radius: 8px;
    border: var(--grey-border);
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 15pt;
}

.prospect-portal-news-story-cont header {
    margin-bottom: 30px;
}

.prospect-portal-news-story-cont header img {
    max-width: 100%;
    margin-bottom: 30px;
    max-height: 400px;
    border-radius: 8px;
}

.prospect-portal-news-story-cont header h1 {
    font-size: 50pt;
    font-weight: 700;
    line-height: 1.2;
}

.prospect-portal-news-story-cont .story p {
    margin-bottom: 10px;
}

.prospect-portal-news-story-cont .story * {
    font-size: 15pt !important;
    font-family: 'omnes-pro', sans-serif !important;
    font-weight: 500 !important;
    color: black !important;
}

.prospect-portal-news-story-cont footer {
    margin-top: 30px;
}

.prospect-portal-news-story-cont .published {
    margin-bottom: 20px;
    color: #808080;
}

.prospect-portal-news-story-cont .author > * {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.prospect-portal-news-story-cont .author img {
    width: 150px;
    border-radius: 100px;
}

.prospect-portal-news-story-cont .author-name {
    font-weight: 700;
}

.walkthrough-window{
    background:#4b19a8;
    color:white;
    width:300px;
    border-radius:8px;
    position:fixed;
    display:none;    
    z-index:5000000000;
    font-size:11pt;
    padding:15px;
    padding-right:30px;
    line-height:1.3;
    box-shadow:0px 0px 30px rgba(0,0,0,0.3);
}

.walkthrough-window-triangle{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 13px solid #4b19a8;
    border-right: 13px solid transparent;
    border-left:13px solid transparent;
    position: fixed;
    z-index: 20;
}

.walkthrough-continue{
    position:absolute;
    right:0px;
    top:0px;
    padding:10px;
    color:white;
    font-size:15pt;
    cursor:pointer;
}

.walkthrough-continue img{
    width:23px;
}

.walkthrough-header{
    font-weight:bold;
    margin-bottom:5px;
}
