.nir-node--5806 h1.boxyTitle {
   color: #fff;
    padding: 0;
}

.blocks .inner {
    min-height: 295px;
}

#block-globalinvestorsbox1 .box-heading {
    font-size: 25px;
    line-height: 26px;
    margin-top: 20px;
    font-weight: 300;
}

#block-globalinvestorsbox1 .box-heading:first-child {
    margin-top: 0;
}

form#box-alerts {
	padding: 12px 0 0;
	clear: both;
}

form#box-alerts label {
	display: block;
}

form#box-alerts input[type="email"] {
	width: 165px;
	height: 35px;
	margin: 0 18px 0 0;
	float: left;
}

form#box-alerts button {
    background-color: #015991;
    color: #fff;
    padding: 7px 14px 5px;
    transition: all 0.4s linear;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    height: 36px;
    border: 1px solid #015991;
    float: left;
}

form#box-alerts button:hover {
	background-color: #033a5d;
    border: 1px solid #033a5d;
}

nav.menu--investors-box-2 .description {
    font-size: 25px;
    line-height: 26px;
    margin-top: 20px;
    font-weight: 300;
}

nav.menu--interactive-analyst-center a {
	display: block;
    font-size: 40px;
    line-height: 45px;
    margin-top: 50px;
    max-width: 200px;
    text-shadow: -2px 9px 24px rgb(150 150 150 / 60%);
    font-weight: 300;
}

@media (min-width: 769px) and (max-width: 1023px) {

    .blocks .inner {
        min-height: 390px;
    }

    form#box-alerts button {
        margin: 8px 0 0;
        float: none;
        clear: both;
    }

}