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-weight:300;
    line-height: normal;
    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;
    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%;
}
