/* Global styles */

a {
	outline:none;
}

a img {
	outline:none;
}

img {
	border:0;
}

li {
    list-style-image: url('..//images//CheckBlue.png');
    margin-top: 0.75em;
    font-size: 1.4em;
}

@font-face {
    font-family: 'mpl';
    src: url('MyriadPro-Light.eot') format('embedded-opentype'), url('MyriadPro-Light.ttf') format('truetype'), url('MyriadPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'figtree';
    src: url('figtree-latin-400-normal.woff2') format('woff2'), url('figtree-latin-400-normal.woff') format('woff'),url('figtree-latin-400-normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'figtree';
    src: url('figtree-latin-700-normal.woff2') format('woff2'), url('figtree-latin-700-normal.woff') format('woff'),url('figtree-latin-700-normal.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'figtree';
    src: url('figtree-latin-400-italic.woff2') format('woff2'), url('figtree-latin-400-italic.woff') format('woff'),url('figtree-latin-400-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'figtree';
    src: url('figtree-latin-700-italic.woff2') format('woff2'), url('figtree-latin-700-italic.woff') format('woff'),url('figtree-latin-700-italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body {
    background: var(--ps-soft);
    color: var(--ps-ink);
    font-family: 'figtree', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.clear {
    clear: both;
}

.divSection {
    min-height: 1400px;
    z-index: 1;
}

.inputBox {
    padding: 5px 5px;
    margin-top: -2px;
    border: 1px solid #d5d9da;
    border-radius: 6px;
    box-shadow: 0 0 8px #e8e9eb inset;
    font-size: 1.1em;
    height: 1.1em;
    outline: 0; /* remove webkit focus styles */
}

    .inputBox:focus {
        border: 1px solid #b9d4e9;
        border-top-color: #b6d5ea;
        border-bottom-color: #b8d4ea;
        box-shadow: 0 0 8px #b9d4e9;
        background-color: #F1F7FB;
    }

    .inputBox:hover {
        border: 1px solid #b9d4e9;
        border-top-color: #b6d5ea;
        border-bottom-color: #b8d4ea;
        box-shadow: 0 0 8px #b9d4e9;
    }

.dropList {
    margin-top: -4px;
    padding: 5px 5px;
    border: 1px solid #d5d9da;
    border-radius: 6px;
    box-shadow: 0 0 8px #e8e9eb inset;
    font-size: 1.1em;
    height: 1.8em;
    outline: 0; /* remove webkit focus styles */
}

    .dropList:hover {
        border: 1px solid #b9d4e9;
        border-top-color: #b6d5ea;
        border-bottom-color: #b8d4ea;
        box-shadow: 0 0 8px #b9d4e9;
    }

    .dropList:focus {
        border: 1px solid #b9d4e9;
        border-top-color: #b6d5ea;
        border-bottom-color: #b8d4ea;
        box-shadow: 0 0 8px #b9d4e9;
        background-color: #F1F7FB;
    }

.fontBlue {
    color: #346BA1;
    font-weight: bold;
}

/* top bar */

.topbar {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 72px;
    background-color: #2B4E72;
    position: fixed;
    opacity: 0.85;
    z-index: 2;
}

.topbarContent {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    color: white;
    font-size: 1.4em;
}

.topbarContentLeft {
    width: 210px;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}

.topbarContentRight {
    margin: 0;
    padding: 0;
    padding-top: 0.2em;
    text-align: right;
    float: right;
}

    .topbarContentRight a:link {
        color: #FFFFFF;
    }

    .topbarContentRight a:link {
        text-decoration: none;
    }

    .topbarContentRight a:visited {
        text-decoration: none;
        color: white;
    }

.topbarContentRightItem {
    text-decoration: none;
    margin-right: 30px;
}

/* Mobile Menu */

.topbarContentRightMobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #2B4E72;
}

.topbarContentRightMobile li a {
    font-size: 1em;
    color: white;
    display: block;
    padding: 0.2em 0.6em;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

    .topbarContentRightMobile li a:hover,
    .topbarContentRightMobile .menu-btn:hover {
        background-color: #f4f4f4;
        color:black;
    }

.topbarContentRightMobile .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* menu icon */

.topbarContentRightMobile .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 32px 16px;
    position: relative;
    user-select: none;
}

    .topbarContentRightMobile .menu-icon .navicon {
        background: white;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 32px;
    }

        .topbarContentRightMobile .menu-icon .navicon:before,
        .topbarContentRightMobile .menu-icon .navicon:after {
            background: white;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .topbarContentRightMobile .menu-icon .navicon:before {
            top: 10px;
        }

        .topbarContentRightMobile .menu-icon .navicon:after {
            top: -10px;
        }

/* menu btn */

.topbarContentRightMobile .menu-btn {
    display: none;
}

.topbarContentRightMobile .menu-icon {
    display: none;
}


    .topbarContentRightMobile .menu-btn:checked ~ .menu {
        max-height: 40em;
    }

    .topbarContentRightMobile .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .topbarContentRightMobile .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .topbarContentRightMobile .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .topbarContentRightMobile .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .topbarContentRightMobile .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }



/* Image Bar */

.imageBar {
    width: 100%;
    height: 340px;
    color: white;
    text-align: center;
    background-size: cover;
}

.imageBarTagline {
    color: #0A78D1;
    padding-top: 120px;
    width: 80%;
    font-size: 3.4em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.imageBarHeader {
    padding: 0;
    width: 80%;
    font-size: 3.4em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.imageBarContent {
    margin-top: 1em;
    width: 80%;
    font-size: 1.8em;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
}

.imageBarContentButton {
    margin: 0 auto;
    margin-top: 2.0em;
    width: 100%;
}

/* Main Content */

.mainContentWhite {
    width: 100%;
    background-color: white;
    padding-top: 2em;
    padding-bottom: 2em;
}

.mainContentGray {
    width: 100%;
    background-color: #F6F6F6;
    padding-top: 2em;
    padding-bottom: 2em;
}

.mainContentLeft {
    float: left;
    width: 50%;
}

.mainContentRight {
    float: right;
    width: 50%;
}

.mainContentText {
    margin-left: 2em;
}

.mainContentHeader {
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 1.0em;
}

.iconsMainPageDiv {
    display: inline-block;
}

.iconsMainPageItem {
    float: left;
    width: 16em;
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
}

.mainContentReference {
    float: left;
    margin-left: 15em;
    margin-left: 10em;
}

    .mainContentReference li {
        list-style-image: url('..//images//infoLink.png');
        margin-top: 0.3em;
        font-size: 1.4em;
    }

/* Action Buttons */

.buttonLearnMoreMain {
    font-size:1em;
    display: inline-block;
    width: 8em;
    height: 1.4em;
    padding-top: 0.2em;
    background-color: transparent;
    border-style: solid;
    border-color: navy;
    border-width: 2px;
    -moz-border-radius: 24em;
    -webkit-border-radius: 24em;
    border-radius: 24em;
    text-decoration: none;
    font-weight: bold;
    color: navy !important;
    font-weight: bold;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    text-align: center;
    margin-right:1em;
}

    .buttonLearnMoreMain:hover {
        background-color: #50B948;
        border-color: #50B948;
        color: white;
    }

    .buttonLearnMoreMain:visited {
        text-decoration: none;
        color: white;
    }


.buttonLearnMore {
    display: inline-block;
    width: 12em;
    height: 1.7em;
    padding-top: 0.5em;
    background-color: transparent;
    font-size: 1.2em;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    -moz-border-radius: 24em;
    -webkit-border-radius: 24em;
    border-radius: 24em;
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-weight: bold;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

    .buttonLearnMore:hover {
        background-color: #50B948;
        border-color: #50B948;
        color: white;
    }

.buttonLeartnMore:visited {
    text-decoration: none;
    color: white;
}

.buttonContactUs {
    display: inline-block;
    width: 12em;
    background-color: #50B948;
    font-size: 1.2em;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    -moz-border-radius: 24em;
    -webkit-border-radius: 24em;
    border-radius: 24em;
    text-decoration: none;
    color: white;
    opacity: 1;
    font-weight: bold;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    height:2em;
}

buttonContactUs:focus {
    outline: 0 !important;
}

.buttonContactUs:hover {
    background-color: white;
    border-color: #50B948;
    color: #50B948;
}

.buttonContactUs:visited {
    text-decoration: none;
    color: white;
}

/* Action Buttons - Resource Links */

.buttonResources_Rates {
    float: left;
    margin-right: 1em;
    height: 4em;
    width: 6em;
    background-color: #B52596;
    padding-top: 65px;
    font-size: 1.8em;
    border-style: solid;
    border-color: #E43EC4;
    border-width: 1px;
    background-position: center 16px;
    background-image: url("..//images//radiotower_32.png");
    background-repeat: no-repeat;
    white-space: normal !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    opacity: 0.80;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

    .buttonResources_Rates:hover {
        background-color: #E43EC4;
        opacity: 1;
    }

    .buttonResources_Rates:visited {
        text-decoration: none;
        color: white;
    }

.buttonResources_Tables {
    float: left;
    margin-right: 1em;
    height: 4em;
    width: 6em;
    background-color: #00A9D3;
    padding-top: 65px;
    font-size: 1.8em;
    border-style: solid;
    border-color: #43C5E5;
    border-width: 1px;
    background-position: center 16px;
    background-image: url("..//images//Worksheet_32.png");
    background-repeat: no-repeat;
    white-space: normal !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    opacity: 0.80;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

    .buttonResources_Tables:hover {
        background-color: #43C5E5;
        opacity: 1;
    }

    .buttonResources_Tables:visited {
        text-decoration: none;
        color: white;
    }

.buttonResources_Decrement {
    float: left;
    margin-right: 1em;
    height: 4em;
    width: 6em;
    background-color: #6E993A;
    padding-top: 65px;
    font-size: 1.8em;
    border-style: solid;
    border-color: #9AC16A;
    border-width: 1px;
    background-position: center 16px;
    background-image: url("..//images//flat_people_32.png");
    background-repeat: no-repeat;
    white-space: normal !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    opacity: 0.80;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.buttonResources_Mortality:hover {
    background-color: #9AC16A;
    opacity: 1;
}

.buttonResources_Decrement:visited {
    text-decoration: none;
    color: white;
}

.buttonResources_Other {
    float: left;
    margin-right: 1em;
    height: 4em;
    width: 6em;
    background-color: #EB5834;
    padding-top: 65px;
    font-size: 1.8em;
    border-style: solid;
    border-color: #E77052;
    border-width: 1px;
    background-position: center 16px;
    background-image: url("..//images//flat_checklist_32.png");
    background-repeat: no-repeat;
    white-space: normal !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    opacity: 0.80;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

    .buttonResources_Other:hover {
        background-color: #E77052;
        opacity: 1;
    }

    .buttonResources_Other:visited {
        text-decoration: none;
        color: white;
    }

/* Action Buttons - Reference Year */

.buttonYear {
    display: inline-block;
    width: 75px;
    margin-right: 0.5em;
    background-color: #E77803;
    height: 34px;
    font-size: 1.6em;
    border-style: solid;
    border-color: #FFB515;
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

    .buttonYear:hover {
        background-color: #FA9E3E;
    }

/* bottom bar */

.bottombar {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 2.5em;
    background-color: #2B4E72;
    position: fixed;
    bottom: 0;
    z-index: 2;
}

.bottombarContent {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    text-align: center;
    font-size: 1.2em;
    padding-top: .5em;
    color: white;
}

    .bottombarContent a:visited {
        text-decoration: none;
        color: white;
    }
    .bottombarContent a:link {
        color: #FFFFFF;
    }

    .bottombarContent a:link {
        text-decoration: none;
    }

/* Images */

.ImageCentered {
    margin-right: auto;
    margin-left: auto;
    cursor:pointer;
    padding-bottom:1em;
    padding-top:1em;
}

.ImageMainText {
    text-align: left;
    padding-top: 100px;
    float: left;
    color: black;
    width: 40%;
    font-size: 1.8em;
    font-weight: bold;
    margin-left: 5%;
}

.ImageMainTextHeader {
    width: 100%;
    font-size: 1.4em;
    color: navy;
    margin-bottom: 0.5em;
    white-space: nowrap;
}

#ImageMain {
    background-image: url('../images/backplate4096.png') !important;
    background-size:auto;
}

#ImageMainMonitor {
    aspect-ratio: 600 / 493;
    background-image: url("../images/IsolatedMonitor_600.png");
    background-position: center;
    background-size: contain;
    margin-top: 100px;
    margin-right: 5%;
    width: min(42vw, 600px);
    float: right;
    background-repeat: no-repeat;
}

#ImageCoffee {
    aspect-ratio: 800 / 663;
    width: min(100%, 40vw, 800px);
    max-width: 800px;
    background-image: url("../images/Coffee_800.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

#ImageScreenshotANew {
    aspect-ratio: 550 / 382;
    width: min(100%, 40vw, 550px);
    max-width: 550px;
    background-image: url("../images/ScreenShotA_550.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin-bottom: 30px;
}

#ImageLaptopAndScreen {
    aspect-ratio: 800 / 473;
    width: min(100%, 40vw, 800px);
    max-width: 800px;
    background-image: url("../images/LaptopAndScreen_800.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10%;
}

#ImageDBPXL {
    aspect-ratio: 600 / 314;
    width: min(100%, 40vw, 600px);
    max-width: 600px;
    background-image: url("../images/DBPXL_600.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageDBPXL_1,
#ImageDBPXL_2 {
    width: min(100%, 40vw, 600px);
    max-width: 600px;
    aspect-ratio: 5 / 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageDBPXL_1 {
    background-image: url("../images/DBPXL_1_600.png");
}

#ImageDBPXL_2 {
    background-image: url("../images/DBPXL_2_600.png");
}

#ImageExport {
    aspect-ratio: 600 / 409;
    width: min(100%, 40vw, 600px);
    max-width: 600px;
    background-image: url("../images/ScreenshotExport_600.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

#ImageHeaderReference {
    background-image: url('../images/books.jpg');
}

#ImageHeaderNews {
    background-image: url('../images/newspapers.jpg');
}

#ImageHeaderContactUs {
    background-image: url('../images/flat-tall.png');
}

@media only screen and (min-width: 1600px) {
    #ImageHeaderContactUs {
        background-image: url('../images/flat.png');
        background-position: right center !important;
        background-size: cover;
    }
}

@media only screen and (min-width: 2561px) {
    #ImageHeaderContactUs {
        height: 12.5vw !important;
    }
}

#Image4Points {
    aspect-ratio: 500 / 428;
    width: min(100%, 40vw, 500px);
    max-width: 500px;
    background-image: url("../images/4Points_500.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageQuick {
    aspect-ratio: 600 / 399;
    width: min(100%, 40vw, 600px);
    max-width: 600px;
    background-image: url("../images/ipad_600.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageComplex {
    aspect-ratio: 600 / 399;
    width: min(100%, 40vw, 600px);
    max-width: 600px;
    background-image: url("../images/ipad_600.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageDiagram {
    aspect-ratio: 5 / 4;
    width: min(100%, 40vw, 675px);
    max-width: 675px;
    background-image: url("../images/Diagram_675.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageBox {
    aspect-ratio: 500 / 371;
    width: min(100%, 40vw, 500px);
    max-width: 500px;
    background-image: url("../images/Box_500_2026.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageCalctop {
    aspect-ratio: 600 / 403;
    width: min(100%, 40vw, 600px);
    max-width: 600px;
    background-image: url("../images/Calctop_600.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImagePortalHome {
    aspect-ratio: 500 / 319;
    width: min(100%, 40vw, 500px);
    max-width: 500px;
    background-image: url("../images/portalhome_500.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageHDD {
    aspect-ratio: 200 / 219;
    width: min(100%, 40vw, 400px);
    max-width: 400px;
    background-image: url("../images/HDD_400.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ImageMath {
    aspect-ratio: 69 / 50;
    width: min(100%, 40vw, 414px);
    max-width: 414px;
    background-image: url("../images/math.png");
    background-repeat: no-repeat;
    background-size: contain;
}








/* Change Log */

.ChangeLogTopicBeta {
    margin-top: 1.5em;
    color: #EE5F09;
    font-weight: bold;
    font-size: 1.4em;
}

.ChangeLogTopic {
    margin-top: 1.5em;
    color: #333333;
    font-weight: bold;
    font-size: 1.4em;
}

.ChangeLogHeading {
    color: #336699;
    font-weight: bold;
}

/* Withholding */

.gridIconCheck:before {
    content: url("../images/Check_20.png");
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar-close {
    background-image: url('..//images/dialogClose.png');
    background-repeat: no-repeat;
    background-color: white;
    border: none;
}

    .ui-dialog-titlebar-close:hover {
        background-image: url('..//images/dialogCloseOver.png');
    }

/* Action Div Buttons */

.ActionDivModalOk {
    display: inline-block;
    width: 6em !important;
    background-color: transparent !important;
    border-style: solid !important;
    border-color: #50B948 !important;
    border-width: 1px !important;
    -moz-border-radius: 12em;
    -webkit-border-radius: 12em;
    border-radius: 12em;
    text-decoration: none;
    font-weight: lighter !important;
    color: #50B948;
    height: 1.6em !important;
    padding: 0px !important;
    padding-top: 5px !important;
    text-align: center;
}

    .ActionDivModalOk:hover {
        background-color: #50B948 !important;
        border-color: #50B948 !important;
        color: white !important;
        -webkit-transition-duration: 0.5s; /* Safari */
        transition-duration: 0.5s;
    }

.ActionDivModalCancel {
    display: inline-block;
    width: 6em !important;
    background-color: transparent !important;
    border-style: solid !important;
    border-color: #EE592B !important;
    border-width: 1px !important;
    -moz-border-radius: 24em;
    -webkit-border-radius: 24em;
    border-radius: 24em;
    text-decoration: none;
    font-weight: lighter !important;
    color: #EE592B;
    height: 1.6em !important;
    padding: 0px !important;
    padding-top: 5px !important;
    text-align: center;
}

    .ActionDivModalCancel:hover {
        background-color: #EE592B !important;
        border-color: #EE592B !important;
        color: white !important;
        -webkit-transition-duration: 0.5s; /* Safari */
        transition-duration: 0.5s;
    }

.ActionDivModalHelp {
    display: inline-block;
    width: 6em !important;
    background-color: transparent !important;
    border-style: solid !important;
    border-color: #000FFF !important;
    border-width: 1px !important;
    -moz-border-radius: 12em;
    -webkit-border-radius: 12em;
    border-radius: 12em;
    text-decoration: none;
    font-weight: lighter !important;
    color: #000FFF;
    height: 1.6em !important;
    padding: 0px !important;
    padding-top: 5px !important;
    text-align: center;
}

    .ActionDivModalHelp:hover {
        background-color: #000FFF !important;
        border-color: #000FFF !important;
        color: white !important;
        -webkit-transition-duration: 0.5s; /* Safari */
        transition-duration: 0.5s;
    }

/* Topic Div */

.topicDiv {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-radius: 6px;
    border: 1px solid;
    border-color: #DDD;
    box-shadow: 0 1px 3px #ccc;
    background-color: #FAFAFA;
    padding: 2%;
    margin-bottom: 1.5em;
}

.topicHeader {
    padding: 0;
    margin: 0;
    width: 94%;
    float: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #939393;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
}

/* 2026 visual refresh */

:root {
    --ps-navy: #13294b;
    --ps-ink: #172033;
    --ps-blue: #1f6fb2;
    --ps-sky: #42a5c8;
    --ps-green: #4f9b63;
    --ps-green-text: #357a49;
    --ps-rust: #c35b39;
    --ps-rust-text: #a54227;
    --ps-surface: #ffffff;
    --ps-soft: #f4f7fb;
    --ps-line: #dce5ef;
    --ps-shadow: 0 18px 45px rgba(19, 41, 75, 0.12);
}

html {
    scroll-behavior: smooth;
}



a {
    color: var(--ps-blue);
}

.visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.skipLink {
    background: #ffffff;
    border: 2px solid var(--ps-navy);
    border-radius: 6px;
    color: var(--ps-navy);
    font-weight: 800;
    left: 12px;
    padding: 10px 14px;
    position: fixed;
    top: 10px;
    transform: translateY(-160%);
    transition: transform 120ms ease;
    z-index: 2000;
}

.skipLink:focus {
    transform: translateY(0);
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
    box-shadow: 0 0 0 5px var(--ps-blue);
    outline: 3px solid #ffffff !important;
    outline-offset: 2px;
}

.container {
    width: 100%;
    max-width: none;
    padding: 0;
}

main.pb-3 {
    padding-bottom: 0 !important;
}

.topbar {
    height: 68px;
    background: #ffffff;
    border-bottom: 1px solid rgba(220, 229, 239, 0.9);
    box-shadow: 0 8px 28px rgba(19, 41, 75, 0.08);
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

.topbarContent {
    align-items: center;
    display: flex;
    height: 68px;
    justify-content: space-between;
    max-width: none;
    position: relative;
    width: calc(100% - 40px);
    z-index: 3;
}

.topbarContentLeft,
.topbarContentRight {
    float: none;
    height: auto;
}

.topbarContentLeft {
    width: auto;
}

.topbarLogoLink {
    display: block;
    text-decoration: none;
}

.topbarContentRight {
    display: flex;
    gap: 12px;
    padding-top: 0;
}

.mobileNav {
    display: none;
    flex: 0 0 44px;
    height: 36px;
    position: relative;
    width: 44px;
}

.mobileNav.is-open,
.mobileNav.is-closing {
    z-index: 20;
}

.mobileNavTrigger {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    color: var(--ps-navy);
    cursor: pointer;
    display: block;
    flex: 0 0 44px;
    height: 36px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 44px;
}

.mobileNav.is-open .mobileNavTrigger,
.mobileNav.is-closing .mobileNavTrigger {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    position: fixed;
    right: 12px;
    top: 11px;
    z-index: 22;
}

.mobileNav.is-transitioning .mobileNavTrigger {
    pointer-events: none;
}

.mobileNav.is-open .mobileNavTrigger:focus-visible,
.mobileNav.is-closing .mobileNavTrigger:focus-visible {
    box-shadow: none;
    outline: 0 !important;
}

.mobileNavTrigger span {
    background: var(--ps-navy);
    border-radius: 2px;
    display: block;
    height: 2px;
    left: 7px;
    position: absolute;
    transform-origin: center;
    transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1),
                opacity 500ms ease;
    width: 28px;
}

.mobileNavTrigger span:first-child {
    top: 9px;
}

.mobileNavTrigger span:nth-child(2) {
    top: 17px;
}

.mobileNavTrigger span:nth-child(3) {
    top: 25px;
}

.mobileNav.is-animated .mobileNavTrigger span:first-child {
    transform: translateY(8px) rotate(45deg);
}

.mobileNav.is-animated .mobileNavTrigger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.2);
}

.mobileNav.is-animated .mobileNavTrigger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.mobileNavPanel {
    background: #ffffff;
    bottom: 0;
    box-shadow: -18px 0 45px rgba(19, 41, 75, 0.14);
    box-sizing: border-box;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 500ms cubic-bezier(0.77, 0.2, 0.05, 1), visibility 0s linear 500ms;
    visibility: hidden;
    width: 100%;
    z-index: 21;
}

.mobileNav.is-open .mobileNavPanel {
    transform: translateX(0);
    transition-delay: 0s;
    visibility: visible;
}

.mobileNavPanelInner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 560px;
    min-height: 100%;
    padding: calc(54px + env(safe-area-inset-top)) 20px calc(30px + env(safe-area-inset-bottom));
    width: 100%;
}

.mobileNavPanelHeader {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 42px;
}

.mobileNavPanelHeader .mobileNavBrand {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    min-height: 42px;
    padding: 0;
    text-decoration: none;
    transition: opacity 160ms ease;
}

.mobileNavPanelHeader .mobileNavBrand:hover,
.mobileNavPanelHeader .mobileNavBrand:focus-visible {
    background: transparent;
    opacity: 0.82;
}

.mobileNavBrand img {
    display: block;
    height: 42px;
    object-fit: contain;
    width: 145px;
}

.mobileNavLinks {
    display: grid;
    gap: 22px;
    padding-top: 24px;
}

.mobileNavGroup {
    display: grid;
    gap: 2px;
}

.mobileNavGroupTitle {
    color: var(--ps-blue);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 10px 8px;
    text-transform: uppercase;
}

.topbarContentRight .mobileNavLinks a:link,
.topbarContentRight .mobileNavLinks a:visited {
    border-radius: 8px;
    color: #4c4f54;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 9px 10px;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.topbarContentRight .mobileNavLinks a:hover,
.topbarContentRight .mobileNavLinks a:focus-visible {
    background: var(--ps-soft);
    color: var(--ps-navy);
}

body.mobileNavOpen {
    overflow: hidden;
}

#toplogo {
    display: block;
    width: 199px;
    height: 58px;
    object-fit: contain;
}

.topbarNav {
    align-items: center;
    display: flex;
    gap: 6px;
    bottom: 0;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.topbarNavItem {
    align-items: center;
    display: flex;
    height: 68px;
    pointer-events: auto;
}

.topbarNavButton {
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: var(--ps-navy);
    cursor: pointer;
    display: inline-flex;
    font-family: Helvetica, Arial, Calibri, Verdana, sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    padding: 9px 14px;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.topbarNavButton:hover,
.topbarNavButton:focus {
    background: rgba(19, 41, 75, 0.07);
    color: var(--ps-navy);
    outline: none;
}

.topbarNavLink:visited,
.topbarNavLink:link {
    color: var(--ps-navy);
    text-decoration: none;
}

.topbarMegaMenu {
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(220, 229, 239, 0.82);
    box-shadow: 0 26px 56px rgba(19, 41, 75, 0.16);
    box-sizing: border-box;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 68px;
    transform: translateY(-18px);
    transition: max-height 260ms ease, opacity 180ms ease, transform 260ms ease;
    width: 100vw;
    z-index: 2;
}

@supports ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))) {
    .topbarMegaMenu {
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }
}

.topbarMenuScrim {
    background: rgba(244, 247, 251, 0.34);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 68px;
    transition: opacity 180ms ease;
    z-index: 1;
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    .topbarMenuScrim {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }
}

.topbar:has(.topbarNavItem:hover) .topbarMenuScrim,
.topbar:has(.topbarNavItem:focus-within) .topbarMenuScrim {
    opacity: 1;
}

.topbarNavItem:hover .topbarMegaMenu,
.topbarNavItem:focus-within .topbarMegaMenu {
    max-height: 360px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.topbar.topbarMenuDismissed:has(.topbarNavItem) .topbarMenuScrim {
    opacity: 0;
}

.topbar.topbarMenuDismissed .topbarMegaMenu {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
}

.topbarMegaContent {
    box-sizing: border-box;
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: none;
    min-height: 210px;
    padding: 34px max(24px, 8vw) 42px;
    position: relative;
    width: 100%;
}

.topbarMegaContentCompact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
}

.topbarMegaLink {
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #465a73;
    display: block;
    min-height: 0;
    padding: 12px 14px;
    text-decoration: none;
    transition: background-color 160ms ease, transform 160ms ease;
}

.topbarMegaLink span {
    color: var(--ps-navy);
    display: block;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
}

.topbarMegaLink small {
    color: #566b84;
    display: block;
    font-size: 0.86rem;
    line-height: 1.4;
}

.topbarMegaLink:hover {
    background: rgba(19, 41, 75, 0.06);
    transform: translateY(-1px);
}

.topbarMegaLinkFeatured {
    background: rgba(79, 155, 99, 0.09);
}

.topbarMegaLinkFeatured span {
    color: var(--ps-green-text);
}

.topbarContentRightItem {
    align-items: center;
    border: 1px solid var(--ps-line);
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.74em;
    font-weight: 700;
    justify-content: center;
    margin-right: 0;
    min-height: 36px;
    min-width: 108px;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
    white-space: nowrap;
}

.topbarContentRight a:link,
.topbarContentRight a:visited {
    color: var(--ps-navy);
    text-decoration: none;
}

.topbarActionPrimary {
    background: var(--ps-navy);
    border-color: var(--ps-navy);
    box-shadow: 0 10px 24px rgba(19, 41, 75, 0.16);
}

.topbarContentRight a.topbarActionPrimary:link,
.topbarContentRight a.topbarActionPrimary:visited {
    color: #ffffff;
}

.topbarContentRightItem:hover {
    border-color: var(--ps-sky);
    box-shadow: 0 14px 28px rgba(31, 111, 178, 0.14);
    transform: translateY(-2px);
}

.bottombar {
    background: var(--ps-navy);
    height: auto;
    position: relative;
}

.bottombarContent {
    font-size: 0.95em;
    max-width: 1180px;
    padding: 18px 0;
}

.divSection {
    min-height: auto;
}

.imageBar {
    background-position: center;
    overflow: hidden;
    position: relative;
}

.imageBar::before {
    background: linear-gradient(90deg, rgba(10, 24, 46, 0.58), rgba(10, 24, 46, 0.20), rgba(10, 24, 46, 0.04));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

#ImageMain {
    background-color: #f5f8fb;
    background-image: linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 251, 0.9) 43%, rgba(66, 165, 200, 0.12) 100%), url("../images/backplate4096.png") !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: var(--ps-ink);
    min-height: 560px;
    position: relative;
}

#ImageMain::before {
    display: none;
}

.ImageMainText {
    color: var(--ps-ink);
    margin-left: max(32px, calc((100% - 1180px) / 2));
    padding-top: 105px;
    position: relative;
    width: min(520px, 44%);
    z-index: 2;
}

.ImageMainTextHeader {
    color: var(--ps-navy);
    font-size: clamp(2rem, 3.2vw, 3.35rem);
    font-weight: 800;
    line-height: 1.06;
    margin-bottom: 24px;
    margin-top: 0;
    white-space: normal;
}

#TaglineMain {
    color: #34465f;
    font-size: clamp(1.18rem, 1.7vw, 1.6rem);
    font-weight: 500;
    line-height: 1.35;
    max-width: 460px;
}

.heroLaunchCard {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(31, 111, 178, 0.18);
    border-left: 5px solid var(--ps-green);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(19, 41, 75, 0.11);
    margin: 22px 0 8px;
    max-width: 460px;
    padding: 16px 18px;
}

.heroLaunchLabel {
    color: var(--ps-rust-text);
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.heroLaunchText {
    color: var(--ps-navy);
    display: block;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.fontBlue {
    color: var(--ps-blue);
    font-weight: 800;
}

#ImageMainMonitor {
    filter: drop-shadow(0 34px 38px rgba(19, 41, 75, 0.22));
    display: block;
    float: none;
    margin: 0;
    position: absolute;
    right: max(32px, calc((100% - 1180px) / 2));
    top: 145px;
    z-index: 2;
}

.heroVideoMonitor {
    outline: none;
    text-decoration: none;
}

.heroPlayButton {
    align-items: center;
    background: rgba(19, 41, 75, 0.88);
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    box-shadow: 0 18px 34px rgba(19, 41, 75, 0.26);
    display: flex;
    height: 76px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 43%;
    transform: translate(-50%, -50%);
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 76px;
}

.heroPlayButton span {
    border-bottom: 15px solid transparent;
    border-left: 22px solid #ffffff;
    border-top: 15px solid transparent;
    display: block;
    height: 0;
    margin-left: 6px;
    width: 0;
}

.heroVideoMonitor:hover .heroPlayButton,
.heroVideoMonitor:focus .heroPlayButton {
    background: var(--ps-green);
    box-shadow: 0 22px 42px rgba(79, 155, 99, 0.28);
    transform: translate(-50%, -50%) scale(1.06);
}

.productShowcaseBand {
    align-items: center;
    background: var(--ps-surface);
    box-sizing: border-box;
    display: grid;
    gap: clamp(34px, 6vw, 76px);
    grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
    justify-content: center;
    overflow: hidden;
    padding-left: max(28px, calc((100% - 1180px) / 2));
    padding-right: max(28px, calc((100% - 1180px) / 2));
    width: 100%;
}

.productShowcaseCopy p {
    color: #465a73;
    font-size: 1.08rem;
    line-height: 1.6;
    margin: 20px 0 0;
}

.productShowcaseCopy {
    padding-left: 0;
}

.productPillRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.productPillRow span {
    background: var(--ps-soft);
    border: 1px solid var(--ps-line);
    border-radius: 999px;
    color: var(--ps-navy);
    font-size: 0.86rem;
    font-weight: 800;
    padding: 9px 13px;
}

.productMediaStage {
    aspect-ratio: 1.35 / 1;
    justify-self: center;
    max-width: 720px;
    min-height: 320px;
    position: relative;
    width: 100%;
}

.productMediaStage::before {
    background: linear-gradient(135deg, rgba(19, 41, 75, 0.08), rgba(66, 165, 200, 0.12));
    border-radius: 8px;
    content: "";
    inset: 12% 6% 8% 10%;
    position: absolute;
}

.productScreen {
    background: #ffffff;
    border: 1px solid rgba(220, 229, 239, 0.95);
    border-radius: 8px;
    box-shadow: 0 24px 48px rgba(19, 41, 75, 0.16);
    overflow: hidden;
    position: absolute;
    transition: transform 420ms ease, box-shadow 420ms ease;
}

.productScreen img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    width: 100%;
}

.productScreenMain {
    height: 58%;
    left: 2%;
    top: 6%;
    width: 66%;
    z-index: 3;
}

.productScreenPortal {
    height: 36%;
    right: 2%;
    top: 20%;
    width: 42%;
    z-index: 4;
}

.productScreenExcel {
    bottom: 3%;
    height: 32%;
    left: 18%;
    width: 48%;
    z-index: 5;
}

.productScreenValuation {
    align-items: center;
    background: linear-gradient(135deg, var(--ps-navy), #1f4269 60%, #1f6f78);
    bottom: 11%;
    color: #ffffff;
    display: flex;
    font-size: 1rem;
    font-weight: 800;
    height: 24%;
    justify-content: center;
    padding: 0 22px;
    right: 7%;
    text-align: center;
    width: 34%;
    z-index: 6;
}

.productMediaStage:hover .productScreenMain {
    transform: translate(-4px, -8px);
}

.productMediaStage:hover .productScreenPortal {
    transform: translate(6px, -7px);
}

.productMediaStage:hover .productScreenExcel {
    transform: translateY(8px);
}

.productMediaStage:hover .productScreenValuation {
    box-shadow: 0 30px 54px rgba(19, 41, 75, 0.25);
    transform: translate(4px, 6px);
}

.imageBarTagline,
.imageBarHeader,
.imageBar > .ImageMainTextHeader,
.imageBarContent,
.imageBarContentButton,
.imageBarContentDropList {
    position: relative;
    z-index: 1;
}

.imageBar > .ImageMainTextHeader {
    color: #ffffff !important;
    opacity: 1;
}

.imageBarTagline {
    color: #ffffff;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    font-weight: 800;
    padding-top: 150px;
    text-transform: uppercase;
}

.imageBarHeader {
    color: #ffffff;
    font-size: clamp(2.1rem, 4.3vw, 4.4rem);
    line-height: 1.02;
}

.imageBarContent {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.1rem, 1.7vw, 1.45rem);
    line-height: 1.45;
    max-width: 860px;
}

.mainContentWhite,
.mainContentGray {
    padding: clamp(28px, 3.5vw, 48px) 0;
}

.mainContentWhite {
    background: var(--ps-surface);
}

.mainContentGray {
    background: var(--ps-soft);
}

.mainContentWhite.productShowcaseBand {
    padding-left: max(28px, calc((100% - 1180px) / 2));
    padding-right: max(28px, calc((100% - 1180px) / 2));
}

.mainContentWhite.contactContentBand {
    background: var(--ps-soft);
}

.featureSplit {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: clamp(28px, 5vw, 72px);
    justify-content: center;
    padding-left: max(28px, calc((100% - 1180px) / 2));
    padding-right: max(28px, calc((100% - 1180px) / 2));
    width: 100%;
}

.featureSplit .mainContentLeft,
.featureSplit .mainContentRight {
    float: none;
    width: min(50%, 560px);
}

.mainContentText {
    margin-left: 0;
}

.mainContentHeader {
    color: var(--ps-navy);
    font-size: clamp(1.7rem, 2.6vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
}

.mainContentText ul {
    margin: 0;
    padding-left: 0;
}

.mainContentText li {
    background: url("../images/Check_20.png") left 0.22em no-repeat;
    color: #32445d;
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    line-height: 1.5;
    list-style: none;
    margin-top: 16px;
    padding-left: 34px;
}

.sectionIntro {
    margin: 0 auto 34px;
    max-width: 860px;
    padding: 0 28px;
    text-align: center;
}

.sectionEyebrow {
    color: var(--ps-rust-text);
    font-size: 0.84rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sectionTitle {
    color: var(--ps-navy);
    font-size: clamp(2rem, 3.2vw, 3.35rem);
    font-weight: 800;
    line-height: 1.06;
}

.productPageIntro {
    align-items: center;
    background: linear-gradient(120deg, #ffffff 0%, #f4f7fb 58%, rgba(66, 165, 200, 0.16) 100%);
    border-bottom: 1px solid var(--ps-line);
    box-sizing: border-box;
    display: flex;
    min-height: clamp(520px, 42vw, 600px);
    justify-content: center;
    padding: clamp(36px, 5vw, 72px) 28px;
    text-align: center;
}

.productPageIntroValuation {
    background: linear-gradient(120deg, #ffffff 0%, #f4f7fb 58%, rgba(66, 165, 200, 0.16) 100%);
}

.productPageIntroContent {
    margin: 0 auto;
    max-width: 920px;
}

.productPageIntro h1 {
    color: var(--ps-navy);
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: 1.02;
    margin: 0;
}

.productPageIntro p {
    color: #465a73;
    font-size: clamp(1.08rem, 1.7vw, 1.35rem);
    line-height: 1.55;
    margin: 24px auto 0;
    max-width: 780px;
}

.productPageSection + .productPageSection {
    border-top: 1px solid var(--ps-line);
}

.productDetailVisual {
    text-align: center;
}

.puzzleImage {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 600px;
}

.puzzleImageModern {
    filter: drop-shadow(0 5px 4px rgba(20, 47, 82, 0.22));
}

.productDetailImage {
    height: auto;
    max-width: 230px;
    width: 58%;
}

.iconsMainPageDiv {
    box-sizing: border-box;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 28px;
}

.iconsMainPageItem {
    background: #ffffff;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 12px 34px rgba(19, 41, 75, 0.08);
    display: block;
    float: none;
    font-size: 1rem;
    min-height: 260px;
    padding: 34px 28px 30px;
    position: relative;
    text-align: center;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    width: auto;
}

.iconsMainPageItem::after {
    background: linear-gradient(90deg, var(--ps-blue), var(--ps-green), var(--ps-rust));
    content: "";
    height: 4px;
    inset: auto 0 0 0;
    position: absolute;
}

.iconsMainPageItem:hover {
    border-color: rgba(31, 111, 178, 0.42);
    box-shadow: var(--ps-shadow);
    transform: translateY(-6px);
}

.iconsMainPageItem img {
    display: block;
    height: 42px;
    margin: 0 auto 24px;
    width: auto;
}

.iconsMainPageItem br {
    display: none;
}

.iconsMainPageItem p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
}

.iconsMainPageItem p:first-of-type {
    color: var(--ps-navy);
    font-size: 1.25rem;
    line-height: 1.18;
    margin-bottom: 12px;
    min-height: 2.4em;
}

.iconsMainPageItem p:last-of-type {
    color: #465a73;
    font-size: 1rem;
    line-height: 1.48;
}

.ImageCentered {
    background-size: contain;
    cursor: pointer;
    max-width: 100%;
}

#ImageBox {
    filter: none;
}

.buttonLearnMore,
.buttonLearnMoreMain,
.buttonContactUs {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--ps-line);
    border-radius: 999px;
    display: inline-flex;
    font-family: Helvetica, Arial, Calibri, Verdana, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    height: auto;
    justify-content: center;
    line-height: 1;
    min-height: 36px;
    min-width: 108px;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    width: auto;
    white-space: nowrap;
}

.buttonLearnMore,
.buttonLearnMoreMain {
    transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.buttonContactUs {
    transform: none;
}

.buttonLearnMore::after,
.buttonLearnMoreMain::after,
.buttonContactUs::after {
    content: none;
}

.buttonLearnMore:hover,
.buttonLearnMoreMain:hover {
    background: #ffffff;
    border-color: var(--ps-sky);
    box-shadow: 0 14px 28px rgba(31, 111, 178, 0.14);
    color: var(--ps-navy) !important;
    transform: translateY(-2px);
}

.buttonContactUs:hover {
    background: #ffffff;
    border-color: var(--ps-sky);
    box-shadow: 0 14px 28px rgba(31, 111, 178, 0.14);
    color: var(--ps-navy) !important;
    transform: none;
}

.buttonContactUs:active {
    transform: none;
}

.buttonLearnMore,
.buttonLearnMore:visited {
    background: #ffffff;
    color: var(--ps-navy) !important;
}

.buttonLearnMore:hover {
    color: var(--ps-navy) !important;
}

.buttonLearnMoreMain,
.buttonLearnMoreMain:visited,
.buttonContactUs,
.buttonContactUs:visited {
    background: #ffffff;
    color: var(--ps-navy) !important;
}

.buttonLearnMoreMain:hover,
.buttonContactUs:hover {
    color: var(--ps-navy) !important;
}

.buttonLearnMore:focus-visible,
.buttonLearnMoreMain:focus-visible,
.buttonContactUs:focus-visible {
    outline: 2px solid var(--ps-sky);
    outline-offset: 2px;
}

.ctaBand {
    background: linear-gradient(135deg, var(--ps-navy), #1f4269 58%, #1f6f78);
    color: #ffffff;
}

.ctaBand .mainContentHeader,
.ctaBand a,
.ctaBand .fontBlue {
    color: #ffffff;
}

.ctaBand .buttonLearnMoreMain {
    background: #ffffff;
    border-color: var(--ps-line);
    color: var(--ps-navy) !important;
}

.ctaBand .buttonLearnMoreMain:hover {
    background: #ffffff;
    border-color: var(--ps-sky);
    color: var(--ps-navy) !important;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 1ms !important;
    }

    .reveal-on-scroll {
        opacity: 1;
        transform: none;
    }
}

@media only screen and (max-width: 930px) {

    .topbarContentRight {
        width:100%;
        margin: 0;
        padding: 0;
        padding-top: 0.2em;
        text-align: left;
        float: left;
    }

    .topbarContentRightItem {
        text-decoration: none;
        margin-right: 10px;
    }

    #mainContentWhiteData {
        margin-top: 0;
    }

    #imageBarBenefit {
        margin-bottom: 5px !important;
    }

    #mainContentWhiteBenefit {
        margin-top: -120px !important;
    }

    #mainContentWhitePortal {
        margin-top: -120px;
    }

    #content_customers {
        height: 400px !important;
        background-repeat: no-repeat !important;
    }

    .ImageMainText {
        margin-left: 4%;
        margin-right: 4%;
        width:92%;
    }

    .mainContentText {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 94%;
    }

    .iconsMainPageDiv {
        width:100%;
        display:block;
    }

    .iconsMainPageItem {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float:initial;
        text-align: center;
    }

    .ImageMainTextHeader {
        width: 92%;
        margin-left:4%;
        margin-right:4%;
        margin-bottom: 0.5em;
        white-space: normal;
        text-align:center;
    }

    .mainContentGray {
        width: 100%;
        background-color: #F6F6F6;
        padding-top: 2em;
        padding-bottom: 2.5em;
        text-align: left;
    }

    .mainContentWhite {
        width: 100%;
        background-color: white;
        padding-top: 1.5em;
        padding-bottom: 2.5em;
        text-align: left !important;
    }

    .mainContentLeft {
        width: 100% !important;
        margin-right: auto;
        margin-left:auto;
        text-align: center !important;
    }

    .mainContentRight {
        width: 92% !important;
        padding-left:4%;
        padding-right:4%;
        text-align: center !important;
        float:initial;
    }

    .mainContentHeader {
        margin-bottom: 1.0em;
        text-align: center !important;
        width: 96% !important;
        margin-left: auto;
        margin-right:auto;
    }

    #mainContentCenter {
        text-align:center !important;
    }

    .mainContentReference {
        float: left;
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

    .mainContentReference li {
        list-style-image: url('..//images//infoLink.png');
        margin-top: 0.3em;
        font-size: 1.4em;
    }

    .ImageMainTextHeader {
        padding-bottom: 0px;
        margin-bottom: 0px;
        text-align: center !important;
        padding-left: 0% !important;
    }

    .imageBar {
        width: 100%;
        color: white;
        text-align: center;
        background-size: cover;
    }

    .imageBarTagline {
        padding-top: 120px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .imageBarHeader {
        padding-top: 1em;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .imageBarContent {
        display: none;
    }

    .imageBarContentButton {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
        width: 95%;
    }

    #newsContent_gray {
        margin-left: 5%;
        margin-right: 5%;
        align-content: center;
    }

    #ContactUs_Left {
        width: 85% !important;
        margin-left: 5% !important;
        margin-right: 10% !important;
    }

    #ContactUs_Right {
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-top: 8% !important;
    }

    #ImageMainTextHeaderContactUs {
        margin-top:1em;
    }

    #HeaderContactUs {
        padding-top: 50px !important;
    }

    #TaglineMain {
        text-align: center;
    }

    .mainContentReference {
        float: left;
        margin-left: 1em;
        margin-bottom: 1.5em;
    }

    .mainContentReference li {
        list-style-image: url('..//images//infoLink.png');
        margin-top: 0.3em;
        font-size: 1.4em;
    }

    .bottombar {
        padding: 0;
        margin: 0;
        width: 100%;
        height:1.6em;
        background-color: var(--ps-navy);
        position: fixed;
        bottom: 0;
        z-index: 2;
    }

    .bottombarContent {
        margin-left: auto;
        margin-right: auto;
        width: 98%;
        text-align: center;
        padding-top: .4em;
        color: white;
    }

    .buttonResources_Rates {
        display: inline-block;
        float: left;
        margin-right:5%;
        margin-left:5%;
        margin-top: 0px;
        height: 80px;
        width: 40%;
        background-color: #B52596;
        padding-top: 12px;
        border-style: solid;
        border-color: #E43EC4;
        border-width: 1px;
        background-position: center 16px;
        background-repeat: no-repeat;
        white-space: normal !important;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        color: white;
        opacity: 0.80;
        -webkit-transition-duration: 0.2s; /* Safari */
        transition-duration: 0.2s;
    }

    .buttonResources_Tables {
        display: inline-block;
        float: right;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 3%;
        margin-top: -94px;
        height: 80px;
        width: 40%;
        background-color: #00A9D3;
        padding-top: 12px;
        border-style: solid;
        border-color: #43C5E5;
        border-width: 1px;
        background-position: center 16px;
        background-repeat: no-repeat;
        white-space: normal !important;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        color: white;
        opacity: 0.80;
        -webkit-transition-duration: 0.2s; /* Safari */
        transition-duration: 0.2s;
    }

    .buttonResources_Decrement {
        display: inline-block;
        float: left;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 10px;
        height: 80px;
        width: 40%;
        background-color: #6E993A;
        padding-top: 12px;
        border-style: solid;
        border-color: #9AC16A;
        border-width: 1px;
        background-position: center 16px;
        background-repeat: no-repeat;
        white-space: normal !important;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        color: white;
        opacity: 0.80;
        -webkit-transition-duration: 0.2s; /* Safari */
        transition-duration: 0.2s;
    }

    .buttonResources_Other {
        display: inline-block;
        float: right;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: -94px;
        height: 80px;
        width: 40%;
        background-color: #EB5834;
        padding-top: 12px;
        border-style: solid;
        border-color: #E77052;
        border-width: 1px;
        background-position: center 16px;
        background-repeat: no-repeat;
        white-space: normal !important;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        text-decoration: none;
        color: white;
        opacity: 0.80;
        -webkit-transition-duration: 0.2s; /* Safari */
        transition-duration: 0.2s;
    }

    #PPAInputPng {
        display: none;
    }
    .topbar {
        height: 58px;
    }

    .topbarContent {
        height: 58px;
        width: calc(100% - 24px);
    }

    .topbarNav {
        display: none;
    }

    .mobileNav {
        display: block;
    }

    .topbarMenuScrim,
    .topbarMegaMenu {
        display: none;
    }

    .topbarContentRight {
        display: flex;
        width: auto;
    }

    .topbarContentRightItem {
        margin-right: 0;
        min-height: 34px;
        min-width: 0;
        padding: 0 12px;
    }

    .topbarActionSecondary {
        display: none;
    }

    #toplogo {
        max-height: 48px;
        max-width: 48vw;
    }

    #ImageMain {
        background-size: auto 100%;
        min-height: 680px;
    }

    .ImageMainText {
        margin-left: auto;
        margin-right: auto;
        padding: 82px 24px 0;
        text-align: center;
        width: auto;
    }

    #ImageMainMonitor {
        background-repeat: no-repeat;
        display: block;
        float: none;
        left: 50%;
        margin: 0;
        right: auto;
        top: 390px;
        transform: translateX(-50%);
        width: min(70vw, 360px);
    }

    .heroPlayButton {
        height: 58px;
        width: 58px;
    }

    .heroPlayButton span {
        border-bottom-width: 11px;
        border-left-width: 17px;
        border-top-width: 11px;
        margin-left: 4px;
    }

    .ImageMainTextHeader {
        text-align: center !important;
    }

    #TaglineMain {
        margin-left: auto;
        margin-right: auto;
    }

    .imageBar {
        min-height: 520px;
    }

    /* Keep the Contact Us hero from inheriting the tall generic image-bar size. */
    #ImageHeaderContactUs {
        height: clamp(312px, calc(294px + 2.8vw), 320px) !important;
        min-height: 0;
    }

    .imageBarTagline {
        padding-top: 128px;
    }

    .featureSplit {
        --feature-column-gap: clamp(8px, 2.5vw, 24px);
        display: flex;
        gap: var(--feature-column-gap);
        padding-left: clamp(8px, 2.5vw, 24px);
        padding-right: clamp(8px, 2.5vw, 24px);
    }

    .mainContentLeft,
    .mainContentRight {
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        width: 100% !important;
    }

    .featureSplit .mainContentLeft,
    .featureSplit .mainContentRight {
        box-sizing: border-box;
        flex: 0 1 calc((100% - var(--feature-column-gap)) / 2);
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        width: calc((100% - var(--feature-column-gap)) / 2) !important;
    }

    .mainContentText {
        margin-top: 0;
        text-align: left;
    }

    .mainContentHeader {
        margin-bottom: clamp(8px, 1.5vw, 16px);
        text-align: left !important;
    }

    .mainContentText li {
        background-size: clamp(10px, 1.8vw, 18px) auto;
        margin-top: clamp(6px, 1.4vw, 14px);
        padding-left: clamp(14px, 2.8vw, 30px);
    }

    .iconsMainPageDiv {
        grid-template-columns: 1fr;
    }

    .iconsMainPageItem {
        min-height: 0;
    }

    .buttonLearnMoreMain {
        width: auto !important;
    }

    .heroLaunchCard {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .productShowcaseBand {
        display: block;
        padding-left: 24px;
        padding-right: 24px;
    }

    .productShowcaseCopy {
        padding-left: 0;
    }

    .productMediaStage {
        margin-top: 30px;
        min-height: 390px;
    }

    .productScreenMain {
        height: 44%;
        left: 0;
        width: 78%;
    }

    .productScreenPortal {
        height: 30%;
        right: 0;
        top: 24%;
        width: 52%;
    }

    .productScreenExcel {
        bottom: 9%;
        height: 27%;
        left: 6%;
        width: 58%;
    }

    .productScreenValuation {
        bottom: 2%;
        height: 25%;
        right: 0;
        width: 44%;
    }

    .bottombarContent {
        box-sizing: border-box;
        max-width: 100%;
        padding: 12px 16px;
        width: 100%;
    }

    .bottombar {
        bottom: auto;
        box-sizing: border-box;
        height: auto;
        left: 0;
        position: static !important;
        right: 0;
        width: auto;
    }
}

@media only screen and (max-width: 640px) {
    .resourcePages .mainContentWhite,
    .resourcePages .mainContentGray {
        height: auto !important;
        min-height: 0;
        overflow: visible;
    }

    .resourcePages .mainContentReference {
        float: none;
    }

    #ImageMain {
        height: auto !important;
        min-height: 0;
        padding-bottom: 24px;
    }

    #ImageMain .ImageMainText {
        box-sizing: border-box;
        float: none;
    }

    #ImageMainMonitor {
        clear: both;
        left: auto;
        margin: 24px auto 0;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: min(82vw, 360px);
    }

    #mainContentWhiteData {
        margin-top: 0;
    }

    #ImageHeaderReference,
    #ImageHeaderNews,
    #ImageHeaderContactUs {
        height: 312px !important;
        min-height: 0;
    }

    #ImageHeaderContactUs {
        background-position: right center !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #ContactUs_Right {
        box-sizing: border-box;
        padding-bottom: 32px;
    }

    .featureSplit {
        flex-direction: column;
        gap: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .featureSplit .mainContentLeft,
    .featureSplit .mainContentRight {
        flex: 1 1 auto;
        width: 100% !important;
    }

    .featureSplit .mainContentText {
        width: 100%;
    }

    .featureSplit > .mainContentLeft:has(.mainContentText),
    .featureSplit > .mainContentRight:has(.mainContentText) {
        order: 1;
    }

    .featureSplit > .mainContentLeft:not(:has(.mainContentText)),
    .featureSplit > .mainContentRight:not(:has(.mainContentText)) {
        order: 2;
    }

    .featureSplit > .clear {
        display: none;
    }

    .featureSplit .mainContentHeader,
    .resourcePages .mainContentHeader {
        text-align: center !important;
        width: 100% !important;
    }

    .featureSplit .mainContentText li,
    .resourcePages .mainContentReference li {
        background-size: 18px auto;
        font-size: 1rem;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .topbarContentRight {
        gap: 6px;
    }

    .topbarContentRightItem {
        padding-left: 10px;
        padding-right: 10px;
    }

    #toplogo {
        max-width: 42vw;
    }
}

@media only screen and (max-width: 360px) {
    #toplogo {
        max-width: 40vw;
    }
}

/* Standard typography for content below the hero on the four resource pages. */
.resourcePages .mainContentHeader {
    font-size: clamp(1.35rem, calc(1.15rem + 0.6vw), 1.7rem);
    line-height: 1.25;
    margin-bottom: 1rem;
}

.resourcePages .mainContentReference,
.resourcePages .mainContentReference li {
    font-size: 1rem;
    line-height: 1.5;
}

.resourcePages .mainContentReference li span {
    font-size: inherit !important;
}

/* Keep the Contact Us hero heading stable and left-aligned at every width. */
#ImageHeaderContactUs .ImageMainTextHeader {
    box-sizing: border-box;
    font-size: clamp(2rem, calc(1.65rem + 1.1vw), 3rem) !important;
    line-height: 1.08;
    margin-left: clamp(20px, 7vw, 128px);
    margin-right: clamp(20px, 7vw, 128px);
    text-align: left !important;
    width: auto;
}

/* Keep the shared footer below the content and at the viewport bottom on short pages. */
html {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
}

body > .container,
body > .container > main {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.bottombar {
    background: var(--ps-navy);
    bottom: auto !important;
    flex: 0 0 auto;
    margin-top: auto;
    position: static !important;
}

@media only screen and (max-width: 930px) {
    body {
        margin: 0;
    }

    /* Keep fixed-width Gijgo rate/limit grids inside the resource page on phones. */
    .resourcePages .gj-grid-wrapper {
        box-sizing: border-box;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        -webkit-overflow-scrolling: touch;
    }
}
