body{
    background-color: #25519C !important;
}

.col-padding{
    background-color: #fff;
}
.bg_color{
    background-color: #25519C;
}

.row-padding{
    padding: 20px 20px;
}

.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-left: 12px; */
    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: left;
}


.row-padding-container .card {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    border-radius: 0;
}
.row-padding-container .form-m {
    padding: 10px 25px;
}
.APH_News p, .DAPH_News p, .AAPH_News p, .SAPH_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: 260px;
    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;
}

.bg-color{
    background-color: rgba(37, 81, 156, 1) !important;
    
} 
#hpa .aph-footer_content {
    margin-top: 0px !important;
  }


  /* customized for dropdown */
#dropdown #nav-ul {
    height: auto !important;
    padding-top: 0px !important;
    width: 100%;
    max-width: fit-content;
    justify-content: left;
    align-items: left;
}
#drop-down-card{
     display: flex;
     justify-content: left;
     align-items: left !important;
     border-radius: 0;
     height: auto;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 20px ;
     
}
#dropdown{
    height: auto !important;
    
}
.News_APH h1 {
    text-align: left;
}

select:focus {       
    outline: none !important;
    box-shadow: none !important;       
    border-color: #ccc !important; /* Default border color */ 
}
