/*
	File            : /[sitename]/styles/site-styles.css
	Description     : Styles available for use across the web site.
*/

div.ahpo-button {
    border: none;
    border-radius: 4px 4px 4px 4px;
    background-color: #3751a7;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    height: max-content;
    width: fit-content;
    vertical-align: middle;
}

    div.ahpo-button:hover {
        background-color: #4665cc;
        cursor: pointer;
    }

    div.ahpo-button a {
        color: #FFFFFF;
    }

        div.ahpo-button a:link {
        }

        div.ahpo-button a:visited {
        }

.ahpo-datatable-vert {
    border: solid 1px black;
    font-size: 11px;
    background-color: #000000;
    text-align: left;
    margin-top: 0 !important;
    margin-top: 15px;
}

    .ahpo-datatable-vert th {
        background-color: #E4E4E4;
        color: #000000;
        font-weight: bold;
        text-align: left;
        vertical-align: top;
        padding: 4px;
        border: solid 1px black;
    }

    .ahpo-datatable-vert td.empty-header-cell {
        background-color: #F0F0F0;
        border: solid 1px black;
    }

    .ahpo-datatable-vert td {
        font-size: 11px;
        padding: 5px 10px;
        background-color: #FFFFFF;
        color: #000000;
        border: solid 1px black;
        vertical-align: top;
    }

        .ahpo-datatable-vert td ul {
            font-size: 11px;
        }

    .ahpo-datatable-vert caption {
        text-align: left;
        font-weight: bold;
        padding-bottom: 3px;
        margin-top: 15px;
    }

.ahpo-image-left {
    border: none;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.ahpo-image-right {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
}

#cpg-content {
    border-top: 3px solid #800000;
}

.docTypeL {
    border: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: Transparent;
    text-align: left;
    padding-right: 3px;
}

.docTypeR {
    border: 0px;
    font-size: 12px;
    font-weight: normal;
    background-color: Transparent;
    text-align: right;
    padding-left: 3px;
}

.docName {
    padding: 5px 4px 5px 2px;
    border-style: none;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: Transparent;
    text-align: left;
    display: block;
}

    .docName img.imageRight {
        float: right;
        padding-left: 8px;
    }

    .docName img.imageLeft {
        float: left;
        padding-right: 8px;
    }

.docDescription {
    border-style: none;
    padding: 0px 0px 7px 2px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.linkType {
    border-style: none;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: transparent;
    text-align: right;
    width: 20px;
}

.linkTypeL {
    border: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: Transparent;
    text-align: left;
    padding-right: 3px;
}

.linkTypeR {
    border: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: Transparent;
    text-align: right;
    padding-left: 3px;
}

.linkName {
    padding: 5px 0px 5px 2px;
    border-style: none;
    border-width: 1px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    color: #000000;
    background-color: transparent;
    text-align: left;
    display: block;
}

.ahpoNewDoc {
    color: #800000;
}

.ahpoDisclaimer {
    font-size: 75%;
    border: 1px solid #800000;
    background-color: #eae8e9;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ahpoWarning {
    border: 1px solid #800000;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    margin-bottom: 8px;
}

.va-bold {
    font-weight: bold;
}

.va-emphasis {
    font-style: italic;
}

.va-small {
    font-size: 90%;
}

.va-xsmall {
    font-size: 80%;
}

.va-large {
    font-size: 115%;
}

.va-xlarge {
    font-size: 130%;
}

.va-highlight {
    background-color: #E4E4E4;
    padding: 3px;
}

.va-grayed-out {
    color: #999999;
}

.ahpoCenter {
    text-align: center;
}

.ahpo-vertical-middle {
    vertical-align: middle;
    display: table-cell;
}

.ahpoParagraph1 {
    padding: 5px 8px 5px 5px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    clear: left;
}

.ahpoParagraph2 {
    border: 1px solid #800000;
    background-color: #eae8e9;
    padding: 5px 8px 5px 5px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.ahpoGuidelineLeft {
    width: 50%;
    vertical-align: top;
}

.ahpoGuidelineRight {
    width: 50%;
    vertical-align: top;
    padding-left: 0px;
}

.ahpoDisclaimerCell {
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
    border: 0px;
}

.ahpoJumpOff {
    font-size: 75%;
    padding-left: 10px;
    padding-right: 5px;
    text-align: left;
}

.guidelineList {
    width: 500px;
}

.ahpoTable {
    border: solid 1px black;
    font-size: 90%;
}

    .ahpoTable td.header {
        border-bottom: solid 1px black;
        padding-left: 4px;
        padding-bottom: 4px;
        padding-right: 4px;
        background-color: #CCCCCC;
        font-weight: bold;
        vertical-align: bottom;
    }

    .ahpoTable td.subHeader {
        border-bottom: solid 1px black;
        padding-left: 4px;
        padding-bottom: 4px;
        padding-right: 4px;
        background-color: Transparent;
        font-weight: bold;
    }

    .ahpoTable td.contentLeft {
        padding-left: 4px;
        padding-right: 4px;
        background-color: Transparent;
        font-weight: normal;
        text-align: left;
    }

    .ahpoTable td.contentCenter {
        padding-left: 4px;
        padding-right: 4px;
        background-color: Transparent;
        font-weight: normal;
        text-align: center;
    }

    .ahpoTable td.contentRight {
        padding-right: 4px;
        background-color: Transparent;
        font-weight: normal;
        text-align: right;
    }

.ahpo-datatable-vert {
    border: solid 1px black;
    font-size: 11px;
    background-color: #000000;
    text-align: left;
    margin-top: 0 !important;
    margin-top: 15px;
}

    .ahpo-datatable-vert th {
        background-color: #E4E4E4;
        color: #000000;
        font-weight: bold;
        text-align: left;
        vertical-align: top;
        padding: 4px;
        border: solid 1px black;
    }

    .ahpo-datatable-vert td.empty-header-cell {
        background-color: #F0F0F0;
        border: solid 1px black;
    }

    .ahpo-datatable-vert td {
        font-size: 11px;
        padding: 5px 10px;
        background-color: #FFFFFF;
        color: #000000;
        border: solid 1px black;
        vertical-align: top;
    }

        .ahpo-datatable-vert td ul {
            font-size: 11px;
        }

    .ahpo-datatable-vert caption {
        text-align: left;
        font-weight: bold;
        padding-bottom: 3px;
        margin-top: 15px;
    }

.ahpo-align-left {
    text-align: left;
    padding-left: 4px;
}

.ahpo-align-right {
    text-align: left;
    padding-left: 4px;
}

.ahpo-align-center {
    text-align: center;
}

.ahpo-3Col-table {
}

    .ahpo-3Col-table th {
        border: solid 1px black;
        padding-left: 4px;
        padding-bottom: 4px;
        padding-right: 4px;
        background-color: #CCCCCC;
        font-weight: bold;
        vertical-align: bottom;
    }

    .ahpo-3Col-table td {
        border: solid 1px black;
        font-weight: normal;
        vertical-align: top;
        width: 33%;
    }

.ahpo-4Col-table th {
    border: solid 1px black;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    background-color: #CCCCCC;
    font-weight: bold;
    vertical-align: bottom;
}

.ahpo-4Col-table td {
    border: solid 1px black;
    font-weight: normal;
    vertical-align: top;
    width: 25%;
}

.ahpo-2Col-table th {
    border: solid 1px black;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    background-color: #CCCCCC;
    font-weight: bold;
    vertical-align: bottom;
}

.ahpo-2Col-table td {
    border: solid 1px black;
    font-weight: normal;
    vertical-align: top;
}

    .ahpo-2Col-table td.errata {
        width: 40px;
        padding: 0px;
    }

.ahpo-5Col-table th {
    border: solid 1px black;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    background-color: #CCCCCC;
    font-weight: bold;
    vertical-align: bottom;
}

.ahpo-5Col-table td {
    border: solid 1px black;
    font-weight: normal;
    vertical-align: top;
    width: 20%;
}

.ahpo-inner-table {
    border: none;
}

    .ahpo-inner-table th {
        border: none;
        background-color: #CCCCCC;
        font-weight: bold;
        vertical-align: bottom;
    }

    .ahpo-inner-table td {
        border: none;
        vertical-align: top;
    }

.ahpo-small {
    font-size: 95%;
}

ul.no-disk {
    padding: 4px;
    margin: 8px;
}

    ul.no-disk li {
        list-style-type: none !important;
        padding: 5px;
    }

ul.left-aligned {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

    ul.left-aligned li {
        margin-left: inherit !important;
        padding-left: inherit !important;
    }

ul.top-aligned {
    margin-top: 0px !important;
}

    ul.top-aligned li {
        margin-top: inherit !important;
    }

div.containerCell {
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-right: 2px;
}

div.align-middle {
    margin-top: auto;
    margin-bottom: auto;
}

div.cell {
    border: 1px solid black;
    width: 100%;
}

div.data {
    vertical-align: top;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 1px;
    line-height: 24px;
    border-bottom: 1px solid gray;
}

div.header {
    background-color: #CCCCCC;
    font-weight: bold;
    vertical-align: bottom;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 1px;
    min-height: 41px;
}

div.five-column {
    float: left;
    width: 20%;
    min-width: 135px;
}

div.five-column-fill {
    float: left;
    width: 80%;
    min-width: 228px;
}

div.four-column {
    float: left;
    width: 25%;
    min-width: 170px;
}

div.four-column-fill {
    float: left;
    width: 75%;
    min-width: 228px;
}

div.three-column {
    float: left;
    width: 33.33%;
    min-width: 228px;
}

div.three-column-fill {
    float: left;
    width: auto;
    width: 66.66%;
    min-width: 228px;
}

div.two-column {
    float: left;
    width: 50%;
    min-width: 228px;
}

div.ahpo-row {
    overflow: hidden; /* "overflow: auto;" works just as well instead */
    width: 100%; /* Helps older versions of IE */
}

div.ahpo-header {
    display: flex;
    flex-wrap: wrap;
}

div.inner-row {
    width: 100%; /* Helps older versions of IE */
    border-bottom: 1px solid lightgray;
}

div.inner-row-last {
    width: 100%; /* Helps older versions of IE */
    border-bottom: none;
}

.ahpo-paragraph-header {
    font-weight: bold;
    color: #6B1424;
}

.ahpo-section-header {
    padding: 3px;
    background-color: #6B1424;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 115%;
}

.ahpo-bold {
    font-weight: bold;
}

.ahpo-emphasis {
    font-style: italic;
}

.ahpo-small {
    font-size: 90%;
}

.ahpo-xsmall {
    font-size: 80%;
}

.ahpo-large {
    font-size: 115%;
}

.ahpo-xlarge {
    font-size: 130%;
}

.ahpo-highlight {
    background-color: #F8F3E2;
    padding: 3px;
}

.ahpo-grayed-out {
    color: #999999;
}

.ahpo-address {
    font-family: "Courier New", Courier, mono;
}

.ahpo-datatable {
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #000000;
    text-align: left;
    margin-top: 0 !important;
    margin-top: 15px;
}

    .ahpo-datatable th {
        background-color: #E4E4E4;
        color: #000000;
        font-weight: bold;
        text-align: left;
        padding: 4px;
    }

    .ahpo-datatable td.empty-header-cell {
        background-color: #F0F0F0;
    }

    .ahpo-datatable td {
        font-size: 11px;
        padding: 5px 10px;
        background-color: #FFFFFF;
        color: #000000;
    }

        .ahpo-datatable td ul {
            font-size: 11px;
        }

    .ahpo-datatable caption {
        text-align: left;
        font-weight: bold;
        padding-bottom: 3px;
        margin-top: 15px;
    }

.ahpo ul {
    list-style: disc;
    list-style-position: inside;
}

li {
    text-indent: 0;
}

h3.ahpo-banner {
    line-height: 32px;
    font-weight: 700;
    padding: 8px 16px;
    margin: 0 0 8px;
}

h3.ahpo-blue {
    color: #ffffff;
    background-color: #003F72;
}

h2.small-margin {
    margin-top: 4px !important;
}

h2.ahpo {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
    padding: 0;
    font-weight: 700;
}

h2.ahpo-in-page {
    font-size: 1.55em;
    line-height: 1.75;
    margin: 0 0 16px;
    padding: 0;
    font-weight: 400;
}

h3.ahpo {
    padding: 0;
    margin: 0 0 8px;
    font-size: 1.3em;
    font-weight: 700;
}

p.ahpo {
    font-size: 1em;
    padding: 0 !important;
    margin: 0 0 24px !important;
}

    p.ahpo.ahpo-margin-bottom-20px {
        margin: 0 0 20px !important;
    }

    p.ahpo.ahpo-margin-bottom-16px {
        margin: 0 0 16px !important;
    }

ul.ahpo {
    margin: 0 !important;
    padding: 0 !important;
}

    ul.ahpo > li {
        font-size: 1em !important;
    }

.ahpo-cards {
    display: grid;
    gap: 16px;
    margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
    .ahpo-cards {
        gap: 8px;
    }
}

.ahpo-cards.ahpo-two {
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 600px) {
    .ahpo-cards.ahpo-two {
        grid-template-columns: none;
    }
}

.ahpo-cards.ahpo-three {
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 600px) {
    .ahpo-cards.ahpo-three {
        grid-template-columns: none;
    }
}

.ahpo-cards.ahpo-four {
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
}

@media screen and (max-width: 600px) {
    .ahpo-cards.ahpo-four {
        grid-template: none;
    }
}

.ahpo-main-heading {
    display: block;
    color: #003F72;
    margin-bottom: 16px;
}

    .ahpo-main-heading.ahpo-large {
        font-size: 24px;
    }

.ahpo-card {
    padding: 16px;
    border-radius: 4px;
    font-weight: 300;
}

    .ahpo-card > .ahpo-icon {
        margin-right: 12px;
    }

    .ahpo-card.ahpo-row {
        display: flex;
        align-items: center;
    }

    .ahpo-card > .ahpo-heading {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .ahpo-card > p {
        font-size: 1em !important;
        padding: 0;
        margin: 0 0 16px;
        color: #ffffff;
    }

    .ahpo-card h4 {
        color: #ffffff;
        margin: 0;
        font-size: 13.2px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
    }

    .ahpo-card > ul {
        list-style: disc;
        list-style-position: inside;
        margin: 0 !important;
        padding: 0 !important;
    }

        .ahpo-card > ul > li {
            font-size: 1em !important;
            text-indent: 0;
            margin: 0 !important;
            padding: 0 !important;
            color: #ffffff !important;
            list-style-position: inside !important;
        }

    .ahpo-card > .ahpo-heading > img {
        margin-right: 12px;
    }

.ahpo-card-clear {
    padding: 16px;
    border-radius: 4px;
    font-weight: 300;
}

    .ahpo-card-clear h2 {
        color: #003F72;
        margin: 0;
        font-size: 1.45em;
        font-family: Georgia, "Times New Roman", Times, serif;
        line-height: 24px;
        letter-spacing: 0;
    }

    .ahpo-card-clear h3 {
        color: #003F72;
        margin: 0;
        font-size: 1.3em;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
    }

    .ahpo-card-clear > .ahpo-icon {
        margin-right: 12px;
    }

    .ahpo-card-clear.ahpo-row {
        display: flex;
        align-items: center;
    }

    .ahpo-card-clear > .ahpo-heading {
        display: flex;
        align-items: center;
        font-size: 1.55em;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .ahpo-card-clear > p {
        font-size: 1em !important;
        padding: 0;
        margin: 0 0 16px;
    }

    .ahpo-card-clear > ul {
        list-style: disc;
        list-style-position: outside;
        margin: 0 !important;
        padding: 0 !important;
    }

        .ahpo-card-clear > ul > li {
            font-size: 1em !important;
            text-indent: 0;
            margin-left: 40px !important;
            padding: 0 !important;
            list-style-position: outside !important;
        }

.ahpo-cards.ahpo-blue > .ahpo-card {
    padding: 20px;
    background-color: #003F72;
    color: #ffffff;
}

    .ahpo-cards.ahpo-blue > .ahpo-card h3 {
        color: #ffffff;
    }

.ahpo-cards.ahpo-brown > .ahpo-card {
    min-height: 80px;
    padding: 0 12px;
    background-color: #782431;
    color: #ffffff;
    font-size: 1.1em;
}

.ahpo-it-is-harassment {
    display: flex;
    gap: 35px;
    padding: 0;
    margin: 0 0 24px;
}

@media screen and (max-width: 600px) {
    .ahpo-it-is-harassment {
        flex-direction: column;
        gap: 16px;
    }
}

.ahpo-it-is-harassment p {
    font-size: 1em !important;
    padding: 0;
    margin-bottom: 16px;
}

.ahpo-it-is-harassment img {
    margin-right: 35px;
}

.ahpo-it-is-harassment p:last-child {
    margin-bottom: 0;
}

.ahpo-rectangle {
    background-color: #d6d7d9;
    padding: 0 16px 16px;
    margin: 0 0 8px;
}

    .ahpo-rectangle.blue {
        background-color: #9bdaf1;
    }

    .ahpo-rectangle > h4 {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        display: inline-block;
        font-size: 1.1em !important;
        font-weight: 700;
        line-height: 22px;
        min-width: 144px;
        padding: 8px 0 8px 16px;
        background-color: #ffffff;
        margin-bottom: 24px;
    }

    .ahpo-rectangle > .content {
        padding: 0 16px;
    }

    .ahpo-rectangle .behavior {
        display: flex;
        align-items: flex-start;
        font-weight: 700;
        padding: 0 0 24px;
        border-bottom: 1px solid #404041;
        margin: 0 0 24px;
    }

        .ahpo-rectangle .behavior > img {
            margin: 0 8px 0 0;
        }

    .ahpo-rectangle .examples > .heading {
        display: block;
        margin: 0 0 8px;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 1em;
        line-height: 24px;
    }

    .ahpo-rectangle .examples > ol {
        list-style-type: decimal !important;
        counter-reset: item;
        padding: 0 !important;
        margin: 0 0 0 20px !important;
    }

        .ahpo-rectangle .examples > ol > li {
            font-size: 1em !important;
            padding: 0 !important;
            counter-increment: item;
            margin: 0 0 8px !important;
        }

        .ahpo-rectangle .examples > ol ul {
            list-style-type: disc !important;
            margin: 8px 0 0 4px !important;
            padding: 0 !important;
            text-indent: 0;
            font-weight: 300;
            line-height: 24px;
        }

h2.ahpo-page-title {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700;
}

.ahpo-rectangle .examples > ol ul > li {
    font-size: 12px !important;
    list-style-type: inherit !important;
    margin: 0 0 8px;
}

    .ahpo-rectangle .examples > ol ul > li:last-child {
        margin: 0;
    }

.bold {
    font-weight: 700;
}

.ahpo-resources > .resource > .link {
    font-weight: 700;
    line-height: 26px;
}

.ahpo-resources > .resource {
    margin-bottom: 20px;
    font-size: 1em;
    padding-bottom: 20px;
    margin: 0;
}

    .ahpo-resources > .resource > a.title {
        font-size: 1.25em;
        font-weight: 600;
    }

    .ahpo-resources > .resource > .description {
        font-size: 1em;
        padding: 0;
        margin: 0;
    }

.ahpo-button {
    font-weight: 700;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
}

    .ahpo-button.floating {
        float: right;
        margin-left: 0;
    }

    .ahpo-button.green {
        background-color: #2e8540;
        color: #ffffff;
        padding: 16px;
    }
/*
.ahpo.gauging-harmful-behavior h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  color: #003F72;
  line-height: 1.75;
  font-weight: 400;
  margin: 20px 0 0 0;
  padding-bottom: 6px;
}
*/
.ahpo.gauging-harmful-behavior h3 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    background-color: #55575b;
    color: #ffffff;
    text-align: center;
    padding: 7px 0;
    margin: 0;
}

.ahpo.gauging-harmful-behavior p {
    padding: 0 !important;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
    color: #404041;
    margin: 0 0 16px;
}

.ahpo.gauging-harmful-behavior .margin-bottom-8px {
    overflow: auto;
    margin: 0 0 8px;
}

.ahpo.gauging-harmful-behavior .margin-bottom-16px {
    overflow: auto;
    margin: 0 0 16px;
}

.ahpo.gauging-harmful-behavior .border-box > .content {
    padding: 32px 0;
    border-left: 1px solid #55575b;
    border-right: 1px solid #55575b;
    border-bottom: 1px solid #55575b;
}

    .ahpo.gauging-harmful-behavior .border-box > .content img {
        display: block;
        margin: 0 auto 32px;
    }

.ahpo.gauging-harmful-behavior .no-border-box > .content {
    padding: 8px 0;
    border: none;
}

.ahpo.gauging-harmful-behavior .title-container {
    text-align: center;
}

.ahpo.gauging-harmful-behavior .acceptable-behavior-container {
    text-align: center;
    border: solid 1px #466819;
}

    .ahpo.gauging-harmful-behavior .acceptable-behavior-container .title-container {
        text-transform: uppercase;
        font-size: 125%;
        font-weight: bold;
        background-color: #466819;
        color: #ffffff;
    }

    .ahpo.gauging-harmful-behavior .acceptable-behavior-container .content-container {
        text-transform: none;
        font: normal;
        background-color: #dfe5d9;
        display: flex;
    }

        .ahpo.gauging-harmful-behavior .acceptable-behavior-container .content-container div {
            width: 33%;
            margin: 0 16px;
            display: flex;
            justify-content: center;
            gap: 20px;
        }

.ahpo.gauging-harmful-behavior .unacceptable-behavior-container {
    text-align: center;
    border: solid 1px #772432;
}

    .ahpo.gauging-harmful-behavior .unacceptable-behavior-container .title-container {
        text-transform: uppercase;
        font-size: 125%;
        font-weight: bold;
        background-color: #772432;
        color: #ffffff;
    }

    .ahpo.gauging-harmful-behavior .unacceptable-behavior-container .content-container {
        text-transform: none;
        font: normal;
        display: flex;
        background-color: #ecc9c9;
    }

        .ahpo.gauging-harmful-behavior .unacceptable-behavior-container .content-container div.container {
            width: 33.33%;
            margin: 0px;
            display: flex;
            justify-content: flex-start;
            flex-flow: column;
            padding-right: 0px;
            padding-left: 0px;
        }

        .ahpo.gauging-harmful-behavior .unacceptable-behavior-container .content-container div.border-right {
            border-right: 1px solid #772432;
        }


        .ahpo.gauging-harmful-behavior .unacceptable-behavior-container .content-container div.sub-title-container {
            text-transform: uppercase;
            font-size: 115%;
            background-color: #c4262e;
            color: #ffffff;
            display: block;
        }

        .ahpo.gauging-harmful-behavior .unacceptable-behavior-container .content-container div.sub-content-container {
            text-align: left;
            padding-left: 8px;
            display: block;
        }

.ahpo.gauging-harmful-behavior .behaviors {
    margin: 0 16px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 600px) {
    .ahpo.gauging-harmful-behavior .behaviors {
        text-align: center;
        flex-flow: column;
    }
}

.ahpo.gauging-harmful-behavior .behaviors > .behavior h4 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.ahpo.gauging-harmful-behavior .behaviors > .behavior ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: outside disc !important;
}

    .ahpo.gauging-harmful-behavior .behaviors > .behavior ul > li {
        list-style-position: outside !important;
        margin-left: 20px !important;
        padding: 0 !important;
        line-height: 19px;
    }

.ahpo.gauging-harmful-behavior h4.green {
    color: #117f3f;
}

.ahpo.gauging-harmful-behavior h4.yellow {
    color: #b2882d;
}

.ahpo.gauging-harmful-behavior h4.orange {
    color: #f05123;
}

.ahpo.gauging-harmful-behavior h4.red {
    color: #b21f24;
}

div.stand-up-declaration {
    margin: 20px;
    font-weight: bold;
}

    div.stand-up-declaration section.header {
        background-color: #003c98;
        padding-top: 12px;
        padding-right: 40px;
        padding-left: 40px;
        padding-bottom: 12px;
        text-align: center;
    }

        div.stand-up-declaration section.header div.main-heading {
            color: #ffffff;
            font-size: 180%;
            border-bottom: solid 1px #ff0000;
            padding-bottom: 8px;
        }

        div.stand-up-declaration section.header div.sub-heading {
            color: #ffffff;
            font-size: 120%;
            padding-top: 8px;
        }

    div.stand-up-declaration section.declaration {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }

        div.stand-up-declaration section.declaration div.text-block {
            text-align: center;
            padding-bottom: 24px;
            font-size: 120%;
            background-image: url('../images/star.jpg');
            background-position: center bottom;
            background-repeat: no-repeat;
        }

        div.stand-up-declaration section.declaration div.divider-block {
            height: 24px;
        }

    div.stand-up-declaration section.footer {
        border-bottom: solid 1px #ff0000;
        border-top: solid 1px #ff0000;
    }

        div.stand-up-declaration section.footer div.text-block {
            padding-top: 12px;
            padding-right: 40px;
            padding-left: 40px;
            padding-bottom: 12px;
            text-align: center;
            font-style: italic;
            font-size: 120%;
        }

div.ahpo-dial911 {
    width: 100%;
    height: fit-content;
    background-color: #f1f1f1;
    border-left: solid #fdb81e 15px;
    background-image: url('/STOP-HARASSMENT/images/911Alert.png');
    background-repeat: no-repeat;
    background-position-x: 6px;
    padding-left: 50px;
    padding-top: 4px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.55em;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 12px;
}

div.ahpo-grey-box {
    width: 100%;
    background-color: #f1f1f1;
    padding-left: 12px;
    padding-top: 4px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

    div.ahpo-grey-box > h2 {
        font-size: 1.55em;
        line-height: 1.75;
        font-weight: 400;
        margin-top: 0px;
    }

div.ahpo-on-this-page {
    text-align: center;
    padding-bottom: 12px;
    width: 100%;
}

div.ahpo-start {
    width: 100%;
    padding-left: 56px;
}

div.ahpo-start-next {
    background-image: url('/STOP-HARASSMENT/images/start.png');
    background-repeat: repeat-y;
    background-position-x: 19px;
}

div.ahpo-start-1 {
    width: 100%;
    height: 50px;
    background-image: url('/STOP-HARASSMENT/images/start1.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    padding-left: 56px;
    vertical-align: middle;
    font-size: 1.45em;
    font-weight: 700;
    display: table;
}

    div.ahpo-start-1 > div.inner {
        display: table-cell;
        vertical-align: middle;
    }

div.ahpo-start-2 {
    width: 100%;
    height: 50px;
    background-image: url('/STOP-HARASSMENT/images/start2.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    padding-left: 56px;
    vertical-align: middle;
    font-size: 1.45em;
    font-weight: 700;
    display: table;
}

    div.ahpo-start-2 > div.inner {
        display: table-cell;
        vertical-align: middle;
    }

div.ahpo-start-3 {
    width: 100%;
    height: 50px;
    background-image: url('/STOP-HARASSMENT/images/start3.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    padding-left: 56px;
    vertical-align: middle;
    font-size: 1.45em;
    font-weight: 700;
    display: table;
}

    div.ahpo-start-3 > div.inner {
        display: table-cell;
        vertical-align: middle;
    }

div.ahpo-light-blue {
    width: 100%;
    background-color: #ebffff;
    margin-top: -30px;
}

    div.ahpo-light-blue > h2 {
        color: #003F72;
        margin: 0;
        font-size: 1.45em;
        font-family: Georgia, "Times New Roman", Times, serif;
        line-height: 24px;
        letter-spacing: 0;
    }

    div.ahpo-light-blue > p {
        font-size: 1em !important;
        padding: 0;
        margin: 0 0 16px;
    }

    div.ahpo-light-blue > ul {
        list-style: disc;
        list-style-position: outside;
        margin: 0 !important;
        padding: 0 !important;
    }

        div.ahpo-light-blue > ul > li {
            font-size: 1em !important;
            text-indent: 0;
            margin-left: 40px !important;
            padding: 0 !important;
            list-style-position: outside !important;
        }

div.heart {
    width: 100%;
    height: fit-content;
    padding-left: 56px;
    padding-top: 30px;
    padding-bottom: 4px;
    padding-right: 4px;
    background-repeat: no-repeat;
    background-position-x: 0px;
}

div.heart-healing {
    background-image: url('/STOP-HARASSMENT/images/healing.png');
}

div.heart-education {
    background-image: url('/STOP-HARASSMENT/images/education.png');
}

div.heart-awareness {
    background-image: url('/STOP-HARASSMENT/images/awareness.png');
}

div.heart-recognition {
    background-image: url('/STOP-HARASSMENT/images/recognition.png');
}

div.heart-trust {
    background-image: url('/STOP-HARASSMENT/images/trust.png');
}

div.ahpo-post-harassment-banner {
    background-image: url('/STOP-HARASSMENT/images/findingcarebackground.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 170px;
    font-size: 1.45em;
    font-weight: 700;
    padding: 8px;
}

    div.ahpo-post-harassment-banner > div.inner-post {
        display: table;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 45px;
    }

        div.ahpo-post-harassment-banner > div.inner-post > div.inner-post-row {
            display: table-row;
        }

            div.ahpo-post-harassment-banner > div.inner-post > div.inner-post-row div.inner-post-cell {
                display: table-cell;
                color: #ffffff;
            }

            div.ahpo-post-harassment-banner > div.inner-post > div.inner-post-row div.inner-post-cell-margined {
                padding-bottom: 16px;
            }

            div.ahpo-post-harassment-banner > div.inner-post > div.inner-post-row div.inner-post-cell a {
                background-color: #ffffff;
                color: #003f72;
                border-radius: 8px 8px 8px 8px;
                border-color: #ffffff;
                padding-top: 4px;
                padding-bottom: 4px;
                padding-right: 8px;
                padding-left: 8px;
            }

#tier4innerContent ul.ahpo {
    line-height: 1.3em !important;
    font-size: 1.0em;
}

#tier4innerContent li.ahpo {
    line-height: 1.3em !important;
    padding-top: 4px;
    padding-bottom: 2px !important;
    font-size: 1.0em;
}

    #tier4innerContent li.ahpo ul {
        padding-top: 4px;
        list-style-type: circle;
        padding-bottom: 0px;
    }

        #tier4innerContent li.ahpo ul li.ahpo {
            line-height: 1.3em !important;
            font-size: 1.0em;
            padding-bottom: 3px !important;
            list-style-type: circle !important;
        }

table.ahpo-help-table {
    color: #000000;
    background-color: #e0f2f7;
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin-bottom: 12px;
}

    table.ahpo-help-table tr.main-heading {
        background-color: #046b98;
    }

        table.ahpo-help-table tr.main-heading td {
            color: #ffffff;
            padding-bottom: 4px;
            padding-top: 8px;
        }

    table.ahpo-help-table tr.message-heading {
        background-color: #782431;
    }

        table.ahpo-help-table tr.message-heading td {
            color: #ffffff;
        }

    table.ahpo-help-table td.concern {
        width: 40%;
    }

    table.ahpo-help-table td.contact {
    }

div.signal-for-help-outer-container {
    border: solid 2px #003f72;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    padding: 8px;
    display: inline-block;
}

    div.signal-for-help-outer-container div.signal-for-help-container {
        display: flex;
        width: 100%;
        background-image: linear-gradient(0deg, transparent 15%, #003f72 16%, #003f72 85%, transparent 86%);
        /* Start #5cbcb0 from 0 and end at 5%, Start #fff at 5% and end at 15%, Start #5cbcb0 again at 15% and end at 100% */
        background-repeat: no-repeat; /* To avoid multiple instances */
        overflow: hidden;
    }

        div.signal-for-help-outer-container div.signal-for-help-container div.image-container {
            vertical-align: text-top;
            width: 40%;
            height: fit-content;
            padding-left: 12px;
            padding-right: 12px;
        }

            div.signal-for-help-outer-container div.signal-for-help-container div.image-container img {
                width: 100%;
                height: auto;
            }

        div.signal-for-help-outer-container div.signal-for-help-container div.trademark {
            font-size: 180%;
            width: fit-content;
            height: fit-content;
        }

        div.signal-for-help-outer-container div.signal-for-help-container div.text-container {
            flex-grow: 1;
        }

            div.signal-for-help-outer-container div.signal-for-help-container div.text-container p {
                color: #ffffff;
                margin-top: 15%;
                font-size: 180%;
                padding-right: 12px;
            }

div.ahpo-help-banner {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 8px;
}

    div.ahpo-help-banner a {
        width: 100%;
        padding: 0px;
        background-image: none;
    }

    div.ahpo-help-banner img {
        width: 100%;
    }

a.linked-image-pdf {
    display: block;
    background: none;
}

    a.linked-image-pdf img {
        float: right;
        margin: 8px;
        width: 200px;
    }

div.ahpo-help {
    display: inline-block;
}

    div.ahpo-help > ul li {
        list-style-type: none;
    }

img.imageRight {
    float: right;
    padding-left: 8px;
    padding-bottom: 8px;
}

table.cyber-resources-table {
    width: 100%;
}

    table.cyber-resources-table th {
        border: solid 1px #003f72;
        background-color: #003f72 !important;
        color: #ffffff;
        text-align: center !important;
        font-weight: bold !important;
        padding: 6px;
    }

    table.cyber-resources-table td {
        border: solid 1px #003f72;
        padding: 6px;
    }

    table.cyber-resources-table th.cyber-situation {
        width: 25%
    }

    table.cyber-resources-table th.cyber-resource {
    }

    table.cyber-resources-table th.cyber-links {
        width: 30%;
    }

/* styles supporting bystander intervention training page moved from veterantraining.va.gov */
.tag-line {
    position: relative;
    top: -1px;
    width: 100%;
    padding: 10px;
    background-color: #112E51;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0px;
    text-align: center;
}

.course-hr-top {
    margin: 1em .5em 1.5em .5em;
    border-top: 1px solid #0083BE;
}

.course-hr-bottom {
    margin: 1.5em .5em 1em .5em;
    border-top: 1px solid #0083BE;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

.launch-btn {
    display: inline-block;
    width: 45%;
    height: 0;
    padding-bottom: 6.1%;
    background: url('../images/launch_button_sprite.png') no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

    .launch-btn:hover {
        cursor: pointer;
        background-position: 0 100%;
    }

.h3-bar {
    margin: 0 0 1em 0;
    width: 100%;
    padding: .5em 1.5em;
    background-color: #003F72;
    color: #fff;
    border-bottom: solid 5px #C4262E;
}

.usa-alert {
    background: none;
    background-color: #f1f1f1;
    border-left-style: solid;
    border-left-width: 10px;
    display: table;
    padding: 1.67em 1.67em 1.0em 1.67em;
    width: 100%;
    margin-bottom: 2.5em;
}

    .usa-alert .usa-alert-body {
        display: table-cell;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        vertical-align: middle
    }

.usa-alert-warning {
    border-left-color: #fdb81e
}

    .usa-alert-warning:before {
        content: url("/STOP-HARASSMENT/images/warning-black.png");
        padding-right: 4px;
    }
