/* Minification failed. Returning unminified contents.
(472,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(473,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(474,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(475,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(476,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(520,18): run-time error CSS1039: Token not allowed after unary operator: '-palette-2'
(971,24): run-time error CSS1039: Token not allowed after unary operator: '-palette-2'
(979,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(980,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(981,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(982,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(983,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}




/* =============================================================================
   webfonts
   ========================================================================== */


@font-face {
    font-family: 'Miller';
   src: url(/site/rwdesign/fonts/miller/miller-display.woff2) format('woff2'),
         url(/site/rwdesign/fonts/miller/miller-display.woff) format('woff'),
         url(/site/rwdesign/fonts/miller/miller-display.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;

}


@font-face {
    font-family: 'Miller';
    src: url(/site/rwdesign/fonts/miller/miller-textitalic-webfont.eot);
    src: url(/site/rwdesign/fonts/miller/miller-textitalic-webfont.eot?#iefix) format('embedded-opentype'),
         url(/site/rwdesign/fonts/miller/miller-textitalic-webfont.woff) format('woff'),
         url(/site/rwdesign/fonts/miller/miller-textitalic-webfont.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;

}


@font-face {
    font-family: 'Miller';
   src: url(/site/rwdesign/fonts/miller/miller-textbolditalic.woff2) format('woff2'),
         url(/site/rwdesign/fonts/miller/miller-textbolditalic.woff) format('woff'),
         url(/site/rwdesign/fonts/miller/miller-textbolditalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;

}

/* color ref */
:root {
    --palette-1: rgba(255,255,255,1.0); /* white */
    --palette-2: rgba(241,97,34,1.0); /* rw orange #f16122 */
    --palette-3: rgba(230,230,230,1.0); /* rw light grey #e6e6e6 */
    --palette-3: rgba(153,153,153,1.0); /* rw grey #6d6e71 */
    --palette-4: rgba(20,20,20,1.0) /* rw black #141414 */
}

/* defaults */

body {
    font-family: "ProximaNova",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: rgba(20,20,20,1.0);
    background-color: rgba(255,255,255,1.0);
    font-size: 13px;
    font-weight: 200
}
h1, h2, h3, h4, h5, h6, a, p {
    margin:0; 
    padding:0;
    line-height:140%;
}

@media (any-pointer: fine) {
    a:hover {
        text-decoration: none
    }
}
input, button, submit, textarea, option {
    font-family: "ProximaNova",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1 i:not(.icon),
h2 i:not(.icon),
h3 i:not(.icon) {
    font-family: "Miller";
    font-weight:300;
    font-style:italic;
    font-size:120%;
}



/* color */
a:link, a:visited {
    color: rgba(20,20,20,1.0);
}
a.button, a.button:visited {
    color: rgba(20,20,20,1.0);
    color: var( --palette-2);
}




/* size */
p, li, label, input, button, textarea {
    font-size: 1.2307692307692308em;
}
h1 {
    font-size: 1.7692307692307692em;
}
h2 {
    font-size: 1.7692307692307692em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.3846153846153846em;
}
h5 {
    font-size: 1.2307692307692308em;
}
h6 {
    font-size: 1em;
}
nav a {
    font-size: 1em;
}
footer nav a {
    font-size: 1.2307692307692308em;
}

/* weights & spacing */
p, label.checkbox {
    line-height: 1.55em;
    margin-top: 1.2em;
    margin-bottom: 1.5em

}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em
}
h1, h2 {
    line-height: 1.5em;
}
h5 {
    font-weight: 400;
    line-height: 1.5em

}
h6 {
    font-weight: 700;
    line-height: 1.5em;
}

nav a {
    font-weight: 300;
}
a.activeLink {
    font-weight: 700;
}
a.button *,
a.button i.icon {
    font-size:1.2em;
    line-height:1em;
    padding:0;
    margin:0;
}



/* casing */



/* mods */
h2 span {
    font-weight:300;
}
.small {
    font-size: 90%
}
#masthead h1 {
    text-shadow: 1px 1px 0px rgba(20,20,20,0.5);
}
/* reversed theme */
.reversedTypo {
    background-color: rgba(20,20,20,1.0)
}
.reversedTypo h1,
.reversedTypo h2,
.reversedTypo h3,
.reversedTypo,
.reversedTypo a.button,
.reversedTypo a.button:visited,
header > nav a:link,
header > nav a:visited {
    color: rgba(255,255,255,1.0)
}
.reversedTypo h5 {
    color: rgba(241,97,34,1.0); 
    color: rgba(255,255,255,0.8)
}
.reversedTypo h1,
.reversedTypo h2 {
    text-shadow: 1px 1px 0px rgba(20,20,20,0.5);
}





/* iconography */
.icon {
    padding: 0;
    margin:0;
    line-height: 100%;
    font-size: 1em
}
a.icon,
a.icon:visited {
    text-decoration: none !important;
}
.x2 {
    font-size:400%;
}
.flourish1 {
    color: rgba(241,97,34,1.0);
    border: 2px solid rgba(153,153,153,1.0);
    padding: 0.2em;
    border-radius: 50%;
    margin: 0.2em 0.1em 0.5em 0.1em;
    display: inline-block
}
.flourish2 {
    color: rgba(241,97,34,1.0);
    border: 2px solid rgba(241,97,34,1.0);
    padding: 0.2em;
    border-radius: 50%;
    margin: 0.2em 0.1em 0.5em 0.1em;
    display: inline-block
}
.flourish3 {
    color: rgba(153,153,153,1.0);
    border: 3px dotted rgba(241,97,34,1.0);
    padding: 0.2em;
    border-radius: 50%;
    margin: 0.2em 0.1em 0.5em 0.1em;
    display: inline-block
}
.yellow {
    color: rgba(241,97,34,1.0)
}
button.icon {
    border: none;
    background: none;
}
#mobileNavigation nav a i.icon {
    font-size: 1em;
    margin-right: 0.5em
}
a.icon-only i.icon,
#mobileNavigation nav a i {
    margin-right: 0.1em;
    margin-left: 0.1em
}
#mobileNavigation nav a i {
    color: rgba(241,97,34,1.0)
}
#mobileButtons {
    position: relative;
    top: 0;
    right: 0em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}
#mobileButtons button, #mobileButtons a {
    padding: 1em 1em;
    text-decoration: none;
    color: rgba(241,97,34,1.0);
    background-color: rgba(0,0,0,0.2);
    margin-left: 2px
}
button#mobileClose {
    background-color: rgba(255,255,255,0.95);
    color: rgba(20,20,20,1.0)
}
a#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
    padding: 5px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    display:none;
}
a#toTop i.icon.flourish2 {
    margin: 0;
    color: rgba(26,26,26,0.8)
}




/* navigation and link effects */
nav a,
nav a:visited,
a.button,
a.button:visited,
a.tab,
a.tab:visited {
    text-decoration: none;
}
nav a, nav a:visited {
    padding: 2em 0.2em 1em 0.2em;
    margin-left: 1.2em;
    margin-right: 1.2em;
}
footer nav a, footer nav a:visited {
    padding: 1em 2em 1em 0em;
    margin-left: 0em;
    margin-right: 0em;
    flex-grow: 1;
}
nav a.activeLink,
header > nav a.activeLink {
    font-weight: 900;
    color: rgba(241,97,34,1.0);
}
a.button {
    padding: 1em 0.5em 1em 0.5em;
    border-bottom: 2px solid rgba(241,97,34,1.0);
    margin: 0.5em 0.75em 1.5em 0em;
    display: flex;
}
a.button * {
    flex-grow:1;
}
a.button i.icon {
    margin-left: 2em;
    flex-grow: 0;
    text-align: right;
}

@media (any-pointer: fine) {
    a.button:hover {
    }
}



/* features list / list styling */
ul.featuresList {
    margin:0;
    padding:0;
    list-style-type:none;
}

ul.featuresList li {
    padding: 1em 0em 1em 0em;
    border-bottom: 1px solid rgba(20,20,20,0.1);
    margin: 1em 0em 1em 0em;
    display: flex;
}
ul.featuresList li:last-child {
    border-bottom:none;
}

ul.featuresList li * {
    padding:0;
    margin:0;
    line-height:1em;
    font-size:1em;
    flex-grow: 1;
}

ul.featuresList li span {
    margin-left: 2em;
    flex-grow: 0;
    text-align: right;
}

ul.featuresList li h5,
ul.featuresList li span {
    line-height: 1.5em;
    font-size: 1.2em;
}




/* teasers */

#masthead div.teaser a *,
#masthead div.teaser a:link,
#masthead div.teaser a:visited {
    color: rgba(255,255,255,1.0);
}
div.teaser.teaserOverImage {
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
}
div.teaser.teaserOverImage a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
    height: 110px;
    overflow: hidden;
    border: 8px solid #fff;
    padding: 5%;
    text-decoration: none;
    background: linear-gradient(to top, rgba(20,20,20,0.6), rgba(26,26,26,0.2), rgba(26,26,26,0.0), rgba(26,26,26,0.0));
}
div.teaser.teaserOverImage a * {
    margin: 0;
}
div.teaser.teaserOverImage a p {
    font-size: 0.8em;
    text-transform: uppercase;
}

@media screen and (max-width:1000px) {

}








@media screen and (max-width:1000px) {
    h1, h2 {
        font-size: 2em;
    }
    h3, h4 {
        font-size: 1.5em
    }
    p, .grid p {
        font-size: 1.3846153846153846em
    }

    h5, h6 {
        font-size: 1em
    }

    #mobileNavigation nav a {
        font-size: 1.6em;
        line-height: 1.1em;
        text-transform: none;
        letter-spacing: 0;
        display: block
    }

    #mobileNavigation a.icon-only {
        padding: 0;
        margin: 0 0.25em;
    }

    .icon {
        font-size: 1.5em
    }

    .icon-only {
        font-size: 1.5em
    }

    .menuContent h3 {
        font-size: 1.8em;
    }

    div.itemContent > div h4 {
        font-size: 1.4em;
    }
}



@media screen and (min-width:1000px) {
    h1 {
        font-size: 3em;
    }
    body.internal h1 {
        font-size: 2.8em;
    }

    #masthead > section:first-child p {
        font-size: 1.6em;
    }

    a.button {
        display: inline-flex;
    }

    header nav a.logo-small,
    header nav a.logo-small:hover {
        border: none
    }


    @media (any-pointer: fine) {
        header nav a,
        footer nav a {
            margin-bottom: 2px;
        }

            header nav a:hover:not(.activeLink),
            footer nav a:hover:not(.activeLink) {
                margin-bottom: 0;
            }

            header nav a:hover:not(.activeLink) {
                border-bottom: 2px solid rgba(255,255,255,0.2);
            }

            footer nav a:hover:not(.activeLink) {
                border-bottom: 2px solid rgba(0,0,0,0.2);
            }
    }
}









/* defaults */
picture, img {
    width: 100%;
    height: auto
}
hr {
    text-align: left;
    width: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(20,20,20,1.0);
    border-color: var(--palette-2);
    display: block;
    border-top: none;
    margin: 0;
    padding:0;
}
/* colors */
:root {
    --palette-1: rgba(255,255,255,1.0); /* white */
    --palette-2: rgba(241,97,34,1.0); /* rw orange #f16122 */
    --palette-3: rgba(230,230,230,1.0); /* rw light grey #e6e6e6 */
    --palette-3: rgba(153,153,153,1.0); /* rw grey #6d6e71 */
    --palette-4: rgba(20,20,20,1.0) /* rw black #141414 */
}
/* misc */
.filterGrey {
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8);
}
.filterHue {
    -webkit-filter: hue-rotate(10deg);
    filter: hue-rotate(10deg);
}
.filterContrast {
    -webkit-filter: contrast(4);
    filter: contrast(4);
}
.filterCombo:not(h1) {
    -webkit-filter: brightness(0.8) grayscale(0.6);
    filter: brightness(0.8) grayscale(0.6);
}
.darker {
    transition: 1.5s all;
    background-color: rgba(26,26,26,0.9)
}
img.featureLogo {
    max-width: 50%;
    margin-bottom: 2em
}
img.badge {
    width: 100px;
    display:block;
    margin-bottom:2em;
}
div.map, div.fullWidth {
    background-color: rgba(240,240,240,1.0)
}
div.map #map-canvas {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative
}
.opacityLess, body.internal header > nav .logo-small {
    transition: 1.5s all;
    opacity: 0.9 !important
}
@media screen and (max-width:1000px) {
    .tabContent.odd {
        background-color: rgba(0,0,0,0.03)
    }
}

/* padding */
article > div,
div.grid > div > section {
    padding:6em 10%;
}




/* background images control */
body, div.grid > div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div.grid > div > section {
    background-color: rgba(26,26,26,0.4);
}
div.grid > div > section:hover {
    background-color: rgba(20,20,20,0.6);
}
.picturefill-background {
    background-color: rgba(20,20,20,0.5);
}
.picturefill-background.fixTop {
    background-position: top !important;
}
.picturefill-background.fixedbg {
    background-attachment: fixed;
}


@media (-moz-touch-enabled: 1), (any-pointer: coarse), (max-width:1000px) {
    /* Rules for touch screens */
    .picturefill-background.fixedbg {
        background-attachment: scroll;
    }
    body.internal div#masthead.picturefill-background {
        background-position: center !important
    }
}



/* panels and layout */
header {
    position: absolute;
    width: 100%;
    background-color:rgba(20,20,20,0.4);
    border-bottom:1px solid rgba(255,255,255,1.0);
    z-index: 2000;
}
body.internal header {
    background-color: rgba(20,20,20,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
footer {
    border-top: 1px solid rgba(20,20,20,1.0);
}

div#masthead article,
div.artsy article {
    min-height: 80vh;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    background: linear-gradient(to top, rgba(20,20,20,0.6), rgba(26,26,26,0.3), rgba(26,26,26,0.0), rgba(26,26,26,0.0), rgba(26,26,26,0.4));
}
body.internal div#masthead article,
div.artsy article {
    min-height: 20vh;
    justify-content: flex-start;
    background: linear-gradient(to top, rgba(20,20,20,0.6), rgba(26,26,26,0.6));
}



/* navigation and masthead */
header > nav {
    padding: 1em 2%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}
header > nav .logo-small {
    margin-right: auto;
    opacity: 1.0;
    padding: 0em;
    min-width: 120px;
    height: 60px
}
header > nav .logo-small img {
    width: auto;
    height: 60px
}
footer nav {
    margin-bottom: 4em;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
}

header.mobileNavigationOpen {
    min-height: 100vh
}
div.showTouch button#mobileClose, 
div#mobileNavigation {
    display: none
}
div#mobileNavigation {
    background-color: rgba(255,255,255,0.95);
    min-height: 100vh;
    padding:1em 5%;
}
div#mobileNavigation nav {
    width: 100%;
    text-align: left;
    margin-bottom: 2em;
    border-bottom: 2px solid rgba(241,97,34,1.0)
}
div#mobileNavigation nav a {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(0,0,0,0.1);
}
div#mobileNavigation nav a:first-child {
    border-top:none;
}
div#mobileNavigation nav a:last-child {
    border-bottom: none
}






/* gallery */
section.thumbs {
   display:flex;
   flex-wrap:wrap;
   align-items:flex-start;
   align-content:flex-start;
   justify-content:space-between;
}
section.thumbs a {
    width: 49%;
    margin-bottom: 1px;
    padding: 0;
}
section.thumbs a.activeLink img {
    opacity:0.2;
}
@media screen and (max-width:1200px) {
    section.thumbs a {
        width: 15%;
        margin-bottom: 1px;
        padding: 0;
    }
}


/* landing page teasers */
.landingGrid--item a,
.landingGrid--item a:visited {
    text-decoration:none;
}
.landingGrid--item p {
    text-transform:uppercase;
    margin:0;
}



/* faq */
div.faqItem {
    padding-top: 3em;
}
div.faqItem:last-child {
    padding-bottom: 1em;
}


.rwGridSection > p {
    margin-top: 0px;
}


@media screen and (max-width:1000px) {
    article > div:not(:first-child) {
        padding-top: 0em
    }
    article > div {
        padding: 1em 5% /*Carlin: was: padding: 4em 5%*/
    }
    header nav {
        position: relative;
        float: left
    }
    header > nav a:not(.logo-small) {
        display: none
    }
    header > nav .logo-small {
        height: 35px
    }
    header > nav .logo-small img {
        height: 40px
    }
    img.featureLogo {
        max-width: 60%;
        margin-bottom: 1em
    }
    div.map {
        padding: 10vw
    }
    div.map #map-canvas {
        width: 80vw
    }
    .faq > article > div > section {
        border-bottom:2px solid rgba(20,20,20,0.2);
    }
    .faq > article > div:last-child > section {
        border: none;
    }
}


@media screen and (max-width:1200px) {
    div#masthead.doubleCol article > div:first-child {
        align-self: center;
        flex-grow: 1;
        padding-bottom:2.5em;
    }
    div#masthead.doubleCol article > div:last-child {
        align-self: center;
        flex-grow: 1;
        padding-top: 2.5em;
    }
}




@media screen and (min-width:1000px) {
    article > div {
        padding: 5em 10% 0em 10%;
    }
    header nav {
        padding: 1em 8%;
    }

    #mobileButtons {
        display: none
    }
    div.showTouch,
    div#mobileNavigation {
        display: none
    }
    main {
        padding-bottom:6em;
    }
    footer {
        padding-top: 2em;
        padding-bottom: 4em;
    }
    #masthead > article > div {
        padding-top: 5em;
        padding-bottom: 5em;
    }

    @media (any-pointer: fine) {
        .landingGrid--item a:hover {
            color: rgba(241,97,34,1.0);
        }
        .landingGrid--item a:hover img {
            opacity:0.8;
        }
        .landingGrid--item h3,
        .landingGrid--item p {
            padding-left: 5%;
            padding-right: 5%;
        }
    }

}

@media screen and (min-width:1200px) {
    /* padding */
    header nav {
        padding: 1.5em 8%;
    }
    div#masthead article {
        height: 80vh;
    }
    body.internal div#masthead article {
        height: 20vh;
    }
    body.internal div#masthead article > div {
        align-self: flex-end;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    div#masthead article,
    .singleCol article,
    .doubleCol article,
    .faq article,
    .landingGrid article {
        padding: 0em 5%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .faq article,
    .landingGrid article {
        flex-wrap:wrap;
        align-items:flex-start;
    }
    .doubleCol article > div,
    .faq article > div,
    .landingGrid article > div {
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 0;
        padding-right: 0;
        flex: 1 1;
    }
    .faq > article > div {
        flex: 0 1;
        flex-basis: 40%;
    }
    .landingGrid > article > div {
        flex: 0 1;
        flex-basis: 23%;
    }
    div#masthead.doubleCol article > div {
        margin-left: 8%;
        margin-right: 5%;
        padding-left: 0;
        padding-right: 0;
    }
    div#masthead.doubleCol article > div:first-child {
        align-self: flex-end;
        margin-left: 5%;
        margin-right: 0;
        padding-right: 11%;
        flex-grow: 2;
    }
    div#masthead.doubleCol article > div:last-child {
        align-self: center;
        margin-left: 0%;
        flex-grow: 1;
    }
    .singleCol article > div {
        flex-grow: 0;
        width: 55%;
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 0;
        padding-right: 0;
    }

    .doubleCol.carousel article > div:first-child {
        flex-grow:4;
        margin-right:5%;
    }
    .doubleCol.carousel article > div:last-child {
        margin-left: 0;
        border-bottom:1px solid rgba(20,20,20,0.2);
    }


}







/* forms */
form {
    margin-top: 4em;
    padding: 3em 2em;
    background-color: rgba(0,0,0,0.03);
    border-radius: 1em;
}
fieldset {
 text-align:left;
}
fieldset h3 {
    border-bottom:1px solid #cccccc;
    margin-bottom:1.5em;
    padding-bottom:0.5em;
}




fieldset,
div.validationMsg,
div.successMsg {
    margin: 0;
    margin-bottom: 3em;
    padding: 1.5em 2em 1.5em 2em;
    border-radius: 0.5em;
    border-color: rgba(255,255,255,1.0);
    background-color: rgba(255,255,255,1.0);
}

label {
    display: block;
    margin-top: 1.5em;
}

label.checkbox {
    display: inline-block;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
    background-color: rgba(0,0,0,0.05);
    padding: 0.7em 1em;
    border-radius: 0.25em;
}

textarea {
    min-height: 6em;
}

input, textarea {
    margin: 1em 0 1em 0;
    padding: 0.5em 0.7em;
    display: block;
    width: 90%;
}


input.short {
    width: 60%;
}

input[type=checkbox],
input[type=reset],
input[type=submit] {
    display: inline-block;
    margin: 0 0.2em;
    width: auto;
}

input[type=file] {
    width: 80%;
    margin-top: 0;
    padding: 0;
}


input[type=reset],
input[type=submit] {
    border: 1px solid #ffffff;
    border-radius: 0.5em;
    padding: 0.7em 1em;
    min-width: 100px;
}


div.validationMsg,
div.successMsg {
    margin-top: 2em;
    clear: both;
    border: 1px solid;
    background-color: rgba(255,0,0,1.0);
    padding-bottom: 1em;
    border-color: rgba(255,255,255,1.0);
    color: rgba(255,255,255,1.0);
}

input[type=submit],
div.successMsg {
    background-color: green;
    color: #ffffff;
}

input.validationError {
    border: 1px solid;
    border-color: rgba(255,0,0,1.0);
}

label.validationError {
    color: rgba(255,0,0,1.0);
}

@media screen and (min-width:1000px) {
    div.formSubmit {
        display: flex;
        flex-direction: row-reverse;
    }

        div.formSubmit p {
            padding-right: 15%;
        }
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    /* Rules for touch screens */
    .picturefill-background.fixedbg {
        background-attachment: scroll;
    }

    body.internal div#masthead.picturefill-background {
        background-position: top !important
    }
    div#masthead article,
    div.artsy article {
        height: 90vh;
    }
    body.internal div#masthead article,
    div.artsy article {
        height: 70vh;
    }

    header > nav {
        justify-content: flex-start
    }
    header > nav .logo-small {
        margin-right: 50px;
        width: 100px;
    }

    /* hack food menu */
    ul.variants li {
        justify-content: flex-start;
    }
    ul.variants li .variants-title {
        margin-right: 10px;
    }
    div.tabContent.goflex > article > div section:not(:first-child) {
        width: 45%;
    }
}
input.error {
    border: 1px solid;
    border-color: rgba(255,0,0,1.0);
}

label.error {
    color: rgba(255,0,0,1.0);
}

li {
    margin-bottom: 1.0em;
}

.blogSeparator {
    clear: both;
    height: 50px;
}

@media screen and (min-width:1150px) {

    .blogsLeft {
        float: left;
        width: 800px;
    }

    .blogsRight {
        float: left;
        width: 350px;
        padding-left: 20px;
    }
}

@media screen and (min-width:900px) {

    .blogsLeft {
        float: left;
        width: 500px;
    }

    .blogsRight {
        float: left;
        width: 350px;
        padding-left: 20px;
    }
    
}

@media screen and (min-width:768px) {

    .staff-image {
        width: 325px;
    }
}




@font-face {
  font-family: 'icomoon';
  src:  url(/site/rwdesign/images/icons/icomoon/fonts/icomoon.eot?955sax);
  src:  url(/site/rwdesign/images/icons/icomoon/fonts/icomoon.eot?955sax#iefix) format('embedded-opentype'),
    url(/site/rwdesign/images/icons/icomoon/fonts/icomoon.ttf?955sax) format('truetype'),
    url(/site/rwdesign/images/icons/icomoon/fonts/icomoon.woff?955sax) format('woff'),
    url(/site/rwdesign/images/icons/icomoon/fonts/icomoon.svg?955sax#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dietary:before {
  content: "\e913";
}
.icon-drexels-badge:before {
  content: "\e903";
}
.icon-gluten-free:before {
  content: "\e904";
}
.icon-menu-burgers:before {
  content: "\e905";
}
.icon-menu-drexels-classics:before {
  content: "\e906";
}
.icon-menu-egg-breakfasts:before {
  content: "\e907";
}
.icon-menu-french-toast:before {
  content: "\e908";
}
.icon-menu-kids:before {
  content: "\e909";
}
.icon-menu-pancake:before {
  content: "\e90a";
}
.icon-menu-salads:before {
  content: "\e90b";
}
.icon-menu-sandwich:before {
  content: "\e90c";
}
.icon-menu-sides:before {
  content: "\e90d";
}
.icon-menu-sweet-treats:before {
  content: "\e90e";
}
.icon-menu-waffle:before {
  content: "\e90f";
}
.icon-time7-2:before {
  content: "\e910";
}
.icon-time11-2:before {
  content: "\e911";
}
.icon-time630-2:before {
  content: "\e912";
}
.icon-cross2:before {
  content: "\e901";
}
.icon-menu2:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e900";
}
.icon-book:before {
  content: "\e91f";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-spoon-knife:before {
  content: "\e9a3";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}

