/*merged 2 versions together*/


/*DESKTOP STYLES FOR REACT HEADER*/


/*GLOBAL STYLES--STYLES FOR SQUASHING SBA.GOV ABNORMALITIES*/

#block-block-38 {
    top: 110px !important;
    position: absolute !important;
    z-index: 99 !important;
}

img.logo-new {
    max-width: 130px;
}

@media screen and (min-width: 959px) {
    .normalize-menu-item-new {
        text-decoration: none;
        list-style: none;
    }
    .mobile-header-container-new {
        display: none;
    }
    .header-new {
        background-color: white;
        height: 107px;
        width: 960px;
        margin: auto;
        box-sizing: border-box;
        font-family: 'Source Sans Pro', sans-serif !important;
        letter-spacing: -0.4px !important;
    }
    /*NAVBAR CONTAINER*/
    .navbar-new {
        position: relative;
        height: 103px;
        width: 960px;
        z-index: 12 !important;
    }
    .logo-new {
        position: absolute;
        width: 169px;
        height: auto;
        left: 0;
        bottom: 18px;
    }
    /*BOTTOM NAV BAR*/
    .main-nav-new {
        /*container for bottom nav bar*/
        position: absolute;
        font-weight: bold;
        width: 755px;
        top: 59px;
        bottom: 0;
        right: 0;
        margin: 0;
    }
    .main-nav-new > ul {
        /*remove styling for ul in bottom nav*/
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: right;
    }
    .main-nav-new > ul > li {
        /*floats the navbar ro the right*/
        float: right;
    }
    .main-nav-new > ul > li {
        /*reverses the order of the navs so they are semantic and arranged left to right*/
        float: left;
    }
    .main-btn-new {
        /*container for menu button*/
        position: relative;
        top: 0;
        display: inline-block;
        padding-left: 7px;
        padding-right: 7px;
        height: 43px;
        cursor: pointer;
        text-decoration: none !important;
    }
    .main-nav-new > ul > li:first-child > a {
        /*removes left padding for the first main nav button*/
        padding-left: 0;
    }
    .main-nav-new > ul > li:last-child > a {
        /*removes right padding for the last main nav button*/
        padding-right: 0;
    }
    .main-btn-new > span {
        /*text for menu button*/
        color: #0B97DD;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px !important;
        text-decoration: none !important;
        font-family: 'Source Sans Pro', sans-serif !important;
    }
    .main-btn-new > span:first-child {
        margin-left: 0;
    }
    .triangle-new {
        /*little triangle in menu button*/
        visibility: hidden;
        position: absolute;
        height: 0;
        width: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-bottom: 8px solid #0B97DD;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 0;
    }
    .main-btn-new:hover .triangle-new {
        visibility: visible;
    }
    /*DROPDOWN MENU*/
    .main-menu-new {
        position: absolute;
        visibility: hidden;
        border: 1px solid #C4C4C4;
        border-top: 5px solid #0B97DD;
        background-color: white;
        padding: 0;
        padding-bottom: 40px;
        padding-top: 20px;
        width: 960px;
        left: -205px;
        list-style-type: none;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
        border-left: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
    }
    .main-nav-new > ul > li:hover > a + ul {
        visibility: visible !important;
    }
    .main-nav-new > ul > li:hover > a > .triangle-new {
        visibility: visible !important;
    }
    /*CONTENT INSIDE DROPDOWN MENU*/
    .column-new {
        /*columns for dropdown*/
        float: left;
        margin: 0;
        width: 31%;
        padding-left: 50px;
        list-style-type: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #business-guide-submenu .column-new{
       width: 23.5%;
    }
    #funding-programs-submenu .column-new li > a{
        margin-left: 20px;
    }

    #funding-programs-submenu{
        width:338px;
        left:100px;
    }

    #funding-programs-submenu .column-new{
        width: 100%;
    }

    #small-inverse-cta a:hover{
        text-decoration: none;
        background-color: #006BA2;
    }
    .column-new > li {
        /*all elements in drodown*/
        text-decoration: none;
        list-style: none;
        margin-bottom: 15px;
    }
    .column-new > li > h2 {
        /*dopdown headers*/
        font-family: 'Source Sans Pro', sans-serif;
        letter-spacing: -0.4px !important;
        margin-top: 30px;
        margin-bottom: 0px;
        font-size: 18px;
        font-weight: bold;
        color: #0B97DD;
    }
    .column-new > li > h2 > a {
        /*dopdown headers*/
        text-decoration: none;
        color: #0B97DD;
    }
    .column-new > li > h2 > a:hover {
        /*dopdown headers*/
        text-decoration: underline;
        color: #006BA2;
    }
    .column-new > li > a {
        /*dopdown links*/
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: normal;
        color: #333333;
        text-decoration: none;
    }
    .column-new > li > a:hover {
        /*dopdown links*/
        text-decoration: underline;
    }
    /*TOP MINI NAV BAR*/
    .mini-nav-new {
        position: absolute;
        height: 21px;
        top: 29px;
        right: 0;
    }
    .mini-nav-link-new {
        color: #757575 !important;
        font-size: 14px;
        line-height: 0px !important;
        margin-left: 11px;
        margin-top: 5px !important;
        text-decoration: none !important;
        font-family: 'Source Sans Pro', sans-serif !important;
    }
    .mini-nav-link-new:hover {
        color: #333 !important;
    }
    .search-icon-new {
        cursor: pointer;
        color: #757575;
        font-size: 13px;
        line-height: 14px;
        margin-left: 11px;
        margin-top: 5px !important;
        text-decoration: none;
    }
    .search-icon-new:hover {
        color: #333;
    }
    #search-bar-new {
        display: none;
        margin-left: 11px;
    }
    #search-input-new {
        margin-right: 11px;
        -webkit-appearance: textfield !important;
        width: 200px;
    }
    #google_translate_element {
        display: inline-block;
        height: 22px;
    }
    .menu-cta {
        margin-top: 35px;
        background-color: #0B97DD;
        height: 242px;
        width: 267px;
    }
    .menu-cta img {
        width: 267px;
        height: 130px;
    }
    .menu-cta p {
        height: 72px;
        margin: 20px;
        color: white;
        font-weight: bold;
        font-size: 24px;
        letter-spacing: normal;
        line-height: normal;
    }
    .skip-link {
        margin-left: 50px;
        pointer-events: none;
    }
    .skip-link > a {
        color: white;
    }
    .skip-link > a:focus {
        color: black;
    }
}

@media screen and (max-width:959px) {
    #block-block-38 {
        display: none;
    }
    .header-new {
        display: none;
    }
    .mobile-header-spacer {
        width: 100vw;
        height: 16vw;
    }
    .mobile-header-container-new {
        font-family: "Source Sans Pro";
        width: 100vw;
        margin: 0;
        position: fixed;
        z-index: 9999;
    }
    .mobile-main-header-new {
        height: 16vw;
        box-shadow: 0 0.266vw 0 0 #EBEBEB;
        background-color: #ffffff;
    }
    .logo-new {
        position: relative;
        height: 9.6vw;
        width: auto;
        left: 5.33vw;
        top: 3.2vw;
    }
    .menu-btn-new {
        position: relative;
        /*right: 5.33vw;*/
        left: 49.63vw;
        top: 3.2vw;
        /*width: 24vw;*/
        /*height: 9.6vw;*/
        width: 22.934vw;
        height: 8.534vw;
        font-size: 3.2vw;
        line-height: 9.6vw;
        color: #0B97DD;
        text-decoration: none;
        font-weight: bold;
        border: 0.533vw solid #0B97DD;
        display: inline-block;
    }
    .menu-btn-text-new {
        color: #0B97DD;
        height: 9.6vw;
        margin-top: -.533vw;
        padding-left: 3.73vw;
        float: left;
    }
    .menu-icon-hamburger-new {
        height: 3.466vw;
        width: 4vw;
        margin-right: 3.466vw;
        /*margin-top: 3.2vw;*/
        margin-top: 2.667vw;
        float: right;
    }
    .menu-icon-close-new {
        height: 3.466vw;
        width: 4vw;
        margin-right: 3.466vw;
        /*margin-top: 3.2vw;*/
        margin-top: 2.667vw;
        float: right;
        display: none;
    }
    .mobile-search-new {
        width: 100%;
    }
    .main-nav-new {
        width: 100%;
        display: none;
        background-color: #ffffff;
        overflow: auto;
        float: right;
    }
    .mobile-search-container-new {
        background-color: #EBEBEB;
        height: 16vw;
        margin-bottom: 0;
        position: relative;
    }
    .search-icon-container-new {
        position: absolute;
        height: 4vw;
        width: 4vw;
        top: 5.9vw;
        left: 8vw;
        z-index: 1;
    }
    .search-icon-new {
        height: 4vw;
        width: auto;
    }
    .search-input-field-new {
        position: absolute;
        /*margin-top: 2.93vw;*/
        height: 10.13vw;
        /*margin-left: 5.33vw;*/
        width: 89.33vw;
        font-size: 3.73vw;
        line-height: 4.8vw;
        color: #666666;
        text-indent: 7.466vw;
        border: 0.266vw solid #C4C4C4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .main-nav-new div a {
        font-size: 4.8vw;
        border-bottom: 0.266vw solid #DBDBDB;
        padding-left: 12.8vw;
        margin-left: 0;
        text-decoration: none;
        display: block;
        height: 16vw;
        line-height: 16vw;
        font-family: "Source Sans Pro" !important;
    }
    .nav-link-new {
        font-weight: bold;
        color: #0B97DD !important;
    }
    .nav-link-special-new {
        color: #666666 !important;
    }
    .nav-link-near-icon-new {
        margin-right: 4vw;
        height: 4.8vw;
        width: auto;
        vertical-align: middle;
        padding-left: .6vw;
        margin-top: -1.3vw;
    }
    .nav-link-calendar-icon-new {
        margin-right: 3.2vw;
        height: 4.8vw;
        width: auto;
        vertical-align: middle;
        margin-top: -1.3vw;
    }
}
