@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'Adonis Web';
    src: url('../fonts/AdonisWeb-Regular.woff2') format('woff2'),
        url('../fonts/AdonisWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body, body .l_r_text_col .step_tex p, h5{
    font-family: "Lato", sans-serif;
    color: #2B4150;
}

h1, h2, h3, h4, h5, h6{
    color: #124E73;
}

h1, h2, h3, h4, .para_content blockquote p, .textcolor, .count_num, .word-cl, section li{
    font-family: 'Adonis Web';
    font-weight: normal;
    font-style: normal;
}

.count_num{
    color: #093660;
}

.subheading-size .col_text p strong {
    margin: 0px 0;
    display: block;
}

.crp_sec ul li:before {
    display: none;
}

blockquote p, section p{
   /*font-family: 'Source Sans Pro';*/
   font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.container-full {
    width: 100%;
}

.bullet_line .full_text_col ul {
    display: flex;
    margin: 0;
}

.navbar-nav li a {
    font-size: 16px;
}

.navbar__logo {
    width: 210px;
}

.bullet_line .full_text_col ul li {
    list-style: none;
}

.bullet_line .full_text_col ul li {
    width: 50%;
}

section p {
    font-size: 20px;
}
/*body.page-id-4334,
body.page-id-4381,
body.page-id-4718,
body.page-id-4645,
body.page-id-4570,
body.page-id-4528,
body.page-id-4490,
body.page-id-4432
 {
    background-image: url('/wp-content/uploads/2025/04/bg_about.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0;
}*/

.sec_h {
    background: #FDF9F2;
    /*border-bottom: 10px solid #000;*/
    overflow-x: hidden;
    /*min-height: 100vh;*/
    position: relative;
    z-index: 1;
}
.rights_human_sec {
    height: 100vh;
}

.rights_human_sec * {
    color: #fff;
    text-align: center;
}

.rights_human_sec .col_text {
    text-align: center;
}

.rights_human_sec .column_text_col {
    text-align: center;
    justify-content: center;
}

.content_full_layout.image-left .full_text_col p > img {
    display: inline;
}

.rights_human_sec .col_text h2 {
    text-align: center;
}
.convas_count{
  width: 100%;
  height: 500px;
  display: block;
  background: transparent !important;
}
.step_process_sec {
    padding: 80px;
    position: relative;
}

.textcolor {
    color: #fff;
    padding-bottom: 50px;
}

.footer .footer__bottom {
    background-color: #004380ed;
    padding: 2rem 0 2rem 0;
}

p.footer__copyright {
    text-align: center;
    margin-top: 20px;
}

.safeguarding .col_text {
    text-align: right;
    padding-right: 15px;
}

.sec_h.content_col_layout, .step_process_sec, .sec_h.content_full_layout, .content_layout_qa{
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content_full_layout, .content_col_layout, .text_left_col, .left_text_step, .content_layout_qa{
    padding: 80px;
}
.img_full {
    width: 100%;
    height: 100%;
    border: 2px solid #a1a1a1;
    padding: 10px;
    margin: 10px;
    background: #fff;
}
.text_center .text_left_col {
    text-align: center;
}
.text_left_col h2{
    line-height: normal;
    padding-bottom: 20px;
}

.full_text_col h2 {
    line-height: normal;
    padding-bottom: 20px;
}

.full_text_col h3 {
    font-size: 24px;
    font-weight: bold;
}

.shape-divider {
    /* height: 1px; */
    background: rgba(0,0,0,0.1);
    /* margin: 40px 0; */
}

.full_text_col ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}

.full_text_col ul {
    column-count: 2;
}

.full_text_col ul li:before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #004380;
}
.full_text_col p, .full_text_col li {
    font-size: 18px;
   /* line-height: 35px;*/
    margin: 10px 0px;
}

.full_text_col ul {
    margin-bottom: 40px;
    padding-left: 15px;
}

.ocw-wordcloud{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    margin: 60px auto;
}

.word-cl:hover {
      transform: scale(1.2);
    }

.word-cl{
    white-space: nowrap;
    user-select: none;
    transition: transform 0.2s ease;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0px;
    color: #000;
}

blockquote p {
    margin: 0;
    font-size: 22px;
    line-height: normal;
}
blockquote {
    background: #f3eee3;
    padding: 25px;
}
p.title_col i {
    font-size: 35px;
    margin-right: 10px;
}

p.text_col {
    padding-left: 25px;
    border-left: 2px solid #94949452;
    margin-left: 10px;
}

.full_text_number .full_text_col ol li {
    margin-bottom: 40px;
}

.full_text_number .full_text_col ol li h5 {
    font-size: 24px;
}

.column_text_col {
    background: #F6F0E4;
    padding: 25px 25px 25px 15px;
    height: 100%;
    margin-bottom: 25px;
    display: flex;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.content_full_layout .full_text_col p > img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.student_right_sec .text_left_col {
    padding: 80px 40px 80px 40px;
}

.student_right_sec .text_left_col p.text_col {
    line-height: 26px;
}

.column_text_col .col_text p {
    margin-bottom: 0px;
}

.l_r_text_col .step_tex h5 {
    font-weight: 600;
}

.column_text_col h4 {
    font-size: 24px;
    font-weight: bold;
}

.without-box .column_text_col {
    background: transparent;
    border: none;
    box-shadow: none;
}

.text_center .full_text_col {
    text-align: center;
}

.text_center .full_text_col .col_text h3 {
    font-size: 70px;
    margin: 8px;
    line-height: normal;
    font-weight: 200;
}

span.count_span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3eee3;
    flex: 0 0 7%;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Adonis Web';
}

.box_text .text_box i {
    display: none;
}

.box_text .text_box .title_col {
    font-size: 22px;
    font-family: 'Adonis Web';
    line-height: normal;
    margin-bottom: 10px;
}

.box_text .text_box .text_col {
    border: none;
    padding: 0;
    margin: 0;
}

.col_text {
    padding-left: 10px;
}

.para_content {
    position: relative;
    padding-bottom: 0;
}

.count_num {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #000;
}

.step_tex {
    font-size: 24px;
    color: #fff;
    font-family: 'Adonis Web';
    min-height: 130px;
    margin: 20px;
    line-height: normal;
}

.white-color * {
    color: #fff;
}

.white-color  span.count_span {
    color: #000;
}

.l_r_text_col {
    display: flex;
}

.left_count {
    position: relative;
}

.left_count > img {
    width: 100px;
}

.l_r_text_col .step_tex {
    padding-bottom: 0;
    margin-bottom: 0;
}

.box_text .text_box {
    background: #f3eee3;
    padding: 25px;
    height: 100%;
    margin-bottom: 25px;
}

.margin-b{
    margin-bottom: 20px;
}

.grid_col .col_text p {
    margin: 0;
    font-size: 24px;
    font-family: 'Adonis Web';
}

.number_txt_col {
    display: flex;
    margin-bottom: 30px;
}

.number_text .title_col {
    font-family: 'Adonis Web';
    margin-bottom: 10px;
    font-size: 24px;
    margin-top:0px;
}

.number_text .text_col {
    border: none;
    padding: 0;
    margin: 0;
}

.number_list {
    font-family: 'Adonis Web';
    font-size: 24px;
    background: #f3eee3;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    margin-right: 20px;
}

.grid_icon_col {
    display: flex;
    margin: 20px 0;
}

.grid_icon_col .number_text > img {
    height: 50px;
    margin: 25px 0;
}

.grid_icon_col .text_box {
    padding: 10px;
    width: 33.3%;
}

.left_text_step > h2 {
    padding-bottom: 50px;
    line-height: normal;
}

.l_r_text_col .step_tex p {
    color: #093660;
}

.ca_sec .left_count > img {
    width: 80px;
}

.ca_sec .l_r_text_col .step_tex p, .ca_sec .l_r_text_col .step_tex {
    margin-bottom: 5px;
}

.ca_sec .l_r_text_col .step_tex {
    min-height: 100px;
}

.ca_sec .left_text_step > h2 {
    padding-bottom: 30px;
}

.ma_sec .paragraph_box .left_count {
    width: 40px;
    height: 60px;
}

.ma_sec .paragraph_box .left_count > img {
    width: 40px;
}

.ma_sec .paragraph_box .l_r_text_col .step_tex {
    margin: 0px 20px;
}

.ma_sec .paragraph_box {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
}

.ma_sec .paragraph_box .l_r_text_col {
    flex: 0 0 50%;
    width: 50%;
}

.ma_sec .l_r_text_col.third_full_width {
    width: 100%;
    flex: 0 0 100%;
}

.list_one_line ol {
    display: flex;
    justify-content: space-between;
}

.box_li ul li {
    list-style: none;
    background: #f3eee3;
    padding: 15px 20px;
    width: 100%;
    max-width: 90%;
    margin-right: 20px;
}

.list_one_line ol li, .box_li ul li{
    font-family: 'Adonis Web';
    font-size: 24px;
    font-weight: 200;
}

.box_li ul {
    display: flex;
}

.number_design .left_count > img {
    display: none;
}

.number_design .left_count .count_num {
    position: relative;
    height: 70px;
    width: 70px;
    background: #f3eee3;
}

.number_design .step_tex {
    min-height: auto;
}

.step_blue .textcolor, .step_blue .step_tex, .step_blue .count_num {
    color: #004380;
}

.step_blue .textcolor > img{
    width: 100%;
}

.dis_acc .column_text_col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dis_acc .column_text_col .count_span {
    font-size: 50px;
    display: block;
    margin-bottom: 40px;
    background: transparent;
}

.state_fed_sec .col_text {
    text-align: center;
    margin: 0 auto;
}

.state_fed_sec .col_text {
    margin: 0 auto;
}

.step_vertical h2.textcolor {
    color: #124E73;
}

.col_prog {
    background: #f3eee3;
    padding: 20px;
    margin-bottom: 20px;
}

.col_prog p {
    margin-bottom: 0px;
}

.col_prog h4 {
    font-size: 24px;
}

.pro_1_g {
    width: 40%;
}

.pro_2_g {
    width: 50%;
}

.pro_3_g {
    width: 60%;
}

.box-space-reduce .column_text_col {
    padding: 0;
}

.crp_sec ul {
    display: flex;
    padding:0;
}

.crp_sec ul a {
    padding: 15px 30px;
    margin-right: 20px;
    border-radius: 5px;
}

.full_bullet_text {
    margin: 8px;
    padding-left: 15px;
}

.full_text_col .full_bullet_text li:before {
    display: none;
}

ul.full_bullet_text {
    column-count: auto;
}

ul.full_bullet_text li {
    padding: 0;
    list-style: disc;
}

.full_bullet_text li {
    font-size: 20px;
    line-height: 35px;
}

.crp_sec ul li {
    list-style: none;
    padding:0;
}

.q_row {
    border: 1px solid #ccc;
    padding: 10px;
}

.q_row {
    border-bottom: 0px solid;
    border-top: 0px solid;
}

.q_row:last-child, .q_row:first-child {
    border: 1px solid #ccc;
}

.q_row p {
    margin: 0;
}

.q_row:nth-child(odd) {
    background: #f3eee3;
}

.safeguarding .column_text_col {
    padding: 0;
}

.student_right_sec .row_col_center {
    display: flex;
    flex-wrap: wrap;
}

.student_right_sec .row_col_center .text_box {
    width: 50%;
    padding-right: 15px;
}

.student_right_sec .row_col_center .text_box .number_txt_col {
    flex-direction: column;
    text-align: center;
}

.student_right_sec .row_col_center .text_box .number_txt_col .number_list {
    background: #004380;
    text-align: center;
    font-size: 0;
    width: 50px;
    margin: 25px auto;
    height: 4px;
    padding: 0;
}

.col_numb {
    text-align: right;
}

.col_numb .col_text {
    padding-right: 35px;
}

.col_numb .col_text p {
    margin: 0;
}

.col_numb .column_text_col {
    margin: 0;
    padding: 0;
}

.col_numb .column_text_col p strong, p strong {
    font-size: 22px;
    font-family: 'Adonis Web';
}

.col_numb span.count_num {
    color: #093660;
}
.malicious_sec span.count_span {
    max-width: 48px;
    width: 48px;
    flex: 0 0 10%;
}

.failure_interview .text_left_col {
    padding-right: 40px;
}

.malicious_sec .column_text_col p {
    padding: 0;
    margin: 0;
}

.heading_q p {
    font-weight: bold;
}

.btn_text .para_content a {
    background: #325F7B;
    padding: 12px 20px;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
}

.btn_text .para_content ul {
    display: flex;
    margin: 30px 0;
    padding: 0;
}

.btn_text .para_content ul li {
    list-style: none;
}

.protecting_prisoner .full_text_col h2 p {
    margin-top: 20px;
}

.protecting_prisoner h2 {
    padding-bottom: 0;
}

.protecting_prisoner .col_text {}

.protecting_prisoner .col_text h4 {
    font-weight: 100;
}

.protecting_prisoner .col_text h4 strong {
    font-weight: 700;
}

.protecting_prisoner .column_text_col {
    margin-bottom: 0;
}

.no_number .l_r_text_col .left_count {
    display: none;
}

.no_number .l_r_text_col  .step_tex {
    margin: 0;
}

.no_number .l_r_text_col .step_tex h5 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px;
}

.no_number .para_content p strong {
    font-size: 32px;
}

.no_number .para_content p {
    margin-top: 30px;
}

.no_number h2 {
    padding-bottom: 0;
}

.failure_interview .text_full_content {
    display: flex;
}

.failure_interview .text_full_content p {
    line-height: 30px;
}

.failure_interview .text_full_content p strong {
    margin-bottom: 0;
    display: block;
}

.failure_interview .text_full_content img {
    height: 83px;
    object-fit: contain;
}

.distinguished_award_sec .row_col_center {
    display: flex;
    flex-wrap: wrap;
}

.distinguished_award_sec .text_left_col {
    padding: 40px;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #093660; /* Adjust as needed */
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header.scrolled {
    background: #093660;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
}

header.scrolled .navbar__logo{
    width: 100%;
    max-width: 100%;
    height: 90px;
    margin-bottom: 0;
}

.hide-section{
    display: none !important;
}
.page-id-4381 .billboard__content {
    width: 100%;
}

.page-id-4381 .billboard__content h2 {
    width: 65%;
}

.number-col .row_col_center {
    display: flex;
    flex-wrap: wrap;
}

.number-col .row_col_center .text_box {
    width: 50%;
    padding-right: 10px;
}

.sub_heading_sec{
    margin-bottom: 50px;
}

.surgical-list .number_txt_col {
    align-items: center;
}

.surgical-list .number_txt_col .title_col {
    margin: 0;
}

.surgical-list .number_list {
    margin-right: 70px;
    position: relative;
}

.surgical-list .row_col_center {
    position: relative;
}

.surgical-list .number_list:after {
    position: absolute;
    content: '';
    width: 90px;
    background: #f3eee3;
    height: 2px;
    left: 0;
    z-index: -1;
}

.surgical-list .row_col_center:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 210px;
    background: #f3eee3;
    top: -10px;
    left: 20px;
    z-index: -1;
}

.ul_flex .full_text_col ul {
    padding: 0;
    margin: 40px 0;
}

.ul_flex .full_text_col ul li:before {
    display: none;
}

.ul_flex .full_text_col ul li {
    padding-left: 0;
}

.box-li ul {
    flex-wrap: wrap;
    display: flex;
}

.box-li ul li {
    width: 30%;
    background: #f3eee3;
    padding: 20px !important;
    margin-right: 25px;
}

.number-li ol {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    padding-left: 15px;
}

.number-li ol li {
    width: 30%;
    margin-right: 20px;
    padding: 15px 15px 15px 0;
    position: relative;
    list-style: none;
    margin-left: 0;
}

.number-li ol li:before {
    background: #f3eee3;
    padding: 15px;
    position: relative;
    left: -15px;
}

.number-li ol li:nth-child(1)::before {
    content: '1.';
}

.number-li ol li:nth-child(2)::before {
    content: '2.';
}

.number-li ol li:nth-child(3)::before {
    content: '3.';
}

.href-btn ul {
    display: flex;
    margin: 30px 0;
    padding: 0;
}

.href-btn ul li {
    list-style: none;
    padding-right: 20px;
}

.href-btn ul li a, .crp_sec ul a{
    padding: 15px 20px;
    background: #325F7B;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #325F7B;
}

.href-btn ul li a:hover, .crp_sec ul a:hover {
    background: transparent;
    color: #325F7B;
    border: 1px solid #325F7B;
}

.seeking-justice .para_content h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.seeking-justice .para_content strong {
    margin-bottom: 0px;
    display: block;
}

.protecting-prisoner .col_text p {
    margin-top: 0;
}

.protecting-prisoner .column_text_col span.count_span {
    padding: 24px;
}

.protecting-prisoner .column_text_col h5 {
    font-size: 20px;
}

.excessive-force .sub_heading_sec h4 {
    margin: 25px 0;
}

.excessive-force .sub_heading_sec h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0;
}

.excessive-force .sub_heading_sec  p {
    margin: 25px 0;
}

.single-row-box .column_text_col span.count_span {flex: none;}

@media (min-width: 991px) and (max-width: 1200px) {
    .navbar__logo {
        width: 190px;
    }
    .site-logo--header {
        margin: 5px 0;
    }
    .navbar-nav li {
        margin: 0 18px;
    }
    .second_nav ul {
        padding: 0;
    }
}

@media (max-width: 768px) {
  .convas_count {
    height: 300px;
  }
  .number-col .row_col_center .text_box, .box-li ul li, .number-li ol li {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .href-btn ul {
        flex-direction: column;
    }

    .href-btn ul li a {
        display: block;
        margin-bottom: 20px;
    }

    .ocw-wordcloud {
        gap: 4px;
    }
    .word-cl{
        line-height: normal;
        white-space: normal;
    }

    .full_text_col ul {
        column-count: auto;
        padding: 0;
    }

    .content_full_layout, .content_col_layout, .text_left_col, .left_text_step, .content_layout_qa {
        padding: 20px;
    }

    .column_text_col {
        height: auto;
        margin-bottom: 30px;
    }

    section h2 {
        font-size: 36px;
    }

    span.count_span {
        flex: 0 0 13%;
    }

    .left_count > img {
        width: 60px;
        margin: 0 auto;
        display: block;
    }

    .l_r_text_col {
        flex-direction: column;
    }

    .column_text_col {
        padding: 10px;
    }

    .step_process_sec {
        padding: 40px;
    }

    .para_content  img {
        max-width: 100%;
    }

    .grid_icon_col {
        flex-direction: column;
    }

    .grid_icon_col .text_box {
        width: 100%;
    }

    .grid_icon_col .number_text > img {
        margin: 25px auto;
        display: block;
    }

    .box_li ul {
        flex-direction: column;
        padding: 0;
    }
    .list_one_line ol, .ma_sec .paragraph_box {
        flex-direction: column;
    }

    .list_one_line ol li, .box_li ul li{
        margin-bottom: 10px;
        max-width: 100%;
    }

    .ma_sec .paragraph_box .l_r_text_col {
        width: 100%;
        margin-bottom: 25px;
    }

    .ma_sec .paragraph_box .left_count {
        margin: 10px auto;
    }

    .pro_1_g, .pro_2_g, .pro_3_g {
        width: 100%;
    }

    .state_fed_sec .col_text img {
        margin: 10px 0;
    }

    .number_design .paragraph_box .l_r_text_col {
        flex-direction: row;
    }

    .crp_sec ul {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .crp_sec ul a {
        display: block;
        margin: 10px 0;
    }

    .crp_sec ul {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

    .crp_sec ul a {
        display: block;
        margin: 10px 0;
    }

    .col_numb .column_text_col {
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;
    }

    .col_numb .column_text_col .col_text {
        padding: 0;
    }

    .student_right_sec .row_col_center {
        flex-direction: column;
    }

    .student_right_sec .row_col_center .text_box {
        width: 100%;
    }

    .failure_interview .text_full_content {
        flex-direction: column;
    }

    .page-id-4570 .billboard__content h2 {
        font-size: 50px;
    }
}