/* Header */
.header {
	background-image: url('/images/bg.jpg');
}
.blm-title {
    font-size:.8em;
    margin-top:10px;
}
.program-title {
    font-size:1.3em;
}
.blm-logo {
    display:block;
    float:left;
    margin-right:10px;
    width:55px;
}
.header-column {
	display: flex;
	flex-flow:column;
	text-align: right;
	justify-content: flex-end;
}


/* Search */
.searchcontain {
    justify-content: flex-end;
}


/* Menus */
.sidemenu {
    margin-bottom: 0
}


/* Home */
.home-text, .home-map {
    width:100%;
}


/* Footer */
.footer-links-cont {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.subscribe-contain > form > input[type="submit"] {
	display:block;
	margin:0 auto;
}


/* News and SEZ Links */
#statenewsbox, #sezlinkbox {
    max-width:200px;
}


/* Diagram */
@media only screen and (min-width: 1100px) {
    .diagram {
        width:auto;
        max-width:
    }
    .diagram svg {
        width:auto;
        height:auto;
    }
}