@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body#ballroom {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


/* START TOP MENU */
#container_menu_top {
    display: none;
}

/* END TOP MENU */


/* START HEADER */

#innercontainer > header {
    height: 100px;
	background: #FFF;
	box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.b_header-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
	display: flex;
    justify-content: space-between;
}

#header_top {
    display: none;
}

header > #header {
    max-width: 1140px;
    margin: 0 auto;
}

.header_logo  {
    margin: 20px 0 0 10px;
    display: inline-block;
}

#container_customsearch {
    position: absolute;
    right: 10px;
    top: 20px;
	z-index: 1;
}

#customsearch {
    height: 35px;
    width: 340px;
    display: flex;
	border: 1px solid #002A5C;
	border-radius: 3px;
}

input#searchTxt {
    height: 35px;
    width: 100%;
    border: none !important;
    padding: 10px;
    box-sizing: border-box !important;
	font-size: 0.9em;
	background: none;
}

input#dosearch {
    width: 40px;
    height: 35px;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
    background: url(images/search.svg) 8px 8px;
    background-size: 50%;
    background-repeat: no-repeat;
    text-indent: -100px;
}

.b_menu-search-container {
    width: 100%;
}





/* END HEADER */


/* START MENU */
#pull {
    display: none;
}

#container_menu {
	position: relative;
    margin-right: 10px;
    top: 62px;
    box-sizing: border-box;
}

    #container_menu .menu {
        position: relative;
        max-width: 1140px;
        padding: 0;
        margin: 0 auto;
        text-align: right;
    }

    #container_menu li {
        display: inline-block;
        padding: 0 0 0 30px;

    }


        #container_menu li a {
            display: inline-block;
            height: 100%;
            color: #002A5C;
            font-size: 1.1em;
            text-decoration: none;
			line-height: 1.5;
        }

            #container_menu li a:hover,
			#container_menu li.active a{
                border-bottom: 1px solid #002A5C;
            }


#show-title-on-mobile {
    display: none;
}


.breadcrum_container {
    display: none;
}

@media all and (max-width: 1160px) {
    #container_menu {
        padding: 0 2%;
    }
}

@media all and (min-width:951px) {
    #container_menu .menu {
        display: block !important;
    }
}

@media all and (max-width:950px) {
#innercontainer > header {
    height: 70px;
}

.header_logo {
    margin: 10px 0 0 10px;
}

.header_logo img {
    height: 50px;
}

#container_customsearch {
    right: 70px;
    top: 16px;
}

#customsearch {
    width: 250px;
}

    #show-title-on-mobile {
        position: absolute;
        top: 141px;
        display: inline;
        z-index: 1;
        margin-left: 20px;
    }

        #show-title-on-mobile a {
            color: #fff;
            font-size: 27px;
            font-weight: 400;
            text-decoration: none;
        }


    #container_menu {
        z-index: 2;
        text-align: right;
		top: 0;
		right: 0;
		overflow: visible
    }

    #pull {
        display: inline-block;
        padding: 3px 6px;
        border-radius: 4px;
        margin: 16px 0;
        color: #002A5C;
        line-height: 26px;
        text-decoration: none;
		width: 40px;
    }

    #pull:hover {
        background: rgba(255,255,255,.6);
        color: #000;
    }

    #pull:before {
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
		font-size: 1.4em;
    }
	
	#pull span.menu-button {
		font-size: 0;
	}

    #pull ~ .menu {
        position: absolute;
		top: 70px;
        right: 0;
        display: none;
        z-index: 9999;
        height: auto;
        padding: 0;
        margin-top: 0px;
        background: #1a77a5;
        -webkit-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, .2);
           -moz-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, .2);
                box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, .2);
    }

        #pull ~ .menu li {
            display: block;
            height: 40px;
            padding: 0;
            margin: 0;
            line-height: 40px;
            text-align: center;
        }

            #pull ~ .menu li a {
                height: 40px;
                padding: 0 2em;
                margin: 0;
                color: #fff;
                line-height: 40px;
				width: 100%;
				box-sizing: border-box;
            }
			
			#container_menu li a:hover, #container_menu li.active a {
				border-bottom: none;
				background: #002A5C;
			}
			#container_menu li a:hover {
				border-bottom: none;
				background: #002A5C8a;
			}

}

@media all and (max-width: 650px) {
	#customsearch {
		width: 35px;
	}
	input#searchTxt {
		display: none;
	}
}

@media all and (max-width:494px) {
    #show-title-on-mobile {
        display: none;
    }
}


/* END MENU */