/*Reset*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://rsms.me/inter/inter.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Brand Styles*/
/*=======//=======
Colors
=======//=======*/
/*Darker Grey | 11.64 on white*/
/*White | 15.32:1 on charcoal*/
/*=======//=======
UI
=======//=======*/
/*Danger/alert color | 7.05:1 on white*/
/*Warning/caution color | 7.55:1 on on charcoal*/
/*Success color | 11.05:1 on charcoal*/
/*Notification color | 10.42:1 on on charcoal*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif; }

body,
p {
  font-family: "Inter", sans-serif; }

h1 {
  font-size: calc(22px + 1.6vw + 0.75vh);
  font-weight: 600;
  color: #C53030; }

h2 {
  font-size: calc(16px + 1.3vw + 0.75vh);
  font-weight: 600; }

h3 {
  margin-bottom: 0;
  font-size: calc(14px + 0.25vw);
  font-family: "Inter", sans-serif;
  font-weight: 600; }

h4 {
  font-size: calc(12px + 0.7vw + 0.75vh);
  font-weight: 600;
  color: #4A5568;
  margin-bottom: 0.5rem; }

h5 {
  font-size: calc(16px + 0.4vw + 0.75vh);
  font-weight: 600; }

.h5 {
  font-size: calc(16px + 0.4vw + 0.75vh);
  font-weight: 600; }

h6 {
  font-size: calc(16px + 0.25vw + 0.5vh);
  text-transform: uppercase;
  font-weight: 600; }

p {
  font-size: calc(20px + 0.25vw);
  margin-bottom: 1rem; }
  p a {
    color: #305A8D; }

em {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-display: swap; }

strong {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

body {
  line-height: 1.46;
  font-size: calc(11px + 0.25vw); }

small {
  font-size: 13px;
  color: #35393b;
  margin: 0;
  padding: 0;
  display: block; }

section.alert {
  background-color: #AB2121;
  color: #fefffe;
  border-radius: 8px;
  padding: 1rem 2rem;
  text-align: center; }

/*Mixins*/
* {
  box-sizing: border-box; }

html {
  font-size: 16px;
  scroll-behavior: smooth; }

body {
  font-size: calc(0.75rem + 0.6vmin + 0.6vw); }

a {
  text-decoration: none;
  color: #305A8D; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    text-decoration: underline;
    border: 2px solid #305A8D; }

.border {
  border: 1px solid #d4d7de; }

.flexCenter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center; }

.nudge {
  margin-right: .5rem; }

.blow {
  margin: .5rem 0; }

.littleBreath {
  margin: 1rem 0; }

.bigBreath {
  margin: 2rem 0; }

.corset {
  padding: 0 1rem; }

.hideDiv {
  display: none; }

.pCap {
  width: 100%;
  max-width: 75ch; }

img {
  width: 100%; }

/*Layout*/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem 0 1rem; }

.row {
  display: flex;
  flex-wrap: wrap; }

.row::after {
  content: "";
  display: table; }

[class*='col-'] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 1rem;
  /*border: 1px solid red;*/ }

.col-1 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; } }
.col-2 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }
.col-3 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-3 {
      flex: 0 0 25%;
      max-width: 25%; } }
.col-4 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
.col-5 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }
.col-6 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-6 {
      flex: 0 0 50%;
      max-width: 50%;
      flex-basis: 50%; } }
.col-7 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }
.col-8 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
.col-9 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-9 {
      flex: 0 0 75%;
      max-width: 75%; } }
.col-10 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; } }
.col-11 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; } }
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 50em) {
    .col-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
.center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-center {
  text-align: center; }

.inlineMe {
  display: inline; }

.breath {
  margin: 0 0 1rem 0; }

.gutPunch {
  padding: 0 0 16px 0; }

a {
  text-decoration: none;
  transition: 350ms all; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    text-decoration: underline; }

ul.bulletsPlease {
  list-style: none;
  padding-left: calc(2rem + 0.75vw);
  list-style-image: url(../../img/utility/bullet.svg); }
  ul.bulletsPlease li {
    font-size: calc(16px + 0.25vw);
    line-height: 2;
    padding-left: 4px;
    margin-bottom: 16px; }

.mw-100 {
  width: 100%;
  max-width: 100%; }

.mw-70 {
  width: 100%;
  max-width: 70%; }

.mw-50 {
  width: 50%;
  max-width: 50%; }

.mw-30 {
  width: 30%;
  max-width: 30%; }

.mw-10 {
  width: 10%;
  max-width: 10%; }

.uppercase {
  text-transform: uppercase; }

/*Accessiblity Styles*/
a:focus {
  outline: 0.25rem solid #305A8D;
  outline-offset: 0; }

.skipnav {
  font-size: 1rem;
  line-height: 1.62;
  background: transparent;
  padding: .5rem 1rem;
  top: -3.8rem;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #305A8D; }
  .skipnav:focus {
    left: .25rem;
    position: absolute;
    background: #fefffe;
    top: .25rem;
    transition: 350ms all;
    width: 100%;
    text-align: center; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition: none !important; } }

/*=======//=======
Global Link Styles
=======//=======*/
a:focus {
  outline: 2px solid #C53030;
  outline-offset: 4px; }

a.link-hover {
  text-decoration: underline; }

a.link-focus {
  outline: 2px solid #C53030;
  outline-offset: 4px;
  text-decoration: underline; }

/*=======//=======
Global Button Styles
=======//=======*/
[class*="btn-"] {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 24px;
  height: 48px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer; }
  [class*="btn-"]:focus {
    transition: 350ms all;
    outline: none;
    border: 2px solid #fefffe;
    box-shadow: 0px 0px 0px 2px #C53030; }

a[class*="btn-"]:hover {
  text-decoration: none; }

/*=======//=======
Form Buttons
=======//=======*/
/*=======//=======
Primary Button
=======//=======*/
.btn-primary {
  color: #fefffe;
  background-color: #C53030;
  border-color: transparent;
  transition: 350ms all; }
  .btn-primary:hover {
    color: #fefffe;
    background-color: #9c2626;
    text-decoration: none;
    transition: 350ms all; }
  .btn-primary:focus {
    color: #fefffe;
    background-color: #9c2626;
    text-decoration: none;
    transition: 350ms all; }

.btn-secondary {
  color: #C53030;
  background-color: #fefffe;
  border-color: #C53030;
  transition: 350ms all; }
  .btn-secondary:hover {
    color: #fefffe;
    background-color: #9c2626;
    text-decoration: none;
    transition: 350ms all; }
  .btn-secondary:focus {
    color: #fefffe;
    background-color: #9c2626;
    text-decoration: none;
    transition: 350ms all; }

/*Components */
.split {
  display: grid; }

.menu h2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #2D3748;
  color: #fefffe;
  margin: 24px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .menu h2:focus {
    outline: 2px solid #fefffe;
    outline-offset: -8px;
    border: none; }

.menu-row {
  border-bottom: 1px solid #2D3748;
  margin-bottom: 8px;
  padding-bottom: 8px; }
  .menu-row h3,
  .menu-row .price {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2D3748; }
  .menu-row .price {
    line-height: 0;
    font-weight: bold; }
  .menu-row .price:before {
    content: "";
    border-left: 1px solid #2D3748;
    margin-left: 12px;
    padding-left: 12px; }

.menu-row p {
  padding-top: 4px;
  color: #4A5568;
  font-size: 14px; }

@media (min-width: 50em) {
  .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 56px; }
  .menu-row p {
    padding-top: 4px;
    color: #4A5568;
    font-size: 16px; } }

.note {
  font-size: 16px;
  font-style: italic; }

.menu__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  align-content: center;
  justify-content: center;
  margin: 24px 0; }

.menu__navigation--item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

a.menu__navigation--item {
  display: flex;
  justify-content: center;
  background-color: #255376;
  padding: 8px;
  align-items: center;
  height: 100%;
  color: #fefffe;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  transition: 350ms all;
  font-family: "Montserrat", sans-serif; }
  a.menu__navigation--item:hover {
    background-color: #1C202B;
    transition: 350ms all; }
  a.menu__navigation--item:focus {
    background-color: #1C202B;
    transition: 350ms all;
    outline: 2px solid #fefffe;
    outline-offset: -4px;
    border: none; }

.menu__navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  align-content: center;
  justify-content: center;
  margin: 24px 0; }

.menu__navigation--orphan {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

a.menu__navigation--orphan {
  display: flex;
  justify-content: center;
  background-color: #255376;
  padding: 8px;
  align-items: center;
  height: 100%;
  color: #fefffe;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  max-width: 280px;
  transition: 350ms all;
  font-family: "Montserrat", sans-serif; }
  a.menu__navigation--orphan:hover {
    background-color: #1C202B;
    transition: 350ms all; }
  a.menu__navigation--orphan:focus {
    background-color: #1C202B;
    transition: 350ms all;
    outline: 2px solid #fefffe;
    outline-offset: -4px;
    border: none; }

@media (min-width: 50em) {
  .menu__navigation {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center; } }

.announcement-bar {
  background-color: #9B2C2C;
  color: #fefffe;
  padding: 1rem 0;
  text-align: center;
  font-weight: 700; }
  .announcement-bar p {
    margin: 0;
    font-size: 1rem; }
  .announcement-bar a {
    color: #fefffe;
    text-decoration: underline; }

@media (min-width: 50em) {
  .announcement-bar p {
    font-size: 1.2rem; } }

/*Content Sections*/
header {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  background-color: #fefffe; }

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .logo a {
    display: block;
    padding: 32px 16px;
    font-family: "Montserrat", sans-serif;
    font-size: calc(16px + 1.6vw + 0.75vh);
    color: #C53030;
    transition: 350ms all; }
    .logo a:hover, .logo a:focus {
      text-decoration: none;
      color: #305A8D;
      transition: 350ms all; }

.ravens {
  width: 100%;
  max-width: 55px;
  margin-right: 16px; }

button.nav {
  padding: 8px;
  border: 2px solid #C53030;
  border-radius: 3px;
  font-size: 1em;
  background: #C53030;
  color: #fefffe;
  cursor: pointer;
  margin: 24px; }
  button.nav:focus, button.nav:hover {
    background: #305A8D;
    color: #fefffe; }

.main-nav {
  display: none;
  flex-direction: column;
  color: #fefffe; }

.main-nav.is-active {
  display: flex; }

.navSVG {
  fill: #305A8D;
  margin-bottom: 8px; }

.main-sections {
  display: flex;
  border-bottom: 1px solid #305A8D;
  border-top: 1px solid #305A8D; }
  .main-sections li {
    display: flex;
    flex: 50 1 auto;
    width: 50%; }
    .main-sections li a {
      flex: 50 1 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 16px;
      color: #305A8D; }
      .main-sections li a:hover, .main-sections li a:focus {
        background-color: #C3D5E9;
        text-decoration: none; }

.main-sections li + li {
  border-left: 1px solid #305A8D; }

.secondary-sections {
  display: flex;
  flex-direction: column; }
  .secondary-sections li {
    border-bottom: 1px solid #305A8D; }
    .secondary-sections li a {
      padding: 24px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #305A8D; }
      .secondary-sections li a:hover, .secondary-sections li a:focus {
        background-color: #C3D5E9;
        text-decoration: none; }

@media (min-width: 50em) {
  header {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .logo {
    display: inline-flex; }
  button.nav {
    display: none; }
  .main-nav {
    display: flex;
    flex-direction: row; }
  .navSVG {
    fill: #305A8D;
    margin-right: 8px;
    margin-bottom: 0; }
  .main-sections {
    display: inline-flex;
    border: none; }
    .main-sections li {
      width: auto;
      margin-right: 16px; }
      .main-sections li a {
        flex-direction: row; }
  .main-sections li + li {
    border: none; }
  .secondary-sections {
    display: flex;
    flex-direction: row; }
    .secondary-sections li {
      border-bottom: none;
      display: flex;
      margin-right: 16px; }
      .secondary-sections li a {
        padding: 16px; } }

footer {
  background-color: #35393b;
  padding: 32px 0 48px 0;
  color: #fefffe;
  font-size: calc(8px + 0.25vw + 0.5vh);
  width: 100%; }
  footer a {
    color: #fefffe;
    font-size: calc(12px + 0.25vw + 0.5vh); }

.footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 16px; }

.footerLogo {
  display: flex;
  justify-content: center; }
  .footerLogo a {
    padding: 8px 0;
    font-family: "Montserrat", sans-serif;
    font-size: calc(16px + 1.6vw + 0.75vh);
    color: #fefffe;
    transition: 350ms all; }
    .footerLogo a:hover, .footerLogo a:focus {
      text-decoration: none;
      color: #C3D5E9;
      transition: 350ms all; }

.footerLinks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem; }

.hours {
  margin-top: 24px; }

.hoursSplit {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-gap: 1rem; }

@media (min-width: 50em) {
  .footerLogo {
    justify-content: flex-start; }
  .footerSplit {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-gap: 1rem;
    align-items: center; }
  .footerLinks {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center; }
  .hours {
    margin-top: 0px; } }
