.navbar-default .navbar-nav li a:hover {
    color: #e98300;
}

.help-boxes span.mobile {
    display: none;
}

#title-and-share {
    padding: 180px 0 30px;
}

.single-display-template-set-the-table---start-a-fundraiser-template #title-and-share {
    padding: 30px 0;
}

.not-homepage .two-column {
    padding: 150px 0 0;
}

.nav li.dropdown {
    position: relative;
}

.dropdown.active:after {
    border-bottom: 5px solid #e98300;
    position: absolute;
    content: "";
    width: 88%;
    left: 7%;
}

li.dropdown.active a {
    color: #e98300;
}

/* FOOTER */

ul#footer_nav_redesign {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 20px 33px;
    list-style-type: none;
    padding: 0;
}

#footer_nav_redesign li.footer-head {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

#footer_row_one {
    text-align: left;
}

#footer_logo,
#footer_social,
footer .social_icons {
    float: none;
}

#footer_social {
    margin: 40px 0 20px;
}

#footer_badges {
    position: static;
    float: left;
}

#footer_col_one {
    width: 25%;
    display: inline-block;
}

#footer_col_two {
    display: inline-block;
    width: 73%;
    vertical-align: top;
}

#footer_nav_redesign li {
    font-size: 12px;
    line-height: 26px;
    text-align: left;
}

.social_icons li a {
    background-image: url('http://www.feedingamerica.org/z-testing/nick-test/images/sprites.png');
}

.social_icons li.fbk a,
.social_icons li.fbk a:hover {
    background-position: 0 0;
}

.social_icons li.twt a,
.social_icons li.twt a:hover {
    background-position: -100px 0;
}

.social_icons li.igm a,
.social_icons li.igm a:hover {
    background-position: -200px 0;
}

.social_icons li.fbk a:hover,
.social_icons li.twt a:hover,
.social_icons li.igm a:hover {
    opacity: 0.8;
}

#footer_badges a:first-child img {
    width: 70px;
    margin-right: 10px;
}

#footer_badges a:nth-child(2) img {
    width: 90px;
}

#homepage_slideshow {
    margin-top: 145px;
}

#set-the-table-header {
    margin-top: 195px;
}


/* STICKY HEADER*/

header {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    height: 147px;
}

header #logo {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav {
    display: inline-block;
    float: right;
}

header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
    color: white;
}

header.smaller {
    height: 70px;
}

header.smaller #logo {
    width: 90px;
    margin-top: 0;
}

header.smaller nav a {
    line-height: 75px;
}

/**** END STICKY HEADER ****/

#footer_col_two ul#footer_nav_redesign li.footer-head {
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .smaller #util {
        margin: 0;
    }
}

@media screen and (min-width: 768px) {
    .smaller nav {
        display: none;
    }
    header.smaller {
        overflow: visible;
        padding: 9px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header.smaller {
        padding: 10px 0;
    }
    header nav {
        display: block;
        float: none;
    }
    #title-and-share {
    padding: 230px 0 30px;
    }
    #set-the-table-header {
        margin-top: 250px;
    }
    .not-homepage .two-column {
    padding: 150px 0 0;
    }
    #footer_col_two ul#footer_nav_redesign {
        margin: 20px 0 20px 10px;
    }
    #footer_col_two ul#footer_nav_redesign:nth-child(1) {
        width: 18%;
    }
    #footer_col_two ul#footer_nav_redesign:nth-child(3) {
        width: 20%;
    }
    #footer_col_two ul#footer_nav_redesign:nth-child(2) {
        width: 27%;
    }
    #footer_col_two ul#footer_nav_redesign:nth-child(4) {
        width: 24%;
    }
    #footer_links a {
        margin: 0 10px;
    }
    #footer_badges a:first-child img {
        width: 70px;
        display: inline-block;
        margin-right: 10px;
    }
    #footer_badges a:nth-child(2) img {
        width: 90px;
        display: inline-block;
    }
    header {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    #title-and-share {
    padding: 180px 0 30px;
    }
    .not-homepage .two-column {
    padding: 150px 0 0;
}
    #mainmenu .navbar-toggle .icon-bar {
        margin: 2px 10px;
    }
    .navbar-toggle {
        width: 80px;
    }
    .navbar-toggle:after {
        left: 40px;
    }
    /**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
    .headroom {
        will-change: transform;
        transition: transform 200ms linear;
    }
    .headroom--pinned {
        transform: translateY(0%);
    }
    .headroom--unpinned {
        transform: translateY(-100%);
    }
    #mainmenu .navbar-toggle .icon-bar {
        position: relative;
    }
    .navbar-default .navbar-nav li a:hover {
        color: #ccc;
    }
    #homepage_slideshow,
    #set-the-table-header {
        margin-top: 140px;
    }
    .navbar-default .navbar-nav li a span {
        display: inline;
    }
    #footer_nav_redesign li {
        display: none;
    }
    #footer_nav_redesign li.footer-head {
        display: block;
        text-align: right;
    }
    #footer_col_two ul#footer_nav_redesign {
        display: block;
    }
    #footer_col_two {
        width: 40%;
    }
    #footer_col_one {
        width: 45%;
        margin-left: 30px;
    }
    #footer_social {
        padding: 0;
    }
    #footer_social {
        border-bottom: 0;
    }
    #footer_social {
        margin: 30px 0;
    }
    #footer_badges {
        padding: 0 20px;
        text-align: left;
        max-width: 150px;
    }
    #footer_badges a:first-child img {
        width: 90px;
        margin-bottom: 15px;
    }
    #footer_badges a:nth-child(2) img {
        width: 90px;
    }
    .social_icons li a {
        width: 35px !important;
        height: 35px;
        background-size: 460px;
    }
    ul.social_icons li.twt a,
    .social_icons li.twt a:hover {
        background-position: -73.4px 0;
    }
    ul.social_icons li.igm a,
    .social_icons li.igm a:hover {
        background-position: -144px 0;
    }
    header {
        overflow: visible;
        margin-top: 0;
        height: auto;
    }
    header #logo {
        display: block;
        width: 161px;
        margin: 0 auto;
        text-align: center;
        padding-top: 6px;
    }
    header nav {
        display: block;
        float: none;
        margin: 0 auto;
    }
    header nav a {
        line-height: 50px;
    }
    header.smaller {
        height: auto;
        margin-top: 0;
    }
    header.smaller #logo {
        width: 161px;
    }
    header.smaller nav a {
        line-height: 35px;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    li.dropdown.active a {
        color: #ccc;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    header {
        margin-top: -10px;
    }
    div#mainmenu {
        position: static;
    }
    #util_sign_up_form:before,
    #util_search_form:before {
        top: 25px;
        left: 25px;
    }
    header nav.navbar {
        display: block;
        float: none;
    }
    .navbar-collapse.collapse {
        display: block;
        position: static;
        box-shadow: none;
        -webkit-box-shadow: none;
        margin-top: 10px;
    }
    ul.nav.navbar-nav {
        float: right;
    }
    .navbar-default .navbar-nav li a {
        padding: 8px;
        color: #53682b;
        font-size: 14px;
        line-height: 16px;
        display: block;
        background: transparent;
    }
    .navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.active a:hover, .navbar-default .navbar-nav li.active a:active {
        color: #e98300;
    }
    .navbar-default .navbar-nav li a span {
        display: block;
    }
    .navbar-default .navbar-nav li {
        width: 20%;
    }
    header .container {
        border-bottom: 0;
    }
    .navbar-toggle {
        display: none;
    }
    header.smaller .navbar-collapse.collapse {
        display: none;
    }
    header.smaller nav.navbar {
        /* display: none; */
    }
    header.smaller {
        height: 70px;
    }
    #util_sign_up,
    #util_search {
        display: inline-block;
        vertical-align: top;
        position: relative;
        height: 36px;
        right: 0;
        margin-left: 15px;
    }
    #util_sign_up_expand,
    #util_search_expand {
        font-size: 14px;
        color: #53682b;
        float: right;
        margin: 11px 0px;
        background: transparent;
        border: 0;
        position: static;
        width: auto;
        height: auto;
        text-indent: 0;
    }
    #util_sign_up_expand:before,
    #util_search_expand:before {
        content: '';
        display: inline-block;
        background-image: url('http://www.feedingamerica.org/assets/images/sprite1.png');
        background-position: -1882px 0;
        width: 14px;
        height: 14px;
        margin: 0px 8px -2px 0px;
        position: static;
    }
    #util_sign_up_form_box,
    #util_search_form_box {
        display: none;
        position: absolute;
        right: 150px;
        top: 42px;
        z-index: 106;
        box-shadow: 1px 4px 4.5px 0.28px rgba(6, 6, 6, 0.2);
        border: 0;
        bottom: 0;
    }
    #util_sign_up_form_box .arrow_box,
    #util_search_form_box .arrow_box {
        width: 305px;
        height: 67px;
        padding: 14px 14px 0 14px;
        border: 1px solid #999999;
        background: #ebebeb;
    }
    #util_sign_up_button,
    #util_search_button {
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
    }
    #util_sign_up_query,
    #util_search_query {
        height: 26px;
        line-height: 34px;
        width: 190px;
    }
    #util_donate {
        display: inline-block;
        vertical-align: top;
        height: 40px;
        margin: 0px 0px 0px 15px;
        position: static;
        width: auto;
    }
    div#util_findfood {
        display: inline-block;
        vertical-align: top;
        margin: 11px 0px 11px 30px;
        position: static;
    }
    div#util_findfood {
        display: inline-block;
        vertical-align: top;
        margin: 11px 0px 11px 20px;
        position: static;
    }
    header div#logo,
    header.smaller div#logo {
        width: 90px;
    }
    div#util {
        margin: 10px 0 0 0;
    }
    .navbar-default .navbar-nav {
        display: table;
        width: 100%;
        margin-top: 2%;
    }
}


@media only screen and (max-width: 375px) {
    #logo a img {
        width: 90%;
    }
}