/* Code to remove the background image and change color START*/
body {
    background-color: #ffffff;
    background-image: none;
    
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    color: #001990;
}
/*.WaGadgetMenuHorizontal .menuInner ul ul {
    background: #fff;
}
.WaGadgetMenuHorizontal .menuInner ul ul {
    color: #001990;
}*/
/* Code to remove the background image and change color END*/

/* Code to change page width START */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */ 

/* start spacing for main header nav bar */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    display: flex; 
    justify-content: space-around;
}
/* end spacing for main header nav bar */

/* start spacing for CrewFinder gadget */
.crewFinderiFrame .gadgetStyleBody iframe {
    width: 99%;
    height: 75vh;
}
/* end spacing for CrewFnder gadget */


/* member section*/
.memberDirectoryColumn1 img {height: 110px;}
.memberDirectoryDetailsContainer img {width:200px}


/* Page Specific updates */

.WaGadgetSiteSearchResults .siteSearchResults .categories{
    display: none;
}