#submenuBlock {
    position: relative;
    padding-bottom: 73.4%;
    height: 0px;
    margin: 2em 0 0;
}
#submenuBlock .perspectiveEnforcer{
    height: 100%;
    width: 100%;
    position: absolute;
}
#submenuBlock .bgImage{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .7;
    background-size: cover;
    background-position: 50% 50%;
}
#submenuBlock .bgOverlay{
    position: absolute;
    background-color: #000000;
    height: 100%;
    width: 100%;
}
#submenuBlock .bgGradient{
    width: 169px;    height: 100%;    
    position: absolute;
    opacity: .5;
}
#submenuBlock .bgGradientLeft{
    background-image: url('../Images/Landing/submenu_gradient_left.png');
    height: 100%;
    position: absolute;
}
#submenuBlock .bgGradientRight{
    background-image: url('../Images/Landing/submenu_gradient_right.png');
    /* float: right; */
    right: 0;
}
#submenuBlock .contentBlock{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 2em;
}
#submenuBlock .menuTitle{
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 2.25em;
    text-align: center;
}
#submenuBlock select{
    width: 100%;
    padding: 1.25em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-appearance: none;     -moz-appearance:    none;     appearance:         none;
    background-image: url('/Images/global/arrowDown.png');
    background-repeat: no-repeat;
    background-position: 93% 48%;
    cursor: pointer;
}
#submenuBlock .selectArrow{
    position: absolute;
    /* bottom: 0; */
    /* right: 1em; */
    margin-left: -3em;
    line-height: 80px;
    font-size: 18px;
    font-weight: 900;
    display: none;
}

@media (max-width:767px){
    #submenuBlock {
    padding-bottom: 0;
    height:300px;
    margin: 2em -15px 0;
}
#submenuBlock .bgImage{
}
#submenuBlock .contentBlock{
    padding: 1.5em;
    
}
#submenuBlock .menuTitle{
    font-size: 24px;
}
#submenuBlock select{
    font-size: 15px;/* -webkit-appearance: initial; *//* -webkit-appearance: initial; *//* -webkit-appearance: inherit; *//* -webkit-appearance: menu; *//* -webkit-appearance: listbox; *//* -webkit-appearance: listbox; *//* -webkit-appearance: listbox; *//* -webkit-appearance: listbox; */-webkit-appearance: listbox;}
}


@media (max-width:500px){
    #submenuBlock {
    height:365px;
}