/*
--------------Header--------------
*/
.utah-header-container{
    background-color: var(--govops-orange);
    margin: 0;
    width: 100%;
    padding: 0;
}
.utah-navbar-links{
    width: 100%;
    margin-right: 0;
    background-color: transparent;
    padding-left: .9375rem;
    padding-right: .9375rem;
    font-size: 1rem;
}
/* Extra small devices (phones, 450x and down) */
@media only screen and (max-width: 450px) {
    .utds-title-wrapper__title{
        font-size: var(--font-size-m);
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .headerLogo{
        width: auto;
        height: 60px;
        margin-right: 10px;
        display: flex;
        margin-top: 16px;
    }
    .navbar-collapse.collapse.in{
        padding-right: 0;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: white;
        border-color: white;
    }
    .navbar-toggle {
        margin-top: 25px;
    }
    .siteTitle{
        margin-top: 34px;
        margin-bottom: -2px;
        font-size: 24px !important;
    }
    .utah-header__utah-brand {
        height: 3.3125rem;
        margin-top: 1.25rem;
        fill: var(--portalThemeColor1);
        font-size: 1rem;
        width: 7.6875rem;
    }
    .utah-header__vertical-rule{
        height: 2.75rem;
        width: .0625rem;
        background-color: var(--govops-gray-1);
        margin: 0 1rem;
        margin-top: 1.375rem;
        display: block;
    }
    .utah-navbar-header {
        width: 100%;
        padding-right: .2rem;
        padding-left: .9375rem;
        margin: 0 !important;
    }

    .visible-sm-block.visible-md-block.visible-lg-block.visible-xs-block.navbar-brand {
        width: 87%;
        height: 4.875rem;
    }
    .visible-sm-block.visible-md-block.visible-lg-block.visible-xs-block.navbar-brand .xrm-editable-html.xrm-attribute{
        width: 100%;
    }
    .visible-sm-block.visible-md-block.visible-lg-block.visible-xs-block.navbar-brand .xrm-attribute-value{
        width: 100%;
        height: auto;
        flex-direction: row;
        display: flex;
        margin-bottom: .625rem;
    }
  }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .headerLogo{
        width: auto;
        height: 60px;
        margin-right: 10px;
        display: flex;
        margin-top: 16px;
    }
    .navbar-collapse.collapse.in{
        padding-right: 0;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: white;
        border-color: white;
    }
    .navbar-toggle {
        margin-top: 30px;
    }
    .siteTitle{
        margin-top: 30px;
        margin-bottom: 0;
        font-size: 25px;
    }
    .utah-header__utah-brand {
        height: 3.3125rem;
        width: 7.6875rem;
        margin-top: 1.25rem;
        fill: var(--portalThemeColor1);
        font-size: 1rem;
    }
    .utah-header__vertical-rule{
        height: 2.75rem;
        width: .0625rem;
        background-color: var(--govops-gray-1);
        margin: 0 1rem;
        margin-top: 1.375rem;
        display: block;
    }
    .utah-navbar-header {
        width: 100%;
        padding-right: .2rem;
        padding-left: .9375rem;
        margin: 0 !important;
    }
    .visible-sm-block.visible-md-block.visible-lg-block.visible-xs-block.navbar-brand {
        width: auto;
        height: 5.875rem;
    }
    .visible-sm-block.visible-md-block.visible-lg-block.visible-xs-block.navbar-brand .xrm-editable-html.xrm-attribute{
        width: 100%;
    }
    .visible-sm-block.visible-md-block.visible-lg-block.visible-xs-block.navbar-brand .xrm-attribute-value{
        width: 100%;
        height: auto;
        flex-direction: row;
        display: flex;
        margin-bottom: .625rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .headerLogo{
        height: 70px;
        margin-top: 8px;
    }
    .siteTitle{
        margin-top: 30px;
        margin-bottom: 1.5px;
    }
    .utah-header__utah-brand{
        width: 6.6875rem;
    }
    .utah-navbar-header{
        width: 100%;
        padding-left: .9375rem;
    }
    .visible-sm-block.visible-md-block.visible-lg-block.visible-xs-block.navbar-brand{
        width: 100%;
        padding: .75rem 1.5rem;
        height: 4.875rem;
    }
}