@charset "UTF-8";
/* _master.scss */
/* ============ FRAMEWORKS ============ */
/* _flexbox-grid.scss */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/fzy8rci.css");
@import url("../../global/CSS/global.css");
.flex-container,
.flex-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.flex-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.flex-row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.flex-col-xs,
.flex-col-xs-1,
.flex-col-xs-2,
.flex-col-xs-3,
.flex-col-xs-4,
.flex-col-xs-5,
.flex-col-xs-6,
.flex-col-xs-7,
.flex-col-xs-8,
.flex-col-xs-9,
.flex-col-xs-10,
.flex-col-xs-11,
.flex-col-xs-12,
#plan-your-visit-sub .flex-row > .templatecontent:not([class*=flex-col]),
#plan-your-visit-main .flex-row > .templatecontent:not([class*=flex-col]),
.default-main .flex-row > .templatecontent:not([class*=flex-col]),
.default-main .flex-row > .sw-public-page-part:not([class*=flex-col]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.flex-col-xs {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.flex-col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.flex-col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.flex-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.flex-col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.flex-col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.flex-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.flex-col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.flex-col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.flex-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.flex-col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.flex-col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.flex-col-xs-12, #plan-your-visit-sub .flex-row > .templatecontent:not([class*=flex-col]), #plan-your-visit-main .flex-row > .templatecontent:not([class*=flex-col]), .default-main .flex-row > .templatecontent:not([class*=flex-col]),
.default-main .flex-row > .sw-public-page-part:not([class*=flex-col]) {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.flex-col-xs-offset-1 {
  margin-left: 8.333%;
}

.flex-col-xs-offset-2 {
  margin-left: 16.667%;
}

.flex-col-xs-offset-3 {
  margin-left: 25%;
}

.flex-col-xs-offset-4 {
  margin-left: 33.333%;
}

.flex-col-xs-offset-5 {
  margin-left: 41.667%;
}

.flex-col-xs-offset-6 {
  margin-left: 50%;
}

.flex-col-xs-offset-7 {
  margin-left: 58.333%;
}

.flex-col-xs-offset-8 {
  margin-left: 66.667%;
}

.flex-col-xs-offset-9 {
  margin-left: 75%;
}

.flex-col-xs-offset-10 {
  margin-left: 83.333%;
}

.flex-col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .flex-container {
    width: 750px;
  }
  .flex-col-sm,
  .flex-col-sm-1,
  .flex-col-sm-2,
  .flex-col-sm-3,
  .flex-col-sm-4,
  .flex-col-sm-5,
  .flex-col-sm-6,
  .flex-col-sm-7,
  .flex-col-sm-8,
  .flex-col-sm-9,
  .flex-col-sm-10,
  .flex-col-sm-11,
  .flex-col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex-col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .flex-col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .flex-col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .flex-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .flex-col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .flex-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .flex-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .flex-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .flex-col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .flex-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-sm-offset-0 {
    margin-left: 0;
  }
  .flex-col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .flex-col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .flex-col-sm-offset-3 {
    margin-left: 25%;
  }
  .flex-col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .flex-col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .flex-col-sm-offset-6 {
    margin-left: 50%;
  }
  .flex-col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .flex-col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .flex-col-sm-offset-9 {
    margin-left: 75%;
  }
  .flex-col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .flex-col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-container {
    width: 970px;
  }
  .flex-col-md,
  .flex-col-md-1,
  .flex-col-md-2,
  .flex-col-md-3,
  .flex-col-md-4,
  .flex-col-md-5,
  .flex-col-md-6,
  .flex-col-md-7,
  .flex-col-md-8,
  .flex-col-md-9,
  .flex-col-md-10,
  .flex-col-md-11,
  .flex-col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex-col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .flex-col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .flex-col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .flex-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .flex-col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .flex-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .flex-col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .flex-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .flex-col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .flex-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-md-offset-0 {
    margin-left: 0;
  }
  .flex-col-md-offset-1 {
    margin-left: 8.333%;
  }
  .flex-col-md-offset-2 {
    margin-left: 16.667%;
  }
  .flex-col-md-offset-3 {
    margin-left: 25%;
  }
  .flex-col-md-offset-4 {
    margin-left: 33.333%;
  }
  .flex-col-md-offset-5 {
    margin-left: 41.667%;
  }
  .flex-col-md-offset-6 {
    margin-left: 50%;
  }
  .flex-col-md-offset-7 {
    margin-left: 58.333%;
  }
  .flex-col-md-offset-8 {
    margin-left: 66.667%;
  }
  .flex-col-md-offset-9 {
    margin-left: 75%;
  }
  .flex-col-md-offset-10 {
    margin-left: 83.333%;
  }
  .flex-col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-container {
    width: 1170px;
  }
  .flex-col-lg,
  .flex-col-lg-1,
  .flex-col-lg-2,
  .flex-col-lg-3,
  .flex-col-lg-4,
  .flex-col-lg-5,
  .flex-col-lg-6,
  .flex-col-lg-7,
  .flex-col-lg-8,
  .flex-col-lg-9,
  .flex-col-lg-10,
  .flex-col-lg-11,
  .flex-col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex-col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .flex-col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .flex-col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .flex-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .flex-col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .flex-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .flex-col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .flex-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .flex-col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .flex-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-lg-offset-0 {
    margin-left: 0;
  }
  .flex-col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .flex-col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .flex-col-lg-offset-3 {
    margin-left: 25%;
  }
  .flex-col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .flex-col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .flex-col-lg-offset-6 {
    margin-left: 50%;
  }
  .flex-col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .flex-col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .flex-col-lg-offset-9 {
    margin-left: 75%;
  }
  .flex-col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .flex-col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .flex-container {
    width: 1240px;
  }
}
/* ============ BASE ============ */
/* _variables.scss */
/* ============ Colors ============ */
/* ============ Fonts ============ */
/* ============ Breakpoints ============ */
/*
.example {
  width: 100%;

  @include bp-sm {
    width: 50%;
  }
}
*/
/* _reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.locked {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

img {
  max-width: 100%;
}

*::-moz-selection {
  background-color: #e01212;
  color: white;
}

*::selection {
  background-color: #e01212;
  color: white;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

*:target::before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0;
}

*:target::before:focus {
  outline: none;
}

*:target:focus {
  outline: none;
}

hr {
  border-color: #e1d1a8;
  border-style: solid;
  width: 100%;
}

a, a:visited, a:hover, a:focus, input, input:hover {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  text-decoration: none;
}

/* _typography.scss */
/* ============ FONTS ============ */
/* ============ REM Font Size ============ */
/*
.example {
    @include font-size(14px)
}
*/
/* ============ TAGS ============ */
body {
  color: #0f3050;
  font: normal 1rem "Montserrat", sans-serif;
}

h1, .h1 {
  font: bold 3.5rem "bourbon", serif;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

h2, .h2 {
  font: bold 2rem "rogliano", serif;
  letter-spacing: 4px;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

h3, .h3 {
  font: bold 1.75rem "rogliano", serif;
  margin: 0 0 1rem;
}

h4, .upcoming-events-wrapper ul li .upcoming-events-name, .h4 {
  font: bold 1.5rem "rogliano", serif;
  margin: 0 0 0.75rem;
}

h5, .h5 {
  font: bold 1.25rem "rogliano", serif;
  margin: 0 0 0.625rem;
}

h6, .h6 {
  font: bold 1.125rem "rogliano", serif;
  margin: 0 0 0.5rem;
}

p, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description, .blog .blog-entry-listing .post-body, .templatecontent ul li, ol li {
  font: normal 1rem "Montserrat", sans-serif;
  line-height: 1.6;
  margin: 0 0 12px;
}

p + p, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description + p, .swCalEvents .CalendarListEvent .CalendarListEvent__content p + .CalendarListEvent__description, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description + .CalendarListEvent__description, .blog .blog-entry-listing .post-body + p, .blog .blog-entry-listing .swCalEvents .CalendarListEvent .CalendarListEvent__content .post-body + .CalendarListEvent__description, .swCalEvents .CalendarListEvent .CalendarListEvent__content .blog .blog-entry-listing .post-body + .CalendarListEvent__description, .blog .blog-entry-listing p + .post-body, .blog .blog-entry-listing .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description + .post-body, .swCalEvents .CalendarListEvent .CalendarListEvent__content .blog .blog-entry-listing .CalendarListEvent__description + .post-body, .blog .blog-entry-listing .post-body + .post-body, .templatecontent ul li + p, .templatecontent ul .swCalEvents .CalendarListEvent .CalendarListEvent__content li + .CalendarListEvent__description, .swCalEvents .CalendarListEvent .CalendarListEvent__content .templatecontent ul li + .CalendarListEvent__description, .templatecontent ul .blog .blog-entry-listing li + .post-body, .blog .blog-entry-listing .templatecontent ul li + .post-body, ol li + p, ol .swCalEvents .CalendarListEvent .CalendarListEvent__content li + .CalendarListEvent__description, .swCalEvents .CalendarListEvent .CalendarListEvent__content ol li + .CalendarListEvent__description, ol .blog .blog-entry-listing li + .post-body, .blog .blog-entry-listing ol li + .post-body, .templatecontent ul p + li, .templatecontent ul .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description + li, .swCalEvents .CalendarListEvent .CalendarListEvent__content .templatecontent ul .CalendarListEvent__description + li, .templatecontent ul .blog .blog-entry-listing .post-body + li, .blog .blog-entry-listing .templatecontent ul .post-body + li, .templatecontent ul li + li, ol p + li, ol .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description + li, .swCalEvents .CalendarListEvent .CalendarListEvent__content ol .CalendarListEvent__description + li, ol .blog .blog-entry-listing .post-body + li, .blog .blog-entry-listing ol .post-body + li, ol li + li,
p + [class*=button],
.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description + [class*=button],
.blog .blog-entry-listing .post-body + [class*=button],
.templatecontent ul li + [class*=button],
ol li + [class*=button] {
  margin-top: 16px;
}

@media only screen and (min-width: 64rem) {
  h1, .h1 {
    font-size: 7.5rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  h3, .h3 {
    font-size: 2.5rem;
  }
  h4, .upcoming-events-wrapper ul li .upcoming-events-name, .h4 {
    font-size: 2rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
  }
  p, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description, .blog .blog-entry-listing .post-body, .templatecontent ul li, ol li {
    font-size: 1.125rem;
  }
}
p:last-of-type, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description:last-of-type, .blog .blog-entry-listing .post-body:last-of-type, .templatecontent ul li:last-of-type, ol li:last-of-type {
  margin-bottom: 0;
}

p a, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description a, .blog .blog-entry-listing .post-body a, .templatecontent ul li a, ol li a {
  color: #0f3050;
  text-decoration: underline;
}
p a:hover, .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description a:hover, .blog .blog-entry-listing .post-body a:hover, .templatecontent ul li a:hover, ol li a:hover {
  color: #ea3b41;
}

.decoration {
  display: table;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.decoration::before, .decoration::after {
  background: url("/sitefiles/2695/images/heading-decoration.png") left center/auto 100% no-repeat;
  content: "";
  height: 40px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 0;
}
.decoration::before {
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.decoration::after {
  right: -40px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media only screen and (min-width: 64rem) {
  .decoration::before, .decoration::after {
    height: 48px;
    width: 80px;
  }
  .decoration::before {
    left: -80px;
  }
  .decoration::after {
    right: -80px;
  }
}

.templatecontent ul, ol {
  margin: 16px 0;
  padding-left: 18px;
}
.templatecontent ul li, ol li {
  margin: 0 !important;
}

blockquote {
  background: url("/sitefiles/2695/images/border.svg") top center/300px 10px no-repeat, url("/sitefiles/2695/images/border.svg") bottom center/300px 10px no-repeat, linear-gradient(transparent 4px, #e1d1a8 4px, #e1d1a8 6px, transparent 6px, transparent calc(100% - 6px), #e1d1a8 calc(100% - 6px), #e1d1a8 calc(100% - 4px), transparent calc(100% - 4px));
  color: #0f3050;
  font: bold 1.5rem "rogliano", serif;
  margin: 40px 0 24px;
  padding: 40px;
  position: relative;
  text-align: center;
}
blockquote::before {
  color: white;
  content: "“";
  font: bold 2.5rem "Montserrat", sans-serif;
  left: 50%;
  position: absolute;
  top: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
blockquote::after {
  background-color: #e1d1a8;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  z-index: 1;
}

.templatecontent table {
  background-color: white;
  border-collapse: collapse;
}
.templatecontent table th, .templatecontent table td {
  padding: 8px 16px;
  text-align: left;
}
.templatecontent table th {
  background-color: #0f3050;
  color: white;
  font-weight: bold;
}
.templatecontent table tr:nth-child(even) {
  background-color: #f1f1f1;
}

/* _buttons.scss */
.button, .upcoming-events-wrapper .upcoming-events-view-link a, .formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn, .cookie-banner__accept, .page-alert-message .controls #page-alert-dismiss {
  cursor: pointer;
  display: inline-table;
  font: bold 1rem "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, padding 0.2s ease;
  transition: background-color 0.2s ease, padding 0.2s ease;
  background-color: #C22F33;
  color: white;
}
.button::after, .upcoming-events-wrapper .upcoming-events-view-link a::after, .formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn::after, .cookie-banner__accept::after, .page-alert-message .controls #page-alert-dismiss::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  height: 16px;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.button:hover, .upcoming-events-wrapper .upcoming-events-view-link a:hover, .formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn:hover, .cookie-banner__accept:hover, .page-alert-message .controls #page-alert-dismiss:hover {
  padding: 8px 32px 8px 16px;
}
.button:hover::after, .upcoming-events-wrapper .upcoming-events-view-link a:hover::after, .formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn:hover::after, .cookie-banner__accept:hover::after, .page-alert-message .controls #page-alert-dismiss:hover::after {
  opacity: 1;
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}
.button:hover, .upcoming-events-wrapper .upcoming-events-view-link a:hover, .formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn:hover, .cookie-banner__accept:hover, .page-alert-message .controls #page-alert-dismiss:hover {
  background-color: #AF2A2D;
}

.button-outline {
  cursor: pointer;
  display: inline-table;
  font: bold 1rem "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, padding 0.2s ease;
  transition: background-color 0.2s ease, padding 0.2s ease;
  border: 2px solid #0f3050;
  color: #0f3050;
  text-transform: none;
}
.button-outline::after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  height: 16px;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.button-outline:hover {
  padding: 8px 32px 8px 16px;
}
.button-outline:hover::after {
  opacity: 1;
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}

.link, .blog .blog-entry-listing .post-body .post-summary-read-more {
  color: #C22F33;
  display: table;
  font: bold 1rem "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.link::after, .blog .blog-entry-listing .post-body .post-summary-read-more::after {
  content: "\f18e";
  font-family: "FontAwesome";
  font-size: 1.125rem;
  font-weight: normal;
  position: absolute;
  right: -18px;
  top: 1px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.link:hover::after, .blog .blog-entry-listing .post-body .post-summary-read-more:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: -999999px;
}

.skip-link {
  position: fixed;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  width: auto;
  height: auto;
  left: 0;
  outline: #0f3050 2px solid;
  outline-offset: 2px;
  z-index: 1000;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============ SITEWRENCH ============ */
/* _alert.scss */
.page-alert-message {
  border: none;
  border-radius: 0;
  padding: 56px 24px 24px;
  text-align: center;
}
.page-alert-message::before {
  color: #0f3050;
  content: "\f06a";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.page-alert-message::after {
  background: #f1f1f1;
  content: "";
  height: 1px;
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
}
.page-alert-message .controls #page-alert-dismiss {
  border: none;
  margin: 8px 0 0;
}
.page-alert-message .controls #page-alert-dismiss:hover {
  padding: 8px 20px;
}

.cookie-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 20px;
  left: 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  z-index: 1000;
  border-radius: 15px;
  padding: 2em;
  background: #f5f8ff;
  max-width: 600px;
}
.cookie-banner.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cookie-banner__accept {
  margin-top: 1rem;
  border: none;
}

/* _forms.scss */
.formmodule {
  display: block;
  position: relative;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage {
  -webkit-animation: tada 1s ease-out 0.3s normal 1;
          animation: tada 1s ease-out 0.3s normal 1;
  background: #4EB75E;
  border-radius: 2px;
  border: 1px solid #419c4f;
  color: #fff !important;
  font-size: 1rem;
  margin: 0 0 30px 0;
  overflow: hidden;
  padding-left: 45px !important;
  padding: 8px;
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage,
  .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage {
    padding: 12px;
  }
}
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage::before, .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage::after,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage::before,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage::after {
  background: #fff;
  border-radius: 1px;
  content: "";
  display: block;
  left: 24px;
  position: absolute;
  top: 50%;
}
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage::before,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage::before {
  height: 20px;
  margin: -10px 0 0 0px;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  width: 4px;
}
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage::after,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage::after {
  height: 10px;
  margin: -1px 0 0 -8px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  width: 4px;
}
.formmodule h3:first-of-type:empty {
  display: none;
}
.formmodule .formmodule-form {
  padding: 2em 1em;
}
.formmodule .formmodule-form table, .formmodule .formmodule-form tbody, .formmodule .formmodule-form tr, .formmodule .formmodule-form td {
  display: inline-block;
  width: 100%;
}
.formmodule .formmodule-form table tbody tr.formmodule-row, .formmodule .formmodule-form table tbody tr.formmodule-altrow {
  margin: 0 0 1.5em 0;
}
.formmodule .formmodule-form table tbody tr td {
  margin: 0.5em 0 0;
  padding: 0;
}
.formmodule .formmodule-form table tbody tr td span, .formmodule .formmodule-form table tbody tr td label {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.formmodule .formmodule-form table tbody tr td input[type=text],
.formmodule .formmodule-form table tbody tr td input[type=file],
.formmodule .formmodule-form table tbody tr td textarea {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  color: #222;
  font-size: 1rem;
  padding: 10px 8px;
  width: 100%;
}
.formmodule .formmodule-form table tbody tr td input[type=text]:-moz-placeholder, .formmodule .formmodule-form table tbody tr td input[type=text]::-moz-placeholder, .formmodule .formmodule-form table tbody tr td input[type=text]:-ms-input-placeholder, .formmodule .formmodule-form table tbody tr td input[type=text]::-webkit-input-placeholder,
.formmodule .formmodule-form table tbody tr td input[type=file]:-moz-placeholder,
.formmodule .formmodule-form table tbody tr td input[type=file]::-moz-placeholder,
.formmodule .formmodule-form table tbody tr td input[type=file]:-ms-input-placeholder,
.formmodule .formmodule-form table tbody tr td input[type=file]::-webkit-input-placeholder,
.formmodule .formmodule-form table tbody tr td textarea:-moz-placeholder,
.formmodule .formmodule-form table tbody tr td textarea::-moz-placeholder,
.formmodule .formmodule-form table tbody tr td textarea:-ms-input-placeholder,
.formmodule .formmodule-form table tbody tr td textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
@media only screen and (min-width: 64rem) {
  .formmodule .formmodule-form table tbody tr td input[type=text],
  .formmodule .formmodule-form table tbody tr td input[type=file],
  .formmodule .formmodule-form table tbody tr td textarea {
    padding: 8px 12px;
  }
}
.formmodule .formmodule-form table tbody tr td input.formmodule-phone {
  margin: 0 2% 0 0;
  text-align: center;
  width: 32%;
}
.formmodule .formmodule-form table tbody tr td input.formmodule-phone:nth-of-type(3) {
  margin-right: 0;
}
.formmodule .formmodule-form table tbody tr td select,
.formmodule .formmodule-form table tbody tr td input[type=file] {
  clear: both;
  display: block;
}
.formmodule .formmodule-form table tbody tr td input[type=file] {
  background: #f7f7f7;
}
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=checkbox],
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=radio],
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=checkbox],
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=radio] {
  margin: 2px 0;
  opacity: 0;
}
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=checkbox]:hover ~ label:before,
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=radio]:hover ~ label:before,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=checkbox]:hover ~ label:before,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=radio]:hover ~ label:before {
  background-color: #ccc;
}
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=checkbox]:checked ~ label:before,
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=radio]:checked ~ label:before,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=checkbox]:checked ~ label:before,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=radio]:checked ~ label:before {
  background-color: #E63A3A;
}
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=checkbox]:checked ~ label:after,
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=radio]:checked ~ label:after,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=checkbox]:checked ~ label:after,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=radio]:checked ~ label:after {
  display: block;
}
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td label,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td label {
  font-size: 1rem;
  margin: 0 0 0 6px;
  padding: 4px 0;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-left: -0.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td label:after,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td label:after {
  border-radius: 50%;
  background: white;
  content: "";
  display: none;
  height: 8px;
  left: 0.5314em;
  position: absolute;
  top: 8px;
  width: 8px;
}
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td label:before,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td label:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.formmodule .formmodule-form table tbody tr td.formmodule-column1 {
  margin: 0;
}
.formmodule .formmodule-form table tbody tr td.formmodule-column2 span[style*="color: red;"] {
  background: #E63A3A;
  border-radius: 2px;
  border: 1px solid #ce2233;
  color: #fff !important;
  font-size: 0.8125rem;
  padding: 5px 8px;
  position: relative;
}
.formmodule .formmodule-form table tbody tr td.formmodule-column2 span[style*="color: red;"]::before {
  background: #E63A3A;
  border-left: 1px solid #ce2233;
  border-top-left-radius: 2px;
  border-top: 1px solid #ce2233;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  position: absolute;
  top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.formmodule .formmodule-form table.formmodule-table > tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.formmodule .formmodule-form table.formmodule-table > tbody > tr:nth-child(1) {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .formmodule .formmodule-form table.formmodule-table > tbody > tr:nth-child(1) {
    width: 48%;
  }
}
.formmodule .formmodule-form table.formmodule-table > tbody > tr:nth-child(2) {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .formmodule .formmodule-form table.formmodule-table > tbody > tr:nth-child(2) {
    width: 48%;
  }
}
.formmodule .formmodule-form table.formmodule-table > tbody > tr:nth-child(3) {
  margin-bottom: 2em;
}
.formmodule .form-bot-stopper {
  margin: 0 0 15px 0;
}
.formmodule .form-bot-stopper .form-bot-stopper-info {
  font-size: 0.875rem;
}
.formmodule .form-bot-stopper .form-bot-stopper-question {
  font-size: 0.875rem;
}
.formmodule .form-bot-stopper .form-bot-stopper-question input.form-bot-stopper-value {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  color: #222;
  font-size: 1rem;
  height: 32px;
  padding: 4px;
  text-align: center;
  width: 40px !important;
}
.formmodule .formmodule-submit {
  margin: 0 1em;
}
.formmodule .formmodule-submit input[type=submit] {
  background-color: #ea3b41;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-table;
  font: bold 1rem "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  margin: 1em 0 0 0;
  padding: 8px 16px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.formmodule .formmodule-submit input[type=submit]:hover {
  background-color: #c1131a;
}
.formmodule .formmodule-errors {
  margin: 15px 0 0 0;
}
.formmodule .formmodule-errors div {
  -webkit-animation: shake 1s ease-out 0.3s normal 1;
          animation: shake 1s ease-out 0.3s normal 1;
  background: #e63a3a;
  border-radius: 2px;
  border: 1px solid #ce2233;
  color: #fff !important;
  font-size: 0.875rem;
  padding-left: 38px !important;
  padding: 8px;
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .formmodule .formmodule-errors div {
    padding: 12px;
  }
}
.formmodule .formmodule-errors div::before, .formmodule .formmodule-errors div::after {
  background: #fff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 18px;
  left: 18px;
  margin: -9px 0 0 -2px;
  position: absolute;
  top: 50%;
  width: 4px;
}
.formmodule .formmodule-errors div::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.formmodule .formmodule-errors div::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.formmodule[id*=customform] {
  width: 100%;
}
.formmodule[id*=customform] .swform label, .formmodule[id*=customform] .swform .swformfield__label {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 0;
  position: relative;
}
.formmodule[id*=customform] .swform .swformfield.swformfield--text input,
.formmodule[id*=customform] .swform .swformfield.swformfield--text textarea,
.formmodule[id*=customform] .swform .swformfield.swformfield--textarea input,
.formmodule[id*=customform] .swform .swformfield.swformfield--textarea textarea {
  background: #f1f1f1;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  outline: none;
  padding: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}
.formmodule[id*=customform] .swform .swformfield.swformfield--text input:hover,
.formmodule[id*=customform] .swform .swformfield.swformfield--text textarea:hover,
.formmodule[id*=customform] .swform .swformfield.swformfield--textarea input:hover,
.formmodule[id*=customform] .swform .swformfield.swformfield--textarea textarea:hover {
  border-color: gray;
}
.formmodule[id*=customform] .swform .swformfield.swformfield--text input:focus,
.formmodule[id*=customform] .swform .swformfield.swformfield--text textarea:focus,
.formmodule[id*=customform] .swform .swformfield.swformfield--textarea input:focus,
.formmodule[id*=customform] .swform .swformfield.swformfield--textarea textarea:focus {
  border-color: #0f3050;
}
.formmodule[id*=customform] .swform .swformfield__errortxt {
  font-size: 14px !important;
}
.formmodule[id*=customform] .swform .swformactions .swformmsg {
  font-size: 14px;
}
.formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn {
  border: none;
  outline: none;
  color: #000;
}
.formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn:hover {
  background: #0f3050;
}
.formmodule[id*=customform] .swform .sw-form__complete-message {
  border: 1px solid #0f3050;
  font-size: 16px;
  padding: 8px 16px;
}

.swformsubmit .swformsubmit__btn {
  color: #000 !important;
}

/* _photo-gallery.scss */
.photogallery {
  width: 100%;
}
.photogallery .photo-list {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 8px 8px 0;
}
.photogallery .photo-list .photo-list-item {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0;
  width: calc(50% - 4px);
}
.photogallery .photo-list .photo-list-item:nth-child(even) {
  margin-right: 0;
}
.photogallery .photo-list .photo-list-item a {
  border: none;
  padding: 0;
}
.photogallery .photo-list .photo-list-item a img {
  width: 100%;
}
.photogallery .photo-list .photo-list-item .photo-gallery-caption {
  display: none;
}

#lightbox-container-image-box {
  height: auto !important;
  max-width: 90vw;
  min-height: 30vw;
}
#lightbox-container-image-box #lightbox-container-image {
  max-height: 90vh;
}

#lightbox-container-image-data-box {
  max-width: 90vw;
  width: 100% !important;
}
#lightbox-container-image-data-box #lightbox-container-image-data #lightbox-image-details #lightbox-image-details-caption {
  word-break: break-word;
}

/* _tabbed-content.scss */
.nav-tabs-bottom ul.nav-tabs {
  border: 0 none;
  border-top: 1px solid #ddd;
}
.nav-tabs-bottom ul.nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}
.nav-tabs-bottom ul.nav-tabs > li.active > a {
  border: 1px solid #ddd;
  border-top-color: transparent;
}

@media only screen and (min-width: 75rem) {
  .nav-tabs-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-tabs-left ul.nav-tabs {
    border-right: 1px solid #ddd;
    border: 0 none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 2%;
    width: 25%;
  }
  .nav-tabs-left ul.nav-tabs > li {
    float: none;
    margin: 0;
  }
  .nav-tabs-left ul.nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin: 0 -1px 0 0;
  }
  .nav-tabs-left ul.nav-tabs > li.active > a {
    border: 1px solid #ddd;
    border-right: transparent;
  }
  .nav-tabs-left div.tab-content {
    width: 70%;
  }
}

@media only screen and (min-width: 75rem) {
  .nav-tabs-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-tabs-right ul.nav-tabs {
    border-left: 1px solid #ddd;
    border: 0 none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 2%;
    width: 25%;
  }
  .nav-tabs-right ul.nav-tabs > li {
    float: none;
    margin: 0;
  }
  .nav-tabs-right ul.nav-tabs > li > a {
    border-radius: 0 4px 4px 0;
    margin: 0 0 0 -1px;
  }
  .nav-tabs-right ul.nav-tabs > li.active > a {
    border: 1px solid #ddd;
    border-left: transparent;
  }
  .nav-tabs-right div.tab-content {
    width: 70%;
  }
}

.sw-accordion h3.ui-accordion-header {
  background: #eee;
  border-bottom: 2px solid #eee;
  border-radius: 2px !important;
  color: #e01212;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  margin: 13px 0 0 0;
  outline: 0;
  padding: 16px 48px 16px 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 64rem) {
  .sw-accordion h3.ui-accordion-header {
    font-size: 1.25rem;
    margin: 16px 0 0 0;
  }
}
@media only screen and (min-width: 75rem) {
  .sw-accordion h3.ui-accordion-header {
    font-size: 1.375rem;
    margin: 18px 0 0 0;
  }
}
.sw-accordion h3.ui-accordion-header:hover {
  border-color: #ccc;
}
.sw-accordion h3.ui-accordion-header .ui-icon {
  background-image: none;
  cursor: pointer;
  display: block;
  height: 32px;
  left: unset;
  margin: -18px 0 0 0;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 32px;
  z-index: 10;
}
.sw-accordion h3.ui-accordion-header .ui-icon::before, .sw-accordion h3.ui-accordion-header .ui-icon::after {
  background: #333;
  border-radius: 4px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin: -7px 0 0 -1px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 2px;
}
.sw-accordion h3.ui-accordion-header .ui-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sw-accordion h3.ui-accordion-header::after {
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  width: 0;
}
.sw-accordion h3.ui-accordion-header.ui-state-active .ui-icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.sw-accordion h3.ui-accordion-header.ui-state-active::after {
  width: 100%;
}
.sw-accordion .ui-accordion-content {
  background: #fbfbfb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #eee;
  border-top: none;
  display: block;
  padding: 8px;
  width: 100% !important;
}
@media only screen and (min-width: 64rem) {
  .sw-accordion .ui-accordion-content {
    padding: 16px;
  }
}

/* _blog.scss */
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu {
  padding-bottom: 24px;
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu .sw-menucode-child,
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul:not(.tags) {
  display: none;
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu h2 {
  cursor: pointer;
  font: bold 1.125rem "rogliano", serif;
  letter-spacing: 0;
  position: relative;
  text-transform: none;
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu h2::before, body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu h2::after {
  background-color: #ea3b41;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 16px;
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu h2::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu h2.active::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul.tags {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul.tags::before {
  content: none !important;
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul.tags li {
  margin-bottom: 16px;
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul.tags li a {
  color: #0f3050;
  font: normal 1rem "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul.tags li a:hover {
  color: #ea3b41;
}
@media only screen and (min-width: 64rem) {
  body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu {
    padding-bottom: 40px;
  }
  body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu h2 {
    cursor: auto;
    pointer-events: none;
  }
  body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu h2::before, body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu h2::after {
    display: none;
  }
  body.blog #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul.tags {
    display: block;
  }
}

.blog .blog-entry-listing {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 40px;
  padding: 0;
}
.blog .blog-entry-listing .post-date {
  font-size: 1rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.blog .blog-entry-listing .post-date .date-weekday,
.blog .blog-entry-listing .post-date .date-date-separator:nth-child(2) {
  display: none;
}
.blog .blog-entry-listing .post-title {
  margin-top: 8px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.blog .blog-entry-listing .post-title a {
  color: #0f3050;
}
.blog .blog-entry-listing .post-title a:hover {
  color: #ea3b41;
}
.blog .blog-entry-listing .post-image {
  background-color: #0f3050;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
}
.blog .blog-entry-listing .post-image:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog .blog-entry-listing .post-image img {
  margin-bottom: -4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 100%;
}
.blog .blog-entry-listing .post-body {
  margin: 8px 0 0;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding: 0;
}
.blog .blog-entry-listing .post-body .post-summary-read-more {
  margin-top: 16px;
}
.blog .blog-entry-listing .post-profileinfo,
.blog .blog-entry-listing .post-tags,
.blog .blog-entry-listing .post-addthis {
  display: none;
}

body.post #default-banner .templatecontent {
  display: none;
}
body.post .blog .blog-entry-details {
  border: none;
  margin: 0;
  padding: 0;
}
body.post .blog .blog-entry-details .post-image {
  display: none;
}
body.post .blog .blog-entry-details .post-date {
  font-size: 1rem;
  text-align: center;
}
body.post .blog .blog-entry-details .post-title {
  text-align: center;
}
body.post .blog .blog-entry-details .post-title::after {
  background: url("/sitefiles/2695/images/ornament.svg") center/contain no-repeat;
  content: "";
  display: block;
  height: 40px;
  margin: 16px auto 0;
  width: 80px;
}
body.post .blog .blog-entry-details .post-profileinfo,
body.post .blog .blog-entry-details .post-tags {
  display: none;
}
body.post .blog .blog-entry-details .post-addthis {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
body.post .blog .blog-entry-details .post-addthis::before {
  content: "Share";
  color: #ea3b41;
  font: bold 1rem "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  margin-right: 16px;
  text-transform: uppercase;
}
body.post .blog .blog-entry-details .post-addthis .addthis_button_compact,
body.post .blog .blog-entry-details .post-addthis .addthis_separator,
body.post .blog .blog-entry-details .post-addthis .addthis_button_tumblr,
body.post .blog .blog-entry-details .post-addthis .addthis_button_print {
  display: none;
}
body.post .blog .blog-entry-details .post-addthis .addthis_button_facebook,
body.post .blog .blog-entry-details .post-addthis .addthis_button_twitter {
  margin: 0 8px 0 0;
  position: relative;
}
body.post .blog .blog-entry-details .post-addthis .addthis_button_facebook::before,
body.post .blog .blog-entry-details .post-addthis .addthis_button_twitter::before {
  color: #0f3050;
  content: "";
  font-family: "FontAwesome";
  font-size: 24px;
}
body.post .blog .blog-entry-details .post-addthis .addthis_button_facebook:hover::before,
body.post .blog .blog-entry-details .post-addthis .addthis_button_twitter:hover::before {
  color: #ea3b41;
}
body.post .blog .blog-entry-details .post-addthis .addthis_button_facebook .at-icon-wrapper,
body.post .blog .blog-entry-details .post-addthis .addthis_button_twitter .at-icon-wrapper {
  display: none;
}
body.post .blog .blog-entry-details .post-addthis .addthis_button_facebook::before {
  content: "\f230";
}
body.post .blog .blog-entry-details .post-addthis .addthis_button_twitter::before {
  content: "\f099";
}
/* _calendar.scss */
.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenuCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenuCenter a {
  border: 2px solid #0f3050;
  border-radius: 0;
  color: #0f3050;
  font: bold 16px "Montserrat", sans-serif;
  margin: 0;
  padding: 8px 24px;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenuCenter a.CalendarMenu__currentItem {
  background: #0f3050;
  color: white;
  pointer-events: none;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenuCenter a:hover {
  text-decoration: underline;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .site-tags-editor {
  display: none;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .site-tags-editor::before {
  content: "Tags";
  font: bold 14px "Montserrat", sans-serif;
  display: block;
  margin-bottom: 4px;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .site-tags-editor .react-selectize-control {
  height: 34px;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__dateRange {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__dateRange::before {
  content: "Date Range";
  font: bold 14px "Montserrat", sans-serif;
  display: block;
  margin-bottom: 4px;
  width: 100%;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__dateRange .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__search {
  border-color: #ccc;
  height: 34px;
  margin-top: 16px !important;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__button {
  background: #0f3050;
  border: none;
  border-radius: 4px;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font: bold 16px "Montserrat", sans-serif;
  height: 34px;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter .CalendarMonthFilter__button:hover {
  background: #071625;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1025px) {
  .CalendarEventsDetail__eventCalendarFront .CalendarMonthFilter {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.swCalEvents {
  margin-top: 40px;
}
.swCalEvents .CalendarListEvent .CalendarListEvent__header {
  background-position: center;
  background-size: cover;
}
.swCalEvents .CalendarListEvent .CalendarListEvent__header .CalendarListEvent__header_date {
  background: #0f3050;
  padding-top: 2px;
}
.swCalEvents .CalendarListEvent .CalendarListEvent__content {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .swCalEvents .CalendarListEvent .CalendarListEvent__content {
    margin-top: 0;
  }
}
.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__title {
  font: bold 24px "Montserrat", sans-serif;
}
.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__date_time {
  font: normal 16px "Montserrat", sans-serif;
  position: relative;
}
.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__date_time::before {
  content: "\f017";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 4px;
}
.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__location {
  font: normal 16px "Montserrat", sans-serif;
  position: relative;
}
.swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__location::before {
  content: "\f041";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 4px;
}
.swCalEvents .CalendarListFooter {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: auto;
  padding: 12px 0 4px;
}
.CalendarMonth .CalendarMonthNavigation .CalendarMonthNavigation__action {
  color: black;
  font: bold 14px "Montserrat", sans-serif;
  text-decoration: none !important;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .CalendarMonth .CalendarMonthNavigation .CalendarMonthNavigation__header {
    margin-top: -16px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .CalendarMonth .CalendarMonthNavigation {
    margin-top: 24px;
  }
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header {
  border-radius: 0;
  overflow: hidden;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label {
  background: #0f3050;
  font-size: 0;
  position: relative;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label::before {
  font: bold 14px "Montserrat", sans-serif;
  content: "";
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label:nth-child(1)::before {
  content: "Sun";
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label:nth-child(2)::before {
  content: "Mon";
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label:nth-child(3)::before {
  content: "Tue";
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label:nth-child(4)::before {
  content: "Wed";
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label:nth-child(5)::before {
  content: "Thu";
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label:nth-child(6)::before {
  content: "Fri";
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__header .CalendarMonth__header_label:nth-child(7)::before {
  content: "Sat";
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__rows .CalendarMonth__row .CalendarGridDay {
  min-height: 200px;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__rows .CalendarMonth__row .CalendarGridDay:not(.CalendarGridDay--current-month) {
  background: #fbfbfb;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__rows .CalendarMonth__row .CalendarGridDay.CalendarGridDay--current-day {
  background: white;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__rows .CalendarMonth__row .CalendarGridDay.CalendarGridDay--current-day .CalendarGridDay__header {
  background: #ea3b41;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__rows .CalendarMonth__row .CalendarGridDay .CalendarGridDay__header {
  border: none;
  font: bold 12px "Montserrat", sans-serif;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__rows .CalendarMonth__row .CalendarGridDay .CalendarGridDay__content .CalendarGridDay__events .CalendarGridDayEvent {
  padding: 8px 0;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__rows .CalendarMonth__row .CalendarGridDay .CalendarGridDay__content .CalendarGridDay__events .CalendarGridDayEvent a .CalendarGridDayEvent__time {
  color: black;
  display: block;
  font: normal 12px "Montserrat", sans-serif;
}
.CalendarMonth .CalendarMonth__content .CalendarMonth__rows .CalendarMonth__row .CalendarGridDay .CalendarGridDay__content .CalendarGridDay__events .CalendarGridDayEvent a .CalendarGridDayEvent__title {
  font: bold 12px "Montserrat", sans-serif;
}

.CalendarGridDayEventPopover .popover-title {
  font-size: 20px;
}
.CalendarGridDayEventPopover .popover-content .CalendarGridDayEventPopover__time {
  font-size: 12px;
}
.CalendarGridDayEventPopover .popover-content .CalendarGridDayEventPopover__content .CalendarGridDayEventPopover__content--image {
  display: none;
}
.CalendarGridDayEventPopover .popover-content .CalendarGridDayEventPopover__content .CalendarGridDayEventPopover__content--text {
  font-size: 14px;
  text-align: center;
}

.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn {
  background: none !important;
  border: none !important;
  color: black !important;
  font: bold 16px "Montserrat", sans-serif;
  padding: 0 !important;
}
.CalendarEventsDetail__eventCalendarFront .CalendarMenu .CalendarMenu__btn--back.btn:hover {
  color: #0f3050 !important;
}

.CalendarEvent .CalendarEvent__box .CalendarEvent__details {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .CalendarEvent .CalendarEvent__box .CalendarEvent__details {
    margin-right: 10%;
    width: 60%;
  }
}
.CalendarEvent .CalendarEvent__box .CalendarEvent__meta {
  font: normal 14px "Montserrat", sans-serif;
  width: 100%;
}
@media (min-width: 768px) {
  .CalendarEvent .CalendarEvent__box .CalendarEvent__meta {
    width: 30%;
  }
}
.CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__date_time {
  font: normal 14px "Montserrat", sans-serif;
  margin-bottom: 8px;
  position: relative;
}
.CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__date_time::before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 4px;
}
.CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__location {
  font: normal 14px "Montserrat", sans-serif;
  position: relative;
}
.CalendarEvent .CalendarEvent__box .CalendarEvent__meta .CalendarEvent__location::before {
  content: "\f041";
  font-family: "FontAwesome";
  margin-right: 4px;
}

/* _upcoming-events.scss */
.upcoming-events-wrapper {
  text-align: center;
}
.upcoming-events-wrapper ul {
  list-style: none;
  margin: 40px auto 0;
  padding: 0;
}
.upcoming-events-wrapper ul li {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
.upcoming-events-wrapper ul li > div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.upcoming-events-wrapper ul li .upcoming-events-image {
  background-color: #0f3050;
  display: block !important;
  margin: 0 0 8px;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.upcoming-events-wrapper ul li .upcoming-events-image:hover img {
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.upcoming-events-wrapper ul li .upcoming-events-image img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 100%;
}
.upcoming-events-wrapper ul li .upcoming-events-date {
  font: bold 1rem "rogliano", serif;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.upcoming-events-wrapper ul li .upcoming-events-date .upcoming-events-weekday,
.upcoming-events-wrapper ul li .upcoming-events-date .upcoming-events-date-separator:nth-child(2) {
  display: none;
}
.upcoming-events-wrapper ul li .upcoming-events-date .upcoming-events-time {
  display: block;
  margin-top: 4px;
}
.upcoming-events-wrapper ul li .upcoming-events-name {
  margin-top: 8px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.upcoming-events-wrapper ul li .upcoming-events-name a {
  color: #0f3050;
  text-decoration: none;
}
.upcoming-events-wrapper ul li .upcoming-events-name a:hover {
  color: #ea3b41;
}
.upcoming-events-wrapper ul li .upcoming-events-description {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.upcoming-events-wrapper .upcoming-events-view-link a {
  color: white;
  margin-top: 40px;
  text-decoration: none;
}

/* ============ COMPONENTS ============ */
/* _header.scss */
body {
  margin-top: 85px;
}
@media only screen and (min-width: 64rem) {
  body {
    margin-top: 120px;
  }
}

#utility {
  display: none;
}
@media only screen and (min-width: 64rem) {
  #utility {
    background-color: #0f3050;
    color: white;
    display: block;
    height: auto;
    left: 0;
    padding: 8px 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99;
  }
  #utility ul#childpagenav-181508 {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #utility ul#childpagenav-181508 li {
    display: inline-block;
    margin: 0 4px;
  }
  #utility ul#childpagenav-181508 li#cpn-facebook a::before {
    content: "\f230";
  }
  #utility ul#childpagenav-181508 li#cpn-twitter a::before {
    content: "\e61b";
  }
  #utility ul#childpagenav-181508 li#cpn-instagram a::before {
    content: "\f16d";
  }
  #utility ul#childpagenav-181508 li a {
    color: white;
    font-size: 0;
    font-weight: normal;
  }
  #utility ul#childpagenav-181508 li a::before {
    font-family: "FontAwesome";
    font-size: 24px;
  }
}

header {
  background-color: white;
  -webkit-box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 16px 0;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 100vw;
  z-index: 100;
}
header .flex-spread {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  width: 200px;
}
@media only screen and (min-width: 64rem) {
  header {
    padding: 8px 0;
    top: 41px;
  }
  header.scroll {
    -webkit-transform: translateY(-41px);
            transform: translateY(-41px);
  }
  header .logo {
    width: 240px;
  }
}

#notification-bar {
  background-color: #f6edd2;
  display: none;
  margin-bottom: -16px;
}
#notification-bar .notification {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
}
#notification-bar .notification .button, #notification-bar .notification .page-alert-message .controls #page-alert-dismiss, .page-alert-message .controls #notification-bar .notification #page-alert-dismiss, #notification-bar .notification .cookie-banner__accept, #notification-bar .notification .formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn, .formmodule[id*=customform] .swform .swformactions .swformsubmit #notification-bar .notification .swformsubmit__btn, #notification-bar .notification .upcoming-events-wrapper .upcoming-events-view-link a, .upcoming-events-wrapper .upcoming-events-view-link #notification-bar .notification a,
#notification-bar .notification .button-outline {
  margin-top: 24px;
}
@media only screen and (min-width: 48rem) {
  #notification-bar .notification {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #notification-bar .notification .button, #notification-bar .notification .page-alert-message .controls #page-alert-dismiss, .page-alert-message .controls #notification-bar .notification #page-alert-dismiss, #notification-bar .notification .cookie-banner__accept, #notification-bar .notification .formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn, .formmodule[id*=customform] .swform .swformactions .swformsubmit #notification-bar .notification .swformsubmit__btn, #notification-bar .notification .upcoming-events-wrapper .upcoming-events-view-link a, .upcoming-events-wrapper .upcoming-events-view-link #notification-bar .notification a,
  #notification-bar .notification .button-outline {
    margin-top: 0;
  }
}
@media only screen and (min-width: 64rem) {
  #notification-bar {
    margin-bottom: -8px;
  }
}

#notification-toggle {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f6edd2), to(#f6edd2));
  background: linear-gradient(transparent 0%, transparent 50%, #f6edd2 50%, #f6edd2 100%);
  border-radius: 50%;
  bottom: -20px;
  cursor: pointer;
  display: none;
  height: 40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}
#notification-toggle::before {
  left: 50%;
  position: absolute;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#notification-toggle.closed::before {
  top: 75%;
  -webkit-transform: translate(-50%, -50%) scaleY(-1);
          transform: translate(-50%, -50%) scaleY(-1);
}

/* _flex-nav.scss */
nav.flex-nav {
  display: none;
}
@media only screen and (min-width: 64rem) {
  nav.flex-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  nav.flex-nav ul#mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav.flex-nav ul#mainnav #mn-home,
  nav.flex-nav ul#mainnav #mn-plan-your-visit {
    display: none;
  }
  nav.flex-nav ul#mainnav #mn-gift-cards-link {
    cursor: pointer;
    display: inline-table;
    font: bold 1rem "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: background-color 0.2s ease, padding 0.2s ease;
    transition: background-color 0.2s ease, padding 0.2s ease;
    -webkit-box-shadow: inset 0 0 0 2px #0f3050;
            box-shadow: inset 0 0 0 2px #0f3050;
    color: #0f3050;
    margin-bottom: -6px;
    margin-top: -6px;
  }
  nav.flex-nav ul#mainnav #mn-gift-cards-link::after {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    height: 16px;
    opacity: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  nav.flex-nav ul#mainnav #mn-gift-cards-link:hover {
    padding: 8px 32px 8px 16px;
  }
  nav.flex-nav ul#mainnav #mn-gift-cards-link:hover::after {
    opacity: 1;
    -webkit-transform: translate(6px, -50%);
            transform: translate(6px, -50%);
  }
  nav.flex-nav ul#mainnav #mn-gift-cards-link a {
    font: bold 1rem "Montserrat", sans-serif;
    letter-spacing: 0.5px;
  }
  nav.flex-nav ul#mainnav #mn-tickets {
    cursor: pointer;
    display: inline-table;
    font: bold 1rem "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: background-color 0.2s ease, padding 0.2s ease;
    transition: background-color 0.2s ease, padding 0.2s ease;
    background-color: #C22F33;
    color: white;
    margin-bottom: -6px;
    margin-left: 16px;
    margin-top: -6px;
  }
  nav.flex-nav ul#mainnav #mn-tickets::after {
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    height: 16px;
    opacity: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  nav.flex-nav ul#mainnav #mn-tickets:hover {
    padding: 8px 32px 8px 16px;
  }
  nav.flex-nav ul#mainnav #mn-tickets:hover::after {
    opacity: 1;
    -webkit-transform: translate(6px, -50%);
            transform: translate(6px, -50%);
  }
  nav.flex-nav ul#mainnav #mn-tickets:hover {
    background-color: #AF2A2D;
  }
  nav.flex-nav ul#mainnav #mn-tickets a {
    color: white;
    font: bold 1rem "Montserrat", sans-serif;
    letter-spacing: 0.5px;
  }
  nav.flex-nav ul#mainnav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 24px;
    position: relative;
  }
  nav.flex-nav ul#mainnav > li > a {
    color: #0f3050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: bold 1.125rem "rogliano", serif;
  }
  nav.flex-nav ul#mainnav > li > a:hover {
    color: #ea3b41;
  }
  nav.flex-nav ul#mainnav > li ul {
    background-color: white;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 48px 4px 16px;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2000;
    -webkit-box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.25);
  }
  nav.flex-nav ul#mainnav > li ul::before {
    background-color: #ea3b41;
    content: "";
    height: 2px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
  }
  nav.flex-nav ul#mainnav > li ul::after {
    background: url("/sitefiles/2695/images/favicon/favicon-32x32.png") center/contain no-repeat;
    content: "";
    height: 24px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 12px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
  }
  nav.flex-nav ul#mainnav > li ul > li {
    display: block;
    margin: 0;
    position: relative;
    white-space: nowrap;
    z-index: 999;
  }
  nav.flex-nav ul#mainnav > li ul > li a {
    color: #0f3050;
    display: block;
    font: normal 1rem "Montserrat", sans-serif;
    padding: 8px 16px;
    text-align: center;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    width: 100%;
  }
  nav.flex-nav ul#mainnav > li ul > li a:hover {
    font-weight: bold;
    letter-spacing: -0.45px;
  }
  nav.flex-nav ul#mainnav > li ul > li ul {
    display: none;
  }
  nav.flex-nav ul#mainnav a {
    text-decoration: none;
  }
  nav.flex-nav ul#mainnav > li:hover > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav.flex-nav ul#mainnav > li:hover > ul::before, nav.flex-nav ul#mainnav > li:hover > ul::after {
    opacity: 1;
  }
}

/* _sidecar.scss */
#siteWrapper {
  background-color: white;
  min-height: 100vh;
  position: relative;
}

.body-overlay {
  background: black;
  cursor: col-resize;
  display: block;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-delay: 0.44s !important;
          transition-delay: 0.44s !important;
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
  visibility: hidden;
  width: 0;
  z-index: -100;
}
.body-overlay.active {
  height: 100%;
  opacity: 0.6;
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
  visibility: visible;
  width: 100%;
  z-index: 100;
}

#sidecar-toggle {
  display: block;
  font-size: 1.5rem;
  margin-left: auto;
}
@media only screen and (min-width: 64rem) {
  #sidecar-toggle {
    display: none;
  }
}

/* ============ Sidecar Drawer ============ */
#sidecar {
  background-color: white;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: -300px;
  text-align: left;
  top: 0;
  -webkit-transition: right 0.44s ease;
  transition: right 0.44s ease;
  width: 300px;
  z-index: 99999 !important;
}
#sidecar #close-sidecar {
  color: #0f3050;
  font: bold 1.5rem sans-serif;
  position: absolute;
  top: 16px;
  right: 16px;
}
#sidecar #close-sidecar::after {
  content: "";
  height: 16px;
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
}
#sidecar ul#mainnav {
  right: 0px;
}

#sidecar.slide-right {
  left: inherit;
  opacity: 1;
  right: -300px;
  -webkit-transition: left 0.44s ease-in-out, right 0.44s ease-in-out, -webkit-transform 0.44s ease-in-out;
  transition: left 0.44s ease-in-out, right 0.44s ease-in-out, -webkit-transform 0.44s ease-in-out;
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
  transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out, -webkit-transform 0.44s ease-in-out;
}
#sidecar.slide-right.active {
  -webkit-box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.44s ease;
  transition: all 0.44s ease;
}
#sidecar.slide-right.active ul#mainnav li a {
  margin-left: 0px;
  opacity: 1;
}

/* ============ Sidecar Menu ============ */
nav#sidecar ul#mainnav {
  -webkit-padding-start: 0px;
  background: transparent;
  display: block;
  height: auto;
  margin: 64px 0 40px;
  position: relative;
  width: 100%;
}
nav#sidecar ul#mainnav #mn-home,
nav#sidecar ul#mainnav #mn-plan-your-visit {
  display: none;
}
nav#sidecar ul#mainnav > li {
  background: transparent;
  display: block;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
nav#sidecar ul#mainnav > li:nth-child(1) a:not(.expand) {
  -webkit-transition-delay: 0.05s !important;
          transition-delay: 0.05s !important;
}
nav#sidecar ul#mainnav > li:nth-child(2) a:not(.expand) {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
nav#sidecar ul#mainnav > li:nth-child(3) a:not(.expand) {
  -webkit-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
}
nav#sidecar ul#mainnav > li:nth-child(4) a:not(.expand) {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
nav#sidecar ul#mainnav > li:nth-child(5) a:not(.expand) {
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
}
nav#sidecar ul#mainnav > li:nth-child(6) a:not(.expand) {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
nav#sidecar ul#mainnav > li:nth-child(7) a:not(.expand) {
  -webkit-transition-delay: 0.35s !important;
          transition-delay: 0.35s !important;
}
nav#sidecar ul#mainnav > li:nth-child(8) a:not(.expand) {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
nav#sidecar ul#mainnav > li:nth-child(9) a:not(.expand) {
  -webkit-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
}
nav#sidecar ul#mainnav > li:nth-child(10) a:not(.expand) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
nav#sidecar ul#mainnav > li:nth-child(11) a:not(.expand) {
  -webkit-transition-delay: 0.55s !important;
          transition-delay: 0.55s !important;
}
nav#sidecar ul#mainnav > li:nth-child(12) a:not(.expand) {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
nav#sidecar ul#mainnav > li:nth-child(13) a:not(.expand) {
  -webkit-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important;
}
nav#sidecar ul#mainnav > li:nth-child(14) a:not(.expand) {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
nav#sidecar ul#mainnav > li:nth-child(15) a:not(.expand) {
  -webkit-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
}
nav#sidecar ul#mainnav > li:nth-child(16) a:not(.expand) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
nav#sidecar ul#mainnav > li:nth-child(17) a:not(.expand) {
  -webkit-transition-delay: 0.85s !important;
          transition-delay: 0.85s !important;
}
nav#sidecar ul#mainnav > li:nth-child(18) a:not(.expand) {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}
nav#sidecar ul#mainnav > li:nth-child(19) a:not(.expand) {
  -webkit-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important;
}
nav#sidecar ul#mainnav > li ul {
  background-color: #0f3050;
  display: block;
  float: none;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0 0 0 0px;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
nav#sidecar ul#mainnav > li ul > li {
  position: relative;
}
nav#sidecar ul#mainnav > li ul li a {
  background-color: #0f3050;
  border: none;
  font: normal 1rem "Montserrat", sans-serif;
  padding: 8px 24px;
  font-weight: 500 !important;
  color: #FFFFFF;
}
nav#sidecar ul#mainnav > li ul li a.expand {
  background: url("/sitefiles/2695/images/ui/chevron-light.svg") center/24px no-repeat;
}
nav#sidecar ul#mainnav > li ul.active {
  display: block;
  float: none;
  max-height: 500px;
  -webkit-transition: max-height 0.44s ease-in;
  transition: max-height 0.44s ease-in;
}
nav#sidecar ul#mainnav > li a {
  background-color: white;
  color: #0f3050;
  display: inline-block;
  font: bold 1.125rem "rogliano", serif;
  height: auto;
  opacity: 0;
  padding: 8px 24px;
  position: relative;
  -webkit-transition: all 0.44s ease;
  transition: all 0.44s ease;
  width: 100%;
}
nav#sidecar ul#mainnav > li a.expand {
  background: url("/sitefiles/2695/images/ui/chevron-dark.svg") center/24px no-repeat;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 16px;
  position: absolute;
  right: 6px;
  top: 0;
  width: 40px;
}
nav#sidecar ul#mainnav > li a.expand.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* _social-feed.scss */
.social-feed .images {
  margin-top: 24px;
}
.social-feed .tns-outer {
  margin-bottom: -160px;
}
.social-feed .tns-ovh {
  overflow: visible;
}
.social-feed .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.social-feed .tns-nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: none;
  border-radius: 50%;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  width: 10px;
}
.social-feed .tns-nav button.tns-nav-active {
  background-color: #ea3b41;
}
@media only screen and (min-width: 64rem) {
  .social-feed .image {
    margin-top: 40px;
  }
}

body.blog #default-callout,
body.event-calendar #default-callout,
body.taste #default-callout {
  padding: 160px 0 80px;
}
@media only screen and (min-width: 64rem) {
  body.blog #default-callout,
  body.event-calendar #default-callout,
  body.taste #default-callout {
    padding: 200px 0 120px;
  }
}

/* _tiles.scss */
.tile-wrapper {
  margin: 24px 0;
}
.tile-wrapper .tile:nth-child(3n+1) .tile-content {
  color: white;
}
.tile-wrapper .tile:nth-child(3n+1) .tile-content::before {
  background-color: #0f3050;
}
.tile-wrapper .tile:nth-child(3n+2) .tile-content::before {
  background-color: white;
}
.tile-wrapper .tile:nth-child(3n+3) .tile-content::before {
  background-color: #f6edd2;
}
.tile-wrapper .tile-content {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.tile-wrapper .tile-content::before {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.tile-wrapper .tile-content p, .tile-wrapper .tile-content .templatecontent ul li, .templatecontent ul .tile-wrapper .tile-content li, .tile-wrapper .tile-content ol li, ol .tile-wrapper .tile-content li, .tile-wrapper .tile-content .blog .blog-entry-listing .post-body, .blog .blog-entry-listing .tile-wrapper .tile-content .post-body, .tile-wrapper .tile-content .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description, .swCalEvents .CalendarListEvent .CalendarListEvent__content .tile-wrapper .tile-content .CalendarListEvent__description {
  width: 100%;
}
.tile-wrapper .tile-image {
  padding-top: 56.25%;
  position: relative;
}
.tile-wrapper .tile-image div {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
@media only screen and (min-width: 48rem) {
  .tile-wrapper .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile-wrapper .tile:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tile-wrapper .tile:nth-child(even) .tile-content {
    padding-left: 40px;
    padding-right: 0;
  }
  .tile-wrapper .tile:nth-child(even) .tile-content::before {
    left: 0;
    right: auto;
  }
  .tile-wrapper .tile:nth-child(even) .tile-image div {
    left: 33%;
  }
  .tile-wrapper .tile-content,
  .tile-wrapper .tile-image {
    width: 50%;
  }
  .tile-wrapper .tile-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 80px;
    padding-right: 24px;
    padding-top: 64px;
  }
  .tile-wrapper .tile-content::before {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .tile-wrapper .tile-image {
    padding: 0;
  }
  .tile-wrapper .tile-image div {
    left: 66%;
    width: 66vw;
  }
}
@media only screen and (min-width: 64rem) {
  .tile-wrapper .tile:nth-child(even) .tile-content {
    padding-left: 80px;
  }
  .tile-wrapper .tile:nth-child(even) .tile-content::before {
    left: 0;
  }
  .tile-wrapper .tile-content {
    padding-right: 80px;
  }
  .tile-wrapper .tile-content::before {
    right: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .tile-wrapper .tile-content {
    padding-bottom: 96px;
    padding-top: 80px;
  }
}

body.explore .tile-wrapper {
  margin-bottom: -66px;
}
body.explore .tile-wrapper .tile:nth-child(3n+2) .tile-content::before {
  background-color: #f6edd2;
}
body.explore .tile-wrapper .tile:nth-child(3n+3) .tile-content::before {
  background-color: white;
}
body.explore .tile-wrapper .tile .tile-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.explore .tile-wrapper .tile .tile-content .button, body.explore .tile-wrapper .tile .tile-content .page-alert-message .controls #page-alert-dismiss, .page-alert-message .controls body.explore .tile-wrapper .tile .tile-content #page-alert-dismiss, body.explore .tile-wrapper .tile .tile-content .cookie-banner__accept, body.explore .tile-wrapper .tile .tile-content .formmodule[id*=customform] .swform .swformactions .swformsubmit .swformsubmit__btn, .formmodule[id*=customform] .swform .swformactions .swformsubmit body.explore .tile-wrapper .tile .tile-content .swformsubmit__btn, body.explore .tile-wrapper .tile .tile-content .upcoming-events-wrapper .upcoming-events-view-link a, .upcoming-events-wrapper .upcoming-events-view-link body.explore .tile-wrapper .tile .tile-content a {
  margin: 16px 0 auto;
}
@media only screen and (min-width: 64rem) {
  body.explore .tile-wrapper {
    margin-bottom: -82px;
  }
}

/* _media-block.scss */
.media-block-wrapper .media-block {
  margin-bottom: 40px;
}
.media-block-wrapper .media-block .media-block-image {
  margin-bottom: 8px;
}
.media-block-wrapper .media-block .media-block-content h3 {
  margin-bottom: 8px;
}
.media-block-wrapper .media-block .media-block-content .link, .media-block-wrapper .media-block .media-block-content .blog .blog-entry-listing .post-body .post-summary-read-more, .blog .blog-entry-listing .post-body .media-block-wrapper .media-block .media-block-content .post-summary-read-more {
  margin-top: 16px;
}
@media only screen and (min-width: 48rem) {
  .media-block-wrapper .media-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .media-block-wrapper .media-block .media-block-image {
    margin-bottom: 0;
    width: calc(33.33% - 24px);
  }
  .media-block-wrapper .media-block .media-block-content {
    width: calc(66.66% - 24px);
  }
  .media-block-wrapper .media-block .media-block-content h3 {
    margin-top: -8px;
  }
}
@media only screen and (min-width: 64rem) {
  .media-block-wrapper .media-block {
    margin-bottom: 80px;
  }
  .media-block-wrapper .media-block .media-block-image {
    width: calc(40% - 40px);
  }
  .media-block-wrapper .media-block .media-block-content {
    width: calc(60% - 40px);
  }
}

/* _footer.scss */
footer {
  background-color: white;
  padding: 40px 0;
  text-align: center;
}
footer p, footer .templatecontent ul li, .templatecontent ul footer li, footer ol li, ol footer li, footer .blog .blog-entry-listing .post-body, .blog .blog-entry-listing footer .post-body, footer .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description, .swCalEvents .CalendarListEvent .CalendarListEvent__content footer .CalendarListEvent__description,
footer h3,
footer a {
  font: bold 1rem "rogliano", serif;
}
footer a {
  color: #0f3050;
  text-decoration: none;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
footer a:hover {
  color: #ea3b41;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul#childpagenav-181508 {
  margin: 24px 0;
}
footer ul#childpagenav-181508 li {
  display: inline-block;
  margin: 0 4px;
}
footer ul#childpagenav-181508 li#cpn-facebook a::before {
  content: "\f230";
}
footer ul#childpagenav-181508 li#cpn-twitter a::before {
  content: "\e61b";
}
footer ul#childpagenav-181508 li#cpn-instagram a::before {
  content: "\f16d";
}
footer ul#childpagenav-181508 li a {
  font-size: 0;
  font-weight: normal;
}
footer ul#childpagenav-181508 li a::before {
  font-family: "FontAwesome";
  font-size: 24px;
}
footer .contact img {
  margin-bottom: 24px;
  max-width: 320px;
}
footer .meta p, footer .meta .templatecontent ul li, .templatecontent ul footer .meta li, footer .meta ol li, ol footer .meta li, footer .meta .blog .blog-entry-listing .post-body, .blog .blog-entry-listing footer .meta .post-body, footer .meta .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description, .swCalEvents .CalendarListEvent .CalendarListEvent__content footer .meta .CalendarListEvent__description,
footer .meta a,
footer .links p,
footer .links .templatecontent ul li,
.templatecontent ul footer .links li,
footer .links ol li,
ol footer .links li,
footer .links .blog .blog-entry-listing .post-body,
.blog .blog-entry-listing footer .links .post-body,
footer .links .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description,
.swCalEvents .CalendarListEvent .CalendarListEvent__content footer .links .CalendarListEvent__description,
footer .links a {
  font: normal 1rem "Montserrat", sans-serif;
}
footer .meta a:hover,
footer .links a:hover {
  color: #ea3b41;
}
footer .site-credit-link {
  display: inline-block;
  margin-top: 8px;
}
footer .menu,
footer .links {
  display: none;
}
@media only screen and (min-width: 64rem) {
  footer {
    padding: 64px 0;
    text-align: left;
  }
  footer p, footer .templatecontent ul li, .templatecontent ul footer li, footer ol li, ol footer li, footer .blog .blog-entry-listing .post-body, .blog .blog-entry-listing footer .post-body, footer .swCalEvents .CalendarListEvent .CalendarListEvent__content .CalendarListEvent__description, .swCalEvents .CalendarListEvent .CalendarListEvent__content footer .CalendarListEvent__description,
  footer a {
    font-size: 1.125rem;
  }
  footer .menu,
  footer .links {
    display: block;
  }
  footer .meta,
  footer .links {
    margin-top: 24px;
  }
  footer .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 148px;
  }
  footer .menu ul li {
    margin: 0 0 16px;
    width: 33%;
  }
  footer .menu ul li a {
    position: relative;
  }
  footer .menu ul li a::before {
    background-color: #ea3b41;
    bottom: -4px;
    content: "";
    height: 2px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
  }
  footer .menu ul li a:hover::before {
    opacity: 1;
  }
  footer .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .links ul li {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 75rem) {
  footer .menu ul {
    margin-top: 172px;
  }
}

.be-related-link-container .be-label {
  font: bold 1rem "rogliano", serif;
}
.be-related-link-container ul.be-list li a {
  color: #0f3050;
  font: bold 1rem "rogliano", serif;
}
.be-related-link-container ul.be-list li a:hover {
  color: #ea3b41;
}

/* ============ HELPERS ============ */
/* _mixins.scss */
/* ============ Pseudo Element Overlay ============ */
.shade {
  position: relative;
}
.shade::before {
  background: black;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  width: 100%;
  z-index: 0;
}

/* ============ BG Images ============ */
.bg-image,
.bg-image-js {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ============ Paddding Adjustments ============ */
.no-border {
  border: 0;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.cushion-sm {
  padding: 2%;
}

.cushion-md {
  padding: 5%;
}

.cushion-lg {
  padding: 10%;
}

.cushion-v-sm {
  padding: 2% 0;
}

.cushion-v-md {
  padding: 5% 0;
}

.cushion-v-lg {
  padding: 10% 0;
}

.cushion-h-sm {
  padding: 0 2%;
}

.cushion-h-md {
  padding: 0 5%;
}

.cushion-h-lg {
  padding: 0 10%;
}

.white {
  color: white !important;
}

/* ============ Alignment ============ */
.center {
  text-align: center;
}

.centered {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.v-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h-centered {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-spread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ============ Transitions ============ */
.transition-cubic {
  -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.transition-fast {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.transition {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.transition-slow {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.transition-bounce {
  -webkit-transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}

.easeInOutBack {
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ============ Animation delays ============ */
.delay-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* _helpers.scss */
/* ============ Responsive Embed Wrapper ============ */
.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  border: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* ============ Better Browser Alert ============ */
iframe.get-a-better-browser {
  background: white;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
}

/* _animations.scss */
.children-slide-in {
  overflow: hidden;
}
.children-slide-in > * {
  opacity: 0;
  -webkit-transform: translate(-24px);
          transform: translate(-24px);
}
.children-slide-in > *:nth-child(1) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.children-slide-in > *:nth-child(2) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.children-slide-in > *:nth-child(3) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.children-slide-in > *:nth-child(4) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.children-slide-in > *:nth-child(5) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.children-slide-in > *:nth-child(6) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.children-slide-in > *:nth-child(7) {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.children-slide-in > *:nth-child(8) {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.children-slide-in > *:nth-child(9) {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}
.children-slide-in > *:nth-child(10) {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}
.children-slide-in > *:nth-child(11) {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}
.children-slide-in > *:nth-child(12) {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}
.children-slide-in > *:nth-child(13) {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}
.children-slide-in > *:nth-child(14) {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}

.children-slide-in.load > * {
  -webkit-animation: slide-in 0.5s ease-out forwards;
          animation: slide-in 0.5s ease-out forwards;
}

@-webkit-keyframes slide-in {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes slide-in {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.children-fade-in > *:not(span) {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out !important;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
}
.children-fade-in > *:not(span):nth-child(1) {
  -webkit-transition-delay: 0.05s !important;
          transition-delay: 0.05s !important;
}
.children-fade-in > *:not(span):nth-child(2) {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
.children-fade-in > *:not(span):nth-child(3) {
  -webkit-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
}
.children-fade-in > *:not(span):nth-child(4) {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.children-fade-in > *:not(span):nth-child(5) {
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
}
.children-fade-in > *:not(span):nth-child(6) {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.children-fade-in > *:not(span):nth-child(7) {
  -webkit-transition-delay: 0.35s !important;
          transition-delay: 0.35s !important;
}
.children-fade-in > *:not(span):nth-child(8) {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.children-fade-in > *:not(span):nth-child(9) {
  -webkit-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
}
.children-fade-in > *:not(span):nth-child(10) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.children-fade-in > *:not(span):nth-child(11) {
  -webkit-transition-delay: 0.55s !important;
          transition-delay: 0.55s !important;
}
.children-fade-in > *:not(span):nth-child(12) {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.children-fade-in > *:not(span):nth-child(13) {
  -webkit-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important;
}
.children-fade-in > *:not(span):nth-child(14) {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
.children-fade-in > *:not(span):nth-child(15) {
  -webkit-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
}
.children-fade-in > *:not(span):nth-child(16) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
.children-fade-in > *:not(span):nth-child(17) {
  -webkit-transition-delay: 0.85s !important;
          transition-delay: 0.85s !important;
}
.children-fade-in > *:not(span):nth-child(18) {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}
.children-fade-in > *:not(span):nth-child(19) {
  -webkit-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important;
}
.children-fade-in > *:not(span):nth-child(20) {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.children-fade-in > *:not(span):nth-child(21) {
  -webkit-transition-delay: 1.05s !important;
          transition-delay: 1.05s !important;
}
.children-fade-in > *:not(span):nth-child(22) {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}
.children-fade-in > *:not(span):nth-child(23) {
  -webkit-transition-delay: 1.15s !important;
          transition-delay: 1.15s !important;
}
.children-fade-in > *:not(span):nth-child(24) {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}
.children-fade-in > *:not(span):nth-child(25) {
  -webkit-transition-delay: 1.25s !important;
          transition-delay: 1.25s !important;
}
.children-fade-in > *:not(span):nth-child(26) {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}
.children-fade-in > *:not(span):nth-child(27) {
  -webkit-transition-delay: 1.35s !important;
          transition-delay: 1.35s !important;
}
.children-fade-in > *:not(span):nth-child(28) {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}
.children-fade-in > *:not(span):nth-child(29) {
  -webkit-transition-delay: 1.45s !important;
          transition-delay: 1.45s !important;
}

.children-fade-in.load > *:not(span) {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.slide-in-from-right {
  opacity: 0;
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.slide-in-from-right.load {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-in-from-left {
  opacity: 0;
  -webkit-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.slide-in-from-left.load {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.shade-load {
  overflow: hidden;
  position: relative;
}
.shade-load::before {
  background: black;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -200%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.5, 0, 0.5, 1);
  transition: -webkit-transform 2s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 2s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 2s cubic-bezier(0.5, 0, 0.5, 1), -webkit-transform 2s cubic-bezier(0.5, 0, 0.5, 1);
  width: 200%;
}
.shade-load > * {
  opacity: 0;
  -webkit-transition: opacity 0s linear 1s;
  transition: opacity 0s linear 1s;
}

.shade-load.load::before {
  -webkit-transform: translate(150%, 0);
          transform: translate(150%, 0);
}
.shade-load.load > * {
  opacity: 1;
}

.shade-reveal-wrap .shade-reveal {
  overflow: hidden;
  position: relative;
}
.shade-reveal-wrap .shade-reveal .screen {
  background: #f1f1f1;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.shade-reveal-wrap.load .shade-reveal .screen {
  -webkit-animation: screen-reveal 2s ease forwards;
          animation: screen-reveal 2s ease forwards;
}

@-webkit-keyframes screen-reveal {
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

@keyframes screen-reveal {
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
/* ============ PAGES ============ */
/* _home.scss */
#home-hero {
  position: relative;
}
#home-hero::before {
  background: url("/sitefiles/2695/images/border-weave-1.png") center/auto 92% repeat-x;
  bottom: -32px;
  content: "";
  height: 64px;
  position: absolute;
  width: 100vw;
  z-index: 1;
}
#home-hero .sw-public-page-part {
  min-height: 480px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#home-hero .matrix-content {
  height: 100%;
  position: absolute;
  width: 100vw;
}
#home-hero .tns-outer, #home-hero .tns-ovh, #home-hero .tns-inner {
  height: 100%;
}
#home-hero .hero-rotator {
  height: 100%;
  position: relative;
}
#home-hero .hero-rotator .slide {
  color: white;
  height: 100%;
  position: relative;
}
#home-hero .hero-rotator .slide video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #home-hero .hero-rotator .slide .flex-container {
    width: 100%;
  }
}
#home-hero .tns-controls {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: -999999px;
}
#home-hero .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home-hero .tns-nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  height: 10px;
  margin: 4px 0;
  padding: 0;
  width: 10px;
}
#home-hero .tns-nav button.tns-nav-active {
  background-color: white;
}
@media only screen and (min-width: 48rem) {
  #home-hero .tns-nav {
    right: calc((100vw - 678px) / 2);
  }
}
@media only screen and (min-width: 64rem) {
  #home-hero .hero-rotator .slide .flex-container {
    top: 45%;
  }
  #home-hero .tns-nav {
    right: calc((100vw - 900px) / 2);
    top: 45%;
  }
  #home-hero .tns-nav button {
    height: 20px;
    margin: 8px 0;
    width: 20px;
  }
}
@media only screen and (min-width: 75rem) {
  #home-hero .sw-public-page-part {
    height: 800px;
    max-height: 100vh;
    min-height: 640px;
    padding: 0;
  }
  #home-hero .tns-nav {
    right: calc((100vw - 1100px) / 2);
  }
}
@media only screen and (min-width: 90rem) {
  #home-hero .tns-nav {
    right: calc((100vw - 1180px) / 2);
  }
}

#home-portals {
  margin-top: 64px;
  position: relative;
  z-index: 1;
}
#home-portals .portals .portal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 2px solid #0f3050;
  color: #0f3050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 16px;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#home-portals .portals .portal:hover {
  border-color: #ea3b41;
}
#home-portals .portals .portal:hover:first-child .icon {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
#home-portals .portals .portal:hover:last-child .icon {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
#home-portals .portals .portal:hover svg .wheels {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#home-portals .portals .portal:hover svg .pair:nth-child(odd) circle:nth-child(even) {
  -webkit-animation: dot-flash 1s ease infinite;
          animation: dot-flash 1s ease infinite;
}
#home-portals .portals .portal:hover svg .pair:nth-child(odd) circle:nth-child(odd) {
  -webkit-animation: dot-flash 0.8s ease 0.5s infinite;
          animation: dot-flash 0.8s ease 0.5s infinite;
}
#home-portals .portals .portal:hover svg .pair:nth-child(even) circle:nth-child(odd) {
  -webkit-animation: dot-flash 0.8s ease infinite;
          animation: dot-flash 0.8s ease infinite;
}
#home-portals .portals .portal:hover svg .pair:nth-child(even) circle:nth-child(even) {
  -webkit-animation: dot-flash 1s ease 0.5s infinite;
          animation: dot-flash 1s ease 0.5s infinite;
}
@-webkit-keyframes dot-flash {
  0% {
    fill: #f6edd2;
  }
  50% {
    fill: #ea3b41;
  }
  100% {
    fill: #f6edd2;
  }
}
@keyframes dot-flash {
  0% {
    fill: #f6edd2;
  }
  50% {
    fill: #ea3b41;
  }
  100% {
    fill: #f6edd2;
  }
}
#home-portals .portals .portal:hover svg .back {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#home-portals .portals .portal .icon {
  border: 2px solid #0f3050;
  border-radius: 50%;
  height: 64px;
  margin-right: 16px;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 64px;
}
#home-portals .portals .portal .icon svg {
  left: 50%;
  max-height: 40px;
  max-width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home-portals .portals .portal .wheels {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#home-portals .portals .portal .back {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#home-portals .portals .portal .title {
  font: bold 1.5rem "rogliano", serif;
}
@media only screen and (min-width: 64rem) {
  #home-portals {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #home-portals .portals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #home-portals .portals .portal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: calc(33.33% - 8px);
        flex-basis: calc(33.33% - 8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
    padding: 24px;
    text-align: center;
  }
  #home-portals .portals .portal:nth-child(2) {
    margin: 0 8px;
  }
  #home-portals .portals .portal:first-child {
    margin: 0 8px 0 0;
  }
  #home-portals .portals .portal:last-child {
    margin: 0 0 0 8px;
  }
  #home-portals .portals .portal .icon {
    height: 80px;
    margin: 0 auto 8px;
    width: 80px;
  }
  #home-portals .portals .portal .icon svg {
    max-height: 64px;
    max-width: 64px;
  }
}

#home-main {
  background-color: white;
  padding: 64px 0;
  position: relative;
  text-align: center;
}
#home-main::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent)), url("/sitefiles/2695/images/grid-pattern.svg") center/80px 80px;
  background: linear-gradient(white, transparent), url("/sitefiles/2695/images/grid-pattern.svg") center/80px 80px;
  bottom: 0;
  content: "";
  height: 240px;
  left: 0;
  position: absolute;
  width: 100vw;
}
#home-main .flex-container {
  position: relative;
}
#home-main .attraction-filters ul {
  list-style: none;
  margin: 24px auto 64px;
  padding: 0;
}
#home-main .attraction-filters ul li {
  font-size: 1.25rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  text-transform: uppercase;
}
#home-main .attraction-filters ul li::before {
  background-color: #ea3b41;
  bottom: -8px;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
#home-main .attraction-filters ul li::after {
  background: url("/sitefiles/2695/images/favicon/favicon-32x32.png") center/contain no-repeat;
  bottom: -40px;
  content: "";
  height: 24px;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
}
#home-main .attraction-filters ul li:hover::before {
  opacity: 1;
}
#home-main .attraction-filters ul li.active {
  pointer-events: none;
}
#home-main .attraction-filters ul li.active::before, #home-main .attraction-filters ul li.active::after {
  opacity: 1;
}
#home-main .attraction-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -12px 64px -12px;
}
#home-main .attraction-list .attraction {
  width: calc(50% - 24px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  margin: 0 12px 24px 12px;
  position: relative;
}
#home-main .attraction-list .attraction::before,
#home-main .attraction-list .attraction .border {
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
#home-main .attraction-list .attraction::before {
  border-left: 2px solid #ea3b41;
  border-right: 2px solid #ea3b41;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.15s ease-in 0.15s;
  transition: -webkit-transform 0.15s ease-in 0.15s;
  transition: transform 0.15s ease-in 0.15s;
  transition: transform 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in 0.15s;
}
#home-main .attraction-list .attraction .border {
  border-bottom: 2px solid #ea3b41;
  border-top: 2px solid #ea3b41;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}
#home-main .attraction-list .attraction .border.left {
  -webkit-transform-origin: left;
          transform-origin: left;
}
#home-main .attraction-list .attraction .border.right {
  -webkit-transform-origin: right;
          transform-origin: right;
}
#home-main .attraction-list .attraction img {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
}
#home-main .attraction-list .attraction:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}
#home-main .attraction-list .attraction:hover .border {
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  -webkit-transition: -webkit-transform 0.15s ease-out 0.15s;
  transition: -webkit-transform 0.15s ease-out 0.15s;
  transition: transform 0.15s ease-out 0.15s;
  transition: transform 0.15s ease-out 0.15s, -webkit-transform 0.15s ease-out 0.15s;
}
#home-main .attraction-list .attraction:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (min-width: 48rem) {
  #home-main .attraction-list .attraction {
    width: calc(33.333334% - 24px);
  }
}
@media only screen and (min-width: 64rem) {
  #home-main {
    padding-top: 24px;
  }
  #home-main::before {
    height: 320px;
  }
  #home-main .attraction-list {
    margin-bottom: 120px;
  }
  #home-main .attraction-list .attraction {
    width: calc(25% - 24px);
  }
}

#home-callout {
  background: url("/sitefiles/2695/images/archway-pattern.png") center top/auto 105% repeat-x, -webkit-gradient(linear, left top, left bottom, from(#0f3050), to(#0b233b));
  background: url("/sitefiles/2695/images/archway-pattern.png") center top/auto 105% repeat-x, linear-gradient(#0f3050, #0b233b);
  color: white;
  padding: 160px 0 80px;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  #home-callout {
    padding: 200px 0 120px;
  }
}

/* _default.scss */
#default-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0f3050;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 360px;
  padding: 80px 0;
  position: relative;
}
#default-banner::before {
  background: var(--border) center/auto 92% repeat-x;
  bottom: -32px;
  content: "";
  height: 64px;
  position: absolute;
  width: 100vw;
  z-index: 1;
}
#default-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.35;
  top: 0;
  left: 0;
  z-index: 0;
}
#default-banner h1 {
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
}
#default-banner > .flex-container {
  position: relative;
  z-index: 1;
}
#default-banner img {
  display: none;
}

.default-main {
  border-bottom: 2px solid #f2f4f6;
  min-height: 240px;
  padding: 64px 0;
  position: relative;
}
.default-main::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(transparent)), url("/sitefiles/2695/images/grid-pattern.svg") center/80px 80px;
  background: linear-gradient(white, transparent), url("/sitefiles/2695/images/grid-pattern.svg") center/80px 80px;
  bottom: 0;
  content: "";
  height: 240px;
  left: 0;
  position: absolute;
  width: 100vw;
}
.default-main aside #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu .sw-menucode-child {
  display: none;
}
.default-main aside #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul#subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.default-main aside #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul#subnav::before {
  content: "In This Section";
  display: block;
  font: bold 1.125rem "rogliano", serif;
  margin-bottom: 24px;
}
.default-main aside #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul#subnav li {
  margin-bottom: 16px;
}
.default-main aside #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul#subnav li a {
  color: #0f3050;
  font: normal 1rem "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.default-main aside #ctl00_cphSideMenu_swSiblingMenu_pnlSideMenu ul#subnav li a:hover {
  color: #ea3b41;
}
.default-main aside .cta {
  background-color: #f6edd2;
  margin: 24px 0;
  padding: 24px;
  text-align: center;
}
.default-main .flex-container {
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .default-main {
    min-height: 320px;
    padding: 80px 0;
  }
  .default-main::before {
    height: 320px;
  }
  .default-main aside {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#default-callout {
  background: url("/sitefiles/2695/images/archway-pattern.png") center top/auto 105% repeat-x, -webkit-gradient(linear, left top, left bottom, from(#0f3050), to(#0b233b));
  background: url("/sitefiles/2695/images/archway-pattern.png") center top/auto 105% repeat-x, linear-gradient(#0f3050, #0b233b);
  color: white;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  #default-callout {
    padding: 120px 0;
  }
}

/* _plan-your-visit.scss */
#plan-your-visit-main {
  padding: 64px 0;
}
#plan-your-visit-main .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
#plan-your-visit-main .buttons [class*=button] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  padding: 16px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: calc(50% - 4px);
}
#plan-your-visit-main .buttons [class*=button]:hover {
  background-color: #0f3050;
  color: white;
}
@media only screen and (min-width: 64rem) {
  #plan-your-visit-main {
    padding: 80px 0;
  }
}

#plan-your-visit-banner {
  background-color: #0f3050;
  color: white;
  padding: 80px 0;
  text-align: center;
}
#plan-your-visit-banner::before {
  opacity: 0.5;
}
#plan-your-visit-banner .flex-container {
  position: relative;
}
@media only screen and (min-width: 64rem) {
  #plan-your-visit-banner {
    padding: 120px 0;
  }
}

#plan-your-visit-sub .flex-row:not(:empty) {
  padding: 64px 0;
}
@media only screen and (min-width: 64rem) {
  #plan-your-visit-sub .flex-row:not(:empty) {
    padding: 80px 0;
  }
}

/* _attraction.scss */
.attraction-details a[href*=facebook]::before {
  content: "\f230";
  display: inline-block;
  font: normal 1.8rem "FontAwesome";
  margin-right: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.attraction-details a[href*=instagram]::before {
  content: "\f16d";
  display: inline-block;
  font: normal 1.8rem "FontAwesome";
  margin-right: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.attraction-details a[href*=twitter]::before {
  content: "\f099";
  display: inline-block;
  font: normal 1.8rem "FontAwesome";
  margin-right: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.attraction-details .templatecontent ~ .templatecontent {
  margin-top: 40px;
}
.attraction-details aside {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 48rem) {
  .attraction-details aside {
    -ms-flex-item-align: start;
        align-self: flex-start;
    background-color: white;
    -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    margin-top: -160px;
    position: relative;
    z-index: 1;
  }
  .attraction-details aside .templatecontent img {
    padding: 24px;
  }
}

/* _sitemap.scss */
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap ul li {
  display: block;
}
.sitemap ul li a {
  color: #0f3050;
}
.sitemap ul li a:hover {
  color: #ea3b41;
}
.sitemap ul > li {
  font: bold 1.5rem "rogliano", serif;
  margin-top: 12px;
}
.sitemap ul > li > ul {
  padding-left: 16px;
}
.sitemap ul > li > ul > li {
  font: bold 1.25rem "Montserrat", sans-serif;
  margin-top: 8px;
}
.sitemap ul > li > ul > li > ul {
  padding-left: 16px;
}
.sitemap ul > li > ul > li > ul > li {
  font: normal 1rem "Montserrat", sans-serif;
  margin-top: 4px;
}

/* _404.scss */
body > form.http-404 #default-banner,
body > form.http-404 #default-callout {
  display: none;
}
body > form.http-404 .default-main .sitemap h4, body > form.http-404 .default-main .sitemap .upcoming-events-wrapper ul li .upcoming-events-name, .upcoming-events-wrapper ul li body > form.http-404 .default-main .sitemap .upcoming-events-name {
  font: normal 1rem "Montserrat", sans-serif;
}
body > form.http-404 .default-main .sitemap h4 a, body > form.http-404 .default-main .sitemap .upcoming-events-wrapper ul li .upcoming-events-name a, .upcoming-events-wrapper ul li body > form.http-404 .default-main .sitemap .upcoming-events-name a {
  color: #0f3050;
  font-weight: bold;
}
body > form.http-404 .default-main .sitemap h4 a:hover, body > form.http-404 .default-main .sitemap .upcoming-events-wrapper ul li .upcoming-events-name a:hover, .upcoming-events-wrapper ul li body > form.http-404 .default-main .sitemap .upcoming-events-name a:hover {
  color: #ea3b41;
}

/* _styleguide.scss */
body.styleguide hr {
  margin: 50px 0 20px;
}

.swatch {
  background: var(--color);
  border-radius: 8px;
  display: inline-block;
  height: 80px;
  margin: 0 8px 8px 0;
  text-align: center;
  width: 80px;
}
.swatch::after {
  content: attr(color);
  display: block;
  font: normal 16px monospace;
  margin-bottom: 16px;
  position: relative;
  top: calc(100% + 4px);
}

.sw-stl-health-nogo-message {
  display: none;
}

/* ============ EXTERNAL ============ */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

