body{
    background-color: #25519C !important;
}

.col-padding{
    background-color: #fff;
}
.bg_color{
    background-color: #25519C;
}

.row-padding{
    padding:20px 0px;
}

.font-size-40{
    font-size: 40px;
    text-decoration: underline;
    font-family: Lato, "Lato Fallback";
}

.font-size-20{
    font-size: 20px;
    font-family: Lato, "Lato Fallback";
}
.font-bold{
    font-weight: 700;
}
.nav-bg-color{
    background-color: #0a3161;
}

nav{
    font-size: 18px;
    color: #fff !important;
}
.item-color a{
    color: #fff !important;
    padding: 12px 15px !important;
    /* margin-right: 15px; */
    margin-left: 0px;
    font-family: Lato, "Lato Fallback";
    font-weight: 700    ;
}
.item-color a:hover{
    background-color: #28539D ;
    color: #fff !important;
}
.item-color a.active{
    background-color: #28539D ;
    color: #fff !important;
    
}
.sub-item-color{
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.sub-item-color a{
    color: #0A3161 !important;
    font-size: 16px;
    font-weight: 400 !important;
}
.sub-item-color a:hover{
    background-color: #6B7386 !important;
}
.sub-item-color a:active{
    background-color: #6B7386 !important;
}

.nav-overflow{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.dropdown-1:hover .dropdown-menu-1 {
    display: block;
    margin-top: 0;
}

.item-color a.active ~ .dropdown-menu-1 .dropdown-item.active {
    background-color: rgba(107, 115, 134, 1) !important;
    background-image: none !important;
    color: rgba(255, 255, 255, 1) !important;
}


.aph_mobile_header_content{
    display: none;
}
.aph_desktop_header_content, .aph_nav_menu{
    display: flex;
}
.aph_desktop_header_content{
    justify-content: space-between;
}
body#aphRoot{
    text-decoration-skip-ink: none;
}
.aph_header_menu_links{
    width: 60%;
    min-width: 60%;
}
ul.aph_nav_menu li {
    padding: 18px;
    width: 20%;
}
ul.aph_nav_menu li a{
    line-height: 22px;
}
ul.aph_nav_menu li:hover a {
    font-weight: 700;
}
ul.aph_nav_menu li:nth-child(3),
ul.aph_nav_menu li:nth-child(3) a{
    padding-left: 0px;
}
.aph_header_logo {
    margin: 10px;
}
body.fix-mobile-scrolling{
    overflow: initial;
}
.aph_content {
    position: relative;
    transition: transform .3s ease-out;
    height: 100%;
}
.aph_row_01{
    float: none;
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    height: auto;
    /* padding-top: 106px;
    padding-left: 40px;
    padding-bottom: 106px; */
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* padding-right: 40px; */
    min-width: 0;
    text-align: start;
    background-position: 50% 50%;
    min-height: auto;
}

/* div#aph, .aph_wrapperouter, .aph_inner{
    height: 100%;
} */
div.aph_header_inner_content {
    position: absolute;
    z-index: 101;
    width: 100%;
    padding: 13px 0;
}
.m-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

#aphheader .aph_nav_menu li:hover a {
    font-weight: 700;
}

.aph_wrapper {
    height: 100%;
}
.APH_News {
    text-align: center;
}

.row-padding-container .form-m {
    padding: 10px 25px;
}
.APH_News p {
    font-size: 35px;
    font-weight: 600;
    color: #002f6c;
}

.form-check-input {
    width: 1.3em !important;
    height: 1.3em !important;
    margin: 8px .3em 8px 0;
}

.form-check-input:focus {
    box-shadow: none !important;
}
label, select>option {color: rgba(0, 0, 0, 1)}
.email_form .email_from_sec .aphForminput{
    margin-bottom: 20px;
}
.email_form .email_from_sec .aphForminput label{
    margin-bottom: 0;
}
.email_form .email_from_sec .aphForminput>:not(label):not(div):not(small){
    background: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    border-bottom: 1px solid;
    height: 30px;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.email_form .email_from_sec .aphForminput select[name="ContactType"] {
    height: 35px;
}
.email_form .email_from_sec .aphForminput .form-control:focus {
    box-shadow: none;
    border-radius:5px ;
    border: 2px solid rgba(0, 0, 0, 1);
}

.email_form .email_from_sec .dmformsubmit {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    line-height: 22px;
    border-radius: 50px;
}
.email_form .email_from_sec .dmformsubmit:hover input[type="button"],.email_form .email_from_sec .dmformsubmit:hover{
    background-color: rgba(10, 49, 97, 1) !important;
    color: #fff;
}
.email_form .email_from_sec .dmformsubmit input[type="button"] {
    min-width: 280px;
    width: 125px;
    background-color: #fff;
    margin: 5px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 50px;
    outline: 0;
    color: rgba(10, 49, 97, 1);
    font-weight: 600;
    text-decoration: underline;
    padding: 10px;
}

#flexCheckDefault {
    margin-top: 0.333em;
}

#fin-content .card .card-title {
    text-decoration: underline;
}
#fin-content  .year-info .hr-div hr {
    color: rgba(10, 49, 97, 1);    
    border-top-width: 4px !important;
    border-top-style: solid !important;
    border-color: rgba(10, 49, 97, 1); 
    opacity: 1;
}
#fin-content .year-label h3 {
    text-decoration: none
}
#fin-content .APH_Financial .accordion-button span{
    color: rgba(10, 49, 97, 1);  
    font-size: 20px;
    font-weight: 600;
}
#fin-content .APH_Financial .accordion-button{
    border: 1px solid #e1e1e1;
}

#fin-content .APH_Financial .accordion-button:focus {
    box-shadow: none;
}
#fin-content .APH_Financial  .accordion-button:not(.collapsed){
    background-color: inherit;
}
#fin-content .APH_Financial  .accordion-flush>.accordion-item>.accordion-collapse{
    border: 1px solid #e1e1e1;
    border-top: 0;
    background: #f2f2f2;
}
#fin-content .APH_Financial .accordion-item-title {
    font-weight: 200;
}
#fin-content .APH_Financial .accordion-item-link a {
    font-weight: 600;
    text-decoration: underline;
    color: #002f6c;
}
#fin-content .APH_Financial .accordion-item .accordion-collapse,#fin-content .APH_Financial .accordion-item .accordion-button {
    border-bottom: 0;
}
#fin-content .APH_Financial .accordion-item.Q1 .accordion-collapse,
#fin-content .APH_Financial .accordion-item.Q1 .accordion-button,
#fin-content .APH_Financial .accordion-item.Q12024 .accordion-button {
    border-bottom: 1px solid #e1e1e1;
}
.mb-25 {
    margin-bottom: 10rem;
}

/* @media screen and (max-width: 768px) {
    .aph-footer_content {
        margin-top: 950px !important;
    }
} */

/* @media screen and (min-width: 768px)  and (max-width: 1024px) {
    .aph-footer_content {
        margin-top: 600px !important;
    }
} */

/* @media screen and (min-width: 1024px)  and (max-width: 1420px) {
    .aph-footer_content {
        margin-top: 600px !important;
    }
} */
 #hpa .aph-footer_content {
    margin-top: 0px !important;
}