/*
    Style order:
    Size
        width
        height
    Position
        display
        position
        top
        left
        transform
        vertical-align
        z-index
    Body
        background-color
        margin
        padding
        border
    Content
        fonts
        line-height
        text-align
*/

/* ** Main *******************************************************************/

/* ** Header *****************************************************************/
div#div_header.sticky + #div_content_region {
  padding-top: 151px;
}

div#div_navbar {
    height: 116px;
}

div#div_navbar_menu {
    width: calc(100% - 202px);
    margin-right: 350px;
    height: 100%;
    max-height: 72px;
}

div#div_search_box {
    position: relative;
    margin: 0 auto;
    top: 72px;
}