/* Minification failed. Returning unminified contents.
(613,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(614,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(615,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(616,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1181,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1182,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1183,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1184,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: 'ProximaNova';
    src: url(/site/drexels/fonts/proximaNova/proximanova-light.eot);
    src: url(/site/drexels/fonts/proximaNova/proximanova-light.eot?#iefix) format('embedded-opentype'),
         url(/site/drexels/fonts/proximaNova/proximanova-light.woff) format('woff'),
         url(/site/drexels/fonts/proximaNova/proximanova-light.ttf) format('truetype'),
         url(/site/drexels/fonts/proximaNova/proximanova-light.svg#ProximaNova) format('svg');
    font-weight: 200;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	@font-face {
	font-family: 'ProximaNova';
	src: url(/site/drexels/fonts/proximaNova/proximanova-light.svg#ProximaNova) format('svg');
    font-weight: 200;
    font-style: normal;
	}
}







@font-face {
    font-family: 'ProximaNova';
    src: url(/site/drexels/fonts/proximaNova/proximanova-regular.eot);
    src: url(/site/drexels/fonts/proximaNova/proximanova-regular.eot?#iefix) format('embedded-opentype'),
         url(/site/drexels/fonts/proximaNova/proximanova-regular.woff) format('woff'),
         url(/site/drexels/fonts/proximaNova/proximanova-regular.ttf) format('truetype'),
         url(/site/drexels/fonts/proximaNova/proximanova-regular.svg#ProximaNova) format('svg');
    font-weight: 400;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	@font-face {
	font-family: 'ProximaNova';
	src: url(/site/drexels/fonts/proximaNova/proximanova-regular.svg#ProximaNova) format('svg');
    font-weight: 400;
    font-style: normal;
	}
}







@font-face {
    font-family: 'ProximaNova';
    src: url(/site/drexels/fonts/proximaNova/proximanova-semibold.eot);
    src: url(/site/drexels/fonts/proximaNova/proximanova-semibold.eot?#iefix) format('embedded-opentype'),
         url(/site/drexels/fonts/proximaNova/proximanova-semibold.woff) format('woff'),
         url(/site/drexels/fonts/proximaNova/proximanova-semibold.ttf) format('truetype'),
         url(/site/drexels/fonts/proximaNova/proximanova-semibold.svg#ProximaNova) format('svg');
    font-weight: 600;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	@font-face {
	font-family: 'ProximaNova';
	src: url(/site/drexels/fonts/proximaNova/proximanova-semibold.svg#ProximaNova) format('svg');
	font-weight: 600;
    font-style: normal;
	}
}











@font-face {
    font-family: 'ProximaNova';
    src: url(/site/drexels/fonts/proximaNova/proximanova-bold.eot);
    src: url(/site/drexels/fonts/proximaNova/proximanova-bold.eot?#iefix) format('embedded-opentype'),
         url(/site/drexels/fonts/proximaNova/proximanova-bold.woff) format('woff'),
         url(/site/drexels/fonts/proximaNova/proximanova-bold.ttf) format('truetype'),
         url(/site/drexels/fonts/proximaNova/proximanova-bold.svg#ProximaNova) format('svg');
    font-weight: 700;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	@font-face {
	font-family: 'ProximaNova';
	src: url(/site/drexels/fonts/proximaNova/proximanova-bold.svg#ProximaNova) format('svg');
	font-weight: 700;
    font-style: normal;
	}
}











@font-face {
    font-family: 'ProximaNova';
    src: url(/site/drexels/fonts/proximaNova/proximanova-extrabold.eot);
    src: url(/site/drexels/fonts/proximaNova/proximanova-extrabold.eot?#iefix) format('embedded-opentype'),
         url(/site/drexels/fonts/proximaNova/proximanova-extrabold.woff) format('woff'),
         url(/site/drexels/fonts/proximaNova/proximanova-extrabold.ttf) format('truetype'),
         url(/site/drexels/fonts/proximaNova/proximanova-extrabold.svg#ProximaNova) format('svg');
    font-weight: 800;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	@font-face {
	font-family: 'ProximaNova';
	src: url(/site/drexels/fonts/proximaNova/proximanova-extrabold.svg#ProximaNova) format('svg');
	font-weight: 800;
    font-style: normal;
	}
}











@font-face {
    font-family: 'ProximaNova';
    src: url(/site/drexels/fonts/proximaNova/proximanova-black.eot);
    src: url(/site/drexels/fonts/proximaNova/proximanova-black.eot?#iefix) format('embedded-opentype'),
         url(/site/drexels/fonts/proximaNova/proximanova-black.woff) format('woff'),
         url(/site/drexels/fonts/proximaNova/proximanova-black.ttf) format('truetype'),
         url(/site/drexels/fonts/proximaNova/proximanova-black.svg#ProximaNova) format('svg');
    font-weight: 900;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	@font-face {
	font-family: 'ProximaNova';
	src: url(/site/drexels/fonts/proximaNova/proximanova-black.svg#ProximaNova) format('svg');
	font-weight: 900;
    font-style: normal;
	}
}









/* color ref */
:root {
    --palette-1: rgba(255,255,255,1.0); /* white */
    --palette-2: rgba(255,211,0,1.0); /* drexels yellow */
    --palette-3: rgba(109,110,113,1.0); /* drexels grey */
    --palette-4: rgba(26,26,26,1.0) /* drexels black */
}

/* defaults */

body {
    font-family: "ProximaNova",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: rgba(109,110,113,1.0);
    background-color: rgba(255,255,255,1.0);
    font-size: 13px;
    text-align: center;
    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;
}

/* color */
h1, h2, h3, h4 {
    color: rgba(26,26,26,1.0);
}
h5, h6 {
    color: rgba(109,110,113,1.0);
}
a:link, a:visited {
    color: rgba(109,110,113,1.0)
}

a.button, a.button:visited {
     color: rgba(26,26,26,1.0)

}
footer nav a:link,
footer nav a:visited {
    color: rgba(26,26,26,1.0)
}


/* size */
p, label, input, button, textarea {
    font-size: 1.3076923076923077em
}
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: 0.9230769230769231em
}
nav a {
    font-size: 0.85em
}
a.button {
    font-size: 0.9230769230769231em
}

/* 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 {
    letter-spacing: 0.15384615384615385em;
    line-height: 1.5em;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.7), 2px 2px 0px rgba(255,211,0,0.7);
}
h5 {
    font-weight: 400;
    line-height: 1.5em

}
h6 {
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.15384615384615385em
}

nav a {
    font-weight: 400;
    letter-spacing: 0.125em;
}
a.activeLink {
    font-weight: 700;
}
a.button {
    font-weight: 700;
    letter-spacing: 0.15384615384615385em;
}


/* casing */
h1, h2, h6 {
    text-transform:uppercase;
}
nav a,
a.button {
    text-transform:uppercase;
}


/* mods */
footer h5 {
    color: rgba(109,110,113,1.0)
}

.footerCTA, .footerCTA a {
    color: rgba(26,26,26,1.0)
}

h2 span {
    color: rgba(109,110,113,1.0)
}
.grid p {
    font-size: 1.8461538461538463em
}
.small {
    font-size: 90%

}
div#masthead p {
    font-weight: 400
}
div#masthead p:last-child {
    font-weight: 200;
    margin-top: 0
}
footer h2 {
    margin-top: 3em;
    margin-bottom: 1em
}

p.footerCTA {
    font-weight: 400;
    margin-top: -0.5em;
    margin-bottom: 4em;
}
.attachedNote {
    margin-top: 0.1em;
}
#masthead h1 {
    font-size: 2.230769230769231em;
    letter-spacing: 0.2em;
    text-shadow: 1px 1px 0px rgba(26,26,26,0.8), 2px 2px 0px rgba(255,211,0,1.0);
}
/* reversed theme */
.reversedTypo {
    background-color: rgba(26,26,26,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(255,211,0,1.0); 
    color: rgba(255,255,255,0.8)
}
.reversedTypo h1,
.reversedTypo h2 {
    text-shadow: 1px 1px 0px rgba(109,110,113,0.7), 2px 2px 0px rgba(255,211,0,0.7)
}





/* iconography */
.icon {
    padding: 0;
    margin:0;
    line-height: 100%;
    font-size: 2em
}
a.icon-only,
a.icon-only:visited {
    text-decoration: none;
    margin-left: 0.25em;
    margin-right: 0.25em
}
.x2 {
    font-size:400%;
}
.flourish1 {
    color: rgba(255,211,0,1.0);
    border: 3px double rgba(109,110,113,1.0);
    padding: 0.2em;
    border-radius: 50%;
    margin: 0.2em 0.1em 0.5em 0.1em;
    display: inline-block
}
.flourish2 {
    color: rgba(109,110,113,1.0);
    border: 3px double rgba(255,211,0,1.0);
    padding: 0.2em;
    border-radius: 50%;
    margin: 0.2em 0.1em 0.5em 0.1em;
    display: inline-block
}
.flourish3 {
    color: rgba(109,110,113,1.0);
    border: 3px dotted rgba(255,211,0,1.0);
    padding: 0.2em;
    border-radius: 50%;
    margin: 0.2em 0.1em 0.5em 0.1em;
    display: inline-block
}
.yellow {
    color: rgba(255,211,0,1.0)
}
button.icon {
    border: none;
    background: none;
}
a.button i.icon,
#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(255,211,0,1.0)
}
#mobileButtons {
    position: relative;
    top: 0;
    right: 0em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}
#mobileButtons button, #mobileButtons a {
    padding: .75em .75em;
    text-decoration: none;
    color: rgba(255,211,0,0.85);
    background-color: rgba(0,0,0,0.2);
    margin-left: 2px
}
button#mobileClose {
    background-color: rgba(255,255,255,0.95);
    color: rgba(26,26,26,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.3em 1em 0.3em;
    margin-left: 1.5em;
    margin-right: 1.5em
}
nav a.activeLink {
    border-bottom: 2px solid rgba(255,211,0,1.0)
}
a.button {
    padding: 1.3em 2.5em 1.2em 2.5em;
    border: 2px solid rgba(255,211,0,1.0);
    margin: 1em 0.2em 1.5em 0.2em;
    display: block
}
a.tab,
a.tab:visited {
    color: rgba(26,26,26,1.0);
    padding: 1.1em 2.5em 1.0em 2.5em;
    display: block;
    font-size: 1.4em;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.8);
    font-weight: 700
}
a.tab i,
a.tab i:visited {
    color: rgba(109,110,113,1.0)
}
@media (any-pointer: fine) {
    a.tab:hover {
        cursor: pointer
    }
}
a.tab i {
    font-size: 1em;
    margin-right: 0.2em
}



/* menu item styling */
/* reset styles */
section.menuContent * {
    color: rgba(109,110,113,1.0)
}

div.menuItem h1,
div.menuItem h2,
div.menuItem h3,
div.menuItem h4,
div.menuItem h5,
div.menuItem h6,
div.menuItem p,
div.menuItem ul.variants li {
    padding: 0;
    margin: 0;
    line-height: 100%;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 200;
    font-size: 13px
}
/* new styles */
.menuContent {
    font-size: 120%;
    line-height:140%;
}
.menuContent h3 {
    margin-bottom: 0;
}
div.menuItem p.small {
    font-size:90%;
}
div.menuItem .price {
    font-weight: 600
}
div.itemContent > div h4,
div.itemContent > div h5,
div.itemContent > div p {
    line-height: 140%
}
div.itemContent > div h4 {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 10px;
}
div.itemContent > div h5 {
    font-size: 100%;
    font-weight: 600;
}
div.itemContent > div p {
    font-size: 90%;
    max-width:80%;
}
div.itemContent > h4 {
    font-size: 105%;
    line-height: 170%;
}
div.menuItem ul.variants li h6,
div.menuItem ul.variants li p {
    font-size: 120%;
    line-height: 150%
}
div.menuItem ul.variants li h6 span {
    display: block;
    font-size: 90%;
    line-height: 150%;
    margin-left:5px;
}
div.menuItem ul.variants li h6 span:before {
    content: "\ea3c ";
    font-family: "icomoon";
    padding-right: 5px;
    font-size: 90%;
    vertical-align: -5%;
    opacity: 0.4;
    color: rgba(109,110,113,1.0)
}
.gf:after {
    content: "\e915 ";
    font-family: "icomoon";
    padding-left: 5px;
    font-size: 120%;
    vertical-align: -15%;
    opacity: 1.0;
    color: #ffb600;
}

.df:after {
    content: "\e914 ";
    font-family: "icomoon";
    padding-left: 5px;
    font-size: 120%;
    vertical-align: -15%;
    opacity: 1.0;
    color: #ff8f00;
}

.vg:after {
    content: "\e916 ";
    font-family: "icomoon";
    padding-left: 5px;
    font-size: 120%;
    vertical-align: -15%;
    opacity: 1.0;
    color: #ff7100;
}



@media screen and (max-width:1000px) {
    h1, h2, h3, h4, 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: 2em
    }
    .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:800px) {
    a.button, .grid a.button {
        display: inline-block;
        padding: 1.3em 1.5em 1.2em 1.5em
    }
    a.tab,
    a.tab:visited {
        display: inline-block;
        padding: 1.3em 1.5em 1.2em 1.5em;
        border-bottom: none;
        border-top: none;
        background: none;
        font-weight: 200
    }
    a.tab.activeLink {
        border-bottom: 4px solid rgba(26,26,26,1.0);
        background: none;
        font-weight: bold
    }
    @media (any-pointer: fine) {
        a.tab:hover:not(.activeLink) {
            border-bottom: 4px solid rgba(0,0,0,0.1)
        }
        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)
        }
    }
    #masthead h1 {
        font-size: 3.2em;
        letter-spacing: 0.2em;
        margin-left:0.2em;
    }
    header nav a.logo-small,
    header nav a.logo-small:hover {
        border: none
    }
}


@media screen and (min-width:1000px) {


    h5.openingHours {
        display: inline-block;
        margin-left: 0.5em;
        margin-right: 0.5em
    }
    .grid p {
        font-size: 1.5em;
        line-height: 1.3em
    }
}









/* defaults */
picture, img {
    width: 100%;
    height: auto
}
hr {
    margin:2em auto;
}
/* colors */
:root {
    --palette-1: rgba(255,255,255,1.0); /* white #ffffff */
    --palette-2: rgba(255,211,0,1.0); /* drexels yellow #ffd300 */
    --palette-3: rgba(109,110,113,1.0); /* drexels grey #6d6e71 */
    --palette-4: rgba(26,26,26,1.0) /* drexels black #262626 */
}
/* 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:0px auto;
    margin-bottom:2em;
    /*
    position: relative;
    margin-top: -130px;
    margin-bottom: 60px
        */
}
div.map {
    background-color: rgba(26,26,26,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,
footer,
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(26,26,26,0.6);
}
.picturefill-background {
    background-color: rgba(26,26,26,1.0);
}
.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: top !important
    }
}



/* panels and layout */
header {
    position: fixed;
    width: 100%;
    background-color: rgba(26,26,26,0.1);
    z-index:2000;
}
div#masthead article,
div.artsy article {
    min-height: 90vh;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
    align-items: flex-end;
    /* background-color: rgba(26,26,26,0.3); */
    background: linear-gradient(to top, rgba(26,26,26,1.0), rgba(26,26,26,0.2), rgba(26,26,26,0.0), rgba(26,26,26,0.0));
}
div#masthead > article > div {
    padding: 6em 15% 6em 15%;
}
body.internal div#masthead article,
div.artsy article {
    min-height: 70vh;
    align-items: center;
    background-color: rgba(26,26,26,0.3)
}
body.internal div#masthead > article > div {
    padding: 5em 15% 1em 15%;
}



/* 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: 0.0;
    padding: 0em;
    min-width: 100px;
    height: 50px
}
header > nav .logo-small img {
    width: auto;
    height: 55px
}
footer nav {
    margin-bottom: 4em
}
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(255,211,0,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
}
div.tabs {
    background-image: url(/site/drexels/images/home5/700x700.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width:1000px) {
    article > div:not(:first-child) {
        padding-top: 0em
    }
    article > div {
        padding: 4em 5%
    }
    header nav {
        position: relative;
        float: left
    }
    body.internal div#masthead article {
        min-height: 60vh
    }
    header > nav a:not(.logo-small) {
        display: none
    }
    header > nav .logo-small {
        height: 35px
    }
    header > nav .logo-small img {
        height: 40px
    }
    footer nav {
        display: none
    }
    img.featureLogo {
        max-width: 60%;
        margin-bottom: 1em
    }
    img.badge {
        margin-top: -100px;
        margin-bottom: 0
    }
    div.map {
        padding: 10vw
    }
    div.map #map-canvas {
        width: 80vw
    }
}

@media screen and (min-width:800px) {
    div.tabs {
        background: none
    }
    div.tabContent hr {
        width: 70%
    }
}


@media screen and (min-width:1000px) {
    article > div {
        padding: 6em 15% 6em 15%;
    }
    main > div.tabContent > article > div {
        padding: 6em 5% 0em 5%;
        border-bottom: 1px solid rgba(26,26,26,0.1)
    }
    header nav {
        padding: 1em 8%;
    }
    main > div.singleCol > article > div {
        padding-left: 25%;
        padding-right: 25%
    }
    #mobileButtons {
        display: none
    }
    div.showTouch,
    div#mobileNavigation {
        display: none
    }
    div.social {
        float: right
    }
}

@media screen and (min-width:1200px) {
    /* padding */
    article > div,
    main > div.tabContent > article > div {
        padding-left: 10%;
        padding-right: 10%;
    } 
    header nav {
        padding: 2em 8%;
    }
    div.doubleCol article {
        display: flex;
        padding-left: 5%;
        padding-right: 5%
    }
    div.doubleCol article div {
        padding-left: 7%;
        padding-right: 7%;
        flex-grow: 1;
        flex-basis: 0
    }
    div#masthead > article > div {
        padding: 6em 30% 3em 30%
    }
    div.grid > div > section {
        padding: 4em 10%
    }
    div.grid {
        display: flex;
        flex-direction: row
    }
    div.grid div {
        flex-grow: 1;
        flex-basis: 0
    }
    div.grid div section {
        min-height: 40vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}




/* food menu styling */
h4.price {float:right;}
section.menuContent > div.menuCategory {
    padding: 1em 0;
}
ul.variants li {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items:flex-start;
}
ul.variants li .variants-title {
    margin-right: auto;
}
div.menuItem {
    text-align: left;
    margin-top: 2em;
    margin-bottom: 3em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(255,211,0,1.0)
}
div.menuItem:last-child {
    border-bottom: none;
}
 
div.itemContent,
ul.variants {
    margin-bottom: 0.5em
}
div.itemContent {
    margin-bottom: 10px;
    padding-bottom: 5px
}
ul.variants {
    padding: 0;
    margin-top: 0.5em
}
ul.variants li {
    list-style-type:none;
}
ul.variants li div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap
}
ul.variants li div p {
    flex-wrap: nowrap
}
ul.variants li div p:first-child {
    margin-right:auto;
    padding-right:10px;
}

@media screen and (max-width:800px) {
    section.menuContent div.menuCategory {
        border-bottom: 2px solid rgba(26,26,26,1.0);
        padding-bottom: 0;
        padding-top:2em;
    }
    div.tabContent article div section:first-child {
        width: 70%;
        margin: 0px auto
    }
}

@media screen and (min-width:1000px) {
    div.tabContent.goflex > article > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
    }
    div.tabContent.goflex > article > div section:not(:first-child) {
        flex: 1 0 auto;
        max-width: 45%;
    }
    div.tabContent.goflex > article > div section:first-child {
        flex-basis: 100%
    }
    div.tabContent.noflex > article > div {
        padding-left:5%;
        padding-right:5%;
    }
    div.tabContent.noflex > article > div section.menuContent > div {
        min-width: 40%;
        margin-left: 5%;
        margin-right: 5%;
        float: left;
    }
    div.tabContent.noflex > article > div:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }
    div.tabContent.noflex.oneCat > article > div section.menuContent > div {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    div.tabContent.noflex.oneCat > article > div section.menuContent > div > div.menuItem {
        min-width: 40%;
        margin-left: 5%;
        margin-right: 5%;
        float: left;
        border-bottom:none;
    }
}



/* 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);
}

@font-face {
  font-family: 'icomoon';
  src:  url(/site/drexels/images/icons/icomoon/fonts/icomoon.eot?k0t833);
  src:  url(/site/drexels/images/icons/icomoon/fonts/icomoon.eot?k0t833#iefix) format('embedded-opentype'),
    url(/site/drexels/images/icons/icomoon/fonts/icomoon.ttf?k0t833) format('truetype'),
    url(/site/drexels/images/icons/icomoon/fonts/icomoon.woff?k0t833) format('woff'),
    url(/site/drexels/images/icons/icomoon/fonts/icomoon.svg?k0t833#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-dairy-free:before {
  content: "\e914";
  color: #ff8f00;
}
.icon-gluten-f:before {
  content: "\e915";
  color: #ffb600;
}
.icon-vegan:before {
  content: "\e916";
  color: #ff7100;
}
.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";
}

