/************************************************/
/********************* BASE *********************/
/************************************************/
#zone-header-branding {
    background-color: #003e78;
    padding: 2em 0 0 0;
}
#zone-header-branding h1.logo {
    line-height: 1;
    margin: 0;
    max-width: 440px;
}
#widget-header {
    text-align: right;
}
#widget-header .widget_text a {
    display: block;
    padding: .75em;
    border: solid 1px #598bd5;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Source Sans Pro';
}
#widget-header .widget_text a:hover {
    background-color: #00274c;
}
#widget-header .widget_text a i {
    margin-left: 0.5em;
}
/* SEARCH */
#widget-header .widget_search,
#widget-header .widget_text {
    width: 240px;
    float: right;
    clear: both;
}
form.search-form {
    line-height: 1;
    margin-bottom: 1em;
    position: relative;
}
#widget-header .search-form input {
    color: #00274c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: none;
    width: 100%;
    padding: .5em;
    box-sizing: border-box;
    font-family: 'Source Sans Pro';
}
.search-form button {
    position: absolute;
    top: 0.5em;
    right: 5px;
}
form.search-form input::-webkit-input-placeholder {
    color: #00274c;
}
form.search-form input::-moz-placeholder {
    color: #00274c;
}
form.search-form input:-ms-input-placeholder {
    color: #00274c;
}
form.search-form input:-moz-placeholder {
    color: #00274c;
}
/*** GLOBAL NAVIGATION ***/
#zone-header-menu {
    background-color: #00274c;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
#zone-header-menu a {
    color: #ffcb05;
    text-decoration: none;
    padding: 0 1em;
	display: block;
	border-left: solid 1px #ffcb05;
	letter-spacing: 1px;
}
#zone-header-menu a:hover {
    color: #fff;
}
#zone-header-menu .mfwMenu ul li {
	padding: .5em 0;
}
#zone-header-menu .mfwMenu ul li.menu-item-home a {
	border-left: none;
}
#zone-header-menu .mfwMenu ul li:hover,
#zone-header-menu .mfwMenu ul li[class*="current"] {
	background-color: #305a96;
	transition: background-color 0.5s ease;
}
#zone-header-menu .mfwMenu.responsive a {
    border-left: none;
}
#zone-header-menu .mfwMenu.responsive a.hamburger-header {
    padding: 0;
}
#zone-header-menu .mfwMenu.responsive h3 {
    margin: .5em 0;
}
#zone-header-menu .mfwMenu.responsive ul {
    margin: 0;
}
#zone-header-menu .mfwMenu.responsive ul li {
    padding: 0;
}
#zone-header-menu .mfwMenu.responsive ul li a {
    padding: .5em;
}


/************************************************/
/***************** MEDIA QUERIES ****************/
/************************************************/

/*** LARGE ***/
@media only screen and ( min-width: 64.0625em ) {



}



/*** MEDIUM ***/
@media only screen and ( max-width: 64em ) {



}



/*** MEDIUM/SMALL ***/
@media only screen and ( max-width: 52.0625em ) {



}



/*** SMALL ***/
@media only screen and ( max-width: 40em ) {
    #widget-header {
        text-align: center;
        margin-top: 2em;
    }
    #widget-header .widget_search,
    #widget-header .widget_text {
        float: none;
        margin: 0 auto;
    }
}




