    /* Small only */

    @media screen {
        p.lead {
            font-size: 1rem;
            font-weight: bold;
        }
        .topNav>li>a {
            font-size: 14px;
            font-weight: bold;
            color: #222;
            border-bottom: 2px solid transparent;
        }

        .topNav li.active,
        .topNav li:hover a {
            border-bottom: 2px solid #d1060c;
        }

        .mast-head {
            background: #fff;
            padding: 0.4rem;
        }
        .header-brand {
            font-size: 2rem;
            color: #222;
        }
        .header-brand:hover {
            color: #222;
        }






        iframe.main {
            border: none;
            width: 100%;
            height: 700px;
            margin-top: 2rem;
            margin-bottom: 2rem;
        }
        * {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
            -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
            outline: none !important;
        }

        body,
        p,
        ol,
        ul,
        label {
            font-family: 'Lato', sans-serif;
            color: #222;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Muli', sans-serif;
        }

        .callout {
            border-radius: 8px;
            border-color: #fff;
        }

        .top-bar,
        .top-bar ul {
            background-color: #fff;
        }

        .bg-5q,
        .button.bg-5q {
            background: #d1060c;
            color: #fff;
        }
        .button.bg-5q:hover {
            background: #797979;
        }
        .bg-5q.hollow {
            background: transparent;
            border-color: #fff;
            color: #fff
        }
        .bg-5q.hollow:hover {
            background: #fff;
        }
        .text-5q {
            color: rgba(209, 6, 12, 1);
        }
        .text-fff {
            color: #fff;
        }
        a.text-fff:hover {
            color: #fff;
        }
        body {
            background: #232323;
        }
        .section {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

        .space {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        .profile {
            display: block;
            margin-bottom: 2rem;
            border: 3px solid #fff;
            border-radius: 4px
        }


        .splash {
            background: url(../img/5Q_bg.jpg) no-repeat center bottom;
            background-size: cover;
        }
        .padding {
            padding: 1rem;
        }

        .social a {
            color: #797979;
            transition: color .25s ease-out, color .25s ease-out;
        }
        .social a:hover {
            color: #d1060c;
        }

        .ethos-wrap {
            margin-top: -3rem;
            margin-bottom: 0rem;
            font-weight: bold;
        }
        .ethos {
            font-size: 2.4rem;
            display: block;
            font-family: 'Muli', sans-serif;
        }
        .ethos-strap {
            font-size: 1.6rem;
            font-style: italic;
            display: block;
            font-family: 'Lato', sans-serif;
        }


        .testimonial {
            padding: 1rem 0;
            font-size: 1rem;
        }

        .overlay-nav-menu-toggle {
            position: absolute;
            font-size: 3rem;
            z-index: 5000;
            color: #fff;
            top: 0.5rem;
            right: 1.5rem;
            transition: all 0.4s ease-in-out;
        }

        .overlay-nav-menu-toggle:hover {
            transition: all 0.4s ease-in-out;
            color: #575757;
        }

        .overlay-nav-menu {
            position: absolute;
            z-index: 1000;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            margin: 0;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            opacity: 0;
            list-style: none;
            background: #d1060c;
            background-size: cover;
            text-align: center;
            -webkit-transform: translateX(-100%) rotateX(40deg);
            transform: translateX(-100%) rotateX(40deg);
            transition: all 400ms cubic-bezier(1, -0.4, 0.44, 0.985);
        }

        .overlay-nav-menu li {
            font-size: 1.5rem;
        }

        .overlay-nav-menu a {
            display: block;
            color: #fefefe;
            font-weight: bold;
            height: 6.25rem;
            line-height: 6.25rem;
            border-bottom: 1px solid rgba(254, 254, 254, 0.5);
            text-decoration: none;
        }

        .overlay-nav-menu a:hover {
            background-color: rgba(254, 254, 254, 0.6);
            color: #0a0a0a;
        }

        .overlay-nav-menu.is-open {
            top: 0;
            opacity: 1;
            -webkit-transform: perspective(200px) translateX(0) rotateX(0);
            transform: perspective(200px) translateX(0) rotateX(0);
        }

        .overlay-nav-menu.is-open~.overlay-nav-menu-toggle {
            display: inline-block;
            transition: all 0.4s ease-in-out;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            color: white;
        }


        .post a {
            color: #222;
        }

        .post-info {
            color: #888;
        }
        .article-thumb,
        .article-image {
            display: block;
            margin: 0 auto 1rem;
        }


        .side-module {
            margin-bottom: 2rem;
            border-bottom: 1px solid #ddd;
            padding-bottom: 2rem;
        }
    }
    /* Medium and up */

    @media screen and (min-width: 40em) {

        .ethos-wrap {
            margin-top: -3rem;
            margin-bottom: 0rem;
            font-weight: bold;
        }
        .ethos {
            font-size: 3.4rem;
            display: block;
        }
        .ethos-strap {
            font-size: 2rem;
            font-style: italic;
            display: block;
        }


        .mast-head {
            padding: 2rem 0;
        }

        .section {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
        .testimonial {
            padding: 2rem 0;
            font-size: 1.6rem;
        }

        .topNav>li>a {
            font-size: 18px;

            padding-left: 1.4rem;
            padding-right: 1.4rem;
        }

        p.lead {
            font-size: 125%;
        }
    }
    /* Large and up */

    @media screen and (min-width: 64em) {

        .splash {
            background-position:center center;
            border-bottom: 5px solid #fff;
        }
        .ethos-wrap {
            margin: 1rem 0 0rem 0;
        }

        .callout {
            padding: 2rem;
        }
        .post {
            padding: 1rem;
        }
        .callout.article-body {
            padding-bottom: 5rem;
        }
    }