

a[rel=hamburger] {
    display: none;
    position: absolute;

    right: 15px;
    top: 12px;

    width: 44px !important; 
    height: 44px !important; 

    z-index: 1001;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 720px) {

    h1.logo {
        max-height: 50px;
        width: auto;
        background-size: auto 100% ;
        padding-top: 0;
        padding-left: 80px;

        text-indent: 70px;
        padding-top: 0;
    }

    body, html {
        width: 100%;
        max-width: 100%;
        padding: 0%;
        margin: 0;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        position: relative !important;
    }

    a[rel=hamburger] {
        display: block;
    }

    article {
        padding: 0 !important;
    }

    article nav {
        position: absolute;

        top: 0;
        left: 100%;

        height: 100%;
        width: 100%;
        background: #eee;

        padding: 20px;
        padding-top: 50px;
        margin-top: 0px;
        z-index: 1000;
    }

    article nav ul li {
        border-bottom: solid 1px #999;
        padding: 10px;
    }

    img.mobile-fit {
        width: 100%;
    }

    .hide-on-mobile {
        display: none;
    }

    div.inset {
        padding: 10px;
    }

    div.column {
        width: 100% !important;
        margin: 0 !important;
    }

    div.limit-width {
        padding: 5%;
        width: 90%;
    }

    ul.one-column li,
    ul.two-column li,
    ul.three-column li,
    ul.four-column li {
        width: 100%;
    }


    video, iframe {
        width: 100%;
        height: auto;
    }


    /* Form adjustments */
    form fieldset.checkboxes {
        padding: 10px !important;
      
    }

    form fieldset.checkboxes label {
        text-indent: 5px !important;
    }

    footer h4 {
        margin-top: 20px;
    }



}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    


}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {

}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), 
    only screen and (min-device-pixel-ratio : 1.5) {

}