.hero.primary {
    height: calc(440px - 80px);
}

.mitl_hero {
	display: flex;
}

.mitl_hero h1 {
	margin: 10px 0 0 0;
}

.mitl_hero_image {
    flex-shrink: 0;
	width: 200px;
    padding-right: 20px;
}

.subheaderh1 {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
    margin-top: 10px;
}

.extrabtns {
	text-align: center;
	margin: 20px 0 30px 0;
}

.extrabtns a {
	margin: 10px;
}

.confnav {
	text-align: center;
}

.confnav a {
	margin: 5px;
}

h2 {
	font-size: 40px !important;
	text-transform: uppercase;
}

.activenav {
	background: #909090 !important;
	border: 1px solid #909090 !important;
	color: #fff !important;
	cursor: default !important;
}

.activenav::before {
	display: none !important;
}

@media only screen and (max-width: 1040px)
{
    .hero.primary {
        height: auto;
    }

    .mitl_hero {
        display: block;
        text-align: center;
    }

    .mitl_hero_image {
        margin: 0 auto;
        padding: 0;
    }

    h1 {
        font-size: 40px;
    }

	.additional__content {
		margin-top: 0;
	}
}

@media only screen and (max-width: 600px)
{
	.subheaderh1 {
		font-size: 26px;
		line-height: 26px;
		padding: 0 10px;
	}
}