/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

    html {
        font-size: 1em;
        line-height: 1.4;
        margin: 0 auto;
        width: 100%;
    }

    @font-face {
        font-family: "foco";
        src: url(../fonts/foco/foco-bold.otf);
        font-weight: bold;
    }

    @font-face {
        font-family: "foco";
        src: url(../fonts/foco/Foco-BdIt.ttf);
        font-weight: bold;
        font-style: italic;
    }

    @font-face {
        font-family: "foco";
        src: url(../fonts/foco/foco-rg.otf);
        font-weight: normal;
    }

    @font-face {
        font-family: "proxima-nova";
        src: url(../fonts/proximanova/proxima-nova-light.otf);
        font-weight: normal;
    }

    @font-face {
        font-family: "proxima-nova";
        src: url(../fonts/proximanova/proxima-nova-semibold.otf);
        font-weight: bold;
    }

    @font-face {
        font-family: "proxima-nova";
        src: url(../fonts/proximanova/proxima-nova-light-italic.otf);
        font-weight: normal;
        font-style: italic;
    }

    @font-face {
        font-family: "proxima-nova";
        src: url(../fonts/proximanova/proxima-nova-semibold-italic.otf);
        font-weight: bold;
        font-style: italic;
    }


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

    ::-moz-selection {
        background: #b3d4fc;
        text-shadow: none;
    }

    ::selection {
        background: #b3d4fc;
        text-shadow: none;
    }

/*
 * A better looking default horizontal rule
 */

    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 1em 0;
        padding: 0;
    }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
        vertical-align: middle;
    }

/*
 * Remove default fieldset styles.
 */

    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

/*
 * Allow only vertical resizing of textareas.
 */

    textarea {
        resize: vertical;
    }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

    .browserupgrade {
        margin: 0.2em 0;
        background: #ccc;
        color: #000;
        padding: 0.2em 0;
    }

/* ==========================================================================
   IFRAMES
   ========================================================================== */



/* ==========================================================================
   GLOBAL STYLES
   ========================================================================== */

    /* ---- FONT STYLES ----*/

    body {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: lighter;
        font-size: 16px;
        line-height: normal;
        overflow-x: hidden;
    }

    nav {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.125em;
        color: #333333;
        text-decoration: none;
    }

    a {
        color: #8f1941;
        text-decoration: inherit;
    }

    a:hover {
        color: #ba2155;
    }

    h1 {
        font-family: "foco",sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 2.4em;
        line-height: 1em;
    }

    h2 {
        font-family: "foco",sans-serif;
        font-style: normal;
        font-weight: lighter;
        font-size: 2.4em;
        line-height: 1em;
    }

    h3 {
        font-family: "foco",sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 2.1875em;
        line-height: 1.2em;
        color: #333333;
    }

    h4 {
        font-family: "foco",sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1.5625em;
        line-height: 1.2em;
    }

    h5 {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1.125em;
        color: #333333;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1.3em;
    }

    h6 {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: lighter;
        font-size: .875em;
        text-transform: uppercase;
        line-height: 1.3em;
    }

    p {
        font-size: 1.125em;
        line-height: 1.8em;
        color: #666666;
    }

    .quote {
        font-size: 1.5em;
        line-height: 1.8em;
        color: #8f1941;
        font-family: "ff-market-web", sans-serif;
        font-weight: lighter;
    }

    ul {
        font-size: 1.125em;
        line-height: 1.5em;
        color: #666666;
    }

    ol {
        font-size: 1.125em;
        line-height: 1.5em;
        color: #666666;
    }

    ol li {
        padding-bottom: 5px;
    }

    span {
        font-size: 1em;
    }

    .xsmall-cursive {
        font-size: 1.5em;
        line-height: 1.75em;
        font-family: "ff-market-web", sans-serif;
    }

    .small-cursive {
        font-size: 2em;
        line-height: 1em;
        font-family: "ff-market-web", sans-serif;
    }

    .cursive {
        font-size: 1.6725em;
        line-height: 1em;
        font-family: "ff-market-web", sans-serif;
    }

    .enlarge {
        font-size: 130%;
    }

    .reduce {
        font-size: 100%;
    }

    /* ---- COLORS AND STYLES ----*/

    .blueberry-bg {
        background: #00657d;
    }

    .dark-blue-bg {
        background: #115064;
    }

    .blackberry-bg {
        background: #181146;
    }

    .agave-bg {
        background: #00a9aa;
    }

    .sage-bg {
        background: #65c194;
    }

    .yellow-bg {
        background: #ffc22c;
    }

    .strawberry-bg {
        background: #c51f3f;
    }

    .cranberry-bg {
        background: #8f1941;
    }

    .orange-bg {
        background: #f15b40;
    }

    .blueberry {
        color: #00657d;
    }

    .cranberry {
        color: #8f1941;
    }

    .plum {
        color: #8f1941;
    }

    .strawberry {
        color: #c51f3f;
    }

    .blackberry {
        color: #181146;
    }

    .agave {
        color: #00a9aa;
    }

    .sage {
        color: #65c194;
    }

    .mint {
        color: #afd57e;
    }

    .orange {
        color: #f15b40;
    }

    .yellow {
        color: #ffc22c;
    }

    .white {
        color: white;
    }

    .gray {
        color: #666666;
    }

    .light-gray-bg {
        background: #ebebeb;
    }

    .bold {
        font-weight: bold;
    }

    .clearfix {
        clear: both;
    }

    .center {
        text-align: center;
    }

    .underline {
        text-decoration: underline;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .normal {
        font-weight: normal;
    }

    .vertical-align {
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
    }

    /* ---- PAGE AND IMAGE WIDTH ----*/

    .padding {
        padding: 10px 9% 30px 9%;
    }

    .full-width {
        width: 100%;
    }

    .half-width {
        width: 100%;
    }

    .third-width {
        width: 100%;
    }

    .story-tile {
        width: 100%;
    }

    .quarter-width {
        width: 100%;
    }

    .quarter-width-footer {
        width: 100%;
    }

    .nav-width-right {
        display: none;
    }

    .nav-width-left {
        display: block;
        margin: 5px auto;
        width: 100%;
    }

    .tagtray-gallery {
        width: 100%;
    }

    .tagtray-gallery.lg-cols-2 .tagtray-grid-sizer, .tagtray-gallery.lg-cols-2 .tagtray-gallery-item {
        width: 47.75%;
    }

    /* ---- BUTTON STYLES ----*/

    .page-social img {
        max-width: 15%;
        padding: 10px 1% 10px 1%;
    }

    .btn-donate {
        background: #f15b40;
        margin-top: -10px;
        padding: 5px 15px;
        color: white;
        margin-left: -25px;
        border: 0;
    }

    .btn-donate:hover {
        background: #f37b66;
        color: white;
    }


    .btn-vol {
        background: #00a9aa;
        margin-top: -10px;
        padding: 5px 15px;
        color: white;
        border: 0;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
    }

    .btn-vol:hover {
        background: #00d0d1;
        color: white;
    }

    .btn-tagtray {
        background: #c51f3f;
        padding: 5px 15px;
        color: white;
        border: 0;
        margin: 10px 0 10px 0;
    }

    .btn-tagtray:hover {
        background: #cb3552;
        color: white;
    }

    .btn-cranberry {
        background: #8f1941;
        padding: 10px 10px;
        color: white;
        border: 0;
        width: 85px;
        margin-right: 2px;
    }

    .btn-cranberry:hover, .button-cranberry:hover {
        background: #ba2155;
        color: white;
    }

    .button-cranberry {
        background: #8f1941;
        padding: 10px 20px;
        color: white;
        border: 0;
        text-align: center;
        margin-right: 2px;
        width: fit-content;
    }


    .btn-agave {
        background: #00a9aa;
        padding: 10px 10px;
        color: white;
        border: 0;
        width: 85px;
        margin-right: 2px;
    }

    .btn-agave:hover, .button-agave:hover {
        background: #00d0d1;
        color: white;
    }

    .button-agave {
        background: #00a9aa;
        padding: 10px 20px;
        color: white;
        border: 0;
        text-align: center;
        margin-right: 2px;
        width: fit-content;
    }

    .btn-orange {
        background: #f15b40;
        padding: 10px 10px;
        color: white;
        border: 0;
        width: 85px;
        margin-right: 2px;
    }

    .btn-orange:hover, .button-orange:hover {
        background: #f37b66;
        color: white;
    }

    .button-orange {
        background: #f15b40;
        padding: 10px 20px;
        color: white;
        border: 0;
        text-align: center;
        margin-right: 2px;
        width: fit-content;
    }

    .btn-learn {
        background: #f15b40;
        padding: 10px 10px;
        color: white;
        border: 0;
        width: 125px;
        margin-right: 2px;
    }

    .btn-learn:hover {
        background: #f37b66;
        color: white;
    }

    .btn-clear {
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, .3);
        padding: 10px 20px;
        color: white;
        border: 0;
    }

    .btn-join {
        height: 45px;
        background: #00a9aa;
        padding: 15px 20px;
        color: white;
        border: 0;
        width: 170px;
        margin-top: 40px;
        display: block;
        margin: auto;
    }

    .btn-join:hover {
        background: #00d0d1;
        color: white;
    }


    .btn-directions {
        background: #8f1941;
        padding: 10px 20px;
        color: white;
        border: 0;
        width: 150px;
        position: relative;
        top: 27px;
        display: inline-block;
        text-align: center;
        margin-bottom: 75px;
    }

    .btn-directions:hover {
        background: #ba2155;
        color: white;
    }

    .dropdown-btn-donate {
        background: #f15b40;
        padding: 5px 5px;
        color: white;
        border: 0;
        float: left;
        width: 85px;
        margin-right: 3px;
        display: block;
    }

    .dropdown-btn-donate:hover {
        background: #f37b66;
        color: white;
    }

    .dropdown-btn-vol {
        background: #00a9aa;
        padding: 5px 3px 5px 5px;
        color: white;
        border: 0;
        float: left;
        width: 85px;
        display: block;
        margin-right: 3px;
    }

    .dropdown-btn-vol:hover {
        background: #00d0d1;
        color: white;
    }


    .dropdown-btn-help {
        background: #c51f3f;
        padding: 5px 5px;
        color: white;
        border: 0;
        float: left;
        width: 85px;
        display: block;
        margin-right: 3px;
    }

    .dropdown-btn-help:hover {
        background: #cb3552;
        color: white;
    }

    .btn-tile {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 150px;
        margin-top: -100px;
    }

    .btn-story {
        position: relative;
        margin-top: 0;
        left: 0;
        float: left;
        margin-bottom: 50px;
    }

    .btn-score {
        background: #f15b40;
        padding: 5px 10px;
        color: white;
        border: 0;
        bottom: 0;
        position: relative;
        display: block;
        margin: 0 auto;
        max-width: 150px;
        margin-top: -21%;
    }

    .btn-score:hover {
        background: #f37b66;
        color: white;
    }

    .btn-team {
        background: #f15b40;
        padding: 10px 10px;
        color: white;
        border: 0;
        width: 200px;
        margin-bottom: 30px;
    }

    .btn-team:hover {
        background: #f37b66;
        color: white;
    }

    .btn-recurring {
        background-color: white;
        color: #f15b40;
        height: 70px;
        width: 50%;
        float: left;
        border: none;
        margin-left: -1%;
    }

    .btn-recurring:hover {
        background-color: #f15b40;
        color: white;
        border: 2px white solid;
    }

    .btn-onetime {
        height: 70px;
        width: 50%;
        float: left;
        background-color: #f15b40;
        color: white;
        border: none;
        text-decoration: underline;
    }

    .btn-onetime-1:hover {
        background-color: #f15b40;
        color: white;
        border: 2px white solid;
    }

    .btn-onetime-1 {
        background-color: white;
        color: #f15b40;
        height: 70px;
        width: 50%;
        float: left;
        border: none;
        margin-left: -1%;
    }

    .btn-recurring-1 {
        height: 70px;
        width: 50%;
        float: left;
        background-color: #f15b40;
        color: white;
        border: none;
        text-decoration: underline;
    }

    .btn-other {
        background: #f15b40;
        color: white;
        border: none;
        height: 31px;
        width: 42%;
        margin-left: 2%;
        padding-left: 5%;
    }

    /* ---- MAIN NAVIGATION ----*/

    #sticky-bar {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 100;
        border-top: 0;
        background: white;
        height: 65px;
        margin: auto;
        margin-top: -2px;
        padding-top: 2px;
    }

    #header-logo {
        position: relative;
        display: block;
        width: 200px;
        z-index: 1000;
        padding: 21px 40px 12px 0;
        margin: -60px 0 0 80px;
        background-color: white;
    }

    nav ul {
        list-style-type: none;
        padding: 0;
        line-height: 1em;
    }

    nav ul li {
        text-align: left;
        padding: 0 20px;
        float: right;
    }

    nav ul li a {
        color: #333333;
    }

    nav ul li a:hover{
       color: #8f1941;
    }

    .current {
       color: #8f1941;
       font-weight: 600;
    }

    /* ---- ANIMATED HAMBURGER ICON ----*/
    /* https://www.w3schools.com/howto/howto_css_menu_icon.asp */

    .menu-container {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 100;
        padding: 20px 25px 10px 30px;
        margin-top: -20px;
        background-color: white;
        cursor: pointer;
    }

    .bar1 {
        width: 25px;
        height: 3px;
        background-color: #d2a1b1;
        margin: 7px 0 4px 0;
        transition: 0.4s;
    }

    .bar2, .bar3 {
        width: 25px;
        height: 3px;
        background-color: #d2a1b1;
        margin: 4px 0;
        transition: 0.4s;
    }

    /* Rotate first bar */
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 5px) ;
        transform: rotate(-45deg) translate(-5px, 4px) ;
    }

    /* Fade out the second bar */
    .change .bar2 {
        opacity: 0;
    }

    /* Rotate last bar */
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-5px, -6px) ;
        transform: rotate(45deg) translate(-5px, -6px) ;
    }

    /* ---- DROPDOWN MENU ----*/
    /* ---- https://www.w3schools.com/howto/howto_js_accordion.asp ----*/


    /* Style the buttons that are used to open and close the accordion panel */
    button.accordion {
        position: relative;
        display: inline-block;
        cursor: pointer;
        border: none;
        outline: none;
        background-color: transparent;
        transition: 0.4s;
        z-index: 1000;
        width: 100px;
        height:50px;
        top: 10px;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    button.accordion.active, button.accordion:hover {
        background-color: white;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        width: 100%;
        z-index: 1;
        margin-top: -130px;
        padding: 40px 0 100px 30px;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch; // mobile safari
    }

    /* Links inside the dropdown */
    .dropdown-links {
        padding-top: 120px;
        font-weight: bold;
    }

    .dropdown-sublinks {
        padding-top: 10px;
    }

    .dropdown-links ul, .dropdown-sublinks ul {
        list-style-type: none;
        padding: 0;
        line-height: 1em;
    }

    .dropdown-links ul li {
        text-align: left;
        font-size: 1.25em;
        margin-bottom: 10px;
    }

    .dropdown-sublinks ul li {
        text-align: left;
        font-size: 1em;
        margin-bottom: 30px;
    }

    .dropdown-links ul li a:hover{
       color: #8f1941;
    }

    .dropdown-sublinks ul li a:hover{
       color: #8f1941;
    }

    .dropdown-links a {
        color: black;
        padding: 12px 0;
        text-decoration: none;
        display: block;
        font-family: "foco",sans-serif;
    }

    #dropdown-btn {
        padding-bottom: 45px;
    }

    #dropdown-search {
        padding: 10px 0 0 0;
        width: 260px;
    }

    .dropdown-form-text {
        border-bottom: 1px solid #ccbda0;
        position: relative;
        left: 0;
        margin-bottom: -40px;
        width: 260px;
    }

    .dropdown-form-text input {
        border: none;
        margin: 9px 0 12px 75px;
        width: 185px;
        height: 30px;
        padding-left: 20px;
        color: lightgray;
    }

    .dropdown-form input {
        background-color: white;
        border: none;
        position: relative;
        left: 0;
        padding-left: 0;
    }

    #dropdown-social {
        padding-top: 45px;
    }

    #dropdown-social img {
        display: block;
        width: 25px;
        opacity: .2;
    }

    .social img {
        float: left;
        padding-right: 13px;
        opacity: .4;
        max-width: 35px;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        color: #8f1941;
    }

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {
        display:block;
    }

    /* ---- ACCOUNT PROFILE PAGE----*/

    form#EditCons {
        margin: 0 0 0 15%;
        width: 92%;
    }

    ul.cons-nav.clearfix {
        margin: 0 auto;
        width: 71%;
    }


/* ---- INDEX FEATURE HEADER ----*/

    header {
        margin-top: 65px;
    }

    #index-img-feature {
        background: #333 url('../img/index-img-feature.jpg');
        background-position: right top;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        padding-bottom: 120px;
        margin-top: 0px;
    }

    #index-post-it {
        position: relative;
        width: 30%;
        max-width: 100px;
        left: 0px;
        top: 140px;
        z-index: 99;
    }

    .icon-video-text {
        position: relative;
        top: 80px;
        right: 42%;
        max-width: 50px;
        float: right;
        z-index: 99;
    }

    /* ---- LANDING PAGE FEATURE HEADER ----*/

    .landing-post-it {
        position: relative;
        width: 30%;
        max-width: 100px;
        left: 0px;
        top: 140px;
        z-index: 99;
    }

    /* ---- INDEX FEATURE BACKGROUND ----*/

    #feature-bg {
        background: #333 url('../img/index-rectangle-cranberry.jpg');
        line-height: 350px;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        top: 0px;
        color: white;
    }

    .feature-text {
        display: inline-block;
        line-height: normal;
        vertical-align: middle;
    }

    .feature-text h1 {
        margin-top: -10px;
    }

    .feature-text p {
        color: white;
        margin-top: -5px;
    }

    /* ---- LANDING FEATURE BACKGROUND ----*/

    #landing-feature-bg {
        background: #8f1941 url('../img/news-bg-header.jpg');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        padding: 0 9% 0 9%;
        margin-bottom: -10px;
    }

    #landing-feature-bg p {
        color: white;
    }

    #landing-feature-bg .half-width p {
        color: white;
    }

    #landing-feature-bg .half-width h1 {
       font-size: 2em;
    }

    #landing-feature-bg .half-width p {
        color: white;
    }

    /* ---- EVENTS ----*/

    #events {
        margin: 30px 0 20px 0;
    }

    .events-img {
        position: inherit;
        display: block;
        width: 100%;
    }

    .icon-video {
        position: absolute;
        margin-top: 15%;
        right: 40%;
        width: 15%;
        float: right;
        z-index: 97;
    }

    #index-text-events {
    }

    .events-text {
        width: 82%;
    }

    #icon-calendar {
        width: 75px;
        float: left;
    }

    .icon-calendar-text {
        float: left;
        padding-top: 10px;
    }


    /* ---- HUNGER IN GREATER HARTFORD ----*/

    #hunger {
        background: #00657d url('../img/index-bg-hunger.jpg');
        background-position: left top;
        background-size: auto;
        background-repeat: no-repeat;
        width: 100%;
    }

    #hunger-text {
        padding: 15px 6% 70px 9%;
    }

    #hunger-text p, #hunger-text h3 {
        color: white;
    }

    #hunger-body {
        width: 100%;
        margin-top: -10px;
    }

    #btn-hunger {
        margin-top: 30px;
    }

    #food-insecurity {
        padding: 12% 9% 3% 9%;
        height: 365px;
        color: white;
    }

    #food-insecurity p {
        color: white;
    }

    #access {
        padding: 12% 9% 3% 9%;
        height: 365px;
        color: white;
    }

    #access p {
        color: white;
    }

    #nutrition {
        padding: 12% 9% 3% 9%;
        height: 365px;
        color: white;
    }

    #nutrition p {
        color: white;
    }

    .icons {
        height: 125px;
        margin-bottom: -15px;
        padding-left: 15px;
    }

    /* ---- OUR WORK ----*/

    .work-container {
        position: relative;
        display: block;
        padding-bottom: 1000px;
        overflow: hidden;
    }

    .work-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #work-row-1 {
        padding: 20px 6% 40px 11%;
        width: 80%;
    }

    #work-row-1 ol {
        padding: 0;
    }

    .work-nav-desktop {
        display: none;
    }

    .work-nav-mobile {
        display: block;
    }

    .work-nav li {
        list-style: none;
        float: left;
        margin: -30px 20px 30px 0px;
    }

    .work-nav h5 {
        margin-bottom: 5px;
    }


    .work-nav a {
        color: #999999;
        cursor: pointer;
    }

    .work-nav a:hover {
        color: black;
    }

    .work-nav img {
        opacity: .8;
    }

    .work-arrow {
        position: absolute;
        right: 4%;
    }

    .work-nav img:hover {
        opacity: .2;
    }


    .work-nav a.work-active {
        color: black;
        padding: 3.5px;
        border-bottom: 5px #fec22a solid;
    }

    .work-nav a.work-inactive {
        padding: 3.5px;
        border-bottom: 5px #eeeeee solid;
    }

    .work-nav a.work-inactive:hover {
        border-bottom: 5px #fec22a solid;
    }

    #work-row-1 p {
        margin-top: 10px;
    }

    #index-bg-work {
        background: #ffffff url('../img/index-bg-work.jpg');
        background-repeat:no-repeat;
        background-size: cover;
        background-position: left;
        width: 100%;
        position: absolute;
        display: block;
    }

    .index-img-work {
        position: absolute;
        display: block;
        z-index: 97;
        width: 45%;
        max-width: 400px;
        right: 0;
        bottom: 0;
    }

    #index-text-work {
        width: 100%;
        z-index: 95;
        padding: 15px 0 0 11%;
    }

    #btn-work {
        margin-top: 20px;
        width: 125px;
    }

    .work-body {
        width: 40%;
        font-size: .725em;
        font-weight: bold;
        text-transform: none;
        line-height: 1.4em;
        margin-top: 5px;
    }

    /* ---- PROGRAM BODY ----*/

    .yellow-callout {
        background-color: #fec22a;
        padding: 5px 35px 20px 35px;
        margin: 50px 0 50px 0;
    }

    .yellow-callout h4 {
        margin-top: 25px;
        margin-bottom: -5px;
    }

    .yellow-callout p {
        color: black;
    }

    .yellow-callout a {
        font-weight: bold;
    }

    /* ---- HOW YOU CAN HELP ----*/

    #help {
        background-color: white;
        padding: 0 0 50px 0;
        margin-top: -50%;
    }

    .tile-holder {
        display: block;
        margin: 0 auto;
        width: 82%;
    }

    .tile, .left-tile, .right-tile {
        margin: 0 0 80px 0;
    }

    .story-tile {
        margin: 0 0 40px 0;
    }

    #index-img-help {
        width: 100%;
        margin-bottom: -2px;
    }

    .yellow-tile {
        background: #ffc22c;
        padding: 10px 25px 0 25px;
        min-height: 350px;
        color: black;
    }

    .yellow-tile p {
        color: black;
    }

    .blue-tile {
        background: #181146;
        padding: 10px 25px 25px 25px;
        color: white;
    }

    .blue-tile p {
        color: white;
    }

    .orange-tile {
        background: #f15b40;
        padding: 10px 25px 0 25px;
        min-height: 375px;
        color: white;
    }

    .index-orange-tile {
        background: #f15b40;
        padding: 10px 25px 0 25px;
        min-height: 325px;
        color: white;
    }

    .orange-tile p, .index-orange-tile p {
        color: white;
    }

    .blackberry-tile {
        background: #181146;
        padding: 10px 25px 0 25px;
        min-height: 375px;
        color: white;
    }

    .blackberry-tile p {
        color: white;
    }

    .cranberry-tile {
        background: #8f1941;
        padding: 10px 25px 0 25px;
        min-height: 375px;
        color: white;
    }

    .cranberry-tile p {
        color: white;
    }

    .agave-tile {
        background: #00a9aa;
        padding: 10px 25px 0 25px;
        min-height: 375px;
        color: white;
    }

    .index-agave-tile {
        background: #00a9aa;
        padding: 10px 25px 0 25px;
        min-height: 325px;
        color: white;
    }

    .agave-tile p, .index-agave-tile p {
        color: white;
    }

    .strawberry-tile {
        background: #c51f3f;
        padding: 10px 25px 0 25px;
        min-height: 375px;
        color: white;
    }

    .index-strawberry-tile {
        background: #c51f3f;
        padding: 10px 25px 0 25px;
        min-height: 325px;
        color: white;
    }

    .strawberry-tile p, .index-strawberry-tile p {
        color: white;
    }

    .plum-tile {
        background: #561a45;
        padding: 10px 25px 0 25px;
        min-height: 375px;
        color: white;
    }

    .index-plum-tile {
        background: #561a45;
        padding: 10px 25px 0 25px;
        min-height: 325px;
        color: white;
    }

    .plum-tile p, .index-plum-tile p {
        color: white;
    }

    .white-tile {
        background: #ffffff;
        padding: 5px 5px 0 0;
        color: black;
    }

    #help-icon-social {
        width: 80%;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        bottom: 0px;
    }

/* ---- SUCCESS STORIES ----*/

.story-tile {
    padding: 25px 0 0 0;
}

.story-tile-last {
    padding: 25px 0 10px 0;
}

.story-tile h4 {
    margin-top: 30px;
    margin-bottom: -10px;
}

.story-tile-last h4 {
    margin-top: 30px;
    margin-bottom: -10px;
}

.white-tile h4 {
    margin-top: 10px;
    margin-bottom: -10px;
}

/* ---- FOOD COLLECTION & DISTRIBUTION ----*/

.right-arrow-1, .right-arrow-2, .right-arrow-3, .right-arrow-4 {
   display: block;
   visibility: hidden;
   width: 20%;
   max-width: 65px;
}

.down-arrow {
   display: block;
   width: 20%;
   max-width: 65px;
   position: relative;
   bottom: 0;
   margin: 0 auto;
}

.food-icon {
   width: 100%;
}

.food-icon img {
   max-height: 180px;
   margin-bottom: -50px;
}


/* ---- JOIN OUR COMMUNITY ----*/

#join-arches {
    background: url('../img/index-bg-join.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 0 200px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#join-arches-img {
    width: 138px;
}

#join-tree {
    background: url('../img/index-bg-join2.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 0 200px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#join-tree-img {
    width: 200px;
}

#join-tower {
    background: url('../img/index-bg-join3.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 0 200px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#join-tower-img {
    width: 238px;
}

#join-barn {
    background: url('../img/index-bg-join4.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 0 200px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#join-barn-img {
    width: 300px;
}

#join-turkey {
    background: url('../img/index-bg-join5.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 0 225px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
}

#join-turkey-img {
    width: 138px;
}

#join-form {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.input {
    height: 40px;
    margin-bottom: 15px;
    padding-left: 20px;
    color: gray;
}

#join-title {
    margin: 0 auto;
    display: block;
    width: 90%;
}

.input-title {
    width: 100px;
    height: 46px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    color: gray;
}

.input-first-name, .input-last-name, .input-email {
    width: 92%;
}

.input-email {
    margin-bottom: 40px;
}

#join-icon-placement {
    position: relative;
    display: block;
    bottom: 0;
    margin-top: -155px;
}

/* ---- FOOTER ----*/

#footer {
    background: #561a45;
    min-height: 1325px;
}

#footer-logo {
    width: 75%;
    max-width: 225px;
    padding-top: 70px;
    display: block;
    margin: 0 auto;
}

#logBox.nav-links {
    text-align: center;
}

.footer-col-1 {
    padding-top: 25px;
    font-weight: bold;
    text-align: center;
}

.footer-col-2 {
    text-align: center;
}

.border-horizontal {
    border-top: rgba(255, 255, 255, .3) 1px solid;
    position: relative;
    width: 87%;
    left: 6%;
    right: 7%;
}

.footer-col-3 {
    text-align: center;
}

.footer-col-3 p {
    padding-top: 10px;
}

.footer-col-4 {
    text-align: center;
}

.footer-col-4 p {
    padding-top: 10px;
}

#footer-icon-social {
    padding: 0 0 60px 15px;
    display: inline-block;
}

#footer-buttons {
    text-align: center;
    width: 100%;
    margin: 25px auto;
    display: inline-block;
    padding-bottom: 25px;
}

#footer-img-cnav {
    width: 181px;
    padding-bottom: 75px;
}

footer p {
    text-transform: uppercase;
    color: white;
}

footer a {
    color: white;
}

footer span {
    color: white;
    line-height: 2.2em;
}

footer a:hover{
   color: #8f1941;
}

#copyright {
    height: 100px;
    padding-top: 40px;
}

#copyright-left {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    color: black;
}

#copyright-right {
    width: 100%;
    text-align: center;
    color: gray;
}

/* ---- LIGHTBOX ----*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



/* ==========================================================================
   TABLET/MOBILE STYLES (WIDTH OVER 560PX)
   ========================================================================== */

    @media only screen and (min-width: 35em) {
        /* Style adjustments for viewports that meet the condition */

        /* ---- FONT STYLES ----*/

        h1 {
            font-size: 3.26em;
        }

        h2 {
            font-size: 3.26em;
            line-height: 0em;
        }

        h3 {
            font-size: 2.708em;
        }

        /* ---- PAGE AND IMAGE WIDTH ----*/

        .nav-width-right {
            width: 80%;
            float: right;
            position: relative;
            right: auto;
            margin-top: 13px;
            display: block;
        }

        .nav-width-left {
            width: 20%;
            float: left;
            margin-top: 10px;
        }

        /* ---- BUTTON STYLES ----*/

        .btn-vol {
            margin-right: 10px;
        }

        .btn-score {
            margin-top: -19%;
        }

        .btn-other {
            width: 35%;
            margin-left: 2%;
        }


        /* ---- MAIN NAVIGATION ----*/

        #sticky-bar {
            height: 83px;
        }

        #header-logo {
            width: 210px;
            padding: 31px 40px 11px 0;
            margin: -67px 0 0 80px;
        }

        #main-nav {
            display: none;
        }

        nav ul li {
            padding: 0 10px;
        }

        /* ---- ANIMATED HAMBURGER ICON ----*/
        /* https://www.w3schools.com/howto/howto_css_menu_icon.asp */

        .menu-container {
            padding: 31px 26px 10px 30px;
            margin-top: -30px;
        }

        .dropdown-content {
            padding: 0 0 100px 80px;
        }

        form#EditCons {
            margin: 0 0 0 5%;
            width: 80%;
        }

        /* ---- FEATURE HEADER ----*/

        header {
            margin-top: 83px;
        }

        #index-img-feature {
            height: 380px;
            margin-top: 0px;
        }

        .icon-video-text {
            max-width: 75px;
            top: 195px;
        }

        #index-post-it {
            left: 70%;
            max-width:135px;
            top: 400px;
        }

        /* ---- LANDING PAGE FEATURE HEADER ----*/

        .landing-post-it {
            left: 70%;
            max-width:135px;
            top: 400px;
        }

        /* ---- OUR WORK ----*/


        #index-text-work {
            width: 80%;
            padding: 25px 0 0 9%;
        }

        .work-body {
            font-size: 1em;
        }

        /* ---- PROGRAM BODY ----*/

        .yellow-callout {
            background-color: #fec22a;
            padding: 1px 35px 20px 35px;
        }

        /* ---- HOW YOU CAN HELP ----*/

        #help {
            padding: 0 0 50px 0;
            margin-top: -35%;
        }

        .agave-tile, .orange-tile, .strawberry-tile, .plum-tile, .blackberry-tile, .cranberry-tile {
            text-align: center;
            min-height: 375px;
        }

        .index-agave-tile, .index-orange-tile, .index-strawberry-tile, .index-plum-tile {
            text-align: center;
            min-height: 400px;
        }

        .yellow-tile, .blue-tile {
            text-align: left;
            padding-top: 20px;
        }


        /* ---- JOIN OUR COMMUNITY ----*/

        .input-first-name, .input-last-name, .input-email {
            width: 96%;
        }

        /* ---- FOOTER ----*/

        #join-barn-img {
            width: 500px;
        }

    }

/* ==========================================================================
   LAPTOP STYLES (WIDTH OVER 600PX)
   ========================================================================== */

@media only screen and (min-width: 38.4375em) {
    /* Style adjustments for viewports that meet the condition */

    button.accordion {
        top: 13px;
    }

    .work-container {
        padding-bottom: 1050px;
    }

    /* ---- HOW YOU CAN HELP ----*/

    #help {
        margin-top: 0;
    }
}

/* ==========================================================================
   LAPTOP STYLES (WIDTH OVER 650PX)
   ========================================================================== */

@media only screen and (min-width: 40.625em) {
    /* Style adjustments for viewports that meet the condition */

    /* ---- ACCOUNT PROFILE PAGE----*/

    form#EditCons {
    margin: 0 9% 0 9%;
    width: 60%;
    }


    .small-cursive {
        font-size: 2.4em;
        line-height: 1em;
        font-family: "ff-market-web", sans-serif;
    }

    /* ---- PAGE AND IMAGE WIDTH ----*/

    .quarter-width {
        width: 50%;
        float: left;
    }

    .half-width {
        width: 50%;
        float: left;
    }

    .feature-text p {
        width: 65%;
        margin-top: -15px;
    }

    /* ---- BUTTON STYLES ----*/

    .btn-score {
        position: relative;
        display: block;
        margin: 0 auto;
        max-width: 150px;
        margin-top: 48%;
        left: 1.5%;
    }

    form#EditCons {
        margin: 0 0 0 10%;
        width: 60%;
    }

    /* ---- INDEX FEATURE HEADER ----*/

    .icon-video-text {
        max-width: 75px;
        right: 44%;
        top: 195px;
    }

    /* ---- LANDING PAGE FEATURE HEADER ----*/

    .landing-post-it {
        width: 30%;
        position: absolute;
        left: 0px;
        top: 255px;
        z-index: 99;
    }

    /* ---- LANDING FEATURE BACKGROUND ----*/

    #landing-feature-bg .half-width h1 {
        font-size: 2.2em;
    }

    /* ---- EVENTS ----*/

    #index-img-events {
        width: 45%;
        float: left;
        position: relative;
        display: block;
    }

    .events-img {
        padding: 0 0 60px 0;
        width: 100%;
    }

    .icon-video {
        margin-top: 6.5%;
        right: 70%;
        width: 6%;
        float: none;
    }

    #index-text-events {
        width: 55%;
        float: left;
        position: relative;
        display: block;
    }

    .events-text {
        padding: 0;
        width: 90%;
        margin-left: 50px;
        margin-top: -27px;
    }

    /* ---- OUR WORK ----*/

    .work-nav-desktop {
        display: block;
    }

    .work-nav-mobile {
        display: none;
    }

    #work-row-1 {
        padding: 30px 0 80px 9%;
    }

    #work-row-1 p {
        width: 60%;
    }

    .index-img-work {
        width: 50%;
    }

    #index-text-work {
        width: 100%;
        padding: 30px 0 0 9%;
    }

    .small-cursive {
        font-size: 2.8125em;
    }

    .cursive {
        font-size: 3em;
    }

    .work-body {
        font-size: 1.15em;
        line-height: 1.4em;
    }

/* ---- HOW YOU CAN HELP ----*/

    #help {
        margin-top: -10%;
    }


/* ---- PROGRAM BODY ----*/

    .yellow-callout {
        padding: 1px 35px 20px 35px;
    }

    .left-tile {
        margin-right: 2%;
    }

    .right-tile {
        margin-left: 2%;
    }

    .white-tile {
        height: 285px;
    }

    .tile {
        margin-left: 2%;
        margin-right: 2%;
    }

    .story-tile-last {
    padding: 0;
    margin-bottom: 25px;
    }

    /* ---- FOOD COLLECTION & DISTRIBUTION ----*/


.right-arrow-1, .right-arrow-3 {
   visibility: visible;
   position: relative;
   left: 95%;
   bottom: 35px;
}

.down-arrow {
   display: none;
}

.right-arrow-2, .right-arrow-4 {
   visibility: hidden;
}

.food-icon img {
   max-height: 130px;
   margin-bottom: -50px;
}

}

/* ==========================================================================
   LAPTOP STYLES (WIDTH OVER 850PX)
   ========================================================================== */

@media only screen and (min-width: 53em) {
    /* Style adjustments for viewports that meet the condition */

    /* ---- PAGE AND IMAGE WIDTH ----*/

    .third-width {
        width: 33.3%;
        float: left;
    }

    .story-tile {
        width: 33.3%;
        float: left;
    }

    .tagtray-gallery {
        width: 150%;
    }

    /* ---- BUTTON STYLES ----*/

    .donate-btn .btn-orange {
        width: 99%;
        height: 100px;
    }

    /* ---- INDEX HEADER FEATURE ----*/

    .icon-video-text {
        top: 180px;
        max-width: 100px;
    }

    #index-post-it {
        left: 70%;
        max-width: 135px;
        top: 405px;
    }

    /* ---- LANDING PAGE FEATURE HEADER ----*/

    .landing-post-it {
        max-width:135px;
    }

    /* ---- LANDING FEATURE BACKGROUND ----*/

    #landing-feature-bg .half-width h1 {
        font-size: 2.9em;
    }

    /* ---- OUR WORK ----*/

    #work-row-1 {
        padding: 30px 0 80px 9%;
    }

    #work-row-1 p {
        width: 50%;
    }

    .work-nav li {
        margin: -30px 55px 30px 0px;
    }

    .index-img-work {
        max-width: 500px;
    }

    #index-text-work {
        width: 80%;
        padding: 30px 0 0 9%;
    }

    .small-cursive {
        font-size: 2.8125em;
    }

    .cursive {
        font-size: 3em;
    }

    .work-body {
        font-size: 1.15em;
        line-height: 1.4em;
    }

    /* ---- PROGRAM BODY ----*/

    #program-col-1 {
        display: block;
        width: 65%;
        float: left;
    }

    #program-col-2 {
        display: block;
        width: 20%;
        float: right;
        margin-right: 9%;
        margin-top:22px;
    }


    /* ---- SUCCESS STORIES ----*/

    .story-tile {
        padding: 0 3% 0 0;
        width: 31.3%;
    }

    .story-tile-last {
        float: left;
        padding: 0;
        margin-bottom: 25px;
        width: 31.3%;
    }

}


/* ==========================================================================
   LAPTOP STYLES (WIDTH OVER 1250PX)
   ========================================================================== */

@media only screen and (min-width: 78em) {
    /* Style adjustments for viewports that meet the condition */

    /* ---- FONT STYLES ----*/

    nav {
        font-size: .8em;
    }

    h1 {
        font-size: 4.13em;
    }

    h2 {
        font-size: 4.13em;
        line-height: .3em;
    }

    h3 {
        font-size: 3.229em;
    }

    h4 {
        font-size: 1.98em;
    }

    /* ---- PAGE AND IMAGE WIDTH ----*/

    .quarter-width-footer {
        width: 23%;
        float: left;
    }

    .quarter-width {
        width: 25%;
        float: left;
    }

    .nav-width-right {
        margin-top: 19px;
    }

    .padding {
        padding: 30px 15% 30px 15%;
    }

    /* ---- BUTTON STYLES ----*/

    .btn-join {
        height: 66px;
    }

    .btn-directions {
        top: 70px;
    }

    .btn-score {
        left: 2%;
    }

    /* ---- MAIN NAVIGATION ----*/

    #header-logo {
        width: 220px;
        padding-right: 55px;
    }

    #main-nav {
        display: block;
    }

    /* ---- FEATURE HEADER ----*/

    #index-img-feature {
        height: 480px;
    }

    .icon-video-text {
        top: 225px;
        max-width: 100px;
    }

    #index-post-it {
        left: 75%;
        max-width:175px;
        top: 475px;
    }

    #feature-bg {
        line-height: 390px;
    }

    .feature-text h1 {
        margin-top: -30px;
    }

    /* ---- LANDING PAGE FEATURE HEADER ----*/

    .landing-post-it {
        top: 300px;
        max-width: 145px;
    }

    /* ---- LANDING FEATURE BACKGROUND ----*/

    #landing-feature-bg {
        padding: 0 15% 0 15%;
    }

    #landing-feature-bg .half-width h1 {
        width: 120%;
        font-size: 4.13em;
    }

    #landing-feature-bg .half-width p {
        width: 120%;
    }

    .social img {
        max-width: 40px;
    }

    /* ---- EVENTS ----*/

    #events {
        margin: 30px 0 0 0;
    }

    #index-img-events {
        width: 65%;
    }

    .events-img {
        width: 85%;
    }

    .icon-video {
        margin-top: 7%;
        right: 61%;
        width: 6%;
    }

    #index-text-events {
        width: 35%;
    }

    .events-text {
        width: 100%;
        margin-left: -25px;
        margin-top: -28px;
    }


    /* ---- HUNGER IN GREATER HARTFORD ----*/

    #hunger-text {
        padding: 45px 0% 70px 15%;
    }

    #hunger-body {
        width: 50%;
        margin-top: -40px;
    }

    #btn-hunger {
        margin-top: 50px;
    }

    #food-insecurity {
        height: 385px;
        padding: 10% 20% 10% 20%;
    }

    #access {
        height: 385px;
        padding: 10% 20% 10% 20%;
    }

    #nutrition {
        height: 385px;
        padding: 10% 20% 10% 20%;
    }

    .icons {
        margin-bottom: 0;
        padding-left: 0;
    }

    /* ---- OUR WORK ----*/


    #work-row-1 {
        padding: 30px 0 80px 15%;
    }

    #work-row-1 p {
        width: 45%;
    }

    #index-text-work {
        width: 80%;
        padding: 50px 0 0 15%;
    }

    #index-bg-work {
    }

    /* ---- PROGRAM BODY ----*/

    .yellow-callout h3 {
        margin-top: -5px;
        padding: 35px 35px 20px 0px;
    }


    /* ---- HOW YOU CAN HELP ----*/

    #help {
        padding: 0 0 50px 0;
    }

    .tile-holder {
        display: block;
        margin: 0 auto;
        width: 70%;
    }

    .orange-tile, .agave-tile, .strawberry-tile, .plum-tile, .blackberry-tile, .cranberry-tile  {
        min-height: 375px;
    }

    .yellow-tile, .blue-tile {
        min-height: 375px;
        padding-top: 30px;
    }

    /* ---- FOOD COLLECTION & DISTRIBUTION ----*/

.right-arrow-1 {
   left: 92%;
   bottom: 15px;
}

.right-arrow-3 {
   left: 100%;
   bottom: 15px;
}


.right-arrow-2 {
   visibility: visible;
   position: relative;
   left: 88%;
   bottom: 15px;
}

.right-arrow-4 {
   visibility: visible;
   position: relative;
   left: 88%;
   bottom: 15px;
}

.food-icon img {
   max-height: 100px;
   margin-bottom: -50px;
}


    /* ---- JOIN OUR COMMUNITY ----*/

    #join-form {
        display:flex;
    }

    .input {
        height: 60px;
        margin: 0 10px 0 0;
    }

    .input-title {
        height: 66px;
        margin: 0 10px 0 0;
    }

    .input-email {
        margin-bottom: 0px;
    }

    #join-icon-placement {
        margin-top: -160px;
    }

    /* ---- FOOTER ----*/

    #footer {
        min-height: 555px;
        padding: 0 185px 50px 15%;
    }

    #footer-logo {
        width: 225px;
        padding-top: 100px;
        position: relative;
        margin: 0;
    }

    #logBox.nav-links {
        text-align: left;
    }

    .footer-col-1 {
        padding-top: 47px;
        text-align: left;
        margin-right: 5%;
    }

    .footer-col-2 {
        padding-top: 43px;
        text-align: left;
    }

    .border-horizontal {
        border-top: rgba(255, 255, 255, .3) 0px solid;
        width: 0;
        left: 0;
        right: 0;
    }

    .border-vertical {
        border-left: rgba(255, 255, 255, .3) 1px solid;
        position: relative;
        height: 500px;
        width: 5px;
        padding-right: 10px;
    }

    .footer-col-3 {
        text-align: left;
        padding-right: 3%;
    }

    .footer-col-3 p {
        padding-top: 27px;
    }

    .footer-col-4 {
        text-align: right;
    }

    .footer-col-4 p {
        padding: 27px 0 0 0;
    }

    #footer-icon-social {
        position: relative;
        display: block;
        padding: 0 0 60px 0px;
    }

    #footer-icon-social img {
        max-width: 24px;
    }

    #footer-buttons {
        text-align: left;
        margin: 325px 0 0 15%;
        width: 50%;
        position: absolute;
        left: 0;
    }

    #footer-img-cnav {
        position: relative;
        display: block;
        margin-top: 80px;
        max-width: 220px;
    }

    footer p {
        text-align: left;
    }

    footer span {
        text-align: left;
    }

    #copyright {
        height: 75px;
        padding-top: 45px;
        width: 100%;
    }

    #copyright-left {
        width: 35%;
        float: left;
        text-align: left;
        padding-bottom: 0px;
        padding-left: 15%;
    }

    #copyright-right {
        position: relative;
        text-align: right;
        padding-right: 15%;
        width: 35%;
        float: right;
    }
}

/* ==========================================================================
   DESKTOP STYLES (WIDTH OVER 1520PX)
   ========================================================================== */

@media only screen and (min-width: 95em) {
    /* Style adjustments for viewports that meet the condition */

    /* ---- FONT STYLES ----*/

    nav {
        font-family: "proxima-nova",sans-serif;
        font-style: normal;
        font-weight: lighter;
        font-size: 1.125em;
        color: #333333;
        text-decoration: none;
    }

    h1 {
        font-family: "foco",sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 5em;
    }

    h2 {
        font-size: 5em;
        line-height: 0.3em;
    }

    h3 {
        font-size: 3.75em;
        line-height: 1em;
    }

    h4 {
        font-size: 2.1875em;
    }

    /* ---- PAGE AND IMAGE WIDTH ----*/

    .nav-width-right {
        margin-top: 20px;
    }

    .nav-width-left {
        margin-top: 15px;
    }

    .quarter-width {
        width: 25%;
        float: left;
    }

    /* ---- MAIN NAVIGATION ----*/

    #sticky-bar {
        height: 96px;
    }

    #header-logo {
        width: 230px;
    }

    /* ---- ANIMATED HAMBURGER ICON ----*/
    /* https://www.w3schools.com/howto/howto_css_menu_icon.asp */

    .menu-container {
        padding: 33px 26px 10px 30px;
    }

    /* ---- FEATURE HEADER ----*/

    header {
        margin-top: 96px;
    }

    #index-img-feature {
        height: 580px;
    }

    .icon-video-text {
        top: 275px;
        max-width: 115px;
    }

    #index-post-it {
        left: 73%;
        max-width:200px;
        top: 615px;
    }

    /* ---- LANDING PAGE FEATURE HEADER ----*/

    .landing-post-it {
        top: 360px;
        max-width: 145px;
    }

    /* ---- INDEX FEATURE BACKGROUND ----*/

    .feature-text h1 {
        margin-top: -40px;
    }

    .feature-text p {
        margin-top: -30px;
    }

    /* ---- LANDING FEATURE BACKGROUND ----*/

    #landing-feature-bg .half-width h1 {
        font-size: 5em;
    }

    .social img {
        max-width: 50px;
    }

    /* ---- EVENTS ----*/

    #icon-calendar {
        padding-top: 27px;
    }

    .icon-calendar-text {
        float: left;
        padding-top: 37px;
    }

    /* ---- OUR WORK ----*/

    .index-img-work {
        max-width: 650px;
    }

    #work-row-1 p {
        width: 40%;
    }

    .cursive {
        font-size: 3.75em;
    }

    .work-body {
        font-size: 1.25em;
        line-height: 1.5em;
        margin-top: 20px;
    }

    /* ---- INDEX WORK SLIDER ----*/

    .index-nav .index-flex-control-nav {
        top: 205px;
    }

    /* ---- HOW YOU CAN HELP ----*/
    #help {
        padding: 0 0 50px 0;
        margin-top: -7%;
    }

    /* ---- FOOD COLLECTION & DISTRIBUTION ----*/

    .right-arrow-1 {
       left: 92%;
       bottom: 35px;
    }

    .right-arrow-3 {
       left: 100%;
       bottom: 35px;
    }


    .right-arrow-2 {
       visibility: visible;
       position: relative;
       left: 88%;
       bottom: 35px;
    }

    .right-arrow-4 {
       visibility: visible;
       position: relative;
       left: 88%;
       bottom: 35px;
    }

    .food-icon img {
       max-height: 130px;
    }


    /* ---- FOOTER ----*/

    #footer-icon-social img {
        max-width: 26px;
    }


@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
