.navbar-collapse
{
    position: absolute;
}

.navbar-header
{
    height: 100vh;
}

.block-high-contrast
{
    float: right;
}

.block-search-form-block
{
    margin-right: 0px;
}

.block-language
{
    float: right;
}

.col-sm-12
{
    padding: 0px;
}

.layout--onecol
{
    padding-left: 8.33%;
    padding-right: 8.33%;
}

.high-contrast-switch
{
    margin-left: 50px;
}

.header_secondary
{
    position: absolute;
    bottom: 50px;
    width: 60%;
    padding-right: 8.33%;
    right: 0;
}

@media screen and (max-width: 766px)
{
    section.col-sm-12
    {
        position: unset;
    }

    .study-at-put
    {
        top: -350px !important;
        line-height: 1;
    }

    .study-at-put .big-text
    {
        font-size: 30px !important;
    }
}

@media (orientation: landscape) and (max-width: 766px) {
    .study-at-put
    {
        display: none;
    }
  }
