.po-eam-accordion-container {
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #CDCDCD;
}

.po-eam-accordion-toggle {
    position: relative;
    display: block;
    /* padding: 10px; */
    font-size: 18px;
    line-height: 24px;
    font-family: 'Calibri Bold';
    /* font-weight: 600; */
    background: white;
    color: #58585B;
    text-decoration: none;
}

    .po-eam-accordion-toggle.po-eam-open,
    .po-eam-accordion-toggle:hover {
        background: white;
        color: #58585B;
    }

a.po-eam-accordion-toggle.po-eam-open,
a.po-eam-accordion-toggle:hover {
    background: white;
    color: #ad5d00;
}

.po-eam-accordion-toggle span.toggle-icon {
    position: absolute;
    top: 9px;
    right: 20px;
    font-size: 1.5em;
}

.po-eam-accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}

.po-eam-accordion-content-show {
    display: block !important;
    padding: 20px;
    overflow: auto;
}

.po-eam-accordion-toggle:after {
    float: right;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-right: 9px;
    width: 20px;
    height: 12px;
}

.po-eam-open:after {
    content: "\f077";
    color: #ad5d00;
}

.po-eam-po-row {
    margin-left: 1em;
    margin-right: 1em;
}

.po-eam-po-back {
    padding: 5px 5px 5px 5px;
    font-style: inherit;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #58585B;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-top: 1px;
}

.po-eam-hr-line-orange {
    border: 1px solid #d77500;
    margin-top: 5PX;
    margin-bottom: 15PX;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.po-eam-float-right {
    float: right;
}


.po-eam-po-row .menu li {
    border-bottom: 1px solid #d1d2d4 !important;
}

    .po-eam-po-row .menu li:last-child {
        border-bottom: 2px solid #EF8200 !important;
    }

    .po-eam-po-row .menu li:first-child {
        border-top: 2px solid #EF8200 !important;
    }

.nav > li > a.rightarrow {
    position: relative;
    display: block;
    padding: 10px 10px 10px 0px;
    color: #58585B !important;
    margin-left: 0px;
}

input[type=checkbox] {
    margin: -.3em 0 0;
}

.radio-inline,
.checkbox-inline {
    padding: 1em 1em 1em 1em;
}

.radio-button {
    padding: 0em .5em .0em .5em;
}

.checkbox-padding {
    margin-left: 15px;
    vertical-align: middle;
}

.eam-font-em-copy {
    font-size: 18px;
    color: blue !important;
}

.diaInfo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.po-eam-po-row .cell div.control span.checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.po-eam-po-row input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #58585B;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: var(--po-white-color);
    cursor: pointer;
    height: 26px;
    width: 26px;
    outline: none !important;
    margin: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #58585B;
    border-radius: 4px;
    outline: none;
    height: 26px;
    width: 26px;
}

    .po-eam-po-row input[type='checkbox']:checked {
        border: 1px solid var(--po-myaccount-digitalonly-orange-color);
        background-color: var(--po-myaccount-digitalonly-orange-color);
        outline: none !important;
    }

        .po-eam-po-row input[type='checkbox']:checked:before {
            content: '\f00c';
            display: block;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            speak: none;
            opacity: 1;
            color: rgb(255, 255, 255);
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            line-height: 1.3;
            outline: none !important;
            /* margin-bottom: 35px; */
        }

.po-eam-po-row .cell.checkbox-cell:first-child {
    padding: 0px 0px 30px 0px;
}

.po-eam-po-row .cell.checkbox-cell div.info {
    padding-left: 16px;
    padding-top: 8px;
    margin-left: 1%;
}

    .po-eam-po-row .cell.checkbox-cell div.info label {
        padding-left: 16px;
        display: inline-block;
        vertical-align: sub;
    }

.po-eam-po-row .cell.checkbox-cell label {
    font-family: 'Calibri';
    font-weight: normal;
}
/*#endregion */



.po-eam-po-row .checkbox-inline {
    padding-left: 0px;
    height: 55px;
}

.po-eam-po-row .checkbox-padding {
    margin-left: 35px
}

.po-eam-po-row #issueScreen li:last-child {
    border-bottom: 0px solid #EF8200 !important;
}

.po-eam-po-row #issueScreen li:first-child {
    border-top: 0px solid #EF8200 !important;
}

.po-eam-po-row #issueScreen li {
    border-top: 0px solid #EF8200 !important;
}

.po-eam-po-row #issueScreen li {
    border-bottom: 0px solid #d1d2d4 !important;
}

input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #58585B;
    border-radius: 50%;
    outline: none;
    transition-duration: 0.3s;
    background-color: var(--po-white-color);
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 1.28;
    outline: none !important;
    margin: 0 !important;
}

label.radio-button {
    vertical-align: super;
}

input[type='radio']:checked {
    background: var(--po-myaccount-digitalonly-orange-color);
    border: 1px solid var(--po-myaccount-digitalonly-orange-color);
    content: '';
    padding: 4px;
    background-clip: content-box;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--po-myaccount-digitalonly-orange-color);
    margin-right: 12px;
}

    input[type="radio"]:checked:focus {
        content: '';
        border: 2px solid var(--po-formfield-border-color-focus);
    }

.po-formfield-error-questionspan {
    color: var(--po-formfield-text-color-error) !important;
    border-color: var(--po-formfield-border-color-error);
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
    display: flex;
}
.po-custom-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}

 .po-custom-tooltip .po-custom-tooltiptext {
        visibility: hidden;
        background-color: black;
        width: 280px;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px 5px 5px 5px;
        word-wrap: break-word;
        display: block;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

 .po-custom-tooltip:hover .po-custom-tooltiptext {
        visibility: visible;
    }    
