
.gray1 {
    background: #586469;
}

.frame {
    border: #586469 solid 1px;
}

#main-menu-donate-button {
    position: relative;
    float: right;
    margin-top: 8px;
} 

#main-menu-flag-container {
    position: relative;
    float: right;
    margin-top: 15px;
    padding-right: 12px;
}


#main-menu-flag-island {
    position: relative;
    float: right;
    margin-top: 20px;
    padding-right: 12px;
}

#msf-mainmenu-dropdown-flag {
    margin-top: 2px;

}

#msf-dropdown-flag-adjust {
    position: relative;
    top: 4px;
  
}


.main-menu-search-icon {
    position: relative;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    padding-right: 12px;
	padding-left: 20px;
  }


#msf-main-menu-wrapper {
    position: fixed;
    background: #FFFFFF;
    height: 90px;
    top: 0;
    width: 100%;
    /* border-bottom: 1px solid #000000; */
    z-index: 500;
}

#msf-main-menu-wrapper.active {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

#msf-mainmenu {
    margin-top: -10px;
}


#msf-logo {
    margin-top: px;

}

.burger {
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 17px;
    padding-left: 12px;
    margin-right: 5px;
}



#msf-mainmenu-search-bar {
   position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 90px;
 	border-bottom: 1px solid #000000;
    z-index: 150;
    background: #CCCCDD;
}

#msf-mainmenu-search-bar-close-button {
    position: relative;
    float: right;
    cursor: pointer;
    padding-top: 22px;
    padding-right: 17px;
}

#search-block-form {
    position: relative;
    float: right;
    padding-right: 8px;
    margin-top: 24px;
}

.msf-mainmenu-search-bar-field {
    min-height: 25px;
    width: 600px;

}




.msf-mainmenu-search-bar-button {
    height: 34px !important;
    background-color: #EE0000; /* Red - According to the comms platform*/
    border: none;
    color: white !important;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bolder;
}


.msf-mainmenu-search-bar-button:hover {
    background-color: #005448;
}

.msf-mainmenu-item-wrapper {
    position: relative;
    float: right;
}

.msf-mainmenu-item {
    position: relative;
    bottom: -22px;
    font-size: 1.3em;
    font-weight: 600;
    padding-left: 0px;
    color: #000000;
    background: #FFFFFF;
    display: inline-block;
  /*  padding-bottom: 22px; */
}


.msf-mainmenu-item a:hover{
    color: #EE0000;
}

hr {
    height: 1px;
    color: #586469;
    background-color: #123455;
    border: none;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 90%;
}

i {
    border: solid #CC0000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.msf-mainmenu-item:hover a {
    color: #EE0000 !important;
}

.msf-mainmenu-item a {
    text-decoration: none;
    color: #000000;
}


.msf-main-menu-donate-button-wrapper {
    position: relative;
    float: right;
    margin-top: 8px;

}


.msf-main-menu-donate-button {
        height: 50px;
        background-color: #EE0000; /* Red - According to the comms platform*/
        border: none;
        color: white !important;
        padding: 0px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        margin-right: 5px;
    /*  padding-right: 10px !important; */
}


.msf-main-menu-donate-button:hover {
    background-color: #005448;
}

#msf-mainmenu-dropdown-menu {
    position: fixed;
    top: 49px;
    right: 0;
    width: 100%;
    background: white;
    z-index: 100;

    margin-top: 42px;
    display: block;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);




}


.msf-mainmenu-burger-item {
    list-style-type: none;
    text-align: center;
    font-size: x-large;
    padding: 12px;
    border-bottom: 1px solid #CCCCDD;
    width: 98%;
    color: #000000 !important;

}

.msf-mainmenu-burger-item:hover {
    background: #586469;

}

.msf-mainmenu-burger-item a {
    display: block;
     text-decoration: none;
     color: #000000;
}


.msf-main-menu-dropdown {
    position: fixed;
    display: none;
    background: #FFFFFF;
    list-style-type: none;
    font-size: x-large;
    text-decoration: none;
    border: 1px solid #E8E8E8;
   /* border-top: 1px #FFFFFF; */
    overflow: hidden;


}

.msf-main-menu-dropdown-item {
    font-size: 0.7em;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
}


.msf-main-menu-dropdown a {
    color: #000000;
    background: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}


.msf-main-menu-dropdown a:hover {
    color: #FFFFFF;
    background: #586469;


}





