﻿.Header_Main_New
{
    height: auto;
    clear: both;
    background-color: white;
}

.Header_Breadcrumb
{
    height: 42px !important;
}

.Header_Breadcrumb_Container_Context
{
    padding: 20px 9px 0px 9px !important;
    height: auto !important;
}

.Header_Main_Container_New 
{
    height: 100px;
    max-height: 100px;
    width: 988px;
    margin: auto;
}

.Header_Pordata_Container_New
{
    height: 120px;
    max-height: 120px;
    background-color: #00568b;
}

.Header_Main_Logo_FFMS_New 
{
    height: auto; 
    background-color: white; 
    float: left; 
    margin-left: 30px;
    margin-top: 15px;
}

.Header_Main_Language_New
{
    height: auto; 
    background-color: white;
    float: right; 
    padding-top: 35px; 
    margin-right: 36px; 
    font-family: 'GHTF Bold'; 
    font-size: 13pt; 
    color: #00568b;
    display: inline-block;
}

.Header_Main_Language_Selection_New
{
    display: inline-block;
}

.Header_Main_Updates_New 
{
    display: inline-block; 
    font-size: 10pt; 
    margin-left: 24px; 
    background-color: #00568b; 
    color: #d8d9d8; 
    padding: 8px 5px 8px 5px; 
    border-radius: 15px;
}

.Header_Main_Logo_Left_New 
{
    margin-top: 29px;
    float: left;
    margin-left: 30px;
}

.Header_Main_Logo_Left_New img
{
    width: 100%;
    height: 60px;
}

.Header_Main_Search_New
{
    margin-top: 35px;
    float: right;
    padding: 0;
    height: 60px;
    margin-right: 30px;
}

.Header_Main_Search_New .Header_Main_SearchBox
{
    height: 60px;
    width: 320px;
}

.Header_Main_Search_New .Header_Main_SearchBox input
{   
    font-family: 'GHTF Book';
    height: 48px;
    padding: 0px 0 0px 24px;
    border: none !important;
    font-size: 14px;
    color: #00568b;
    padding-inline-end: 95px;
    width: 200px;    
    border-radius: 30px 30px 30px 30px;
}

.Header_Main_Search_New .Header_Main_SearchBox_Icon
{
    position: absolute;
    top: 2px;
    left: 240px;
    background-color: #00568b;
    padding: 8px 28px 8px 20px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;    
}

.Header_Main_Search_Mobile_New
{
    display: none;
    padding-top: 40px;
    padding-bottom: 0px;
    height: auto;
    background-color: white;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox
{
    height: 80px;
    width: 320px;
    margin: auto;
    display: block;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox input
{   
    font-family: 'GHTF Book';
    height: 45px;
    padding: 0px 0 0px 24px;
    border: 1px solid #d8d9d8 !important;
    font-size: 18px;
    color: #00568b;
    border-radius: 50px;
    background-color: #d8d9d8;
    box-shadow: -2px -2px 5px #dbf0f9, 2px 1px 5px #dbf0f9;
    padding-inline-end: 95px;
    width: 200px;
    -webkit-appearance: none;
}

.Header_Main_Search_New .Header_Main_SearchBox input::-webkit-input-placeholder
{
    color: #00568b;
    opacity: 1;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox input::-webkit-input-placeholder
{
    color: #00568b;
    opacity: 1;
}

.Header_Main_Search_New .Header_Main_SearchBox input::-moz-placeholder
{
    color: #00568b;
    opacity: 1;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox input::-moz-placeholder
{
    color: #00568b;
    opacity: 1;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox_Icon
{
    position: absolute;
    width: 90px;
    height: 37px;
    top: 0px;
    left: 230px;
    background-color: white;
    padding: 8px 0px 2px 0px;
    border-bottom-right-radius: 48px;
    border-top-right-radius: 51px;
    text-align: center;
}

.Header_Main_Search_Mobile_New .Header_Main_SearchBox_Icon img
{
    width: 30px;
    height: auto;
}

.Header_Main_Mobile_Menu_Icon_New {
    display: none; 
    margin-top: 30px;
    margin-right: 40px;
    width: 70px;
    float: right;
} 

.Header_Menu_New
{
    display: block;
    height: 40px;
    background-color: #d8d9d8;
    font-family: 'GHTF Bold';
    font-size: 17px;
    color: #00568b;
}

.Header_Menu_Inner_New
{
    width: 988px;
    margin: auto;
    height: auto;
}

.Header_Menu_Item_New
{
    margin-right: 90px; 
    padding-top: 15px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}

.Header_Menu_Item_New:hover .Header_Menu_SubItems_Container_New
{
    display: block;
}

.Header_Menu_SubItems_Container_New
{
    display: none;
    font-family: 'GHTF Book';
    font-size: 16px;
    font-weight: normal;
    color: #525252;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: white;
    padding-left: 15px;
    margin-left: 0;
    position: absolute;
    top: 40px;
    text-transform: none;
    width: calc(100% - 10px);
    box-shadow: 3px 3px 5px #aaaaaa, -3px 0px 5px #aaaaaa;
    -webkit-appearance: none;
    z-index: 1000;
}

.Header_Menu_SubItem_New:hover
{
    color: #00568b;
    font-family: 'GHTF Bold';
}

.Header_Menu_SubItem_New
{
    height: 30px;
    display: block;
    width: auto;
}

.Header_Menu_ItemSeparator_New
{
    height: 1px;
    border-top: 1px solid #d8d9d8;
}

.Header_Menu_Mobile_New
{
    display: none;
}

.Header_Menu_Mobile_ItemSeparator_New
{
    height: 1px;
    border-top: 1px solid #00568b;
}


.Header_Menu_Mobile_Item_Active_New
{
    background-image: linear-gradient(top, #ffffff 0, #c8c8c8 60px, rgba( 255, 255, 255, .0 ) 61px , rgba( 255, 255, 255, .0 ) 100% );
    background-image: -webkit-linear-gradient(top, #ffffff 0, #c8c8c8 60px, rgba( 255, 255, 255, .0 ) 61px , rgba( 255, 255, 255, .0 ) 100% );
    background-image: -moz-linear-gradient(top, #ffffff 0, #c8c8c8 60px, rgba( 255, 255, 255, .0 ) 61px , rgba( 255, 255, 255, .0 ) 100% );
    background-image: -o-linear-gradient(top, #ffffff 0, #c8c8c8 60px, rgba( 255, 255, 255, .0 ) 61px , rgba( 255, 255, 255, .0 ) 100% );
    background-image: -ms-linear-gradient(top, #ffffff 0, #c8c8c8 60px, rgba( 255, 255, 255, .0 ) 61px , rgba( 255, 255, 255, .0 ) 100% );
}



@media (max-width: 1000px) {

    .Header_Main_Logo_FFMS_New
    {
        margin-top: 20px;
        margin-left: 80px;
    }
    
    .Header_Main_Container_New
    {
        width: 100%;
    }
    
    .Header_Main_Logo_Left_New
    {
        margin-left: 80px;
    }
    
    .Header_Main_Search_New
    {
        display: none;
    }
    
    .Header_Main_Updates_New 
    {
        display: none;
    }
    
    .Header_Main_Search_Mobile_New
    {
        display: block;
    }


    .Header_Menu_New
    {
        display: none;
    }

    .Header_Main_Language_New
    {
        margin-right: 72px;
        padding-top: 45px;
    }

    .Header_Main_Mobile_Menu_Icon_New {
        display: block; 
        margin-top: 38px;
        margin-right: 72px;
        width: auto;
    } 

    .Header_Main_Mobile_Menu_Icon_New img
    {
        height: auto;
        width: 50px;
    }
    
    .Header_Menu_Mobile_New
    {
        position: absolute;
        top: 221px;
        z-index: 100;
        background-color: #e6e6e6;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        font-family: 'GHTF Bold';
        font-size: 20px;
        color: #525252;
        text-align: center;
        box-shadow: 2px 2px 5px #c7c8ca, -2px 0 5px #c7c8ca;
        -webkit-appearance: none;
    }
    
    .Header_Menu_Mobile_Item_New
    {
        text-transform: uppercase;
        display: block;
        cursor: pointer;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #00568b;
    }

    .Header_Menu_Mobile_SubItem_New
    {
        height: 30px;
        display: block;
        width: auto;
        margin-top: 20px;
    }
    
    a .Header_Menu_Mobile_SubItem_New
    {
        color: #525252;
    }
    
    a .Header_Menu_Mobile_SubItem_New:focus,
    a .Header_Menu_Mobile_SubItem_New:active
    {
        color: #00568b;
        font-family: 'GHTF Bold';
    }
    
    .Header_Menu_Mobile_SubItems_Container_New
    {
        display: none;
        font-family: 'GHTF Book';
        font-size: 18px;
        font-weight: normal;
        color: #525252;
        padding: 10px 0 10px 0;
        margin: 20px 0 0 0;
        background-color: white;
        text-transform: none;
        width: 100%;
        box-shadow: 3px 3px 5px #aaaaaa, -3px 0px 5px #aaaaaa;
        -webkit-appearance: none;
    }

}


@media (max-width: 600px) {


    .Header_Main_Logo_FFMS_New
    {
        margin-left: 20px;
        margin-top: 20px;
    }

    .Header_Pordata_Container_New
    {
        height: 120px;
    }

    .Header_Main_Logo_Left_New
    {
        margin-left: 20px;
        width: calc(100% - 140px);
        max-width: 372px;
        margin-top: 28px;
    }

    .Header_Main_Mobile_Menu_Icon_New
    {
        margin-right: 20px;
        width: auto;
        margin-top: 38px;
    }
    
    
    .Header_Main_Language_New
    {
        margin-right: 20px;
    }

    .Header_Main_Mobile_Menu_Icon_New img
    {
        height: auto;
        width: 40px;
    }
}


@media (max-width: 480px) {
    
    
    .Header_Main_Logo_Left_New
    {
        margin-top: 22px;
    }
    
    .Header_Main_Container_New
    {
        height: 110px;
    }
    
    .Header_Main_Logo_FFMS_New
    {
        margin-top: 18px;
    }
    
    .Header_Menu_Mobile_New
    {
        top: 201px;
    }
    
    .Header_Main_Mobile_Menu_Icon_New
    {
        margin-top: 28px;
    }
    
    .Header_Pordata_Container_New
    {
        height: 100px;
    }
    
    .Header_Main_Language_New
    {
        margin-right: 20px;
    }

    .Header_Main_Language_Selection_New
    {
        display: block;
        text-align: center;
    }

    

}