/* put custom style below  */

#header-menu .col-lg-3, #header-menu .col-md-3 {
width: 275px;
flex: 1 1 auto;
max-width: 170px;
}

#header-menu .col-lg-9, #header-menu .col-md-9 {
width: calc(100% - 275px);
max-width: calc(100% - 275px) !important;
padding-left: 0;
padding-right: 0;
flex: 1 1 auto;
}

.Logo img {
	max-width: 275px !important;
	height: auto;
	margin: 10px 0;
}


/*-----Move Thermometers-----*/
.ThermometerSection {
    float: right;
}

/*--Remove Footer Logo--*/
.LFArea.Area-UnitedWeFight-P-logo {
    display: none;
}

.Page-Home h1 {
    text-transform: none !important;
}
